|
|
|
| 1 | 2026-08-31T09:25:39.865Z | job assigned to worker 01M1BJ5DR0YPK2ZETDCYFZM3S9 [factory aws, i-043a205592073457b] (queued for 54 s) |
| |
| 2 | 2026-08-31T09:25:46.610Z | starting task 0: "setup" |
| 3 | 2026-08-31T09:25:46.617Z | ++ uname -s |
| 4 | 2026-08-31T09:25:46.620Z | + kern=SunOS |
| 5 | 2026-08-31T09:25:46.620Z | + build_user=build |
| 6 | 2026-08-31T09:25:46.620Z | + build_uid=12345 |
| 7 | 2026-08-31T09:25:46.620Z | + work_dir=/work |
| 8 | 2026-08-31T09:25:46.620Z | + input_dir=/input |
| 9 | 2026-08-31T09:25:46.620Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-31T09:25:46.620Z | + case "$kern" in |
| 11 | 2026-08-31T09:25:46.620Z | + groupadd -g 12345 build |
| 12 | 2026-08-31T09:25:46.620Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-31T09:25:48.627Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-31T09:25:48.741Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-31T09:25:48.744Z | + home_fs=zfs |
| 16 | 2026-08-31T09:25:48.744Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-31T09:25:48.744Z | + mkdir -p /home/build |
| 18 | 2026-08-31T09:25:48.744Z | + chown build:build /home/build /work |
| 19 | 2026-08-31T09:25:50.745Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-31T09:25:50.748Z | process exited: duration 4140 ms, exit code 0 |
| |
| 21 | 2026-08-31T09:25:50.757Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-31T09:25:50.761Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-08-31T09:25:50.761Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-31T09:25:50.762Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-08-31T09:25:50.762Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-08-31T09:25:50.762Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-08-31T09:25:50.762Z | * rust toolchain profile = "default" |
| 28 | 2026-08-31T09:25:50.766Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-31T09:25:50.766Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-08-31T09:25:50.818Z | info: downloading installer |
| 31 | 2026-08-31T09:25:51.926Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-31T09:25:51.926Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-31T09:25:51.926Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-31T09:25:51.927Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-31T09:25:51.938Z | info: profile set to default |
| 36 | 2026-08-31T09:25:51.938Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-31T09:25:51.942Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-08-31T09:25:52.072Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-08-31T09:25:52.114Z | info: downloading 6 components |
| 40 | 2026-08-31T09:26:05.001Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-08-31T09:26:05.002Z | |
| 42 | 2026-08-31T09:26:05.020Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-08-31T09:26:05.020Z | |
| 44 | 2026-08-31T09:26:05.020Z | |
| 45 | 2026-08-31T09:26:05.021Z | Rust is installed now. Great! |
| 46 | 2026-08-31T09:26:05.021Z | |
| 47 | 2026-08-31T09:26:05.021Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-31T09:26:05.038Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-31T09:26:05.038Z | |
| 50 | 2026-08-31T09:26:05.039Z | To configure your current shell, you need to source |
| 51 | 2026-08-31T09:26:05.039Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-31T09:26:05.039Z | |
| 53 | 2026-08-31T09:26:05.039Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-31T09:26:05.040Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-31T09:26:05.040Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-31T09:26:05.040Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-31T09:26:05.040Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-31T09:26:05.040Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-31T09:26:05.040Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-31T09:26:05.040Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-31T09:26:05.040Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-31T09:26:05.119Z | + rustup --version |
| 63 | 2026-08-31T09:26:05.132Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-31T09:26:05.145Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-31T09:26:05.154Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-08-31T09:26:05.154Z | + cargo --version |
| 67 | 2026-08-31T09:26:05.168Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-08-31T09:26:05.181Z | + rustc --version |
| 69 | 2026-08-31T09:26:05.206Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-08-31T09:26:05.212Z | process exited: duration 14431 ms, exit code 0 |
| |
| 71 | 2026-08-31T09:26:05.223Z | starting task 2: "authentication" |
| 72 | 2026-08-31T09:26:05.242Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-08-31T09:26:05.274Z | starting task 3: "clone repository" |
| 74 | 2026-08-31T09:26:05.291Z | + mkdir -p /work/oxidecomputer/dendrite |
| 75 | 2026-08-31T09:26:05.291Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 76 | 2026-08-31T09:26:05.298Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 77 | 2026-08-31T09:26:06.181Z | + cd /work/oxidecomputer/dendrite |
| 78 | 2026-08-31T09:26:06.181Z | + git fetch origin 447aa04f5dc86a3492eb6ea5139845e3331dcded |
| 79 | 2026-08-31T09:26:06.440Z | From https://github.com/oxidecomputer/dendrite |
| 80 | 2026-08-31T09:26:06.440Z | * branch 447aa04f5dc86a3492eb6ea5139845e3331dcded -> FETCH_HEAD |
| 81 | 2026-08-31T09:26:06.447Z | + [[ -n multicast-e2e ]] |
| 82 | 2026-08-31T09:26:06.450Z | ++ git branch --show-current |
| 83 | 2026-08-31T09:26:06.450Z | + current=main |
| 84 | 2026-08-31T09:26:06.450Z | + [[ main != multicast-e2e ]] |
| 85 | 2026-08-31T09:26:06.450Z | + git branch -f multicast-e2e 447aa04f5dc86a3492eb6ea5139845e3331dcded |
| 86 | 2026-08-31T09:26:06.453Z | + git checkout -f multicast-e2e |
| 87 | 2026-08-31T09:26:06.472Z | Switched to branch 'multicast-e2e' |
| 88 | 2026-08-31T09:26:06.475Z | + git reset --hard 447aa04f5dc86a3492eb6ea5139845e3331dcded |
| 89 | 2026-08-31T09:26:06.491Z | HEAD is now at 447aa04 [merge] merge main |
| 90 | 2026-08-31T09:26:06.494Z | process exited: duration 1238 ms, exit code 0 |
| |
| 91 | 2026-08-31T09:26:06.500Z | starting task 4: "build" |
| 92 | 2026-08-31T09:26:06.505Z | + source .github/buildomat/common.sh |
| 93 | 2026-08-31T09:26:06.509Z | ++ TOFINO_STAGES=20 |
| 94 | 2026-08-31T09:26:06.509Z | ++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94 |
| 95 | 2026-08-31T09:26:06.509Z | ++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 96 | 2026-08-31T09:26:06.509Z | ++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b |
| 97 | 2026-08-31T09:26:06.509Z | +++ uname -s |
| 98 | 2026-08-31T09:26:06.509Z | ++ '[' SunOS == SunOS ']' |
| 99 | 2026-08-31T09:26:06.509Z | ++ SERIES=illumos |
| 100 | 2026-08-31T09:26:06.509Z | +++ uname -s |
| 101 | 2026-08-31T09:26:06.509Z | ++ '[' SunOS == SunOS ']' |
| 102 | 2026-08-31T09:26:06.509Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94 |
| 103 | 2026-08-31T09:26:06.509Z | ++ rustup show active-toolchain |
| 104 | 2026-08-31T09:26:06.512Z | 1.94.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 105 | 2026-08-31T09:26:06.518Z | + source .github/buildomat/illumos.sh |
| 106 | 2026-08-31T09:26:06.518Z | ++ banner 'sde setup' |
| 107 | 2026-08-31T09:26:06.518Z | |
| 108 | 2026-08-31T09:26:06.518Z | #### ##### ###### #### ###### ##### # # ##### |
| 109 | 2026-08-31T09:26:06.518Z | # # # # # # # # # # # |
| 110 | 2026-08-31T09:26:06.518Z | #### # # ##### #### ##### # # # # # |
| 111 | 2026-08-31T09:26:06.518Z | # # # # # # # # # ##### |
| 112 | 2026-08-31T09:26:06.519Z | # # # # # # # # # # # # |
| 113 | 2026-08-31T09:26:06.519Z | #### ##### ###### #### ###### # #### # |
| 114 | 2026-08-31T09:26:06.519Z | |
| 115 | 2026-08-31T09:26:06.519Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 116 | 2026-08-31T09:26:06.519Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 117 | 2026-08-31T09:26:06.519Z | ++ export PKG=tofino_sde.p5p |
| 118 | 2026-08-31T09:26:06.519Z | ++ PKG=tofino_sde.p5p |
| 119 | 2026-08-31T09:26:06.519Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p |
| 120 | 2026-08-31T09:26:06.522Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 121 | 2026-08-31T09:26:06.522Z | Dload Upload Total Spent Left Speed |
| 122 | 2026-08-31T09:26:07.598Z |
0 0 0 0 0 0 0 0 0
90 76.03M 90 68.56M 0 0 68.62M 0 00:01 00:01 68.63M
100 76.03M 100 76.03M 0 0 70.62M 0 00:01 00:01 68.63M
100 76.03M 100 76.03M 0 0 70.61M 0 00:01 00:01 68.63M
100 76.03M 100 76.03M 0 0 70.61M 0 00:01 00:01 68.63M |
| 123 | 2026-08-31T09:26:07.603Z | +++ digest -a sha256 tofino_sde.p5p |
| 124 | 2026-08-31T09:26:07.650Z | ++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 125 | 2026-08-31T09:26:07.653Z | ++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']' |
| 126 | 2026-08-31T09:26:07.653Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 127 | 2026-08-31T09:26:09.117Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-08-31T09:26:09.538Z | Startup: Caching catalogs ... Done |
| 129 | 2026-08-31T09:26:09.587Z | Startup: Refreshing catalog 'oxide' ... Done |
| 130 | 2026-08-31T09:26:12.282Z | Planning: Solver setup ... Done |
| 131 | 2026-08-31T09:26:12.352Z | Planning: Running solver ... Done |
| 132 | 2026-08-31T09:26:12.433Z | Planning: Finding local manifests ... Done |
| 133 | 2026-08-31T09:26:12.442Z | Planning: Fetching manifests: 1/1 100% complete |
| 134 | 2026-08-31T09:26:12.443Z | Planning: Fetching manifests: 1/1 100% complete |
| 135 | 2026-08-31T09:26:12.443Z | Planning: Package planning ... Done |
| 136 | 2026-08-31T09:26:12.443Z | Planning: Merging actions ... Done |
| 137 | 2026-08-31T09:26:12.504Z | Planning: Checking for conflicting actions ... Done |
| 138 | 2026-08-31T09:26:12.508Z | Planning: Consolidating action changes ... Done |
| 139 | 2026-08-31T09:26:13.339Z | Planning: Evaluating mediators ... Done |
| 140 | 2026-08-31T09:26:13.357Z | Planning: Planning completed in 3.74 seconds |
| 141 | 2026-08-31T09:26:13.357Z | Packages to install: 1 |
| 142 | 2026-08-31T09:26:13.357Z | Create boot environment: No |
| 143 | 2026-08-31T09:26:13.357Z | Create backup boot environment: No |
| 144 | 2026-08-31T09:26:13.365Z | |
| 145 | 2026-08-31T09:26:13.366Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 146 | 2026-08-31T09:26:13.492Z | Download: Completed 75.30 MB in 0.13 seconds (561M/s) |
| 147 | 2026-08-31T09:26:13.690Z | Actions: 1/293 actions (Installing new actions) |
| 148 | 2026-08-31T09:26:14.646Z | Actions: Completed 293 actions in 0.98 seconds. |
| 149 | 2026-08-31T09:26:14.649Z | Finalize: Updating package state database ... Done |
| 150 | 2026-08-31T09:26:14.692Z | Finalize: Updating package cache ... Done |
| 151 | 2026-08-31T09:26:14.790Z | Finalize: Updating image state ... Done |
| 152 | 2026-08-31T09:26:17.380Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-08-31T09:26:17.453Z | Finalize: Reading search index ... Done |
| 154 | 2026-08-31T09:26:17.456Z | Finalize: Updating search index ... Done |
| 155 | 2026-08-31T09:26:17.691Z | Finalize: Updating package cache ... Done |
| 156 | 2026-08-31T09:26:17.857Z | ++ export SDE=/opt/oxide/tofino_sde |
| 157 | 2026-08-31T09:26:17.859Z | ++ SDE=/opt/oxide/tofino_sde |
| 158 | 2026-08-31T09:26:17.859Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 159 | 2026-08-31T09:26:17.859Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 160 | 2026-08-31T09:26:17.859Z | ++ banner packages |
| 161 | 2026-08-31T09:26:17.863Z | |
| 162 | 2026-08-31T09:26:17.863Z | ##### ## #### # # ## #### ###### #### |
| 163 | 2026-08-31T09:26:17.863Z | # # # # # # # # # # # # # # |
| 164 | 2026-08-31T09:26:17.863Z | # # # # # #### # # # ##### #### |
| 165 | 2026-08-31T09:26:17.863Z | ##### ###### # # # ###### # ### # # |
| 166 | 2026-08-31T09:26:17.863Z | # # # # # # # # # # # # # # |
| 167 | 2026-08-31T09:26:17.863Z | # # # #### # # # # #### ###### #### |
| 168 | 2026-08-31T09:26:17.863Z | |
| 169 | 2026-08-31T09:26:17.863Z | ++ pfexec pkg install clang-15 pcap gcc14 |
| 170 | 2026-08-31T09:26:18.128Z | Startup: Refreshing catalog 'helios' ... Done |
| 171 | 2026-08-31T09:26:18.133Z | Startup: Refreshing catalog 'oxide' ... Done |
| 172 | 2026-08-31T09:26:20.433Z | Planning: Solver setup ... Done |
| 173 | 2026-08-31T09:26:20.499Z | Planning: Running solver ... Done |
| 174 | 2026-08-31T09:26:20.549Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-08-31T09:26:20.549Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-08-31T09:26:20.554Z | Planning: Planning completed in 2.42 seconds |
| 177 | 2026-08-31T09:26:20.568Z | No updates necessary for this image. |
| 178 | 2026-08-31T09:26:20.711Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 179 | 2026-08-31T09:26:20.932Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-08-31T09:26:21.024Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-08-31T09:26:21.028Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-08-31T09:26:21.182Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-08-31T09:26:21.186Z | Planning: Planning completed in 0.26 seconds |
| 184 | 2026-08-31T09:26:21.208Z | Mediators to change: 2 |
| 185 | 2026-08-31T09:26:21.208Z | Create boot environment: No |
| 186 | 2026-08-31T09:26:21.208Z | Create backup boot environment: No |
| 187 | 2026-08-31T09:26:21.260Z | Finalize: Updating package state database ... Done |
| 188 | 2026-08-31T09:26:21.260Z | Finalize: Updating package cache ... Done |
| 189 | 2026-08-31T09:26:21.315Z | Finalize: Updating image state ... Done |
| 190 | 2026-08-31T09:26:23.270Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-08-31T09:26:23.327Z | Finalize: Reading search index ... Done |
| 192 | 2026-08-31T09:26:23.332Z | Finalize: Updating search index ... Done |
| 193 | 2026-08-31T09:26:23.436Z | Finalize: Updating package cache ... Done |
| 194 | 2026-08-31T09:26:23.508Z | ++ cargo --version |
| 195 | 2026-08-31T09:26:23.516Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 196 | 2026-08-31T09:26:23.522Z | ++ rustc --version |
| 197 | 2026-08-31T09:26:23.538Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 198 | 2026-08-31T09:26:23.542Z | + banner copyrights |
| 199 | 2026-08-31T09:26:23.542Z | |
| 200 | 2026-08-31T09:26:23.542Z | #### #### ##### # # ##### # #### # # ##### #### |
| 201 | 2026-08-31T09:26:23.542Z | # # # # # # # # # # # # # # # # # |
| 202 | 2026-08-31T09:26:23.542Z | # # # # # # # # # # ###### # #### |
| 203 | 2026-08-31T09:26:23.542Z | # # # ##### # ##### # # ### # # # # |
| 204 | 2026-08-31T09:26:23.542Z | # # # # # # # # # # # # # # # # |
| 205 | 2026-08-31T09:26:23.542Z | #### #### # # # # # #### # # # #### |
| 206 | 2026-08-31T09:26:23.542Z | |
| 207 | 2026-08-31T09:26:23.547Z | + ./tools/check_copyrights.sh |
| 208 | 2026-08-31T09:26:24.677Z | dpd/p4/headers.p4: Copyright with wrong year |
| 209 | 2026-08-31T09:26:25.071Z | dpd/src/transceivers/stub_impl.rs: Copyright with wrong year |
| 210 | 2026-08-31T09:26:25.210Z | pcap/build.rs: Copyright with wrong year |
| 211 | 2026-08-31T09:26:25.387Z | tfportd/src/linklocal.rs: Copyright with wrong year |
| 212 | 2026-08-31T09:26:25.573Z | uplinkd/src/sys.rs: Copyright with wrong year |
| 213 | 2026-08-31T09:26:25.607Z | + banner clippy |
| 214 | 2026-08-31T09:26:25.611Z | |
| 215 | 2026-08-31T09:26:25.611Z | #### # # ##### ##### # # |
| 216 | 2026-08-31T09:26:25.611Z | # # # # # # # # # # |
| 217 | 2026-08-31T09:26:25.611Z | # # # # # # # # |
| 218 | 2026-08-31T09:26:25.611Z | # # # ##### ##### # |
| 219 | 2026-08-31T09:26:25.611Z | # # # # # # # |
| 220 | 2026-08-31T09:26:25.611Z | #### ###### # # # # |
| 221 | 2026-08-31T09:26:25.611Z | |
| 222 | 2026-08-31T09:26:25.611Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 223 | 2026-08-31T09:26:25.611Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 224 | 2026-08-31T09:26:25.759Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 225 | 2026-08-31T09:26:36.201Z | Updating crates.io index |
| 226 | 2026-08-31T09:26:36.239Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 227 | 2026-08-31T09:26:36.598Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 228 | 2026-08-31T09:26:37.676Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 229 | 2026-08-31T09:26:38.012Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 230 | 2026-08-31T09:26:38.311Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 231 | 2026-08-31T09:26:39.207Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 232 | 2026-08-31T09:26:39.610Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 233 | 2026-08-31T09:26:39.912Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 234 | 2026-08-31T09:26:40.292Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 235 | 2026-08-31T09:26:40.776Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 236 | 2026-08-31T09:26:41.201Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 237 | 2026-08-31T09:26:42.165Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 238 | 2026-08-31T09:26:42.536Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 239 | 2026-08-31T09:26:42.875Z | Updating git repository `https://github.com/oxidecomputer/acpi_tables.git` |
| 240 | 2026-08-31T09:26:43.210Z | Updating git submodule `https://github.com/rust-vmm/rust-vmm-ci.git` |
| 241 | 2026-08-31T09:26:43.545Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 242 | 2026-08-31T09:26:44.084Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 243 | 2026-08-31T09:26:44.355Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 244 | 2026-08-31T09:26:44.740Z | Updating git repository `https://github.com/oxidecomputer/vm-attest` |
| 245 | 2026-08-31T09:26:45.077Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 246 | 2026-08-31T09:26:45.787Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 247 | 2026-08-31T09:26:46.392Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2026-08-31T09:26:47.332Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 249 | 2026-08-31T09:26:47.756Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 250 | 2026-08-31T09:26:48.116Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 251 | 2026-08-31T09:26:48.649Z | Updating git repository `https://github.com/oxidecomputer/rats-corim` |
| 252 | 2026-08-31T09:26:49.751Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 253 | 2026-08-31T09:26:51.651Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 254 | 2026-08-31T09:26:52.139Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 255 | 2026-08-31T09:26:52.999Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 256 | 2026-08-31T09:26:54.776Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 257 | 2026-08-31T09:26:55.607Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 258 | 2026-08-31T09:26:55.896Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 259 | 2026-08-31T09:26:56.232Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 260 | 2026-08-31T09:26:56.828Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 261 | 2026-08-31T09:26:57.826Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 262 | 2026-08-31T09:26:59.834Z | Downloading crates ... |
| 263 | 2026-08-31T09:26:59.897Z | Downloaded arrayvec v0.7.6 |
| 264 | 2026-08-31T09:26:59.902Z | Downloaded async-recursion v1.1.1 |
| 265 | 2026-08-31T09:26:59.905Z | Downloaded base64ct v1.8.0 |
| 266 | 2026-08-31T09:26:59.908Z | Downloaded dof v0.4.0 |
| 267 | 2026-08-31T09:26:59.911Z | Downloaded float-ord v0.3.2 |
| 268 | 2026-08-31T09:26:59.914Z | Downloaded anstyle-query v1.1.4 |
| 269 | 2026-08-31T09:26:59.914Z | Downloaded autocfg v1.5.0 |
| 270 | 2026-08-31T09:26:59.914Z | Downloaded adler2 v2.0.1 |
| 271 | 2026-08-31T09:26:59.914Z | Downloaded async-trait v0.1.89 |
| 272 | 2026-08-31T09:26:59.918Z | Downloaded defmt v1.0.1 |
| 273 | 2026-08-31T09:26:59.923Z | Downloaded fs_extra v1.3.0 |
| 274 | 2026-08-31T09:26:59.923Z | Downloaded async-stream-impl v0.3.6 |
| 275 | 2026-08-31T09:26:59.923Z | Downloaded async-stream v0.3.6 |
| 276 | 2026-08-31T09:26:59.925Z | Downloaded arrayref v0.3.9 |
| 277 | 2026-08-31T09:26:59.925Z | Downloaded equivalent v1.0.2 |
| 278 | 2026-08-31T09:26:59.925Z | Downloaded deranged v0.5.3 |
| 279 | 2026-08-31T09:26:59.925Z | Downloaded defmt-macros v1.0.1 |
| 280 | 2026-08-31T09:26:59.928Z | Downloaded fnv v1.0.7 |
| 281 | 2026-08-31T09:26:59.928Z | Downloaded defmt-parser v1.0.0 |
| 282 | 2026-08-31T09:26:59.928Z | Downloaded base16ct v0.2.0 |
| 283 | 2026-08-31T09:26:59.931Z | Downloaded backoff v0.4.0 |
| 284 | 2026-08-31T09:26:59.931Z | Downloaded aead v0.5.2 |
| 285 | 2026-08-31T09:26:59.934Z | Downloaded cfg-if v1.0.4 |
| 286 | 2026-08-31T09:26:59.934Z | Downloaded data-encoding v2.9.0 |
| 287 | 2026-08-31T09:26:59.937Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 288 | 2026-08-31T09:26:59.937Z | Downloaded embedded-io v0.4.0 |
| 289 | 2026-08-31T09:26:59.941Z | Downloaded derive-where v1.6.0 |
| 290 | 2026-08-31T09:26:59.944Z | Downloaded crc8 v0.1.1 |
| 291 | 2026-08-31T09:26:59.944Z | Downloaded cpufeatures v0.2.17 |
| 292 | 2026-08-31T09:26:59.944Z | Downloaded colorchoice v1.0.4 |
| 293 | 2026-08-31T09:26:59.948Z | Downloaded futures-core v0.3.32 |
| 294 | 2026-08-31T09:26:59.949Z | Downloaded foreign-types v0.3.2 |
| 295 | 2026-08-31T09:26:59.949Z | Downloaded errno v0.3.14 |
| 296 | 2026-08-31T09:26:59.949Z | Downloaded bit-set v0.8.0 |
| 297 | 2026-08-31T09:26:59.952Z | Downloaded darling_macro v0.21.3 |
| 298 | 2026-08-31T09:26:59.952Z | Downloaded cfg_aliases v0.2.1 |
| 299 | 2026-08-31T09:26:59.952Z | Downloaded bcs v0.1.6 |
| 300 | 2026-08-31T09:26:59.955Z | Downloaded fastrand v2.3.0 |
| 301 | 2026-08-31T09:26:59.956Z | Downloaded dyn-clone v1.0.20 |
| 302 | 2026-08-31T09:26:59.956Z | Downloaded futures-executor v0.3.32 |
| 303 | 2026-08-31T09:26:59.959Z | Downloaded bs58 v0.5.1 |
| 304 | 2026-08-31T09:26:59.959Z | Downloaded futures-sink v0.3.32 |
| 305 | 2026-08-31T09:26:59.959Z | Downloaded enum-as-inner v0.6.1 |
| 306 | 2026-08-31T09:26:59.962Z | Downloaded embedded-io v0.6.1 |
| 307 | 2026-08-31T09:26:59.962Z | Downloaded compression-codecs v0.4.32 |
| 308 | 2026-08-31T09:26:59.962Z | Downloaded hex v0.4.3 |
| 309 | 2026-08-31T09:26:59.965Z | Downloaded gethostname v0.5.0 |
| 310 | 2026-08-31T09:26:59.965Z | Downloaded crucible-workspace-hack v0.1.0 |
| 311 | 2026-08-31T09:26:59.965Z | Downloaded heck v0.5.0 |
| 312 | 2026-08-31T09:26:59.968Z | Downloaded cpufeatures v0.3.0 |
| 313 | 2026-08-31T09:26:59.969Z | Downloaded futures-io v0.3.32 |
| 314 | 2026-08-31T09:26:59.969Z | Downloaded dtrace-parser v0.3.0 |
| 315 | 2026-08-31T09:26:59.969Z | Downloaded compression-core v0.4.32 |
| 316 | 2026-08-31T09:26:59.972Z | Downloaded cargo-platform v0.1.9 |
| 317 | 2026-08-31T09:26:59.972Z | Downloaded dof v0.3.0 |
| 318 | 2026-08-31T09:26:59.972Z | Downloaded git-stub v1.0.0 |
| 319 | 2026-08-31T09:26:59.972Z | Downloaded darling_macro v0.23.0 |
| 320 | 2026-08-31T09:26:59.975Z | Downloaded crypto-common v0.1.6 |
| 321 | 2026-08-31T09:26:59.975Z | Downloaded block-buffer v0.10.4 |
| 322 | 2026-08-31T09:26:59.976Z | Downloaded hash32 v0.3.1 |
| 323 | 2026-08-31T09:26:59.977Z | Downloaded clap_lex v1.1.0 |
| 324 | 2026-08-31T09:26:59.980Z | Downloaded ciborium-ll v0.2.2 |
| 325 | 2026-08-31T09:26:59.981Z | Downloaded foreign-types-shared v0.3.1 |
| 326 | 2026-08-31T09:26:59.981Z | Downloaded ciborium-io v0.2.2 |
| 327 | 2026-08-31T09:26:59.981Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 328 | 2026-08-31T09:26:59.981Z | Downloaded dtrace-parser v0.2.0 |
| 329 | 2026-08-31T09:26:59.981Z | Downloaded dunce v1.0.5 |
| 330 | 2026-08-31T09:26:59.984Z | Downloaded cobs v0.3.0 |
| 331 | 2026-08-31T09:26:59.987Z | Downloaded hostname v0.3.1 |
| 332 | 2026-08-31T09:26:59.987Z | Downloaded constant_time_eq v0.3.1 |
| 333 | 2026-08-31T09:26:59.989Z | Downloaded form_urlencoded v1.2.2 |
| 334 | 2026-08-31T09:26:59.989Z | Downloaded cstr-argument v0.1.2 |
| 335 | 2026-08-31T09:26:59.989Z | Downloaded generic-array v0.14.7 |
| 336 | 2026-08-31T09:26:59.989Z | Downloaded defmt v0.3.100 |
| 337 | 2026-08-31T09:26:59.992Z | Downloaded convert_case v0.4.0 |
| 338 | 2026-08-31T09:26:59.993Z | Downloaded atomic-waker v1.1.2 |
| 339 | 2026-08-31T09:26:59.993Z | Downloaded foreign-types-shared v0.1.1 |
| 340 | 2026-08-31T09:26:59.995Z | Downloaded crypto-common v0.2.2 |
| 341 | 2026-08-31T09:26:59.995Z | Downloaded futures-macro v0.3.32 |
| 342 | 2026-08-31T09:26:59.995Z | Downloaded hostname v0.4.2 |
| 343 | 2026-08-31T09:26:59.998Z | Downloaded debug-ignore v1.0.5 |
| 344 | 2026-08-31T09:26:59.998Z | Downloaded fixedbitset v0.4.2 |
| 345 | 2026-08-31T09:27:00.002Z | Downloaded anstyle-parse v1.0.0 |
| 346 | 2026-08-31T09:27:00.002Z | Downloaded foldhash v0.1.5 |
| 347 | 2026-08-31T09:27:00.005Z | Downloaded darling_core v0.21.3 |
| 348 | 2026-08-31T09:27:00.008Z | Downloaded critical-section v1.2.0 |
| 349 | 2026-08-31T09:27:00.008Z | Downloaded cipher v0.4.4 |
| 350 | 2026-08-31T09:27:00.008Z | Downloaded httpdate v1.0.3 |
| 351 | 2026-08-31T09:27:00.010Z | Downloaded http-body v1.0.1 |
| 352 | 2026-08-31T09:27:00.010Z | Downloaded camino-tempfile v1.4.1 |
| 353 | 2026-08-31T09:27:00.011Z | Downloaded bit-vec v0.8.0 |
| 354 | 2026-08-31T09:27:00.014Z | Downloaded atomicwrites v0.4.4 |
| 355 | 2026-08-31T09:27:00.014Z | Downloaded either v1.15.0 |
| 356 | 2026-08-31T09:27:00.014Z | Downloaded heck v0.4.1 |
| 357 | 2026-08-31T09:27:00.075Z | Downloaded bytecount v0.6.9 |
| 358 | 2026-08-31T09:27:00.075Z | Downloaded crc32fast v1.5.0 |
| 359 | 2026-08-31T09:27:00.075Z | Downloaded foreign-types v0.5.0 |
| 360 | 2026-08-31T09:27:00.075Z | Downloaded hubpack_derive v0.1.1 |
| 361 | 2026-08-31T09:27:00.075Z | Downloaded foreign-types-macros v0.2.3 |
| 362 | 2026-08-31T09:27:00.075Z | Downloaded hubpack v0.1.2 |
| 363 | 2026-08-31T09:27:00.075Z | Downloaded hyper-tls v0.6.0 |
| 364 | 2026-08-31T09:27:00.075Z | Downloaded ident_case v1.0.1 |
| 365 | 2026-08-31T09:27:00.075Z | Downloaded cmake v0.1.54 |
| 366 | 2026-08-31T09:27:00.075Z | Downloaded crossbeam-deque v0.8.6 |
| 367 | 2026-08-31T09:27:00.075Z | Downloaded byteorder v1.5.0 |
| 368 | 2026-08-31T09:27:00.075Z | Downloaded block-buffer v0.12.0 |
| 369 | 2026-08-31T09:27:00.075Z | Downloaded indent_write v2.2.0 |
| 370 | 2026-08-31T09:27:00.075Z | Downloaded bitflags v1.3.2 |
| 371 | 2026-08-31T09:27:00.075Z | Downloaded fixedbitset v0.5.7 |
| 372 | 2026-08-31T09:27:00.075Z | Downloaded highway v1.3.0 |
| 373 | 2026-08-31T09:27:00.075Z | Downloaded glob v0.3.3 |
| 374 | 2026-08-31T09:27:00.076Z | Downloaded fs-err v3.1.2 |
| 375 | 2026-08-31T09:27:00.076Z | Downloaded cargo_metadata v0.18.1 |
| 376 | 2026-08-31T09:27:00.076Z | Downloaded futures-task v0.3.32 |
| 377 | 2026-08-31T09:27:00.076Z | Downloaded internet-checksum v0.2.1 |
| 378 | 2026-08-31T09:27:00.076Z | Downloaded globset v0.4.16 |
| 379 | 2026-08-31T09:27:00.076Z | Downloaded is_terminal_polyfill v1.70.1 |
| 380 | 2026-08-31T09:27:00.076Z | Downloaded is_ci v1.2.0 |
| 381 | 2026-08-31T09:27:00.076Z | Downloaded const_format_proc_macros v0.2.34 |
| 382 | 2026-08-31T09:27:00.076Z | Downloaded inout v0.1.4 |
| 383 | 2026-08-31T09:27:00.076Z | Downloaded argon2 v0.5.3 |
| 384 | 2026-08-31T09:27:00.076Z | Downloaded is-terminal v0.4.16 |
| 385 | 2026-08-31T09:27:00.076Z | Downloaded instant v0.1.13 |
| 386 | 2026-08-31T09:27:00.076Z | Downloaded darling v0.21.3 |
| 387 | 2026-08-31T09:27:00.076Z | Downloaded console v0.15.11 |
| 388 | 2026-08-31T09:27:00.076Z | Downloaded lazy_static v1.5.0 |
| 389 | 2026-08-31T09:27:00.076Z | Downloaded chacha20 v0.9.1 |
| 390 | 2026-08-31T09:27:00.076Z | Downloaded itoa v1.0.15 |
| 391 | 2026-08-31T09:27:00.082Z | Downloaded bitflags v2.11.1 |
| 392 | 2026-08-31T09:27:00.082Z | Downloaded cancel-safe-futures v0.1.5 |
| 393 | 2026-08-31T09:27:00.082Z | Downloaded csv-core v0.1.12 |
| 394 | 2026-08-31T09:27:00.082Z | Downloaded git-stub-vcs v0.1.0 |
| 395 | 2026-08-31T09:27:00.082Z | Downloaded linked-hash-map v0.5.6 |
| 396 | 2026-08-31T09:27:00.083Z | Downloaded libscf-sys v1.2.0 |
| 397 | 2026-08-31T09:27:00.083Z | Downloaded keccak v0.1.6 |
| 398 | 2026-08-31T09:27:00.083Z | Downloaded ff v0.13.1 |
| 399 | 2026-08-31T09:27:00.083Z | Downloaded daft v0.1.5 |
| 400 | 2026-08-31T09:27:00.083Z | Downloaded derive-ex v0.1.8 |
| 401 | 2026-08-31T09:27:00.083Z | Downloaded cexpr v0.6.0 |
| 402 | 2026-08-31T09:27:00.089Z | Downloaded managed v0.8.0 |
| 403 | 2026-08-31T09:27:00.089Z | Downloaded humantime v2.3.0 |
| 404 | 2026-08-31T09:27:00.089Z | Downloaded foldhash v0.2.0 |
| 405 | 2026-08-31T09:27:00.089Z | Downloaded digest v0.11.3 |
| 406 | 2026-08-31T09:27:00.089Z | Downloaded lru-slab v0.1.2 |
| 407 | 2026-08-31T09:27:00.089Z | Downloaded lru-cache v0.1.2 |
| 408 | 2026-08-31T09:27:00.089Z | Downloaded group v0.13.0 |
| 409 | 2026-08-31T09:27:00.092Z | Downloaded http-body-util v0.1.3 |
| 410 | 2026-08-31T09:27:00.092Z | Downloaded macaddr v1.0.1 |
| 411 | 2026-08-31T09:27:00.092Z | Downloaded displaydoc v0.2.5 |
| 412 | 2026-08-31T09:27:00.092Z | Downloaded memoffset v0.9.1 |
| 413 | 2026-08-31T09:27:00.092Z | Downloaded match_cfg v0.1.0 |
| 414 | 2026-08-31T09:27:00.095Z | Downloaded find-msvc-tools v0.1.9 |
| 415 | 2026-08-31T09:27:00.095Z | Downloaded anstyle v1.0.14 |
| 416 | 2026-08-31T09:27:00.095Z | Downloaded num v0.4.3 |
| 417 | 2026-08-31T09:27:00.099Z | Downloaded ipnet v2.11.0 |
| 418 | 2026-08-31T09:27:00.102Z | Downloaded ingot v0.1.1 |
| 419 | 2026-08-31T09:27:00.105Z | Downloaded idna_adapter v1.2.1 |
| 420 | 2026-08-31T09:27:00.105Z | Downloaded ciborium v0.2.2 |
| 421 | 2026-08-31T09:27:00.105Z | Downloaded camino v1.2.3 |
| 422 | 2026-08-31T09:27:00.108Z | Downloaded anyhow v1.0.102 |
| 423 | 2026-08-31T09:27:00.112Z | Downloaded mime v0.3.17 |
| 424 | 2026-08-31T09:27:00.112Z | Downloaded memmap v0.7.0 |
| 425 | 2026-08-31T09:27:00.112Z | Downloaded colored v3.1.1 |
| 426 | 2026-08-31T09:27:00.116Z | Downloaded darling v0.23.0 |
| 427 | 2026-08-31T09:27:00.116Z | Downloaded num-conv v0.2.1 |
| 428 | 2026-08-31T09:27:00.119Z | Downloaded newline-converter v0.3.0 |
| 429 | 2026-08-31T09:27:00.119Z | Downloaded getrandom v0.2.16 |
| 430 | 2026-08-31T09:27:00.119Z | Downloaded num-derive v0.4.2 |
| 431 | 2026-08-31T09:27:00.119Z | Downloaded ingot-types v0.1.2 |
| 432 | 2026-08-31T09:27:00.124Z | Downloaded num_enum_derive v0.5.11 |
| 433 | 2026-08-31T09:27:00.124Z | Downloaded clap_derive v4.6.1 |
| 434 | 2026-08-31T09:27:00.124Z | Downloaded blake2 v0.10.6 |
| 435 | 2026-08-31T09:27:00.127Z | Downloaded hmac v0.12.1 |
| 436 | 2026-08-31T09:27:00.127Z | Downloaded daft-derive v0.1.5 |
| 437 | 2026-08-31T09:27:00.130Z | Downloaded kstat-rs v0.2.4 |
| 438 | 2026-08-31T09:27:00.130Z | Downloaded erased-serde v0.3.31 |
| 439 | 2026-08-31T09:27:00.130Z | Downloaded newtype_derive v0.1.6 |
| 440 | 2026-08-31T09:27:00.133Z | Downloaded elliptic-curve v0.13.8 |
| 441 | 2026-08-31T09:27:00.133Z | Downloaded derive_more v0.99.20 |
| 442 | 2026-08-31T09:27:00.136Z | Downloaded olpc-cjson v0.1.4 |
| 443 | 2026-08-31T09:27:00.139Z | Downloaded num_threads v0.1.7 |
| 444 | 2026-08-31T09:27:00.139Z | Downloaded ipnetwork v0.21.1 |
| 445 | 2026-08-31T09:27:00.139Z | Downloaded openssl-macros v0.1.1 |
| 446 | 2026-08-31T09:27:00.142Z | Downloaded opaque-debug v0.3.1 |
| 447 | 2026-08-31T09:27:00.142Z | Downloaded omicron-workspace-hack v0.1.0 |
| 448 | 2026-08-31T09:27:00.143Z | Downloaded num-iter v0.1.45 |
| 449 | 2026-08-31T09:27:00.143Z | Downloaded percent-encoding v2.3.2 |
| 450 | 2026-08-31T09:27:00.146Z | Downloaded libsw-core v0.3.2 |
| 451 | 2026-08-31T09:27:00.146Z | Downloaded darling_core v0.23.0 |
| 452 | 2026-08-31T09:27:00.146Z | Downloaded linear-map v1.2.0 |
| 453 | 2026-08-31T09:27:00.150Z | Downloaded libsw v3.5.0 |
| 454 | 2026-08-31T09:27:00.150Z | Downloaded libloading v0.8.9 |
| 455 | 2026-08-31T09:27:00.153Z | Downloaded iana-time-zone v0.1.64 |
| 456 | 2026-08-31T09:27:00.153Z | Downloaded filetime v0.2.26 |
| 457 | 2026-08-31T09:27:00.153Z | Downloaded digest v0.10.7 |
| 458 | 2026-08-31T09:27:00.153Z | Downloaded futures-channel v0.3.32 |
| 459 | 2026-08-31T09:27:00.156Z | Downloaded crossbeam-utils v0.8.21 |
| 460 | 2026-08-31T09:27:00.156Z | Downloaded cookie v0.18.1 |
| 461 | 2026-08-31T09:27:00.160Z | Downloaded newtype-uuid v1.3.2 |
| 462 | 2026-08-31T09:27:00.161Z | Downloaded parse-display v0.10.0 |
| 463 | 2026-08-31T09:27:00.161Z | Downloaded multer v3.1.0 |
| 464 | 2026-08-31T09:27:00.164Z | Downloaded anstream v1.0.0 |
| 465 | 2026-08-31T09:27:00.167Z | Downloaded plain v0.2.3 |
| 466 | 2026-08-31T09:27:00.167Z | Downloaded clang-sys v1.8.1 |
| 467 | 2026-08-31T09:27:00.171Z | Downloaded ingot-macros v0.1.1 |
| 468 | 2026-08-31T09:27:00.171Z | Downloaded httparse v1.10.1 |
| 469 | 2026-08-31T09:27:00.174Z | Downloaded crossbeam-epoch v0.9.18 |
| 470 | 2026-08-31T09:27:00.174Z | Downloaded allocator-api2 v0.2.21 |
| 471 | 2026-08-31T09:27:00.177Z | Downloaded const-oid v0.10.2 |
| 472 | 2026-08-31T09:27:00.177Z | Downloaded hyper-rustls v0.27.7 |
| 473 | 2026-08-31T09:27:00.180Z | Downloaded hybrid-array v0.4.12 |
| 474 | 2026-08-31T09:27:00.184Z | Downloaded proc-macro-crate v1.3.1 |
| 475 | 2026-08-31T09:27:00.184Z | Downloaded const_format v0.2.34 |
| 476 | 2026-08-31T09:27:00.188Z | Downloaded num_enum v0.7.5 |
| 477 | 2026-08-31T09:27:00.191Z | Downloaded newtype-uuid-macros v0.1.0 |
| 478 | 2026-08-31T09:27:00.191Z | Downloaded native-tls v0.2.14 |
| 479 | 2026-08-31T09:27:00.194Z | Downloaded progenitor-client v0.11.1 |
| 480 | 2026-08-31T09:27:00.194Z | Downloaded progenitor-client v0.10.0 |
| 481 | 2026-08-31T09:27:00.194Z | Downloaded async-compression v0.4.33 |
| 482 | 2026-08-31T09:27:00.200Z | Downloaded getrandom v0.3.4 |
| 483 | 2026-08-31T09:27:00.203Z | Downloaded litemap v0.8.0 |
| 484 | 2026-08-31T09:27:00.203Z | Downloaded openssl-probe v0.1.6 |
| 485 | 2026-08-31T09:27:00.203Z | Downloaded base64 v0.22.1 |
| 486 | 2026-08-31T09:27:00.203Z | Downloaded num-complex v0.4.6 |
| 487 | 2026-08-31T09:27:00.206Z | Downloaded getrandom v0.4.2 |
| 488 | 2026-08-31T09:27:00.206Z | Downloaded progenitor-macro v0.14.0 |
| 489 | 2026-08-31T09:27:00.209Z | Downloaded quick-error v1.2.3 |
| 490 | 2026-08-31T09:27:00.209Z | Downloaded progenitor-macro v0.11.1 |
| 491 | 2026-08-31T09:27:00.209Z | Downloaded progenitor-macro v0.10.0 |
| 492 | 2026-08-31T09:27:00.212Z | Downloaded pretty-hex v0.4.1 |
| 493 | 2026-08-31T09:27:00.212Z | Downloaded num_enum_derive v0.7.5 |
| 494 | 2026-08-31T09:27:00.212Z | Downloaded num_enum v0.5.11 |
| 495 | 2026-08-31T09:27:00.217Z | Downloaded rand_xorshift v0.4.0 |
| 496 | 2026-08-31T09:27:00.217Z | Downloaded progenitor-client v0.14.0 |
| 497 | 2026-08-31T09:27:00.217Z | Downloaded pem v3.0.5 |
| 498 | 2026-08-31T09:27:00.220Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 499 | 2026-08-31T09:27:00.220Z | Downloaded proc-macro-error-attr v1.0.4 |
| 500 | 2026-08-31T09:27:00.220Z | Downloaded icu_properties v2.0.1 |
| 501 | 2026-08-31T09:27:00.220Z | Downloaded powerfmt v0.2.0 |
| 502 | 2026-08-31T09:27:00.223Z | Downloaded memmap2 v0.9.8 |
| 503 | 2026-08-31T09:27:00.223Z | Downloaded pest_generator v2.8.2 |
| 504 | 2026-08-31T09:27:00.223Z | Downloaded flate2 v1.1.2 |
| 505 | 2026-08-31T09:27:00.228Z | Downloaded lock_api v0.4.14 |
| 506 | 2026-08-31T09:27:00.228Z | Downloaded dropshot_endpoint v0.16.7 |
| 507 | 2026-08-31T09:27:00.232Z | Downloaded pin-project-internal v1.1.10 |
| 508 | 2026-08-31T09:27:00.232Z | Downloaded ref-cast v1.0.25 |
| 509 | 2026-08-31T09:27:00.232Z | Downloaded oxnet v0.1.6 |
| 510 | 2026-08-31T09:27:00.232Z | Downloaded oxide-tokio-rt v0.1.6 |
| 511 | 2026-08-31T09:27:00.236Z | Downloaded paste v1.0.15 |
| 512 | 2026-08-31T09:27:00.236Z | Downloaded ref-cast-impl v1.0.25 |
| 513 | 2026-08-31T09:27:00.236Z | Downloaded num-integer v0.1.46 |
| 514 | 2026-08-31T09:27:00.239Z | Downloaded indexmap v1.9.3 |
| 515 | 2026-08-31T09:27:00.239Z | Downloaded clap v4.6.1 |
| 516 | 2026-08-31T09:27:00.648Z | Downloaded rustc_version v0.4.1 |
| 517 | 2026-08-31T09:27:00.652Z | Downloaded rand_chacha v0.3.1 |
| 518 | 2026-08-31T09:27:00.652Z | Downloaded progenitor v0.10.0 |
| 519 | 2026-08-31T09:27:00.652Z | Downloaded proc-macro-error2 v2.0.1 |
| 520 | 2026-08-31T09:27:00.652Z | Downloaded progenitor v0.14.0 |
| 521 | 2026-08-31T09:27:00.652Z | Downloaded rustc_version v0.1.7 |
| 522 | 2026-08-31T09:27:00.652Z | Downloaded password-hash v0.5.0 |
| 523 | 2026-08-31T09:27:00.652Z | Downloaded rustc-hash v2.1.1 |
| 524 | 2026-08-31T09:27:00.652Z | Downloaded progenitor v0.11.1 |
| 525 | 2026-08-31T09:27:00.653Z | Downloaded cc v1.2.64 |
| 526 | 2026-08-31T09:27:00.653Z | Downloaded dropshot_endpoint v0.17.1 |
| 527 | 2026-08-31T09:27:00.653Z | Downloaded half v2.7.1 |
| 528 | 2026-08-31T09:27:00.653Z | Downloaded once_cell v1.21.3 |
| 529 | 2026-08-31T09:27:00.653Z | Downloaded crypto-bigint v0.5.5 |
| 530 | 2026-08-31T09:27:00.653Z | Downloaded icu_provider v2.0.0 |
| 531 | 2026-08-31T09:27:00.653Z | Downloaded icu_normalizer v2.0.0 |
| 532 | 2026-08-31T09:27:00.653Z | Downloaded same-file v1.0.6 |
| 533 | 2026-08-31T09:27:00.653Z | Downloaded crossbeam-channel v0.5.15 |
| 534 | 2026-08-31T09:27:00.653Z | Downloaded phf v0.12.1 |
| 535 | 2026-08-31T09:27:00.653Z | Downloaded scroll_derive v0.12.1 |
| 536 | 2026-08-31T09:27:00.653Z | Downloaded bytes v1.12.0 |
| 537 | 2026-08-31T09:27:00.653Z | Downloaded chacha20poly1305 v0.10.1 |
| 538 | 2026-08-31T09:27:00.653Z | Downloaded parse-display-derive v0.10.0 |
| 539 | 2026-08-31T09:27:00.653Z | Downloaded pkg-config v0.3.32 |
| 540 | 2026-08-31T09:27:00.653Z | Downloaded futures v0.3.32 |
| 541 | 2026-08-31T09:27:00.653Z | Downloaded owo-colors v4.3.0 |
| 542 | 2026-08-31T09:27:00.653Z | Downloaded drift v0.2.0 |
| 543 | 2026-08-31T09:27:00.653Z | Downloaded scopeguard v1.2.0 |
| 544 | 2026-08-31T09:27:00.654Z | Downloaded rand_core v0.9.3 |
| 545 | 2026-08-31T09:27:00.654Z | Downloaded proc-macro-error v1.0.4 |
| 546 | 2026-08-31T09:27:00.654Z | Downloaded ppv-lite86 v0.2.21 |
| 547 | 2026-08-31T09:27:00.654Z | Downloaded serde-big-array v0.5.1 |
| 548 | 2026-08-31T09:27:00.654Z | Downloaded num-rational v0.4.2 |
| 549 | 2026-08-31T09:27:00.654Z | Downloaded semver v0.1.20 |
| 550 | 2026-08-31T09:27:00.654Z | Downloaded secrecy v0.10.3 |
| 551 | 2026-08-31T09:27:00.654Z | Downloaded search_path v0.1.4 |
| 552 | 2026-08-31T09:27:00.654Z | Downloaded potential_utf v0.1.3 |
| 553 | 2026-08-31T09:27:00.654Z | Downloaded pest_meta v2.8.2 |
| 554 | 2026-08-31T09:27:00.654Z | Downloaded serde_spanned v1.1.1 |
| 555 | 2026-08-31T09:27:00.654Z | Downloaded sha1 v0.10.6 |
| 556 | 2026-08-31T09:27:00.654Z | Downloaded parking_lot v0.12.5 |
| 557 | 2026-08-31T09:27:00.654Z | Downloaded serde_spanned v0.6.9 |
| 558 | 2026-08-31T09:27:00.654Z | Downloaded log v0.4.29 |
| 559 | 2026-08-31T09:27:00.654Z | Downloaded num-traits v0.2.19 |
| 560 | 2026-08-31T09:27:00.654Z | Downloaded rustls-pemfile v2.2.0 |
| 561 | 2026-08-31T09:27:00.654Z | Downloaded rustversion v1.0.22 |
| 562 | 2026-08-31T09:27:00.655Z | Downloaded rand_core v0.6.4 |
| 563 | 2026-08-31T09:27:00.655Z | Downloaded rand_chacha v0.9.0 |
| 564 | 2026-08-31T09:27:00.655Z | Downloaded quote v1.0.45 |
| 565 | 2026-08-31T09:27:00.655Z | Downloaded signal-hook-tokio v0.4.0 |
| 566 | 2026-08-31T09:27:00.655Z | Downloaded serde_urlencoded v0.7.1 |
| 567 | 2026-08-31T09:27:00.655Z | Downloaded resolv-conf v0.7.5 |
| 568 | 2026-08-31T09:27:00.655Z | Downloaded serde_plain v1.0.2 |
| 569 | 2026-08-31T09:27:00.655Z | Downloaded pest_derive v2.8.2 |
| 570 | 2026-08-31T09:27:00.655Z | Downloaded parking_lot_core v0.9.12 |
| 571 | 2026-08-31T09:27:00.655Z | Downloaded phf_shared v0.12.1 |
| 572 | 2026-08-31T09:27:00.655Z | Downloaded omicron-zone-package v0.12.2 |
| 573 | 2026-08-31T09:27:00.655Z | Downloaded jobserver v0.1.34 |
| 574 | 2026-08-31T09:27:00.655Z | Downloaded sha1 v0.11.0 |
| 575 | 2026-08-31T09:27:00.655Z | Downloaded scroll v0.13.0 |
| 576 | 2026-08-31T09:27:00.655Z | Downloaded siphasher v1.0.1 |
| 577 | 2026-08-31T09:27:00.655Z | Downloaded schemars_derive v0.8.22 |
| 578 | 2026-08-31T09:27:00.655Z | Downloaded smawk v0.3.2 |
| 579 | 2026-08-31T09:27:00.655Z | Downloaded strum v0.26.3 |
| 580 | 2026-08-31T09:27:00.655Z | Downloaded stable_deref_trait v1.2.0 |
| 581 | 2026-08-31T09:27:00.655Z | Downloaded icu_normalizer_data v2.0.0 |
| 582 | 2026-08-31T09:27:00.655Z | Downloaded icu_collections v2.0.0 |
| 583 | 2026-08-31T09:27:00.655Z | Downloaded pin-project-lite v0.2.16 |
| 584 | 2026-08-31T09:27:00.655Z | Downloaded slog-bunyan v2.5.0 |
| 585 | 2026-08-31T09:27:00.655Z | Downloaded sigpipe v0.1.3 |
| 586 | 2026-08-31T09:27:00.655Z | Downloaded scroll_derive v0.13.1 |
| 587 | 2026-08-31T09:27:00.655Z | Downloaded poly1305 v0.8.0 |
| 588 | 2026-08-31T09:27:00.655Z | Downloaded pin-project v1.1.10 |
| 589 | 2026-08-31T09:27:00.655Z | Downloaded structmeta-derive v0.3.0 |
| 590 | 2026-08-31T09:27:00.655Z | Downloaded structmeta v0.3.0 |
| 591 | 2026-08-31T09:27:00.655Z | Downloaded strsim v0.11.1 |
| 592 | 2026-08-31T09:27:00.655Z | Downloaded scroll v0.12.0 |
| 593 | 2026-08-31T09:27:00.655Z | Downloaded strum v0.27.2 |
| 594 | 2026-08-31T09:27:00.655Z | Downloaded strum v0.28.0 |
| 595 | 2026-08-31T09:27:00.655Z | Downloaded subtle v2.6.1 |
| 596 | 2026-08-31T09:27:00.655Z | Downloaded serde_derive_internals v0.29.1 |
| 597 | 2026-08-31T09:27:00.655Z | Downloaded sync_wrapper v1.0.2 |
| 598 | 2026-08-31T09:27:00.655Z | Downloaded swrite v0.1.0 |
| 599 | 2026-08-31T09:27:00.655Z | Downloaded supports-color v3.0.2 |
| 600 | 2026-08-31T09:27:00.655Z | Downloaded curl v0.4.50 |
| 601 | 2026-08-31T09:27:00.656Z | Downloaded jiff-static v0.2.15 |
| 602 | 2026-08-31T09:27:00.656Z | Downloaded signal-hook-registry v1.4.6 |
| 603 | 2026-08-31T09:27:00.656Z | Downloaded tagptr v0.2.0 |
| 604 | 2026-08-31T09:27:00.656Z | Downloaded ryu v1.0.20 |
| 605 | 2026-08-31T09:27:00.656Z | Downloaded shlex v1.3.0 |
| 606 | 2026-08-31T09:27:00.656Z | Downloaded progenitor-impl v0.11.1 |
| 607 | 2026-08-31T09:27:00.656Z | Downloaded papergrid v0.11.0 |
| 608 | 2026-08-31T09:27:00.656Z | Downloaded rusty-fork v0.3.0 |
| 609 | 2026-08-31T09:27:00.656Z | Downloaded quinn-udp v0.5.14 |
| 610 | 2026-08-31T09:27:00.656Z | Downloaded progenitor-impl v0.14.0 |
| 611 | 2026-08-31T09:27:00.656Z | Downloaded slab v0.4.11 |
| 612 | 2026-08-31T09:27:00.656Z | Downloaded serde_repr v0.1.20 |
| 613 | 2026-08-31T09:27:00.656Z | Downloaded smf v0.2.3 |
| 614 | 2026-08-31T09:27:00.656Z | Downloaded serde_path_to_error v0.1.20 |
| 615 | 2026-08-31T09:27:00.656Z | Downloaded tabwriter v1.4.1 |
| 616 | 2026-08-31T09:27:00.656Z | Downloaded tabled_derive v0.7.0 |
| 617 | 2026-08-31T09:27:00.660Z | Downloaded progenitor-impl v0.10.0 |
| 618 | 2026-08-31T09:27:00.660Z | Downloaded termtree v0.5.1 |
| 619 | 2026-08-31T09:27:00.660Z | Downloaded take_mut v0.2.2 |
| 620 | 2026-08-31T09:27:00.660Z | Downloaded testing_table v0.3.0 |
| 621 | 2026-08-31T09:27:00.660Z | Downloaded thread-id v4.2.2 |
| 622 | 2026-08-31T09:27:00.660Z | Downloaded semver v1.0.28 |
| 623 | 2026-08-31T09:27:00.660Z | Downloaded papergrid v0.18.0 |
| 624 | 2026-08-31T09:27:00.660Z | Downloaded shlex v2.0.1 |
| 625 | 2026-08-31T09:27:00.660Z | Downloaded sha2 v0.10.9 |
| 626 | 2026-08-31T09:27:00.660Z | Downloaded hickory-resolver v0.25.2 |
| 627 | 2026-08-31T09:27:00.660Z | Downloaded heapless v0.8.0 |
| 628 | 2026-08-31T09:27:00.660Z | Downloaded thread-id v5.0.0 |
| 629 | 2026-08-31T09:27:00.660Z | Downloaded icu_locale_core v2.0.0 |
| 630 | 2026-08-31T09:27:00.660Z | Downloaded tokio-macros v2.7.0 |
| 631 | 2026-08-31T09:27:00.660Z | Downloaded miniz_oxide v0.8.9 |
| 632 | 2026-08-31T09:27:00.660Z | Downloaded static_assertions v1.1.0 |
| 633 | 2026-08-31T09:27:00.660Z | Downloaded snafu-derive v0.8.9 |
| 634 | 2026-08-31T09:27:00.660Z | Downloaded strum_macros v0.26.4 |
| 635 | 2026-08-31T09:27:00.660Z | Downloaded postcard v1.1.3 |
| 636 | 2026-08-31T09:27:00.662Z | Downloaded hashbrown v0.12.3 |
| 637 | 2026-08-31T09:27:00.662Z | Downloaded slog-json v2.6.1 |
| 638 | 2026-08-31T09:27:00.662Z | Downloaded time-core v0.1.8 |
| 639 | 2026-08-31T09:27:00.662Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 640 | 2026-08-31T09:27:00.662Z | Downloaded slog-dtrace v0.3.0 |
| 641 | 2026-08-31T09:27:00.662Z | Downloaded slog-async v2.8.0 |
| 642 | 2026-08-31T09:27:00.662Z | Downloaded tinyvec_macros v0.1.1 |
| 643 | 2026-08-31T09:27:00.662Z | Downloaded slog-term v2.9.2 |
| 644 | 2026-08-31T09:27:00.662Z | Downloaded expectorate v1.2.0 |
| 645 | 2026-08-31T09:27:00.662Z | Downloaded signal-hook v0.4.4 |
| 646 | 2026-08-31T09:27:00.662Z | Downloaded serde_tokenstream v0.2.3 |
| 647 | 2026-08-31T09:27:00.662Z | Downloaded proc-macro2 v1.0.106 |
| 648 | 2026-08-31T09:27:00.662Z | Downloaded strum_macros v0.28.0 |
| 649 | 2026-08-31T09:27:00.662Z | Downloaded toml_datetime v0.6.11 |
| 650 | 2026-08-31T09:27:00.662Z | Downloaded smallvec v1.15.1 |
| 651 | 2026-08-31T09:27:00.662Z | Downloaded thiserror-impl v1.0.69 |
| 652 | 2026-08-31T09:27:00.662Z | Downloaded terminal_size v0.4.3 |
| 653 | 2026-08-31T09:27:00.662Z | Downloaded toml_write v0.1.2 |
| 654 | 2026-08-31T09:27:00.662Z | Downloaded tower-service v0.3.3 |
| 655 | 2026-08-31T09:27:00.662Z | Downloaded tower-layer v0.3.3 |
| 656 | 2026-08-31T09:27:00.662Z | Downloaded try-lock v0.2.5 |
| 657 | 2026-08-31T09:27:00.662Z | Downloaded thiserror v1.0.69 |
| 658 | 2026-08-31T09:27:00.662Z | Downloaded thiserror-impl v2.0.18 |
| 659 | 2026-08-31T09:27:00.662Z | Downloaded thiserror v2.0.18 |
| 660 | 2026-08-31T09:27:00.662Z | Downloaded memchr v2.7.5 |
| 661 | 2026-08-31T09:27:00.662Z | Downloaded indexmap v2.14.0 |
| 662 | 2026-08-31T09:27:00.662Z | Downloaded tinystr v0.8.1 |
| 663 | 2026-08-31T09:27:00.663Z | Downloaded time-macros v0.2.27 |
| 664 | 2026-08-31T09:27:00.663Z | Downloaded synstructure v0.13.2 |
| 665 | 2026-08-31T09:27:00.663Z | Downloaded serde_with_macros v3.22.0 |
| 666 | 2026-08-31T09:27:00.663Z | Downloaded hyper-util v0.1.20 |
| 667 | 2026-08-31T09:27:00.663Z | Downloaded topological-sort v0.2.2 |
| 668 | 2026-08-31T09:27:00.663Z | Downloaded hickory-resolver v0.24.4 |
| 669 | 2026-08-31T09:27:00.663Z | Downloaded serde_derive v1.0.228 |
| 670 | 2026-08-31T09:27:00.663Z | Downloaded tokio-native-tls v0.3.1 |
| 671 | 2026-08-31T09:27:00.663Z | Downloaded tokio-rustls v0.25.0 |
| 672 | 2026-08-31T09:27:00.663Z | Downloaded typify-macro v0.6.2 |
| 673 | 2026-08-31T09:27:00.663Z | Downloaded typify-macro v0.4.3 |
| 674 | 2026-08-31T09:27:00.663Z | Downloaded openssl-sys v0.9.117 |
| 675 | 2026-08-31T09:27:00.663Z | Downloaded unarray v0.1.4 |
| 676 | 2026-08-31T09:27:00.663Z | Downloaded untrusted v0.7.1 |
| 677 | 2026-08-31T09:27:00.663Z | Downloaded rustls-pki-types v1.12.0 |
| 678 | 2026-08-31T09:27:00.663Z | Downloaded thiserror-no-std v2.0.2 |
| 679 | 2026-08-31T09:27:00.663Z | Downloaded untrusted v0.9.0 |
| 680 | 2026-08-31T09:27:00.663Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 681 | 2026-08-31T09:27:00.663Z | Downloaded thread_local v1.1.9 |
| 682 | 2026-08-31T09:27:00.663Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 683 | 2026-08-31T09:27:00.663Z | Downloaded schemars v0.8.22 |
| 684 | 2026-08-31T09:27:00.663Z | Downloaded tokio-dtrace v0.1.1 |
| 685 | 2026-08-31T09:27:00.663Z | Downloaded universal-hash v0.5.1 |
| 686 | 2026-08-31T09:27:00.663Z | Downloaded similar v2.7.0 |
| 687 | 2026-08-31T09:27:00.663Z | Downloaded usdt v0.5.0 |
| 688 | 2026-08-31T09:27:00.663Z | Downloaded quinn v0.11.9 |
| 689 | 2026-08-31T09:27:00.663Z | Downloaded utf8parse v0.2.2 |
| 690 | 2026-08-31T09:27:00.664Z | Downloaded utf8_iter v1.0.4 |
| 691 | 2026-08-31T09:27:00.664Z | Downloaded usdt-macro v0.5.0 |
| 692 | 2026-08-31T09:27:00.664Z | Downloaded usdt-attr-macro v0.6.0 |
| 693 | 2026-08-31T09:27:00.664Z | Downloaded usdt-attr-macro v0.5.0 |
| 694 | 2026-08-31T09:27:00.664Z | Downloaded usdt v0.6.0 |
| 695 | 2026-08-31T09:27:00.664Z | Downloaded http v1.4.2 |
| 696 | 2026-08-31T09:27:00.664Z | Downloaded hashbrown v0.16.1 |
| 697 | 2026-08-31T09:27:00.664Z | Downloaded spin v0.9.8 |
| 698 | 2026-08-31T09:27:00.664Z | Downloaded scuffle v0.1.0 |
| 699 | 2026-08-31T09:27:00.664Z | Downloaded socket2 v0.6.4 |
| 700 | 2026-08-31T09:27:00.664Z | Downloaded mio v1.2.1 |
| 701 | 2026-08-31T09:27:00.664Z | Downloaded rayon-core v1.13.0 |
| 702 | 2026-08-31T09:27:00.664Z | Downloaded nom v7.1.3 |
| 703 | 2026-08-31T09:27:00.664Z | Downloaded serde_core v1.0.228 |
| 704 | 2026-08-31T09:27:00.664Z | Downloaded prettyplease v0.2.37 |
| 705 | 2026-08-31T09:27:00.664Z | Downloaded hashbrown v0.17.1 |
| 706 | 2026-08-31T09:27:00.664Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 707 | 2026-08-31T09:27:00.664Z | Downloaded version_check v0.9.5 |
| 708 | 2026-08-31T09:27:00.664Z | Downloaded xattr v1.6.1 |
| 709 | 2026-08-31T09:27:00.664Z | Downloaded yoke-derive v0.8.0 |
| 710 | 2026-08-31T09:27:00.664Z | Downloaded tokio-rustls v0.26.4 |
| 711 | 2026-08-31T09:27:00.664Z | Downloaded zerofrom-derive v0.1.6 |
| 712 | 2026-08-31T09:27:00.664Z | Downloaded zerofrom v0.1.6 |
| 713 | 2026-08-31T09:27:00.664Z | Downloaded waitgroup v0.1.2 |
| 714 | 2026-08-31T09:27:00.664Z | Downloaded want v0.3.1 |
| 715 | 2026-08-31T09:27:00.664Z | Downloaded rustls-webpki v0.103.6 |
| 716 | 2026-08-31T09:27:00.664Z | Downloaded wait-timeout v0.2.1 |
| 717 | 2026-08-31T09:27:00.668Z | Downloaded term v1.2.0 |
| 718 | 2026-08-31T09:27:00.668Z | Downloaded strum_macros v0.27.2 |
| 719 | 2026-08-31T09:27:00.668Z | Downloaded toml v0.8.23 |
| 720 | 2026-08-31T09:27:00.668Z | Downloaded tokio-stream v0.1.17 |
| 721 | 2026-08-31T09:27:00.668Z | Downloaded zeroize_derive v1.4.3 |
| 722 | 2026-08-31T09:27:00.668Z | Downloaded minimal-lexical v0.2.1 |
| 723 | 2026-08-31T09:27:00.668Z | Downloaded usdt-impl v0.6.0 |
| 724 | 2026-08-31T09:27:00.669Z | Downloaded schemars v0.9.0 |
| 725 | 2026-08-31T09:27:00.669Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 726 | 2026-08-31T09:27:00.669Z | Downloaded usdt-macro v0.6.0 |
| 727 | 2026-08-31T09:27:00.669Z | Downloaded usdt-impl v0.5.0 |
| 728 | 2026-08-31T09:27:00.669Z | Downloaded textwrap v0.16.2 |
| 729 | 2026-08-31T09:27:00.669Z | Downloaded unicode-linebreak v0.1.5 |
| 730 | 2026-08-31T09:27:00.669Z | Downloaded snafu v0.8.9 |
| 731 | 2026-08-31T09:27:00.669Z | Downloaded slog v2.8.2 |
| 732 | 2026-08-31T09:27:00.669Z | Downloaded unicode-xid v0.2.6 |
| 733 | 2026-08-31T09:27:00.669Z | Downloaded iddqd v0.3.18 |
| 734 | 2026-08-31T09:27:00.669Z | Downloaded zone_cfg_derive v0.3.1 |
| 735 | 2026-08-31T09:27:00.669Z | Downloaded whoami v1.6.1 |
| 736 | 2026-08-31T09:27:00.669Z | Downloaded walkdir v2.5.0 |
| 737 | 2026-08-31T09:27:00.669Z | Downloaded schemars v1.2.0 |
| 738 | 2026-08-31T09:27:00.669Z | Downloaded yoke v0.8.0 |
| 739 | 2026-08-31T09:27:00.669Z | Downloaded qorb v0.4.1 |
| 740 | 2026-08-31T09:27:00.669Z | Downloaded serde_yaml v0.9.34+deprecated |
| 741 | 2026-08-31T09:27:00.669Z | Downloaded tempfile v3.27.0 |
| 742 | 2026-08-31T09:27:00.669Z | Downloaded zerovec-derive v0.11.1 |
| 743 | 2026-08-31T09:27:00.669Z | Downloaded zeroize v1.8.1 |
| 744 | 2026-08-31T09:27:00.669Z | Downloaded zmij v1.0.17 |
| 745 | 2026-08-31T09:27:00.669Z | Downloaded vsss-rs v3.3.4 |
| 746 | 2026-08-31T09:27:00.669Z | Downloaded aho-corasick v1.1.3 |
| 747 | 2026-08-31T09:27:00.669Z | Downloaded bindgen v0.72.1 |
| 748 | 2026-08-31T09:27:00.670Z | Downloaded rand v0.9.3 |
| 749 | 2026-08-31T09:27:00.670Z | Downloaded icu_properties_data v2.0.1 |
| 750 | 2026-08-31T09:27:00.670Z | Downloaded typify v0.4.3 |
| 751 | 2026-08-31T09:27:00.670Z | Downloaded tracing-attributes v0.1.30 |
| 752 | 2026-08-31T09:27:00.670Z | Downloaded writeable v0.6.1 |
| 753 | 2026-08-31T09:27:00.670Z | Downloaded test-strategy v0.4.3 |
| 754 | 2026-08-31T09:27:00.670Z | Downloaded unsafe-libyaml v0.2.11 |
| 755 | 2026-08-31T09:27:00.670Z | Downloaded serde v1.0.228 |
| 756 | 2026-08-31T09:27:00.673Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 757 | 2026-08-31T09:27:00.673Z | Downloaded toml v0.7.8 |
| 758 | 2026-08-31T09:27:00.673Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 759 | 2026-08-31T09:27:00.684Z | Downloaded rand v0.8.5 |
| 760 | 2026-08-31T09:27:00.687Z | Downloaded clap_builder v4.6.0 |
| 761 | 2026-08-31T09:27:00.693Z | Downloaded tar v0.4.45 |
| 762 | 2026-08-31T09:27:00.696Z | Downloaded pest v2.8.2 |
| 763 | 2026-08-31T09:27:00.697Z | Downloaded vergen v8.3.2 |
| 764 | 2026-08-31T09:27:01.118Z | Downloaded zerocopy-derive v0.7.35 |
| 765 | 2026-08-31T09:27:01.121Z | Downloaded typify v0.6.2 |
| 766 | 2026-08-31T09:27:01.121Z | Downloaded unicode-ident v1.0.24 |
| 767 | 2026-08-31T09:27:01.121Z | Downloaded steno v0.4.1 |
| 768 | 2026-08-31T09:27:01.122Z | Downloaded ucd-trie v0.1.7 |
| 769 | 2026-08-31T09:27:01.122Z | Downloaded zone v0.3.1 |
| 770 | 2026-08-31T09:27:01.122Z | Downloaded tinyvec v1.10.0 |
| 771 | 2026-08-31T09:27:01.122Z | Downloaded hashbrown v0.15.5 |
| 772 | 2026-08-31T09:27:01.122Z | Downloaded tracing-core v0.1.34 |
| 773 | 2026-08-31T09:27:01.122Z | Downloaded blake3 v1.8.2 |
| 774 | 2026-08-31T09:27:01.122Z | Downloaded zerotrie v0.2.2 |
| 775 | 2026-08-31T09:27:01.122Z | Downloaded toml_edit v0.22.27 |
| 776 | 2026-08-31T09:27:01.122Z | Downloaded idna v1.1.0 |
| 777 | 2026-08-31T09:27:01.122Z | Downloaded aws-lc-rs v1.16.2 |
| 778 | 2026-08-31T09:27:01.122Z | Downloaded iddqd v0.4.5 |
| 779 | 2026-08-31T09:27:01.122Z | Downloaded dropshot-api-manager v0.7.2 |
| 780 | 2026-08-31T09:27:01.122Z | Downloaded hyper v1.10.1 |
| 781 | 2026-08-31T09:27:01.122Z | Downloaded chrono v0.4.45 |
| 782 | 2026-08-31T09:27:01.123Z | Downloaded zerocopy-derive v0.8.27 |
| 783 | 2026-08-31T09:27:01.123Z | Downloaded itertools v0.12.1 |
| 784 | 2026-08-31T09:27:01.123Z | Downloaded iri-string v0.7.8 |
| 785 | 2026-08-31T09:27:01.123Z | Downloaded tower v0.5.2 |
| 786 | 2026-08-31T09:27:01.123Z | Downloaded uuid v1.23.3 |
| 787 | 2026-08-31T09:27:01.123Z | Downloaded typenum v1.20.1 |
| 788 | 2026-08-31T09:27:01.123Z | Downloaded reqwest v0.12.23 |
| 789 | 2026-08-31T09:27:01.123Z | Downloaded unicode-segmentation v1.12.0 |
| 790 | 2026-08-31T09:27:01.123Z | Downloaded hkdf v0.12.4 |
| 791 | 2026-08-31T09:27:01.123Z | Downloaded serde_json v1.0.150 |
| 792 | 2026-08-31T09:27:01.123Z | Downloaded tracing v0.1.41 |
| 793 | 2026-08-31T09:27:01.123Z | Downloaded tokio-util v0.7.16 |
| 794 | 2026-08-31T09:27:01.123Z | Downloaded url v2.5.7 |
| 795 | 2026-08-31T09:27:01.123Z | Downloaded typed-path v0.9.3 |
| 796 | 2026-08-31T09:27:01.124Z | Downloaded libm v0.2.15 |
| 797 | 2026-08-31T09:27:01.124Z | Downloaded itertools v0.15.0 |
| 798 | 2026-08-31T09:27:01.124Z | Downloaded unicode-normalization v0.1.24 |
| 799 | 2026-08-31T09:27:01.124Z | Downloaded itertools v0.14.0 |
| 800 | 2026-08-31T09:27:01.124Z | Downloaded rayon v1.11.0 |
| 801 | 2026-08-31T09:27:01.124Z | Downloaded tower-http v0.6.8 |
| 802 | 2026-08-31T09:27:01.124Z | Downloaded h2 v0.4.14 |
| 803 | 2026-08-31T09:27:01.124Z | Downloaded futures-util v0.3.32 |
| 804 | 2026-08-31T09:27:01.124Z | Downloaded toml_edit v0.19.15 |
| 805 | 2026-08-31T09:27:01.124Z | Downloaded reqwest v0.13.2 |
| 806 | 2026-08-31T09:27:01.124Z | Downloaded git2 v0.19.0 |
| 807 | 2026-08-31T09:27:01.124Z | Downloaded regex v1.12.4 |
| 808 | 2026-08-31T09:27:01.124Z | Downloaded winnow v0.5.40 |
| 809 | 2026-08-31T09:27:01.124Z | Downloaded zerocopy v0.7.35 |
| 810 | 2026-08-31T09:27:01.124Z | Downloaded zerovec v0.11.4 |
| 811 | 2026-08-31T09:27:01.124Z | Downloaded quinn-proto v0.11.14 |
| 812 | 2026-08-31T09:27:01.124Z | Downloaded rustls-webpki v0.102.8 |
| 813 | 2026-08-31T09:27:01.124Z | Downloaded portable-atomic v1.11.1 |
| 814 | 2026-08-31T09:27:01.124Z | Downloaded goblin v0.8.2 |
| 815 | 2026-08-31T09:27:01.124Z | Downloaded tabled v0.21.0 |
| 816 | 2026-08-31T09:27:01.124Z | Downloaded openssl v0.10.81 |
| 817 | 2026-08-31T09:27:01.124Z | Downloaded proptest v1.8.0 |
| 818 | 2026-08-31T09:27:01.124Z | Downloaded syn v1.0.109 |
| 819 | 2026-08-31T09:27:01.124Z | Downloaded tough v0.20.0 |
| 820 | 2026-08-31T09:27:01.124Z | Downloaded goblin v0.10.1 |
| 821 | 2026-08-31T09:27:01.124Z | Downloaded curve25519-dalek v4.1.3 |
| 822 | 2026-08-31T09:27:01.124Z | Downloaded bstr v1.12.0 |
| 823 | 2026-08-31T09:27:01.124Z | Downloaded nix v0.31.3 |
| 824 | 2026-08-31T09:27:01.124Z | Downloaded serde_with v3.22.0 |
| 825 | 2026-08-31T09:27:01.124Z | Downloaded unicode-width v0.1.14 |
| 826 | 2026-08-31T09:27:01.124Z | Downloaded smoltcp v0.11.0 |
| 827 | 2026-08-31T09:27:01.124Z | Downloaded unicode-width v0.2.1 |
| 828 | 2026-08-31T09:27:01.124Z | Downloaded winnow v1.0.3 |
| 829 | 2026-08-31T09:27:01.124Z | Downloaded winnow v0.7.14 |
| 830 | 2026-08-31T09:27:01.124Z | Downloaded tabled v0.15.0 |
| 831 | 2026-08-31T09:27:01.124Z | Downloaded regress v0.11.1 |
| 832 | 2026-08-31T09:27:01.124Z | Downloaded rustls v0.22.4 |
| 833 | 2026-08-31T09:27:01.124Z | Downloaded rustls v0.23.40 |
| 834 | 2026-08-31T09:27:01.124Z | Downloaded time v0.3.47 |
| 835 | 2026-08-31T09:27:01.125Z | Downloaded rustix v0.38.44 |
| 836 | 2026-08-31T09:27:01.125Z | Downloaded vcpkg v0.2.15 |
| 837 | 2026-08-31T09:27:01.125Z | Downloaded nix v0.30.1 |
| 838 | 2026-08-31T09:27:01.125Z | Downloaded moka v0.12.11 |
| 839 | 2026-08-31T09:27:01.129Z | Downloaded zerocopy v0.8.27 |
| 840 | 2026-08-31T09:27:01.135Z | Downloaded webpki-roots v1.0.2 |
| 841 | 2026-08-31T09:27:01.138Z | Downloaded dropshot v0.17.1 |
| 842 | 2026-08-31T09:27:01.148Z | Downloaded syn v2.0.118 |
| 843 | 2026-08-31T09:27:01.154Z | Downloaded dropshot v0.16.7 |
| 844 | 2026-08-31T09:27:01.166Z | Downloaded typify-impl v0.4.3 |
| 845 | 2026-08-31T09:27:01.174Z | Downloaded regex-syntax v0.8.11 |
| 846 | 2026-08-31T09:27:01.179Z | Downloaded hickory-proto v0.25.2 |
| 847 | 2026-08-31T09:27:01.188Z | Downloaded hickory-proto v0.24.4 |
| 848 | 2026-08-31T09:27:01.195Z | Downloaded regress v0.10.5 |
| 849 | 2026-08-31T09:27:01.200Z | Downloaded openapiv3 v2.2.0 |
| 850 | 2026-08-31T09:27:01.206Z | Downloaded typify-impl v0.6.2 |
| 851 | 2026-08-31T09:27:01.218Z | Downloaded rustix v1.1.4 |
| 852 | 2026-08-31T09:27:01.245Z | Downloaded chrono-tz v0.10.4 |
| 853 | 2026-08-31T09:27:01.257Z | Downloaded libc v0.2.186 |
| 854 | 2026-08-31T09:27:01.274Z | Downloaded libz-sys v1.1.22 |
| 855 | 2026-08-31T09:27:01.295Z | Downloaded csv v1.4.0 |
| 856 | 2026-08-31T09:27:01.322Z | Downloaded tokio v1.52.3 |
| 857 | 2026-08-31T09:27:01.344Z | Downloaded regex-automata v0.4.13 |
| 858 | 2026-08-31T09:27:01.353Z | Downloaded petgraph v0.6.5 |
| 859 | 2026-08-31T09:27:01.365Z | Downloaded jiff v0.2.15 |
| 860 | 2026-08-31T09:27:01.394Z | Downloaded petgraph v0.8.2 |
| 861 | 2026-08-31T09:27:01.431Z | Downloaded sha3 v0.10.8 |
| 862 | 2026-08-31T09:27:01.460Z | Downloaded curl-sys v0.4.89+curl-8.20.0 |
| 863 | 2026-08-31T09:27:01.547Z | Downloaded encoding_rs v0.8.35 |
| 864 | 2026-08-31T09:27:01.562Z | Downloaded ring v0.17.14 |
| 865 | 2026-08-31T09:27:01.594Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 866 | 2026-08-31T09:27:01.962Z | Downloaded aws-lc-sys v0.39.1 |
| 867 | 2026-08-31T09:27:02.327Z | Compiling proc-macro2 v1.0.106 |
| 868 | 2026-08-31T09:27:02.327Z | Compiling quote v1.0.45 |
| 869 | 2026-08-31T09:27:02.327Z | Compiling unicode-ident v1.0.24 |
| 870 | 2026-08-31T09:27:02.528Z | Compiling serde_core v1.0.228 |
| 871 | 2026-08-31T09:27:02.531Z | Compiling serde v1.0.228 |
| 872 | 2026-08-31T09:27:02.531Z | Compiling libc v0.2.186 |
| 873 | 2026-08-31T09:27:02.531Z | Checking cfg-if v1.0.4 |
| 874 | 2026-08-31T09:27:02.642Z | Compiling zmij v1.0.17 |
| 875 | 2026-08-31T09:27:02.674Z | Compiling autocfg v1.5.0 |
| 876 | 2026-08-31T09:27:02.940Z | Compiling memchr v2.7.5 |
| 877 | 2026-08-31T09:27:02.985Z | Compiling libm v0.2.15 |
| 878 | 2026-08-31T09:27:03.719Z | Compiling getrandom v0.4.2 |
| 879 | 2026-08-31T09:27:03.723Z | Compiling jobserver v0.1.34 |
| 880 | 2026-08-31T09:27:03.723Z | Compiling shlex v2.0.1 |
| 881 | 2026-08-31T09:27:03.723Z | Compiling find-msvc-tools v0.1.9 |
| 882 | 2026-08-31T09:27:03.723Z | Compiling version_check v0.9.5 |
| 883 | 2026-08-31T09:27:03.751Z | Compiling thiserror v2.0.18 |
| 884 | 2026-08-31T09:27:03.795Z | Compiling syn v2.0.118 |
| 885 | 2026-08-31T09:27:03.856Z | Compiling cc v1.2.64 |
| 886 | 2026-08-31T09:27:03.891Z | Checking smallvec v1.15.1 |
| 887 | 2026-08-31T09:27:03.891Z | Checking itoa v1.0.15 |
| 888 | 2026-08-31T09:27:04.021Z | Compiling icu_normalizer_data v2.0.0 |
| 889 | 2026-08-31T09:27:04.108Z | Compiling icu_properties_data v2.0.1 |
| 890 | 2026-08-31T09:27:04.124Z | Compiling parking_lot_core v0.9.12 |
| 891 | 2026-08-31T09:27:04.289Z | Checking stable_deref_trait v1.2.0 |
| 892 | 2026-08-31T09:27:04.358Z | Compiling serde_json v1.0.150 |
| 893 | 2026-08-31T09:27:04.471Z | Compiling heck v0.5.0 |
| 894 | 2026-08-31T09:27:04.635Z | Checking writeable v0.6.1 |
| 895 | 2026-08-31T09:27:04.651Z | Checking litemap v0.8.0 |
| 896 | 2026-08-31T09:27:04.668Z | Compiling num-traits v0.2.19 |
| 897 | 2026-08-31T09:27:04.826Z | Checking percent-encoding v2.3.2 |
| 898 | 2026-08-31T09:27:05.057Z | Checking form_urlencoded v1.2.2 |
| 899 | 2026-08-31T09:27:05.094Z | Checking utf8_iter v1.0.4 |
| 900 | 2026-08-31T09:27:05.183Z | Compiling zerocopy v0.8.27 |
| 901 | 2026-08-31T09:27:05.199Z | Checking pin-project-lite v0.2.16 |
| 902 | 2026-08-31T09:27:05.216Z | Compiling log v0.4.29 |
| 903 | 2026-08-31T09:27:05.233Z | Compiling equivalent v1.0.2 |
| 904 | 2026-08-31T09:27:05.297Z | Compiling semver v1.0.28 |
| 905 | 2026-08-31T09:27:05.315Z | Checking iana-time-zone v0.1.64 |
| 906 | 2026-08-31T09:27:05.334Z | Compiling rustversion v1.0.22 |
| 907 | 2026-08-31T09:27:05.400Z | Checking getrandom v0.2.16 |
| 908 | 2026-08-31T09:27:05.445Z | Checking socket2 v0.6.4 |
| 909 | 2026-08-31T09:27:05.571Z | Checking uuid v1.23.3 |
| 910 | 2026-08-31T09:27:05.624Z | Checking scopeguard v1.2.0 |
| 911 | 2026-08-31T09:27:05.693Z | Checking bitflags v2.11.1 |
| 912 | 2026-08-31T09:27:05.735Z | Checking lock_api v0.4.14 |
| 913 | 2026-08-31T09:27:05.857Z | Checking signal-hook-registry v1.4.6 |
| 914 | 2026-08-31T09:27:05.875Z | Checking mio v1.2.1 |
| 915 | 2026-08-31T09:27:06.009Z | Checking parking_lot v0.12.5 |
| 916 | 2026-08-31T09:27:06.027Z | Compiling schemars v0.8.22 |
| 917 | 2026-08-31T09:27:06.042Z | Checking dyn-clone v1.0.20 |
| 918 | 2026-08-31T09:27:06.149Z | Compiling portable-atomic v1.11.1 |
| 919 | 2026-08-31T09:27:06.165Z | Checking futures-core v0.3.32 |
| 920 | 2026-08-31T09:27:06.289Z | Compiling ring v0.17.14 |
| 921 | 2026-08-31T09:27:06.305Z | Checking critical-section v1.2.0 |
| 922 | 2026-08-31T09:27:06.338Z | Compiling hashbrown v0.17.1 |
| 923 | 2026-08-31T09:27:06.357Z | Compiling httparse v1.10.1 |
| 924 | 2026-08-31T09:27:06.475Z | Checking subtle v2.6.1 |
| 925 | 2026-08-31T09:27:06.596Z | Compiling regex-syntax v0.8.11 |
| 926 | 2026-08-31T09:27:06.615Z | Compiling synstructure v0.13.2 |
| 927 | 2026-08-31T09:27:06.631Z | Compiling serde_derive_internals v0.29.1 |
| 928 | 2026-08-31T09:27:07.041Z | Compiling indexmap v2.14.0 |
| 929 | 2026-08-31T09:27:07.182Z | Checking once_cell v1.21.3 |
| 930 | 2026-08-31T09:27:07.369Z | Checking futures-sink v0.3.32 |
| 931 | 2026-08-31T09:27:07.478Z | Checking slab v0.4.11 |
| 932 | 2026-08-31T09:27:07.499Z | Compiling aho-corasick v1.1.3 |
| 933 | 2026-08-31T09:27:07.579Z | Compiling rustix v1.1.4 |
| 934 | 2026-08-31T09:27:07.637Z | Compiling thiserror v1.0.69 |
| 935 | 2026-08-31T09:27:07.688Z | Checking rand_core v0.6.4 |
| 936 | 2026-08-31T09:27:07.780Z | Checking typenum v1.20.1 |
| 937 | 2026-08-31T09:27:07.875Z | Compiling serde_derive v1.0.228 |
| 938 | 2026-08-31T09:27:07.916Z | Compiling zerofrom-derive v0.1.6 |
| 939 | 2026-08-31T09:27:07.941Z | Compiling yoke-derive v0.8.0 |
| 940 | 2026-08-31T09:27:08.317Z | Compiling zerovec-derive v0.11.1 |
| 941 | 2026-08-31T09:27:08.538Z | Compiling displaydoc v0.2.5 |
| 942 | 2026-08-31T09:27:08.687Z | Compiling thiserror-impl v2.0.18 |
| 943 | 2026-08-31T09:27:08.959Z | Compiling schemars_derive v0.8.22 |
| 944 | 2026-08-31T09:27:08.984Z | Compiling tokio-macros v2.7.0 |
| 945 | 2026-08-31T09:27:09.125Z | Checking zerofrom v0.1.6 |
| 946 | 2026-08-31T09:27:09.247Z | Checking yoke v0.8.0 |
| 947 | 2026-08-31T09:27:09.278Z | Compiling zerocopy-derive v0.8.27 |
| 948 | 2026-08-31T09:27:09.426Z | Checking zerotrie v0.2.2 |
| 949 | 2026-08-31T09:27:09.452Z | Checking zerovec v0.11.4 |
| 950 | 2026-08-31T09:27:09.677Z | Compiling futures-macro v0.3.32 |
| 951 | 2026-08-31T09:27:09.706Z | Compiling zeroize_derive v1.4.3 |
| 952 | 2026-08-31T09:27:10.134Z | Compiling regex-automata v0.4.13 |
| 953 | 2026-08-31T09:27:10.174Z | Checking tinystr v0.8.1 |
| 954 | 2026-08-31T09:27:10.329Z | Checking potential_utf v0.1.3 |
| 955 | 2026-08-31T09:27:10.351Z | Checking zeroize v1.8.1 |
| 956 | 2026-08-31T09:27:10.354Z | Checking icu_locale_core v2.0.0 |
| 957 | 2026-08-31T09:27:10.458Z | Checking icu_collections v2.0.0 |
| 958 | 2026-08-31T09:27:10.501Z | Compiling thiserror-impl v1.0.69 |
| 959 | 2026-08-31T09:27:10.813Z | Checking icu_provider v2.0.0 |
| 960 | 2026-08-31T09:27:10.922Z | Checking bytes v1.12.0 |
| 961 | 2026-08-31T09:27:11.028Z | Checking chrono v0.4.45 |
| 962 | 2026-08-31T09:27:11.083Z | Checking icu_properties v2.0.1 |
| 963 | 2026-08-31T09:27:11.171Z | Checking icu_normalizer v2.0.0 |
| 964 | 2026-08-31T09:27:11.353Z | Compiling serde_tokenstream v0.2.3 |
| 965 | 2026-08-31T09:27:11.480Z | Checking tokio v1.52.3 |
| 966 | 2026-08-31T09:27:11.654Z | Checking futures-channel v0.3.32 |
| 967 | 2026-08-31T09:27:11.818Z | Compiling regex v1.12.4 |
| 968 | 2026-08-31T09:27:11.833Z | Compiling ucd-trie v0.1.7 |
| 969 | 2026-08-31T09:27:11.836Z | Checking futures-task v0.3.32 |
| 970 | 2026-08-31T09:27:11.868Z | Checking futures-io v0.3.32 |
| 971 | 2026-08-31T09:27:11.886Z | Checking idna_adapter v1.2.1 |
| 972 | 2026-08-31T09:27:11.985Z | Compiling pest v2.8.2 |
| 973 | 2026-08-31T09:27:12.005Z | Checking futures-util v0.3.32 |
| 974 | 2026-08-31T09:27:12.021Z | Checking idna v1.1.0 |
| 975 | 2026-08-31T09:27:12.062Z | Compiling pkg-config v0.3.32 |
| 976 | 2026-08-31T09:27:12.205Z | Compiling anyhow v1.0.102 |
| 977 | 2026-08-31T09:27:12.264Z | Checking url v2.5.7 |
| 978 | 2026-08-31T09:27:12.516Z | Compiling tracing-attributes v0.1.30 |
| 979 | 2026-08-31T09:27:12.751Z | Checking tracing-core v0.1.34 |
| 980 | 2026-08-31T09:27:12.870Z | Compiling generic-array v0.14.7 |
| 981 | 2026-08-31T09:27:13.052Z | Compiling pest_meta v2.8.2 |
| 982 | 2026-08-31T09:27:13.096Z | Compiling allocator-api2 v0.2.21 |
| 983 | 2026-08-31T09:27:13.167Z | Compiling vcpkg v0.2.15 |
| 984 | 2026-08-31T09:27:13.325Z | Compiling foldhash v0.2.0 |
| 985 | 2026-08-31T09:27:13.515Z | Compiling hashbrown v0.16.1 |
| 986 | 2026-08-31T09:27:13.579Z | Checking fnv v1.0.7 |
| 987 | 2026-08-31T09:27:13.681Z | Compiling pest_generator v2.8.2 |
| 988 | 2026-08-31T09:27:13.741Z | Checking tracing v0.1.41 |
| 989 | 2026-08-31T09:27:13.804Z | Checking http v1.4.2 |
| 990 | 2026-08-31T09:27:13.956Z | Compiling getrandom v0.3.4 |
| 991 | 2026-08-31T09:27:14.240Z | Compiling byteorder v1.5.0 |
| 992 | 2026-08-31T09:27:14.328Z | Compiling camino v1.2.3 |
| 993 | 2026-08-31T09:27:14.376Z | Checking crypto-common v0.1.6 |
| 994 | 2026-08-31T09:27:14.392Z | Compiling pest_derive v2.8.2 |
| 995 | 2026-08-31T09:27:14.472Z | Checking errno v0.3.14 |
| 996 | 2026-08-31T09:27:14.508Z | Compiling num-conv v0.2.1 |
| 997 | 2026-08-31T09:27:14.600Z | Compiling time-core v0.1.8 |
| 998 | 2026-08-31T09:27:14.665Z | Checking ipnet v2.11.0 |
| 999 | 2026-08-31T09:27:14.697Z | Checking base64 v0.22.1 |
| 1000 | 2026-08-31T09:27:14.715Z | Checking tokio-util v0.7.16 |
| 1001 | 2026-08-31T09:27:14.749Z | Compiling time-macros v0.2.27 |
| 1002 | 2026-08-31T09:27:14.895Z | Compiling scroll_derive v0.13.1 |
| 1003 | 2026-08-31T09:27:14.899Z | Compiling paste v1.0.15 |
| 1004 | 2026-08-31T09:27:14.936Z | Checking http-body v1.0.1 |
| 1005 | 2026-08-31T09:27:14.953Z | Checking rustls-pki-types v1.12.0 |
| 1006 | 2026-08-31T09:27:15.068Z | Checking atomic-waker v1.1.2 |
| 1007 | 2026-08-31T09:27:15.216Z | Compiling strsim v0.11.1 |
| 1008 | 2026-08-31T09:27:15.516Z | Checking tower-service v0.3.3 |
| 1009 | 2026-08-31T09:27:15.589Z | Checking try-lock v0.2.5 |
| 1010 | 2026-08-31T09:27:15.612Z | Checking untrusted v0.9.0 |
| 1011 | 2026-08-31T09:27:15.677Z | Checking tower-layer v0.3.3 |
| 1012 | 2026-08-31T09:27:15.695Z | Checking want v0.3.1 |
| 1013 | 2026-08-31T09:27:15.742Z | Checking h2 v0.4.14 |
| 1014 | 2026-08-31T09:27:15.746Z | Checking ryu v1.0.20 |
| 1015 | 2026-08-31T09:27:15.778Z | Checking httpdate v1.0.3 |
| 1016 | 2026-08-31T09:27:15.814Z | Compiling ident_case v1.0.1 |
| 1017 | 2026-08-31T09:27:15.832Z | Compiling openssl-sys v0.9.117 |
| 1018 | 2026-08-31T09:27:15.896Z | Compiling async-trait v0.1.89 |
| 1019 | 2026-08-31T09:27:15.925Z | Compiling cmake v0.1.54 |
| 1020 | 2026-08-31T09:27:15.942Z | Compiling dunce v1.0.5 |
| 1021 | 2026-08-31T09:27:16.056Z | Compiling crossbeam-utils v0.8.21 |
| 1022 | 2026-08-31T09:27:16.076Z | Compiling fs_extra v1.3.0 |
| 1023 | 2026-08-31T09:27:16.274Z | Checking pretty-hex v0.4.1 |
| 1024 | 2026-08-31T09:27:16.332Z | Compiling aws-lc-sys v0.39.1 |
| 1025 | 2026-08-31T09:27:16.350Z | Compiling scroll v0.13.0 |
| 1026 | 2026-08-31T09:27:16.390Z | Checking block-buffer v0.10.4 |
| 1027 | 2026-08-31T09:27:16.425Z | Compiling regress v0.10.5 |
| 1028 | 2026-08-31T09:27:16.480Z | Checking ppv-lite86 v0.2.21 |
| 1029 | 2026-08-31T09:27:16.630Z | Compiling slog v2.8.2 |
| 1030 | 2026-08-31T09:27:16.634Z | Compiling usdt-impl v0.6.0 |
| 1031 | 2026-08-31T09:27:16.724Z | Compiling plain v0.2.3 |
| 1032 | 2026-08-31T09:27:16.840Z | Compiling goblin v0.10.1 |
| 1033 | 2026-08-31T09:27:16.877Z | Checking digest v0.10.7 |
| 1034 | 2026-08-31T09:27:16.928Z | Checking http-body-util v0.1.3 |
| 1035 | 2026-08-31T09:27:16.953Z | Checking ipnetwork v0.21.1 |
| 1036 | 2026-08-31T09:27:17.089Z | Checking erased-serde v0.3.31 |
| 1037 | 2026-08-31T09:27:17.237Z | Compiling omicron-workspace-hack v0.1.0 |
| 1038 | 2026-08-31T09:27:17.308Z | Checking serde_urlencoded v0.7.1 |
| 1039 | 2026-08-31T09:27:17.468Z | Compiling dtrace-parser v0.3.0 |
| 1040 | 2026-08-31T09:27:17.516Z | Compiling openapiv3 v2.2.0 |
| 1041 | 2026-08-31T09:27:17.577Z | Compiling daft-derive v0.1.5 |
| 1042 | 2026-08-31T09:27:17.624Z | Checking hyper v1.10.1 |
| 1043 | 2026-08-31T09:27:17.742Z | Compiling thread-id v5.0.0 |
| 1044 | 2026-08-31T09:27:18.058Z | Compiling typify-impl v0.4.3 |
| 1045 | 2026-08-31T09:27:18.415Z | Compiling aws-lc-rs v1.16.2 |
| 1046 | 2026-08-31T09:27:18.582Z | Checking hyper-util v0.1.20 |
| 1047 | 2026-08-31T09:27:19.143Z | Checking encoding_rs v0.8.35 |
| 1048 | 2026-08-31T09:27:19.203Z | Checking cpufeatures v0.2.17 |
| 1049 | 2026-08-31T09:27:19.273Z | Checking untrusted v0.7.1 |
| 1050 | 2026-08-31T09:27:19.399Z | Compiling slog-async v2.8.0 |
| 1051 | 2026-08-31T09:27:19.404Z | Checking mime v0.3.17 |
| 1052 | 2026-08-31T09:27:19.586Z | Compiling dof v0.4.0 |
| 1053 | 2026-08-31T09:27:19.734Z | Checking rand_core v0.9.3 |
| 1054 | 2026-08-31T09:27:19.767Z | Checking oxnet v0.1.6 |
| 1055 | 2026-08-31T09:27:20.029Z | Compiling structmeta-derive v0.3.0 |
| 1056 | 2026-08-31T09:27:20.159Z | Compiling multer v3.1.0 |
| 1057 | 2026-08-31T09:27:20.283Z | Compiling rustls v0.23.40 |
| 1058 | 2026-08-31T09:27:20.330Z | Compiling unsafe-libyaml v0.2.11 |
| 1059 | 2026-08-31T09:27:20.381Z | Compiling rustls v0.22.4 |
| 1060 | 2026-08-31T09:27:20.564Z | Compiling usdt-attr-macro v0.6.0 |
| 1061 | 2026-08-31T09:27:20.589Z | Compiling usdt-macro v0.6.0 |
| 1062 | 2026-08-31T09:27:20.761Z | Compiling async-stream-impl v0.3.6 |
| 1063 | 2026-08-31T09:27:20.993Z | Compiling serde_yaml v0.9.34+deprecated |
| 1064 | 2026-08-31T09:27:21.043Z | Compiling structmeta v0.3.0 |
| 1065 | 2026-08-31T09:27:21.250Z | Checking sync_wrapper v1.0.2 |
| 1066 | 2026-08-31T09:27:21.357Z | Compiling openssl v0.10.81 |
| 1067 | 2026-08-31T09:27:21.391Z | Checking hex v0.4.3 |
| 1068 | 2026-08-31T09:27:21.424Z | Compiling typify-macro v0.4.3 |
| 1069 | 2026-08-31T09:27:21.599Z | Checking fastrand v2.3.0 |
| 1070 | 2026-08-31T09:27:21.617Z | Checking foreign-types-shared v0.1.1 |
| 1071 | 2026-08-31T09:27:21.657Z | Checking tower v0.5.2 |
| 1072 | 2026-08-31T09:27:21.705Z | Checking foreign-types v0.3.2 |
| 1073 | 2026-08-31T09:27:21.777Z | Checking rand_chacha v0.9.0 |
| 1074 | 2026-08-31T09:27:21.794Z | Checking tempfile v3.27.0 |
| 1075 | 2026-08-31T09:27:21.797Z | Checking futures-executor v0.3.32 |
| 1076 | 2026-08-31T09:27:21.963Z | Compiling strum_macros v0.26.4 |
| 1077 | 2026-08-31T09:27:21.963Z | Compiling openssl-macros v0.1.1 |
| 1078 | 2026-08-31T09:27:21.999Z | Compiling native-tls v0.2.14 |
| 1079 | 2026-08-31T09:27:22.046Z | Checking powerfmt v0.2.0 |
| 1080 | 2026-08-31T09:27:22.201Z | Checking openssl-probe v0.1.6 |
| 1081 | 2026-08-31T09:27:22.231Z | Checking iri-string v0.7.8 |
| 1082 | 2026-08-31T09:27:22.272Z | Checking deranged v0.5.3 |
| 1083 | 2026-08-31T09:27:22.307Z | Checking rand v0.9.3 |
| 1084 | 2026-08-31T09:27:22.759Z | Checking futures v0.3.32 |
| 1085 | 2026-08-31T09:27:22.841Z | Compiling newtype-uuid-macros v0.1.0 |
| 1086 | 2026-08-31T09:27:22.882Z | Compiling typify v0.4.3 |
| 1087 | 2026-08-31T09:27:22.979Z | Compiling ref-cast v1.0.25 |
| 1088 | 2026-08-31T09:27:23.236Z | Checking tower-http v0.6.8 |
| 1089 | 2026-08-31T09:27:23.285Z | Checking num_threads v0.1.7 |
| 1090 | 2026-08-31T09:27:23.431Z | Compiling darling_core v0.23.0 |
| 1091 | 2026-08-31T09:27:23.526Z | Checking time v0.3.47 |
| 1092 | 2026-08-31T09:27:23.561Z | Compiling ref-cast-impl v1.0.25 |
| 1093 | 2026-08-31T09:27:23.607Z | Compiling dropshot v0.16.7 |
| 1094 | 2026-08-31T09:27:23.624Z | Checking memmap2 v0.9.8 |
| 1095 | 2026-08-31T09:27:23.785Z | Checking unicode-width v0.2.1 |
| 1096 | 2026-08-31T09:27:24.045Z | Compiling derive-ex v0.1.8 |
| 1097 | 2026-08-31T09:27:24.145Z | Checking crossbeam-channel v0.5.15 |
| 1098 | 2026-08-31T09:27:24.176Z | Checking webpki-roots v1.0.2 |
| 1099 | 2026-08-31T09:27:24.299Z | Compiling dropshot_endpoint v0.16.7 |
| 1100 | 2026-08-31T09:27:24.482Z | Compiling strum_macros v0.27.2 |
| 1101 | 2026-08-31T09:27:24.623Z | Checking tokio-native-tls v0.3.1 |
| 1102 | 2026-08-31T09:27:24.663Z | Checking winnow v0.7.14 |
| 1103 | 2026-08-31T09:27:24.829Z | Checking hyper-tls v0.6.0 |
| 1104 | 2026-08-31T09:27:24.962Z | Compiling progenitor-impl v0.11.1 |
| 1105 | 2026-08-31T09:27:25.532Z | Compiling darling_macro v0.23.0 |
| 1106 | 2026-08-31T09:27:25.609Z | Compiling test-strategy v0.4.3 |
| 1107 | 2026-08-31T09:27:25.978Z | Checking newtype-uuid v1.3.2 |
| 1108 | 2026-08-31T09:27:26.073Z | Compiling darling v0.23.0 |
| 1109 | 2026-08-31T09:27:26.157Z | Checking thread_local v1.1.9 |
| 1110 | 2026-08-31T09:27:26.175Z | Checking winnow v1.0.3 |
| 1111 | 2026-08-31T09:27:26.192Z | Checking daft v0.1.5 |
| 1112 | 2026-08-31T09:27:26.258Z | Compiling serde_with_macros v3.22.0 |
| 1113 | 2026-08-31T09:27:26.325Z | Checking serde_spanned v1.1.1 |
| 1114 | 2026-08-31T09:27:26.416Z | Checking is-terminal v0.4.16 |
| 1115 | 2026-08-31T09:27:26.455Z | Checking match_cfg v0.1.0 |
| 1116 | 2026-08-31T09:27:26.458Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 1117 | 2026-08-31T09:27:26.506Z | Checking either v1.15.0 |
| 1118 | 2026-08-31T09:27:26.526Z | Checking debug-ignore v1.0.5 |
| 1119 | 2026-08-31T09:27:26.691Z | Checking term v1.2.0 |
| 1120 | 2026-08-31T09:27:26.750Z | Checking take_mut v0.2.2 |
| 1121 | 2026-08-31T09:27:26.773Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 1122 | 2026-08-31T09:27:26.794Z | Checking usdt v0.6.0 |
| 1123 | 2026-08-31T09:27:26.909Z | Checking slog-term v2.9.2 |
| 1124 | 2026-08-31T09:27:26.934Z | Checking hostname v0.3.1 |
| 1125 | 2026-08-31T09:27:26.950Z | Checking slog-json v2.6.1 |
| 1126 | 2026-08-31T09:27:27.008Z | Checking spin v0.9.8 |
| 1127 | 2026-08-31T09:27:27.011Z | Compiling progenitor-macro v0.11.1 |
| 1128 | 2026-08-31T09:27:27.046Z | Compiling syn v1.0.109 |
| 1129 | 2026-08-31T09:27:27.100Z | Checking slog-bunyan v2.5.0 |
| 1130 | 2026-08-31T09:27:27.157Z | Checking async-stream v0.3.6 |
| 1131 | 2026-08-31T09:27:27.213Z | Compiling parse-display-derive v0.10.0 |
| 1132 | 2026-08-31T09:27:27.332Z | Checking rustls-webpki v0.102.8 |
| 1133 | 2026-08-31T09:27:27.336Z | Checking rustls-pemfile v2.2.0 |
| 1134 | 2026-08-31T09:27:27.367Z | Checking waitgroup v0.1.2 |
| 1135 | 2026-08-31T09:27:27.433Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1136 | 2026-08-31T09:27:27.466Z | Checking serde_path_to_error v0.1.20 |
| 1137 | 2026-08-31T09:27:27.484Z | Checking hostname v0.4.2 |
| 1138 | 2026-08-31T09:27:27.584Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1139 | 2026-08-31T09:27:27.737Z | Checking strum v0.26.3 |
| 1140 | 2026-08-31T09:27:27.853Z | Checking rand_chacha v0.3.1 |
| 1141 | 2026-08-31T09:27:27.874Z | Checking macaddr v1.0.1 |
| 1142 | 2026-08-31T09:27:27.907Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1143 | 2026-08-31T09:27:28.045Z | Checking wait-timeout v0.2.1 |
| 1144 | 2026-08-31T09:27:28.064Z | Checking bit-vec v0.8.0 |
| 1145 | 2026-08-31T09:27:28.106Z | Checking lazy_static v1.5.0 |
| 1146 | 2026-08-31T09:27:28.172Z | Checking quick-error v1.2.3 |
| 1147 | 2026-08-31T09:27:28.207Z | Checking toml v0.9.12+spec-1.1.0 |
| 1148 | 2026-08-31T09:27:28.256Z | Checking bit-set v0.8.0 |
| 1149 | 2026-08-31T09:27:28.277Z | Checking rusty-fork v0.3.0 |
| 1150 | 2026-08-31T09:27:28.445Z | Checking rand v0.8.5 |
| 1151 | 2026-08-31T09:27:28.463Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1152 | 2026-08-31T09:27:28.714Z | Checking rand_xorshift v0.4.0 |
| 1153 | 2026-08-31T09:27:28.826Z | Checking sha1 v0.10.6 |
| 1154 | 2026-08-31T09:27:28.844Z | Checking unarray v0.1.4 |
| 1155 | 2026-08-31T09:27:28.951Z | Checking proptest v1.8.0 |
| 1156 | 2026-08-31T09:27:28.989Z | Checking strum v0.27.2 |
| 1157 | 2026-08-31T09:27:29.123Z | Checking tabwriter v1.4.1 |
| 1158 | 2026-08-31T09:27:29.163Z | Checking tokio-rustls v0.25.0 |
| 1159 | 2026-08-31T09:27:29.205Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1160 | 2026-08-31T09:27:29.271Z | Checking colored v3.1.1 |
| 1161 | 2026-08-31T09:27:29.349Z | Checking serde_with v3.22.0 |
| 1162 | 2026-08-31T09:27:29.795Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1163 | 2026-08-31T09:27:30.028Z | Checking instant v0.1.13 |
| 1164 | 2026-08-31T09:27:30.123Z | Checking rustc-hash v2.1.1 |
| 1165 | 2026-08-31T09:27:30.463Z | Checking iddqd v0.3.18 |
| 1166 | 2026-08-31T09:27:30.493Z | Checking backoff v0.4.0 |
| 1167 | 2026-08-31T09:27:30.579Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1168 | 2026-08-31T09:27:30.672Z | Checking parse-display v0.10.0 |
| 1169 | 2026-08-31T09:27:30.826Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1170 | 2026-08-31T09:27:30.860Z | Checking itertools v0.14.0 |
| 1171 | 2026-08-31T09:27:30.940Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1172 | 2026-08-31T09:27:31.185Z | Compiling toml_datetime v0.6.11 |
| 1173 | 2026-08-31T09:27:31.258Z | Compiling clap_derive v4.6.1 |
| 1174 | 2026-08-31T09:27:31.303Z | Checking utf8parse v0.2.2 |
| 1175 | 2026-08-31T09:27:31.419Z | Checking anstyle-parse v1.0.0 |
| 1176 | 2026-08-31T09:27:31.586Z | Checking terminal_size v0.4.3 |
| 1177 | 2026-08-31T09:27:31.787Z | Checking is_terminal_polyfill v1.70.1 |
| 1178 | 2026-08-31T09:27:31.861Z | Checking colorchoice v1.0.4 |
| 1179 | 2026-08-31T09:27:31.880Z | Checking anstyle-query v1.1.4 |
| 1180 | 2026-08-31T09:27:31.885Z | Checking anstyle v1.0.14 |
| 1181 | 2026-08-31T09:27:32.080Z | Checking anstream v1.0.0 |
| 1182 | 2026-08-31T09:27:32.255Z | Checking clap_lex v1.1.0 |
| 1183 | 2026-08-31T09:27:32.416Z | Checking clap_builder v4.6.0 |
| 1184 | 2026-08-31T09:27:33.636Z | Checking clap v4.6.1 |
| 1185 | 2026-08-31T09:27:34.792Z | Compiling num-derive v0.4.2 |
| 1186 | 2026-08-31T09:27:35.192Z | Compiling cfg_aliases v0.2.1 |
| 1187 | 2026-08-31T09:27:35.346Z | Compiling rustls-webpki v0.103.6 |
| 1188 | 2026-08-31T09:27:35.767Z | Compiling prettyplease v0.2.37 |
| 1189 | 2026-08-31T09:27:36.731Z | Compiling memoffset v0.9.1 |
| 1190 | 2026-08-31T09:27:37.462Z | Checking crossbeam-epoch v0.9.18 |
| 1191 | 2026-08-31T09:27:37.596Z | Compiling winnow v0.5.40 |
| 1192 | 2026-08-31T09:27:38.499Z | Checking serde_spanned v0.6.9 |
| 1193 | 2026-08-31T09:27:38.533Z | Compiling tokio-rustls v0.26.4 |
| 1194 | 2026-08-31T09:27:39.035Z | Compiling toml_edit v0.19.15 |
| 1195 | 2026-08-31T09:27:39.093Z | Compiling rayon-core v1.13.0 |
| 1196 | 2026-08-31T09:27:40.171Z | Compiling proc-macro-crate v1.3.1 |
| 1197 | 2026-08-31T09:27:40.193Z | Compiling darling_core v0.21.3 |
| 1198 | 2026-08-31T09:27:40.221Z | Compiling zerocopy-derive v0.7.35 |
| 1199 | 2026-08-31T09:27:40.738Z | Compiling crc32fast v1.5.0 |
| 1200 | 2026-08-31T09:27:41.094Z | Compiling hyper-rustls v0.27.7 |
| 1201 | 2026-08-31T09:27:41.385Z | Compiling reqwest v0.12.23 |
| 1202 | 2026-08-31T09:27:41.780Z | Checking crossbeam-deque v0.8.6 |
| 1203 | 2026-08-31T09:27:42.267Z | Compiling darling_macro v0.21.3 |
| 1204 | 2026-08-31T09:27:42.520Z | Compiling progenitor-client v0.11.1 |
| 1205 | 2026-08-31T09:27:42.662Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1206 | 2026-08-31T09:27:42.880Z | Checking adler2 v2.0.1 |
| 1207 | 2026-08-31T09:27:42.991Z | Checking miniz_oxide v0.8.9 |
| 1208 | 2026-08-31T09:27:43.341Z | Compiling darling v0.21.3 |
| 1209 | 2026-08-31T09:27:43.399Z | Compiling progenitor v0.11.1 |
| 1210 | 2026-08-31T09:27:44.344Z | Compiling num-integer v0.1.46 |
| 1211 | 2026-08-31T09:27:44.458Z | Compiling proc-macro-error-attr v1.0.4 |
| 1212 | 2026-08-31T09:27:44.694Z | Compiling heapless v0.8.0 |
| 1213 | 2026-08-31T09:27:44.952Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1214 | 2026-08-31T09:27:44.952Z | Checking flate2 v1.1.2 |
| 1215 | 2026-08-31T09:27:45.159Z | Compiling ingot-macros v0.1.1 |
| 1216 | 2026-08-31T09:27:45.258Z | Compiling progenitor-client v0.10.0 |
| 1217 | 2026-08-31T09:27:46.095Z | Checking hash32 v0.3.1 |
| 1218 | 2026-08-31T09:27:46.231Z | Checking hybrid-array v0.4.12 |
| 1219 | 2026-08-31T09:27:46.360Z | Compiling proc-macro-error v1.0.4 |
| 1220 | 2026-08-31T09:27:46.593Z | Checking toml_write v0.1.2 |
| 1221 | 2026-08-31T09:27:46.764Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1222 | 2026-08-31T09:27:46.787Z | Compiling smoltcp v0.11.0 |
| 1223 | 2026-08-31T09:27:47.007Z | Checking toml_edit v0.22.27 |
| 1224 | 2026-08-31T09:27:47.205Z | Checking num-iter v0.1.45 |
| 1225 | 2026-08-31T09:27:47.363Z | Checking num-rational v0.4.2 |
| 1226 | 2026-08-31T09:27:47.603Z | Compiling zerocopy v0.7.35 |
| 1227 | 2026-08-31T09:27:47.707Z | Compiling num_enum_derive v0.7.5 |
| 1228 | 2026-08-31T09:27:47.765Z | Checking ingot-types v0.1.2 |
| 1229 | 2026-08-31T09:27:48.046Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1230 | 2026-08-31T09:27:48.111Z | Compiling hubpack_derive v0.1.1 |
| 1231 | 2026-08-31T09:27:48.232Z | Checking cobs v0.3.0 |
| 1232 | 2026-08-31T09:27:48.300Z | Compiling foreign-types-macros v0.2.3 |
| 1233 | 2026-08-31T09:27:48.413Z | Compiling scroll_derive v0.12.1 |
| 1234 | 2026-08-31T09:27:48.490Z | Compiling num-complex v0.4.6 |
| 1235 | 2026-08-31T09:27:48.753Z | Compiling usdt-impl v0.5.0 |
| 1236 | 2026-08-31T09:27:48.887Z | Checking foreign-types-shared v0.3.1 |
| 1237 | 2026-08-31T09:27:48.956Z | Checking bitflags v1.3.2 |
| 1238 | 2026-08-31T09:27:48.987Z | Compiling crucible-workspace-hack v0.1.0 |
| 1239 | 2026-08-31T09:27:49.019Z | Checking managed v0.8.0 |
| 1240 | 2026-08-31T09:27:49.131Z | Checking scroll v0.12.0 |
| 1241 | 2026-08-31T09:27:49.266Z | Checking foreign-types v0.5.0 |
| 1242 | 2026-08-31T09:27:49.271Z | Checking num v0.4.3 |
| 1243 | 2026-08-31T09:27:49.361Z | Checking num_enum v0.7.5 |
| 1244 | 2026-08-31T09:27:49.365Z | Checking hubpack v0.1.2 |
| 1245 | 2026-08-31T09:27:49.453Z | Checking postcard v1.1.3 |
| 1246 | 2026-08-31T09:27:49.489Z | Checking ingot v0.1.1 |
| 1247 | 2026-08-31T09:27:49.528Z | Checking toml v0.8.23 |
| 1248 | 2026-08-31T09:27:49.707Z | Compiling dof v0.3.0 |
| 1249 | 2026-08-31T09:27:50.116Z | Checking crypto-common v0.2.2 |
| 1250 | 2026-08-31T09:27:50.202Z | Checking block-buffer v0.12.0 |
| 1251 | 2026-08-31T09:27:50.444Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1252 | 2026-08-31T09:27:50.458Z | Compiling dtrace-parser v0.2.0 |
| 1253 | 2026-08-31T09:27:50.604Z | Checking camino-tempfile v1.4.1 |
| 1254 | 2026-08-31T09:27:50.771Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1255 | 2026-08-31T09:27:50.786Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1256 | 2026-08-31T09:27:50.871Z | Checking cstr-argument v0.1.2 |
| 1257 | 2026-08-31T09:27:50.966Z | Compiling thread-id v4.2.2 |
| 1258 | 2026-08-31T09:27:50.966Z | Checking static_assertions v1.1.0 |
| 1259 | 2026-08-31T09:27:51.006Z | Compiling minimal-lexical v0.2.1 |
| 1260 | 2026-08-31T09:27:51.096Z | Checking float-ord v0.3.2 |
| 1261 | 2026-08-31T09:27:51.135Z | Compiling heck v0.4.1 |
| 1262 | 2026-08-31T09:27:51.181Z | Checking const-oid v0.10.2 |
| 1263 | 2026-08-31T09:27:51.192Z | Checking compression-core v0.4.32 |
| 1264 | 2026-08-31T09:27:51.261Z | Compiling nom v7.1.3 |
| 1265 | 2026-08-31T09:27:51.330Z | Checking compression-codecs v0.4.32 |
| 1266 | 2026-08-31T09:27:51.351Z | Checking digest v0.11.3 |
| 1267 | 2026-08-31T09:27:51.496Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1268 | 2026-08-31T09:27:51.513Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1269 | 2026-08-31T09:27:51.538Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1270 | 2026-08-31T09:27:51.734Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1271 | 2026-08-31T09:27:51.763Z | Checking goblin v0.8.2 |
| 1272 | 2026-08-31T09:27:51.874Z | Checking rayon v1.11.0 |
| 1273 | 2026-08-31T09:27:52.206Z | Compiling num_enum_derive v0.5.11 |
| 1274 | 2026-08-31T09:27:52.265Z | Compiling nix v0.31.3 |
| 1275 | 2026-08-31T09:27:52.371Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1276 | 2026-08-31T09:27:52.521Z | Compiling rustc_version v0.4.1 |
| 1277 | 2026-08-31T09:27:52.634Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 1278 | 2026-08-31T09:27:52.807Z | Compiling dropshot v0.17.1 |
| 1279 | 2026-08-31T09:27:52.860Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1280 | 2026-08-31T09:27:53.029Z | Checking tinyvec_macros v0.1.1 |
| 1281 | 2026-08-31T09:27:53.078Z | Compiling convert_case v0.4.0 |
| 1282 | 2026-08-31T09:27:53.100Z | Checking cpufeatures v0.3.0 |
| 1283 | 2026-08-31T09:27:53.114Z | Compiling rustix v0.38.44 |
| 1284 | 2026-08-31T09:27:53.165Z | Checking num_enum v0.5.11 |
| 1285 | 2026-08-31T09:27:53.198Z | Checking sha1 v0.11.0 |
| 1286 | 2026-08-31T09:27:53.300Z | Checking tinyvec v1.10.0 |
| 1287 | 2026-08-31T09:27:53.423Z | Compiling derive_more v0.99.20 |
| 1288 | 2026-08-31T09:27:53.502Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1289 | 2026-08-31T09:27:53.578Z | Checking toml v1.1.2+spec-1.1.0 |
| 1290 | 2026-08-31T09:27:53.631Z | Checking async-compression v0.4.33 |
| 1291 | 2026-08-31T09:27:53.882Z | Checking libscf-sys v1.2.0 |
| 1292 | 2026-08-31T09:27:53.980Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1293 | 2026-08-31T09:27:54.012Z | Compiling nix v0.30.1 |
| 1294 | 2026-08-31T09:27:54.158Z | Compiling libz-sys v1.1.22 |
| 1295 | 2026-08-31T09:27:54.263Z | Compiling dropshot_endpoint v0.17.1 |
| 1296 | 2026-08-31T09:27:54.283Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1297 | 2026-08-31T09:27:54.494Z | Checking bytecount v0.6.9 |
| 1298 | 2026-08-31T09:27:54.648Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1299 | 2026-08-31T09:27:55.365Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1300 | 2026-08-31T09:27:55.462Z | Compiling usdt-attr-macro v0.5.0 |
| 1301 | 2026-08-31T09:27:55.516Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1302 | 2026-08-31T09:27:55.536Z | Compiling usdt-macro v0.5.0 |
| 1303 | 2026-08-31T09:27:55.621Z | Compiling zone_cfg_derive v0.3.1 |
| 1304 | 2026-08-31T09:27:55.859Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1305 | 2026-08-31T09:27:55.877Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1306 | 2026-08-31T09:27:56.035Z | Checking itertools v0.12.1 |
| 1307 | 2026-08-31T09:27:56.160Z | Checking memmap v0.7.0 |
| 1308 | 2026-08-31T09:27:56.228Z | Checking sigpipe v0.1.3 |
| 1309 | 2026-08-31T09:27:56.243Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1310 | 2026-08-31T09:27:56.263Z | Checking glob v0.3.3 |
| 1311 | 2026-08-31T09:27:56.281Z | Checking jiff v0.2.15 |
| 1312 | 2026-08-31T09:27:56.297Z | Checking usdt v0.5.0 |
| 1313 | 2026-08-31T09:27:56.426Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1314 | 2026-08-31T09:27:56.444Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1315 | 2026-08-31T09:27:56.581Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1316 | 2026-08-31T09:27:56.609Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1317 | 2026-08-31T09:27:56.639Z | Checking smf v0.2.3 |
| 1318 | 2026-08-31T09:27:56.685Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1319 | 2026-08-31T09:27:56.779Z | Checking secrecy v0.10.3 |
| 1320 | 2026-08-31T09:27:56.823Z | Checking bstr v1.12.0 |
| 1321 | 2026-08-31T09:27:56.866Z | Checking whoami v1.6.1 |
| 1322 | 2026-08-31T09:27:57.031Z | Checking zone v0.3.1 |
| 1323 | 2026-08-31T09:27:57.049Z | Compiling curve25519-dalek v4.1.3 |
| 1324 | 2026-08-31T09:27:57.153Z | Checking hmac v0.12.1 |
| 1325 | 2026-08-31T09:27:57.220Z | Compiling clang-sys v1.8.1 |
| 1326 | 2026-08-31T09:27:57.292Z | Checking inout v0.1.4 |
| 1327 | 2026-08-31T09:27:57.326Z | Compiling enum-as-inner v0.6.1 |
| 1328 | 2026-08-31T09:27:57.344Z | Checking ff v0.13.1 |
| 1329 | 2026-08-31T09:27:57.375Z | Checking data-encoding v2.9.0 |
| 1330 | 2026-08-31T09:27:57.421Z | Compiling semver v0.1.20 |
| 1331 | 2026-08-31T09:27:57.467Z | Checking group v0.13.0 |
| 1332 | 2026-08-31T09:27:57.576Z | Checking cipher v0.4.4 |
| 1333 | 2026-08-31T09:27:57.617Z | Compiling rustc_version v0.1.7 |
| 1334 | 2026-08-31T09:27:57.673Z | Checking hkdf v0.12.4 |
| 1335 | 2026-08-31T09:27:57.714Z | Checking atomicwrites v0.4.4 |
| 1336 | 2026-08-31T09:27:57.770Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1337 | 2026-08-31T09:27:57.806Z | Checking universal-hash v0.5.1 |
| 1338 | 2026-08-31T09:27:57.822Z | Checking crypto-bigint v0.5.5 |
| 1339 | 2026-08-31T09:27:57.842Z | Compiling regress v0.11.1 |
| 1340 | 2026-08-31T09:27:57.880Z | Checking half v2.7.1 |
| 1341 | 2026-08-31T09:27:57.929Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1342 | 2026-08-31T09:27:58.103Z | Checking indent_write v2.2.0 |
| 1343 | 2026-08-31T09:27:58.244Z | Checking ciborium-io v0.2.2 |
| 1344 | 2026-08-31T09:27:58.339Z | Checking base64ct v1.8.0 |
| 1345 | 2026-08-31T09:27:58.616Z | Checking opaque-debug v0.3.1 |
| 1346 | 2026-08-31T09:27:58.633Z | Checking base16ct v0.2.0 |
| 1347 | 2026-08-31T09:27:58.691Z | Checking poly1305 v0.8.0 |
| 1348 | 2026-08-31T09:27:58.710Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1349 | 2026-08-31T09:27:58.757Z | Checking elliptic-curve v0.13.8 |
| 1350 | 2026-08-31T09:27:58.871Z | Checking password-hash v0.5.0 |
| 1351 | 2026-08-31T09:27:58.916Z | Checking thiserror-no-std v2.0.2 |
| 1352 | 2026-08-31T09:27:58.934Z | Checking ciborium-ll v0.2.2 |
| 1353 | 2026-08-31T09:27:59.041Z | Compiling newtype_derive v0.1.6 |
| 1354 | 2026-08-31T09:27:59.061Z | Checking chacha20 v0.9.1 |
| 1355 | 2026-08-31T09:27:59.105Z | Checking similar v2.7.0 |
| 1356 | 2026-08-31T09:27:59.125Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1357 | 2026-08-31T09:27:59.256Z | Checking blake2 v0.10.6 |
| 1358 | 2026-08-31T09:27:59.275Z | Checking aead v0.5.2 |
| 1359 | 2026-08-31T09:27:59.389Z | Compiling libloading v0.8.9 |
| 1360 | 2026-08-31T09:27:59.417Z | Compiling bindgen v0.72.1 |
| 1361 | 2026-08-31T09:27:59.448Z | Compiling typify-impl v0.6.2 |
| 1362 | 2026-08-31T09:27:59.467Z | Checking resolv-conf v0.7.5 |
| 1363 | 2026-08-31T09:27:59.509Z | Checking linked-hash-map v0.5.6 |
| 1364 | 2026-08-31T09:27:59.586Z | Compiling owo-colors v4.3.0 |
| 1365 | 2026-08-31T09:27:59.654Z | Checking keccak v0.1.6 |
| 1366 | 2026-08-31T09:27:59.672Z | Checking lru-cache v0.1.2 |
| 1367 | 2026-08-31T09:27:59.794Z | Checking argon2 v0.5.3 |
| 1368 | 2026-08-31T09:27:59.814Z | Checking sha3 v0.10.8 |
| 1369 | 2026-08-31T09:27:59.977Z | Checking vsss-rs v3.3.4 |
| 1370 | 2026-08-31T09:28:00.008Z | Checking chacha20poly1305 v0.10.1 |
| 1371 | 2026-08-31T09:28:00.139Z | Checking ciborium v0.2.2 |
| 1372 | 2026-08-31T09:28:00.158Z | Checking hickory-proto v0.24.4 |
| 1373 | 2026-08-31T09:28:00.482Z | Checking tokio-dtrace v0.1.1 |
| 1374 | 2026-08-31T09:28:00.552Z | Checking papergrid v0.18.0 |
| 1375 | 2026-08-31T09:28:00.571Z | Compiling cexpr v0.6.0 |
| 1376 | 2026-08-31T09:28:00.664Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1377 | 2026-08-31T09:28:00.950Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1378 | 2026-08-31T09:28:01.162Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1379 | 2026-08-31T09:28:01.316Z | Checking serde-big-array v0.5.1 |
| 1380 | 2026-08-31T09:28:01.399Z | Compiling derive-where v1.6.0 |
| 1381 | 2026-08-31T09:28:01.455Z | Compiling serde_repr v0.1.20 |
| 1382 | 2026-08-31T09:28:01.674Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1383 | 2026-08-31T09:28:01.702Z | Checking siphasher v1.0.1 |
| 1384 | 2026-08-31T09:28:01.871Z | Checking unicode-segmentation v1.12.0 |
| 1385 | 2026-08-31T09:28:01.905Z | Checking same-file v1.0.6 |
| 1386 | 2026-08-31T09:28:01.943Z | Compiling shlex v1.3.0 |
| 1387 | 2026-08-31T09:28:02.016Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1388 | 2026-08-31T09:28:02.036Z | Checking walkdir v2.5.0 |
| 1389 | 2026-08-31T09:28:02.188Z | Checking newline-converter v0.3.0 |
| 1390 | 2026-08-31T09:28:02.254Z | Checking phf_shared v0.12.1 |
| 1391 | 2026-08-31T09:28:02.299Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1392 | 2026-08-31T09:28:02.397Z | Checking hickory-resolver v0.24.4 |
| 1393 | 2026-08-31T09:28:02.625Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1394 | 2026-08-31T09:28:02.646Z | Checking tabled v0.21.0 |
| 1395 | 2026-08-31T09:28:02.836Z | Compiling typify-macro v0.6.2 |
| 1396 | 2026-08-31T09:28:03.055Z | Checking oxide-tokio-rt v0.1.6 |
| 1397 | 2026-08-31T09:28:03.221Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1398 | 2026-08-31T09:28:03.898Z | Checking itertools v0.15.0 |
| 1399 | 2026-08-31T09:28:03.917Z | Checking console v0.15.11 |
| 1400 | 2026-08-31T09:28:03.978Z | Compiling progenitor-impl v0.10.0 |
| 1401 | 2026-08-31T09:28:04.206Z | Checking tokio-stream v0.1.17 |
| 1402 | 2026-08-31T09:28:04.258Z | Compiling pin-project-internal v1.1.10 |
| 1403 | 2026-08-31T09:28:04.589Z | Compiling slog-dtrace v0.3.0 |
| 1404 | 2026-08-31T09:28:04.611Z | Checking csv-core v0.1.12 |
| 1405 | 2026-08-31T09:28:04.798Z | Checking unicode-width v0.1.14 |
| 1406 | 2026-08-31T09:28:04.821Z | Checking unicode-linebreak v0.1.5 |
| 1407 | 2026-08-31T09:28:05.024Z | Compiling cancel-safe-futures v0.1.5 |
| 1408 | 2026-08-31T09:28:05.041Z | Checking foldhash v0.1.5 |
| 1409 | 2026-08-31T09:28:05.057Z | Compiling chrono-tz v0.10.4 |
| 1410 | 2026-08-31T09:28:05.181Z | Compiling unicode-xid v0.2.6 |
| 1411 | 2026-08-31T09:28:05.266Z | Checking swrite v0.1.0 |
| 1412 | 2026-08-31T09:28:05.283Z | Checking smawk v0.3.2 |
| 1413 | 2026-08-31T09:28:05.308Z | Compiling const_format_proc_macros v0.2.34 |
| 1414 | 2026-08-31T09:28:05.328Z | Checking pin-project v1.1.10 |
| 1415 | 2026-08-31T09:28:05.411Z | Checking hashbrown v0.15.5 |
| 1416 | 2026-08-31T09:28:05.429Z | Checking textwrap v0.16.2 |
| 1417 | 2026-08-31T09:28:05.517Z | Checking csv v1.4.0 |
| 1418 | 2026-08-31T09:28:05.663Z | Checking qorb v0.4.1 |
| 1419 | 2026-08-31T09:28:05.884Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1420 | 2026-08-31T09:28:05.888Z | Checking expectorate v1.2.0 |
| 1421 | 2026-08-31T09:28:06.036Z | Checking phf v0.12.1 |
| 1422 | 2026-08-31T09:28:06.055Z | Compiling progenitor-macro v0.10.0 |
| 1423 | 2026-08-31T09:28:06.073Z | Checking unicode-normalization v0.1.24 |
| 1424 | 2026-08-31T09:28:06.183Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1425 | 2026-08-31T09:28:06.634Z | Checking libsw-core v0.3.2 |
| 1426 | 2026-08-31T09:28:06.664Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1427 | 2026-08-31T09:28:06.763Z | Compiling async-recursion v1.1.1 |
| 1428 | 2026-08-31T09:28:06.787Z | Compiling snafu-derive v0.8.9 |
| 1429 | 2026-08-31T09:28:07.064Z | Compiling cookie v0.18.1 |
| 1430 | 2026-08-31T09:28:07.081Z | Checking fixedbitset v0.5.7 |
| 1431 | 2026-08-31T09:28:07.324Z | Checking fixedbitset v0.4.2 |
| 1432 | 2026-08-31T09:28:07.343Z | Compiling moka v0.12.11 |
| 1433 | 2026-08-31T09:28:07.422Z | Checking highway v1.3.0 |
| 1434 | 2026-08-31T09:28:07.441Z | Checking petgraph v0.6.5 |
| 1435 | 2026-08-31T09:28:07.588Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1436 | 2026-08-31T09:28:07.702Z | Checking petgraph v0.8.2 |
| 1437 | 2026-08-31T09:28:08.496Z | Checking snafu v0.8.9 |
| 1438 | 2026-08-31T09:28:08.614Z | Checking libsw v3.5.0 |
| 1439 | 2026-08-31T09:28:08.743Z | Checking olpc-cjson v0.1.4 |
| 1440 | 2026-08-31T09:28:08.783Z | Checking const_format v0.2.34 |
| 1441 | 2026-08-31T09:28:08.885Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1442 | 2026-08-31T09:28:09.132Z | Checking papergrid v0.11.0 |
| 1443 | 2026-08-31T09:28:09.240Z | Compiling typify v0.6.2 |
| 1444 | 2026-08-31T09:28:09.283Z | Checking globset v0.4.16 |
| 1445 | 2026-08-31T09:28:09.301Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1446 | 2026-08-31T09:28:09.336Z | Checking gethostname v0.5.0 |
| 1447 | 2026-08-31T09:28:09.534Z | Compiling tabled_derive v0.7.0 |
| 1448 | 2026-08-31T09:28:09.552Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1449 | 2026-08-31T09:28:09.736Z | Checking reqwest v0.13.2 |
| 1450 | 2026-08-31T09:28:09.797Z | Checking bcs v0.1.6 |
| 1451 | 2026-08-31T09:28:09.883Z | Checking pem v3.0.5 |
| 1452 | 2026-08-31T09:28:10.030Z | Checking serde_plain v1.0.2 |
| 1453 | 2026-08-31T09:28:10.053Z | Checking termtree v0.5.1 |
| 1454 | 2026-08-31T09:28:10.171Z | Checking progenitor v0.10.0 |
| 1455 | 2026-08-31T09:28:10.190Z | Checking typed-path v0.9.3 |
| 1456 | 2026-08-31T09:28:10.194Z | Checking linear-map v1.2.0 |
| 1457 | 2026-08-31T09:28:10.284Z | Checking humantime v2.3.0 |
| 1458 | 2026-08-31T09:28:10.310Z | Compiling signal-hook v0.4.4 |
| 1459 | 2026-08-31T09:28:10.362Z | Checking crc8 v0.1.1 |
| 1460 | 2026-08-31T09:28:10.456Z | Checking tagptr v0.2.0 |
| 1461 | 2026-08-31T09:28:10.461Z | Checking tabled v0.15.0 |
| 1462 | 2026-08-31T09:28:10.492Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1463 | 2026-08-31T09:28:10.550Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1464 | 2026-08-31T09:28:10.974Z | Checking tough v0.20.0 |
| 1465 | 2026-08-31T09:28:11.219Z | Compiling progenitor-impl v0.14.0 |
| 1466 | 2026-08-31T09:28:11.591Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1467 | 2026-08-31T09:28:11.753Z | Checking steno v0.4.1 |
| 1468 | 2026-08-31T09:28:12.046Z | Checking hickory-proto v0.25.2 |
| 1469 | 2026-08-31T09:28:12.735Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1470 | 2026-08-31T09:28:12.921Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1471 | 2026-08-31T09:28:12.998Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1472 | 2026-08-31T09:28:13.280Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 1473 | 2026-08-31T09:28:13.477Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1474 | 2026-08-31T09:28:13.669Z | Compiling cargo-platform v0.1.9 |
| 1475 | 2026-08-31T09:28:13.710Z | Compiling vergen v8.3.2 |
| 1476 | 2026-08-31T09:28:13.905Z | Compiling fs-err v3.1.2 |
| 1477 | 2026-08-31T09:28:13.918Z | Compiling cargo_metadata v0.18.1 |
| 1478 | 2026-08-31T09:28:14.001Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1479 | 2026-08-31T09:28:14.089Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1480 | 2026-08-31T09:28:14.239Z | Checking hickory-resolver v0.25.2 |
| 1481 | 2026-08-31T09:28:14.312Z | Compiling progenitor-macro v0.14.0 |
| 1482 | 2026-08-31T09:28:14.374Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1483 | 2026-08-31T09:28:14.484Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1484 | 2026-08-31T09:28:14.844Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1485 | 2026-08-31T09:28:14.872Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1486 | 2026-08-31T09:28:15.013Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1487 | 2026-08-31T09:28:15.629Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1488 | 2026-08-31T09:28:15.808Z | Checking progenitor-client v0.14.0 |
| 1489 | 2026-08-31T09:28:15.871Z | Checking dropshot-api-manager-types v0.7.2 |
| 1490 | 2026-08-31T09:28:15.874Z | Checking sha2 v0.10.9 |
| 1491 | 2026-08-31T09:28:16.028Z | Compiling blake3 v1.8.2 |
| 1492 | 2026-08-31T09:28:16.047Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1493 | 2026-08-31T09:28:16.524Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1494 | 2026-08-31T09:28:16.560Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1495 | 2026-08-31T09:28:17.006Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1496 | 2026-08-31T09:28:17.069Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1497 | 2026-08-31T09:28:18.224Z | Checking git-stub v1.0.0 |
| 1498 | 2026-08-31T09:28:18.250Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1499 | 2026-08-31T09:28:18.268Z | Compiling strum_macros v0.28.0 |
| 1500 | 2026-08-31T09:28:18.310Z | Checking filetime v0.2.26 |
| 1501 | 2026-08-31T09:28:18.389Z | Checking progenitor v0.14.0 |
| 1502 | 2026-08-31T09:28:18.428Z | Checking is_ci v1.2.0 |
| 1503 | 2026-08-31T09:28:18.474Z | Compiling curl v0.4.50 |
| 1504 | 2026-08-31T09:28:18.521Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1505 | 2026-08-31T09:28:18.543Z | Checking arrayvec v0.7.6 |
| 1506 | 2026-08-31T09:28:18.546Z | Checking xattr v1.6.1 |
| 1507 | 2026-08-31T09:28:18.675Z | Checking arrayref v0.3.9 |
| 1508 | 2026-08-31T09:28:18.718Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1509 | 2026-08-31T09:28:18.781Z | Checking constant_time_eq v0.3.1 |
| 1510 | 2026-08-31T09:28:18.798Z | Checking tar v0.4.45 |
| 1511 | 2026-08-31T09:28:18.967Z | Checking supports-color v3.0.2 |
| 1512 | 2026-08-31T09:28:19.099Z | Checking git-stub-vcs v0.1.0 |
| 1513 | 2026-08-31T09:28:19.202Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1514 | 2026-08-31T09:28:19.248Z | Checking toml v0.7.8 |
| 1515 | 2026-08-31T09:28:19.274Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1516 | 2026-08-31T09:28:19.293Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1517 | 2026-08-31T09:28:20.012Z | Checking drift v0.2.0 |
| 1518 | 2026-08-31T09:28:20.079Z | Checking strum v0.28.0 |
| 1519 | 2026-08-31T09:28:20.173Z | Checking kstat-rs v0.2.4 |
| 1520 | 2026-08-31T09:28:20.202Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1521 | 2026-08-31T09:28:20.323Z | Checking topological-sort v0.2.2 |
| 1522 | 2026-08-31T09:28:20.368Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1523 | 2026-08-31T09:28:20.457Z | Checking omicron-zone-package v0.12.2 |
| 1524 | 2026-08-31T09:28:20.476Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1525 | 2026-08-31T09:28:20.599Z | Checking dropshot-api-manager v0.7.2 |
| 1526 | 2026-08-31T09:28:21.295Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1527 | 2026-08-31T09:28:21.356Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1528 | 2026-08-31T09:28:21.986Z | Checking signal-hook-tokio v0.4.0 |
| 1529 | 2026-08-31T09:28:22.020Z | Checking scuffle v0.1.0 |
| 1530 | 2026-08-31T09:28:22.105Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1531 | 2026-08-31T09:28:22.220Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1532 | 2026-08-31T09:28:22.284Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1533 | 2026-08-31T09:28:22.366Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1534 | 2026-08-31T09:28:22.391Z | Checking iddqd v0.4.5 |
| 1535 | 2026-08-31T09:28:22.591Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1536 | 2026-08-31T09:28:22.736Z | Checking internet-checksum v0.2.1 |
| 1537 | 2026-08-31T09:28:22.762Z | Checking search_path v0.1.4 |
| 1538 | 2026-08-31T09:28:22.879Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1539 | 2026-08-31T09:28:22.903Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1540 | 2026-08-31T09:28:23.013Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1541 | 2026-08-31T09:28:25.102Z | Compiling git2 v0.19.0 |
| 1542 | 2026-08-31T09:28:27.392Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1543 | 2026-08-31T09:28:27.529Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1544 | 2026-08-31T09:28:33.571Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1545 | 2026-08-31T09:28:34.905Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1546 | 2026-08-31T09:28:40.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
| 1547 | 2026-08-31T09:28:40.810Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1548 | 2026-08-31T09:28:40.810Z | + cargo clippy --features tofino_asic -- --deny warnings |
| 1549 | 2026-08-31T09:28:41.465Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 1550 | 2026-08-31T09:28:41.563Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1551 | 2026-08-31T09:28:41.571Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1552 | 2026-08-31T09:28:41.574Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1553 | 2026-08-31T09:28:48.865Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1554 | 2026-08-31T09:28:48.868Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1555 | 2026-08-31T09:28:51.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.77s |
| 1556 | 2026-08-31T09:28:51.819Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1557 | 2026-08-31T09:28:51.819Z | + cargo clippy --features softnpu -- --deny warnings |
| 1558 | 2026-08-31T09:28:52.215Z | Downloading crates ... |
| 1559 | 2026-08-31T09:28:52.360Z | Downloaded wyz v0.5.1 |
| 1560 | 2026-08-31T09:28:52.363Z | Downloaded pem-rfc7468 v0.7.0 |
| 1561 | 2026-08-31T09:28:52.367Z | Downloaded tungstenite v0.21.0 |
| 1562 | 2026-08-31T09:28:52.373Z | Downloaded bitstruct_derive v0.1.0 |
| 1563 | 2026-08-31T09:28:52.376Z | Downloaded ascii v1.1.0 |
| 1564 | 2026-08-31T09:28:52.381Z | Downloaded utf-8 v0.7.6 |
| 1565 | 2026-08-31T09:28:52.384Z | Downloaded bit_field v0.10.3 |
| 1566 | 2026-08-31T09:28:52.384Z | Downloaded typeid v1.0.3 |
| 1567 | 2026-08-31T09:28:52.384Z | Downloaded signature v2.2.0 |
| 1568 | 2026-08-31T09:28:52.384Z | Downloaded radium v0.7.0 |
| 1569 | 2026-08-31T09:28:52.388Z | Downloaded serde_arrays v0.1.0 |
| 1570 | 2026-08-31T09:28:52.401Z | Downloaded env_logger v0.11.11 |
| 1571 | 2026-08-31T09:28:52.404Z | Downloaded primeorder v0.13.6 |
| 1572 | 2026-08-31T09:28:52.407Z | Downloaded tap v1.0.1 |
| 1573 | 2026-08-31T09:28:52.407Z | Downloaded funty v2.0.0 |
| 1574 | 2026-08-31T09:28:52.411Z | Downloaded bitstruct v0.1.1 |
| 1575 | 2026-08-31T09:28:52.416Z | Downloaded env_filter v2.0.0 |
| 1576 | 2026-08-31T09:28:52.418Z | Downloaded ecdsa v0.16.9 |
| 1577 | 2026-08-31T09:28:52.418Z | Downloaded rfc6979 v0.4.0 |
| 1578 | 2026-08-31T09:28:52.423Z | Downloaded libloading v0.7.4 |
| 1579 | 2026-08-31T09:28:52.423Z | Downloaded tls_codec_derive v0.4.2 |
| 1580 | 2026-08-31T09:28:52.423Z | Downloaded pkcs8 v0.10.2 |
| 1581 | 2026-08-31T09:28:52.425Z | Downloaded ed25519 v2.2.3 |
| 1582 | 2026-08-31T09:28:52.428Z | Downloaded const-oid v0.9.6 |
| 1583 | 2026-08-31T09:28:52.428Z | Downloaded sec1 v0.7.3 |
| 1584 | 2026-08-31T09:28:52.431Z | Downloaded flagset v0.4.7 |
| 1585 | 2026-08-31T09:28:52.435Z | Downloaded erased-serde v0.4.8 |
| 1586 | 2026-08-31T09:28:52.440Z | Downloaded tokio-tungstenite v0.21.0 |
| 1587 | 2026-08-31T09:28:52.443Z | Downloaded spki v0.7.3 |
| 1588 | 2026-08-31T09:28:52.443Z | Downloaded der_derive v0.7.3 |
| 1589 | 2026-08-31T09:28:52.443Z | Downloaded tls_codec v0.4.2 |
| 1590 | 2026-08-31T09:28:52.472Z | Downloaded der v0.7.10 |
| 1591 | 2026-08-31T09:28:52.475Z | Downloaded base64 v0.21.7 |
| 1592 | 2026-08-31T09:28:52.480Z | Downloaded ed25519-dalek v2.2.0 |
| 1593 | 2026-08-31T09:28:52.484Z | Downloaded num-bigint v0.4.6 |
| 1594 | 2026-08-31T09:28:52.488Z | Downloaded x509-cert v0.2.5 |
| 1595 | 2026-08-31T09:28:52.500Z | Downloaded itertools v0.13.0 |
| 1596 | 2026-08-31T09:28:52.506Z | Downloaded salty v0.3.0 |
| 1597 | 2026-08-31T09:28:52.510Z | Downloaded p384 v0.13.1 |
| 1598 | 2026-08-31T09:28:52.513Z | Downloaded bitvec v1.0.1 |
| 1599 | 2026-08-31T09:28:52.733Z | Checking log v0.4.29 |
| 1600 | 2026-08-31T09:28:52.855Z | Checking const-oid v0.9.6 |
| 1601 | 2026-08-31T09:28:52.914Z | Checking serde_with v3.22.0 |
| 1602 | 2026-08-31T09:28:52.951Z | Checking pem-rfc7468 v0.7.0 |
| 1603 | 2026-08-31T09:28:52.966Z | Compiling der_derive v0.7.3 |
| 1604 | 2026-08-31T09:28:52.969Z | Checking flagset v0.4.7 |
| 1605 | 2026-08-31T09:28:52.990Z | Checking rustls v0.23.40 |
| 1606 | 2026-08-31T09:28:52.990Z | Checking native-tls v0.2.14 |
| 1607 | 2026-08-31T09:28:52.990Z | Checking goblin v0.10.1 |
| 1608 | 2026-08-31T09:28:53.090Z | Checking typify-impl v0.4.3 |
| 1609 | 2026-08-31T09:28:53.103Z | Checking rustls v0.22.4 |
| 1610 | 2026-08-31T09:28:53.166Z | Checking tokio-native-tls v0.3.1 |
| 1611 | 2026-08-31T09:28:53.319Z | Checking hyper-tls v0.6.0 |
| 1612 | 2026-08-31T09:28:53.514Z | Checking num-integer v0.1.46 |
| 1613 | 2026-08-31T09:28:53.544Z | Checking digest v0.10.7 |
| 1614 | 2026-08-31T09:28:53.747Z | Checking sha1 v0.10.6 |
| 1615 | 2026-08-31T09:28:53.747Z | Checking hmac v0.12.1 |
| 1616 | 2026-08-31T09:28:53.881Z | Checking ff v0.13.1 |
| 1617 | 2026-08-31T09:28:53.918Z | Checking base16ct v0.2.0 |
| 1618 | 2026-08-31T09:28:53.931Z | Checking der v0.7.10 |
| 1619 | 2026-08-31T09:28:54.006Z | Checking group v0.13.0 |
| 1620 | 2026-08-31T09:28:54.045Z | Checking hkdf v0.12.4 |
| 1621 | 2026-08-31T09:28:54.154Z | Checking num-bigint v0.4.6 |
| 1622 | 2026-08-31T09:28:54.181Z | Checking num-iter v0.1.45 |
| 1623 | 2026-08-31T09:28:54.245Z | Checking typify v0.4.3 |
| 1624 | 2026-08-31T09:28:54.297Z | Checking num-complex v0.4.6 |
| 1625 | 2026-08-31T09:28:54.347Z | Checking progenitor-impl v0.11.1 |
| 1626 | 2026-08-31T09:28:54.419Z | Checking goblin v0.8.2 |
| 1627 | 2026-08-31T09:28:54.565Z | Checking tokio-rustls v0.25.0 |
| 1628 | 2026-08-31T09:28:54.642Z | Checking curve25519-dalek v4.1.3 |
| 1629 | 2026-08-31T09:28:54.665Z | Checking spki v0.7.3 |
| 1630 | 2026-08-31T09:28:54.757Z | Checking sha3 v0.10.8 |
| 1631 | 2026-08-31T09:28:54.831Z | Checking pkcs8 v0.10.2 |
| 1632 | 2026-08-31T09:28:54.952Z | Checking blake2 v0.10.6 |
| 1633 | 2026-08-31T09:28:54.980Z | Checking num-rational v0.4.2 |
| 1634 | 2026-08-31T09:28:54.994Z | Checking sec1 v0.7.3 |
| 1635 | 2026-08-31T09:28:55.159Z | Compiling nix v0.31.3 |
| 1636 | 2026-08-31T09:28:55.189Z | Checking elliptic-curve v0.13.8 |
| 1637 | 2026-08-31T09:28:55.214Z | Checking argon2 v0.5.3 |
| 1638 | 2026-08-31T09:28:55.263Z | Checking num v0.4.3 |
| 1639 | 2026-08-31T09:28:55.299Z | Checking dof v0.4.0 |
| 1640 | 2026-08-31T09:28:55.332Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1641 | 2026-08-31T09:28:55.346Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1642 | 2026-08-31T09:28:55.372Z | Checking tokio-rustls v0.26.4 |
| 1643 | 2026-08-31T09:28:55.494Z | Checking vsss-rs v3.3.4 |
| 1644 | 2026-08-31T09:28:55.510Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1645 | 2026-08-31T09:28:55.536Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1646 | 2026-08-31T09:28:55.597Z | Checking hyper-rustls v0.27.7 |
| 1647 | 2026-08-31T09:28:55.613Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 1648 | 2026-08-31T09:28:55.690Z | Checking usdt-impl v0.6.0 |
| 1649 | 2026-08-31T09:28:55.793Z | Checking reqwest v0.12.23 |
| 1650 | 2026-08-31T09:28:55.838Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1651 | 2026-08-31T09:28:55.964Z | Checking usdt v0.6.0 |
| 1652 | 2026-08-31T09:28:55.983Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1653 | 2026-08-31T09:28:56.123Z | Checking dropshot v0.16.7 |
| 1654 | 2026-08-31T09:28:56.281Z | Checking dropshot v0.17.1 |
| 1655 | 2026-08-31T09:28:56.306Z | Checking dof v0.3.0 |
| 1656 | 2026-08-31T09:28:56.317Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1657 | 2026-08-31T09:28:56.344Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1658 | 2026-08-31T09:28:56.480Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1659 | 2026-08-31T09:28:56.505Z | Checking progenitor-client v0.11.1 |
| 1660 | 2026-08-31T09:28:56.555Z | Checking progenitor-client v0.10.0 |
| 1661 | 2026-08-31T09:28:56.581Z | Checking usdt-impl v0.5.0 |
| 1662 | 2026-08-31T09:28:56.584Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1663 | 2026-08-31T09:28:56.607Z | Checking progenitor-impl v0.10.0 |
| 1664 | 2026-08-31T09:28:56.627Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1665 | 2026-08-31T09:28:56.737Z | Checking progenitor v0.11.1 |
| 1666 | 2026-08-31T09:28:56.776Z | Checking sha2 v0.10.9 |
| 1667 | 2026-08-31T09:28:56.790Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1668 | 2026-08-31T09:28:56.864Z | Checking usdt v0.5.0 |
| 1669 | 2026-08-31T09:28:56.878Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1670 | 2026-08-31T09:28:57.023Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 1671 | 2026-08-31T09:28:57.026Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1672 | 2026-08-31T09:28:57.048Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1673 | 2026-08-31T09:28:57.277Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1674 | 2026-08-31T09:28:57.277Z | Checking tokio-dtrace v0.1.1 |
| 1675 | 2026-08-31T09:28:57.443Z | Checking progenitor v0.10.0 |
| 1676 | 2026-08-31T09:28:57.463Z | Checking signature v2.2.0 |
| 1677 | 2026-08-31T09:28:57.532Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1678 | 2026-08-31T09:28:57.579Z | Checking utf-8 v0.7.6 |
| 1679 | 2026-08-31T09:28:57.595Z | Checking oxide-tokio-rt v0.1.6 |
| 1680 | 2026-08-31T09:28:57.709Z | Checking tungstenite v0.21.0 |
| 1681 | 2026-08-31T09:28:57.734Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1682 | 2026-08-31T09:28:57.751Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1683 | 2026-08-31T09:28:57.938Z | Compiling salty v0.3.0 |
| 1684 | 2026-08-31T09:28:57.952Z | Compiling radium v0.7.0 |
| 1685 | 2026-08-31T09:28:57.967Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1686 | 2026-08-31T09:28:58.120Z | Checking tokio-tungstenite v0.21.0 |
| 1687 | 2026-08-31T09:28:58.211Z | Checking qorb v0.4.1 |
| 1688 | 2026-08-31T09:28:58.225Z | Checking transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1689 | 2026-08-31T09:28:58.255Z | Checking rfc6979 v0.4.0 |
| 1690 | 2026-08-31T09:28:58.395Z | Checking base64 v0.21.7 |
| 1691 | 2026-08-31T09:28:58.409Z | Checking tap v1.0.1 |
| 1692 | 2026-08-31T09:28:58.516Z | Checking wyz v0.5.1 |
| 1693 | 2026-08-31T09:28:58.543Z | Checking typify-impl v0.6.2 |
| 1694 | 2026-08-31T09:28:58.628Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1695 | 2026-08-31T09:28:58.693Z | Checking ecdsa v0.16.9 |
| 1696 | 2026-08-31T09:28:59.189Z | Checking slog-dtrace v0.3.0 |
| 1697 | 2026-08-31T09:28:59.203Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1698 | 2026-08-31T09:28:59.292Z | Checking ed25519 v2.2.3 |
| 1699 | 2026-08-31T09:28:59.407Z | Checking globset v0.4.16 |
| 1700 | 2026-08-31T09:28:59.443Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1701 | 2026-08-31T09:28:59.459Z | Checking primeorder v0.13.6 |
| 1702 | 2026-08-31T09:28:59.484Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1703 | 2026-08-31T09:28:59.524Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 1704 | 2026-08-31T09:28:59.601Z | Checking reqwest v0.13.2 |
| 1705 | 2026-08-31T09:28:59.612Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1706 | 2026-08-31T09:28:59.648Z | Checking env_filter v2.0.0 |
| 1707 | 2026-08-31T09:28:59.692Z | Compiling typeid v1.0.3 |
| 1708 | 2026-08-31T09:28:59.707Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1709 | 2026-08-31T09:28:59.793Z | Checking funty v2.0.0 |
| 1710 | 2026-08-31T09:28:59.940Z | Checking env_logger v0.11.11 |
| 1711 | 2026-08-31T09:29:00.033Z | Checking p384 v0.13.1 |
| 1712 | 2026-08-31T09:29:00.102Z | Checking bitvec v1.0.1 |
| 1713 | 2026-08-31T09:29:00.117Z | Checking tough v0.20.0 |
| 1714 | 2026-08-31T09:29:00.129Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1715 | 2026-08-31T09:29:00.146Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa) |
| 1716 | 2026-08-31T09:29:00.149Z | Checking typify v0.6.2 |
| 1717 | 2026-08-31T09:29:00.256Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1718 | 2026-08-31T09:29:00.440Z | Checking ed25519-dalek v2.2.0 |
| 1719 | 2026-08-31T09:29:00.519Z | Checking x509-cert v0.2.5 |
| 1720 | 2026-08-31T09:29:00.629Z | Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=deaf0203ecfa8cbe8c0c28c9bd16645d5d7be4e8#deaf0203) |
| 1721 | 2026-08-31T09:29:00.864Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 1722 | 2026-08-31T09:29:01.034Z | Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 1723 | 2026-08-31T09:29:01.151Z | Compiling erased-serde v0.4.8 |
| 1724 | 2026-08-31T09:29:01.175Z | Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 1725 | 2026-08-31T09:29:01.295Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 1726 | 2026-08-31T09:29:01.378Z | Checking progenitor-impl v0.14.0 |
| 1727 | 2026-08-31T09:29:01.452Z | Checking progenitor-client v0.14.0 |
| 1728 | 2026-08-31T09:29:01.604Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=zl%2Fmulticast#0e8a28a2) |
| 1729 | 2026-08-31T09:29:01.669Z | Compiling bitstruct_derive v0.1.0 |
| 1730 | 2026-08-31T09:29:01.694Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 1731 | 2026-08-31T09:29:01.832Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 1732 | 2026-08-31T09:29:01.926Z | Checking ascii v1.1.0 |
| 1733 | 2026-08-31T09:29:02.034Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=zl%2Fmulticast#284c6830) |
| 1734 | 2026-08-31T09:29:02.067Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 1735 | 2026-08-31T09:29:02.108Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 1736 | 2026-08-31T09:29:02.249Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1737 | 2026-08-31T09:29:02.264Z | Checking progenitor v0.14.0 |
| 1738 | 2026-08-31T09:29:02.301Z | Checking bitstruct v0.1.1 |
| 1739 | 2026-08-31T09:29:02.385Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 1740 | 2026-08-31T09:29:02.389Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1741 | 2026-08-31T09:29:02.414Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1742 | 2026-08-31T09:29:02.438Z | Checking itertools v0.13.0 |
| 1743 | 2026-08-31T09:29:02.515Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 1744 | 2026-08-31T09:29:02.527Z | Checking acpi_tables v0.2.1 (https://github.com/oxidecomputer/acpi_tables.git?tag=v0.2.1-oxide.1#f20592bc) |
| 1745 | 2026-08-31T09:29:02.682Z | Checking serde_arrays v0.1.0 |
| 1746 | 2026-08-31T09:29:02.707Z | Checking pbind v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 1747 | 2026-08-31T09:29:02.790Z | Checking libloading v0.7.4 |
| 1748 | 2026-08-31T09:29:02.806Z | Checking bit_field v0.10.3 |
| 1749 | 2026-08-31T09:29:02.937Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1750 | 2026-08-31T09:29:02.956Z | Checking omicron-zone-package v0.12.2 |
| 1751 | 2026-08-31T09:29:03.037Z | Checking dropshot-api-manager v0.7.2 |
| 1752 | 2026-08-31T09:29:03.833Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1753 | 2026-08-31T09:29:04.293Z | Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1754 | 2026-08-31T09:29:04.294Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1755 | 2026-08-31T09:29:04.297Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1756 | 2026-08-31T09:29:04.297Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1757 | 2026-08-31T09:29:04.297Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1758 | 2026-08-31T09:29:04.678Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1759 | 2026-08-31T09:29:04.852Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1760 | 2026-08-31T09:29:05.270Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1761 | 2026-08-31T09:29:05.348Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1762 | 2026-08-31T09:29:05.951Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1763 | 2026-08-31T09:29:05.966Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1764 | 2026-08-31T09:29:05.969Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1765 | 2026-08-31T09:29:06.089Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1766 | 2026-08-31T09:29:06.387Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1767 | 2026-08-31T09:29:06.387Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1768 | 2026-08-31T09:29:06.447Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1769 | 2026-08-31T09:29:06.533Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1770 | 2026-08-31T09:29:06.538Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1771 | 2026-08-31T09:29:06.694Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1772 | 2026-08-31T09:29:06.697Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1773 | 2026-08-31T09:29:06.697Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1774 | 2026-08-31T09:29:07.156Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1775 | 2026-08-31T09:29:07.300Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1776 | 2026-08-31T09:29:07.530Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1777 | 2026-08-31T09:29:07.571Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1778 | 2026-08-31T09:29:07.681Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1779 | 2026-08-31T09:29:09.591Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1780 | 2026-08-31T09:29:09.594Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1781 | 2026-08-31T09:29:09.813Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1782 | 2026-08-31T09:29:10.517Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1783 | 2026-08-31T09:29:10.532Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1784 | 2026-08-31T09:29:10.535Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1785 | 2026-08-31T09:29:10.535Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1786 | 2026-08-31T09:29:10.535Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1787 | 2026-08-31T09:29:11.679Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1788 | 2026-08-31T09:29:11.906Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1789 | 2026-08-31T09:29:12.516Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1790 | 2026-08-31T09:29:12.755Z | Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1791 | 2026-08-31T09:29:12.834Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1792 | 2026-08-31T09:29:12.963Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1793 | 2026-08-31T09:29:13.389Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1794 | 2026-08-31T09:29:17.934Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa) |
| 1795 | 2026-08-31T09:29:18.417Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1796 | 2026-08-31T09:29:19.219Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 1797 | 2026-08-31T09:29:24.598Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1798 | 2026-08-31T09:29:25.933Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1799 | 2026-08-31T09:29:26.479Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1800 | 2026-08-31T09:29:31.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.79s |
| 1801 | 2026-08-31T09:29:31.857Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1802 | 2026-08-31T09:29:31.857Z | + cargo clippy --features chaos -- --deny warnings |
| 1803 | 2026-08-31T09:29:32.505Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1804 | 2026-08-31T09:29:32.607Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1805 | 2026-08-31T09:29:32.607Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1806 | 2026-08-31T09:29:39.881Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1807 | 2026-08-31T09:29:39.885Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1808 | 2026-08-31T09:29:42.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.63s |
| 1809 | 2026-08-31T09:29:42.729Z | + banner fmt |
| 1810 | 2026-08-31T09:29:42.732Z | |
| 1811 | 2026-08-31T09:29:42.732Z | ###### # # ##### |
| 1812 | 2026-08-31T09:29:42.732Z | # ## ## # |
| 1813 | 2026-08-31T09:29:42.732Z | ##### # ## # # |
| 1814 | 2026-08-31T09:29:42.732Z | # # # # |
| 1815 | 2026-08-31T09:29:42.732Z | # # # # |
| 1816 | 2026-08-31T09:29:42.732Z | # # # # |
| 1817 | 2026-08-31T09:29:42.732Z | |
| 1818 | 2026-08-31T09:29:42.732Z | + cargo fmt -- --check |
| 1819 | 2026-08-31T09:29:43.202Z | + banner test |
| 1820 | 2026-08-31T09:29:43.205Z | |
| 1821 | 2026-08-31T09:29:43.205Z | ##### ###### #### ##### |
| 1822 | 2026-08-31T09:29:43.205Z | # # # # |
| 1823 | 2026-08-31T09:29:43.205Z | # ##### #### # |
| 1824 | 2026-08-31T09:29:43.205Z | # # # # |
| 1825 | 2026-08-31T09:29:43.205Z | # # # # # |
| 1826 | 2026-08-31T09:29:43.205Z | # ###### #### # |
| 1827 | 2026-08-31T09:29:43.205Z | |
| 1828 | 2026-08-31T09:29:43.205Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1829 | 2026-08-31T09:29:43.205Z | + RUST_BACKTRACE=full |
| 1830 | 2026-08-31T09:29:43.205Z | + cargo test --features tofino_stub --no-fail-fast |
| 1831 | 2026-08-31T09:29:44.294Z | Compiling unicode-ident v1.0.24 |
| 1832 | 2026-08-31T09:29:44.294Z | Compiling cfg-if v1.0.4 |
| 1833 | 2026-08-31T09:29:44.297Z | Compiling memchr v2.7.5 |
| 1834 | 2026-08-31T09:29:44.442Z | Compiling serde_core v1.0.228 |
| 1835 | 2026-08-31T09:29:44.461Z | Compiling itoa v1.0.15 |
| 1836 | 2026-08-31T09:29:44.473Z | Compiling libc v0.2.186 |
| 1837 | 2026-08-31T09:29:44.485Z | Compiling zmij v1.0.17 |
| 1838 | 2026-08-31T09:29:44.502Z | Compiling proc-macro2 v1.0.106 |
| 1839 | 2026-08-31T09:29:44.538Z | Compiling libm v0.2.15 |
| 1840 | 2026-08-31T09:29:44.586Z | Compiling heck v0.5.0 |
| 1841 | 2026-08-31T09:29:44.756Z | Compiling equivalent v1.0.2 |
| 1842 | 2026-08-31T09:29:44.850Z | Compiling log v0.4.29 |
| 1843 | 2026-08-31T09:29:44.867Z | Compiling quote v1.0.45 |
| 1844 | 2026-08-31T09:29:44.986Z | Compiling iana-time-zone v0.1.64 |
| 1845 | 2026-08-31T09:29:45.039Z | Compiling syn v2.0.118 |
| 1846 | 2026-08-31T09:29:45.127Z | Compiling smallvec v1.15.1 |
| 1847 | 2026-08-31T09:29:45.214Z | Compiling dyn-clone v1.0.20 |
| 1848 | 2026-08-31T09:29:45.234Z | Compiling hashbrown v0.17.1 |
| 1849 | 2026-08-31T09:29:45.251Z | Compiling stable_deref_trait v1.2.0 |
| 1850 | 2026-08-31T09:29:45.335Z | Compiling regex-syntax v0.8.11 |
| 1851 | 2026-08-31T09:29:45.351Z | Compiling pin-project-lite v0.2.16 |
| 1852 | 2026-08-31T09:29:45.367Z | Compiling percent-encoding v2.3.2 |
| 1853 | 2026-08-31T09:29:45.454Z | Compiling writeable v0.6.1 |
| 1854 | 2026-08-31T09:29:45.568Z | Compiling litemap v0.8.0 |
| 1855 | 2026-08-31T09:29:45.632Z | Compiling num-traits v0.2.19 |
| 1856 | 2026-08-31T09:29:45.759Z | Compiling icu_properties_data v2.0.1 |
| 1857 | 2026-08-31T09:29:45.786Z | Compiling icu_normalizer_data v2.0.0 |
| 1858 | 2026-08-31T09:29:45.802Z | Compiling form_urlencoded v1.2.2 |
| 1859 | 2026-08-31T09:29:45.868Z | Compiling utf8_iter v1.0.4 |
| 1860 | 2026-08-31T09:29:45.894Z | Compiling getrandom v0.4.2 |
| 1861 | 2026-08-31T09:29:45.986Z | Compiling aho-corasick v1.1.3 |
| 1862 | 2026-08-31T09:29:46.021Z | Compiling scopeguard v1.2.0 |
| 1863 | 2026-08-31T09:29:46.050Z | Compiling ucd-trie v0.1.7 |
| 1864 | 2026-08-31T09:29:46.136Z | Compiling semver v1.0.28 |
| 1865 | 2026-08-31T09:29:46.254Z | Compiling serde_json v1.0.150 |
| 1866 | 2026-08-31T09:29:46.320Z | Compiling indexmap v2.14.0 |
| 1867 | 2026-08-31T09:29:46.364Z | Compiling byteorder v1.5.0 |
| 1868 | 2026-08-31T09:29:46.487Z | Compiling lock_api v0.4.14 |
| 1869 | 2026-08-31T09:29:46.596Z | Compiling uuid v1.23.3 |
| 1870 | 2026-08-31T09:29:46.722Z | Compiling allocator-api2 v0.2.21 |
| 1871 | 2026-08-31T09:29:46.774Z | Compiling regex-automata v0.4.13 |
| 1872 | 2026-08-31T09:29:46.916Z | Compiling fnv v1.0.7 |
| 1873 | 2026-08-31T09:29:47.023Z | Compiling futures-core v0.3.32 |
| 1874 | 2026-08-31T09:29:47.040Z | Compiling foldhash v0.2.0 |
| 1875 | 2026-08-31T09:29:47.177Z | Compiling ryu v1.0.20 |
| 1876 | 2026-08-31T09:29:47.193Z | Compiling hashbrown v0.16.1 |
| 1877 | 2026-08-31T09:29:47.280Z | Compiling strsim v0.11.1 |
| 1878 | 2026-08-31T09:29:47.393Z | Compiling pretty-hex v0.4.1 |
| 1879 | 2026-08-31T09:29:47.538Z | Compiling num-conv v0.2.1 |
| 1880 | 2026-08-31T09:29:47.684Z | Compiling time-core v0.1.8 |
| 1881 | 2026-08-31T09:29:47.700Z | Compiling plain v0.2.3 |
| 1882 | 2026-08-31T09:29:47.715Z | Compiling futures-sink v0.3.32 |
| 1883 | 2026-08-31T09:29:47.775Z | Compiling synstructure v0.13.2 |
| 1884 | 2026-08-31T09:29:47.813Z | Compiling serde_derive_internals v0.29.1 |
| 1885 | 2026-08-31T09:29:47.830Z | Compiling slab v0.4.11 |
| 1886 | 2026-08-31T09:29:47.845Z | Compiling time-macros v0.2.27 |
| 1887 | 2026-08-31T09:29:48.010Z | Compiling futures-channel v0.3.32 |
| 1888 | 2026-08-31T09:29:48.279Z | Compiling futures-io v0.3.32 |
| 1889 | 2026-08-31T09:29:48.410Z | Compiling futures-task v0.3.32 |
| 1890 | 2026-08-31T09:29:48.482Z | Compiling regex v1.12.4 |
| 1891 | 2026-08-31T09:29:48.592Z | Compiling regress v0.10.5 |
| 1892 | 2026-08-31T09:29:48.650Z | Compiling thread-id v5.0.0 |
| 1893 | 2026-08-31T09:29:48.740Z | Compiling getrandom v0.2.16 |
| 1894 | 2026-08-31T09:29:48.744Z | Compiling socket2 v0.6.4 |
| 1895 | 2026-08-31T09:29:48.871Z | Compiling bitflags v2.11.1 |
| 1896 | 2026-08-31T09:29:48.942Z | Compiling parking_lot_core v0.9.12 |
| 1897 | 2026-08-31T09:29:48.967Z | Compiling signal-hook-registry v1.4.6 |
| 1898 | 2026-08-31T09:29:48.991Z | Compiling serde_derive v1.0.228 |
| 1899 | 2026-08-31T09:29:49.126Z | Compiling zerofrom-derive v0.1.6 |
| 1900 | 2026-08-31T09:29:49.245Z | Compiling yoke-derive v0.8.0 |
| 1901 | 2026-08-31T09:29:49.249Z | Compiling zerovec-derive v0.11.1 |
| 1902 | 2026-08-31T09:29:49.262Z | Compiling displaydoc v0.2.5 |
| 1903 | 2026-08-31T09:29:49.382Z | Compiling thiserror-impl v2.0.18 |
| 1904 | 2026-08-31T09:29:49.397Z | Compiling schemars_derive v0.8.22 |
| 1905 | 2026-08-31T09:29:50.039Z | Compiling tokio-macros v2.7.0 |
| 1906 | 2026-08-31T09:29:50.268Z | Compiling zeroize_derive v1.4.3 |
| 1907 | 2026-08-31T09:29:50.345Z | Compiling zerocopy-derive v0.8.27 |
| 1908 | 2026-08-31T09:29:50.361Z | Compiling futures-macro v0.3.32 |
| 1909 | 2026-08-31T09:29:50.621Z | Compiling zerofrom v0.1.6 |
| 1910 | 2026-08-31T09:29:50.637Z | Compiling thiserror v2.0.18 |
| 1911 | 2026-08-31T09:29:50.754Z | Compiling yoke v0.8.0 |
| 1912 | 2026-08-31T09:29:50.771Z | Compiling tracing-attributes v0.1.30 |
| 1913 | 2026-08-31T09:29:50.790Z | Compiling thiserror-impl v1.0.69 |
| 1914 | 2026-08-31T09:29:50.952Z | Compiling zerovec v0.11.4 |
| 1915 | 2026-08-31T09:29:50.968Z | Compiling zerotrie v0.2.2 |
| 1916 | 2026-08-31T09:29:51.202Z | Compiling pest v2.8.2 |
| 1917 | 2026-08-31T09:29:51.282Z | Compiling scroll_derive v0.13.1 |
| 1918 | 2026-08-31T09:29:51.636Z | Compiling zerocopy v0.8.27 |
| 1919 | 2026-08-31T09:29:51.706Z | Compiling serde v1.0.228 |
| 1920 | 2026-08-31T09:29:51.980Z | Compiling tinystr v0.8.1 |
| 1921 | 2026-08-31T09:29:51.995Z | Compiling potential_utf v0.1.3 |
| 1922 | 2026-08-31T09:29:52.125Z | Compiling async-trait v0.1.89 |
| 1923 | 2026-08-31T09:29:52.173Z | Compiling bytes v1.12.0 |
| 1924 | 2026-08-31T09:29:52.197Z | Compiling serde_tokenstream v0.2.3 |
| 1925 | 2026-08-31T09:29:52.242Z | Compiling icu_locale_core v2.0.0 |
| 1926 | 2026-08-31T09:29:52.331Z | Compiling icu_collections v2.0.0 |
| 1927 | 2026-08-31T09:29:52.495Z | Compiling chrono v0.4.45 |
| 1928 | 2026-08-31T09:29:52.498Z | Compiling pest_meta v2.8.2 |
| 1929 | 2026-08-31T09:29:52.526Z | Compiling scroll v0.13.0 |
| 1930 | 2026-08-31T09:29:52.801Z | Compiling icu_provider v2.0.0 |
| 1931 | 2026-08-31T09:29:52.822Z | Compiling http v1.4.2 |
| 1932 | 2026-08-31T09:29:52.850Z | Compiling goblin v0.10.1 |
| 1933 | 2026-08-31T09:29:53.105Z | Compiling icu_normalizer v2.0.0 |
| 1934 | 2026-08-31T09:29:53.107Z | Compiling icu_properties v2.0.1 |
| 1935 | 2026-08-31T09:29:53.136Z | Compiling pest_generator v2.8.2 |
| 1936 | 2026-08-31T09:29:53.139Z | Compiling daft-derive v0.1.5 |
| 1937 | 2026-08-31T09:29:53.786Z | Compiling schemars v0.8.22 |
| 1938 | 2026-08-31T09:29:53.870Z | Compiling openssl-macros v0.1.1 |
| 1939 | 2026-08-31T09:29:53.887Z | Compiling pest_derive v2.8.2 |
| 1940 | 2026-08-31T09:29:53.942Z | Compiling openapiv3 v2.2.0 |
| 1941 | 2026-08-31T09:29:54.101Z | Compiling idna_adapter v1.2.1 |
| 1942 | 2026-08-31T09:29:54.263Z | Compiling idna v1.1.0 |
| 1943 | 2026-08-31T09:29:54.373Z | Compiling structmeta-derive v0.3.0 |
| 1944 | 2026-08-31T09:29:54.455Z | Compiling dtrace-parser v0.3.0 |
| 1945 | 2026-08-31T09:29:54.496Z | Compiling async-stream-impl v0.3.6 |
| 1946 | 2026-08-31T09:29:54.923Z | Compiling url v2.5.7 |
| 1947 | 2026-08-31T09:29:55.051Z | Compiling typify-impl v0.4.3 |
| 1948 | 2026-08-31T09:29:55.153Z | Compiling newtype-uuid-macros v0.1.0 |
| 1949 | 2026-08-31T09:29:55.373Z | Compiling serde_yaml v0.9.34+deprecated |
| 1950 | 2026-08-31T09:29:55.435Z | Compiling structmeta v0.3.0 |
| 1951 | 2026-08-31T09:29:55.596Z | Compiling dof v0.4.0 |
| 1952 | 2026-08-31T09:29:55.645Z | Compiling zeroize v1.8.1 |
| 1953 | 2026-08-31T09:29:55.819Z | Compiling strum_macros v0.26.4 |
| 1954 | 2026-08-31T09:29:55.862Z | Compiling parking_lot v0.12.5 |
| 1955 | 2026-08-31T09:29:55.901Z | Compiling untrusted v0.9.0 |
| 1956 | 2026-08-31T09:29:55.965Z | Compiling thiserror v1.0.69 |
| 1957 | 2026-08-31T09:29:56.031Z | Compiling mio v1.2.1 |
| 1958 | 2026-08-31T09:29:56.076Z | Compiling usdt-impl v0.6.0 |
| 1959 | 2026-08-31T09:29:56.279Z | Compiling omicron-workspace-hack v0.1.0 |
| 1960 | 2026-08-31T09:29:56.359Z | Compiling tokio v1.52.3 |
| 1961 | 2026-08-31T09:29:56.560Z | Compiling base64 v0.22.1 |
| 1962 | 2026-08-31T09:29:56.713Z | Compiling http-body v1.0.1 |
| 1963 | 2026-08-31T09:29:56.809Z | Compiling dropshot_endpoint v0.16.7 |
| 1964 | 2026-08-31T09:29:56.906Z | Compiling ref-cast-impl v1.0.25 |
| 1965 | 2026-08-31T09:29:56.999Z | Compiling atomic-waker v1.1.2 |
| 1966 | 2026-08-31T09:29:57.145Z | Compiling ipnet v2.11.0 |
| 1967 | 2026-08-31T09:29:57.464Z | Compiling derive-ex v0.1.8 |
| 1968 | 2026-08-31T09:29:57.502Z | Compiling strum_macros v0.27.2 |
| 1969 | 2026-08-31T09:29:57.641Z | Compiling usdt-attr-macro v0.6.0 |
| 1970 | 2026-08-31T09:29:57.682Z | Compiling usdt-macro v0.6.0 |
| 1971 | 2026-08-31T09:29:58.167Z | Compiling darling_core v0.23.0 |
| 1972 | 2026-08-31T09:29:58.521Z | Compiling httparse v1.10.1 |
| 1973 | 2026-08-31T09:29:58.838Z | Compiling portable-atomic v1.11.1 |
| 1974 | 2026-08-31T09:29:58.854Z | Compiling tower-service v0.3.3 |
| 1975 | 2026-08-31T09:29:58.872Z | Compiling tower-layer v0.3.3 |
| 1976 | 2026-08-31T09:29:59.043Z | Compiling critical-section v1.2.0 |
| 1977 | 2026-08-31T09:29:59.095Z | Compiling try-lock v0.2.5 |
| 1978 | 2026-08-31T09:29:59.112Z | Compiling test-strategy v0.4.3 |
| 1979 | 2026-08-31T09:29:59.212Z | Compiling want v0.3.1 |
| 1980 | 2026-08-31T09:29:59.363Z | Compiling once_cell v1.21.3 |
| 1981 | 2026-08-31T09:29:59.380Z | Compiling httpdate v1.0.3 |
| 1982 | 2026-08-31T09:29:59.627Z | Compiling ppv-lite86 v0.2.21 |
| 1983 | 2026-08-31T09:29:59.673Z | Compiling erased-serde v0.3.31 |
| 1984 | 2026-08-31T09:29:59.962Z | Compiling subtle v2.6.1 |
| 1985 | 2026-08-31T09:30:00.144Z | Compiling parse-display-derive v0.10.0 |
| 1986 | 2026-08-31T09:30:00.267Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1987 | 2026-08-31T09:30:00.344Z | Compiling darling_macro v0.23.0 |
| 1988 | 2026-08-31T09:30:00.804Z | Compiling http-body-util v0.1.3 |
| 1989 | 2026-08-31T09:30:00.804Z | Compiling anyhow v1.0.102 |
| 1990 | 2026-08-31T09:30:00.940Z | Compiling darling v0.23.0 |
| 1991 | 2026-08-31T09:30:01.034Z | Compiling serde_with_macros v3.22.0 |
| 1992 | 2026-08-31T09:30:01.265Z | Compiling serde_urlencoded v0.7.1 |
| 1993 | 2026-08-31T09:30:01.409Z | Compiling typify-macro v0.4.3 |
| 1994 | 2026-08-31T09:30:01.521Z | Compiling rand_core v0.6.4 |
| 1995 | 2026-08-31T09:30:01.573Z | Compiling typenum v1.20.1 |
| 1996 | 2026-08-31T09:30:01.589Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1997 | 2026-08-31T09:30:02.177Z | Compiling futures-util v0.3.32 |
| 1998 | 2026-08-31T09:30:02.379Z | Compiling sync_wrapper v1.0.2 |
| 1999 | 2026-08-31T09:30:02.495Z | Compiling powerfmt v0.2.0 |
| 2000 | 2026-08-31T09:30:02.652Z | Compiling deranged v0.5.3 |
| 2001 | 2026-08-31T09:30:02.791Z | Compiling num_threads v0.1.7 |
| 2002 | 2026-08-31T09:30:02.890Z | Compiling tracing-core v0.1.34 |
| 2003 | 2026-08-31T09:30:02.905Z | Compiling camino v1.2.3 |
| 2004 | 2026-08-31T09:30:02.980Z | Compiling iri-string v0.7.8 |
| 2005 | 2026-08-31T09:30:03.066Z | Compiling encoding_rs v0.8.35 |
| 2006 | 2026-08-31T09:30:03.466Z | Compiling typify v0.4.3 |
| 2007 | 2026-08-31T09:30:03.571Z | Compiling progenitor-impl v0.11.1 |
| 2008 | 2026-08-31T09:30:03.593Z | Compiling tracing v0.1.41 |
| 2009 | 2026-08-31T09:30:03.608Z | Compiling fastrand v2.3.0 |
| 2010 | 2026-08-31T09:30:03.768Z | Compiling cpufeatures v0.2.17 |
| 2011 | 2026-08-31T09:30:03.828Z | Compiling mime v0.3.17 |
| 2012 | 2026-08-31T09:30:03.851Z | Compiling generic-array v0.14.7 |
| 2013 | 2026-08-31T09:30:03.995Z | Compiling hex v0.4.3 |
| 2014 | 2026-08-31T09:30:04.274Z | Compiling errno v0.3.14 |
| 2015 | 2026-08-31T09:30:04.357Z | Compiling crypto-common v0.1.6 |
| 2016 | 2026-08-31T09:30:04.503Z | Compiling tokio-util v0.7.16 |
| 2017 | 2026-08-31T09:30:04.716Z | Compiling thread_local v1.1.9 |
| 2018 | 2026-08-31T09:30:04.758Z | Compiling unicode-width v0.2.1 |
| 2019 | 2026-08-31T09:30:04.853Z | Compiling syn v1.0.109 |
| 2020 | 2026-08-31T09:30:04.928Z | Compiling rustls-pki-types v1.12.0 |
| 2021 | 2026-08-31T09:30:04.999Z | Compiling match_cfg v0.1.0 |
| 2022 | 2026-08-31T09:30:05.048Z | Compiling winnow v0.7.14 |
| 2023 | 2026-08-31T09:30:05.228Z | Compiling rustix v1.1.4 |
| 2024 | 2026-08-31T09:30:05.757Z | Compiling term v1.2.0 |
| 2025 | 2026-08-31T09:30:05.961Z | Compiling winnow v1.0.3 |
| 2026 | 2026-08-31T09:30:06.001Z | Compiling take_mut v0.2.2 |
| 2027 | 2026-08-31T09:30:06.326Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2028 | 2026-08-31T09:30:06.424Z | Compiling h2 v0.4.14 |
| 2029 | 2026-08-31T09:30:06.481Z | Compiling ring v0.17.14 |
| 2030 | 2026-08-31T09:30:06.807Z | Compiling serde_spanned v1.1.1 |
| 2031 | 2026-08-31T09:30:07.048Z | Compiling spin v0.9.8 |
| 2032 | 2026-08-31T09:30:07.063Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2033 | 2026-08-31T09:30:07.169Z | Compiling progenitor-macro v0.11.1 |
| 2034 | 2026-08-31T09:30:07.185Z | Compiling debug-ignore v1.0.5 |
| 2035 | 2026-08-31T09:30:07.363Z | Compiling quick-error v1.2.3 |
| 2036 | 2026-08-31T09:30:07.478Z | Compiling block-buffer v0.10.4 |
| 2037 | 2026-08-31T09:30:07.806Z | Compiling waitgroup v0.1.2 |
| 2038 | 2026-08-31T09:30:07.957Z | Compiling async-stream v0.3.6 |
| 2039 | 2026-08-31T09:30:08.153Z | Compiling serde_path_to_error v0.1.20 |
| 2040 | 2026-08-31T09:30:08.246Z | Compiling bit-vec v0.8.0 |
| 2041 | 2026-08-31T09:30:08.503Z | Compiling lazy_static v1.5.0 |
| 2042 | 2026-08-31T09:30:08.553Z | Compiling hyper v1.10.1 |
| 2043 | 2026-08-31T09:30:08.584Z | Compiling bit-set v0.8.0 |
| 2044 | 2026-08-31T09:30:08.612Z | Compiling digest v0.10.7 |
| 2045 | 2026-08-31T09:30:08.736Z | Compiling strum v0.26.3 |
| 2046 | 2026-08-31T09:30:08.759Z | Compiling ipnetwork v0.21.1 |
| 2047 | 2026-08-31T09:30:08.812Z | Compiling crossbeam-utils v0.8.21 |
| 2048 | 2026-08-31T09:30:08.839Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2049 | 2026-08-31T09:30:08.877Z | Compiling unarray v0.1.4 |
| 2050 | 2026-08-31T09:30:09.175Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2051 | 2026-08-31T09:30:09.226Z | Compiling slog v2.8.2 |
| 2052 | 2026-08-31T09:30:09.347Z | Compiling macaddr v1.0.1 |
| 2053 | 2026-08-31T09:30:09.362Z | Compiling tabwriter v1.4.1 |
| 2054 | 2026-08-31T09:30:09.583Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2055 | 2026-08-31T09:30:09.611Z | Compiling ref-cast v1.0.25 |
| 2056 | 2026-08-31T09:30:09.635Z | Compiling colored v3.1.1 |
| 2057 | 2026-08-31T09:30:09.651Z | Compiling hyper-util v0.1.20 |
| 2058 | 2026-08-31T09:30:09.768Z | Compiling strum v0.27.2 |
| 2059 | 2026-08-31T09:30:09.815Z | Compiling aws-lc-sys v0.39.1 |
| 2060 | 2026-08-31T09:30:09.906Z | Compiling getrandom v0.3.4 |
| 2061 | 2026-08-31T09:30:10.102Z | Compiling untrusted v0.7.1 |
| 2062 | 2026-08-31T09:30:10.237Z | Compiling rand_core v0.9.3 |
| 2063 | 2026-08-31T09:30:10.338Z | Compiling aws-lc-rs v1.16.2 |
| 2064 | 2026-08-31T09:30:10.437Z | Compiling oxnet v0.1.6 |
| 2065 | 2026-08-31T09:30:10.464Z | Compiling openssl-sys v0.9.117 |
| 2066 | 2026-08-31T09:30:10.908Z | Compiling instant v0.1.13 |
| 2067 | 2026-08-31T09:30:10.926Z | Compiling foreign-types-shared v0.1.1 |
| 2068 | 2026-08-31T09:30:11.022Z | Compiling foreign-types v0.3.2 |
| 2069 | 2026-08-31T09:30:11.025Z | Compiling rand_chacha v0.9.0 |
| 2070 | 2026-08-31T09:30:11.104Z | Compiling tempfile v3.27.0 |
| 2071 | 2026-08-31T09:30:11.389Z | Compiling rustls-webpki v0.103.6 |
| 2072 | 2026-08-31T09:30:11.492Z | Compiling futures-executor v0.3.32 |
| 2073 | 2026-08-31T09:30:11.546Z | Compiling tower v0.5.2 |
| 2074 | 2026-08-31T09:30:11.871Z | Compiling openssl-probe v0.1.6 |
| 2075 | 2026-08-31T09:30:12.046Z | Compiling rustls v0.23.40 |
| 2076 | 2026-08-31T09:30:12.070Z | Compiling tower-http v0.6.8 |
| 2077 | 2026-08-31T09:30:12.348Z | Compiling futures v0.3.32 |
| 2078 | 2026-08-31T09:30:12.391Z | Compiling rand v0.9.3 |
| 2079 | 2026-08-31T09:30:12.440Z | Compiling openssl v0.10.81 |
| 2080 | 2026-08-31T09:30:12.509Z | Compiling time v0.3.47 |
| 2081 | 2026-08-31T09:30:12.583Z | Compiling toml_datetime v0.6.11 |
| 2082 | 2026-08-31T09:30:12.965Z | Compiling clap_derive v4.6.1 |
| 2083 | 2026-08-31T09:30:13.009Z | Compiling memmap2 v0.9.8 |
| 2084 | 2026-08-31T09:30:13.790Z | Compiling crossbeam-channel v0.5.15 |
| 2085 | 2026-08-31T09:30:14.161Z | Compiling webpki-roots v1.0.2 |
| 2086 | 2026-08-31T09:30:14.257Z | Compiling newtype-uuid v1.3.2 |
| 2087 | 2026-08-31T09:30:14.620Z | Compiling daft v0.1.5 |
| 2088 | 2026-08-31T09:30:14.635Z | Compiling is-terminal v0.4.16 |
| 2089 | 2026-08-31T09:30:14.652Z | Compiling either v1.15.0 |
| 2090 | 2026-08-31T09:30:14.729Z | Compiling native-tls v0.2.14 |
| 2091 | 2026-08-31T09:30:14.898Z | Compiling slog-term v2.9.2 |
| 2092 | 2026-08-31T09:30:15.061Z | Compiling tokio-native-tls v0.3.1 |
| 2093 | 2026-08-31T09:30:15.249Z | Compiling tokio-rustls v0.26.4 |
| 2094 | 2026-08-31T09:30:15.377Z | Compiling hyper-tls v0.6.0 |
| 2095 | 2026-08-31T09:30:15.418Z | Compiling usdt v0.6.0 |
| 2096 | 2026-08-31T09:30:15.527Z | Compiling hyper-rustls v0.27.7 |
| 2097 | 2026-08-31T09:30:15.542Z | Compiling slog-async v2.8.0 |
| 2098 | 2026-08-31T09:30:15.561Z | Compiling slog-json v2.6.1 |
| 2099 | 2026-08-31T09:30:15.589Z | Compiling hostname v0.3.1 |
| 2100 | 2026-08-31T09:30:15.737Z | Compiling reqwest v0.12.23 |
| 2101 | 2026-08-31T09:30:15.739Z | Compiling slog-bunyan v2.5.0 |
| 2102 | 2026-08-31T09:30:15.775Z | Compiling rustls-webpki v0.102.8 |
| 2103 | 2026-08-31T09:30:15.803Z | Compiling multer v3.1.0 |
| 2104 | 2026-08-31T09:30:15.884Z | Compiling rustls-pemfile v2.2.0 |
| 2105 | 2026-08-31T09:30:16.085Z | Compiling hostname v0.4.2 |
| 2106 | 2026-08-31T09:30:16.239Z | Compiling rustls v0.22.4 |
| 2107 | 2026-08-31T09:30:16.316Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2108 | 2026-08-31T09:30:16.673Z | Compiling rand_chacha v0.3.1 |
| 2109 | 2026-08-31T09:30:16.895Z | Compiling wait-timeout v0.2.1 |
| 2110 | 2026-08-31T09:30:17.146Z | Compiling rusty-fork v0.3.0 |
| 2111 | 2026-08-31T09:30:17.220Z | Compiling rand v0.8.5 |
| 2112 | 2026-08-31T09:30:17.304Z | Compiling rand_xorshift v0.4.0 |
| 2113 | 2026-08-31T09:30:17.467Z | Compiling sha1 v0.10.6 |
| 2114 | 2026-08-31T09:30:17.711Z | Compiling proptest v1.8.0 |
| 2115 | 2026-08-31T09:30:18.138Z | Compiling tokio-rustls v0.25.0 |
| 2116 | 2026-08-31T09:30:18.437Z | Compiling dropshot v0.16.7 |
| 2117 | 2026-08-31T09:30:19.693Z | Compiling progenitor-client v0.11.1 |
| 2118 | 2026-08-31T09:30:20.028Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2119 | 2026-08-31T09:30:20.364Z | Compiling progenitor-client v0.10.0 |
| 2120 | 2026-08-31T09:30:20.651Z | Compiling itertools v0.14.0 |
| 2121 | 2026-08-31T09:30:20.679Z | Compiling serde_with v3.22.0 |
| 2122 | 2026-08-31T09:30:21.045Z | Compiling num-derive v0.4.2 |
| 2123 | 2026-08-31T09:30:21.651Z | Compiling progenitor v0.11.1 |
| 2124 | 2026-08-31T09:30:21.810Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2125 | 2026-08-31T09:30:21.926Z | Compiling rustc-hash v2.1.1 |
| 2126 | 2026-08-31T09:30:22.015Z | Compiling backoff v0.4.0 |
| 2127 | 2026-08-31T09:30:22.064Z | Compiling iddqd v0.3.18 |
| 2128 | 2026-08-31T09:30:22.171Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2129 | 2026-08-31T09:30:22.260Z | Compiling parse-display v0.10.0 |
| 2130 | 2026-08-31T09:30:22.354Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2131 | 2026-08-31T09:30:22.484Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2132 | 2026-08-31T09:30:22.500Z | Compiling anstyle v1.0.14 |
| 2133 | 2026-08-31T09:30:22.734Z | Compiling utf8parse v0.2.2 |
| 2134 | 2026-08-31T09:30:23.005Z | Compiling anstyle-parse v1.0.0 |
| 2135 | 2026-08-31T09:30:23.381Z | Compiling anstyle-query v1.1.4 |
| 2136 | 2026-08-31T09:30:23.432Z | Compiling is_terminal_polyfill v1.70.1 |
| 2137 | 2026-08-31T09:30:23.432Z | Compiling colorchoice v1.0.4 |
| 2138 | 2026-08-31T09:30:23.527Z | Compiling anstream v1.0.0 |
| 2139 | 2026-08-31T09:30:23.591Z | Compiling clap_lex v1.1.0 |
| 2140 | 2026-08-31T09:30:25.175Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2141 | 2026-08-31T09:30:28.795Z | Compiling winnow v0.5.40 |
| 2142 | 2026-08-31T09:30:32.194Z | Compiling terminal_size v0.4.3 |
| 2143 | 2026-08-31T09:30:33.926Z | Compiling clap_builder v4.6.0 |
| 2144 | 2026-08-31T09:30:34.467Z | Compiling dropshot_endpoint v0.17.1 |
| 2145 | 2026-08-31T09:30:35.234Z | Compiling toml_edit v0.19.15 |
| 2146 | 2026-08-31T09:30:35.724Z | Compiling clap v4.6.1 |
| 2147 | 2026-08-31T09:30:37.110Z | Compiling proc-macro-crate v1.3.1 |
| 2148 | 2026-08-31T09:30:41.359Z | Compiling darling_core v0.21.3 |
| 2149 | 2026-08-31T09:30:41.608Z | Compiling adler2 v2.0.1 |
| 2150 | 2026-08-31T09:30:41.755Z | Compiling miniz_oxide v0.8.9 |
| 2151 | 2026-08-31T09:30:42.878Z | Compiling crc32fast v1.5.0 |
| 2152 | 2026-08-31T09:30:42.957Z | Compiling serde_spanned v0.6.9 |
| 2153 | 2026-08-31T09:30:43.022Z | Compiling zerocopy-derive v0.7.35 |
| 2154 | 2026-08-31T09:30:43.079Z | Compiling flate2 v1.1.2 |
| 2155 | 2026-08-31T09:30:43.486Z | Compiling darling_macro v0.21.3 |
| 2156 | 2026-08-31T09:30:43.567Z | Compiling prettyplease v0.2.37 |
| 2157 | 2026-08-31T09:30:43.799Z | Compiling hubpack_derive v0.1.1 |
| 2158 | 2026-08-31T09:30:43.921Z | Compiling hybrid-array v0.4.12 |
| 2159 | 2026-08-31T09:30:44.077Z | Compiling darling v0.21.3 |
| 2160 | 2026-08-31T09:30:44.341Z | Compiling ingot-macros v0.1.1 |
| 2161 | 2026-08-31T09:30:45.010Z | Compiling scroll_derive v0.12.1 |
| 2162 | 2026-08-31T09:30:45.366Z | Compiling crypto-common v0.2.2 |
| 2163 | 2026-08-31T09:30:45.748Z | Compiling block-buffer v0.12.0 |
| 2164 | 2026-08-31T09:30:46.758Z | Compiling const-oid v0.10.2 |
| 2165 | 2026-08-31T09:30:46.773Z | Compiling compression-core v0.4.32 |
| 2166 | 2026-08-31T09:30:46.945Z | Compiling digest v0.11.3 |
| 2167 | 2026-08-31T09:30:46.982Z | Compiling compression-codecs v0.4.32 |
| 2168 | 2026-08-31T09:30:47.578Z | Compiling zerocopy v0.7.35 |
| 2169 | 2026-08-31T09:30:48.331Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2170 | 2026-08-31T09:30:48.484Z | Compiling toml_write v0.1.2 |
| 2171 | 2026-08-31T09:30:48.535Z | Compiling cpufeatures v0.3.0 |
| 2172 | 2026-08-31T09:30:48.622Z | Compiling sha1 v0.11.0 |
| 2173 | 2026-08-31T09:30:48.675Z | Compiling toml_edit v0.22.27 |
| 2174 | 2026-08-31T09:30:48.707Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2175 | 2026-08-31T09:30:49.718Z | Compiling async-compression v0.4.33 |
| 2176 | 2026-08-31T09:30:50.038Z | Compiling num_enum_derive v0.7.5 |
| 2177 | 2026-08-31T09:30:50.481Z | Compiling foreign-types-macros v0.2.3 |
| 2178 | 2026-08-31T09:30:50.714Z | Compiling num-integer v0.1.46 |
| 2179 | 2026-08-31T09:30:51.058Z | Compiling float-ord v0.3.2 |
| 2180 | 2026-08-31T09:30:51.115Z | Compiling toml v0.8.23 |
| 2181 | 2026-08-31T09:30:51.403Z | Compiling dropshot v0.17.1 |
| 2182 | 2026-08-31T09:30:52.968Z | Compiling dtrace-parser v0.2.0 |
| 2183 | 2026-08-31T09:30:53.097Z | Compiling glob v0.3.3 |
| 2184 | 2026-08-31T09:30:53.596Z | Compiling proc-macro-error-attr v1.0.4 |
| 2185 | 2026-08-31T09:30:53.662Z | Compiling num-iter v0.1.45 |
| 2186 | 2026-08-31T09:30:53.798Z | Compiling num-rational v0.4.2 |
| 2187 | 2026-08-31T09:30:53.814Z | Compiling dof v0.3.0 |
| 2188 | 2026-08-31T09:30:54.040Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2189 | 2026-08-31T09:30:54.180Z | Compiling num-complex v0.4.6 |
| 2190 | 2026-08-31T09:30:54.436Z | Compiling thread-id v4.2.2 |
| 2191 | 2026-08-31T09:30:54.534Z | Compiling usdt-impl v0.5.0 |
| 2192 | 2026-08-31T09:30:54.563Z | Compiling num v0.4.3 |
| 2193 | 2026-08-31T09:30:54.581Z | Compiling proc-macro-error v1.0.4 |
| 2194 | 2026-08-31T09:30:54.866Z | Compiling num_enum_derive v0.5.11 |
| 2195 | 2026-08-31T09:30:55.097Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2196 | 2026-08-31T09:30:55.542Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 2197 | 2026-08-31T09:30:55.621Z | Compiling memoffset v0.9.1 |
| 2198 | 2026-08-31T09:30:56.195Z | Compiling derive_more v0.99.20 |
| 2199 | 2026-08-31T09:30:56.687Z | Compiling usdt-macro v0.5.0 |
| 2200 | 2026-08-31T09:30:57.366Z | Compiling usdt-attr-macro v0.5.0 |
| 2201 | 2026-08-31T09:30:57.850Z | Compiling minimal-lexical v0.2.1 |
| 2202 | 2026-08-31T09:30:58.121Z | Compiling nom v7.1.3 |
| 2203 | 2026-08-31T09:30:58.184Z | Compiling libscf-sys v1.2.0 |
| 2204 | 2026-08-31T09:30:58.318Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2205 | 2026-08-31T09:30:58.336Z | Compiling zone_cfg_derive v0.3.1 |
| 2206 | 2026-08-31T09:30:58.374Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2207 | 2026-08-31T09:30:58.802Z | Compiling rustc_version v0.4.1 |
| 2208 | 2026-08-31T09:30:58.823Z | Compiling crossbeam-epoch v0.9.18 |
| 2209 | 2026-08-31T09:30:59.158Z | Compiling regress v0.11.1 |
| 2210 | 2026-08-31T09:30:59.184Z | Compiling hubpack v0.1.2 |
| 2211 | 2026-08-31T09:30:59.431Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2212 | 2026-08-31T09:30:59.538Z | Compiling enum-as-inner v0.6.1 |
| 2213 | 2026-08-31T09:30:59.618Z | Compiling static_assertions v1.1.0 |
| 2214 | 2026-08-31T09:30:59.706Z | Compiling curve25519-dalek v4.1.3 |
| 2215 | 2026-08-31T09:31:00.014Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2216 | 2026-08-31T09:31:00.229Z | Compiling crossbeam-deque v0.8.6 |
| 2217 | 2026-08-31T09:31:00.437Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2218 | 2026-08-31T09:31:01.293Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2219 | 2026-08-31T09:31:01.559Z | Compiling typify-impl v0.6.2 |
| 2220 | 2026-08-31T09:31:01.577Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2221 | 2026-08-31T09:31:01.694Z | Compiling bytecount v0.6.9 |
| 2222 | 2026-08-31T09:31:01.852Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2223 | 2026-08-31T09:31:02.648Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 2224 | 2026-08-31T09:31:02.803Z | Compiling rayon-core v1.13.0 |
| 2225 | 2026-08-31T09:31:02.879Z | Compiling nix v0.31.3 |
| 2226 | 2026-08-31T09:31:03.000Z | Compiling clang-sys v1.8.1 |
| 2227 | 2026-08-31T09:31:03.195Z | Compiling scroll v0.12.0 |
| 2228 | 2026-08-31T09:31:03.484Z | Compiling goblin v0.8.2 |
| 2229 | 2026-08-31T09:31:03.589Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2230 | 2026-08-31T09:31:03.636Z | Compiling hash32 v0.3.1 |
| 2231 | 2026-08-31T09:31:03.813Z | Compiling heapless v0.8.0 |
| 2232 | 2026-08-31T09:31:03.896Z | Compiling ingot-types v0.1.2 |
| 2233 | 2026-08-31T09:31:04.256Z | Compiling cobs v0.3.0 |
| 2234 | 2026-08-31T09:31:04.332Z | Compiling libloading v0.8.9 |
| 2235 | 2026-08-31T09:31:04.332Z | Compiling bitflags v1.3.2 |
| 2236 | 2026-08-31T09:31:04.348Z | Compiling managed v0.8.0 |
| 2237 | 2026-08-31T09:31:04.365Z | Compiling foreign-types-shared v0.3.1 |
| 2238 | 2026-08-31T09:31:04.393Z | Compiling postcard v1.1.3 |
| 2239 | 2026-08-31T09:31:04.465Z | Compiling foreign-types v0.5.0 |
| 2240 | 2026-08-31T09:31:04.492Z | Compiling bindgen v0.72.1 |
| 2241 | 2026-08-31T09:31:04.515Z | Compiling ingot v0.1.1 |
| 2242 | 2026-08-31T09:31:04.555Z | Compiling smoltcp v0.11.0 |
| 2243 | 2026-08-31T09:31:05.189Z | Compiling cexpr v0.6.0 |
| 2244 | 2026-08-31T09:31:06.086Z | Compiling num_enum v0.7.5 |
| 2245 | 2026-08-31T09:31:06.464Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2246 | 2026-08-31T09:31:06.662Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2247 | 2026-08-31T09:31:06.996Z | Compiling camino-tempfile v1.4.1 |
| 2248 | 2026-08-31T09:31:07.344Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2249 | 2026-08-31T09:31:07.362Z | Compiling derive-where v1.6.0 |
| 2250 | 2026-08-31T09:31:07.440Z | Compiling serde_repr v0.1.20 |
| 2251 | 2026-08-31T09:31:07.456Z | Compiling memmap v0.7.0 |
| 2252 | 2026-08-31T09:31:07.527Z | Compiling cstr-argument v0.1.2 |
| 2253 | 2026-08-31T09:31:08.002Z | Compiling typify-macro v0.6.2 |
| 2254 | 2026-08-31T09:31:08.041Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2255 | 2026-08-31T09:31:08.311Z | Compiling usdt v0.5.0 |
| 2256 | 2026-08-31T09:31:08.407Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2257 | 2026-08-31T09:31:08.811Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2258 | 2026-08-31T09:31:09.016Z | Compiling rayon v1.11.0 |
| 2259 | 2026-08-31T09:31:09.497Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2260 | 2026-08-31T09:31:09.619Z | Compiling crucible-workspace-hack v0.1.0 |
| 2261 | 2026-08-31T09:31:10.150Z | Compiling typify v0.6.2 |
| 2262 | 2026-08-31T09:31:10.188Z | Compiling tinyvec_macros v0.1.1 |
| 2263 | 2026-08-31T09:31:10.254Z | Compiling tinyvec v1.10.0 |
| 2264 | 2026-08-31T09:31:10.257Z | Compiling progenitor-impl v0.14.0 |
| 2265 | 2026-08-31T09:31:10.611Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2266 | 2026-08-31T09:31:11.111Z | Compiling papergrid v0.18.0 |
| 2267 | 2026-08-31T09:31:11.114Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2268 | 2026-08-31T09:31:11.156Z | Compiling num_enum v0.5.11 |
| 2269 | 2026-08-31T09:31:11.625Z | Compiling pin-project-internal v1.1.10 |
| 2270 | 2026-08-31T09:31:12.119Z | Compiling tabled v0.21.0 |
| 2271 | 2026-08-31T09:31:12.308Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2272 | 2026-08-31T09:31:12.502Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2273 | 2026-08-31T09:31:12.770Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2274 | 2026-08-31T09:31:12.812Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2275 | 2026-08-31T09:31:13.121Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 2276 | 2026-08-31T09:31:13.171Z | Compiling rustix v0.38.44 |
| 2277 | 2026-08-31T09:31:13.596Z | Compiling itertools v0.15.0 |
| 2278 | 2026-08-31T09:31:13.760Z | Compiling itertools v0.12.1 |
| 2279 | 2026-08-31T09:31:13.884Z | Compiling progenitor-macro v0.14.0 |
| 2280 | 2026-08-31T09:31:14.078Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2281 | 2026-08-31T09:31:14.158Z | Compiling progenitor-impl v0.10.0 |
| 2282 | 2026-08-31T09:31:14.501Z | Compiling sigpipe v0.1.3 |
| 2283 | 2026-08-31T09:31:14.630Z | Compiling jiff v0.2.15 |
| 2284 | 2026-08-31T09:31:14.836Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2285 | 2026-08-31T09:31:14.957Z | Compiling zone v0.3.1 |
| 2286 | 2026-08-31T09:31:14.982Z | Compiling const_format_proc_macros v0.2.34 |
| 2287 | 2026-08-31T09:31:15.058Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2288 | 2026-08-31T09:31:15.326Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2289 | 2026-08-31T09:31:16.343Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2290 | 2026-08-31T09:31:16.628Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2291 | 2026-08-31T09:31:17.043Z | Compiling nix v0.30.1 |
| 2292 | 2026-08-31T09:31:17.372Z | Compiling smf v0.2.3 |
| 2293 | 2026-08-31T09:31:17.706Z | Compiling progenitor-macro v0.10.0 |
| 2294 | 2026-08-31T09:31:17.873Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2295 | 2026-08-31T09:31:17.982Z | Compiling secrecy v0.10.3 |
| 2296 | 2026-08-31T09:31:18.509Z | Compiling async-recursion v1.1.1 |
| 2297 | 2026-08-31T09:31:18.534Z | Compiling snafu-derive v0.8.9 |
| 2298 | 2026-08-31T09:31:18.678Z | Compiling bstr v1.12.0 |
| 2299 | 2026-08-31T09:31:18.696Z | Compiling crc8 v0.1.1 |
| 2300 | 2026-08-31T09:31:18.837Z | Compiling whoami v1.6.1 |
| 2301 | 2026-08-31T09:31:19.232Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2302 | 2026-08-31T09:31:21.164Z | Compiling tokio-dtrace v0.1.1 |
| 2303 | 2026-08-31T09:31:22.629Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2304 | 2026-08-31T09:31:22.845Z | Compiling reqwest v0.13.2 |
| 2305 | 2026-08-31T09:31:22.931Z | Compiling hmac v0.12.1 |
| 2306 | 2026-08-31T09:31:23.173Z | Compiling inout v0.1.4 |
| 2307 | 2026-08-31T09:31:23.252Z | Compiling ff v0.13.1 |
| 2308 | 2026-08-31T09:31:23.337Z | Compiling data-encoding v2.9.0 |
| 2309 | 2026-08-31T09:31:23.392Z | Compiling group v0.13.0 |
| 2310 | 2026-08-31T09:31:23.563Z | Compiling cipher v0.4.4 |
| 2311 | 2026-08-31T09:31:23.771Z | Compiling hkdf v0.12.4 |
| 2312 | 2026-08-31T09:31:23.801Z | Compiling oxide-tokio-rt v0.1.6 |
| 2313 | 2026-08-31T09:31:23.936Z | Compiling progenitor-client v0.14.0 |
| 2314 | 2026-08-31T09:31:24.121Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2315 | 2026-08-31T09:31:24.271Z | Compiling atomicwrites v0.4.4 |
| 2316 | 2026-08-31T09:31:24.813Z | Compiling tabled_derive v0.7.0 |
| 2317 | 2026-08-31T09:31:25.336Z | Compiling universal-hash v0.5.1 |
| 2318 | 2026-08-31T09:31:25.341Z | Compiling crypto-bigint v0.5.5 |
| 2319 | 2026-08-31T09:31:25.414Z | Compiling half v2.7.1 |
| 2320 | 2026-08-31T09:31:25.723Z | Compiling ciborium-io v0.2.2 |
| 2321 | 2026-08-31T09:31:25.974Z | Compiling base16ct v0.2.0 |
| 2322 | 2026-08-31T09:31:26.156Z | Compiling indent_write v2.2.0 |
| 2323 | 2026-08-31T09:31:26.314Z | Compiling base64ct v1.8.0 |
| 2324 | 2026-08-31T09:31:26.406Z | Compiling opaque-debug v0.3.1 |
| 2325 | 2026-08-31T09:31:26.459Z | Compiling elliptic-curve v0.13.8 |
| 2326 | 2026-08-31T09:31:26.483Z | Compiling poly1305 v0.8.0 |
| 2327 | 2026-08-31T09:31:26.617Z | Compiling password-hash v0.5.0 |
| 2328 | 2026-08-31T09:31:26.633Z | Compiling ciborium-ll v0.2.2 |
| 2329 | 2026-08-31T09:31:26.870Z | Compiling progenitor v0.14.0 |
| 2330 | 2026-08-31T09:31:27.084Z | Compiling chacha20 v0.9.1 |
| 2331 | 2026-08-31T09:31:27.223Z | Compiling similar v2.7.0 |
| 2332 | 2026-08-31T09:31:27.261Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2333 | 2026-08-31T09:31:27.609Z | Compiling thiserror-no-std v2.0.2 |
| 2334 | 2026-08-31T09:31:27.897Z | Compiling blake2 v0.10.6 |
| 2335 | 2026-08-31T09:31:28.142Z | Compiling aead v0.5.2 |
| 2336 | 2026-08-31T09:31:28.302Z | Compiling strum_macros v0.28.0 |
| 2337 | 2026-08-31T09:31:28.398Z | Compiling linked-hash-map v0.5.6 |
| 2338 | 2026-08-31T09:31:28.606Z | Compiling keccak v0.1.6 |
| 2339 | 2026-08-31T09:31:28.659Z | Compiling resolv-conf v0.7.5 |
| 2340 | 2026-08-31T09:31:29.042Z | Compiling sha3 v0.10.8 |
| 2341 | 2026-08-31T09:31:29.187Z | Compiling lru-cache v0.1.2 |
| 2342 | 2026-08-31T09:31:29.238Z | Compiling chacha20poly1305 v0.10.1 |
| 2343 | 2026-08-31T09:31:29.329Z | Compiling vsss-rs v3.3.4 |
| 2344 | 2026-08-31T09:31:29.362Z | Compiling argon2 v0.5.3 |
| 2345 | 2026-08-31T09:31:29.365Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2346 | 2026-08-31T09:31:29.407Z | Compiling ciborium v0.2.2 |
| 2347 | 2026-08-31T09:31:29.742Z | Compiling hickory-proto v0.24.4 |
| 2348 | 2026-08-31T09:31:30.035Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2349 | 2026-08-31T09:31:30.051Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2350 | 2026-08-31T09:31:30.622Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2351 | 2026-08-31T09:31:30.734Z | Compiling serde-big-array v0.5.1 |
| 2352 | 2026-08-31T09:31:30.836Z | Compiling siphasher v1.0.1 |
| 2353 | 2026-08-31T09:31:30.961Z | Compiling humantime v2.3.0 |
| 2354 | 2026-08-31T09:31:31.043Z | Compiling same-file v1.0.6 |
| 2355 | 2026-08-31T09:31:31.144Z | Compiling unicode-segmentation v1.12.0 |
| 2356 | 2026-08-31T09:31:31.231Z | Compiling walkdir v2.5.0 |
| 2357 | 2026-08-31T09:31:31.253Z | Compiling phf_shared v0.12.1 |
| 2358 | 2026-08-31T09:31:31.473Z | Compiling newline-converter v0.3.0 |
| 2359 | 2026-08-31T09:31:31.552Z | Compiling hickory-resolver v0.24.4 |
| 2360 | 2026-08-31T09:31:31.566Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2361 | 2026-08-31T09:31:31.569Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2362 | 2026-08-31T09:31:31.753Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2363 | 2026-08-31T09:31:32.883Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2364 | 2026-08-31T09:31:33.161Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2365 | 2026-08-31T09:31:34.197Z | Compiling newtype_derive v0.1.6 |
| 2366 | 2026-08-31T09:31:34.276Z | Compiling owo-colors v4.3.0 |
| 2367 | 2026-08-31T09:31:35.291Z | Compiling tokio-stream v0.1.17 |
| 2368 | 2026-08-31T09:31:35.370Z | Compiling console v0.15.11 |
| 2369 | 2026-08-31T09:31:35.771Z | Compiling csv-core v0.1.12 |
| 2370 | 2026-08-31T09:31:36.000Z | Compiling foldhash v0.1.5 |
| 2371 | 2026-08-31T09:31:36.056Z | Compiling unicode-linebreak v0.1.5 |
| 2372 | 2026-08-31T09:31:36.074Z | Compiling smawk v0.3.2 |
| 2373 | 2026-08-31T09:31:36.192Z | Compiling unicode-width v0.1.14 |
| 2374 | 2026-08-31T09:31:36.378Z | Compiling swrite v0.1.0 |
| 2375 | 2026-08-31T09:31:36.381Z | Compiling termtree v0.5.1 |
| 2376 | 2026-08-31T09:31:36.487Z | Compiling textwrap v0.16.2 |
| 2377 | 2026-08-31T09:31:36.556Z | Compiling hashbrown v0.15.5 |
| 2378 | 2026-08-31T09:31:36.617Z | Compiling csv v1.4.0 |
| 2379 | 2026-08-31T09:31:37.062Z | Compiling expectorate v1.2.0 |
| 2380 | 2026-08-31T09:31:37.112Z | Compiling qorb v0.4.1 |
| 2381 | 2026-08-31T09:31:38.836Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2382 | 2026-08-31T09:31:39.389Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2383 | 2026-08-31T09:31:39.935Z | Compiling phf v0.12.1 |
| 2384 | 2026-08-31T09:31:40.342Z | Compiling pin-project v1.1.10 |
| 2385 | 2026-08-31T09:31:40.468Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2386 | 2026-08-31T09:31:40.956Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 2387 | 2026-08-31T09:31:41.052Z | Compiling unicode-normalization v0.1.24 |
| 2388 | 2026-08-31T09:31:41.115Z | Compiling libz-sys v1.1.22 |
| 2389 | 2026-08-31T09:31:41.522Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2390 | 2026-08-31T09:31:42.312Z | Compiling libsw-core v0.3.2 |
| 2391 | 2026-08-31T09:31:42.655Z | Compiling highway v1.3.0 |
| 2392 | 2026-08-31T09:31:42.670Z | Compiling fixedbitset v0.5.7 |
| 2393 | 2026-08-31T09:31:42.689Z | Compiling fixedbitset v0.4.2 |
| 2394 | 2026-08-31T09:31:42.850Z | Compiling petgraph v0.6.5 |
| 2395 | 2026-08-31T09:31:42.938Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2396 | 2026-08-31T09:31:43.014Z | Compiling petgraph v0.8.2 |
| 2397 | 2026-08-31T09:31:43.279Z | Compiling progenitor v0.10.0 |
| 2398 | 2026-08-31T09:31:43.469Z | Compiling libsw v3.5.0 |
| 2399 | 2026-08-31T09:31:44.346Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2400 | 2026-08-31T09:31:44.597Z | Compiling olpc-cjson v0.1.4 |
| 2401 | 2026-08-31T09:31:44.788Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2402 | 2026-08-31T09:31:44.804Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2403 | 2026-08-31T09:31:44.990Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2404 | 2026-08-31T09:31:45.077Z | Compiling snafu v0.8.9 |
| 2405 | 2026-08-31T09:31:45.195Z | Compiling chrono-tz v0.10.4 |
| 2406 | 2026-08-31T09:31:45.700Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2407 | 2026-08-31T09:31:45.974Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2408 | 2026-08-31T09:31:46.220Z | Compiling papergrid v0.11.0 |
| 2409 | 2026-08-31T09:31:46.886Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2410 | 2026-08-31T09:31:47.182Z | Compiling strum v0.28.0 |
| 2411 | 2026-08-31T09:31:47.340Z | Compiling globset v0.4.16 |
| 2412 | 2026-08-31T09:31:47.520Z | Compiling const_format v0.2.34 |
| 2413 | 2026-08-31T09:31:47.820Z | Compiling slog-dtrace v0.3.0 |
| 2414 | 2026-08-31T09:31:47.864Z | Compiling cancel-safe-futures v0.1.5 |
| 2415 | 2026-08-31T09:31:48.014Z | Compiling gethostname v0.5.0 |
| 2416 | 2026-08-31T09:31:48.184Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2417 | 2026-08-31T09:31:48.583Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2418 | 2026-08-31T09:31:48.862Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2419 | 2026-08-31T09:31:48.931Z | Compiling pem v3.0.5 |
| 2420 | 2026-08-31T09:31:49.193Z | Compiling bcs v0.1.6 |
| 2421 | 2026-08-31T09:31:49.197Z | Compiling cargo-platform v0.1.9 |
| 2422 | 2026-08-31T09:31:49.263Z | Compiling serde_plain v1.0.2 |
| 2423 | 2026-08-31T09:31:49.338Z | Compiling linear-map v1.2.0 |
| 2424 | 2026-08-31T09:31:49.528Z | Compiling tagptr v0.2.0 |
| 2425 | 2026-08-31T09:31:49.688Z | Compiling typed-path v0.9.3 |
| 2426 | 2026-08-31T09:31:49.904Z | Compiling moka v0.12.11 |
| 2427 | 2026-08-31T09:31:50.683Z | Compiling tough v0.20.0 |
| 2428 | 2026-08-31T09:31:51.336Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2429 | 2026-08-31T09:31:51.593Z | Compiling cargo_metadata v0.18.1 |
| 2430 | 2026-08-31T09:31:51.612Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2431 | 2026-08-31T09:31:53.003Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2432 | 2026-08-31T09:31:53.076Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2433 | 2026-08-31T09:31:53.229Z | Compiling tabled v0.15.0 |
| 2434 | 2026-08-31T09:31:53.307Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2435 | 2026-08-31T09:31:53.823Z | Compiling git2 v0.19.0 |
| 2436 | 2026-08-31T09:31:55.454Z | Compiling steno v0.4.1 |
| 2437 | 2026-08-31T09:31:56.790Z | Compiling hickory-proto v0.25.2 |
| 2438 | 2026-08-31T09:31:56.925Z | Compiling cookie v0.18.1 |
| 2439 | 2026-08-31T09:31:58.755Z | Compiling hickory-resolver v0.25.2 |
| 2440 | 2026-08-31T09:31:59.303Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2441 | 2026-08-31T09:32:01.445Z | Compiling vergen v8.3.2 |
| 2442 | 2026-08-31T09:32:02.160Z | Compiling signal-hook v0.4.4 |
| 2443 | 2026-08-31T09:32:02.748Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2444 | 2026-08-31T09:32:03.463Z | Compiling mockall_derive v0.14.0 |
| 2445 | 2026-08-31T09:32:03.543Z | Compiling predicates-core v1.0.9 |
| 2446 | 2026-08-31T09:32:03.967Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2447 | 2026-08-31T09:32:04.163Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2448 | 2026-08-31T09:32:04.253Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2449 | 2026-08-31T09:32:05.241Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2450 | 2026-08-31T09:32:05.785Z | Compiling sha2 v0.10.9 |
| 2451 | 2026-08-31T09:32:06.203Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 2452 | 2026-08-31T09:32:06.487Z | Compiling yansi v1.0.1 |
| 2453 | 2026-08-31T09:32:06.573Z | Compiling diff v0.1.13 |
| 2454 | 2026-08-31T09:32:06.828Z | Compiling mockall v0.14.0 |
| 2455 | 2026-08-31T09:32:06.890Z | Compiling pretty_assertions v1.4.1 |
| 2456 | 2026-08-31T09:32:06.998Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2457 | 2026-08-31T09:32:07.493Z | Compiling fs-err v3.1.2 |
| 2458 | 2026-08-31T09:32:07.814Z | Compiling predicates v3.1.3 |
| 2459 | 2026-08-31T09:32:08.222Z | Compiling predicates-tree v1.0.12 |
| 2460 | 2026-08-31T09:32:09.273Z | Compiling git-stub v1.0.0 |
| 2461 | 2026-08-31T09:32:09.577Z | Compiling filetime v0.2.26 |
| 2462 | 2026-08-31T09:32:09.580Z | Compiling fragile v2.0.1 |
| 2463 | 2026-08-31T09:32:09.805Z | Compiling downcast v0.11.0 |
| 2464 | 2026-08-31T09:32:09.922Z | Compiling is_ci v1.2.0 |
| 2465 | 2026-08-31T09:32:09.979Z | Compiling arrayref v0.3.9 |
| 2466 | 2026-08-31T09:32:10.070Z | Compiling xattr v1.6.1 |
| 2467 | 2026-08-31T09:32:10.087Z | Compiling constant_time_eq v0.3.1 |
| 2468 | 2026-08-31T09:32:10.223Z | Compiling arrayvec v0.7.6 |
| 2469 | 2026-08-31T09:32:10.273Z | Compiling tar v0.4.45 |
| 2470 | 2026-08-31T09:32:10.456Z | Compiling blake3 v1.8.2 |
| 2471 | 2026-08-31T09:32:10.658Z | Compiling toml v0.7.8 |
| 2472 | 2026-08-31T09:32:11.035Z | Compiling supports-color v3.0.2 |
| 2473 | 2026-08-31T09:32:11.234Z | Compiling git-stub-vcs v0.1.0 |
| 2474 | 2026-08-31T09:32:11.366Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 2475 | 2026-08-31T09:32:11.627Z | Compiling signal-hook-tokio v0.4.0 |
| 2476 | 2026-08-31T09:32:11.934Z | Compiling scuffle v0.1.0 |
| 2477 | 2026-08-31T09:32:12.905Z | Compiling drift v0.2.0 |
| 2478 | 2026-08-31T09:32:13.495Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2479 | 2026-08-31T09:32:13.761Z | Compiling kstat-rs v0.2.4 |
| 2480 | 2026-08-31T09:32:13.986Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2481 | 2026-08-31T09:32:14.098Z | Compiling topological-sort v0.2.2 |
| 2482 | 2026-08-31T09:32:14.168Z | Compiling hex-literal v1.1.0 |
| 2483 | 2026-08-31T09:32:14.260Z | Compiling omicron-zone-package v0.12.2 |
| 2484 | 2026-08-31T09:32:14.301Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2485 | 2026-08-31T09:32:14.405Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2486 | 2026-08-31T09:32:14.465Z | Compiling dropshot-api-manager v0.7.2 |
| 2487 | 2026-08-31T09:32:15.780Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2488 | 2026-08-31T09:32:16.466Z | Compiling curl v0.4.50 |
| 2489 | 2026-08-31T09:32:16.774Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 2490 | 2026-08-31T09:32:17.319Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2491 | 2026-08-31T09:32:17.571Z | Compiling iddqd v0.4.5 |
| 2492 | 2026-08-31T09:32:17.659Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2493 | 2026-08-31T09:32:17.693Z | Compiling search_path v0.1.4 |
| 2494 | 2026-08-31T09:32:18.119Z | Compiling internet-checksum v0.2.1 |
| 2495 | 2026-08-31T09:32:18.277Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 2496 | 2026-08-31T09:32:18.379Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2497 | 2026-08-31T09:32:21.561Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2498 | 2026-08-31T09:32:26.739Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2499 | 2026-08-31T09:33:18.937Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 35s |
| 2500 | 2026-08-31T09:33:19.096Z | Running unittests src/lib.rs (target/debug/deps/aal-7ff4c2c4adb4f8da) |
| 2501 | 2026-08-31T09:33:19.100Z | |
| 2502 | 2026-08-31T09:33:19.100Z | running 0 tests |
| 2503 | 2026-08-31T09:33:19.100Z | |
| 2504 | 2026-08-31T09:33:19.100Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2505 | 2026-08-31T09:33:19.100Z | |
| 2506 | 2026-08-31T09:33:19.100Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-989289c11fc838a4) |
| 2507 | 2026-08-31T09:33:19.103Z | |
| 2508 | 2026-08-31T09:33:19.103Z | running 0 tests |
| 2509 | 2026-08-31T09:33:19.103Z | |
| 2510 | 2026-08-31T09:33:19.103Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2511 | 2026-08-31T09:33:19.104Z | |
| 2512 | 2026-08-31T09:33:19.104Z | Running unittests src/lib.rs (target/debug/deps/asic-bfe1009533fe0e64) |
| 2513 | 2026-08-31T09:33:19.107Z | |
| 2514 | 2026-08-31T09:33:19.107Z | running 0 tests |
| 2515 | 2026-08-31T09:33:19.107Z | |
| 2516 | 2026-08-31T09:33:19.107Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2517 | 2026-08-31T09:33:19.108Z | |
| 2518 | 2026-08-31T09:33:19.108Z | Running unittests src/lib.rs (target/debug/deps/common-632417b6a71ba91d) |
| 2519 | 2026-08-31T09:33:19.117Z | |
| 2520 | 2026-08-31T09:33:19.117Z | running 4 tests |
| 2521 | 2026-08-31T09:33:19.121Z | test nat::tests::test_vni ... ok |
| 2522 | 2026-08-31T09:33:19.121Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2523 | 2026-08-31T09:33:19.124Z | test test_purge ... ok |
| 2524 | 2026-08-31T09:33:19.127Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2525 | 2026-08-31T09:33:19.127Z | |
| 2526 | 2026-08-31T09:33:19.127Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2527 | 2026-08-31T09:33:19.127Z | |
| 2528 | 2026-08-31T09:33:19.128Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-7cdffb889f9f1c91) |
| 2529 | 2026-08-31T09:33:19.131Z | |
| 2530 | 2026-08-31T09:33:19.132Z | running 1 test |
| 2531 | 2026-08-31T09:33:19.135Z | ------- |
| 2532 | 2026-08-31T09:33:19.135Z | Generating OpenAPI documents from API definitions ... |
| 2533 | 2026-08-31T09:33:19.281Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 2534 | 2026-08-31T09:33:19.355Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2535 | 2026-08-31T09:33:20.458Z | ------- |
| 2536 | 2026-08-31T09:33:20.458Z | Checking 13 OpenAPI documents... |
| 2537 | 2026-08-31T09:33:20.458Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2538 | 2026-08-31T09:33:20.458Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2539 | 2026-08-31T09:33:20.461Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2540 | 2026-08-31T09:33:20.462Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2541 | 2026-08-31T09:33:20.462Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2542 | 2026-08-31T09:33:20.462Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2543 | 2026-08-31T09:33:20.462Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2544 | 2026-08-31T09:33:20.462Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2545 | 2026-08-31T09:33:20.462Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2546 | 2026-08-31T09:33:20.462Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2547 | 2026-08-31T09:33:20.462Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2548 | 2026-08-31T09:33:20.462Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2549 | 2026-08-31T09:33:20.462Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2550 | 2026-08-31T09:33:20.462Z | Fresh dpd "latest" symlink |
| 2551 | 2026-08-31T09:33:20.462Z | ------- |
| 2552 | 2026-08-31T09:33:20.462Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 2553 | 2026-08-31T09:33:20.539Z | test test::test_apis_up_to_date ... ok |
| 2554 | 2026-08-31T09:33:20.539Z | |
| 2555 | 2026-08-31T09:33:20.539Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.40s |
| 2556 | 2026-08-31T09:33:20.540Z | |
| 2557 | 2026-08-31T09:33:20.594Z | Running unittests src/main.rs (target/debug/deps/dpd-f83cf547dc6487e8) |
| 2558 | 2026-08-31T09:33:20.601Z | |
| 2559 | 2026-08-31T09:33:20.601Z | running 61 tests |
| 2560 | 2026-08-31T09:33:20.606Z | test freemap::test_ordering ... ok |
| 2561 | 2026-08-31T09:33:20.606Z | test config::tests::test_updates ... ok |
| 2562 | 2026-08-31T09:33:20.606Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 2563 | 2026-08-31T09:33:20.606Z | test freemap::test_split ... ok |
| 2564 | 2026-08-31T09:33:20.606Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2565 | 2026-08-31T09:33:20.606Z | test macaddrs::tests::test_mac_offset ... ok |
| 2566 | 2026-08-31T09:33:20.606Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2567 | 2026-08-31T09:33:20.606Z | Aug 31 09:33:18.831 DEBG created new freemap, unit: freemap_test |
| 2568 | 2026-08-31T09:33:20.606Z | Aug 31 09:33:18.831 DEBG initted freemap. size: 128, unit: freemap_test |
| 2569 | 2026-08-31T09:33:20.606Z | Aug 31 09:33:18.831 DEBG reset freemap, unit: freemap_test |
| 2570 | 2026-08-31T09:33:20.606Z | Aug 31 09:33:18.831 DEBG created new freemap, unit: freemap_test |
| 2571 | 2026-08-31T09:33:20.606Z | Aug 31 09:33:18.831 DEBG initted freemap. size: 128, unitAug 31 09:33:18.831: DEBGAug 31 09:33:18.831 created new freemapDEBGfreemap_test, |
| 2572 | 2026-08-31T09:33:20.606Z | unit :created new freemap freemap_test, Aug 31 09:33:18.831unit |
| 2573 | 2026-08-31T09:33:20.606Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2574 | 2026-08-31T09:33:20.606Z | DEBG :reset freemap , freemap_testunit: |
| 2575 | 2026-08-31T09:33:20.606Z | freemap_test |
| 2576 | 2026-08-31T09:33:20.606Z | Aug 31 09:33:18.831 DEBGAug 31 09:33:18.831 initted freemap. size: 128DEBG, unitinitted freemap. size: 128:, unitfreemap_test: |
| 2577 | 2026-08-31T09:33:20.607Z | test freemap::test_free ... ok |
| 2578 | 2026-08-31T09:33:20.607Z | freemap_test |
| 2579 | 2026-08-31T09:33:20.607Z | Aug 31 09:33:18.831 DEBG reset freemapAug 31 09:33:18.831, unitDEBG: reset freemapfreemap_test, |
| 2580 | 2026-08-31T09:33:20.607Z | unit: freemap_test |
| 2581 | 2026-08-31T09:33:20.607Z | test freemap::test_reclaim ... ok |
| 2582 | 2026-08-31T09:33:20.607Z | test freemap::test_exhaustion ... ok |
| 2583 | 2026-08-31T09:33:20.607Z | test freemap::test_basic ... ok |
| 2584 | 2026-08-31T09:33:20.607Z | test mcast::tests::test_create_port_bitmap_empty ... ok |
| 2585 | 2026-08-31T09:33:20.607Z | test mcast::tests::test_create_port_bitmap_all_same_direction ... ok |
| 2586 | 2026-08-31T09:33:20.607Z | test mcast::tests::test_canonicalize_sources ... ok |
| 2587 | 2026-08-31T09:33:20.607Z | test mcast::tests::test_create_port_bitmap_filters_by_direction ... ok |
| 2588 | 2026-08-31T09:33:20.607Z | Aug 31 09:33:18.831 DEBG created new freemap, unit: freemap_test |
| 2589 | 2026-08-31T09:33:20.607Z | Aug 31 09:33:18.831 DEBG initted freemap. size: 8, unit: freemap_test |
| 2590 | 2026-08-31T09:33:20.607Z | Aug 31 09:33:18.831 DEBG reset freemap, unit: freemap_test |
| 2591 | 2026-08-31T09:33:20.607Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 2592 | 2026-08-31T09:33:20.612Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 2593 | 2026-08-31T09:33:20.612Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 2594 | 2026-08-31T09:33:20.612Z | test mcast::tests::test_paired_allocation_and_cleanup ... ok |
| 2595 | 2026-08-31T09:33:20.612Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 2596 | 2026-08-31T09:33:20.612Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 2597 | 2026-08-31T09:33:20.613Z | test mcast::tests::test_sources_contain_any ... ok |
| 2598 | 2026-08-31T09:33:20.613Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 2599 | 2026-08-31T09:33:20.613Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 2600 | 2026-08-31T09:33:20.613Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 2601 | 2026-08-31T09:33:20.613Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 2602 | 2026-08-31T09:33:20.613Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 2603 | 2026-08-31T09:33:20.613Z | test mcast::validate::tests::test_address_validation_with_source_validation ... ok |
| 2604 | 2026-08-31T09:33:20.613Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 2605 | 2026-08-31T09:33:20.613Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 2606 | 2026-08-31T09:33:20.613Z | Aug 31 09:33:18.833 DEBG created new freemap, unit: freemap_test |
| 2607 | 2026-08-31T09:33:20.613Z | Aug 31 09:33:18.833 DEBG initted freemap. size: 128, unit: freemap_test |
| 2608 | 2026-08-31T09:33:20.613Z | Aug 31 09:33:18.833 DEBG reset freemap, unit: freemap_test |
| 2609 | 2026-08-31T09:33:20.613Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 2610 | 2026-08-31T09:33:20.613Z | test mcast::validate::tests::test_validate_not_underlay_subnet ... ok |
| 2611 | 2026-08-31T09:33:20.613Z | test mcast::validate::tests::test_reserved_and_unallocatable_addresses ... ok |
| 2612 | 2026-08-31T09:33:20.613Z | test mcast::tests::test_id_range_boundaries ... ok |
| 2613 | 2026-08-31T09:33:20.613Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 2614 | 2026-08-31T09:33:20.613Z | test mcast::validate::tests::test_validate_source_addresses ... ok |
| 2615 | 2026-08-31T09:33:20.613Z | test freemap::test_span ... ok |
| 2616 | 2026-08-31T09:33:20.614Z | test api_server::tests::test_build_info ... ok |
| 2617 | 2026-08-31T09:33:20.614Z | test mcast::validate::tests::test_validate_tag ... ok |
| 2618 | 2026-08-31T09:33:20.614Z | test nat::test_mapping ... ok |
| 2619 | 2026-08-31T09:33:20.614Z | test port_map::tests::test_backplane_group ... ok |
| 2620 | 2026-08-31T09:33:20.614Z | test mcast::validate::tests::test_validate_tag_format ... ok |
| 2621 | 2026-08-31T09:33:20.614Z | test port_map::tests::test_port_map ... ok |
| 2622 | 2026-08-31T09:33:20.615Z | test port_map::tests::dump_map ... ok |
| 2623 | 2026-08-31T09:33:20.615Z | Aug 31 09:33:18.834 DEBG created new freemap, unit: freemap_route_ipv4 |
| 2624 | 2026-08-31T09:33:20.615Z | Aug 31 09:33:18.834 DEBG created new freemap, unit: freemap_route_ipv6 |
| 2625 | 2026-08-31T09:33:20.615Z | Aug 31 09:33:18.834 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 2626 | 2026-08-31T09:33:20.616Z | Aug 31 09:33:18.834 DEBG reset freemap, unit: freemap_route_ipv4 |
| 2627 | 2026-08-31T09:33:20.616Z | Aug 31 09:33:18.834 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 2628 | 2026-08-31T09:33:20.616Z | Aug 31 09:33:18.834 DEBG reset freemap, unit: freemap_route_ipv6 |
| 2629 | 2026-08-31T09:33:20.616Z | Aug 31 09:33:18.834 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2630 | 2026-08-31T09:33:20.616Z | Aug 31 09:33:18.834 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 } }] |
| 2631 | 2026-08-31T09:33:20.616Z | Aug 31 09:33:18.834 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2632 | 2026-08-31T09:33:20.616Z | Aug 31 09:33:18.834 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 } }] |
| 2633 | 2026-08-31T09:33:20.618Z | Aug 31 09:33:18.834 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 2634 | 2026-08-31T09:33:20.618Z | Aug 31 09:33:18.834 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 } }] |
| 2635 | 2026-08-31T09:33:20.618Z | Aug 31 09:33:18.834 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 2636 | 2026-08-31T09:33:20.618Z | Aug 31 09:33:18.834 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 } }] |
| 2637 | 2026-08-31T09:33:20.618Z | Aug 31 09:33:18.834 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2638 | 2026-08-31T09:33:20.618Z | Aug 31 09:33:18.834 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 } }] |
| 2639 | 2026-08-31T09:33:20.618Z | Aug 31 09:33:18.834 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2640 | 2026-08-31T09:33:20.619Z | Aug 31 09:33:18.834 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 } }] |
| 2641 | 2026-08-31T09:33:20.619Z | Aug 31 09:33:18.834 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2642 | 2026-08-31T09:33:20.619Z | Aug 31 09:33:18.834 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 } }] |
| 2643 | 2026-08-31T09:33:20.619Z | Aug 31 09:33:18.834 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2644 | 2026-08-31T09:33:20.619Z | Aug 31 09:33:18.834 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 } }] |
| 2645 | 2026-08-31T09:33:20.619Z | Aug 31 09:33:18.834 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2646 | 2026-08-31T09:33:20.619Z | Aug 31 09:33:18.834 DEBGAug 31 09:33:18.834 created new freemapDEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 2647 | 2026-08-31T09:33:20.619Z | unit: freemap_route_ipv4Aug 31 09:33:18.834 |
| 2648 | 2026-08-31T09:33:20.619Z | INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2649 | 2026-08-31T09:33:20.619Z | Aug 31 09:33:18.834Aug 31 09:33:18.834 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 } }]created new freemap |
| 2650 | 2026-08-31T09:33:20.619Z | , unit: freemap_route_ipv6Aug 31 09:33:18.834 |
| 2651 | 2026-08-31T09:33:20.619Z | INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2652 | 2026-08-31T09:33:20.619Z | Aug 31 09:33:18.834 DEBG Aug 31 09:33:18.834initted freemap. size: 64 , DEBGunit :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 } }] |
| 2653 | 2026-08-31T09:33:20.619Z | freemap_route_ipv4 |
| 2654 | 2026-08-31T09:33:20.619Z | Aug 31 09:33:18.834 Aug 31 09:33:18.834INFO DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2655 | 2026-08-31T09:33:20.619Z | reset freemap, unit: freemap_route_ipv4Aug 31 09:33:18.834 |
| 2656 | 2026-08-31T09:33:20.619Z | DEBG Aug 31 09:33:18.834replacing 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 } }] |
| 2657 | 2026-08-31T09:33:20.619Z | DEBG initted freemap. size: 64, unit:Aug 31 09:33:18.834 freemap_route_ipv6INFO |
| 2658 | 2026-08-31T09:33:20.619Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2659 | 2026-08-31T09:33:20.619Z | Aug 31 09:33:18.834 DEBGAug 31 09:33:18.834 reset freemapDEBG, unitreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: |
| 2660 | 2026-08-31T09:33:20.619Z | freemap_route_ipv6 |
| 2661 | 2026-08-31T09:33:20.619Z | Aug 31 09:33:18.834 INFOAug 31 09:33:18.834 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffINFO |
| 2662 | 2026-08-31T09:33:20.619Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2663 | 2026-08-31T09:33:20.619Z | Aug 31 09:33:18.834Aug 31 09:33:18.834 DEBGDEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 2664 | 2026-08-31T09:33:20.619Z | |
| 2665 | 2026-08-31T09:33:20.619Z | Aug 31 09:33:18.834Aug 31 09:33:18.834 INFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2666 | 2026-08-31T09:33:20.619Z | |
| 2667 | 2026-08-31T09:33:20.620Z | Aug 31 09:33:18.834Aug 31 09:33:18.834 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 2668 | 2026-08-31T09:33:20.620Z | |
| 2669 | 2026-08-31T09:33:20.620Z | Aug 31 09:33:18.834Aug 31 09:33:18.834 INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2670 | 2026-08-31T09:33:20.620Z | |
| 2671 | 2026-08-31T09:33:20.620Z | Aug 31 09:33:18.834Aug 31 09:33:18.834 DEBGDEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_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-31T09:33:20.620Z | |
| 2673 | 2026-08-31T09:33:20.620Z | Aug 31 09:33:18.834Aug 31 09:33:18.834 INFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2674 | 2026-08-31T09:33:20.620Z | |
| 2675 | 2026-08-31T09:33:20.621Z | Aug 31 09:33:18.834Aug 31 09:33:18.834 DEBGDEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2676 | 2026-08-31T09:33:20.621Z | |
| 2677 | 2026-08-31T09:33:20.621Z | Aug 31 09:33:18.834Aug 31 09:33:18.834 INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2678 | 2026-08-31T09:33:20.621Z | |
| 2679 | 2026-08-31T09:33:20.621Z | Aug 31 09:33:18.834Aug 31 09:33:18.834Aug 31 09:33:18.834 DEBG DEBGDEBG created new freemapreplacing 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: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 } }] |
| 2680 | 2026-08-31T09:33:20.621Z | |
| 2681 | 2026-08-31T09:33:20.621Z | , unitAug 31 09:33:18.834Aug 31 09:33:18.834 :INFOINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2682 | 2026-08-31T09:33:20.621Z | freemap_route_ipv4adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2683 | 2026-08-31T09:33:20.621Z | |
| 2684 | 2026-08-31T09:33:20.621Z | Aug 31 09:33:18.834 DEBG Aug 31 09:33:18.834replacing 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 31 09:33:18.834 |
| 2685 | 2026-08-31T09:33:20.621Z | DEBG Aug 31 09:33:18.834replacing 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 |
| 2686 | 2026-08-31T09:33:20.621Z | created new freemap , INFOAug 31 09:33:18.834 unitINFO:adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2687 | 2026-08-31T09:33:20.621Z | freemap_route_ipv6adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2688 | 2026-08-31T09:33:20.621Z | |
| 2689 | 2026-08-31T09:33:20.621Z | Aug 31 09:33:18.834 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 } }] |
| 2690 | 2026-08-31T09:33:20.621Z | Aug 31 09:33:18.834Aug 31 09:33:18.834 Aug 31 09:33:18.834DEBG INFOinitted freemap. size: 64 , adding route 3fff:beef:5::/64 -> 2001:db8::55:ffunit |
| 2691 | 2026-08-31T09:33:20.621Z | : freemap_route_ipv4 |
| 2692 | 2026-08-31T09:33:20.628Z | Aug 31 09:33:18.835Aug 31 09:33:18.835 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 } }]reset freemap |
| 2693 | 2026-08-31T09:33:20.628Z | , unit: freemap_route_ipv4 |
| 2694 | 2026-08-31T09:33:20.628Z | Aug 31 09:33:18.835 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2695 | 2026-08-31T09:33:20.628Z | Aug 31 09:33:18.835 DEBG initted freemap. size: 64, Aug 31 09:33:18.835unit :DEBG freemap_route_ipv6replacing 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 } }] |
| 2696 | 2026-08-31T09:33:20.628Z | |
| 2697 | 2026-08-31T09:33:20.628Z | Aug 31 09:33:18.835Aug 31 09:33:18.835 INFODEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ffreset freemap |
| 2698 | 2026-08-31T09:33:20.628Z | , unit: freemap_route_ipv6 |
| 2699 | 2026-08-31T09:33:20.628Z | Aug 31 09:33:18.835 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 } }] |
| 2700 | 2026-08-31T09:33:20.628Z | Aug 31 09:33:18.835 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2701 | 2026-08-31T09:33:20.628Z | Aug 31 09:33:18.835 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 31 09:33:18.835 |
| 2702 | 2026-08-31T09:33:20.628Z | 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 } }] |
| 2703 | 2026-08-31T09:33:20.628Z | Aug 31 09:33:18.835 DEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.835 |
| 2704 | 2026-08-31T09:33:20.628Z | INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2705 | 2026-08-31T09:33:20.628Z | Aug 31 09:33:18.835 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 31 09:33:18.835 |
| 2706 | 2026-08-31T09:33:20.628Z | 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 } }] |
| 2707 | 2026-08-31T09:33:20.628Z | Aug 31 09:33:18.835 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 } }] |
| 2708 | 2026-08-31T09:33:20.628Z | Aug 31 09:33:18.835 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 31 09:33:18.835 |
| 2709 | 2026-08-31T09:33:20.628Z | INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2710 | 2026-08-31T09:33:20.628Z | Aug 31 09:33:18.835 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 31 09:33:18.835 |
| 2711 | 2026-08-31T09:33:20.628Z | 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 } }] |
| 2712 | 2026-08-31T09:33:20.629Z | Aug 31 09:33:18.835 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 31 09:33:18.835 |
| 2713 | 2026-08-31T09:33:20.629Z | INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2714 | 2026-08-31T09:33:20.629Z | Aug 31 09:33:18.835 DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.835 |
| 2715 | 2026-08-31T09:33:20.629Z | DEBGAug 31 09:33:18.835 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 |
| 2716 | 2026-08-31T09:33:20.629Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2717 | 2026-08-31T09:33:20.629Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2718 | 2026-08-31T09:33:20.629Z | Aug 31 09:33:18.835 INFOAug 31 09:33:18.835 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG |
| 2719 | 2026-08-31T09:33:20.629Z | 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 } }] |
| 2720 | 2026-08-31T09:33:20.629Z | Aug 31 09:33:18.835 DEBG Aug 31 09:33:18.835replacing 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 } }] |
| 2721 | 2026-08-31T09:33:20.629Z | INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2722 | 2026-08-31T09:33:20.629Z | Aug 31 09:33:18.835Aug 31 09:33:18.835 INFODEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2723 | 2026-08-31T09:33:20.629Z | |
| 2724 | 2026-08-31T09:33:20.629Z | Aug 31 09:33:18.835 Aug 31 09:33:18.835INFO DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2725 | 2026-08-31T09:33:20.629Z | 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 } }] |
| 2726 | 2026-08-31T09:33:20.629Z | Aug 31 09:33:18.835Aug 31 09:33:18.835 INFODEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2727 | 2026-08-31T09:33:20.629Z | |
| 2728 | 2026-08-31T09:33:20.629Z | DEBGAug 31 09:33:18.835Aug 31 09:33:18.835 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 } }] 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 } }] |
| 2729 | 2026-08-31T09:33:20.629Z | |
| 2730 | 2026-08-31T09:33:20.629Z | INFO Aug 31 09:33:18.835adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2731 | 2026-08-31T09:33:20.629Z | INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2732 | 2026-08-31T09:33:20.629Z | Aug 31 09:33:18.835 DEBG Aug 31 09:33:18.835replacing 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 } }] |
| 2733 | 2026-08-31T09:33:20.629Z | DEBGAug 31 09:33:18.835 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 |
| 2734 | 2026-08-31T09:33:20.629Z | Aug 31 09:33:18.835adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2735 | 2026-08-31T09:33:20.630Z | INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2736 | 2026-08-31T09:33:20.630Z | Aug 31 09:33:18.835 INFOAug 31 09:33:18.835Aug 31 09:33:18.835 DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2737 | 2026-08-31T09:33:20.630Z | 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 } }] |
| 2738 | 2026-08-31T09:33:20.630Z | 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 } }] |
| 2739 | 2026-08-31T09:33:20.630Z | Aug 31 09:33:18.835Aug 31 09:33:18.835 DEBGINFO Aug 31 09:33:18.835 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 31 09:33:18.835 |
| 2740 | 2026-08-31T09:33:20.630Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2741 | 2026-08-31T09:33:20.630Z | DEBG created new freemapINFOAug 31 09:33:18.835, Aug 31 09:33:18.835unitDEBG :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 |
| 2742 | 2026-08-31T09:33:20.630Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2743 | 2026-08-31T09:33:20.630Z | freemap_route_ipv4Aug 31 09:33:18.835 |
| 2744 | 2026-08-31T09:33:20.630Z | |
| 2745 | 2026-08-31T09:33:20.631Z | INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2746 | 2026-08-31T09:33:20.631Z | Aug 31 09:33:18.835Aug 31 09:33:18.835Aug 31 09:33:18.835 Aug 31 09:33:18.835 DEBGDEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 |
| 2747 | 2026-08-31T09:33:20.631Z | DEBG |
| 2748 | 2026-08-31T09:33:20.631Z | created new freemap 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 31 09:33:18.835, unitINFOAug 31 09:33:18.835 |
| 2749 | 2026-08-31T09:33:20.631Z | INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2750 | 2026-08-31T09:33:20.631Z | :adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2751 | 2026-08-31T09:33:20.631Z | freemap_route_ipv6Aug 31 09:33:18.835 |
| 2752 | 2026-08-31T09:33:20.631Z | INFOAug 31 09:33:18.835 Aug 31 09:33:18.835 adding route 3fff:beef:9::/64 -> 2001:db8::55:ff Aug 31 09:33:18.835 |
| 2753 | 2026-08-31T09:33:20.631Z | DEBGDEBG DEBGreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2754 | 2026-08-31T09:33:20.631Z | replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64Aug 31 09:33:18.835, |
| 2755 | 2026-08-31T09:33:20.631Z | unit: freemap_route_ipv4 |
| 2756 | 2026-08-31T09:33:20.631Z | DEBGAug 31 09:33:18.835 Aug 31 09:33:18.835 INFOINFOreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2757 | 2026-08-31T09:33:20.631Z | |
| 2758 | 2026-08-31T09:33:20.631Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2759 | 2026-08-31T09:33:20.631Z | Aug 31 09:33:18.835 Aug 31 09:33:18.835DEBG Aug 31 09:33:18.835Aug 31 09:33:18.835DEBG reset freemapINFO , 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 } }] |
| 2760 | 2026-08-31T09:33:20.631Z | 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:a::/64 -> 2001:db8::55:ffunit |
| 2761 | 2026-08-31T09:33:20.631Z | |
| 2762 | 2026-08-31T09:33:20.631Z | : freemap_route_ipv4Aug 31 09:33:18.835 |
| 2763 | 2026-08-31T09:33:20.631Z | Aug 31 09:33:18.835Aug 31 09:33:18.835INFO INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2764 | 2026-08-31T09:33:20.631Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ffDEBG |
| 2765 | 2026-08-31T09:33:20.632Z | Aug 31 09:33:18.835replacing 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 31 09:33:18.835 |
| 2766 | 2026-08-31T09:33:20.632Z | DEBGDEBG initted freemap. size: 64 , 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 31 09:33:18.835unit :DEBG |
| 2767 | 2026-08-31T09:33:20.632Z | Aug 31 09:33:18.835 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_ipv6 |
| 2768 | 2026-08-31T09:33:20.632Z | |
| 2769 | 2026-08-31T09:33:20.632Z | INFOAug 31 09:33:18.835Aug 31 09:33:18.835 Aug 31 09:33:18.835INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2770 | 2026-08-31T09:33:20.632Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2771 | 2026-08-31T09:33:20.632Z | INFODEBGAug 31 09:33:18.835 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 31 09:33:18.835 reset freemapDEBG |
| 2772 | 2026-08-31T09:33:20.632Z | 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 } }], unit |
| 2773 | 2026-08-31T09:33:20.632Z | : Aug 31 09:33:18.835DEBGfreemap_route_ipv6 |
| 2774 | 2026-08-31T09:33:20.632Z | Aug 31 09:33:18.835 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 } }] INFOreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2775 | 2026-08-31T09:33:20.633Z | Aug 31 09:33:18.835adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2776 | 2026-08-31T09:33:20.633Z | INFO |
| 2777 | 2026-08-31T09:33:20.633Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2778 | 2026-08-31T09:33:20.633Z | Aug 31 09:33:18.835Aug 31 09:33:18.835Aug 31 09:33:18.835 INFODEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2779 | 2026-08-31T09:33:20.633Z | |
| 2780 | 2026-08-31T09:33:20.633Z | Aug 31 09:33:18.835INFO 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 } }] |
| 2781 | 2026-08-31T09:33:20.633Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 31 09:33:18.835Aug 31 09:33:18.835 |
| 2782 | 2026-08-31T09:33:20.633Z | INFO DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2783 | 2026-08-31T09:33:20.633Z | 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 } }] |
| 2784 | 2026-08-31T09:33:20.633Z | Aug 31 09:33:18.835 Aug 31 09:33:18.835 INFOAug 31 09:33:18.835 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGAug 31 09:33:18.835 |
| 2785 | 2026-08-31T09:33:20.633Z | 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 } }]INFODEBG |
| 2786 | 2026-08-31T09:33:20.633Z | 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:17::/64 -> 2001:db8::55:ff |
| 2787 | 2026-08-31T09:33:20.633Z | |
| 2788 | 2026-08-31T09:33:20.633Z | Aug 31 09:33:18.835Aug 31 09:33:18.835Aug 31 09:33:18.835Aug 31 09:33:18.835 INFODEBG DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2789 | 2026-08-31T09:33:20.633Z | 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 } }] INFO |
| 2790 | 2026-08-31T09:33:20.633Z | 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 } }] |
| 2791 | 2026-08-31T09:33:20.633Z | Aug 31 09:33:18.835adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2792 | 2026-08-31T09:33:20.647Z | DEBGAug 31 09:33:18.835Aug 31 09:33:18.835 INFOINFO replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2793 | 2026-08-31T09:33:20.647Z | |
| 2794 | 2026-08-31T09:33:20.647Z | |
| 2795 | 2026-08-31T09:33:20.648Z | Aug 31 09:33:18.835 Aug 31 09:33:18.835Aug 31 09:33:18.835 Aug 31 09:33:18.835INFO DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2796 | 2026-08-31T09:33:20.648Z | DEBGreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2797 | 2026-08-31T09:33:20.648Z | replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 31 09:33:18.835 |
| 2798 | 2026-08-31T09:33:20.650Z | DEBG |
| 2799 | 2026-08-31T09:33:20.650Z | Aug 31 09:33:18.835Aug 31 09:33:18.835replacing 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 } }] |
| 2800 | 2026-08-31T09:33:20.650Z | INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2801 | 2026-08-31T09:33:20.650Z | INFOAug 31 09:33:18.835 Aug 31 09:33:18.835 adding route 3fff:beef:e::/64 -> 2001:db8::55:ff Aug 31 09:33:18.835INFO |
| 2802 | 2026-08-31T09:33:20.650Z | DEBGadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2803 | 2026-08-31T09:33:20.651Z | 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 } }] |
| 2804 | 2026-08-31T09:33:20.651Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 31 09:33:18.835 |
| 2805 | 2026-08-31T09:33:20.651Z | Aug 31 09:33:18.835Aug 31 09:33:18.835 DEBG DEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2806 | 2026-08-31T09:33:20.652Z | Aug 31 09:33:18.835 replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2807 | 2026-08-31T09:33:20.652Z | 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 } }] |
| 2808 | 2026-08-31T09:33:20.652Z | Aug 31 09:33:18.835 INFO |
| 2809 | 2026-08-31T09:33:20.652Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 31 09:33:18.835 |
| 2810 | 2026-08-31T09:33:20.653Z | DEBG Aug 31 09:33:18.835replacing 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 31 09:33:18.835 Aug 31 09:33:18.835 |
| 2811 | 2026-08-31T09:33:20.653Z | 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 } }]INFO |
| 2812 | 2026-08-31T09:33:20.653Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2813 | 2026-08-31T09:33:20.653Z | adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 31 09:33:18.835Aug 31 09:33:18.835 |
| 2814 | 2026-08-31T09:33:20.653Z | Aug 31 09:33:18.835INFO DEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO |
| 2815 | 2026-08-31T09:33:20.653Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 31 09:33:18.835replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 2816 | 2026-08-31T09:33:20.653Z | 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 31 09:33:18.835 |
| 2817 | 2026-08-31T09:33:20.653Z | |
| 2818 | 2026-08-31T09:33:20.653Z | Aug 31 09:33:18.835DEBG 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 } }] |
| 2819 | 2026-08-31T09:33:20.653Z | DEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.835 Aug 31 09:33:18.835 |
| 2820 | 2026-08-31T09:33:20.653Z | INFOINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2821 | 2026-08-31T09:33:20.653Z | |
| 2822 | 2026-08-31T09:33:20.653Z | Aug 31 09:33:18.835 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 31 09:33:18.835Aug 31 09:33:18.835 Aug 31 09:33:18.835DEBG INFODEBGreplacing 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 } }] |
| 2823 | 2026-08-31T09:33:20.653Z | |
| 2824 | 2026-08-31T09:33:20.653Z | adding route 3fff:beef:1c::/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 } }] |
| 2825 | 2026-08-31T09:33:20.653Z | |
| 2826 | 2026-08-31T09:33:20.653Z | Aug 31 09:33:18.835Aug 31 09:33:18.835Aug 31 09:33:18.835Aug 31 09:33:18.835 INFODEBGINFO 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:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 2827 | 2026-08-31T09:33:20.653Z | |
| 2828 | 2026-08-31T09:33:20.653Z | DEBG |
| 2829 | 2026-08-31T09:33:20.654Z | 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 } }] |
| 2830 | 2026-08-31T09:33:20.654Z | Aug 31 09:33:18.835Aug 31 09:33:18.835Aug 31 09:33:18.835 INFO DEBGDEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 2831 | 2026-08-31T09:33:20.654Z | 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: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 } }] |
| 2832 | 2026-08-31T09:33:20.654Z | |
| 2833 | 2026-08-31T09:33:20.654Z | Aug 31 09:33:18.835Aug 31 09:33:18.835 INFO Aug 31 09:33:18.835DEBG 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 } }] |
| 2834 | 2026-08-31T09:33:20.654Z | Aug 31 09:33:18.835 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2835 | 2026-08-31T09:33:20.654Z | INFO Aug 31 09:33:18.835 |
| 2836 | 2026-08-31T09:33:20.654Z | INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2837 | 2026-08-31T09:33:20.654Z | |
| 2838 | 2026-08-31T09:33:20.654Z | Aug 31 09:33:18.835 DEBGAug 31 09:33:18.835 Aug 31 09:33:18.835DEBG Aug 31 09:33:18.835DEBGreplacing 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 } }] |
| 2839 | 2026-08-31T09:33:20.654Z | 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 } }] |
| 2840 | 2026-08-31T09:33:20.654Z | DEBG Aug 31 09:33:18.835 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 |
| 2841 | 2026-08-31T09:33:20.654Z | 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:21::/64 -> 2001:db8::55:ff |
| 2842 | 2026-08-31T09:33:20.654Z | Aug 31 09:33:18.835 |
| 2843 | 2026-08-31T09:33:20.654Z | INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2844 | 2026-08-31T09:33:20.654Z | Aug 31 09:33:18.835Aug 31 09:33:18.835 Aug 31 09:33:18.835Aug 31 09:33:18.835INFO DEBG DEBG adding route 3fff:beef:1f::/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 } }] |
| 2845 | 2026-08-31T09:33:20.654Z | |
| 2846 | 2026-08-31T09:33:20.654Z | 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 31 09:33:18.835INFO |
| 2847 | 2026-08-31T09:33:20.654Z | Aug 31 09:33:18.835INFO DEBG adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 31 09:33:18.835 |
| 2848 | 2026-08-31T09:33:20.654Z | replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 2849 | 2026-08-31T09:33:20.654Z | |
| 2850 | 2026-08-31T09:33:20.654Z | Aug 31 09:33:18.835 DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2851 | 2026-08-31T09:33:20.654Z | Aug 31 09:33:18.835Aug 31 09:33:18.835replacing 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 } }] |
| 2852 | 2026-08-31T09:33:20.655Z | INFODEBG Aug 31 09:33:18.835adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 31 09:33:18.835 |
| 2853 | 2026-08-31T09:33:20.655Z | 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 } }] |
| 2854 | 2026-08-31T09:33:20.655Z | DEBG 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 } }] |
| 2855 | 2026-08-31T09:33:20.655Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 31 09:33:18.835 |
| 2856 | 2026-08-31T09:33:20.655Z | Aug 31 09:33:18.835DEBG Aug 31 09:33:18.835replacing 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 31 09:33:18.835 |
| 2857 | 2026-08-31T09:33:20.655Z | DEBG INFOreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2858 | 2026-08-31T09:33:20.655Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffINFO |
| 2859 | 2026-08-31T09:33:20.655Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 31 09:33:18.835Aug 31 09:33:18.835 Aug 31 09:33:18.835INFO INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2860 | 2026-08-31T09:33:20.655Z | |
| 2861 | 2026-08-31T09:33:20.655Z | 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 } }] |
| 2862 | 2026-08-31T09:33:20.655Z | |
| 2863 | 2026-08-31T09:33:20.655Z | Aug 31 09:33:18.836Aug 31 09:33:18.836 DEBGDEBG Aug 31 09:33:18.836 replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2864 | 2026-08-31T09:33:20.655Z | Aug 31 09:33:18.836replacing 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:7::/64 -> 2001:db8::55:ff |
| 2865 | 2026-08-31T09:33:20.655Z | DEBGAug 31 09:33:18.836 |
| 2866 | 2026-08-31T09:33:20.655Z | INFOAug 31 09:33:18.836 INFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2867 | 2026-08-31T09:33:20.655Z | 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 31 09:33:18.836 adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 2868 | 2026-08-31T09:33:20.655Z | |
| 2869 | 2026-08-31T09:33:20.655Z | Aug 31 09:33:18.836DEBG DEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.836 |
| 2870 | 2026-08-31T09:33:20.655Z | 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 } }] DEBGAug 31 09:33:18.836 |
| 2871 | 2026-08-31T09:33:20.655Z | 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 } }] |
| 2872 | 2026-08-31T09:33:20.655Z | INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2873 | 2026-08-31T09:33:20.655Z | Aug 31 09:33:18.836Aug 31 09:33:18.836 INFOAug 31 09:33:18.836 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFOINFOAug 31 09:33:18.836 |
| 2874 | 2026-08-31T09:33:20.655Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2875 | 2026-08-31T09:33:20.655Z | DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff 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 } }] |
| 2876 | 2026-08-31T09:33:20.655Z | Aug 31 09:33:18.836Aug 31 09:33:18.836 |
| 2877 | 2026-08-31T09:33:20.655Z | DEBGAug 31 09:33:18.836 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 } }]DEBGDEBG |
| 2878 | 2026-08-31T09:33:20.656Z | replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 2879 | 2026-08-31T09:33:20.656Z | Aug 31 09:33:18.836 |
| 2880 | 2026-08-31T09:33:20.656Z | INFOAug 31 09:33:18.836 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFO |
| 2881 | 2026-08-31T09:33:20.656Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 31 09:33:18.836 |
| 2882 | 2026-08-31T09:33:20.656Z | Aug 31 09:33:18.836Aug 31 09:33:18.836 INFODEBG adding route 3fff:beef:24::/64 -> 2001:db8::55:ffINFOreplacing 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 } }] |
| 2883 | 2026-08-31T09:33:20.656Z | |
| 2884 | 2026-08-31T09:33:20.656Z | Aug 31 09:33:18.836adding route 3fff:beef:9::/64 -> 2001:db8::55:ff DEBG |
| 2885 | 2026-08-31T09:33:20.657Z | Aug 31 09:33:18.836Aug 31 09:33:18.836 INFODEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ff Aug 31 09:33:18.836 |
| 2886 | 2026-08-31T09:33:20.657Z | replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 |
| 2887 | 2026-08-31T09:33:20.657Z | 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 } }] |
| 2888 | 2026-08-31T09:33:20.657Z | |
| 2889 | 2026-08-31T09:33:20.657Z | Aug 31 09:33:18.836 DEBG Aug 31 09:33:18.836Aug 31 09:33:18.836replacing 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 } }] |
| 2890 | 2026-08-31T09:33:20.657Z | Aug 31 09:33:18.836INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff INFOINFOAug 31 09:33:18.836 adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2891 | 2026-08-31T09:33:20.657Z | |
| 2892 | 2026-08-31T09:33:20.667Z | INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 2893 | 2026-08-31T09:33:20.667Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2894 | 2026-08-31T09:33:20.667Z | Aug 31 09:33:18.836 DEBGAug 31 09:33:18.836Aug 31 09:33:18.836Aug 31 09:33:18.836 DEBGDEBG 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 } }] |
| 2895 | 2026-08-31T09:33:20.667Z | replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2896 | 2026-08-31T09:33:20.667Z | |
| 2897 | 2026-08-31T09:33:20.667Z | Aug 31 09:33:18.836replacing 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 31 09:33:18.836 INFO |
| 2898 | 2026-08-31T09:33:20.668Z | Aug 31 09:33:18.836INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 2899 | 2026-08-31T09:33:20.668Z | INFO Aug 31 09:33:18.836 adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2900 | 2026-08-31T09:33:20.668Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO Aug 31 09:33:18.836 |
| 2901 | 2026-08-31T09:33:20.668Z | Aug 31 09:33:18.836 DEBGDEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2902 | 2026-08-31T09:33:20.668Z | |
| 2903 | 2026-08-31T09:33:20.668Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2904 | 2026-08-31T09:33:20.668Z | Aug 31 09:33:18.836 DEBGAug 31 09:33:18.836Aug 31 09:33:18.836Aug 31 09:33:18.836 INFOINFO 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:2b::/64 -> 2001:db8::55:ff |
| 2905 | 2026-08-31T09:33:20.668Z | |
| 2906 | 2026-08-31T09:33:20.668Z | DEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2907 | 2026-08-31T09:33:20.668Z | 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 } }] |
| 2908 | 2026-08-31T09:33:20.668Z | Aug 31 09:33:18.836Aug 31 09:33:18.836 DEBGAug 31 09:33:18.836INFO DEBGadding route 3fff:beef:c::/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 } }] |
| 2909 | 2026-08-31T09:33:20.668Z | 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 } }] |
| 2910 | 2026-08-31T09:33:20.668Z | |
| 2911 | 2026-08-31T09:33:20.668Z | Aug 31 09:33:18.836 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2912 | 2026-08-31T09:33:20.668Z | Aug 31 09:33:18.836Aug 31 09:33:18.836Aug 31 09:33:18.836 INFODEBGAug 31 09:33:18.836INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2913 | 2026-08-31T09:33:20.668Z | 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 } }] |
| 2914 | 2026-08-31T09:33:20.668Z | |
| 2915 | 2026-08-31T09:33:20.670Z | DEBG Aug 31 09:33:18.836replacing 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 31 09:33:18.836 Aug 31 09:33:18.836DEBG DEBGreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }] |
| 2916 | 2026-08-31T09:33:20.670Z | |
| 2917 | 2026-08-31T09:33:20.670Z | |
| 2918 | 2026-08-31T09:33:20.670Z | INFO Aug 31 09:33:18.836adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2919 | 2026-08-31T09:33:20.670Z | INFOAug 31 09:33:18.836 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFOAug 31 09:33:18.836 |
| 2920 | 2026-08-31T09:33:20.670Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2921 | 2026-08-31T09:33:20.670Z | Aug 31 09:33:18.836DEBG 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 31 09:33:18.836 |
| 2922 | 2026-08-31T09:33:20.670Z | Aug 31 09:33:18.836 INFODEBG DEBGadding route 3fff:beef:19::/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 } }] |
| 2923 | 2026-08-31T09:33:20.670Z | 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 } }] |
| 2924 | 2026-08-31T09:33:20.670Z | Aug 31 09:33:18.836 |
| 2925 | 2026-08-31T09:33:20.670Z | Aug 31 09:33:18.836INFO Aug 31 09:33:18.836INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO |
| 2926 | 2026-08-31T09:33:20.670Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2927 | 2026-08-31T09:33:20.670Z | Aug 31 09:33:18.836Aug 31 09:33:18.836 |
| 2928 | 2026-08-31T09:33:20.670Z | 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 31 09:33:18.836 |
| 2929 | 2026-08-31T09:33:20.670Z | DEBG DEBG Aug 31 09:33:18.836 Aug 31 09:33:18.836 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 |
| 2930 | 2026-08-31T09:33:20.670Z | 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:2f::/64 -> 2001:db8::55:ff |
| 2931 | 2026-08-31T09:33:20.670Z | |
| 2932 | 2026-08-31T09:33:20.670Z | DEBG Aug 31 09:33:18.836replacing 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 } }] |
| 2933 | 2026-08-31T09:33:20.670Z | Aug 31 09:33:18.836 Aug 31 09:33:18.836 DEBGINFO Aug 31 09:33:18.836INFOreplacing 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 } }] |
| 2934 | 2026-08-31T09:33:20.670Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFO |
| 2935 | 2026-08-31T09:33:20.670Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2936 | 2026-08-31T09:33:20.670Z | |
| 2937 | 2026-08-31T09:33:20.670Z | Aug 31 09:33:18.836 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 31 09:33:18.836 |
| 2938 | 2026-08-31T09:33:20.670Z | Aug 31 09:33:18.836 DEBGAug 31 09:33:18.836 Aug 31 09:33:18.836DEBGreplacing 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 } }] |
| 2939 | 2026-08-31T09:33:20.670Z | DEBGDEBGreplacing 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: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 } }] |
| 2940 | 2026-08-31T09:33:20.670Z | |
| 2941 | 2026-08-31T09:33:20.670Z | Aug 31 09:33:18.836Aug 31 09:33:18.836 Aug 31 09:33:18.836INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 2942 | 2026-08-31T09:33:20.670Z | |
| 2943 | 2026-08-31T09:33:20.671Z | INFO adding route 3fff:beef:10::/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 } }] |
| 2944 | 2026-08-31T09:33:20.671Z | |
| 2945 | 2026-08-31T09:33:20.671Z | Aug 31 09:33:18.836 DEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.836Aug 31 09:33:18.836 |
| 2946 | 2026-08-31T09:33:20.671Z | Aug 31 09:33:18.836 DEBGDEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.836replacing 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 } }] |
| 2947 | 2026-08-31T09:33:20.671Z | |
| 2948 | 2026-08-31T09:33:20.671Z | INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFOAug 31 09:33:18.836Aug 31 09:33:18.836 adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 2949 | 2026-08-31T09:33:20.671Z | |
| 2950 | 2026-08-31T09:33:20.671Z | INFO INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 31 09:33:18.836 |
| 2951 | 2026-08-31T09:33:20.671Z | |
| 2952 | 2026-08-31T09:33:20.671Z | 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 } }] |
| 2953 | 2026-08-31T09:33:20.671Z | Aug 31 09:33:18.836Aug 31 09:33:18.836Aug 31 09:33:18.836 Aug 31 09:33:18.836DEBG INFODEBG adding route 3fff:beef:33::/64 -> 2001:db8::55:ff DEBG |
| 2954 | 2026-08-31T09:33:20.671Z | 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:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2955 | 2026-08-31T09:33:20.671Z | |
| 2956 | 2026-08-31T09:33:20.671Z | Aug 31 09:33:18.836 DEBG |
| 2957 | 2026-08-31T09:33:20.671Z | 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 31 09:33:18.836Aug 31 09:33:18.836 |
| 2958 | 2026-08-31T09:33:20.671Z | INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFOAug 31 09:33:18.836 |
| 2959 | 2026-08-31T09:33:20.671Z | INFOadding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 31 09:33:18.836 |
| 2960 | 2026-08-31T09:33:20.671Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 31 09:33:18.836 |
| 2961 | 2026-08-31T09:33:20.672Z | INFODEBG Aug 31 09:33:18.836 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:1c::/64 -> 2001:db8::55:ffDEBG |
| 2962 | 2026-08-31T09:33:20.672Z | Aug 31 09:33:18.836 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 |
| 2963 | 2026-08-31T09:33:20.672Z | 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 } }] |
| 2964 | 2026-08-31T09:33:20.672Z | Aug 31 09:33:18.836 INFO |
| 2965 | 2026-08-31T09:33:20.672Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 31 09:33:18.836 |
| 2966 | 2026-08-31T09:33:20.672Z | DEBGAug 31 09:33:18.836 Aug 31 09:33:18.836 INFOAug 31 09:33:18.836 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }] |
| 2967 | 2026-08-31T09:33:20.672Z | INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2968 | 2026-08-31T09:33:20.672Z | |
| 2969 | 2026-08-31T09:33:20.672Z | Aug 31 09:33:18.836 |
| 2970 | 2026-08-31T09:33:20.672Z | 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 } }] |
| 2971 | 2026-08-31T09:33:20.672Z | Aug 31 09:33:18.836Aug 31 09:33:18.836 Aug 31 09:33:18.836Aug 31 09:33:18.836 INFODEBG INFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2972 | 2026-08-31T09:33:20.672Z | |
| 2973 | 2026-08-31T09:33:20.672Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 2974 | 2026-08-31T09:33:20.672Z | Aug 31 09:33:18.836Aug 31 09:33:18.836 INFODEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 31 09:33:18.836 adding route 3fff:beef:14::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2975 | 2026-08-31T09:33:20.672Z | |
| 2976 | 2026-08-31T09:33:20.672Z | |
| 2977 | 2026-08-31T09:33:20.672Z | 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 } }] |
| 2978 | 2026-08-31T09:33:20.672Z | Aug 31 09:33:18.836Aug 31 09:33:18.836 INFOAug 31 09:33:18.836DEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 31 09:33:18.836 replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2979 | 2026-08-31T09:33:20.672Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 2980 | 2026-08-31T09:33:20.672Z | |
| 2981 | 2026-08-31T09:33:20.672Z | DEBGAug 31 09:33:18.836 DEBGreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.836 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 } }]INFO |
| 2982 | 2026-08-31T09:33:20.672Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2983 | 2026-08-31T09:33:20.672Z | Aug 31 09:33:18.836 |
| 2984 | 2026-08-31T09:33:20.672Z | DEBGAug 31 09:33:18.836 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 |
| 2985 | 2026-08-31T09:33:20.672Z | Aug 31 09:33:18.836 adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 2986 | 2026-08-31T09:33:20.672Z | DEBG Aug 31 09:33:18.836Aug 31 09:33:18.836replacing 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 31 09:33:18.836 INFO |
| 2987 | 2026-08-31T09:33:20.672Z | DEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFO Aug 31 09:33:18.836 |
| 2988 | 2026-08-31T09:33:20.672Z | 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 |
| 2989 | 2026-08-31T09:33:20.672Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2990 | 2026-08-31T09:33:20.672Z | |
| 2991 | 2026-08-31T09:33:20.672Z | Aug 31 09:33:18.836 Aug 31 09:33:18.836Aug 31 09:33:18.836 DEBGINFO 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 } }] adding route 3fff:beef:39::/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 } }] |
| 2992 | 2026-08-31T09:33:20.678Z | |
| 2993 | 2026-08-31T09:33:20.678Z | |
| 2994 | 2026-08-31T09:33:20.679Z | Aug 31 09:33:18.836 DEBG Aug 31 09:33:18.836Aug 31 09:33:18.836Aug 31 09:33:18.836replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG INFO |
| 2995 | 2026-08-31T09:33:20.679Z | 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 } }] |
| 2996 | 2026-08-31T09:33:20.679Z | INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 2997 | 2026-08-31T09:33:20.679Z | Aug 31 09:33:18.836adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 31 09:33:18.836 |
| 2998 | 2026-08-31T09:33:20.679Z | INFO Aug 31 09:33:18.836 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 2999 | 2026-08-31T09:33:20.679Z | DEBGINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 31 09:33:18.836replacing 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 31 09:33:18.836 |
| 3000 | 2026-08-31T09:33:20.679Z | |
| 3001 | 2026-08-31T09:33:20.679Z | 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 } }]Aug 31 09:33:18.836replacing 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 } }] |
| 3002 | 2026-08-31T09:33:20.679Z | |
| 3003 | 2026-08-31T09:33:20.679Z | Aug 31 09:33:18.836INFOAug 31 09:33:18.836Aug 31 09:33:18.836 INFODEBG INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ff adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 3004 | 2026-08-31T09:33:20.679Z | |
| 3005 | 2026-08-31T09:33:20.679Z | |
| 3006 | 2026-08-31T09:33:20.679Z | 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 } }] |
| 3007 | 2026-08-31T09:33:20.680Z | Aug 31 09:33:18.836Aug 31 09:33:18.836Aug 31 09:33:18.836 DEBGDEBGDEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 31 09:33:18.836 |
| 3008 | 2026-08-31T09:33:20.680Z | 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 } }] |
| 3009 | 2026-08-31T09:33:20.680Z | |
| 3010 | 2026-08-31T09:33:20.680Z | INFO Aug 31 09:33:18.836 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFO |
| 3011 | 2026-08-31T09:33:20.680Z | Aug 31 09:33:18.836adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 31 09:33:18.836 |
| 3012 | 2026-08-31T09:33:20.680Z | INFO INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 3013 | 2026-08-31T09:33:20.680Z | Aug 31 09:33:18.836adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 31 09:33:18.836 |
| 3014 | 2026-08-31T09:33:20.680Z | DEBGDEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:33:18.836replacing 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 |
| 3015 | 2026-08-31T09:33:20.680Z | Aug 31 09:33:18.836replacing 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 } }] |
| 3016 | 2026-08-31T09:33:20.680Z | |
| 3017 | 2026-08-31T09:33:20.680Z | DEBGAug 31 09:33:18.836 replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 31 09:33:18.836 |
| 3018 | 2026-08-31T09:33:20.680Z | Aug 31 09:33:18.836 INFOfailed to allocate space for the new target list |
| 3019 | 2026-08-31T09:33:20.680Z | Aug 31 09:33:18.836adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFO |
| 3020 | 2026-08-31T09:33:20.680Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO |
| 3021 | 2026-08-31T09:33:20.680Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 31 09:33:18.836 |
| 3022 | 2026-08-31T09:33:20.680Z | Aug 31 09:33:18.836Aug 31 09:33:18.836 DEBGDEBG DEBG Aug 31 09:33:18.836replacing 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: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3023 | 2026-08-31T09:33:20.680Z | |
| 3024 | 2026-08-31T09:33:20.681Z | DEBGreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 3025 | 2026-08-31T09:33:20.681Z | |
| 3026 | 2026-08-31T09:33:20.681Z | Aug 31 09:33:18.836 Aug 31 09:33:18.836Aug 31 09:33:18.836 INFOINFOINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 3027 | 2026-08-31T09:33:20.681Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 3028 | 2026-08-31T09:33:20.681Z | |
| 3029 | 2026-08-31T09:33:20.681Z | Aug 31 09:33:18.836 Aug 31 09:33:18.836DEBG Aug 31 09:33:18.836 DEBGreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 3030 | 2026-08-31T09:33:20.681Z | replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3031 | 2026-08-31T09:33:20.681Z | |
| 3032 | 2026-08-31T09:33:20.681Z | Aug 31 09:33:18.836 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 31 09:33:18.836 |
| 3033 | 2026-08-31T09:33:20.681Z | INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 3034 | 2026-08-31T09:33:20.681Z | Aug 31 09:33:18.836 DEBG Aug 31 09:33:18.836Aug 31 09:33:18.837Aug 31 09:33:18.836replacing 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 } }] |
| 3035 | 2026-08-31T09:33:20.681Z | DEBGINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBGAug 31 09:33:18.837replacing 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 } }] |
| 3036 | 2026-08-31T09:33:20.681Z | |
| 3037 | 2026-08-31T09:33:20.681Z | created new freemapINFO , adding route 3fff:beef:39::/64 -> 2001:db8::55:ffunit |
| 3038 | 2026-08-31T09:33:20.681Z | : Aug 31 09:33:18.837freemap_route_ipv4 Aug 31 09:33:18.837INFO |
| 3039 | 2026-08-31T09:33:20.682Z | Aug 31 09:33:18.837 DEBGDEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 3040 | 2026-08-31T09:33:20.682Z | 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: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 } }] |
| 3041 | 2026-08-31T09:33:20.682Z | |
| 3042 | 2026-08-31T09:33:20.682Z | Aug 31 09:33:18.837Aug 31 09:33:18.837 DEBG Aug 31 09:33:18.837created new freemap , DEBGAug 31 09:33:18.837 unitINFO: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 |
| 3043 | 2026-08-31T09:33:20.682Z | freemap_route_ipv6adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 3044 | 2026-08-31T09:33:20.682Z | |
| 3045 | 2026-08-31T09:33:20.682Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 3046 | 2026-08-31T09:33:20.682Z | Aug 31 09:33:18.837Aug 31 09:33:18.837 Aug 31 09:33:18.837 INFODEBG DEBG Aug 31 09:33:18.837adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 3047 | 2026-08-31T09:33:20.682Z | replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] initted freemap. size: 64DEBG, |
| 3048 | 2026-08-31T09:33:20.682Z | unit Aug 31 09:33:18.837Aug 31 09:33:18.837: DEBGfreemap_route_ipv4 replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3049 | 2026-08-31T09:33:20.682Z | INFO |
| 3050 | 2026-08-31T09:33:20.682Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 3051 | 2026-08-31T09:33:20.682Z | |
| 3052 | 2026-08-31T09:33:20.683Z | Aug 31 09:33:18.837 INFOAug 31 09:33:18.837Aug 31 09:33:18.837 Aug 31 09:33:18.837adding route 3fff:beef:25::/64 -> 2001:db8::55:ff DEBGDEBG |
| 3053 | 2026-08-31T09:33:20.683Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 3054 | 2026-08-31T09:33:20.683Z | replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 3055 | 2026-08-31T09:33:20.683Z | reset freemap, adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffunit |
| 3056 | 2026-08-31T09:33:20.683Z | :Aug 31 09:33:18.837Aug 31 09:33:18.837 freemap_route_ipv4INFO |
| 3057 | 2026-08-31T09:33:20.683Z | DEBGAug 31 09:33:18.837 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 3058 | 2026-08-31T09:33:20.683Z | replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 3059 | 2026-08-31T09:33:20.683Z | 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 31 09:33:18.837Aug 31 09:33:18.837 |
| 3060 | 2026-08-31T09:33:20.683Z | DEBG DEBGinitted freemap. size: 64 , Aug 31 09:33:18.837replacing 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 } }] |
| 3061 | 2026-08-31T09:33:20.683Z | unitINFO:Aug 31 09:33:18.837 freemap_route_ipv6adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 3062 | 2026-08-31T09:33:20.683Z | Aug 31 09:33:18.838Aug 31 09:33:18.837Aug 31 09:33:18.838 DEBG created new freemapDEBG , created new freemapunitAug 31 09:33:18.837 DEBG, Aug 31 09:33:18.837DEBGunit INFOreset freemap:, adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffcreated new freemap:, |
| 3063 | 2026-08-31T09:33:20.683Z | unit freemap_route_ipv4 |
| 3064 | 2026-08-31T09:33:20.683Z | :unit :Aug 31 09:33:18.838 freemap_route_ipv4freemap_route_ipv6 |
| 3065 | 2026-08-31T09:33:20.683Z | |
| 3066 | 2026-08-31T09:33:20.683Z | DEBG created new freemap, Aug 31 09:33:18.838unit Aug 31 09:33:18.838:INFO DEBG freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 09:33:18.838 |
| 3067 | 2026-08-31T09:33:20.684Z | |
| 3068 | 2026-08-31T09:33:20.684Z | DEBGcreated new freemap , 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 } }]unit: |
| 3069 | 2026-08-31T09:33:20.684Z | Aug 31 09:33:18.838 Aug 31 09:33:18.838 freemap_route_ipv6 |
| 3070 | 2026-08-31T09:33:20.684Z | DEBGDEBG Aug 31 09:33:18.838replacing 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 } }]initted freemap. size: 64 |
| 3071 | 2026-08-31T09:33:20.684Z | INFOAug 31 09:33:18.838 , DEBGadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 3072 | 2026-08-31T09:33:20.684Z | Aug 31 09:33:18.838 initted freemap. size: 64INFO, unitunitAug 31 09:33:18.838adding route 3fff:dead::/64 -> 2001:db8::55:1: |
| 3073 | 2026-08-31T09:33:20.684Z | : DEBGfreemap_route_ipv4 freemap_route_ipv4Aug 31 09:33:18.838replacing 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 } }] |
| 3074 | 2026-08-31T09:33:20.684Z | DEBG |
| 3075 | 2026-08-31T09:33:20.684Z | 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 } }] |
| 3076 | 2026-08-31T09:33:20.684Z | |
| 3077 | 2026-08-31T09:33:20.684Z | Aug 31 09:33:18.838Aug 31 09:33:18.838 DEBGDEBG Aug 31 09:33:18.838failed to allocate space for the new target list |
| 3078 | 2026-08-31T09:33:20.684Z | reset freemapINFO, unit :adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 09:33:18.838 |
| 3079 | 2026-08-31T09:33:20.684Z | Aug 31 09:33:18.838 DEBGfreemap_route_ipv4 |
| 3080 | 2026-08-31T09:33:20.684Z | DEBGreset freemap , Aug 31 09:33:18.838replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]unit: |
| 3081 | 2026-08-31T09:33:20.684Z | DEBG Aug 31 09:33:18.838freemap_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 } }] |
| 3082 | 2026-08-31T09:33:20.685Z | |
| 3083 | 2026-08-31T09:33:20.685Z | DEBG initted freemap. size: 64Aug 31 09:33:18.838, unitINFO: adding route 3fff:dead::/64 -> 2001:db8::55:2freemap_route_ipv6 |
| 3084 | 2026-08-31T09:33:20.686Z | |
| 3085 | 2026-08-31T09:33:20.687Z | Aug 31 09:33:18.838 DEBG Aug 31 09:33:18.838 initted freemap. size: 64DEBG, Aug 31 09:33:18.838 unitreset freemap: , DEBGunitfreemap_route_ipv6: |
| 3086 | 2026-08-31T09:33:20.687Z | freemap_route_ipv6 |
| 3087 | 2026-08-31T09:33:20.687Z | 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 31 09:33:18.838 |
| 3088 | 2026-08-31T09:33:20.687Z | DEBG reset freemapAug 31 09:33:18.838, Aug 31 09:33:18.838INFOunit :adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 3089 | 2026-08-31T09:33:20.687Z | adding route 3fff:beef::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 3090 | 2026-08-31T09:33:20.687Z | |
| 3091 | 2026-08-31T09:33:20.687Z | Aug 31 09:33:18.838 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 31 09:33:18.838 |
| 3092 | 2026-08-31T09:33:20.701Z | Aug 31 09:33:18.838INFO adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 3093 | 2026-08-31T09:33:20.702Z | Aug 31 09:33:18.838replacing 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 } }] |
| 3094 | 2026-08-31T09:33:20.702Z | INFO adding route 172.16.0.0/32 -> 10.0.0.2Aug 31 09:33:18.838 |
| 3095 | 2026-08-31T09:33:20.702Z | |
| 3096 | 2026-08-31T09:33:20.702Z | DEBGAug 31 09:33:18.838 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 3097 | 2026-08-31T09:33:20.702Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 3098 | 2026-08-31T09:33:20.702Z | Aug 31 09:33:18.838 DEBG Aug 31 09:33:18.838replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 31 09:33:18.838 |
| 3099 | 2026-08-31T09:33:20.703Z | Aug 31 09:33:18.838INFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 31 09:33:18.838 |
| 3100 | 2026-08-31T09:33:20.703Z | |
| 3101 | 2026-08-31T09:33:20.703Z | DEBG INFOreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:33:18.838 |
| 3102 | 2026-08-31T09:33:20.703Z | adding route 172.16.0.0/32 -> 10.0.0.3DEBG |
| 3103 | 2026-08-31T09:33:20.703Z | Aug 31 09:33:18.838 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 3104 | 2026-08-31T09:33:20.703Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 3105 | 2026-08-31T09:33:20.703Z | Aug 31 09:33:18.838 Aug 31 09:33:18.838DEBGAug 31 09:33:18.838 INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]DEBG |
| 3106 | 2026-08-31T09:33:20.703Z | Aug 31 09:33:18.838 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 } }] |
| 3107 | 2026-08-31T09:33:20.703Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3108 | 2026-08-31T09:33:20.703Z | Aug 31 09:33:18.838 INFOINFO Aug 31 09:33:18.838Aug 31 09:33:18.838 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO adding route 172.16.0.0/32 -> 10.0.0.4DEBG |
| 3109 | 2026-08-31T09:33:20.703Z | |
| 3110 | 2026-08-31T09:33:20.703Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3111 | 2026-08-31T09:33:20.704Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 31 09:33:18.838Aug 31 09:33:18.838 |
| 3112 | 2026-08-31T09:33:20.704Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 31 09:33:18.838 |
| 3113 | 2026-08-31T09:33:20.704Z | 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 } }]DEBG |
| 3114 | 2026-08-31T09:33:20.704Z | 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 31 09:33:18.838Aug 31 09:33:18.838 |
| 3115 | 2026-08-31T09:33:20.704Z | INFOINFO adding route 172.17.0.0/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3116 | 2026-08-31T09:33:20.704Z | Aug 31 09:33:18.838Aug 31 09:33:18.838 INFO |
| 3117 | 2026-08-31T09:33:20.704Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 31 09:33:18.838 |
| 3118 | 2026-08-31T09:33:20.704Z | INFODEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:18.838Aug 31 09:33:18.838 |
| 3119 | 2026-08-31T09:33:20.704Z | DEBG DEBGadding route 3fff:beef:22::/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 } }] |
| 3120 | 2026-08-31T09:33:20.704Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 31 09:33:18.838 |
| 3121 | 2026-08-31T09:33:20.705Z | |
| 3122 | 2026-08-31T09:33:20.705Z | INFO Aug 31 09:33:18.838adding route 172.17.0.1/32 -> 10.0.0.255 |
| 3123 | 2026-08-31T09:33:20.705Z | INFOAug 31 09:33:18.838Aug 31 09:33:18.838 adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 3124 | 2026-08-31T09:33:20.705Z | DEBG Aug 31 09:33:18.838 replacing targets for 3fff:dead::/64 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 31 09:33:18.838 |
| 3125 | 2026-08-31T09:33:20.705Z | 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 |
| 3126 | 2026-08-31T09:33:20.705Z | replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 3127 | 2026-08-31T09:33:20.705Z | Aug 31 09:33:18.838Aug 31 09:33:18.838 WARNINFO 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 172.17.0.2/32 -> 10.0.0.255 |
| 3128 | 2026-08-31T09:33:20.705Z | |
| 3129 | 2026-08-31T09:33:20.705Z | Aug 31 09:33:18.838shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3130 | 2026-08-31T09:33:20.705Z | Aug 31 09:33:18.838INFOAug 31 09:33:18.838 DEBGadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 3131 | 2026-08-31T09:33:20.705Z | INFO 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 31 09:33:18.838 |
| 3132 | 2026-08-31T09:33:20.705Z | Aug 31 09:33:18.838adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 3133 | 2026-08-31T09:33:20.705Z | DEBG ERROAug 31 09:33:18.838replacing 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 31 09:33:18.838rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO |
| 3134 | 2026-08-31T09:33:20.706Z | adding route 172.17.0.3/32 -> 10.0.0.255 |
| 3135 | 2026-08-31T09:33:20.706Z | DEBG |
| 3136 | 2026-08-31T09:33:20.706Z | Aug 31 09:33:18.838 ERRO Aug 31 09:33:18.838shrink-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 31 09:33:18.838 |
| 3137 | 2026-08-31T09:33:20.706Z | 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.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 } }] |
| 3138 | 2026-08-31T09:33:20.706Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 3139 | 2026-08-31T09:33:20.706Z | |
| 3140 | 2026-08-31T09:33:20.706Z | Aug 31 09:33:18.838 INFO adding route 172.17.0.4/32 -> 10.0.0.255Aug 31 09:33:18.838 |
| 3141 | 2026-08-31T09:33:20.706Z | DEBGAug 31 09:33:18.838 INFOreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:33:18.838adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 3142 | 2026-08-31T09:33:20.706Z | |
| 3143 | 2026-08-31T09:33:20.706Z | 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 31 09:33:18.838 |
| 3144 | 2026-08-31T09:33:20.706Z | Aug 31 09:33:18.838 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 } }] |
| 3145 | 2026-08-31T09:33:20.707Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 31 09:33:18.838 |
| 3146 | 2026-08-31T09:33:20.707Z | INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 3147 | 2026-08-31T09:33:20.707Z | Aug 31 09:33:18.838 DEBGAug 31 09:33:18.838 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 |
| 3148 | 2026-08-31T09:33:20.707Z | Aug 31 09:33:18.838 DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 3149 | 2026-08-31T09:33:20.707Z | 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 31 09:33:18.838 |
| 3150 | 2026-08-31T09:33:20.707Z | INFOAug 31 09:33:18.838 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG |
| 3151 | 2026-08-31T09:33:20.707Z | Aug 31 09:33:18.838 INFOreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 3152 | 2026-08-31T09:33:20.707Z | Aug 31 09:33:18.838 adding route 172.17.0.6/32 -> 10.0.0.255DEBG |
| 3153 | 2026-08-31T09:33:20.707Z | 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 } }] |
| 3154 | 2026-08-31T09:33:20.708Z | Aug 31 09:33:18.838 Aug 31 09:33:18.838 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 31 09:33:18.838DEBG |
| 3155 | 2026-08-31T09:33:20.708Z | INFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3156 | 2026-08-31T09:33:20.708Z | |
| 3157 | 2026-08-31T09:33:20.708Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 31 09:33:18.838 |
| 3158 | 2026-08-31T09:33:20.708Z | DEBGAug 31 09:33:18.838Aug 31 09:33:18.838 DEBGINFOAug 31 09:33:18.838 replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3159 | 2026-08-31T09:33:20.708Z | DEBGadding route 172.17.0.7/32 -> 10.0.0.255 |
| 3160 | 2026-08-31T09:33:20.708Z | |
| 3161 | 2026-08-31T09:33:20.708Z | 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 } }] |
| 3162 | 2026-08-31T09:33:20.708Z | Aug 31 09:33:18.838 Aug 31 09:33:18.838INFO Aug 31 09:33:18.838adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 31 09:33:18.838 INFOAug 31 09:33:18.839 Aug 31 09:33:18.839adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 3163 | 2026-08-31T09:33:20.708Z | DEBG DEBGcreated new freemap , created new freemapAug 31 09:33:18.854unit , :DEBG freemap_route_ipv4unitreplacing 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 } }] |
| 3164 | 2026-08-31T09:33:20.709Z | |
| 3165 | 2026-08-31T09:33:20.709Z | : freemap_route_ipv4Aug 31 09:33:18.854 |
| 3166 | 2026-08-31T09:33:20.709Z | |
| 3167 | 2026-08-31T09:33:20.709Z | Aug 31 09:33:18.854 DEBG created new freemapINFO, unitadding route 3fff:beef:c::/64 -> 2001:db8::55:ff: |
| 3168 | 2026-08-31T09:33:20.709Z | freemap_route_ipv6 |
| 3169 | 2026-08-31T09:33:20.710Z | DEBGAug 31 09:33:18.854 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3170 | 2026-08-31T09:33:20.710Z | Aug 31 09:33:18.854 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 31 09:33:18.854DEBG |
| 3171 | 2026-08-31T09:33:20.710Z | DEBG 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 } }] |
| 3172 | 2026-08-31T09:33:20.710Z | Aug 31 09:33:18.854adding route 3fff:beef:27::/64 -> 2001:db8::55:ff INFOAug 31 09:33:18.854 adding route 172.17.0.8/32 -> 10.0.0.255INFO |
| 3173 | 2026-08-31T09:33:20.710Z | |
| 3174 | 2026-08-31T09:33:20.711Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ffinitted freemap. size: 64Aug 31 09:33:18.854 , |
| 3175 | 2026-08-31T09:33:20.711Z | unitINFOAug 31 09:33:18.854 adding route 3fff:beef:28::/64 -> 2001:db8::55:ff: |
| 3176 | 2026-08-31T09:33:20.711Z | freemap_route_ipv4DEBG |
| 3177 | 2026-08-31T09:33:20.711Z | Aug 31 09:33:18.854Aug 31 09:33:18.854Aug 31 09:33:18.854 DEBG DEBGreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 |
| 3178 | 2026-08-31T09:33:20.712Z | |
| 3179 | 2026-08-31T09:33:20.712Z | 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: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 } }] |
| 3180 | 2026-08-31T09:33:20.712Z | |
| 3181 | 2026-08-31T09:33:20.712Z | Aug 31 09:33:18.854 Aug 31 09:33:18.854INFO Aug 31 09:33:18.854Aug 31 09:33:18.854Aug 31 09:33:18.854 DEBG INFOadding route 172.17.0.9/32 -> 10.0.0.255INFO |
| 3182 | 2026-08-31T09:33:20.712Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 3183 | 2026-08-31T09:33:20.712Z | INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ff Aug 31 09:33:18.854 DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 3184 | 2026-08-31T09:33:20.712Z | |
| 3185 | 2026-08-31T09:33:20.712Z | replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemapAug 31 09:33:18.854, unit DEBG:Aug 31 09:33:18.854 Aug 31 09:33:18.854DEBG DEBG |
| 3186 | 2026-08-31T09:33:20.712Z | 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: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 } }] |
| 3187 | 2026-08-31T09:33:20.712Z | |
| 3188 | 2026-08-31T09:33:20.712Z | freemap_route_ipv4Aug 31 09:33:18.854replacing 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 31 09:33:18.854INFO |
| 3189 | 2026-08-31T09:33:20.712Z | |
| 3190 | 2026-08-31T09:33:20.712Z | INFOadding route 172.17.0.10/32 -> 10.0.0.255 |
| 3191 | 2026-08-31T09:33:20.712Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 3192 | 2026-08-31T09:33:20.719Z | Aug 31 09:33:18.854 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 31 09:33:18.854 |
| 3193 | 2026-08-31T09:33:20.719Z | Aug 31 09:33:18.854Aug 31 09:33:18.854 INFODEBG Aug 31 09:33:18.854Aug 31 09:33:18.854 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBG 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 } }] |
| 3194 | 2026-08-31T09:33:20.720Z | 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 } }] |
| 3195 | 2026-08-31T09:33:20.720Z | |
| 3196 | 2026-08-31T09:33:20.720Z | initted freemap. size: 64Aug 31 09:33:18.854, DEBGAug 31 09:33:18.854INFO adding route 172.17.0.11/32 -> 10.0.0.255replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3197 | 2026-08-31T09:33:20.720Z | |
| 3198 | 2026-08-31T09:33:20.720Z | unit:Aug 31 09:33:18.854DEBG INFOreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:33:18.854adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 3199 | 2026-08-31T09:33:20.720Z | |
| 3200 | 2026-08-31T09:33:20.720Z | Aug 31 09:33:18.854INFO DEBG Aug 31 09:33:18.854replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:2b::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 3201 | 2026-08-31T09:33:20.720Z | |
| 3202 | 2026-08-31T09:33:20.720Z | |
| 3203 | 2026-08-31T09:33:20.720Z | Aug 31 09:33:18.854 DEBGAug 31 09:33:18.854INFOAug 31 09:33:18.854 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 |
| 3204 | 2026-08-31T09:33:20.720Z | INFOreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 3205 | 2026-08-31T09:33:20.720Z | Aug 31 09:33:18.854 DEBG |
| 3206 | 2026-08-31T09:33:20.720Z | adding route 172.17.0.12/32 -> 10.0.0.255Aug 31 09:33:18.854Aug 31 09:33:18.854 |
| 3207 | 2026-08-31T09:33:20.720Z | INFO reset freemapINFO Aug 31 09:33:18.854adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 31 09:33:18.854 |
| 3208 | 2026-08-31T09:33:20.720Z | DEBGDEBG |
| 3209 | 2026-08-31T09:33:20.720Z | 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 31 09:33:18.854replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 3210 | 2026-08-31T09:33:20.721Z | : |
| 3211 | 2026-08-31T09:33:20.721Z | freemap_route_ipv6DEBG |
| 3212 | 2026-08-31T09:33:20.721Z | 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 31 09:33:18.854 |
| 3213 | 2026-08-31T09:33:20.721Z | DEBG Aug 31 09:33:18.854replacing 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 31 09:33:18.854 |
| 3214 | 2026-08-31T09:33:20.721Z | Aug 31 09:33:18.854Aug 31 09:33:18.854 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFOINFO |
| 3215 | 2026-08-31T09:33:20.721Z | adding route 172.17.0.13/32 -> 10.0.0.255adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 3216 | 2026-08-31T09:33:20.721Z | |
| 3217 | 2026-08-31T09:33:20.721Z | INFOAug 31 09:33:18.854Aug 31 09:33:18.854 adding route 3fff:dead::/64 -> 2001:db8::55:1INFODEBGAug 31 09:33:18.854 |
| 3218 | 2026-08-31T09:33:20.721Z | Aug 31 09:33:18.854 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 } }] |
| 3219 | 2026-08-31T09:33:20.721Z | DEBGDEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff 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 } }] |
| 3220 | 2026-08-31T09:33:20.721Z | |
| 3221 | 2026-08-31T09:33:20.721Z | 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 31 09:33:18.854Aug 31 09:33:18.854 |
| 3222 | 2026-08-31T09:33:20.721Z | Aug 31 09:33:18.854 DEBGAug 31 09:33:18.854INFO DEBGAug 31 09:33:18.854INFO adding route 172.17.0.14/32 -> 10.0.0.255replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 3223 | 2026-08-31T09:33:20.722Z | |
| 3224 | 2026-08-31T09:33:20.722Z | |
| 3225 | 2026-08-31T09:33:20.722Z | INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 31 09:33:18.854Aug 31 09:33:18.854 |
| 3226 | 2026-08-31T09:33:20.722Z | INFO |
| 3227 | 2026-08-31T09:33:20.722Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG |
| 3228 | 2026-08-31T09:33:20.722Z | Aug 31 09:33:18.854replacing 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 31 09:33:18.854 |
| 3229 | 2026-08-31T09:33:20.722Z | 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 } }]DEBG |
| 3230 | 2026-08-31T09:33:20.722Z | Aug 31 09:33:18.854 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 } }]Aug 31 09:33:18.854 |
| 3231 | 2026-08-31T09:33:20.722Z | 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 31 09:33:18.854 |
| 3232 | 2026-08-31T09:33:20.722Z | Aug 31 09:33:18.854INFOINFO adding route 172.17.0.15/32 -> 10.0.0.255Aug 31 09:33:18.854 adding route 3fff:dead::/64 -> 2001:db8::55:2INFO |
| 3233 | 2026-08-31T09:33:20.722Z | Aug 31 09:33:18.854 |
| 3234 | 2026-08-31T09:33:20.722Z | INFO INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 3235 | 2026-08-31T09:33:20.722Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 31 09:33:18.854 |
| 3236 | 2026-08-31T09:33:20.722Z | DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ff 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 31 09:33:18.854 |
| 3237 | 2026-08-31T09:33:20.722Z | Aug 31 09:33:18.854Aug 31 09:33:18.854DEBG 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 } }] |
| 3238 | 2026-08-31T09:33:20.722Z | DEBGAug 31 09:33:18.854 |
| 3239 | 2026-08-31T09:33:20.722Z | DEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3240 | 2026-08-31T09:33:20.722Z | |
| 3241 | 2026-08-31T09:33:20.722Z | Aug 31 09:33:18.854 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 3242 | 2026-08-31T09:33:20.722Z | Aug 31 09:33:18.854 Aug 31 09:33:18.854INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 3243 | 2026-08-31T09:33:20.722Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff INFO |
| 3244 | 2026-08-31T09:33:20.722Z | Aug 31 09:33:18.854 adding route 172.17.0.16/32 -> 10.0.0.255INFO |
| 3245 | 2026-08-31T09:33:20.722Z | Aug 31 09:33:18.854Aug 31 09:33:18.854 INFOAug 31 09:33:18.854 DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff Aug 31 09:33:18.854replacing 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:dead::/64 -> 2001:db8::55:3DEBG |
| 3246 | 2026-08-31T09:33:20.722Z | |
| 3247 | 2026-08-31T09:33:20.723Z | 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 } }] |
| 3248 | 2026-08-31T09:33:20.723Z | DEBG |
| 3249 | 2026-08-31T09:33:20.723Z | 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 } }] |
| 3250 | 2026-08-31T09:33:20.723Z | Aug 31 09:33:18.854Aug 31 09:33:18.854Aug 31 09:33:18.854 Aug 31 09:33:18.854Aug 31 09:33:18.854 INFODEBG DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 3251 | 2026-08-31T09:33:20.723Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 3252 | 2026-08-31T09:33:20.723Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3253 | 2026-08-31T09:33:20.724Z | Aug 31 09:33:18.854 |
| 3254 | 2026-08-31T09:33:20.724Z | INFO DEBGINFO adding route 172.17.0.17/32 -> 10.0.0.255 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 } }] |
| 3255 | 2026-08-31T09:33:20.724Z | |
| 3256 | 2026-08-31T09:33:20.724Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 3257 | 2026-08-31T09:33:20.724Z | Aug 31 09:33:18.854 Aug 31 09:33:18.854 INFOINFO Aug 31 09:33:18.854 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 31 09:33:18.854Aug 31 09:33:18.854adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 3258 | 2026-08-31T09:33:20.724Z | DEBGINFO |
| 3259 | 2026-08-31T09:33:20.724Z | replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG |
| 3260 | 2026-08-31T09:33:20.724Z | Aug 31 09:33:18.854 |
| 3261 | 2026-08-31T09:33:20.724Z | 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 } }] |
| 3262 | 2026-08-31T09:33:20.724Z | 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 31 09:33:18.854 |
| 3263 | 2026-08-31T09:33:20.724Z | 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 31 09:33:18.854 |
| 3264 | 2026-08-31T09:33:20.724Z | Aug 31 09:33:18.854 INFOINFOAug 31 09:33:18.854Aug 31 09:33:18.854 adding route 3fff:beef:32::/64 -> 2001:db8::55:ff Aug 31 09:33:18.854 |
| 3265 | 2026-08-31T09:33:20.724Z | INFO INFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 3266 | 2026-08-31T09:33:20.724Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 172.17.0.18/32 -> 10.0.0.255DEBGAug 31 09:33:18.854 |
| 3267 | 2026-08-31T09:33:20.724Z | |
| 3268 | 2026-08-31T09:33:20.724Z | Aug 31 09:33:18.854 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 } }] |
| 3269 | 2026-08-31T09:33:20.724Z | 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 31 09:33:18.854DEBGAug 31 09:33:18.854 |
| 3270 | 2026-08-31T09:33:20.724Z | replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 3271 | 2026-08-31T09:33:20.724Z | 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 31 09:33:18.854 |
| 3272 | 2026-08-31T09:33:20.724Z | Aug 31 09:33:18.854DEBG 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 } }]INFOAug 31 09:33:18.854 |
| 3273 | 2026-08-31T09:33:20.724Z | INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:33::/64 -> 2001:db8::55:ff DEBG |
| 3274 | 2026-08-31T09:33:20.724Z | replacing targets for 3fff:dead::/64 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 31 09:33:18.854 |
| 3275 | 2026-08-31T09:33:20.725Z | INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 3276 | 2026-08-31T09:33:20.725Z | Aug 31 09:33:18.864freemap_route_ipv4Aug 31 09:33:18.864 |
| 3277 | 2026-08-31T09:33:20.725Z | DEBGWARNAug 31 09:33:18.864 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 } }]shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3278 | 2026-08-31T09:33:20.725Z | DEBG |
| 3279 | 2026-08-31T09:33:20.725Z | 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 } }] |
| 3280 | 2026-08-31T09:33:20.725Z | Aug 31 09:33:18.864Aug 31 09:33:18.864 DEBGINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 3281 | 2026-08-31T09:33:20.725Z | Aug 31 09:33:18.864created new freemap , INFOunit Aug 31 09:33:18.864adding route 3fff:beef:18::/64 -> 2001:db8::55:ff : |
| 3282 | 2026-08-31T09:33:20.725Z | DEBGfreemap_route_ipv6 |
| 3283 | 2026-08-31T09:33:20.725Z | 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 } }] |
| 3284 | 2026-08-31T09:33:20.725Z | Aug 31 09:33:18.864Aug 31 09:33:18.864 DEBGDEBG initted freemap. size: 64 , 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 } }]unitAug 31 09:33:18.864: |
| 3285 | 2026-08-31T09:33:20.725Z | INFOfreemap_route_ipv4 |
| 3286 | 2026-08-31T09:33:20.725Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 3287 | 2026-08-31T09:33:20.725Z | Aug 31 09:33:18.864Aug 31 09:33:18.864 INFODEBG Aug 31 09:33:18.837adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 31 09:33:18.864 |
| 3288 | 2026-08-31T09:33:20.725Z | reset freemap , DEBGDEBG unit 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 } }]: |
| 3289 | 2026-08-31T09:33:20.725Z | freemap_route_ipv4created new freemap |
| 3290 | 2026-08-31T09:33:20.725Z | Aug 31 09:33:18.864 , DEBGAug 31 09:33:18.864 replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.864INFO DEBGunit |
| 3291 | 2026-08-31T09:33:20.725Z | :adding route 3fff:beef:36::/64 -> 2001:db8::55:ff freemap_route_ipv4initted freemap. size: 64 |
| 3292 | 2026-08-31T09:33:20.781Z | |
| 3293 | 2026-08-31T09:33:20.781Z | , unitAug 31 09:33:18.864: freemap_route_ipv6Aug 31 09:33:18.864 |
| 3294 | 2026-08-31T09:33:20.781Z | INFODEBGAug 31 09:33:18.864 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:1a::/64 -> 2001:db8::55:ffAug 31 09:33:18.864 |
| 3295 | 2026-08-31T09:33:20.781Z | DEBG |
| 3296 | 2026-08-31T09:33:20.781Z | DEBGreset freemap created new freemap, , unitAug 31 09:33:18.864:unit Aug 31 09:33:18.864freemap_route_ipv6 |
| 3297 | 2026-08-31T09:33:20.781Z | INFO:DEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3298 | 2026-08-31T09:33:20.781Z | freemap_route_ipv6Aug 31 09:33:18.864 |
| 3299 | 2026-08-31T09:33:20.781Z | |
| 3300 | 2026-08-31T09:33:20.781Z | INFOAug 31 09:33:18.864 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGAug 31 09:33:18.864 |
| 3301 | 2026-08-31T09:33:20.781Z | 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 |
| 3302 | 2026-08-31T09:33:20.781Z | Aug 31 09:33:18.864initted freemap. size: 64Aug 31 09:33:18.864 DEBG, unitAug 31 09:33:18.864replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]: |
| 3303 | 2026-08-31T09:33:20.781Z | INFO INFO freemap_route_ipv4 adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 3304 | 2026-08-31T09:33:20.781Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 3305 | 2026-08-31T09:33:20.781Z | |
| 3306 | 2026-08-31T09:33:20.781Z | Aug 31 09:33:18.864 Aug 31 09:33:18.864INFOAug 31 09:33:18.864 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2DEBG reset freemap |
| 3307 | 2026-08-31T09:33:20.781Z | Aug 31 09:33:18.864replacing 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 } }], |
| 3308 | 2026-08-31T09:33:20.781Z | DEBGAug 31 09:33:18.864unit 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 } }]: |
| 3309 | 2026-08-31T09:33:20.781Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 31 09:33:18.864 |
| 3310 | 2026-08-31T09:33:20.781Z | freemap_route_ipv4INFO |
| 3311 | 2026-08-31T09:33:20.782Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 31 09:33:18.864 |
| 3312 | 2026-08-31T09:33:20.782Z | Aug 31 09:33:18.864Aug 31 09:33:18.864 INFOAug 31 09:33:18.864 DEBGINFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3313 | 2026-08-31T09:33:20.782Z | initted freemap. size: 64replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 3314 | 2026-08-31T09:33:20.782Z | unit: freemap_route_ipv6adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 31 09:33:18.864 |
| 3315 | 2026-08-31T09:33:20.782Z | |
| 3316 | 2026-08-31T09:33:20.782Z | DEBGAug 31 09:33:18.864 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3317 | 2026-08-31T09:33:20.782Z | INFOAug 31 09:33:18.864 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff Aug 31 09:33:18.864DEBG |
| 3318 | 2026-08-31T09:33:20.782Z | Aug 31 09:33:18.864 DEBGINFOreplacing 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:dead::/64 -> 2001:db8::55:4 |
| 3319 | 2026-08-31T09:33:20.782Z | reset freemap |
| 3320 | 2026-08-31T09:33:20.782Z | , Aug 31 09:33:18.864 DEBG unitreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.864: |
| 3321 | 2026-08-31T09:33:20.782Z | Aug 31 09:33:18.864 DEBG freemap_route_ipv6 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3322 | 2026-08-31T09:33:20.782Z | INFO |
| 3323 | 2026-08-31T09:33:20.782Z | Aug 31 09:33:18.864 INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 3324 | 2026-08-31T09:33:20.782Z | Aug 31 09:33:18.864adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 31 09:33:18.864 |
| 3325 | 2026-08-31T09:33:20.783Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3326 | 2026-08-31T09:33:20.783Z | DEBGAug 31 09:33:18.864Aug 31 09:33:18.864 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 3327 | 2026-08-31T09:33:20.783Z | DEBG Aug 31 09:33:18.864 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 |
| 3328 | 2026-08-31T09:33:20.783Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3329 | 2026-08-31T09:33:20.783Z | |
| 3330 | 2026-08-31T09:33:20.783Z | Aug 31 09:33:18.864 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 3331 | 2026-08-31T09:33:20.783Z | Aug 31 09:33:18.864 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 31 09:33:18.864 |
| 3332 | 2026-08-31T09:33:20.783Z | Aug 31 09:33:18.864Aug 31 09:33:18.864DEBG DEBGreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3333 | 2026-08-31T09:33:20.783Z | DEBG |
| 3334 | 2026-08-31T09:33:20.783Z | created new freemapAug 31 09:33:18.864, unitDEBG:Aug 31 09:33:18.864 freemap_route_ipv6replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 3335 | 2026-08-31T09:33:20.783Z | |
| 3336 | 2026-08-31T09:33:20.783Z | failed to allocate space for the new target list |
| 3337 | 2026-08-31T09:33:20.783Z | Aug 31 09:33:18.864Aug 31 09:33:18.864 DEBGINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 3338 | 2026-08-31T09:33:20.783Z | , unitAug 31 09:33:18.864: freemap_route_ipv4DEBG |
| 3339 | 2026-08-31T09:33:20.783Z | |
| 3340 | 2026-08-31T09:33:20.783Z | replacing targets for 3fff:dead::/64 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 31 09:33:18.864 |
| 3341 | 2026-08-31T09:33:20.783Z | Aug 31 09:33:18.864 Aug 31 09:33:18.864DEBG DEBGreset freemap , replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 3342 | 2026-08-31T09:33:20.783Z | : DEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 3343 | 2026-08-31T09:33:20.783Z | |
| 3344 | 2026-08-31T09:33:20.783Z | Aug 31 09:33:18.865 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 3345 | 2026-08-31T09:33:20.783Z | Aug 31 09:33:18.865 DEBG initted freemap. size: 64, Aug 31 09:33:18.865unit Aug 31 09:33:18.865DEBG : 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 } }]INFOfreemap_route_ipv6 |
| 3346 | 2026-08-31T09:33:20.783Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 3347 | 2026-08-31T09:33:20.783Z | |
| 3348 | 2026-08-31T09:33:20.783Z | Aug 31 09:33:18.865 Aug 31 09:33:18.865DEBG Aug 31 09:33:18.865 DEBGreset freemap , INFOunitreplacing 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 } }]: |
| 3349 | 2026-08-31T09:33:20.784Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 3350 | 2026-08-31T09:33:20.784Z | |
| 3351 | 2026-08-31T09:33:20.784Z | Aug 31 09:33:18.865 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 3352 | 2026-08-31T09:33:20.784Z | Aug 31 09:33:18.865 DEBG Aug 31 09:33:18.865Aug 31 09:33:18.865 INFODEBGreplacing 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 } }] |
| 3353 | 2026-08-31T09:33:20.784Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 3354 | 2026-08-31T09:33:20.784Z | replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3355 | 2026-08-31T09:33:20.784Z | |
| 3356 | 2026-08-31T09:33:20.784Z | Aug 31 09:33:18.865Aug 31 09:33:18.865 Aug 31 09:33:18.865INFO INFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG |
| 3357 | 2026-08-31T09:33:20.784Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3358 | 2026-08-31T09:33:20.784Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 3359 | 2026-08-31T09:33:20.784Z | Aug 31 09:33:18.865 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 31 09:33:18.865Aug 31 09:33:18.865 |
| 3360 | 2026-08-31T09:33:20.784Z | test route::tests::grow_succeeds ... ok |
| 3361 | 2026-08-31T09:33:20.784Z | DEBG INFOreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3362 | 2026-08-31T09:33:20.784Z | test route::tests::identity_replace_is_noop ... ok |
| 3363 | 2026-08-31T09:33:20.784Z | Aug 31 09:33:18.865adding route 172.16.0.0/32 -> 10.0.0.2 INFO |
| 3364 | 2026-08-31T09:33:20.784Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 3365 | 2026-08-31T09:33:20.784Z | Aug 31 09:33:18.865 Aug 31 09:33:18.865DEBGAug 31 09:33:18.865 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 } }] |
| 3366 | 2026-08-31T09:33:20.785Z | 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 } }] |
| 3367 | 2026-08-31T09:33:20.785Z | INFO Aug 31 09:33:18.854Aug 31 09:33:18.865Aug 31 09:33:18.865adding route 3fff:beef:23::/64 -> 2001:db8::55:ff INFO INFO INFO adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3368 | 2026-08-31T09:33:20.785Z | |
| 3369 | 2026-08-31T09:33:20.785Z | |
| 3370 | 2026-08-31T09:33:20.785Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 3371 | 2026-08-31T09:33:20.785Z | Aug 31 09:33:18.865Aug 31 09:33:18.865 Aug 31 09:33:18.865DEBGDEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3372 | 2026-08-31T09:33:20.785Z | Aug 31 09:33:18.865 |
| 3373 | 2026-08-31T09:33:20.785Z | DEBG 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 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 } }] |
| 3374 | 2026-08-31T09:33:20.785Z | |
| 3375 | 2026-08-31T09:33:20.785Z | Aug 31 09:33:18.865 INFOAug 31 09:33:18.865 adding route 172.17.0.20/32 -> 10.0.0.255INFO |
| 3376 | 2026-08-31T09:33:20.785Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 3377 | 2026-08-31T09:33:20.785Z | Aug 31 09:33:18.865 INFOAug 31 09:33:18.865 Aug 31 09:33:18.865 Aug 31 09:33:18.865DEBG 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 } }]adding route 3fff:beef:24::/64 -> 2001:db8::55:ffINFO |
| 3378 | 2026-08-31T09:33:20.785Z | 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:39::/64 -> 2001:db8::55:ff |
| 3379 | 2026-08-31T09:33:20.785Z | |
| 3380 | 2026-08-31T09:33:20.785Z | Aug 31 09:33:18.865 INFO |
| 3381 | 2026-08-31T09:33:20.785Z | Aug 31 09:33:18.865 adding route 172.17.0.21/32 -> 10.0.0.255INFOAug 31 09:33:18.865 |
| 3382 | 2026-08-31T09:33:20.785Z | adding route 172.17.0.2/32 -> 10.0.0.255Aug 31 09:33:18.865 DEBG |
| 3383 | 2026-08-31T09:33:20.785Z | DEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 31 09:33:18.865 |
| 3384 | 2026-08-31T09:33:20.785Z | |
| 3385 | 2026-08-31T09:33:20.785Z | Aug 31 09:33:18.865DEBG Aug 31 09:33:18.865replacing 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 } }] |
| 3386 | 2026-08-31T09:33:20.785Z | Aug 31 09:33:18.865 Aug 31 09:33:18.865DEBGAug 31 09:33:18.865 Aug 31 09:33:18.865INFO created new freemapAug 31 09:33:18.890 DEBG, adding route 3fff:beef:25::/64 -> 2001:db8::55:ffunit INFO:created new freemap , |
| 3387 | 2026-08-31T09:33:20.785Z | adding route 172.17.0.3/32 -> 10.0.0.255DEBGfreemap_route_ipv4 |
| 3388 | 2026-08-31T09:33:20.785Z | |
| 3389 | 2026-08-31T09:33:20.785Z | unit:created new freemap , unit:Aug 31 09:33:18.890freemap_route_ipv4 |
| 3390 | 2026-08-31T09:33:20.785Z | DEBG freemap_route_ipv4replacing 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 } }] |
| 3391 | 2026-08-31T09:33:20.786Z | Aug 31 09:33:18.865 |
| 3392 | 2026-08-31T09:33:20.792Z | Aug 31 09:33:18.890 DEBGDEBG created new freemap , created new freemapunitAug 31 09:33:18.890:Aug 31 09:33:18.890 , freemap_route_ipv6unit |
| 3393 | 2026-08-31T09:33:20.792Z | :INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:fffreemap_route_ipv4DEBG |
| 3394 | 2026-08-31T09:33:20.792Z | |
| 3395 | 2026-08-31T09:33:20.792Z | created new freemapAug 31 09:33:18.890, unitDEBG: initted freemap. size: 64Aug 31 09:33:18.890, freemap_route_ipv6 unitDEBG:Aug 31 09:33:18.890 freemap_route_ipv4 |
| 3396 | 2026-08-31T09:33:20.792Z | DEBG |
| 3397 | 2026-08-31T09:33:20.792Z | 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 } }]created new freemap |
| 3398 | 2026-08-31T09:33:20.793Z | , unit:Aug 31 09:33:18.890 Aug 31 09:33:18.890DEBG freemap_route_ipv6 Aug 31 09:33:18.890 |
| 3399 | 2026-08-31T09:33:20.793Z | INFOreset freemap adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 3400 | 2026-08-31T09:33:20.793Z | DEBG, Aug 31 09:33:18.890unit DEBG: initted freemap. size: 64freemap_route_ipv4, |
| 3401 | 2026-08-31T09:33:20.793Z | unit: Aug 31 09:33:18.890 freemap_route_ipv4 |
| 3402 | 2026-08-31T09:33:20.793Z | Aug 31 09:33:18.890DEBG 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 |
| 3403 | 2026-08-31T09:33:20.793Z | initted freemap. size: 64initted freemap. size: 64, Aug 31 09:33:18.890unit , :unit :Aug 31 09:33:18.890DEBGfreemap_route_ipv6 INFOreset freemap |
| 3404 | 2026-08-31T09:33:20.793Z | , unit:freemap_route_ipv4 adding route 3fff:beef:28::/64 -> 2001:db8::55:fffreemap_route_ipv4Aug 31 09:33:18.890 |
| 3405 | 2026-08-31T09:33:20.793Z | |
| 3406 | 2026-08-31T09:33:20.793Z | |
| 3407 | 2026-08-31T09:33:20.793Z | DEBG reset freemap, Aug 31 09:33:18.890unitAug 31 09:33:18.890: DEBG freemap_route_ipv6DEBGinitted freemap. size: 64 |
| 3408 | 2026-08-31T09:33:20.793Z | , unitreplacing 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 31 09:33:18.890 |
| 3409 | 2026-08-31T09:33:20.793Z | DEBG: Aug 31 09:33:18.890freemap_route_ipv6 Aug 31 09:33:18.890INFO |
| 3410 | 2026-08-31T09:33:20.793Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 3411 | 2026-08-31T09:33:20.793Z | |
| 3412 | 2026-08-31T09:33:20.793Z | reset freemapAug 31 09:33:18.890, unitAug 31 09:33:18.890DEBG DEBGAug 31 09:33:18.890reset freemap: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG |
| 3413 | 2026-08-31T09:33:20.793Z | 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 } }], |
| 3414 | 2026-08-31T09:33:20.793Z | unit : Aug 31 09:33:18.890freemap_route_ipv6 freemap_route_ipv4 |
| 3415 | 2026-08-31T09:33:20.793Z | |
| 3416 | 2026-08-31T09:33:20.794Z | Aug 31 09:33:18.890INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 31 09:33:18.890adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 3417 | 2026-08-31T09:33:20.794Z | |
| 3418 | 2026-08-31T09:33:20.794Z | Aug 31 09:33:18.890 DEBG initted freemap. size: 64INFO, unitAug 31 09:33:18.890adding route 172.16.0.0/32 -> 10.0.0.1: Aug 31 09:33:18.890DEBG |
| 3419 | 2026-08-31T09:33:20.794Z | replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGfreemap_route_ipv6 |
| 3420 | 2026-08-31T09:33:20.794Z | Aug 31 09:33:18.890replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3421 | 2026-08-31T09:33:20.794Z | |
| 3422 | 2026-08-31T09:33:20.794Z | DEBG Aug 31 09:33:18.890replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 31 09:33:18.890 |
| 3423 | 2026-08-31T09:33:20.794Z | INFOAug 31 09:33:18.890 INFOadding route 3fff:dead::/64 -> 2001:db8::55:3 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 31 09:33:18.890 |
| 3424 | 2026-08-31T09:33:20.794Z | |
| 3425 | 2026-08-31T09:33:20.794Z | DEBG INFOreset freemapAug 31 09:33:18.890 Aug 31 09:33:18.890adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3426 | 2026-08-31T09:33:20.794Z | , unitDEBG DEBGAug 31 09:33:18.890 :replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3427 | 2026-08-31T09:33:20.794Z | DEBG |
| 3428 | 2026-08-31T09:33:20.794Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3429 | 2026-08-31T09:33:20.794Z | freemap_route_ipv6 |
| 3430 | 2026-08-31T09:33:20.794Z | Aug 31 09:33:18.890Aug 31 09:33:18.890 INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4Aug 31 09:33:18.890 |
| 3431 | 2026-08-31T09:33:20.794Z | INFO |
| 3432 | 2026-08-31T09:33:20.794Z | Aug 31 09:33:18.890adding route 172.16.0.0/32 -> 10.0.0.3 Aug 31 09:33:18.890Aug 31 09:33:18.890INFO |
| 3433 | 2026-08-31T09:33:20.794Z | DEBGDEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_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: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 } }] |
| 3434 | 2026-08-31T09:33:20.794Z | |
| 3435 | 2026-08-31T09:33:20.794Z | Aug 31 09:33:18.890 |
| 3436 | 2026-08-31T09:33:20.794Z | DEBG Aug 31 09:33:18.890Aug 31 09:33:18.890 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 } }] |
| 3437 | 2026-08-31T09:33:20.794Z | Aug 31 09:33:18.890 replacing targets for 3fff:dead::/64 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 } }]DEBGINFO Aug 31 09:33:18.890adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 3438 | 2026-08-31T09:33:20.794Z | |
| 3439 | 2026-08-31T09:33:20.794Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 3440 | 2026-08-31T09:33:20.794Z | adding route 172.16.0.0/32 -> 10.0.0.4Aug 31 09:33:18.890 |
| 3441 | 2026-08-31T09:33:20.794Z | Aug 31 09:33:18.890 WARNAug 31 09:33:18.890 Aug 31 09:33:18.890DEBG shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBGreplacing 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 } }] |
| 3442 | 2026-08-31T09:33:20.794Z | |
| 3443 | 2026-08-31T09:33:20.795Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3444 | 2026-08-31T09:33:20.795Z | DEBGAug 31 09:33:18.890 INFO Aug 31 09:33:18.890adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3445 | 2026-08-31T09:33:20.795Z | |
| 3446 | 2026-08-31T09:33:20.795Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 31 09:33:18.890 |
| 3447 | 2026-08-31T09:33:20.795Z | 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 } }] |
| 3448 | 2026-08-31T09:33:20.795Z | Aug 31 09:33:18.890INFO Aug 31 09:33:18.890INFO DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 3449 | 2026-08-31T09:33:20.795Z | 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 } }] |
| 3450 | 2026-08-31T09:33:20.796Z | |
| 3451 | 2026-08-31T09:33:20.797Z | Aug 31 09:33:18.890Aug 31 09:33:18.890 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 172.17.0.4/32 -> 10.0.0.255 |
| 3452 | 2026-08-31T09:33:20.797Z | |
| 3453 | 2026-08-31T09:33:20.797Z | Aug 31 09:33:18.890 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 3454 | 2026-08-31T09:33:20.797Z | Aug 31 09:33:18.890Aug 31 09:33:18.890 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 } }]Aug 31 09:33:18.890replacing 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 } }] |
| 3455 | 2026-08-31T09:33:20.797Z | DEBG |
| 3456 | 2026-08-31T09:33:20.797Z | 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 } }] |
| 3457 | 2026-08-31T09:33:20.797Z | Aug 31 09:33:18.890 INFO Aug 31 09:33:18.890Aug 31 09:33:18.890 adding route 172.17.0.5/32 -> 10.0.0.255INFOINFO |
| 3458 | 2026-08-31T09:33:20.797Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 3459 | 2026-08-31T09:33:20.797Z | |
| 3460 | 2026-08-31T09:33:20.797Z | Aug 31 09:33:18.890 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 } }]Aug 31 09:33:18.890 |
| 3461 | 2026-08-31T09:33:20.797Z | DEBGAug 31 09:33:18.890 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 31 09:33:18.890 |
| 3462 | 2026-08-31T09:33:20.797Z | INFO adding route 172.17.0.6/32 -> 10.0.0.255replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3463 | 2026-08-31T09:33:20.797Z | Aug 31 09:33:18.890 |
| 3464 | 2026-08-31T09:33:20.797Z | INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 31 09:33:18.890 |
| 3465 | 2026-08-31T09:33:20.797Z | DEBGAug 31 09:33:18.890DEBG INFOreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:18.890 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 } }] |
| 3466 | 2026-08-31T09:33:20.797Z | |
| 3467 | 2026-08-31T09:33:20.797Z | 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 } }] |
| 3468 | 2026-08-31T09:33:20.797Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 3469 | 2026-08-31T09:33:20.797Z | Aug 31 09:33:18.890 Aug 31 09:33:18.890INFOAug 31 09:33:18.890 adding route 172.17.0.7/32 -> 10.0.0.255 |
| 3470 | 2026-08-31T09:33:20.797Z | INFOAug 31 09:33:18.890INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3471 | 2026-08-31T09:33:20.797Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 3472 | 2026-08-31T09:33:20.797Z | Aug 31 09:33:18.890 DEBG DEBGreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:18.890 |
| 3473 | 2026-08-31T09:33:20.797Z | DEBGAug 31 09:33:18.890 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 } }]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 } }] |
| 3474 | 2026-08-31T09:33:20.797Z | 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 } }] |
| 3475 | 2026-08-31T09:33:20.797Z | |
| 3476 | 2026-08-31T09:33:20.797Z | Aug 31 09:33:18.890 Aug 31 09:33:18.890INFO Aug 31 09:33:18.890Aug 31 09:33:18.890Aug 31 09:33:18.890 DEBGINFO INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffINFO |
| 3477 | 2026-08-31T09:33:20.797Z | adding route 172.17.0.8/32 -> 10.0.0.255created new freemap |
| 3478 | 2026-08-31T09:33:20.797Z | , adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffadding route 172.17.0.23/32 -> 10.0.0.255Aug 31 09:33:18.890 |
| 3479 | 2026-08-31T09:33:20.797Z | |
| 3480 | 2026-08-31T09:33:20.797Z | Aug 31 09:33:18.890 DEBGDEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 31 09:33:18.890 |
| 3481 | 2026-08-31T09:33:20.797Z | |
| 3482 | 2026-08-31T09:33:20.797Z | DEBG unitAug 31 09:33:18.890replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:18.890 :Aug 31 09:33:18.890 |
| 3483 | 2026-08-31T09:33:20.797Z | INFO INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 3484 | 2026-08-31T09:33:20.797Z | adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3485 | 2026-08-31T09:33:20.797Z | |
| 3486 | 2026-08-31T09:33:20.798Z | DEBGAug 31 09:33:18.890 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 } }]INFOAug 31 09:33:18.890 |
| 3487 | 2026-08-31T09:33:20.798Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3488 | 2026-08-31T09:33:20.798Z | DEBGAug 31 09:33:18.890 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 31 09:33:18.890 Aug 31 09:33:18.890 Aug 31 09:33:18.890INFO |
| 3489 | 2026-08-31T09:33:20.798Z | DEBGinitted freemap. size: 64 , replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 31 09:33:18.891unit |
| 3490 | 2026-08-31T09:33:20.798Z | : INFOreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 3491 | 2026-08-31T09:33:20.798Z | Aug 31 09:33:18.891 Aug 31 09:33:18.891DEBG |
| 3492 | 2026-08-31T09:33:20.806Z | DEBG created new freemapAug 31 09:33:18.891 Aug 31 09:33:18.904INFO INFOadding route 172.17.0.10/32 -> 10.0.0.255 |
| 3493 | 2026-08-31T09:33:20.806Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3494 | 2026-08-31T09:33:20.806Z | , unitAug 31 09:33:18.904freemap_route_ipv4Aug 31 09:33:18.904: |
| 3495 | 2026-08-31T09:33:20.806Z | Aug 31 09:33:18.904DEBGfreemap_route_ipv4 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 } }] |
| 3496 | 2026-08-31T09:33:20.806Z | 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 |
| 3497 | 2026-08-31T09:33:20.807Z | |
| 3498 | 2026-08-31T09:33:20.807Z | 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 } }] |
| 3499 | 2026-08-31T09:33:20.807Z | Aug 31 09:33:18.904Aug 31 09:33:18.904 INFODEBGAug 31 09:33:18.904 Aug 31 09:33:18.904Aug 31 09:33:18.904 reset freemapDEBG INFOadding route 3fff:beef:3f::/64 -> 2001:db8::55:ff INFO |
| 3500 | 2026-08-31T09:33:20.807Z | adding route 172.17.0.26/32 -> 10.0.0.255 adding route 172.17.0.11/32 -> 10.0.0.255 |
| 3501 | 2026-08-31T09:33:20.807Z | |
| 3502 | 2026-08-31T09:33:20.807Z | created new freemap, unitAug 31 09:33:18.904:, Aug 31 09:33:18.904 DEBG freemap_route_ipv6replacing 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 } }] |
| 3503 | 2026-08-31T09:33:20.807Z | |
| 3504 | 2026-08-31T09:33:20.807Z | unitAug 31 09:33:18.904DEBG DEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]: |
| 3505 | 2026-08-31T09:33:20.807Z | |
| 3506 | 2026-08-31T09:33:20.807Z | Aug 31 09:33:18.904 freemap_route_ipv4DEBGAug 31 09:33:18.904 |
| 3507 | 2026-08-31T09:33:20.807Z | Aug 31 09:33:18.904Aug 31 09:33:18.904failed to allocate space for the new target list DEBG |
| 3508 | 2026-08-31T09:33:20.807Z | INFO initted freemap. size: 64INFO, adding route 172.17.0.12/32 -> 10.0.0.255unit |
| 3509 | 2026-08-31T09:33:20.807Z | Aug 31 09:33:18.904: DEBGadding route 172.17.0.27/32 -> 10.0.0.255freemap_route_ipv4Aug 31 09:33:18.904Aug 31 09:33:18.904 |
| 3510 | 2026-08-31T09:33:20.807Z | DEBG |
| 3511 | 2026-08-31T09:33:20.807Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3512 | 2026-08-31T09:33:20.807Z | 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 31 09:33:18.904 |
| 3513 | 2026-08-31T09:33:20.807Z | DEBG Aug 31 09:33:18.904DEBG Aug 31 09:33:18.904 DEBGreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:33:18.904failed to allocate space for the new target list |
| 3514 | 2026-08-31T09:33:20.807Z | initted freemap. size: 64 |
| 3515 | 2026-08-31T09:33:20.807Z | INFODEBG Aug 31 09:33:18.904 adding route 172.17.0.13/32 -> 10.0.0.255reset freemap, |
| 3516 | 2026-08-31T09:33:20.807Z | unit, :unit : freemap_route_ipv6INFO |
| 3517 | 2026-08-31T09:33:20.807Z | Aug 31 09:33:18.904freemap_route_ipv4 |
| 3518 | 2026-08-31T09:33:20.807Z | adding route 172.17.0.28/32 -> 10.0.0.255 DEBG |
| 3519 | 2026-08-31T09:33:20.807Z | 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 } }] |
| 3520 | 2026-08-31T09:33:20.807Z | Aug 31 09:33:18.904 Aug 31 09:33:18.904DEBG DEBGreset freemapAug 31 09:33:18.904Aug 31 09:33:18.904 , INFODEBG initted freemap. size: 64unit, adding route 172.17.0.14/32 -> 10.0.0.255 unitreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3521 | 2026-08-31T09:33:20.807Z | : |
| 3522 | 2026-08-31T09:33:20.807Z | freemap_route_ipv6: |
| 3523 | 2026-08-31T09:33:20.807Z | freemap_route_ipv6Aug 31 09:33:18.904 |
| 3524 | 2026-08-31T09:33:20.807Z | DEBG Aug 31 09:33:18.904replacing 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 } }] |
| 3525 | 2026-08-31T09:33:20.807Z | Aug 31 09:33:18.904INFO DEBG adding route 172.17.0.29/32 -> 10.0.0.255Aug 31 09:33:18.904reset freemap |
| 3526 | 2026-08-31T09:33:20.807Z | , INFOunit adding route 172.17.0.15/32 -> 10.0.0.255Aug 31 09:33:18.904: |
| 3527 | 2026-08-31T09:33:20.807Z | Aug 31 09:33:18.904 freemap_route_ipv6DEBGINFOAug 31 09:33:18.904 |
| 3528 | 2026-08-31T09:33:20.807Z | DEBGreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3529 | 2026-08-31T09:33:20.807Z | replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3530 | 2026-08-31T09:33:20.807Z | |
| 3531 | 2026-08-31T09:33:20.807Z | Aug 31 09:33:18.904 INFO Aug 31 09:33:18.904adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 09:33:18.904 |
| 3532 | 2026-08-31T09:33:20.807Z | INFOINFO adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255Aug 31 09:33:18.904 |
| 3533 | 2026-08-31T09:33:20.807Z | |
| 3534 | 2026-08-31T09:33:20.808Z | Aug 31 09:33:18.904 DEBG Aug 31 09:33:18.904DEBG Aug 31 09:33:18.904DEBG 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.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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-31T09:33:20.808Z | |
| 3536 | 2026-08-31T09:33:20.808Z | 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 } }] |
| 3537 | 2026-08-31T09:33:20.808Z | |
| 3538 | 2026-08-31T09:33:20.808Z | Aug 31 09:33:18.904Aug 31 09:33:18.904 INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255Aug 31 09:33:18.904 |
| 3539 | 2026-08-31T09:33:20.808Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3540 | 2026-08-31T09:33:20.808Z | Aug 31 09:33:18.904adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3541 | 2026-08-31T09:33:20.808Z | Aug 31 09:33:18.904 Aug 31 09:33:18.904DEBG DEBGreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO Aug 31 09:33:18.904 |
| 3542 | 2026-08-31T09:33:20.809Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 3543 | 2026-08-31T09:33:20.809Z | adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 31 09:33:18.904 |
| 3544 | 2026-08-31T09:33:20.809Z | |
| 3545 | 2026-08-31T09:33:20.809Z | INFO adding route 172.17.0.32/32 -> 10.0.0.255Aug 31 09:33:18.904Aug 31 09:33:18.904 |
| 3546 | 2026-08-31T09:33:20.809Z | INFO Aug 31 09:33:18.904 INFOAug 31 09:33:18.904adding route 172.17.0.18/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG |
| 3547 | 2026-08-31T09:33:20.809Z | |
| 3548 | 2026-08-31T09:33:20.809Z | 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 } }] |
| 3549 | 2026-08-31T09:33:20.809Z | DEBG Aug 31 09:33:18.904 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG Aug 31 09:33:18.904adding route 3fff:beef:36::/64 -> 2001:db8::55:ff Aug 31 09:33:18.904replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 3550 | 2026-08-31T09:33:20.809Z | INFO |
| 3551 | 2026-08-31T09:33:20.809Z | 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.33/32 -> 10.0.0.255 |
| 3552 | 2026-08-31T09:33:20.810Z | |
| 3553 | 2026-08-31T09:33:20.810Z | |
| 3554 | 2026-08-31T09:33:20.810Z | Aug 31 09:33:18.904 INFOAug 31 09:33:18.904 adding route 3fff:dead::/64 -> 2001:db8::55:4INFOAug 31 09:33:18.904 |
| 3555 | 2026-08-31T09:33:20.810Z | Aug 31 09:33:18.904adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3556 | 2026-08-31T09:33:20.810Z | INFODEBG Aug 31 09:33:18.904replacing 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 } }] |
| 3557 | 2026-08-31T09:33:20.810Z | Aug 31 09:33:18.904Aug 31 09:33:18.904 DEBGAug 31 09:33:18.904DEBGDEBG INFOreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.34/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3558 | 2026-08-31T09:33:20.810Z | |
| 3559 | 2026-08-31T09:33:20.810Z | 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 } }] |
| 3560 | 2026-08-31T09:33:20.810Z | |
| 3561 | 2026-08-31T09:33:20.810Z | |
| 3562 | 2026-08-31T09:33:20.810Z | Aug 31 09:33:18.904Aug 31 09:33:18.904 Aug 31 09:33:18.904 DEBGDEBGINFO 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.20/32 -> 10.0.0.255Aug 31 09:33:18.904 |
| 3563 | 2026-08-31T09:33:20.810Z | |
| 3564 | 2026-08-31T09:33:20.810Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55: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 } }] |
| 3565 | 2026-08-31T09:33:20.810Z | Aug 31 09:33:18.904 DEBGAug 31 09:33:18.904 INFO Aug 31 09:33:18.904DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3566 | 2026-08-31T09:33:20.810Z | |
| 3567 | 2026-08-31T09:33:20.810Z | |
| 3568 | 2026-08-31T09:33:20.810Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 3569 | 2026-08-31T09:33:20.810Z | Aug 31 09:33:18.904Aug 31 09:33:18.904 Aug 31 09:33:18.904INFODEBGAug 31 09:33:18.904 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 } }] |
| 3570 | 2026-08-31T09:33:20.810Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3571 | 2026-08-31T09:33:20.810Z | 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 } }]Aug 31 09:33:18.904adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3572 | 2026-08-31T09:33:20.810Z | Aug 31 09:33:18.904 |
| 3573 | 2026-08-31T09:33:20.810Z | DEBG INFOreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3574 | 2026-08-31T09:33:20.810Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3575 | 2026-08-31T09:33:20.810Z | Aug 31 09:33:18.904 DEBG Aug 31 09:33:18.904replacing 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 31 09:33:18.904Aug 31 09:33:18.904INFO |
| 3576 | 2026-08-31T09:33:20.810Z | DEBG INFO replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 3577 | 2026-08-31T09:33:20.810Z | |
| 3578 | 2026-08-31T09:33:20.810Z | adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3579 | 2026-08-31T09:33:20.810Z | Aug 31 09:33:18.904Aug 31 09:33:18.904 Aug 31 09:33:18.904 DEBG created new freemapDEBGINFOAug 31 09:33:18.904 replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] , replacing targets for 172.17.0.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 } }] |
| 3580 | 2026-08-31T09:33:20.810Z | |
| 3581 | 2026-08-31T09:33:20.810Z | INFOadding route 172.17.0.37/32 -> 10.0.0.255 unit |
| 3582 | 2026-08-31T09:33:20.810Z | adding route 172.17.0.0/32 -> 10.0.0.255Aug 31 09:33:18.904: INFO |
| 3583 | 2026-08-31T09:33:20.810Z | Aug 31 09:33:18.904freemap_route_ipv4adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3584 | 2026-08-31T09:33:20.811Z | DEBG |
| 3585 | 2026-08-31T09:33:20.811Z | 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 31 09:33:18.904 |
| 3586 | 2026-08-31T09:33:20.811Z | Aug 31 09:33:18.904 Aug 31 09:33:18.904DEBGINFO Aug 31 09:33:18.904 DEBG Aug 31 09:33:18.904 adding route 3fff:beef:39::/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 } }]INFO |
| 3587 | 2026-08-31T09:33:20.811Z | |
| 3588 | 2026-08-31T09:33:20.811Z | adding route 172.17.0.38/32 -> 10.0.0.255DEBGreplacing 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 31 09:33:18.904 INFO |
| 3589 | 2026-08-31T09:33:20.811Z | |
| 3590 | 2026-08-31T09:33:20.811Z | created new freemap adding route 172.17.0.24/32 -> 10.0.0.255, |
| 3591 | 2026-08-31T09:33:20.811Z | Aug 31 09:33:18.904unit :Aug 31 09:33:18.904Aug 31 09:33:18.904Aug 31 09:33:18.904DEBG DEBG freemap_route_ipv6replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFODEBG |
| 3592 | 2026-08-31T09:33:20.816Z | |
| 3593 | 2026-08-31T09:33:20.816Z | adding route 172.17.0.1/32 -> 10.0.0.255replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3594 | 2026-08-31T09:33:20.816Z | |
| 3595 | 2026-08-31T09:33:20.816Z | |
| 3596 | 2026-08-31T09:33:20.816Z | Aug 31 09:33:18.904 Aug 31 09:33:18.904INFO Aug 31 09:33:18.904Aug 31 09:33:18.904Aug 31 09:33:18.904 INFODEBGadding route 172.17.0.39/32 -> 10.0.0.255 INFO |
| 3597 | 2026-08-31T09:33:20.817Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffinitted freemap. size: 64 , DEBGunitAug 31 09:33:18.904 |
| 3598 | 2026-08-31T09:33:20.817Z | adding route 172.17.0.25/32 -> 10.0.0.255: |
| 3599 | 2026-08-31T09:33:20.817Z | DEBG freemap_route_ipv4replacing 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 } }] |
| 3600 | 2026-08-31T09:33:20.817Z | 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 31 09:33:18.918 |
| 3601 | 2026-08-31T09:33:20.817Z | DEBG |
| 3602 | 2026-08-31T09:33:20.817Z | reset freemapAug 31 09:33:18.904Aug 31 09:33:18.918, Aug 31 09:33:18.918unit Aug 31 09:33:18.918 INFOINFODEBG :adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3603 | 2026-08-31T09:33:20.817Z | DEBGfreemap_route_ipv4 |
| 3604 | 2026-08-31T09:33:20.817Z | created new freemap, Aug 31 09:33:18.918unit :DEBG Aug 31 09:33:18.918freemap_route_ipv4 |
| 3605 | 2026-08-31T09:33:20.817Z | 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 } }] |
| 3606 | 2026-08-31T09:33:20.817Z | initted freemap. size: 64, Aug 31 09:33:18.918unit :DEBG Aug 31 09:33:18.918created new freemapfreemap_route_ipv6, |
| 3607 | 2026-08-31T09:33:20.817Z | unit: freemap_route_ipv6INFO |
| 3608 | 2026-08-31T09:33:20.817Z | Aug 31 09:33:18.918 DEBGadding route 172.17.0.3/32 -> 10.0.0.255 |
| 3609 | 2026-08-31T09:33:20.818Z | reset freemapAug 31 09:33:18.918, unitDEBG: initted freemap. size: 64, freemap_route_ipv6unit |
| 3610 | 2026-08-31T09:33:20.818Z | : freemap_route_ipv4Aug 31 09:33:18.918 |
| 3611 | 2026-08-31T09:33:20.818Z | DEBGAug 31 09:33:18.918 INFOreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3612 | 2026-08-31T09:33:20.818Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 09:33:18.918 |
| 3613 | 2026-08-31T09:33:20.818Z | DEBG reset freemapAug 31 09:33:18.918Aug 31 09:33:18.918, DEBGINFOunit :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3614 | 2026-08-31T09:33:20.818Z | freemap_route_ipv4adding route 172.17.0.4/32 -> 10.0.0.255 |
| 3615 | 2026-08-31T09:33:20.818Z | |
| 3616 | 2026-08-31T09:33:20.818Z | Aug 31 09:33:18.918 Aug 31 09:33:18.918replacing 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 31 09:33:18.918 |
| 3617 | 2026-08-31T09:33:20.818Z | INFO DEBGDEBG initted freemap. size: 64 , adding route 3fff:dead::/64 -> 2001:db8::55:2unit |
| 3618 | 2026-08-31T09:33:20.819Z | :Aug 31 09:33:18.918 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 } }] |
| 3619 | 2026-08-31T09:33:20.819Z | INFO |
| 3620 | 2026-08-31T09:33:20.819Z | adding route 172.17.0.26/32 -> 10.0.0.255Aug 31 09:33:18.918Aug 31 09:33:18.918 |
| 3621 | 2026-08-31T09:33:20.820Z | Aug 31 09:33:18.918 DEBGDEBG INFOreset freemapAug 31 09:33:18.918, unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]:DEBG |
| 3622 | 2026-08-31T09:33:20.820Z | 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 } }] |
| 3623 | 2026-08-31T09:33:20.820Z | freemap_route_ipv6 adding route 172.17.0.5/32 -> 10.0.0.255 |
| 3624 | 2026-08-31T09:33:20.820Z | |
| 3625 | 2026-08-31T09:33:20.820Z | Aug 31 09:33:18.918Aug 31 09:33:18.918 INFODEBG adding route 172.17.0.27/32 -> 10.0.0.255Aug 31 09:33:18.918replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3626 | 2026-08-31T09:33:20.820Z | INFO |
| 3627 | 2026-08-31T09:33:20.820Z | Aug 31 09:33:18.918adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3628 | 2026-08-31T09:33:20.820Z | DEBG Aug 31 09:33:18.918replacing 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 } }] |
| 3629 | 2026-08-31T09:33:20.820Z | DEBGAug 31 09:33:18.918 replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3630 | 2026-08-31T09:33:20.820Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3631 | 2026-08-31T09:33:20.820Z | Aug 31 09:33:18.918 Aug 31 09:33:18.918INFO Aug 31 09:33:18.918INFO adding route 172.17.0.28/32 -> 10.0.0.255INFO |
| 3632 | 2026-08-31T09:33:20.820Z | adding route 172.17.0.0/32 -> 10.0.0.255adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3633 | 2026-08-31T09:33:20.820Z | adding route 172.17.0.6/32 -> 10.0.0.255 |
| 3634 | 2026-08-31T09:33:20.820Z | |
| 3635 | 2026-08-31T09:33:20.820Z | Aug 31 09:33:18.918Aug 31 09:33:18.918 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.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:18.918 |
| 3636 | 2026-08-31T09:33:20.820Z | |
| 3637 | 2026-08-31T09:33:20.820Z | DEBG Aug 31 09:33:18.918replacing 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 31 09:33:18.918 |
| 3638 | 2026-08-31T09:33:20.820Z | 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 31 09:33:18.918 |
| 3639 | 2026-08-31T09:33:20.820Z | adding route 172.17.0.1/32 -> 10.0.0.255INFO |
| 3640 | 2026-08-31T09:33:20.820Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3641 | 2026-08-31T09:33:20.820Z | Aug 31 09:33:18.918 INFOAug 31 09:33:18.904 adding route 172.17.0.41/32 -> 10.0.0.255Aug 31 09:33:18.918Aug 31 09:33:18.918DEBG |
| 3642 | 2026-08-31T09:33:20.820Z | DEBG Aug 31 09:33:18.918 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.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 } }] |
| 3643 | 2026-08-31T09:33:20.820Z | INFO |
| 3644 | 2026-08-31T09:33:20.820Z | DEBGAug 31 09:33:18.919 adding route 172.17.0.7/32 -> 10.0.0.255 |
| 3645 | 2026-08-31T09:33:20.820Z | Aug 31 09:33:18.919replacing 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 } }] |
| 3646 | 2026-08-31T09:33:20.820Z | INFODEBG Aug 31 09:33:18.919 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff Aug 31 09:33:18.919INFO |
| 3647 | 2026-08-31T09:33:20.820Z | Aug 31 09:33:18.919 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 } }]DEBGINFOadding route 172.17.0.2/32 -> 10.0.0.255 |
| 3648 | 2026-08-31T09:33:20.820Z | |
| 3649 | 2026-08-31T09:33:20.820Z | adding route 172.17.0.30/32 -> 10.0.0.255 Aug 31 09:33:18.919 |
| 3650 | 2026-08-31T09:33:20.820Z | Aug 31 09:33:18.919DEBGreplacing 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 } }] |
| 3651 | 2026-08-31T09:33:20.820Z | 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 31 09:33:18.919 |
| 3652 | 2026-08-31T09:33:20.820Z | DEBGINFO adding route 172.17.0.42/32 -> 10.0.0.255Aug 31 09:33:18.919replacing 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 } }] |
| 3653 | 2026-08-31T09:33:20.820Z | |
| 3654 | 2026-08-31T09:33:20.820Z | test route::tests::same_size_non_subset_replace ... ok |
| 3655 | 2026-08-31T09:33:20.820Z | Aug 31 09:33:18.919Aug 31 09:33:18.919 INFODEBG Aug 31 09:33:18.919Aug 31 09:33:18.919 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 3656 | 2026-08-31T09:33:20.820Z | INFO |
| 3657 | 2026-08-31T09:33:20.820Z | adding route 172.17.0.3/32 -> 10.0.0.255INFO |
| 3658 | 2026-08-31T09:33:20.820Z | 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 31 09:33:18.919Aug 31 09:33:18.919adding route 172.17.0.8/32 -> 10.0.0.255Aug 31 09:33:18.919 |
| 3659 | 2026-08-31T09:33:20.820Z | |
| 3660 | 2026-08-31T09:33:20.821Z | INFODEBG DEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:33:18.919 |
| 3661 | 2026-08-31T09:33:20.821Z | DEBG Aug 31 09:33:18.919adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3662 | 2026-08-31T09:33:20.821Z | Aug 31 09:33:18.919 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 } }] failed to allocate space for the new target listAug 31 09:33:18.919 |
| 3663 | 2026-08-31T09:33:20.821Z | |
| 3664 | 2026-08-31T09:33:20.821Z | INFO 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 31 09:33:18.919Aug 31 09:33:18.919 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 } }] |
| 3665 | 2026-08-31T09:33:20.821Z | INFO |
| 3666 | 2026-08-31T09:33:20.821Z | DEBGadding route 172.17.0.4/32 -> 10.0.0.255 |
| 3667 | 2026-08-31T09:33:20.821Z | adding route 172.17.0.43/32 -> 10.0.0.255Aug 31 09:33:18.919 |
| 3668 | 2026-08-31T09:33:20.821Z | replacing targets for 3fff:dead::/64 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 31 09:33:18.919Aug 31 09:33:18.919 |
| 3669 | 2026-08-31T09:33:20.821Z | INFO INFO 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 31 09:33:18.919adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3670 | 2026-08-31T09:33:20.821Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3671 | 2026-08-31T09:33:20.821Z | |
| 3672 | 2026-08-31T09:33:20.821Z | DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:18.919 Aug 31 09:33:18.919DEBG Aug 31 09:33:18.919 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 } }]INFODEBG |
| 3673 | 2026-08-31T09:33:20.821Z | |
| 3674 | 2026-08-31T09:33:20.821Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 3675 | 2026-08-31T09:33:20.822Z | 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 } }] |
| 3676 | 2026-08-31T09:33:20.822Z | Aug 31 09:33:18.919Aug 31 09:33:18.919 Aug 31 09:33:18.919DEBGINFO Aug 31 09:33:18.919 INFOadding route 172.17.0.44/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 } }] |
| 3677 | 2026-08-31T09:33:20.822Z | INFO |
| 3678 | 2026-08-31T09:33:20.822Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3679 | 2026-08-31T09:33:20.822Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3680 | 2026-08-31T09:33:20.822Z | Aug 31 09:33:18.919 Aug 31 09:33:18.919INFOAug 31 09:33:18.919 Aug 31 09:33:18.919adding route 172.17.0.6/32 -> 10.0.0.255 |
| 3681 | 2026-08-31T09:33:20.822Z | 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 } }] |
| 3682 | 2026-08-31T09:33:20.822Z | Aug 31 09:33:18.919 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 replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3683 | 2026-08-31T09:33:20.822Z | |
| 3684 | 2026-08-31T09:33:20.822Z | Aug 31 09:33:18.919 INFO |
| 3685 | 2026-08-31T09:33:20.822Z | adding route 172.17.0.11/32 -> 10.0.0.255 |
| 3686 | 2026-08-31T09:33:20.822Z | Aug 31 09:33:18.919Aug 31 09:33:18.919 INFOAug 31 09:33:18.919INFO adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.7/32 -> 10.0.0.255 |
| 3687 | 2026-08-31T09:33:20.822Z | |
| 3688 | 2026-08-31T09:33:20.822Z | INFOAug 31 09:33:18.919Aug 31 09:33:18.919Aug 31 09:33:18.919 DEBG adding route 172.17.0.34/32 -> 10.0.0.255DEBG 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.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 |
| 3689 | 2026-08-31T09:33:20.822Z | |
| 3690 | 2026-08-31T09:33:20.822Z | |
| 3691 | 2026-08-31T09:33:20.822Z | 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 } }] |
| 3692 | 2026-08-31T09:33:20.828Z | Aug 31 09:33:18.919 Aug 31 09:33:18.919INFO Aug 31 09:33:18.919adding route 172.17.0.8/32 -> 10.0.0.255 |
| 3693 | 2026-08-31T09:33:20.828Z | INFO adding route 172.17.0.46/32 -> 10.0.0.255DEBG |
| 3694 | 2026-08-31T09:33:20.828Z | Aug 31 09:33:18.919Aug 31 09:33:18.919 replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGINFO adding route 172.17.0.12/32 -> 10.0.0.255replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3695 | 2026-08-31T09:33:20.829Z | |
| 3696 | 2026-08-31T09:33:20.829Z | |
| 3697 | 2026-08-31T09:33:20.829Z | Aug 31 09:33:18.919 DEBGAug 31 09:33:18.919 Aug 31 09:33:18.919replacing 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 31 09:33:18.919 |
| 3698 | 2026-08-31T09:33:20.829Z | DEBGINFOINFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3699 | 2026-08-31T09:33:20.829Z | 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 31 09:33:18.919 adding route 172.17.0.35/32 -> 10.0.0.255INFO |
| 3700 | 2026-08-31T09:33:20.829Z | Aug 31 09:33:18.919adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3701 | 2026-08-31T09:33:20.829Z | |
| 3702 | 2026-08-31T09:33:20.829Z | DEBG Aug 31 09:33:18.919replacing 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 31 09:33:18.919Aug 31 09:33:18.891Aug 31 09:33:18.919 |
| 3703 | 2026-08-31T09:33:20.829Z | DEBGDEBGINFO Aug 31 09:33:18.919 replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemapDEBG |
| 3704 | 2026-08-31T09:33:20.829Z | , adding route 172.17.0.13/32 -> 10.0.0.255INFO replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3705 | 2026-08-31T09:33:20.829Z | |
| 3706 | 2026-08-31T09:33:20.829Z | |
| 3707 | 2026-08-31T09:33:20.829Z | unit: Aug 31 09:33:18.919freemap_route_ipv4 INFO |
| 3708 | 2026-08-31T09:33:20.829Z | Aug 31 09:33:18.919Aug 31 09:33:18.919 DEBG adding route 172.17.0.36/32 -> 10.0.0.255Aug 31 09:33:18.919 |
| 3709 | 2026-08-31T09:33:20.829Z | Aug 31 09:33:18.919replacing 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 } }]INFODEBG |
| 3710 | 2026-08-31T09:33:20.829Z | 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 } }] |
| 3711 | 2026-08-31T09:33:20.829Z | DEBG Aug 31 09:33:18.919created new freemapadding route 172.17.0.48/32 -> 10.0.0.255 |
| 3712 | 2026-08-31T09:33:20.829Z | INFO, unit :adding route 172.17.0.11/32 -> 10.0.0.255 |
| 3713 | 2026-08-31T09:33:20.830Z | freemap_route_ipv6Aug 31 09:33:18.919Aug 31 09:33:18.919 DEBG |
| 3714 | 2026-08-31T09:33:20.830Z | 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 31 09:33:18.919 Aug 31 09:33:18.919DEBGINFO |
| 3715 | 2026-08-31T09:33:20.830Z | Aug 31 09:33:18.919 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 |
| 3716 | 2026-08-31T09:33:20.830Z | adding route 172.17.0.14/32 -> 10.0.0.255DEBG initted freemap. size: 64Aug 31 09:33:18.919 |
| 3717 | 2026-08-31T09:33:20.830Z | Aug 31 09:33:18.919 INFO, INFOadding route 172.17.0.12/32 -> 10.0.0.255unitAug 31 09:33:18.919: |
| 3718 | 2026-08-31T09:33:20.830Z | 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 } }] |
| 3719 | 2026-08-31T09:33:20.830Z | adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3720 | 2026-08-31T09:33:20.830Z | freemap_route_ipv4Aug 31 09:33:18.919 |
| 3721 | 2026-08-31T09:33:20.830Z | DEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:33:18.919 |
| 3722 | 2026-08-31T09:33:20.830Z | Aug 31 09:33:18.919DEBGDEBG 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 } }] |
| 3723 | 2026-08-31T09:33:20.830Z | Aug 31 09:33:18.919Aug 31 09:33:18.919 Aug 31 09:33:18.943 DEBG DEBGINFO created new freemap adding route 172.17.0.15/32 -> 10.0.0.255, |
| 3724 | 2026-08-31T09:33:20.830Z | created new freemapunit, :unit Aug 31 09:33:18.943freemap_route_ipv4: |
| 3725 | 2026-08-31T09:33:20.830Z | DEBG 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 } }] |
| 3726 | 2026-08-31T09:33:20.831Z | |
| 3727 | 2026-08-31T09:33:20.831Z | Aug 31 09:33:18.943Aug 31 09:33:18.919replacing 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 31 09:33:18.943INFO DEBG |
| 3728 | 2026-08-31T09:33:20.832Z | Aug 31 09:33:18.943 DEBGINFO created new freemapadding route 172.17.0.49/32 -> 10.0.0.255, created new freemap |
| 3729 | 2026-08-31T09:33:20.832Z | unit:, unitfreemap_route_ipv6:adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3730 | 2026-08-31T09:33:20.832Z | freemap_route_ipv6 |
| 3731 | 2026-08-31T09:33:20.832Z | Aug 31 09:33:18.943 Aug 31 09:33:18.943 |
| 3732 | 2026-08-31T09:33:20.832Z | DEBG Aug 31 09:33:18.943DEBGAug 31 09:33:18.943 initted freemap. size: 64INFO, DEBGunitadding route 172.17.0.38/32 -> 10.0.0.255Aug 31 09:33:18.943 |
| 3733 | 2026-08-31T09:33:20.832Z | : 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.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4 |
| 3734 | 2026-08-31T09:33:20.832Z | DEBG |
| 3735 | 2026-08-31T09:33:20.832Z | initted freemap. size: 64Aug 31 09:33:18.943 |
| 3736 | 2026-08-31T09:33:20.832Z | , unitDEBGAug 31 09:33:18.943:Aug 31 09:33:18.943 freemap_route_ipv4 |
| 3737 | 2026-08-31T09:33:20.832Z | replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 3738 | 2026-08-31T09:33:20.832Z | Aug 31 09:33:18.943 Aug 31 09:33:18.943INFO reset freemapadding route 172.17.0.50/32 -> 10.0.0.255Aug 31 09:33:18.943 |
| 3739 | 2026-08-31T09:33:20.832Z | , INFOunit : DEBGINFOadding route 172.17.0.39/32 -> 10.0.0.255 |
| 3740 | 2026-08-31T09:33:20.832Z | reset freemapfreemap_route_ipv4, unit : |
| 3741 | 2026-08-31T09:33:20.832Z | adding route 172.17.0.17/32 -> 10.0.0.255 Aug 31 09:33:18.943 |
| 3742 | 2026-08-31T09:33:20.832Z | freemap_route_ipv4Aug 31 09:33:18.943 |
| 3743 | 2026-08-31T09:33:20.832Z | 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 } }] DEBGAug 31 09:33:18.943 |
| 3744 | 2026-08-31T09:33:20.832Z | 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 } }]DEBGAug 31 09:33:18.943 initted freemap. size: 64DEBG |
| 3745 | 2026-08-31T09:33:20.832Z | Aug 31 09:33:18.943, DEBGAug 31 09:33:18.943unit Aug 31 09:33:18.943replacing 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: |
| 3746 | 2026-08-31T09:33:20.833Z | freemap_route_ipv6 initted freemap. size: 64 |
| 3747 | 2026-08-31T09:33:20.833Z | , unit:adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3748 | 2026-08-31T09:33:20.833Z | freemap_route_ipv6Aug 31 09:33:18.943 |
| 3749 | 2026-08-31T09:33:20.833Z | Aug 31 09:33:18.943 INFO DEBGadding route 172.17.0.51/32 -> 10.0.0.255Aug 31 09:33:18.943Aug 31 09:33:18.943 reset freemapINFO, DEBGDEBG |
| 3750 | 2026-08-31T09:33:20.833Z | 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 } }]reset freemap |
| 3751 | 2026-08-31T09:33:20.833Z | unit: , freemap_route_ipv6unit |
| 3752 | 2026-08-31T09:33:20.833Z | Aug 31 09:33:18.943: DEBG adding route 172.17.0.18/32 -> 10.0.0.255freemap_route_ipv6replacing 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 31 09:33:18.943 |
| 3753 | 2026-08-31T09:33:20.833Z | |
| 3754 | 2026-08-31T09:33:20.833Z | Aug 31 09:33:18.943INFO INFO |
| 3755 | 2026-08-31T09:33:20.833Z | Aug 31 09:33:18.943 adding route 172.17.0.41/32 -> 10.0.0.255Aug 31 09:33:18.943 |
| 3756 | 2026-08-31T09:33:20.833Z | adding route 172.16.0.0/32 -> 10.0.0.1INFOINFO |
| 3757 | 2026-08-31T09:33:20.833Z | adding route 172.17.0.52/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3758 | 2026-08-31T09:33:20.833Z | test route::tests::delete_target_fragmented ... ok |
| 3759 | 2026-08-31T09:33:20.833Z | Aug 31 09:33:18.943 |
| 3760 | 2026-08-31T09:33:20.833Z | Aug 31 09:33:18.943 DEBGDEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 31 09:33:18.943 |
| 3761 | 2026-08-31T09:33:20.833Z | Aug 31 09:33:18.943 |
| 3762 | 2026-08-31T09:33:20.833Z | DEBG 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 } }]Aug 31 09:33:18.944 |
| 3763 | 2026-08-31T09:33:20.834Z | Aug 31 09:33:18.944 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 31 09:33:18.944INFO INFO DEBGadding route 172.17.0.42/32 -> 10.0.0.255Aug 31 09:33:18.944 |
| 3764 | 2026-08-31T09:33:20.834Z | INFO |
| 3765 | 2026-08-31T09:33:20.834Z | 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.16.0.0/32 -> 10.0.0.2adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3766 | 2026-08-31T09:33:20.834Z | |
| 3767 | 2026-08-31T09:33:20.834Z | |
| 3768 | 2026-08-31T09:33:20.834Z | Aug 31 09:33:18.944Aug 31 09:33:18.944Aug 31 09:33:18.944 Aug 31 09:33:18.944 DEBG INFODEBG DEBGadding route 172.16.0.0/32 -> 10.0.0.1 replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3769 | 2026-08-31T09:33:20.834Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3770 | 2026-08-31T09:33:20.834Z | Aug 31 09:33:18.944 |
| 3771 | 2026-08-31T09:33:20.834Z | |
| 3772 | 2026-08-31T09:33:20.834Z | INFO Aug 31 09:33:18.944adding route 172.17.0.19/32 -> 10.0.0.255 Aug 31 09:33:18.944Aug 31 09:33:18.944 |
| 3773 | 2026-08-31T09:33:20.834Z | DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 31 09:33:18.944 |
| 3774 | 2026-08-31T09:33:20.834Z | adding route 172.17.0.54/32 -> 10.0.0.255Aug 31 09:33:18.944 DEBGINFO |
| 3775 | 2026-08-31T09:33:20.834Z | adding route 172.17.0.43/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 } }] Aug 31 09:33:18.944 DEBG |
| 3776 | 2026-08-31T09:33:20.834Z | INFO Aug 31 09:33:18.944 |
| 3777 | 2026-08-31T09:33:20.834Z | adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 3778 | 2026-08-31T09:33:20.834Z | Aug 31 09:33:18.944 |
| 3779 | 2026-08-31T09:33:20.834Z | DEBGDEBGAug 31 09:33:18.944 replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3780 | 2026-08-31T09:33:20.834Z | |
| 3781 | 2026-08-31T09:33:20.834Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 3782 | 2026-08-31T09:33:20.835Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 31 09:33:18.944 INFOAug 31 09:33:18.944Aug 31 09:33:18.944 adding route 172.17.0.20/32 -> 10.0.0.255DEBG |
| 3783 | 2026-08-31T09:33:20.835Z | created new freemap , INFOunit :adding route 172.17.0.55/32 -> 10.0.0.255 Aug 31 09:33:18.973 |
| 3784 | 2026-08-31T09:33:20.835Z | freemap_route_ipv4 |
| 3785 | 2026-08-31T09:33:20.835Z | 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 } }] |
| 3786 | 2026-08-31T09:33:20.835Z | Aug 31 09:33:18.919Aug 31 09:33:18.973Aug 31 09:33:18.973 INFODEBG Aug 31 09:33:18.973 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 } }]DEBGadding route 172.17.0.21/32 -> 10.0.0.255 |
| 3787 | 2026-08-31T09:33:20.835Z | INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 3788 | 2026-08-31T09:33:20.835Z | |
| 3789 | 2026-08-31T09:33:20.835Z | created new freemapAug 31 09:33:18.973, Aug 31 09:33:18.973unitDEBG :Aug 31 09:33:18.973INFO DEBG freemap_route_ipv6 adding route 172.17.0.56/32 -> 10.0.0.255 |
| 3790 | 2026-08-31T09:33:20.835Z | 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 } }] |
| 3791 | 2026-08-31T09:33:20.835Z | |
| 3792 | 2026-08-31T09:33:20.840Z | 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 31 09:33:18.973Aug 31 09:33:18.973 DEBG |
| 3793 | 2026-08-31T09:33:20.840Z | INFOAug 31 09:33:18.973 adding route 172.17.0.14/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 } }] |
| 3794 | 2026-08-31T09:33:20.840Z | |
| 3795 | 2026-08-31T09:33:20.840Z | DEBG Aug 31 09:33:18.973 initted freemap. size: 64Aug 31 09:33:18.973, Aug 31 09:33:18.973INFOunitDEBG 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.22/32 -> 10.0.0.255 |
| 3796 | 2026-08-31T09:33:20.840Z | INFO: adding route 172.17.0.57/32 -> 10.0.0.255freemap_route_ipv4 |
| 3797 | 2026-08-31T09:33:20.840Z | |
| 3798 | 2026-08-31T09:33:20.840Z | |
| 3799 | 2026-08-31T09:33:20.840Z | Aug 31 09:33:18.973 INFOAug 31 09:33:18.973Aug 31 09:33:18.973 DEBGDEBGAug 31 09:33:18.973 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 } }]reset freemap |
| 3800 | 2026-08-31T09:33:20.840Z | , unitadding route 172.17.0.15/32 -> 10.0.0.255: |
| 3801 | 2026-08-31T09:33:20.840Z | freemap_route_ipv4 |
| 3802 | 2026-08-31T09:33:20.840Z | 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 } }] |
| 3803 | 2026-08-31T09:33:20.840Z | Aug 31 09:33:18.973 Aug 31 09:33:18.973INFOAug 31 09:33:18.973 adding route 172.17.0.23/32 -> 10.0.0.255DEBG |
| 3804 | 2026-08-31T09:33:20.840Z | initted freemap. size: 64 , unitDEBGAug 31 09:33:18.973: INFOAug 31 09:33:18.973freemap_route_ipv6 |
| 3805 | 2026-08-31T09:33:20.840Z | replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.58/32 -> 10.0.0.255 |
| 3806 | 2026-08-31T09:33:20.840Z | 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 } }] |
| 3807 | 2026-08-31T09:33:20.840Z | |
| 3808 | 2026-08-31T09:33:20.841Z | Aug 31 09:33:18.973 INFOAug 31 09:33:18.973 adding route 172.17.0.16/32 -> 10.0.0.255DEBG |
| 3809 | 2026-08-31T09:33:20.841Z | reset freemapAug 31 09:33:18.973, unitINFOAug 31 09:33:18.973Aug 31 09:33:18.973 :adding route 172.17.0.24/32 -> 10.0.0.255 DEBGfreemap_route_ipv6 |
| 3810 | 2026-08-31T09:33:20.841Z | 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 } }] |
| 3811 | 2026-08-31T09:33:20.841Z | |
| 3812 | 2026-08-31T09:33:20.841Z | DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:18.973 |
| 3813 | 2026-08-31T09:33:20.841Z | INFO Aug 31 09:33:18.973adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3814 | 2026-08-31T09:33:20.841Z | Aug 31 09:33:18.973INFO Aug 31 09:33:18.973adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3815 | 2026-08-31T09:33:20.841Z | INFODEBG adding route 172.17.0.59/32 -> 10.0.0.255Aug 31 09:33:18.973Aug 31 09:33:18.973 DEBG |
| 3816 | 2026-08-31T09:33:20.841Z | 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 } }] |
| 3817 | 2026-08-31T09:33:20.841Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.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 } }] |
| 3818 | 2026-08-31T09:33:20.841Z | |
| 3819 | 2026-08-31T09:33:20.841Z | Aug 31 09:33:18.973Aug 31 09:33:18.973 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 31 09:33:18.905 |
| 3820 | 2026-08-31T09:33:20.841Z | DEBGINFO Aug 31 09:33:18.973created new freemapAug 31 09:33:18.973 adding route 172.17.0.18/32 -> 10.0.0.255INFO |
| 3821 | 2026-08-31T09:33:20.841Z | Aug 31 09:33:18.973 , INFO Aug 31 09:33:18.973adding route 172.17.0.60/32 -> 10.0.0.255 |
| 3822 | 2026-08-31T09:33:20.841Z | DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }] |
| 3823 | 2026-08-31T09:33:20.841Z | |
| 3824 | 2026-08-31T09:33:20.841Z | Aug 31 09:33:18.973 DEBGadding route 172.17.0.25/32 -> 10.0.0.255 unitreplacing 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 31 09:33:18.973Aug 31 09:33:18.973 |
| 3825 | 2026-08-31T09:33:20.841Z | |
| 3826 | 2026-08-31T09:33:20.841Z | INFO:DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 31 09:33:18.973adding route 172.17.0.19/32 -> 10.0.0.255freemap_route_ipv4 |
| 3827 | 2026-08-31T09:33:20.841Z | |
| 3828 | 2026-08-31T09:33:20.841Z | DEBG |
| 3829 | 2026-08-31T09:33:20.841Z | failed to allocate space for the new target list |
| 3830 | 2026-08-31T09:33:20.841Z | Aug 31 09:33:18.973Aug 31 09:33:18.973 DEBGAug 31 09:33:18.973Aug 31 09:33:18.973DEBGAug 31 09:33:18.973 INFO replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 3831 | 2026-08-31T09:33:20.841Z | adding route 3fff:dead::/64 -> 2001:db8::55:3DEBGDEBG |
| 3832 | 2026-08-31T09:33:20.841Z | |
| 3833 | 2026-08-31T09:33:20.841Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3834 | 2026-08-31T09:33:20.841Z | created new freemap, Aug 31 09:33:18.973Aug 31 09:33:18.973 INFOAug 31 09:33:18.973DEBG INFOunit adding route 172.17.0.26/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255 |
| 3835 | 2026-08-31T09:33:20.841Z | |
| 3836 | 2026-08-31T09:33:20.841Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]: |
| 3837 | 2026-08-31T09:33:20.841Z | Aug 31 09:33:18.973Aug 31 09:33:18.973 INFOAug 31 09:33:18.973freemap_route_ipv6 DEBG |
| 3838 | 2026-08-31T09:33:20.841Z | 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3839 | 2026-08-31T09:33:20.841Z | |
| 3840 | 2026-08-31T09:33:20.842Z | 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 31 09:33:18.973Aug 31 09:33:18.973 DEBG initted freemap. size: 64, unit: |
| 3841 | 2026-08-31T09:33:20.842Z | Aug 31 09:33:18.973 INFODEBG |
| 3842 | 2026-08-31T09:33:20.842Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3843 | 2026-08-31T09:33:20.842Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 3844 | 2026-08-31T09:33:20.842Z | Aug 31 09:33:18.973 INFO |
| 3845 | 2026-08-31T09:33:20.842Z | Aug 31 09:33:18.973 Aug 31 09:33:18.973INFOAug 31 09:33:18.973 DEBGDEBG adding route 172.16.0.0/32 -> 10.0.0.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:3, vlan_id: None } }] Aug 31 09:33:18.973 |
| 3846 | 2026-08-31T09:33:20.842Z | adding route 172.17.0.27/32 -> 10.0.0.255 |
| 3847 | 2026-08-31T09:33:20.842Z | replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3848 | 2026-08-31T09:33:20.842Z | |
| 3849 | 2026-08-31T09:33:20.842Z | reset freemap, Aug 31 09:33:18.973Aug 31 09:33:18.973unit : Aug 31 09:33:18.973reset freemapDEBG, INFOunit adding route 172.17.0.22/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3850 | 2026-08-31T09:33:20.842Z | |
| 3851 | 2026-08-31T09:33:20.842Z | : freemap_route_ipv4 freemap_route_ipv4Aug 31 09:33:18.973 |
| 3852 | 2026-08-31T09:33:20.842Z | DEBG |
| 3853 | 2026-08-31T09:33:20.842Z | DEBG Aug 31 09:33:18.973 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 |
| 3854 | 2026-08-31T09:33:20.842Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 3855 | 2026-08-31T09:33:20.842Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 3856 | 2026-08-31T09:33:20.842Z | adding route 172.17.0.0/32 -> 10.0.0.255Aug 31 09:33:18.973replacing 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 31 09:33:18.973 |
| 3857 | 2026-08-31T09:33:20.842Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 3858 | 2026-08-31T09:33:20.842Z | DEBG Aug 31 09:33:18.973DEBG |
| 3859 | 2026-08-31T09:33:20.842Z | initted freemap. size: 64INFOinitted freemap. size: 64, unit, adding route 172.17.0.23/32 -> 10.0.0.255: |
| 3860 | 2026-08-31T09:33:20.842Z | Aug 31 09:33:18.973 unit DEBG Aug 31 09:33:18.973replacing 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 31 09:33:18.973 |
| 3861 | 2026-08-31T09:33:20.842Z | DEBG freemap_route_ipv6replacing 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 |
| 3862 | 2026-08-31T09:33:20.842Z | freemap_route_ipv6adding route 172.17.0.28/32 -> 10.0.0.255Aug 31 09:33:18.973 |
| 3863 | 2026-08-31T09:33:20.842Z | INFO |
| 3864 | 2026-08-31T09:33:20.842Z | Aug 31 09:33:18.973 adding route 172.17.0.1/32 -> 10.0.0.255INFO |
| 3865 | 2026-08-31T09:33:20.842Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3866 | 2026-08-31T09:33:20.842Z | |
| 3867 | 2026-08-31T09:33:20.842Z | Aug 31 09:33:18.973 DEBGAug 31 09:33:18.973 Aug 31 09:33:18.973reset freemap , DEBGDEBG unit 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 31 09:33:18.973 |
| 3868 | 2026-08-31T09:33:20.842Z | 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 } }] |
| 3869 | 2026-08-31T09:33:20.842Z | DEBGAug 31 09:33:18.973: DEBGreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:18.973 Aug 31 09:33:18.973INFOfreemap_route_ipv6reset freemap |
| 3870 | 2026-08-31T09:33:20.842Z | |
| 3871 | 2026-08-31T09:33:20.842Z | , unitadding route 172.17.0.25/32 -> 10.0.0.255: |
| 3872 | 2026-08-31T09:33:20.842Z | INFO Aug 31 09:33:18.973 freemap_route_ipv6Aug 31 09:33:18.973adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3873 | 2026-08-31T09:33:20.842Z | INFOINFOAug 31 09:33:18.973 adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.17.0.2/32 -> 10.0.0.255DEBG |
| 3874 | 2026-08-31T09:33:20.842Z | |
| 3875 | 2026-08-31T09:33:20.842Z | 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 } }] |
| 3876 | 2026-08-31T09:33:20.842Z | |
| 3877 | 2026-08-31T09:33:20.842Z | Aug 31 09:33:18.973 Aug 31 09:33:18.973DEBG Aug 31 09:33:18.973INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 31 09:33:18.973DEBG Aug 31 09:33:18.973 |
| 3878 | 2026-08-31T09:33:20.842Z | 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 } }] DEBGadding route 172.17.0.26/32 -> 10.0.0.255 |
| 3879 | 2026-08-31T09:33:20.843Z | |
| 3880 | 2026-08-31T09:33:20.843Z | 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 } }] |
| 3881 | 2026-08-31T09:33:20.843Z | Aug 31 09:33:18.973Aug 31 09:33:18.973Aug 31 09:33:18.973INFO Aug 31 09:33:18.973 DEBGINFO 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 |
| 3882 | 2026-08-31T09:33:20.843Z | adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.3/32 -> 10.0.0.255 INFO |
| 3883 | 2026-08-31T09:33:20.843Z | Aug 31 09:33:18.973 |
| 3884 | 2026-08-31T09:33:20.843Z | INFOadding route 172.17.0.30/32 -> 10.0.0.255 |
| 3885 | 2026-08-31T09:33:20.843Z | adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.27/32 -> 10.0.0.255 |
| 3886 | 2026-08-31T09:33:20.843Z | Aug 31 09:33:18.973 |
| 3887 | 2026-08-31T09:33:20.843Z | Aug 31 09:33:18.973 DEBGDEBG Aug 31 09:33:18.973Aug 31 09:33:18.973Aug 31 09:33:18.973 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3888 | 2026-08-31T09:33:20.843Z | DEBG DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3889 | 2026-08-31T09:33:20.843Z | Aug 31 09:33:18.973 |
| 3890 | 2026-08-31T09:33:20.843Z | 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 } }] |
| 3891 | 2026-08-31T09:33:20.843Z | Aug 31 09:33:18.973 |
| 3892 | 2026-08-31T09:33:20.847Z | INFOINFOAug 31 09:33:18.973 Aug 31 09:33:18.973adding route 172.17.0.28/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3893 | 2026-08-31T09:33:20.848Z | |
| 3894 | 2026-08-31T09:33:20.848Z | INFOAug 31 09:33:18.973 INFO Aug 31 09:33:18.973 adding route 172.17.0.4/32 -> 10.0.0.255Aug 31 09:33:18.973DEBG |
| 3895 | 2026-08-31T09:33:20.848Z | INFOreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3896 | 2026-08-31T09:33:20.848Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3897 | 2026-08-31T09:33:20.848Z | |
| 3898 | 2026-08-31T09:33:20.848Z | Aug 31 09:33:19.017 DEBG Aug 31 09:33:19.017replacing 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 } }] |
| 3899 | 2026-08-31T09:33:20.848Z | 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 } }] |
| 3900 | 2026-08-31T09:33:20.848Z | Aug 31 09:33:19.017 INFO adding route 172.17.0.32/32 -> 10.0.0.255Aug 31 09:33:19.017 |
| 3901 | 2026-08-31T09:33:20.848Z | INFO adding route 172.16.0.0/32 -> 10.0.0.3 |
| 3902 | 2026-08-31T09:33:20.848Z | Aug 31 09:33:19.017 DEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:19.017 |
| 3903 | 2026-08-31T09:33:20.848Z | DEBG Aug 31 09:33:18.974Aug 31 09:33:19.017Aug 31 09:33:18.944 DEBG INFOcreated new freemapAug 31 09:33:19.017replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 3904 | 2026-08-31T09:33:20.848Z | adding route 172.17.0.44/32 -> 10.0.0.255 , INFO unit |
| 3905 | 2026-08-31T09:33:20.848Z | adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255: |
| 3906 | 2026-08-31T09:33:20.848Z | freemap_route_ipv4Aug 31 09:33:19.017 |
| 3907 | 2026-08-31T09:33:20.849Z | INFO |
| 3908 | 2026-08-31T09:33:20.849Z | adding route 172.16.0.0/32 -> 10.0.0.4Aug 31 09:33:19.017Aug 31 09:33:19.017Aug 31 09:33:19.017 DEBGDEBG DEBGreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3909 | 2026-08-31T09:33:20.849Z | 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 } }] |
| 3910 | 2026-08-31T09:33:20.849Z | |
| 3911 | 2026-08-31T09:33:20.850Z | Aug 31 09:33:19.017 |
| 3912 | 2026-08-31T09:33:20.850Z | DEBGAug 31 09:33:19.017 created new freemapAug 31 09:33:19.017 , INFOAug 31 09:33:19.017 unitAug 31 09:33:19.017adding route 172.17.0.45/32 -> 10.0.0.255: |
| 3913 | 2026-08-31T09:33:20.850Z | freemap_route_ipv6INFOINFODEBG |
| 3914 | 2026-08-31T09:33:20.850Z | adding route 172.17.0.30/32 -> 10.0.0.255 Aug 31 09:33:19.017 |
| 3915 | 2026-08-31T09:33:20.850Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3916 | 2026-08-31T09:33:20.850Z | 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 } }] Aug 31 09:33:19.017 Aug 31 09:33:19.017 |
| 3917 | 2026-08-31T09:33:20.850Z | replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG Aug 31 09:33:19.017 |
| 3918 | 2026-08-31T09:33:20.850Z | DEBG initted freemap. size: 64replacing 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 31 09:33:19.017, |
| 3919 | 2026-08-31T09:33:20.850Z | DEBGINFOunit : adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3920 | 2026-08-31T09:33:20.850Z | freemap_route_ipv4 |
| 3921 | 2026-08-31T09:33:20.850Z | Aug 31 09:33:19.017replacing 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 31 09:33:19.017 |
| 3922 | 2026-08-31T09:33:20.850Z | Aug 31 09:33:19.017 INFOAug 31 09:33:19.017DEBG DEBGDEBGAug 31 09:33:19.017adding route 172.17.0.31/32 -> 10.0.0.255reset freemap , |
| 3923 | 2026-08-31T09:33:20.850Z | unit INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]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 } }]: |
| 3924 | 2026-08-31T09:33:20.850Z | freemap_route_ipv4adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3925 | 2026-08-31T09:33:20.850Z | Aug 31 09:33:19.017 |
| 3926 | 2026-08-31T09:33:20.850Z | Aug 31 09:33:19.017 DEBGINFOAug 31 09:33:19.017 DEBGreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3927 | 2026-08-31T09:33:20.851Z | |
| 3928 | 2026-08-31T09:33:20.851Z | |
| 3929 | 2026-08-31T09:33:20.851Z | initted freemap. size: 64, unit:Aug 31 09:33:19.017 Aug 31 09:33:19.017freemap_route_ipv6 |
| 3930 | 2026-08-31T09:33:20.851Z | DEBG DEBGreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3931 | 2026-08-31T09:33:20.851Z | 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 31 09:33:19.017Aug 31 09:33:19.017 DEBG |
| 3932 | 2026-08-31T09:33:20.851Z | INFOreset freemapAug 31 09:33:19.017 , adding route 172.17.0.32/32 -> 10.0.0.255unit |
| 3933 | 2026-08-31T09:33:20.851Z | : INFOfreemap_route_ipv6 |
| 3934 | 2026-08-31T09:33:20.851Z | adding route 172.17.0.48/32 -> 10.0.0.255Aug 31 09:33:19.017 |
| 3935 | 2026-08-31T09:33:20.851Z | INFO Aug 31 09:33:19.017adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3936 | 2026-08-31T09:33:20.851Z | 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 } }] |
| 3937 | 2026-08-31T09:33:20.851Z | Aug 31 09:33:19.017Aug 31 09:33:19.017 INFODEBG Aug 31 09:33:19.017replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1Aug 31 09:33:19.017 |
| 3938 | 2026-08-31T09:33:20.851Z | DEBGINFO replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3939 | 2026-08-31T09:33:20.853Z | |
| 3940 | 2026-08-31T09:33:20.853Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3941 | 2026-08-31T09:33:20.853Z | Aug 31 09:33:19.017 INFO Aug 31 09:33:19.017adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3942 | 2026-08-31T09:33:20.853Z | |
| 3943 | 2026-08-31T09:33:20.853Z | DEBGAug 31 09:33:19.017 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 31 09:33:19.017 |
| 3944 | 2026-08-31T09:33:20.853Z | INFOAug 31 09:33:19.017DEBG Aug 31 09:33:19.017adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3945 | 2026-08-31T09:33:20.853Z | INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 31 09:33:19.017 |
| 3946 | 2026-08-31T09:33:20.853Z | Aug 31 09:33:19.017 replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOAug 31 09:33:19.017DEBG DEBGreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3947 | 2026-08-31T09:33:20.854Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3948 | 2026-08-31T09:33:20.854Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3949 | 2026-08-31T09:33:20.854Z | Aug 31 09:33:19.017Aug 31 09:33:19.017Aug 31 09:33:19.017 DEBG DEBGINFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3950 | 2026-08-31T09:33:20.854Z | test route::tests::delete_target_full ... ok |
| 3951 | 2026-08-31T09:33:20.854Z | adding route 172.17.0.50/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 3952 | 2026-08-31T09:33:20.854Z | |
| 3953 | 2026-08-31T09:33:20.854Z | Aug 31 09:33:19.017 INFOAug 31 09:33:19.017 adding route 172.16.0.0/32 -> 10.0.0.3DEBG |
| 3954 | 2026-08-31T09:33:20.854Z | |
| 3955 | 2026-08-31T09:33:20.854Z | replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:19.017 |
| 3956 | 2026-08-31T09:33:20.854Z | WARNAug 31 09:33:19.017 Aug 31 09:33:19.017DEBGshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 31 09:33:19.017 |
| 3957 | 2026-08-31T09:33:20.854Z | INFO |
| 3958 | 2026-08-31T09:33:20.854Z | INFO adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3959 | 2026-08-31T09:33:20.854Z | |
| 3960 | 2026-08-31T09:33:20.854Z | Aug 31 09:33:19.017 INFO |
| 3961 | 2026-08-31T09:33:20.854Z | adding route 172.16.0.0/32 -> 10.0.0.4Aug 31 09:33:19.017 |
| 3962 | 2026-08-31T09:33:20.854Z | DEBGAug 31 09:33:19.017 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 |
| 3963 | 2026-08-31T09:33:20.855Z | Aug 31 09:33:19.017replacing 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 31 09:33:19.017 |
| 3964 | 2026-08-31T09:33:20.855Z | DEBGAug 31 09:33:19.018 INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 31 09:33:19.018 |
| 3965 | 2026-08-31T09:33:20.855Z | INFOadding route 172.17.0.38/32 -> 10.0.0.255 INFOadding route 172.17.0.52/32 -> 10.0.0.255 |
| 3966 | 2026-08-31T09:33:20.855Z | Aug 31 09:33:19.018 |
| 3967 | 2026-08-31T09:33:20.856Z | adding route 172.17.0.35/32 -> 10.0.0.255DEBG |
| 3968 | 2026-08-31T09:33:20.856Z | replacing targets for 172.16.0.0/32 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 31 09:33:19.018 |
| 3969 | 2026-08-31T09:33:20.856Z | DEBGAug 31 09:33:19.018 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 } }] |
| 3970 | 2026-08-31T09:33:20.856Z | DEBG Aug 31 09:33:19.018replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3971 | 2026-08-31T09:33:20.856Z | 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 } }] |
| 3972 | 2026-08-31T09:33:20.856Z | Aug 31 09:33:19.018 INFOAug 31 09:33:19.018 Aug 31 09:33:19.018adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3973 | 2026-08-31T09:33:20.856Z | INFOINFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3974 | 2026-08-31T09:33:20.856Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3975 | 2026-08-31T09:33:20.856Z | Aug 31 09:33:19.018Aug 31 09:33:19.018 Aug 31 09:33:19.018DEBGDEBG 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.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.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 } }] |
| 3976 | 2026-08-31T09:33:20.856Z | |
| 3977 | 2026-08-31T09:33:20.856Z | |
| 3978 | 2026-08-31T09:33:20.856Z | Aug 31 09:33:19.018Aug 31 09:33:19.018 Aug 31 09:33:19.018INFO INFOINFO adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3979 | 2026-08-31T09:33:20.858Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3980 | 2026-08-31T09:33:20.858Z | |
| 3981 | 2026-08-31T09:33:20.858Z | Aug 31 09:33:19.018Aug 31 09:33:19.018 Aug 31 09:33:19.018 DEBGDEBG 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 } }] 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 } }] |
| 3982 | 2026-08-31T09:33:20.858Z | 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 } }] |
| 3983 | 2026-08-31T09:33:20.858Z | |
| 3984 | 2026-08-31T09:33:20.858Z | Aug 31 09:33:19.018 Aug 31 09:33:19.018INFO INFOadding route 172.17.0.38/32 -> 10.0.0.255 |
| 3985 | 2026-08-31T09:33:20.858Z | adding route 172.17.0.41/32 -> 10.0.0.255Aug 31 09:33:19.018 |
| 3986 | 2026-08-31T09:33:20.858Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255Aug 31 09:33:19.018 |
| 3987 | 2026-08-31T09:33:20.858Z | DEBGAug 31 09:33:19.018 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 } }]DEBGAug 31 09:33:19.018 |
| 3988 | 2026-08-31T09:33:20.858Z | 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 |
| 3989 | 2026-08-31T09:33:20.858Z | 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 } }] |
| 3990 | 2026-08-31T09:33:20.858Z | Aug 31 09:33:19.018 INFOAug 31 09:33:19.018 adding route 172.17.0.39/32 -> 10.0.0.255INFO |
| 3991 | 2026-08-31T09:33:20.858Z | Aug 31 09:33:19.018adding route 172.17.0.56/32 -> 10.0.0.255 |
| 3992 | 2026-08-31T09:33:20.863Z | INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3993 | 2026-08-31T09:33:20.864Z | Aug 31 09:33:19.018 Aug 31 09:33:18.973Aug 31 09:33:19.018DEBGAug 31 09:33:19.018 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.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.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 } }] |
| 3994 | 2026-08-31T09:33:20.864Z | DEBG |
| 3995 | 2026-08-31T09:33:20.864Z | |
| 3996 | 2026-08-31T09:33:20.864Z | 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 } }] |
| 3997 | 2026-08-31T09:33:20.864Z | Aug 31 09:33:19.018 INFOAug 31 09:33:19.018 adding route 172.17.0.57/32 -> 10.0.0.255Aug 31 09:33:19.018 |
| 3998 | 2026-08-31T09:33:20.864Z | INFOAug 31 09:33:19.018 adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3999 | 2026-08-31T09:33:20.864Z | INFOINFO Aug 31 09:33:19.018adding route 172.17.0.5/32 -> 10.0.0.255 |
| 4000 | 2026-08-31T09:33:20.864Z | DEBGAug 31 09:33:19.018 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.43/32 -> 10.0.0.255 |
| 4001 | 2026-08-31T09:33:20.864Z | Aug 31 09:33:19.018 DEBGDEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 31 09:33:19.030 |
| 4002 | 2026-08-31T09:33:20.864Z | |
| 4003 | 2026-08-31T09:33:20.864Z | DEBG Aug 31 09:33:19.030Aug 31 09:33:19.030 INFOINFO replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.6/32 -> 10.0.0.255 |
| 4004 | 2026-08-31T09:33:20.864Z | |
| 4005 | 2026-08-31T09:33:20.864Z | |
| 4006 | 2026-08-31T09:33:20.864Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 4007 | 2026-08-31T09:33:20.864Z | Aug 31 09:33:19.030Aug 31 09:33:19.030Aug 31 09:33:19.030 Aug 31 09:33:19.030 DEBG DEBGreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 4008 | 2026-08-31T09:33:20.864Z | INFO replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.44/32 -> 10.0.0.255 |
| 4009 | 2026-08-31T09:33:20.865Z | |
| 4010 | 2026-08-31T09:33:20.865Z | |
| 4011 | 2026-08-31T09:33:20.865Z | Aug 31 09:33:19.030 INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 4012 | 2026-08-31T09:33:20.865Z | Aug 31 09:33:19.030 Aug 31 09:33:19.030Aug 31 09:33:19.030 INFODEBG 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 } }]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 31 09:33:19.030 |
| 4013 | 2026-08-31T09:33:20.865Z | |
| 4014 | 2026-08-31T09:33:20.865Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 4015 | 2026-08-31T09:33:20.865Z | 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 } }] |
| 4016 | 2026-08-31T09:33:20.865Z | Aug 31 09:33:19.030Aug 31 09:33:19.030Aug 31 09:33:19.030 INFODEBG Aug 31 09:33:19.030 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 } }]INFOadding route 172.17.0.59/32 -> 10.0.0.255INFO |
| 4017 | 2026-08-31T09:33:20.865Z | |
| 4018 | 2026-08-31T09:33:20.865Z | adding route 172.17.0.8/32 -> 10.0.0.255 |
| 4019 | 2026-08-31T09:33:20.865Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 4020 | 2026-08-31T09:33:20.865Z | Aug 31 09:33:19.030 INFO Aug 31 09:33:19.030adding route 172.17.0.43/32 -> 10.0.0.255Aug 31 09:33:19.030 Aug 31 09:33:19.030DEBG |
| 4021 | 2026-08-31T09:33:20.865Z | 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 } }] |
| 4022 | 2026-08-31T09:33:20.865Z | DEBGreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:19.030 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 } }] |
| 4023 | 2026-08-31T09:33:20.865Z | |
| 4024 | 2026-08-31T09:33:20.865Z | DEBGAug 31 09:33:19.030 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 } }] |
| 4025 | 2026-08-31T09:33:20.865Z | INFOAug 31 09:33:19.030 adding route 172.17.0.9/32 -> 10.0.0.255Aug 31 09:33:19.030Aug 31 09:33:19.030INFO INFOINFO |
| 4026 | 2026-08-31T09:33:20.865Z | adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255 |
| 4027 | 2026-08-31T09:33:20.865Z | adding route 172.17.0.46/32 -> 10.0.0.255 |
| 4028 | 2026-08-31T09:33:20.865Z | Aug 31 09:33:19.030 |
| 4029 | 2026-08-31T09:33:20.865Z | DEBGAug 31 09:33:19.030 Aug 31 09:33:19.030Aug 31 09:33:19.030DEBGreplacing 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 } }] 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 } }] DEBG |
| 4030 | 2026-08-31T09:33:20.865Z | 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 } }] |
| 4031 | 2026-08-31T09:33:20.865Z | |
| 4032 | 2026-08-31T09:33:20.865Z | 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 } }] |
| 4033 | 2026-08-31T09:33:20.865Z | Aug 31 09:33:19.030 INFOAug 31 09:33:19.030 Aug 31 09:33:19.030Aug 31 09:33:19.030adding route 172.17.0.61/32 -> 10.0.0.255 |
| 4034 | 2026-08-31T09:33:20.865Z | INFOINFO adding route 172.17.0.45/32 -> 10.0.0.255 INFOAug 31 09:33:19.030 |
| 4035 | 2026-08-31T09:33:20.866Z | DEBGadding route 172.17.0.10/32 -> 10.0.0.255 |
| 4036 | 2026-08-31T09:33:20.866Z | replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.47/32 -> 10.0.0.255 |
| 4037 | 2026-08-31T09:33:20.866Z | |
| 4038 | 2026-08-31T09:33:20.866Z | Aug 31 09:33:19.030 DEBGAug 31 09:33:19.030Aug 31 09:33:19.030 Aug 31 09:33:19.030replacing 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 } }] |
| 4039 | 2026-08-31T09:33:20.866Z | 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 } }] adding route 172.17.0.62/32 -> 10.0.0.255 |
| 4040 | 2026-08-31T09:33:20.866Z | DEBG |
| 4041 | 2026-08-31T09:33:20.866Z | Aug 31 09:33:19.030replacing 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 } }] |
| 4042 | 2026-08-31T09:33:20.866Z | INFOAug 31 09:33:19.030 adding route 172.17.0.46/32 -> 10.0.0.255 |
| 4043 | 2026-08-31T09:33:20.866Z | DEBGAug 31 09:33:19.030 Aug 31 09:33:19.030 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 } }] |
| 4044 | 2026-08-31T09:33:20.866Z | INFO INFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255 |
| 4045 | 2026-08-31T09:33:20.866Z | |
| 4046 | 2026-08-31T09:33:20.866Z | Aug 31 09:33:19.030 DEBG failed to allocate space for the new target list |
| 4047 | 2026-08-31T09:33:20.866Z | Aug 31 09:33:19.030Aug 31 09:33:19.030 DEBGDEBGAug 31 09:33:19.030Aug 31 09:33:19.030 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 } }]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 } }] |
| 4048 | 2026-08-31T09:33:20.866Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 4049 | 2026-08-31T09:33:20.866Z | |
| 4050 | 2026-08-31T09:33:20.866Z | 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 } }] |
| 4051 | 2026-08-31T09:33:20.866Z | Aug 31 09:33:19.030 Aug 31 09:33:19.030INFO Aug 31 09:33:19.030 adding route 172.17.0.47/32 -> 10.0.0.255INFOINFO |
| 4052 | 2026-08-31T09:33:20.866Z | adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255 |
| 4053 | 2026-08-31T09:33:20.866Z | |
| 4054 | 2026-08-31T09:33:20.866Z | Aug 31 09:33:19.030 DEBGAug 31 09:33:19.030Aug 31 09:33:19.030 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 |
| 4055 | 2026-08-31T09:33:20.866Z | 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 } }] |
| 4056 | 2026-08-31T09:33:20.866Z | test route::tests::delete_targets_full ... ok |
| 4057 | 2026-08-31T09:33:20.866Z | test route::tests::add_target_fails_full ... ok |
| 4058 | 2026-08-31T09:33:20.866Z | 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 31 09:33:19.030 |
| 4059 | 2026-08-31T09:33:20.867Z | INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 4060 | 2026-08-31T09:33:20.867Z | Aug 31 09:33:19.030Aug 31 09:33:19.030 INFOINFO Aug 31 09:33:19.030adding route 172.17.0.50/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255 |
| 4061 | 2026-08-31T09:33:20.867Z | DEBG |
| 4062 | 2026-08-31T09:33:20.867Z | 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 } }] |
| 4063 | 2026-08-31T09:33:20.867Z | Aug 31 09:33:19.030 DEBGAug 31 09:33:19.030 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 } }]DEBGAug 31 09:33:19.030 |
| 4064 | 2026-08-31T09:33:20.867Z | replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 4065 | 2026-08-31T09:33:20.867Z | adding route 172.17.0.49/32 -> 10.0.0.255 |
| 4066 | 2026-08-31T09:33:20.867Z | Aug 31 09:33:19.030 Aug 31 09:33:19.030Aug 31 09:33:19.030 INFOINFODEBG adding route 172.17.0.51/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 } }] |
| 4067 | 2026-08-31T09:33:20.867Z | |
| 4068 | 2026-08-31T09:33:20.867Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 4069 | 2026-08-31T09:33:20.867Z | Aug 31 09:33:19.030Aug 31 09:33:19.030Aug 31 09:33:19.030 DEBGDEBG INFOreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4070 | 2026-08-31T09:33:20.867Z | 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.50/32 -> 10.0.0.255 |
| 4071 | 2026-08-31T09:33:20.867Z | |
| 4072 | 2026-08-31T09:33:20.867Z | Aug 31 09:33:19.030 INFOAug 31 09:33:19.030 Aug 31 09:33:19.030adding route 172.17.0.15/32 -> 10.0.0.255 |
| 4073 | 2026-08-31T09:33:20.867Z | DEBG INFOreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4074 | 2026-08-31T09:33:20.868Z | adding route 172.17.0.52/32 -> 10.0.0.255 |
| 4075 | 2026-08-31T09:33:20.868Z | Aug 31 09:33:19.030Aug 31 09:33:19.030 INFOAug 31 09:33:19.030DEBG adding route 172.17.0.51/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 } }] |
| 4076 | 2026-08-31T09:33:20.868Z | |
| 4077 | 2026-08-31T09:33:20.868Z | 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 } }] |
| 4078 | 2026-08-31T09:33:20.868Z | Aug 31 09:33:19.030Aug 31 09:33:19.030 Aug 31 09:33:19.030DEBG INFOINFO 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.16/32 -> 10.0.0.255 |
| 4079 | 2026-08-31T09:33:20.868Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 4080 | 2026-08-31T09:33:20.868Z | |
| 4081 | 2026-08-31T09:33:20.868Z | Aug 31 09:33:19.030Aug 31 09:33:19.030 Aug 31 09:33:19.030DEBGINFO 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.52/32 -> 10.0.0.255 |
| 4082 | 2026-08-31T09:33:20.868Z | |
| 4083 | 2026-08-31T09:33:20.868Z | 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 } }] |
| 4084 | 2026-08-31T09:33:20.868Z | Aug 31 09:33:19.030Aug 31 09:33:19.030 Aug 31 09:33:19.030DEBGINFO adding route 172.17.0.17/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 } }] |
| 4085 | 2026-08-31T09:33:20.868Z | INFO |
| 4086 | 2026-08-31T09:33:20.869Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 4087 | 2026-08-31T09:33:20.869Z | Aug 31 09:33:19.030 Aug 31 09:33:19.030DEBG Aug 31 09:33:19.030 INFOreplacing 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 } }] |
| 4088 | 2026-08-31T09:33:20.869Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 4089 | 2026-08-31T09:33:20.869Z | 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 31 09:33:19.030 |
| 4090 | 2026-08-31T09:33:20.869Z | Aug 31 09:33:19.030INFO DEBGadding route 172.17.0.18/32 -> 10.0.0.255 |
| 4091 | 2026-08-31T09:33:20.869Z | 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 } }] |
| 4092 | 2026-08-31T09:33:20.874Z | Aug 31 09:33:19.030 INFOAug 31 09:33:19.030 Aug 31 09:33:19.030DEBGadding route 172.17.0.55/32 -> 10.0.0.255 INFOreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4093 | 2026-08-31T09:33:20.874Z | |
| 4094 | 2026-08-31T09:33:20.874Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 4095 | 2026-08-31T09:33:20.874Z | Aug 31 09:33:19.030 Aug 31 09:33:19.030DEBG Aug 31 09:33:19.030INFO 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 } }] |
| 4096 | 2026-08-31T09:33:20.874Z | DEBGadding route 172.17.0.19/32 -> 10.0.0.255 |
| 4097 | 2026-08-31T09:33:20.874Z | 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 } }] |
| 4098 | 2026-08-31T09:33:20.874Z | Aug 31 09:33:19.030Aug 31 09:33:19.030 Aug 31 09:33:19.030 INFOINFODEBG adding route 172.17.0.56/32 -> 10.0.0.255 |
| 4099 | 2026-08-31T09:33:20.875Z | adding route 172.17.0.55/32 -> 10.0.0.255replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4100 | 2026-08-31T09:33:20.875Z | |
| 4101 | 2026-08-31T09:33:20.875Z | Aug 31 09:33:19.030 DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:19.030Aug 31 09:33:19.030 |
| 4102 | 2026-08-31T09:33:20.875Z | INFODEBG adding route 172.17.0.20/32 -> 10.0.0.255replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4103 | 2026-08-31T09:33:20.875Z | |
| 4104 | 2026-08-31T09:33:20.875Z | Aug 31 09:33:19.030 INFO Aug 31 09:33:19.030Aug 31 09:33:19.030adding route 172.17.0.57/32 -> 10.0.0.255 DEBGINFO replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.56/32 -> 10.0.0.255 |
| 4105 | 2026-08-31T09:33:20.875Z | |
| 4106 | 2026-08-31T09:33:20.875Z | |
| 4107 | 2026-08-31T09:33:20.875Z | Aug 31 09:33:19.030Aug 31 09:33:19.030 INFODEBGAug 31 09:33:19.030 adding route 172.17.0.21/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 } }] |
| 4108 | 2026-08-31T09:33:20.875Z | |
| 4109 | 2026-08-31T09:33:20.875Z | 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 } }] |
| 4110 | 2026-08-31T09:33:20.875Z | Aug 31 09:33:19.030Aug 31 09:33:19.030 INFODEBG adding route 172.17.0.57/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 } }]Aug 31 09:33:19.030 |
| 4111 | 2026-08-31T09:33:20.875Z | |
| 4112 | 2026-08-31T09:33:20.875Z | INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 4113 | 2026-08-31T09:33:20.875Z | Aug 31 09:33:19.030Aug 31 09:33:19.030 INFODEBG Aug 31 09:33:19.030adding route 172.17.0.22/32 -> 10.0.0.255 |
| 4114 | 2026-08-31T09:33:20.876Z | DEBGreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4115 | 2026-08-31T09:33:20.876Z | replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:19.030 |
| 4116 | 2026-08-31T09:33:20.876Z | 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 } }]Aug 31 09:33:19.030 |
| 4117 | 2026-08-31T09:33:20.876Z | Aug 31 09:33:19.030INFO adding route 172.17.0.58/32 -> 10.0.0.255INFO |
| 4118 | 2026-08-31T09:33:20.876Z | Aug 31 09:33:19.030 INFOadding route 172.17.0.59/32 -> 10.0.0.255 |
| 4119 | 2026-08-31T09:33:20.876Z | adding route 172.17.0.23/32 -> 10.0.0.255Aug 31 09:33:19.030 |
| 4120 | 2026-08-31T09:33:20.876Z | DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:19.030 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 } }] |
| 4121 | 2026-08-31T09:33:20.876Z | Aug 31 09:33:19.030Aug 31 09:33:19.042 INFODEBG adding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4122 | 2026-08-31T09:33:20.876Z | |
| 4123 | 2026-08-31T09:33:20.876Z | |
| 4124 | 2026-08-31T09:33:20.876Z | Aug 31 09:33:19.042Aug 31 09:33:19.042 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.24/32 -> 10.0.0.255 |
| 4125 | 2026-08-31T09:33:20.876Z | Aug 31 09:33:19.042 |
| 4126 | 2026-08-31T09:33:20.876Z | INFO adding route 172.17.0.59/32 -> 10.0.0.255Aug 31 09:33:19.042 |
| 4127 | 2026-08-31T09:33:20.876Z | Aug 31 09:33:19.042 DEBG DEBGfailed to allocate space for the new target list Aug 31 09:33:19.042replacing 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 } }] |
| 4128 | 2026-08-31T09:33:20.876Z | DEBG |
| 4129 | 2026-08-31T09:33:20.876Z | 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 } }] |
| 4130 | 2026-08-31T09:33:20.876Z | Aug 31 09:33:19.042 Aug 31 09:33:19.042INFOAug 31 09:33:19.042 adding route 172.17.0.25/32 -> 10.0.0.255 |
| 4131 | 2026-08-31T09:33:20.877Z | INFODEBG adding route 172.17.0.60/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 } }]Aug 31 09:33:19.042 |
| 4132 | 2026-08-31T09:33:20.877Z | |
| 4133 | 2026-08-31T09:33:20.877Z | 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 } }] |
| 4134 | 2026-08-31T09:33:20.877Z | Aug 31 09:33:19.042 DEBG Aug 31 09:33:19.042replacing 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 } }] |
| 4135 | 2026-08-31T09:33:20.877Z | INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 4136 | 2026-08-31T09:33:20.878Z | Aug 31 09:33:19.042 INFO Aug 31 09:33:19.042adding route 172.17.0.61/32 -> 10.0.0.255 |
| 4137 | 2026-08-31T09:33:20.878Z | 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 } }] |
| 4138 | 2026-08-31T09:33:20.878Z | Aug 31 09:33:19.042 DEBG Aug 31 09:33:19.042replacing 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 } }] |
| 4139 | 2026-08-31T09:33:20.879Z | INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 4140 | 2026-08-31T09:33:20.879Z | Aug 31 09:33:19.042 Aug 31 09:33:19.042INFO DEBGadding route 172.17.0.62/32 -> 10.0.0.255 |
| 4141 | 2026-08-31T09:33:20.879Z | 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 } }] |
| 4142 | 2026-08-31T09:33:20.879Z | Aug 31 09:33:19.042 Aug 31 09:33:19.043DEBG INFOreplacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4143 | 2026-08-31T09:33:20.879Z | adding route 172.17.0.28/32 -> 10.0.0.255 |
| 4144 | 2026-08-31T09:33:20.879Z | Aug 31 09:33:19.043 INFO adding route 172.17.0.63/32 -> 10.0.0.255 |
| 4145 | 2026-08-31T09:33:20.879Z | Aug 31 09:33:19.043 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 } }] |
| 4146 | 2026-08-31T09:33:20.879Z | Aug 31 09:33:19.043Aug 31 09:33:19.043 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 4147 | 2026-08-31T09:33:20.879Z | DEBG replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:33:19.043 |
| 4148 | 2026-08-31T09:33:20.879Z | 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 } }] |
| 4149 | 2026-08-31T09:33:20.879Z | test route::tests::delete_targets_fragmented ... ok |
| 4150 | 2026-08-31T09:33:20.879Z | Aug 31 09:33:19.043 DEBG Aug 31 09:33:19.043failed to allocate space for the new target list |
| 4151 | 2026-08-31T09:33:20.879Z | INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 4152 | 2026-08-31T09:33:20.879Z | Aug 31 09:33:19.043 DEBGAug 31 09:33:19.043 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 4153 | 2026-08-31T09:33:20.880Z | 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 } }] |
| 4154 | 2026-08-31T09:33:20.880Z | |
| 4155 | 2026-08-31T09:33:20.880Z | Aug 31 09:33:19.043 Aug 31 09:33:19.043DEBG INFOfailed to allocate space for the new target list |
| 4156 | 2026-08-31T09:33:20.880Z | adding route 172.17.0.31/32 -> 10.0.0.255 |
| 4157 | 2026-08-31T09:33:20.880Z | test result: ok. 61 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s |
| 4158 | 2026-08-31T09:33:20.880Z | |
| 4159 | 2026-08-31T09:33:20.880Z | Aug 31 09:33:19.043 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 } }] |
| 4160 | 2026-08-31T09:33:20.880Z | Aug 31 09:33:19.043 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 4161 | 2026-08-31T09:33:20.880Z | Aug 31 09:33:19.043 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 } }] |
| 4162 | 2026-08-31T09:33:20.880Z | Aug 31 09:33:19.043 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 4163 | 2026-08-31T09:33:20.880Z | Aug 31 09:33:19.043 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 } }] |
| 4164 | 2026-08-31T09:33:20.880Z | Aug 31 09:33:19.043 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 4165 | 2026-08-31T09:33:20.881Z | Aug 31 09:33:19.043 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 } }] |
| 4166 | 2026-08-31T09:33:20.881Z | Aug 31 09:33:19.043 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 4167 | 2026-08-31T09:33:20.881Z | Aug 31 09:33:19.043 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 } }] |
| 4168 | 2026-08-31T09:33:20.881Z | Aug 31 09:33:19.043 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 4169 | 2026-08-31T09:33:20.881Z | Aug 31 09:33:19.043 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 } }] |
| 4170 | 2026-08-31T09:33:20.881Z | Aug 31 09:33:19.043 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 4171 | 2026-08-31T09:33:20.881Z | Aug 31 09:33:19.043 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 } }] |
| 4172 | 2026-08-31T09:33:20.881Z | Aug 31 09:33:19.043 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 4173 | 2026-08-31T09:33:20.881Z | Aug 31 09:33:19.043 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 } }] |
| 4174 | 2026-08-31T09:33:20.881Z | Aug 31 09:33:19.043 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 4175 | 2026-08-31T09:33:20.881Z | Aug 31 09:33:19.043 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 } }] |
| 4176 | 2026-08-31T09:33:20.881Z | Aug 31 09:33:19.043 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 4177 | 2026-08-31T09:33:20.881Z | Aug 31 09:33:19.043 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 } }] |
| 4178 | 2026-08-31T09:33:20.881Z | Aug 31 09:33:19.043 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 4179 | 2026-08-31T09:33:20.881Z | Aug 31 09:33:19.043 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 } }] |
| 4180 | 2026-08-31T09:33:20.881Z | Aug 31 09:33:19.043 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 4181 | 2026-08-31T09:33:20.881Z | Aug 31 09:33:19.043 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 } }] |
| 4182 | 2026-08-31T09:33:20.881Z | Aug 31 09:33:19.053 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 4183 | 2026-08-31T09:33:20.881Z | Aug 31 09:33:19.053 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 } }] |
| 4184 | 2026-08-31T09:33:20.882Z | Aug 31 09:33:19.053 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 4185 | 2026-08-31T09:33:20.882Z | Aug 31 09:33:19.053 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 } }] |
| 4186 | 2026-08-31T09:33:20.883Z | Aug 31 09:33:19.053 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 4187 | 2026-08-31T09:33:20.883Z | Aug 31 09:33:19.053 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 } }] |
| 4188 | 2026-08-31T09:33:20.883Z | Aug 31 09:33:19.053 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 4189 | 2026-08-31T09:33:20.883Z | Aug 31 09:33:19.053 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 } }] |
| 4190 | 2026-08-31T09:33:20.883Z | Aug 31 09:33:19.053 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 4191 | 2026-08-31T09:33:20.883Z | Aug 31 09:33:19.053 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 } }] |
| 4192 | 2026-08-31T09:33:20.888Z | Aug 31 09:33:19.053 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 4193 | 2026-08-31T09:33:20.888Z | Aug 31 09:33:19.053 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 } }] |
| 4194 | 2026-08-31T09:33:20.888Z | Aug 31 09:33:19.053 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 4195 | 2026-08-31T09:33:20.888Z | Aug 31 09:33:19.053 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 } }] |
| 4196 | 2026-08-31T09:33:20.888Z | Aug 31 09:33:19.053 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 4197 | 2026-08-31T09:33:20.888Z | Aug 31 09:33:19.053 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 } }] |
| 4198 | 2026-08-31T09:33:20.888Z | Aug 31 09:33:19.053 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 4199 | 2026-08-31T09:33:20.888Z | Aug 31 09:33:19.053 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 } }] |
| 4200 | 2026-08-31T09:33:20.888Z | Aug 31 09:33:19.053 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 4201 | 2026-08-31T09:33:20.889Z | Aug 31 09:33:19.053 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 } }] |
| 4202 | 2026-08-31T09:33:20.889Z | Aug 31 09:33:19.053 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 4203 | 2026-08-31T09:33:20.889Z | Aug 31 09:33:19.053 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 } }] |
| 4204 | 2026-08-31T09:33:20.889Z | Aug 31 09:33:19.053 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 4205 | 2026-08-31T09:33:20.889Z | Aug 31 09:33:19.053 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 } }] |
| 4206 | 2026-08-31T09:33:20.889Z | Aug 31 09:33:19.053 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 4207 | 2026-08-31T09:33:20.889Z | Aug 31 09:33:19.053 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 } }] |
| 4208 | 2026-08-31T09:33:20.889Z | Aug 31 09:33:19.053 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 4209 | 2026-08-31T09:33:20.889Z | Aug 31 09:33:19.053 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 } }] |
| 4210 | 2026-08-31T09:33:20.889Z | Aug 31 09:33:19.053 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 4211 | 2026-08-31T09:33:20.889Z | Aug 31 09:33:19.053 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 } }] |
| 4212 | 2026-08-31T09:33:20.889Z | Aug 31 09:33:19.053 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 4213 | 2026-08-31T09:33:20.889Z | Aug 31 09:33:19.053 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 } }] |
| 4214 | 2026-08-31T09:33:20.889Z | Aug 31 09:33:19.053 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 4215 | 2026-08-31T09:33:20.889Z | Aug 31 09:33:19.053 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 } }] |
| 4216 | 2026-08-31T09:33:20.890Z | Aug 31 09:33:19.053 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 4217 | 2026-08-31T09:33:20.890Z | Aug 31 09:33:19.053 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 } }] |
| 4218 | 2026-08-31T09:33:20.890Z | Aug 31 09:33:19.053 DEBG failed to allocate space for the new target list |
| 4219 | 2026-08-31T09:33:20.891Z | Aug 31 09:33:19.053 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 } }] |
| 4220 | 2026-08-31T09:33:20.891Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-247525ed45b3a151) |
| 4221 | 2026-08-31T09:33:20.891Z | |
| 4222 | 2026-08-31T09:33:20.891Z | running 0 tests |
| 4223 | 2026-08-31T09:33:20.891Z | |
| 4224 | 2026-08-31T09:33:20.891Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4225 | 2026-08-31T09:33:20.891Z | |
| 4226 | 2026-08-31T09:33:20.891Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-fa23ae87171c0e6c) |
| 4227 | 2026-08-31T09:33:20.891Z | |
| 4228 | 2026-08-31T09:33:20.891Z | running 0 tests |
| 4229 | 2026-08-31T09:33:20.891Z | |
| 4230 | 2026-08-31T09:33:20.891Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4231 | 2026-08-31T09:33:20.891Z | |
| 4232 | 2026-08-31T09:33:20.891Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-5f256a1e90e5cf15) |
| 4233 | 2026-08-31T09:33:20.892Z | |
| 4234 | 2026-08-31T09:33:20.892Z | running 6 tests |
| 4235 | 2026-08-31T09:33:20.892Z | test tests::test_port_id_cmp ... ok |
| 4236 | 2026-08-31T09:33:20.892Z | test tests::test_parse_client_port_id ... ok |
| 4237 | 2026-08-31T09:33:20.892Z | test tests::test_full_lot_id_neither_present ... ok |
| 4238 | 2026-08-31T09:33:20.892Z | test tests::test_full_lot_id_both_present ... ok |
| 4239 | 2026-08-31T09:33:20.892Z | test tests::test_full_lot_id_lot_only ... ok |
| 4240 | 2026-08-31T09:33:20.892Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 4241 | 2026-08-31T09:33:20.892Z | |
| 4242 | 2026-08-31T09:33:20.892Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4243 | 2026-08-31T09:33:20.892Z | |
| 4244 | 2026-08-31T09:33:20.892Z | Running tests/test_all.rs (target/debug/deps/test_all-45a6dad4c15e9f2b) |
| 4245 | 2026-08-31T09:33:20.892Z | |
| 4246 | 2026-08-31T09:33:20.892Z | running 0 tests |
| 4247 | 2026-08-31T09:33:20.893Z | |
| 4248 | 2026-08-31T09:33:20.893Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4249 | 2026-08-31T09:33:20.893Z | |
| 4250 | 2026-08-31T09:33:20.893Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-ed37b26184b79f12) |
| 4251 | 2026-08-31T09:33:20.897Z | |
| 4252 | 2026-08-31T09:33:20.898Z | running 0 tests |
| 4253 | 2026-08-31T09:33:20.898Z | |
| 4254 | 2026-08-31T09:33:20.898Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4255 | 2026-08-31T09:33:20.898Z | |
| 4256 | 2026-08-31T09:33:20.898Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-7853858750136f1c) |
| 4257 | 2026-08-31T09:33:20.898Z | |
| 4258 | 2026-08-31T09:33:20.898Z | running 15 tests |
| 4259 | 2026-08-31T09:33:20.902Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 4260 | 2026-08-31T09:33:20.902Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 4261 | 2026-08-31T09:33:20.902Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 4262 | 2026-08-31T09:33:20.902Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 4263 | 2026-08-31T09:33:20.902Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 4264 | 2026-08-31T09:33:20.902Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 4265 | 2026-08-31T09:33:20.902Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 4266 | 2026-08-31T09:33:20.902Z | test v1::network::tests::test_equal ... ok |
| 4267 | 2026-08-31T09:33:20.902Z | test v1::network::tests::test_not_equal ... ok |
| 4268 | 2026-08-31T09:33:20.902Z | test v1::network::tests::test_eui64 ... ok |
| 4269 | 2026-08-31T09:33:20.903Z | test v1::network::tests::test_into ... ok |
| 4270 | 2026-08-31T09:33:20.903Z | test v1::network::tests::test_to_string ... ok |
| 4271 | 2026-08-31T09:33:20.903Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 4272 | 2026-08-31T09:33:20.903Z | test v1::network::tests::test_parse ... ok |
| 4273 | 2026-08-31T09:33:20.903Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 4274 | 2026-08-31T09:33:20.903Z | |
| 4275 | 2026-08-31T09:33:20.903Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4276 | 2026-08-31T09:33:20.903Z | |
| 4277 | 2026-08-31T09:33:20.903Z | Running unittests src/lib.rs (target/debug/deps/packet-70f64866bc83a47d) |
| 4278 | 2026-08-31T09:33:20.920Z | |
| 4279 | 2026-08-31T09:33:20.920Z | running 12 tests |
| 4280 | 2026-08-31T09:33:20.924Z | test lldp::test_lldp_parse ... ok |
| 4281 | 2026-08-31T09:33:20.924Z | test icmp::test_v4_checksum ... ok |
| 4282 | 2026-08-31T09:33:20.924Z | test pbuf::test_byte ... ok |
| 4283 | 2026-08-31T09:33:20.924Z | test ipv6::test_ipv6_parse ... ok |
| 4284 | 2026-08-31T09:33:20.924Z | test pbuf::test_nibble ... ok |
| 4285 | 2026-08-31T09:33:20.924Z | test icmp::test_v6_checksum ... ok |
| 4286 | 2026-08-31T09:33:20.924Z | test pbuf::test_overflow ... ok |
| 4287 | 2026-08-31T09:33:20.924Z | test pbuf::test_short ... ok |
| 4288 | 2026-08-31T09:33:20.924Z | test pbuf::test_twelve ... ok |
| 4289 | 2026-08-31T09:33:20.924Z | test pbuf::test_word ... ok |
| 4290 | 2026-08-31T09:33:20.925Z | test tcp::test_checksum_ack_data ... ok |
| 4291 | 2026-08-31T09:33:20.925Z | test tcp::test_checksum_syn_nodata ... ok |
| 4292 | 2026-08-31T09:33:20.925Z | |
| 4293 | 2026-08-31T09:33:20.925Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4294 | 2026-08-31T09:33:20.925Z | |
| 4295 | 2026-08-31T09:33:20.929Z | Running unittests src/lib.rs (target/debug/deps/pcap-41e387a547ec26ce) |
| 4296 | 2026-08-31T09:33:20.932Z | |
| 4297 | 2026-08-31T09:33:20.932Z | running 0 tests |
| 4298 | 2026-08-31T09:33:20.932Z | |
| 4299 | 2026-08-31T09:33:20.933Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4300 | 2026-08-31T09:33:20.933Z | |
| 4301 | 2026-08-31T09:33:20.933Z | Running unittests src/main.rs (target/debug/deps/swadm-273db6eea72b4965) |
| 4302 | 2026-08-31T09:33:20.936Z | |
| 4303 | 2026-08-31T09:33:20.936Z | running 5 tests |
| 4304 | 2026-08-31T09:33:20.936Z | test switchport::test::test_compute_lanes ... ok |
| 4305 | 2026-08-31T09:33:20.936Z | test switchport::test::port_id_ordering ... ok |
| 4306 | 2026-08-31T09:33:20.940Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 4307 | 2026-08-31T09:33:20.940Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 4308 | 2026-08-31T09:33:20.940Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 4309 | 2026-08-31T09:33:20.940Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 4310 | 2026-08-31T09:33:20.940Z | Tx Enabled: Yes Yes Yes Yes |
| 4311 | 2026-08-31T09:33:20.940Z | Tx Loss-of-lock: No No No No |
| 4312 | 2026-08-31T09:33:20.940Z | Tx Loss-of-signal: No No No No |
| 4313 | 2026-08-31T09:33:20.941Z | Tx CDR Enabled: No No No No |
| 4314 | 2026-08-31T09:33:20.941Z | Tx Adaptive EQ Fault: No No No No |
| 4315 | 2026-08-31T09:33:20.941Z | Tx Fault: Yes Yes Yes Yes |
| 4316 | 2026-08-31T09:33:20.941Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 4317 | 2026-08-31T09:33:20.941Z | State: Activated Activated Activated Activated |
| 4318 | 2026-08-31T09:33:20.941Z | Rx Output Enabled: false false false false |
| 4319 | 2026-08-31T09:33:20.941Z | Rx Output Status: valid valid valid valid |
| 4320 | 2026-08-31T09:33:20.941Z | Rx Loss-of-lock: true true true true |
| 4321 | 2026-08-31T09:33:20.941Z | test switchport::test::test_print_sff_datapath ... Rx Loss-of-signal: false ok |
| 4322 | 2026-08-31T09:33:20.941Z | false false false |
| 4323 | 2026-08-31T09:33:20.941Z | Rx Auto-squelch Disable: true true true true |
| 4324 | 2026-08-31T09:33:20.941Z | Tx Output Enabled: true true true true |
| 4325 | 2026-08-31T09:33:20.941Z | Tx Output Status: invalid invalid invalid invalid |
| 4326 | 2026-08-31T09:33:20.941Z | Tx Loss-of-lock: false false false false |
| 4327 | 2026-08-31T09:33:20.941Z | Tx Loss-of-signal: true true true true |
| 4328 | 2026-08-31T09:33:20.941Z | Tx Auto-squelch Disable: false false false false |
| 4329 | 2026-08-31T09:33:20.941Z | Tx Adaptive EQ Fail: true true true true |
| 4330 | 2026-08-31T09:33:20.942Z | Tx Failure: false false false false |
| 4331 | 2026-08-31T09:33:20.942Z | Tx Force Squelch: true true true true |
| 4332 | 2026-08-31T09:33:20.942Z | Tx Input Polarity: normal normal normal normal |
| 4333 | 2026-08-31T09:33:20.942Z | test switchport::test::test_print_cmis_datapath ... ok |
| 4334 | 2026-08-31T09:33:20.942Z | test link::test_filter ... ok |
| 4335 | 2026-08-31T09:33:20.942Z | |
| 4336 | 2026-08-31T09:33:20.942Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4337 | 2026-08-31T09:33:20.942Z | |
| 4338 | 2026-08-31T09:33:20.942Z | Running tests/counters.rs (target/debug/deps/counters-ab28d65e507b198a) |
| 4339 | 2026-08-31T09:33:20.947Z | |
| 4340 | 2026-08-31T09:33:20.947Z | running 1 test |
| 4341 | 2026-08-31T09:33:20.947Z | test test_p4_counter_list ... ignored |
| 4342 | 2026-08-31T09:33:20.947Z | |
| 4343 | 2026-08-31T09:33:20.947Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4344 | 2026-08-31T09:33:20.947Z | |
| 4345 | 2026-08-31T09:33:20.947Z | Running tests/multicast.rs (target/debug/deps/multicast-f30d72e9fd5d02a2) |
| 4346 | 2026-08-31T09:33:20.950Z | |
| 4347 | 2026-08-31T09:33:20.950Z | running 1 test |
| 4348 | 2026-08-31T09:33:20.951Z | test test_multicast_list_and_get ... ignored |
| 4349 | 2026-08-31T09:33:20.951Z | |
| 4350 | 2026-08-31T09:33:20.951Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4351 | 2026-08-31T09:33:20.951Z | |
| 4352 | 2026-08-31T09:33:20.951Z | Running tests/port-link.rs (target/debug/deps/port_link-6977136d36ac54ec) |
| 4353 | 2026-08-31T09:33:20.955Z | |
| 4354 | 2026-08-31T09:33:20.955Z | running 5 tests |
| 4355 | 2026-08-31T09:33:20.955Z | test test_an ... ignored |
| 4356 | 2026-08-31T09:33:20.955Z | test test_enable ... ignored |
| 4357 | 2026-08-31T09:33:20.955Z | test test_ip_addresses ... ignored |
| 4358 | 2026-08-31T09:33:20.955Z | test test_kr ... ignored |
| 4359 | 2026-08-31T09:33:20.955Z | test test_mac ... ignored |
| 4360 | 2026-08-31T09:33:20.955Z | |
| 4361 | 2026-08-31T09:33:20.955Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4362 | 2026-08-31T09:33:20.955Z | |
| 4363 | 2026-08-31T09:33:20.955Z | Running unittests src/main.rs (target/debug/deps/tfportd-b5955991412ec610) |
| 4364 | 2026-08-31T09:33:20.959Z | |
| 4365 | 2026-08-31T09:33:20.959Z | running 3 tests |
| 4366 | 2026-08-31T09:33:21.111Z | test linklocal::test_parse_ipadm ... ok |
| 4367 | 2026-08-31T09:33:21.111Z | test tfport::test_parse_tfport ... ok |
| 4368 | 2026-08-31T09:33:21.111Z | test config::tests::test_updates ... ok |
| 4369 | 2026-08-31T09:33:21.111Z | |
| 4370 | 2026-08-31T09:33:21.112Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4371 | 2026-08-31T09:33:21.112Z | |
| 4372 | 2026-08-31T09:33:21.112Z | Running unittests src/main.rs (target/debug/deps/uplinkd-fb5fc93a9a5bf02f) |
| 4373 | 2026-08-31T09:33:21.112Z | |
| 4374 | 2026-08-31T09:33:21.112Z | running 0 tests |
| 4375 | 2026-08-31T09:33:21.112Z | |
| 4376 | 2026-08-31T09:33:21.112Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4377 | 2026-08-31T09:33:21.112Z | |
| 4378 | 2026-08-31T09:33:21.112Z | Running unittests src/main.rs (target/debug/deps/xtask-f5a499dc9718e2e8) |
| 4379 | 2026-08-31T09:33:21.112Z | |
| 4380 | 2026-08-31T09:33:21.112Z | running 0 tests |
| 4381 | 2026-08-31T09:33:21.112Z | |
| 4382 | 2026-08-31T09:33:21.112Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4383 | 2026-08-31T09:33:21.112Z | |
| 4384 | 2026-08-31T09:33:21.112Z | Doc-tests aal |
| 4385 | 2026-08-31T09:33:21.316Z | |
| 4386 | 2026-08-31T09:33:21.317Z | running 0 tests |
| 4387 | 2026-08-31T09:33:21.317Z | |
| 4388 | 2026-08-31T09:33:21.321Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4389 | 2026-08-31T09:33:21.321Z | |
| 4390 | 2026-08-31T09:33:21.339Z | Doc-tests aal_macros |
| 4391 | 2026-08-31T09:33:21.406Z | |
| 4392 | 2026-08-31T09:33:21.407Z | running 0 tests |
| 4393 | 2026-08-31T09:33:21.407Z | |
| 4394 | 2026-08-31T09:33:21.407Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4395 | 2026-08-31T09:33:21.407Z | |
| 4396 | 2026-08-31T09:33:21.415Z | Doc-tests common |
| 4397 | 2026-08-31T09:33:21.641Z | |
| 4398 | 2026-08-31T09:33:21.641Z | running 0 tests |
| 4399 | 2026-08-31T09:33:21.641Z | |
| 4400 | 2026-08-31T09:33:21.641Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4401 | 2026-08-31T09:33:21.641Z | |
| 4402 | 2026-08-31T09:33:21.664Z | Doc-tests dpd_api |
| 4403 | 2026-08-31T09:33:22.313Z | |
| 4404 | 2026-08-31T09:33:22.313Z | running 2 tests |
| 4405 | 2026-08-31T09:33:22.313Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 4406 | 2026-08-31T09:33:22.313Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 4407 | 2026-08-31T09:33:22.313Z | |
| 4408 | 2026-08-31T09:33:22.313Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4409 | 2026-08-31T09:33:22.313Z | |
| 4410 | 2026-08-31T09:33:22.316Z | all doctests ran in 0.37s; merged doctests compilation took 0.36s |
| 4411 | 2026-08-31T09:33:22.340Z | Doc-tests dpd_client |
| 4412 | 2026-08-31T09:33:23.681Z | |
| 4413 | 2026-08-31T09:33:23.682Z | running 0 tests |
| 4414 | 2026-08-31T09:33:23.682Z | |
| 4415 | 2026-08-31T09:33:23.682Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4416 | 2026-08-31T09:33:23.682Z | |
| 4417 | 2026-08-31T09:33:23.732Z | Doc-tests dpd_types |
| 4418 | 2026-08-31T09:33:23.901Z | |
| 4419 | 2026-08-31T09:33:23.901Z | running 0 tests |
| 4420 | 2026-08-31T09:33:23.902Z | |
| 4421 | 2026-08-31T09:33:23.902Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4422 | 2026-08-31T09:33:23.902Z | |
| 4423 | 2026-08-31T09:33:23.921Z | Doc-tests dpd_types_versions |
| 4424 | 2026-08-31T09:33:25.268Z | |
| 4425 | 2026-08-31T09:33:25.269Z | running 1 test |
| 4426 | 2026-08-31T09:33:25.269Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 4427 | 2026-08-31T09:33:25.269Z | |
| 4428 | 2026-08-31T09:33:25.269Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4429 | 2026-08-31T09:33:25.269Z | |
| 4430 | 2026-08-31T09:33:25.273Z | all doctests ran in 0.34s; merged doctests compilation took 0.34s |
| 4431 | 2026-08-31T09:33:25.314Z | Doc-tests packet |
| 4432 | 2026-08-31T09:33:25.517Z | |
| 4433 | 2026-08-31T09:33:25.517Z | running 0 tests |
| 4434 | 2026-08-31T09:33:25.517Z | |
| 4435 | 2026-08-31T09:33:25.517Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4436 | 2026-08-31T09:33:25.517Z | |
| 4437 | 2026-08-31T09:33:25.540Z | Doc-tests pcap |
| 4438 | 2026-08-31T09:33:25.585Z | |
| 4439 | 2026-08-31T09:33:25.585Z | running 0 tests |
| 4440 | 2026-08-31T09:33:25.585Z | |
| 4441 | 2026-08-31T09:33:25.585Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4442 | 2026-08-31T09:33:25.585Z | |
| 4443 | 2026-08-31T09:33:25.666Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 4444 | 2026-08-31T09:33:25.666Z | + RUST_BACKTRACE=full |
| 4445 | 2026-08-31T09:33:25.666Z | + cargo test --features tofino_asic --no-fail-fast |
| 4446 | 2026-08-31T09:33:26.489Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 4447 | 2026-08-31T09:33:26.605Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 4448 | 2026-08-31T09:33:26.621Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 4449 | 2026-08-31T09:33:26.656Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 4450 | 2026-08-31T09:33:35.530Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 4451 | 2026-08-31T09:33:36.475Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 4452 | 2026-08-31T09:34:33.027Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 4453 | 2026-08-31T09:34:33.176Z | Running unittests src/lib.rs (target/debug/deps/aal-7ff4c2c4adb4f8da) |
| 4454 | 2026-08-31T09:34:33.180Z | |
| 4455 | 2026-08-31T09:34:33.180Z | running 0 tests |
| 4456 | 2026-08-31T09:34:33.180Z | |
| 4457 | 2026-08-31T09:34:33.180Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4458 | 2026-08-31T09:34:33.180Z | |
| 4459 | 2026-08-31T09:34:33.180Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-989289c11fc838a4) |
| 4460 | 2026-08-31T09:34:33.184Z | |
| 4461 | 2026-08-31T09:34:33.184Z | running 0 tests |
| 4462 | 2026-08-31T09:34:33.184Z | |
| 4463 | 2026-08-31T09:34:33.184Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4464 | 2026-08-31T09:34:33.184Z | |
| 4465 | 2026-08-31T09:34:33.184Z | Running unittests src/lib.rs (target/debug/deps/asic-f2acb8c02db9a87d) |
| 4466 | 2026-08-31T09:34:33.293Z | |
| 4467 | 2026-08-31T09:34:33.293Z | running 8 tests |
| 4468 | 2026-08-31T09:34:33.296Z | test tofino_asic::qsfp::tests::fix_link ... ok |
| 4469 | 2026-08-31T09:34:33.296Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
| 4470 | 2026-08-31T09:34:33.296Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
| 4471 | 2026-08-31T09:34:33.296Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
| 4472 | 2026-08-31T09:34:33.296Z | test tofino_asic::stats::constants_sanity_check ... ok |
| 4473 | 2026-08-31T09:34:33.296Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
| 4474 | 2026-08-31T09:34:33.306Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
| 4475 | 2026-08-31T09:34:33.797Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
| 4476 | 2026-08-31T09:34:33.797Z | |
| 4477 | 2026-08-31T09:34:33.800Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s |
| 4478 | 2026-08-31T09:34:33.800Z | |
| 4479 | 2026-08-31T09:34:33.809Z | Running unittests src/lib.rs (target/debug/deps/common-632417b6a71ba91d) |
| 4480 | 2026-08-31T09:34:33.823Z | |
| 4481 | 2026-08-31T09:34:33.823Z | running 4 tests |
| 4482 | 2026-08-31T09:34:33.826Z | test nat::tests::test_vni ... ok |
| 4483 | 2026-08-31T09:34:33.826Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 4484 | 2026-08-31T09:34:33.829Z | test test_purge ... ok |
| 4485 | 2026-08-31T09:34:33.832Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 4486 | 2026-08-31T09:34:33.832Z | |
| 4487 | 2026-08-31T09:34:33.832Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 4488 | 2026-08-31T09:34:33.832Z | |
| 4489 | 2026-08-31T09:34:33.835Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-7cdffb889f9f1c91) |
| 4490 | 2026-08-31T09:34:33.856Z | |
| 4491 | 2026-08-31T09:34:33.856Z | running 1 test |
| 4492 | 2026-08-31T09:34:33.861Z | ------- |
| 4493 | 2026-08-31T09:34:33.863Z | Generating OpenAPI documents from API definitions ... |
| 4494 | 2026-08-31T09:34:34.025Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 4495 | 2026-08-31T09:34:34.097Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 4496 | 2026-08-31T09:34:35.128Z | ------- |
| 4497 | 2026-08-31T09:34:35.128Z | Checking 13 OpenAPI documents... |
| 4498 | 2026-08-31T09:34:35.128Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4499 | 2026-08-31T09:34:35.128Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4500 | 2026-08-31T09:34:35.128Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4501 | 2026-08-31T09:34:35.128Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4502 | 2026-08-31T09:34:35.129Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4503 | 2026-08-31T09:34:35.129Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4504 | 2026-08-31T09:34:35.132Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4505 | 2026-08-31T09:34:35.132Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4506 | 2026-08-31T09:34:35.132Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4507 | 2026-08-31T09:34:35.132Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4508 | 2026-08-31T09:34:35.132Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4509 | 2026-08-31T09:34:35.132Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4510 | 2026-08-31T09:34:35.132Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4511 | 2026-08-31T09:34:35.132Z | Fresh dpd "latest" symlink |
| 4512 | 2026-08-31T09:34:35.132Z | ------- |
| 4513 | 2026-08-31T09:34:35.132Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 4514 | 2026-08-31T09:34:35.200Z | test test::test_apis_up_to_date ... ok |
| 4515 | 2026-08-31T09:34:35.200Z | |
| 4516 | 2026-08-31T09:34:35.203Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.34s |
| 4517 | 2026-08-31T09:34:35.203Z | |
| 4518 | 2026-08-31T09:34:35.261Z | Running unittests src/main.rs (target/debug/deps/dpd-88a915965ec47e8e) |
| 4519 | 2026-08-31T09:34:35.326Z | |
| 4520 | 2026-08-31T09:34:35.326Z | running 93 tests |
| 4521 | 2026-08-31T09:34:35.329Z | test freemap::test_ordering ... ok |
| 4522 | 2026-08-31T09:34:35.329Z | test config::tests::test_updates ... ok |
| 4523 | 2026-08-31T09:34:35.329Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 4524 | 2026-08-31T09:34:35.329Z | test freemap::test_split ... ok |
| 4525 | 2026-08-31T09:34:35.329Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 4526 | 2026-08-31T09:34:35.332Z | test macaddrs::tests::test_mac_offset ... ok |
| 4527 | 2026-08-31T09:34:35.332Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 4528 | 2026-08-31T09:34:35.332Z | test macaddrs::tests::test_parse_port_id ... ok |
| 4529 | 2026-08-31T09:34:35.332Z | Aug 31 09:34:33.557 DEBG created new freemap, unit: freemap_test |
| 4530 | 2026-08-31T09:34:35.333Z | Aug 31 09:34:33.557 DEBG initted freemap. size: 128, unit: freemap_test |
| 4531 | 2026-08-31T09:34:35.333Z | Aug 31 09:34:33.557 DEBG reset freemap, unit: freemap_test |
| 4532 | 2026-08-31T09:34:35.333Z | Aug 31 09:34:33.557 DEBG created new freemap, unit: freemap_test |
| 4533 | 2026-08-31T09:34:35.333Z | Aug 31 09:34:33.557 DEBG initted freemap. size: 128, unit: freemap_test |
| 4534 | 2026-08-31T09:34:35.333Z | Aug 31 09:34:33.557 DEBG reset freemap, unit: freemap_test |
| 4535 | 2026-08-31T09:34:35.333Z | test mcast::tests::test_canonicalize_sources ... ok |
| 4536 | 2026-08-31T09:34:35.333Z | Aug 31 09:34:33.557 DEBG Aug 31 09:34:33.557created new freemap DEBG, unitcreated new freemap: , freemap_testunit: |
| 4537 | 2026-08-31T09:34:35.333Z | freemap_test |
| 4538 | 2026-08-31T09:34:35.333Z | test freemap::test_exhaustion ... ok |
| 4539 | 2026-08-31T09:34:35.333Z | test freemap::test_free ... ok |
| 4540 | 2026-08-31T09:34:35.333Z | Aug 31 09:34:33.557 DEBG initted freemap. size: 128, unit: freemap_test |
| 4541 | 2026-08-31T09:34:35.333Z | Aug 31 09:34:33.557 DEBG initted freemap. size: 128, Aug 31 09:34:33.557unit :DEBG freemap_testreset freemap |
| 4542 | 2026-08-31T09:34:35.333Z | , unit: freemap_test |
| 4543 | 2026-08-31T09:34:35.333Z | Aug 31 09:34:33.557 DEBG reset freemap, unit: freemap_test |
| 4544 | 2026-08-31T09:34:35.333Z | test freemap::test_basic ... ok |
| 4545 | 2026-08-31T09:34:35.333Z | test freemap::test_reclaim ... ok |
| 4546 | 2026-08-31T09:34:35.333Z | test mcast::tests::test_create_port_bitmap_all_same_direction ... ok |
| 4547 | 2026-08-31T09:34:35.333Z | test mcast::tests::test_create_port_bitmap_empty ... ok |
| 4548 | 2026-08-31T09:34:35.333Z | Aug 31 09:34:33.558 DEBG created new freemap, unit: freemap_test |
| 4549 | 2026-08-31T09:34:35.333Z | Aug 31 09:34:33.558 DEBG initted freemap. size: 8, unit: freemap_test |
| 4550 | 2026-08-31T09:34:35.333Z | Aug 31 09:34:33.558 DEBG reset freemap, unit: freemap_test |
| 4551 | 2026-08-31T09:34:35.333Z | test mcast::tests::test_create_port_bitmap_filters_by_direction ... ok |
| 4552 | 2026-08-31T09:34:35.333Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 4553 | 2026-08-31T09:34:35.333Z | Aug 31 09:34:33.558 DEBG created new freemap, unit: freemap_test |
| 4554 | 2026-08-31T09:34:35.333Z | Aug 31 09:34:33.558 DEBG initted freemap. size: 128, unit: freemap_test |
| 4555 | 2026-08-31T09:34:35.333Z | Aug 31 09:34:33.558 DEBG reset freemap, unit: freemap_test |
| 4556 | 2026-08-31T09:34:35.333Z | test freemap::test_span ... ok |
| 4557 | 2026-08-31T09:34:35.333Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 4558 | 2026-08-31T09:34:35.333Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 4559 | 2026-08-31T09:34:35.333Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 4560 | 2026-08-31T09:34:35.333Z | test mcast::tests::test_paired_allocation_and_cleanup ... ok |
| 4561 | 2026-08-31T09:34:35.333Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 4562 | 2026-08-31T09:34:35.333Z | test api_server::tests::test_build_info ... ok |
| 4563 | 2026-08-31T09:34:35.333Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 4564 | 2026-08-31T09:34:35.333Z | test mcast::tests::test_sources_contain_any ... ok |
| 4565 | 2026-08-31T09:34:35.333Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 4566 | 2026-08-31T09:34:35.334Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 4567 | 2026-08-31T09:34:35.334Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 4568 | 2026-08-31T09:34:35.334Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 4569 | 2026-08-31T09:34:35.334Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 4570 | 2026-08-31T09:34:35.337Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 4571 | 2026-08-31T09:34:35.337Z | test mcast::validate::tests::test_address_validation_with_source_validation ... ok |
| 4572 | 2026-08-31T09:34:35.337Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 4573 | 2026-08-31T09:34:35.337Z | test mcast::validate::tests::test_validate_not_underlay_subnet ... ok |
| 4574 | 2026-08-31T09:34:35.337Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 4575 | 2026-08-31T09:34:35.337Z | test mcast::validate::tests::test_reserved_and_unallocatable_addresses ... ok |
| 4576 | 2026-08-31T09:34:35.337Z | test mcast::validate::tests::test_validate_tag ... ok |
| 4577 | 2026-08-31T09:34:35.337Z | test mcast::validate::tests::test_validate_source_addresses ... ok |
| 4578 | 2026-08-31T09:34:35.337Z | test port_map::tests::test_backplane_group ... ok |
| 4579 | 2026-08-31T09:34:35.337Z | test nat::test_mapping ... ok |
| 4580 | 2026-08-31T09:34:35.337Z | test mcast::tests::test_id_range_boundaries ... ok |
| 4581 | 2026-08-31T09:34:35.337Z | test mcast::validate::tests::test_validate_tag_format ... ok |
| 4582 | 2026-08-31T09:34:35.337Z | test port_map::tests::test_port_map ... ok |
| 4583 | 2026-08-31T09:34:35.337Z | test port_map::tests::dump_map ... ok |
| 4584 | 2026-08-31T09:34:35.338Z | Aug 31 09:34:33.560 DEBG created new freemap, unit: freemap_route_ipv4 |
| 4585 | 2026-08-31T09:34:35.338Z | Aug 31 09:34:33.560 DEBG created new freemap, unit: freemap_route_ipv6 |
| 4586 | 2026-08-31T09:34:35.338Z | Aug 31 09:34:33.560 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 4587 | 2026-08-31T09:34:35.338Z | Aug 31 09:34:33.560 DEBG reset freemap, unit: freemap_route_ipv4 |
| 4588 | 2026-08-31T09:34:35.338Z | Aug 31 09:34:33.560Aug 31 09:34:33.560 DEBGDEBG created new freemapinitted freemap. size: 64, , unitunit:: freemap_route_ipv6freemap_route_ipv4 |
| 4589 | 2026-08-31T09:34:35.338Z | |
| 4590 | 2026-08-31T09:34:35.338Z | Aug 31 09:34:33.560 DEBG Aug 31 09:34:33.560reset freemap , DEBGunit :created new freemap , freemap_route_ipv6unit |
| 4591 | 2026-08-31T09:34:35.338Z | : freemap_route_ipv6Aug 31 09:34:33.560 |
| 4592 | 2026-08-31T09:34:35.338Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4593 | 2026-08-31T09:34:35.338Z | Aug 31 09:34:33.560 DEBG Aug 31 09:34:33.560initted freemap. size: 64 , DEBGunit :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4594 | 2026-08-31T09:34:35.338Z | freemap_route_ipv4 |
| 4595 | 2026-08-31T09:34:35.338Z | Aug 31 09:34:33.560Aug 31 09:34:33.560 INFODEBG adding route 3fff:beef::/64 -> 2001:db8::55:ffreset freemap |
| 4596 | 2026-08-31T09:34:35.338Z | , unit: freemap_route_ipv4Aug 31 09:34:33.560 |
| 4597 | 2026-08-31T09:34:35.338Z | 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 } }] |
| 4598 | 2026-08-31T09:34:35.338Z | Aug 31 09:34:33.560 DEBG initted freemap. size: 64Aug 31 09:34:33.560, unitINFO: adding route 3fff:beef:1::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 4599 | 2026-08-31T09:34:35.338Z | |
| 4600 | 2026-08-31T09:34:35.338Z | Aug 31 09:34:33.560Aug 31 09:34:33.560 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 } }]reset freemap |
| 4601 | 2026-08-31T09:34:35.338Z | , unit: freemap_route_ipv6Aug 31 09:34:33.560 |
| 4602 | 2026-08-31T09:34:35.338Z | INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 31 09:34:33.560 |
| 4603 | 2026-08-31T09:34:35.338Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4604 | 2026-08-31T09:34:35.338Z | Aug 31 09:34:33.560 DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.560 |
| 4605 | 2026-08-31T09:34:35.338Z | 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 31 09:34:33.560 |
| 4606 | 2026-08-31T09:34:35.338Z | INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4607 | 2026-08-31T09:34:35.338Z | Aug 31 09:34:33.560 INFOAug 31 09:34:33.560 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 4608 | 2026-08-31T09:34:35.338Z | 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 } }] |
| 4609 | 2026-08-31T09:34:35.338Z | Aug 31 09:34:33.560 DEBGAug 31 09:34:33.560 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 4610 | 2026-08-31T09:34:35.338Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4611 | 2026-08-31T09:34:35.338Z | Aug 31 09:34:33.560 Aug 31 09:34:33.560INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4612 | 2026-08-31T09:34:35.338Z | 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 } }] |
| 4613 | 2026-08-31T09:34:35.338Z | Aug 31 09:34:33.560 Aug 31 09:34:33.560DEBG 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 } }] |
| 4614 | 2026-08-31T09:34:35.338Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4615 | 2026-08-31T09:34:35.338Z | Aug 31 09:34:33.560Aug 31 09:34:33.560 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }] |
| 4616 | 2026-08-31T09:34:35.338Z | |
| 4617 | 2026-08-31T09:34:35.340Z | Aug 31 09:34:33.560Aug 31 09:34:33.560 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:6::/64 -> 2001:db8::55:ff |
| 4618 | 2026-08-31T09:34:35.340Z | |
| 4619 | 2026-08-31T09:34:35.340Z | Aug 31 09:34:33.560Aug 31 09:34:33.560 INFODEBG adding route 3fff:beef::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4620 | 2026-08-31T09:34:35.340Z | |
| 4621 | 2026-08-31T09:34:35.340Z | Aug 31 09:34:33.560Aug 31 09:34:33.560 INFODEBG adding route 3fff:beef:7::/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 } }] |
| 4622 | 2026-08-31T09:34:35.340Z | |
| 4623 | 2026-08-31T09:34:35.340Z | Aug 31 09:34:33.560Aug 31 09:34:33.560 DEBGINFO replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4624 | 2026-08-31T09:34:35.341Z | |
| 4625 | 2026-08-31T09:34:35.341Z | Aug 31 09:34:33.560Aug 31 09:34:33.560 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:8::/64 -> 2001:db8::55:ff |
| 4626 | 2026-08-31T09:34:35.341Z | |
| 4627 | 2026-08-31T09:34:35.341Z | Aug 31 09:34:33.560Aug 31 09:34:33.560 DEBGINFO replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4628 | 2026-08-31T09:34:35.341Z | |
| 4629 | 2026-08-31T09:34:35.341Z | Aug 31 09:34:33.560Aug 31 09:34:33.560 INFODEBG adding route 3fff:beef:9::/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 } }] |
| 4630 | 2026-08-31T09:34:35.341Z | |
| 4631 | 2026-08-31T09:34:35.341Z | Aug 31 09:34:33.560Aug 31 09:34:33.560 DEBGINFO replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4632 | 2026-08-31T09:34:35.341Z | |
| 4633 | 2026-08-31T09:34:35.341Z | Aug 31 09:34:33.560Aug 31 09:34:33.560 INFODEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4634 | 2026-08-31T09:34:35.341Z | |
| 4635 | 2026-08-31T09:34:35.341Z | Aug 31 09:34:33.560Aug 31 09:34:33.560 INFODEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4636 | 2026-08-31T09:34:35.341Z | |
| 4637 | 2026-08-31T09:34:35.341Z | Aug 31 09:34:33.560Aug 31 09:34:33.560 DEBGINFO 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 } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4638 | 2026-08-31T09:34:35.341Z | |
| 4639 | 2026-08-31T09:34:35.341Z | Aug 31 09:34:33.560Aug 31 09:34:33.560 DEBGINFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4640 | 2026-08-31T09:34:35.341Z | |
| 4641 | 2026-08-31T09:34:35.341Z | Aug 31 09:34:33.560Aug 31 09:34:33.560 DEBGINFO replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4642 | 2026-08-31T09:34:35.341Z | |
| 4643 | 2026-08-31T09:34:35.341Z | Aug 31 09:34:33.560Aug 31 09:34:33.560 INFODEBG adding route 3fff:beef:6::/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 } }] |
| 4644 | 2026-08-31T09:34:35.341Z | |
| 4645 | 2026-08-31T09:34:35.341Z | Aug 31 09:34:33.560Aug 31 09:34:33.560 INFODEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4646 | 2026-08-31T09:34:35.341Z | |
| 4647 | 2026-08-31T09:34:35.341Z | Aug 31 09:34:33.560Aug 31 09:34:33.560 DEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4648 | 2026-08-31T09:34:35.341Z | |
| 4649 | 2026-08-31T09:34:35.341Z | Aug 31 09:34:33.560Aug 31 09:34:33.560 DEBGINFO replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4650 | 2026-08-31T09:34:35.341Z | |
| 4651 | 2026-08-31T09:34:35.341Z | Aug 31 09:34:33.560Aug 31 09:34:33.560 INFODEBG adding route 3fff:beef:8::/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 } }] |
| 4652 | 2026-08-31T09:34:35.341Z | |
| 4653 | 2026-08-31T09:34:35.341Z | Aug 31 09:34:33.560Aug 31 09:34:33.560 DEBGINFO replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4654 | 2026-08-31T09:34:35.341Z | |
| 4655 | 2026-08-31T09:34:35.341Z | Aug 31 09:34:33.560Aug 31 09:34:33.560 INFODEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4656 | 2026-08-31T09:34:35.341Z | |
| 4657 | 2026-08-31T09:34:35.341Z | Aug 31 09:34:33.560Aug 31 09:34:33.560 DEBGINFO replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4658 | 2026-08-31T09:34:35.341Z | |
| 4659 | 2026-08-31T09:34:35.341Z | Aug 31 09:34:33.560Aug 31 09:34:33.560 INFODEBG adding route 3fff:beef:a::/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 } }] |
| 4660 | 2026-08-31T09:34:35.341Z | |
| 4661 | 2026-08-31T09:34:35.341Z | Aug 31 09:34:33.560Aug 31 09:34:33.560 DEBGINFO replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4662 | 2026-08-31T09:34:35.341Z | |
| 4663 | 2026-08-31T09:34:35.342Z | Aug 31 09:34:33.560Aug 31 09:34:33.560 INFODEBG adding route 3fff:beef:b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4664 | 2026-08-31T09:34:35.342Z | |
| 4665 | 2026-08-31T09:34:35.342Z | Aug 31 09:34:33.560Aug 31 09:34:33.560 DEBGINFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4666 | 2026-08-31T09:34:35.342Z | |
| 4667 | 2026-08-31T09:34:35.342Z | test port_map::tests::parse_softnpu_revision ... ok |
| 4668 | 2026-08-31T09:34:35.342Z | Aug 31 09:34:33.560 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 } }] |
| 4669 | 2026-08-31T09:34:35.342Z | Aug 31 09:34:33.560 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4670 | 2026-08-31T09:34:35.346Z | Aug 31 09:34:33.561 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 } }] |
| 4671 | 2026-08-31T09:34:35.346Z | Aug 31 09:34:33.561 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4672 | 2026-08-31T09:34:35.346Z | Aug 31 09:34:33.561 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 } }] |
| 4673 | 2026-08-31T09:34:35.346Z | Aug 31 09:34:33.561 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4674 | 2026-08-31T09:34:35.346Z | Aug 31 09:34:33.561 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 31 09:34:33.560 |
| 4675 | 2026-08-31T09:34:35.346Z | DEBG created new freemapAug 31 09:34:33.561, unitINFO: adding route 3fff:beef:16::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 4676 | 2026-08-31T09:34:35.346Z | |
| 4677 | 2026-08-31T09:34:35.346Z | Aug 31 09:34:33.561 DEBG Aug 31 09:34:33.561replacing 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 } }] |
| 4678 | 2026-08-31T09:34:35.346Z | DEBG created new freemapAug 31 09:34:33.561, unitINFO: adding route 3fff:beef:17::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 4679 | 2026-08-31T09:34:35.346Z | |
| 4680 | 2026-08-31T09:34:35.346Z | Aug 31 09:34:33.561Aug 31 09:34:33.561 DEBGDEBG initted freemap. size: 64replacing 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 } }], |
| 4681 | 2026-08-31T09:34:35.346Z | unit: freemap_route_ipv4 |
| 4682 | 2026-08-31T09:34:35.346Z | Aug 31 09:34:33.561 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 31 09:34:33.561 |
| 4683 | 2026-08-31T09:34:35.346Z | DEBG reset freemap, Aug 31 09:34:33.561unit :DEBG freemap_route_ipv4replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4684 | 2026-08-31T09:34:35.346Z | |
| 4685 | 2026-08-31T09:34:35.346Z | Aug 31 09:34:33.561Aug 31 09:34:33.561 DEBGINFO initted freemap. size: 64adding route 3fff:beef:19::/64 -> 2001:db8::55:ff, |
| 4686 | 2026-08-31T09:34:35.346Z | unit: freemap_route_ipv6 |
| 4687 | 2026-08-31T09:34:35.346Z | Aug 31 09:34:33.561 DEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.561 |
| 4688 | 2026-08-31T09:34:35.346Z | DEBG reset freemap, unitAug 31 09:34:33.561: INFOfreemap_route_ipv6 |
| 4689 | 2026-08-31T09:34:35.346Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4690 | 2026-08-31T09:34:35.346Z | Aug 31 09:34:33.561Aug 31 09:34:33.561 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 4691 | 2026-08-31T09:34:35.346Z | |
| 4692 | 2026-08-31T09:34:35.346Z | Aug 31 09:34:33.561Aug 31 09:34:33.561 INFODEBG adding route 3fff:beef:1b::/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 } }] |
| 4693 | 2026-08-31T09:34:35.346Z | |
| 4694 | 2026-08-31T09:34:35.346Z | Aug 31 09:34:33.561Aug 31 09:34:33.561 DEBGINFO replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4695 | 2026-08-31T09:34:35.346Z | |
| 4696 | 2026-08-31T09:34:35.346Z | Aug 31 09:34:33.561Aug 31 09:34:33.561 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4697 | 2026-08-31T09:34:35.346Z | |
| 4698 | 2026-08-31T09:34:35.346Z | Aug 31 09:34:33.561 DEBGAug 31 09:34:33.561 replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4699 | 2026-08-31T09:34:35.346Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4700 | 2026-08-31T09:34:35.346Z | Aug 31 09:34:33.561Aug 31 09:34:33.561 INFODEBG adding route 3fff:beef:1d::/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 } }] |
| 4701 | 2026-08-31T09:34:35.347Z | |
| 4702 | 2026-08-31T09:34:35.347Z | Aug 31 09:34:33.561Aug 31 09:34:33.561 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:1::/64 -> 2001:db8::55:ff |
| 4703 | 2026-08-31T09:34:35.347Z | |
| 4704 | 2026-08-31T09:34:35.347Z | Aug 31 09:34:33.561Aug 31 09:34:33.561 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:1e::/64 -> 2001:db8::55:ff |
| 4705 | 2026-08-31T09:34:35.347Z | |
| 4706 | 2026-08-31T09:34:35.347Z | Aug 31 09:34:33.561Aug 31 09:34:33.561 INFODEBG adding route 3fff:beef:2::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4707 | 2026-08-31T09:34:35.347Z | |
| 4708 | 2026-08-31T09:34:35.347Z | Aug 31 09:34:33.561 Aug 31 09:34:33.561INFO DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4709 | 2026-08-31T09:34:35.347Z | 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 } }] |
| 4710 | 2026-08-31T09:34:35.347Z | Aug 31 09:34:33.561 Aug 31 09:34:33.561DEBG 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 } }] |
| 4711 | 2026-08-31T09:34:35.347Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 31 09:34:33.561 |
| 4712 | 2026-08-31T09:34:35.347Z | Aug 31 09:34:33.561 Aug 31 09:34:33.561INFO DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4713 | 2026-08-31T09:34:35.347Z | created new freemapDEBG , Aug 31 09:34:33.560replacing 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 31 09:34:33.561 unitDEBG: 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 } }] |
| 4714 | 2026-08-31T09:34:35.347Z | |
| 4715 | 2026-08-31T09:34:35.347Z | INFO freemap_route_ipv4adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4716 | 2026-08-31T09:34:35.347Z | |
| 4717 | 2026-08-31T09:34:35.347Z | Aug 31 09:34:33.561 INFOAug 31 09:34:33.561Aug 31 09:34:33.561 DEBGINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 4718 | 2026-08-31T09:34:35.347Z | created new freemapadding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 31 09:34:33.561, |
| 4719 | 2026-08-31T09:34:35.347Z | Aug 31 09:34:33.561 unitDEBG: DEBGfreemap_route_ipv6 |
| 4720 | 2026-08-31T09:34:35.347Z | 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 } }] |
| 4721 | 2026-08-31T09:34:35.347Z | 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 } }] |
| 4722 | 2026-08-31T09:34:35.347Z | Aug 31 09:34:33.561 DEBGAug 31 09:34:33.561Aug 31 09:34:33.561 INFODEBGAug 31 09:34:33.561 initted freemap. size: 64INFO , adding route 3fff:beef:22::/64 -> 2001:db8::55:ffunitadding route 3fff:beef:d::/64 -> 2001:db8::55:ff: |
| 4723 | 2026-08-31T09:34:35.347Z | |
| 4724 | 2026-08-31T09:34:35.347Z | freemap_route_ipv4 |
| 4725 | 2026-08-31T09:34:35.347Z | Aug 31 09:34:33.561 DEBG Aug 31 09:34:33.561replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.561 |
| 4726 | 2026-08-31T09:34:35.348Z | DEBGDEBGAug 31 09:34:33.561 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 } }] reset freemapDEBG |
| 4727 | 2026-08-31T09:34:35.348Z | Aug 31 09:34:33.561 , created new freemap unit:INFO, Aug 31 09:34:33.561 freemap_route_ipv4INFO |
| 4728 | 2026-08-31T09:34:35.348Z | unit adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 4729 | 2026-08-31T09:34:35.348Z | |
| 4730 | 2026-08-31T09:34:35.348Z | Aug 31 09:34:33.561 DEBG: initted freemap. size: 64Aug 31 09:34:33.561freemap_route_ipv4, unit |
| 4731 | 2026-08-31T09:34:35.348Z | DEBG:Aug 31 09:34:33.561 freemap_route_ipv6DEBG Aug 31 09:34:33.561 |
| 4732 | 2026-08-31T09:34:35.348Z | 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 } }] DEBGreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4733 | 2026-08-31T09:34:35.348Z | |
| 4734 | 2026-08-31T09:34:35.348Z | created new freemapAug 31 09:34:33.561, unitDEBG: freemap_route_ipv6reset freemap |
| 4735 | 2026-08-31T09:34:35.348Z | , Aug 31 09:34:33.561unit :Aug 31 09:34:33.561INFO freemap_route_ipv6 |
| 4736 | 2026-08-31T09:34:35.348Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBG |
| 4737 | 2026-08-31T09:34:35.348Z | Aug 31 09:34:33.561 initted freemap. size: 64Aug 31 09:34:33.561, Aug 31 09:34:33.561INFO unitDEBG: adding route 3fff:dead::/64 -> 2001:db8::55:1 freemap_route_ipv4 |
| 4738 | 2026-08-31T09:34:35.349Z | |
| 4739 | 2026-08-31T09:34:35.349Z | INFOreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4740 | 2026-08-31T09:34:35.349Z | Aug 31 09:34:33.561Aug 31 09:34:33.561 adding route 3fff:beef:24::/64 -> 2001:db8::55:ff DEBG DEBGreset freemap |
| 4741 | 2026-08-31T09:34:35.349Z | Aug 31 09:34:33.561, INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]unit |
| 4742 | 2026-08-31T09:34:35.349Z | : freemap_route_ipv4Aug 31 09:34:33.561 adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4743 | 2026-08-31T09:34:35.349Z | DEBG |
| 4744 | 2026-08-31T09:34:35.349Z | 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 31 09:34:33.561Aug 31 09:34:33.561 |
| 4745 | 2026-08-31T09:34:35.349Z | Aug 31 09:34:33.561 DEBGINFO Aug 31 09:34:33.561DEBG initted freemap. size: 64adding route 3fff:dead::/64 -> 2001:db8::55:1, |
| 4746 | 2026-08-31T09:34:35.349Z | unit:replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4747 | 2026-08-31T09:34:35.349Z | INFOfreemap_route_ipv6 |
| 4748 | 2026-08-31T09:34:35.349Z | Aug 31 09:34:33.561adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 4749 | 2026-08-31T09:34:35.349Z | Aug 31 09:34:33.561 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 } }, 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 31 09:34:33.561Aug 31 09:34:33.561 |
| 4750 | 2026-08-31T09:34:35.349Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG |
| 4751 | 2026-08-31T09:34:35.349Z | replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4752 | 2026-08-31T09:34:35.349Z | Aug 31 09:34:33.561 Aug 31 09:34:33.561 reset freemap INFODEBG , adding route 3fff:dead::/64 -> 2001:db8::55:1unit |
| 4753 | 2026-08-31T09:34:35.349Z | Aug 31 09:34:33.561 : 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 } }] Aug 31 09:34:33.561 |
| 4754 | 2026-08-31T09:34:35.349Z | freemap_route_ipv6 |
| 4755 | 2026-08-31T09:34:35.349Z | DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 4756 | 2026-08-31T09:34:35.349Z | 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 } }] |
| 4757 | 2026-08-31T09:34:35.349Z | Aug 31 09:34:33.561 Aug 31 09:34:33.561INFO Aug 31 09:34:33.561INFOadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 09:34:33.561 |
| 4758 | 2026-08-31T09:34:35.349Z | 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 31 09:34:33.561INFO DEBG adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4759 | 2026-08-31T09:34:35.349Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4760 | 2026-08-31T09:34:35.349Z | |
| 4761 | 2026-08-31T09:34:35.349Z | |
| 4762 | 2026-08-31T09:34:35.349Z | Aug 31 09:34:33.561 Aug 31 09:34:33.561DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 09:34:33.561Aug 31 09:34:33.561 |
| 4763 | 2026-08-31T09:34:35.349Z | DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 31 09:34:33.561 |
| 4764 | 2026-08-31T09:34:35.350Z | |
| 4765 | 2026-08-31T09:34:35.350Z | INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4766 | 2026-08-31T09:34:35.350Z | Aug 31 09:34:33.561 adding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG |
| 4767 | 2026-08-31T09:34:35.350Z | Aug 31 09:34:33.561replacing 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 31 09:34:33.561 |
| 4768 | 2026-08-31T09:34:35.350Z | INFODEBG Aug 31 09:34:33.561adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4769 | 2026-08-31T09:34:35.350Z | DEBGreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4770 | 2026-08-31T09:34:35.354Z | 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 31 09:34:33.561 |
| 4771 | 2026-08-31T09:34:35.354Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 09:34:33.561Aug 31 09:34:33.561 |
| 4772 | 2026-08-31T09:34:35.354Z | INFODEBG Aug 31 09:34:33.561adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4773 | 2026-08-31T09:34:35.354Z | Aug 31 09:34:33.561 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 INFO |
| 4774 | 2026-08-31T09:34:35.354Z | 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 31 09:34:33.561 |
| 4775 | 2026-08-31T09:34:35.354Z | DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 4776 | 2026-08-31T09:34:35.354Z | 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 } }] |
| 4777 | 2026-08-31T09:34:35.354Z | Aug 31 09:34:33.561 Aug 31 09:34:33.561Aug 31 09:34:33.561Aug 31 09:34:33.561 DEBGINFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4778 | 2026-08-31T09:34:35.354Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4779 | 2026-08-31T09:34:35.354Z | |
| 4780 | 2026-08-31T09:34:35.354Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 31 09:34:33.561 |
| 4781 | 2026-08-31T09:34:35.354Z | DEBGAug 31 09:34:33.561 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 31 09:34:33.561INFO |
| 4782 | 2026-08-31T09:34:35.354Z | Aug 31 09:34:33.561DEBG 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 31 09:34:33.561 |
| 4783 | 2026-08-31T09:34:35.354Z | DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff INFO |
| 4784 | 2026-08-31T09:34:35.354Z | 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 31 09:34:33.561adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4785 | 2026-08-31T09:34:35.354Z | |
| 4786 | 2026-08-31T09:34:35.354Z | INFO Aug 31 09:34:33.561adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4787 | 2026-08-31T09:34:35.354Z | Aug 31 09:34:33.561DEBG Aug 31 09:34:33.561INFOreplacing 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 31 09:34:33.561adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4788 | 2026-08-31T09:34:35.354Z | 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 } }] |
| 4789 | 2026-08-31T09:34:35.354Z | |
| 4790 | 2026-08-31T09:34:35.354Z | 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 } }] |
| 4791 | 2026-08-31T09:34:35.354Z | Aug 31 09:34:33.561 INFO Aug 31 09:34:33.561adding route 3fff:beef:4::/64 -> 2001:db8::55:ff Aug 31 09:34:33.561 |
| 4792 | 2026-08-31T09:34:35.354Z | DEBG Aug 31 09:34:33.561 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 |
| 4793 | 2026-08-31T09:34:35.354Z | Aug 31 09:34:33.561 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFODEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4794 | 2026-08-31T09:34:35.354Z | Aug 31 09:34:33.561replacing 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 } }] |
| 4795 | 2026-08-31T09:34:35.354Z | |
| 4796 | 2026-08-31T09:34:35.354Z | INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4797 | 2026-08-31T09:34:35.354Z | Aug 31 09:34:33.561 DEBGAug 31 09:34:33.561 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 31 09:34:33.561DEBG |
| 4798 | 2026-08-31T09:34:35.354Z | Aug 31 09:34:33.561 INFODEBGreplacing 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:5::/64 -> 2001:db8::55:ffAug 31 09:34:33.561replacing 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 } }] |
| 4799 | 2026-08-31T09:34:35.354Z | |
| 4800 | 2026-08-31T09:34:35.354Z | INFO |
| 4801 | 2026-08-31T09:34:35.354Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 4802 | 2026-08-31T09:34:35.355Z | Aug 31 09:34:33.561Aug 31 09:34:33.561 Aug 31 09:34:33.561Aug 31 09:34:33.561 INFO DEBG INFODEBG adding route 3fff:beef:17::/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 } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4803 | 2026-08-31T09:34:35.355Z | |
| 4804 | 2026-08-31T09:34:35.355Z | 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 } }] |
| 4805 | 2026-08-31T09:34:35.355Z | |
| 4806 | 2026-08-31T09:34:35.355Z | Aug 31 09:34:33.561Aug 31 09:34:33.561 Aug 31 09:34:33.561INFOAug 31 09:34:33.561 DEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFO |
| 4807 | 2026-08-31T09:34:35.355Z | 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 } }] |
| 4808 | 2026-08-31T09:34:35.355Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4809 | 2026-08-31T09:34:35.355Z | 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 31 09:34:33.561 |
| 4810 | 2026-08-31T09:34:35.355Z | Aug 31 09:34:33.561 Aug 31 09:34:33.561INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffDEBG |
| 4811 | 2026-08-31T09:34:35.355Z | 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 31 09:34:33.561DEBG |
| 4812 | 2026-08-31T09:34:35.355Z | Aug 31 09:34:33.561INFO Aug 31 09:34:33.561 adding route 3fff:beef:18::/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 } }]INFODEBG |
| 4813 | 2026-08-31T09:34:35.355Z | |
| 4814 | 2026-08-31T09:34:35.355Z | 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:7::/64 -> 2001:db8::55:ff |
| 4815 | 2026-08-31T09:34:35.355Z | |
| 4816 | 2026-08-31T09:34:35.355Z | Aug 31 09:34:33.561 DEBGAug 31 09:34:33.561Aug 31 09:34:33.561 DEBGAug 31 09:34:33.561 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 } }] INFOreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4817 | 2026-08-31T09:34:35.355Z | |
| 4818 | 2026-08-31T09:34:35.355Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 4819 | 2026-08-31T09:34:35.355Z | |
| 4820 | 2026-08-31T09:34:35.355Z | Aug 31 09:34:33.561 INFO Aug 31 09:34:33.561Aug 31 09:34:33.561Aug 31 09:34:33.561adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4821 | 2026-08-31T09:34:35.355Z | INFODEBG DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff 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 31 09:34:33.561 |
| 4822 | 2026-08-31T09:34:35.355Z | 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 } }] |
| 4823 | 2026-08-31T09:34:35.355Z | |
| 4824 | 2026-08-31T09:34:35.355Z | DEBG Aug 31 09:34:33.561replacing 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 } }] |
| 4825 | 2026-08-31T09:34:35.355Z | INFOAug 31 09:34:33.561 Aug 31 09:34:33.561 DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO |
| 4826 | 2026-08-31T09:34:35.355Z | Aug 31 09:34:33.561adding route 3fff:beef:5::/64 -> 2001:db8::55:ff INFOreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.561 |
| 4827 | 2026-08-31T09:34:35.355Z | DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4828 | 2026-08-31T09:34:35.355Z | 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 } }] |
| 4829 | 2026-08-31T09:34:35.355Z | Aug 31 09:34:33.562 |
| 4830 | 2026-08-31T09:34:35.355Z | Aug 31 09:34:33.562INFO DEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 31 09:34:33.562 |
| 4831 | 2026-08-31T09:34:35.355Z | INFOAug 31 09:34:33.562Aug 31 09:34:33.562 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 } }] |
| 4832 | 2026-08-31T09:34:35.355Z | DEBG adding route 3fff:beef:2f::/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 } }]DEBG |
| 4833 | 2026-08-31T09:34:35.355Z | |
| 4834 | 2026-08-31T09:34:35.355Z | 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 } }] |
| 4835 | 2026-08-31T09:34:35.355Z | Aug 31 09:34:33.562 INFOAug 31 09:34:33.562 DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4836 | 2026-08-31T09:34:35.355Z | Aug 31 09:34:33.562replacing 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 31 09:34:33.562 |
| 4837 | 2026-08-31T09:34:35.355Z | INFO Aug 31 09:34:33.562 DEBGINFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff 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 } }] |
| 4838 | 2026-08-31T09:34:35.355Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4839 | 2026-08-31T09:34:35.355Z | Aug 31 09:34:33.562 |
| 4840 | 2026-08-31T09:34:35.355Z | Aug 31 09:34:33.562DEBG INFOAug 31 09:34:33.562 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:30::/64 -> 2001:db8::55:ff |
| 4841 | 2026-08-31T09:34:35.356Z | Aug 31 09:34:33.562 |
| 4842 | 2026-08-31T09:34:35.357Z | DEBGAug 31 09:34:33.562 INFOAug 31 09:34:33.562 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4843 | 2026-08-31T09:34:35.357Z | |
| 4844 | 2026-08-31T09:34:35.357Z | DEBG |
| 4845 | 2026-08-31T09:34:35.357Z | 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 } }] |
| 4846 | 2026-08-31T09:34:35.357Z | Aug 31 09:34:33.562Aug 31 09:34:33.562Aug 31 09:34:33.562 DEBGINFOINFO Aug 31 09:34:33.562replacing 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 } }] |
| 4847 | 2026-08-31T09:34:35.357Z | DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4848 | 2026-08-31T09:34:35.357Z | 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 } }] |
| 4849 | 2026-08-31T09:34:35.357Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 4850 | 2026-08-31T09:34:35.357Z | Aug 31 09:34:33.562 Aug 31 09:34:33.562Aug 31 09:34:33.562 INFO DEBGINFO Aug 31 09:34:33.562adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4851 | 2026-08-31T09:34:35.357Z | |
| 4852 | 2026-08-31T09:34:35.357Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG |
| 4853 | 2026-08-31T09:34:35.357Z | 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 31 09:34:33.562 |
| 4854 | 2026-08-31T09:34:35.357Z | Aug 31 09:34:33.562 Aug 31 09:34:33.562DEBG Aug 31 09:34:33.562DEBG INFO 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:8::/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 } }]INFO |
| 4855 | 2026-08-31T09:34:35.357Z | |
| 4856 | 2026-08-31T09:34:35.357Z | |
| 4857 | 2026-08-31T09:34:35.357Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 4858 | 2026-08-31T09:34:35.358Z | Aug 31 09:34:33.562 DEBGAug 31 09:34:33.562Aug 31 09:34:33.562 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 } }]INFOAug 31 09:34:33.562 |
| 4859 | 2026-08-31T09:34:35.358Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff DEBG |
| 4860 | 2026-08-31T09:34:35.358Z | Aug 31 09:34:33.562 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 } }]INFOINFO |
| 4861 | 2026-08-31T09:34:35.358Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4862 | 2026-08-31T09:34:35.358Z | |
| 4863 | 2026-08-31T09:34:35.358Z | Aug 31 09:34:33.562 Aug 31 09:34:33.562Aug 31 09:34:33.562DEBG Aug 31 09:34:33.562DEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4864 | 2026-08-31T09:34:35.358Z | |
| 4865 | 2026-08-31T09:34:35.358Z | DEBG INFOreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4866 | 2026-08-31T09:34:35.358Z | Aug 31 09:34:33.562adding route 3fff:beef:33::/64 -> 2001:db8::55:ff Aug 31 09:34:33.562INFOAug 31 09:34:33.562 adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4867 | 2026-08-31T09:34:35.358Z | INFO |
| 4868 | 2026-08-31T09:34:35.358Z | INFOAug 31 09:34:33.562 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ffDEBG |
| 4869 | 2026-08-31T09:34:35.358Z | |
| 4870 | 2026-08-31T09:34:35.362Z | 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 31 09:34:33.562 |
| 4871 | 2026-08-31T09:34:35.362Z | Aug 31 09:34:33.562DEBGAug 31 09:34:33.562 replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4872 | 2026-08-31T09:34:35.362Z | Aug 31 09:34:33.562DEBGreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 31 09:34:33.562 |
| 4873 | 2026-08-31T09:34:35.363Z | |
| 4874 | 2026-08-31T09:34:35.363Z | INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffINFO |
| 4875 | 2026-08-31T09:34:35.363Z | Aug 31 09:34:33.562adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 31 09:34:33.562 |
| 4876 | 2026-08-31T09:34:35.363Z | INFOINFO Aug 31 09:34:33.562adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4877 | 2026-08-31T09:34:35.363Z | Aug 31 09:34:33.562 |
| 4878 | 2026-08-31T09:34:35.363Z | DEBGDEBGAug 31 09:34:33.562Aug 31 09:34:33.562 replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGDEBG 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 } }] |
| 4879 | 2026-08-31T09:34:35.363Z | 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 } }] |
| 4880 | 2026-08-31T09:34:35.363Z | |
| 4881 | 2026-08-31T09:34:35.363Z | 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 } }] |
| 4882 | 2026-08-31T09:34:35.363Z | Aug 31 09:34:33.562Aug 31 09:34:33.562Aug 31 09:34:33.562 Aug 31 09:34:33.562 INFOINFO INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4883 | 2026-08-31T09:34:35.363Z | INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 31 09:34:33.562 |
| 4884 | 2026-08-31T09:34:35.363Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 4885 | 2026-08-31T09:34:35.363Z | |
| 4886 | 2026-08-31T09:34:35.363Z | DEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.562 |
| 4887 | 2026-08-31T09:34:35.363Z | Aug 31 09:34:33.562Aug 31 09:34:33.562 DEBGDEBG DEBGAug 31 09:34:33.562replacing 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: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 } }] |
| 4888 | 2026-08-31T09:34:35.364Z | replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4889 | 2026-08-31T09:34:35.364Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4890 | 2026-08-31T09:34:35.364Z | |
| 4891 | 2026-08-31T09:34:35.364Z | Aug 31 09:34:33.562Aug 31 09:34:33.562Aug 31 09:34:33.562Aug 31 09:34:33.562 DEBGINFOINFOINFO 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:22::/64 -> 2001:db8::55:ff |
| 4892 | 2026-08-31T09:34:35.364Z | |
| 4893 | 2026-08-31T09:34:35.364Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 4894 | 2026-08-31T09:34:35.364Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 31 09:34:33.562Aug 31 09:34:33.562 |
| 4895 | 2026-08-31T09:34:35.364Z | INFODEBG Aug 31 09:34:33.562adding route 3fff:beef:12::/64 -> 2001:db8::55:ff Aug 31 09:34:33.562replacing 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 } }] |
| 4896 | 2026-08-31T09:34:35.364Z | |
| 4897 | 2026-08-31T09:34:35.364Z | DEBGDEBGAug 31 09:34:33.562 replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4898 | 2026-08-31T09:34:35.364Z | 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 31 09:34:33.562 |
| 4899 | 2026-08-31T09:34:35.364Z | replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 31 09:34:33.562 |
| 4900 | 2026-08-31T09:34:35.364Z | Aug 31 09:34:33.562 |
| 4901 | 2026-08-31T09:34:35.364Z | INFOINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 31 09:34:33.562 |
| 4902 | 2026-08-31T09:34:35.364Z | |
| 4903 | 2026-08-31T09:34:35.364Z | DEBG Aug 31 09:34:33.562replacing 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 } }] |
| 4904 | 2026-08-31T09:34:35.364Z | DEBG Aug 31 09:34:33.562replacing 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 31 09:34:33.562 |
| 4905 | 2026-08-31T09:34:35.364Z | 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 } }]INFO |
| 4906 | 2026-08-31T09:34:35.364Z | Aug 31 09:34:33.562adding route 3fff:beef:24::/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 } }] |
| 4907 | 2026-08-31T09:34:35.364Z | INFO |
| 4908 | 2026-08-31T09:34:35.364Z | Aug 31 09:34:33.562adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4909 | 2026-08-31T09:34:35.364Z | INFO Aug 31 09:34:33.562adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4910 | 2026-08-31T09:34:35.364Z | Aug 31 09:34:33.562INFO Aug 31 09:34:33.562 DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBG |
| 4911 | 2026-08-31T09:34:35.364Z | Aug 31 09:34:33.562 replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 31 09:34:33.562 |
| 4912 | 2026-08-31T09:34:35.364Z | DEBG |
| 4913 | 2026-08-31T09:34:35.364Z | 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 |
| 4914 | 2026-08-31T09:34:35.364Z | 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 31 09:34:33.562 |
| 4915 | 2026-08-31T09:34:35.364Z | Aug 31 09:34:33.562 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFOAug 31 09:34:33.562Aug 31 09:34:33.562 |
| 4916 | 2026-08-31T09:34:35.364Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO |
| 4917 | 2026-08-31T09:34:35.364Z | INFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4918 | 2026-08-31T09:34:35.364Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 31 09:34:33.562 |
| 4919 | 2026-08-31T09:34:35.364Z | DEBGAug 31 09:34:33.562 Aug 31 09:34:33.562replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4920 | 2026-08-31T09:34:35.364Z | Aug 31 09:34:33.562 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 } }] |
| 4921 | 2026-08-31T09:34:35.364Z | Aug 31 09:34:33.562replacing 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: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 } }] |
| 4922 | 2026-08-31T09:34:35.365Z | INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 31 09:34:33.562 |
| 4923 | 2026-08-31T09:34:35.365Z | Aug 31 09:34:33.562 INFO |
| 4924 | 2026-08-31T09:34:35.365Z | INFOAug 31 09:34:33.562 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG |
| 4925 | 2026-08-31T09:34:35.365Z | |
| 4926 | 2026-08-31T09:34:35.365Z | 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 } }] |
| 4927 | 2026-08-31T09:34:35.365Z | Aug 31 09:34:33.562Aug 31 09:34:33.562 Aug 31 09:34:33.562Aug 31 09:34:33.562 DEBGINFO DEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4928 | 2026-08-31T09:34:35.365Z | |
| 4929 | 2026-08-31T09:34:35.365Z | |
| 4930 | 2026-08-31T09:34:35.365Z | INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4931 | 2026-08-31T09:34:35.365Z | Aug 31 09:34:33.562Aug 31 09:34:33.562 Aug 31 09:34:33.562INFO DEBGAug 31 09:34:33.562adding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFO |
| 4932 | 2026-08-31T09:34:35.365Z | replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBG |
| 4933 | 2026-08-31T09:34:35.365Z | |
| 4934 | 2026-08-31T09:34:35.366Z | 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 } }] |
| 4935 | 2026-08-31T09:34:35.366Z | Aug 31 09:34:33.562 Aug 31 09:34:33.562Aug 31 09:34:33.562DEBG Aug 31 09:34:33.562DEBG INFO replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }] |
| 4936 | 2026-08-31T09:34:35.366Z | INFO |
| 4937 | 2026-08-31T09:34:35.366Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 4938 | 2026-08-31T09:34:35.366Z | |
| 4939 | 2026-08-31T09:34:35.366Z | Aug 31 09:34:33.562 Aug 31 09:34:33.562Aug 31 09:34:33.562 INFOINFO DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4940 | 2026-08-31T09:34:35.366Z | Aug 31 09:34:33.562replacing 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 } }] |
| 4941 | 2026-08-31T09:34:35.366Z | |
| 4942 | 2026-08-31T09:34:35.366Z | DEBG Aug 31 09:34:33.562replacing 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 31 09:34:33.562 Aug 31 09:34:33.562DEBG 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 } }] |
| 4943 | 2026-08-31T09:34:35.366Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4944 | 2026-08-31T09:34:35.366Z | DEBG |
| 4945 | 2026-08-31T09:34:35.366Z | Aug 31 09:34:33.562 Aug 31 09:34:33.562 INFOINFOAug 31 09:34:33.562 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 } }] DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4946 | 2026-08-31T09:34:35.366Z | |
| 4947 | 2026-08-31T09:34:35.366Z | 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 } }] |
| 4948 | 2026-08-31T09:34:35.366Z | |
| 4949 | 2026-08-31T09:34:35.366Z | Aug 31 09:34:33.562Aug 31 09:34:33.562Aug 31 09:34:33.562Aug 31 09:34:33.562 DEBG INFOreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 4950 | 2026-08-31T09:34:35.367Z | INFOadding route 3fff:beef:2a::/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 } }] |
| 4951 | 2026-08-31T09:34:35.367Z | Aug 31 09:34:33.562 |
| 4952 | 2026-08-31T09:34:35.367Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFO |
| 4953 | 2026-08-31T09:34:35.367Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4954 | 2026-08-31T09:34:35.367Z | Aug 31 09:34:33.562Aug 31 09:34:33.562 Aug 31 09:34:33.562DEBG DEBG INFOreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 4955 | 2026-08-31T09:34:35.367Z | |
| 4956 | 2026-08-31T09:34:35.367Z | Aug 31 09:34:33.562 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 } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4957 | 2026-08-31T09:34:35.367Z | |
| 4958 | 2026-08-31T09:34:35.367Z | Aug 31 09:34:33.562 INFO Aug 31 09:34:33.562adding route 3fff:beef:15::/64 -> 2001:db8::55:ff Aug 31 09:34:33.562INFOAug 31 09:34:33.562 |
| 4959 | 2026-08-31T09:34:35.367Z | DEBGINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4960 | 2026-08-31T09:34:35.367Z | replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 4961 | 2026-08-31T09:34:35.367Z | |
| 4962 | 2026-08-31T09:34:35.367Z | Aug 31 09:34:33.562 Aug 31 09:34:33.562DEBG Aug 31 09:34:33.562 Aug 31 09:34:33.562replacing 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 } }] INFODEBG |
| 4963 | 2026-08-31T09:34:35.367Z | 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 |
| 4964 | 2026-08-31T09:34:35.367Z | 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 31 09:34:33.562 |
| 4965 | 2026-08-31T09:34:35.367Z | INFO Aug 31 09:34:33.562adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4966 | 2026-08-31T09:34:35.367Z | INFOAug 31 09:34:33.562 |
| 4967 | 2026-08-31T09:34:35.368Z | INFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff Aug 31 09:34:33.562 |
| 4968 | 2026-08-31T09:34:35.368Z | Aug 31 09:34:33.562 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG |
| 4969 | 2026-08-31T09:34:35.368Z | Aug 31 09:34:33.562replacing 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 } }] |
| 4970 | 2026-08-31T09:34:35.371Z | DEBGDEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4971 | 2026-08-31T09:34:35.371Z | |
| 4972 | 2026-08-31T09:34:35.371Z | Aug 31 09:34:33.562Aug 31 09:34:33.562 DEBG INFOreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.562 |
| 4973 | 2026-08-31T09:34:35.371Z | INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4974 | 2026-08-31T09:34:35.371Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 31 09:34:33.562 |
| 4975 | 2026-08-31T09:34:35.371Z | Aug 31 09:34:33.562 INFOAug 31 09:34:33.562 Aug 31 09:34:33.562adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 4976 | 2026-08-31T09:34:35.372Z | DEBGDEBG Aug 31 09:34:33.562 replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4977 | 2026-08-31T09:34:35.372Z | |
| 4978 | 2026-08-31T09:34:35.372Z | INFO DEBG adding route 3fff:beef:c::/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 } }]Aug 31 09:34:33.562 |
| 4979 | 2026-08-31T09:34:35.372Z | |
| 4980 | 2026-08-31T09:34:35.373Z | Aug 31 09:34:33.562 INFO INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff Aug 31 09:34:33.562 |
| 4981 | 2026-08-31T09:34:35.373Z | Aug 31 09:34:33.562 adding route 3fff:beef:18::/64 -> 2001:db8::55:ff INFOAug 31 09:34:33.562 |
| 4982 | 2026-08-31T09:34:35.373Z | DEBGDEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4983 | 2026-08-31T09:34:35.373Z | |
| 4984 | 2026-08-31T09:34:35.373Z | Aug 31 09:34:33.562replacing 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 } }] |
| 4985 | 2026-08-31T09:34:35.373Z | DEBGAug 31 09:34:33.562Aug 31 09:34:33.562 Aug 31 09:34:33.562DEBG INFO 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 } }] 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 } }] |
| 4986 | 2026-08-31T09:34:35.373Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4987 | 2026-08-31T09:34:35.373Z | |
| 4988 | 2026-08-31T09:34:35.373Z | |
| 4989 | 2026-08-31T09:34:35.373Z | Aug 31 09:34:33.562 Aug 31 09:34:33.562Aug 31 09:34:33.562 Aug 31 09:34:33.562 INFODEBGDEBG 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 } }] |
| 4990 | 2026-08-31T09:34:35.373Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4991 | 2026-08-31T09:34:35.373Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 4992 | 2026-08-31T09:34:35.373Z | Aug 31 09:34:33.562replacing 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 } }] |
| 4993 | 2026-08-31T09:34:35.373Z | Aug 31 09:34:33.563Aug 31 09:34:33.563 DEBGAug 31 09:34:33.563 INFO 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:20::/64 -> 2001:db8::55:ff |
| 4994 | 2026-08-31T09:34:35.373Z | DEBG |
| 4995 | 2026-08-31T09:34:35.373Z | DEBG created new freemap , Aug 31 09:34:33.563Aug 31 09:34:33.563unit : Aug 31 09:34:33.563replacing 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 freemap_route_ipv4 |
| 4996 | 2026-08-31T09:34:35.374Z | 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 } }] |
| 4997 | 2026-08-31T09:34:35.374Z | INFOINFO |
| 4998 | 2026-08-31T09:34:35.374Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 31 09:34:33.563 |
| 4999 | 2026-08-31T09:34:35.374Z | |
| 5000 | 2026-08-31T09:34:35.374Z | INFOAug 31 09:34:33.563 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 31 09:34:33.563INFO |
| 5001 | 2026-08-31T09:34:35.374Z | Aug 31 09:34:33.563 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBGAug 31 09:34:33.563DEBG 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 31 09:34:33.563 |
| 5002 | 2026-08-31T09:34:35.374Z | |
| 5003 | 2026-08-31T09:34:35.374Z | DEBGreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:34:33.563replacing 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 31 09:34:33.563 |
| 5004 | 2026-08-31T09:34:35.374Z | |
| 5005 | 2026-08-31T09:34:35.374Z | INFODEBG DEBG Aug 31 09:34:33.563 created new freemapreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], INFO |
| 5006 | 2026-08-31T09:34:35.374Z | Aug 31 09:34:33.563unit adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 5007 | 2026-08-31T09:34:35.374Z | |
| 5008 | 2026-08-31T09:34:35.374Z | INFO: Aug 31 09:34:33.563adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 5009 | 2026-08-31T09:34:35.374Z | Aug 31 09:34:33.563 DEBGAug 31 09:34:33.563 freemap_route_ipv6 INFO |
| 5010 | 2026-08-31T09:34:35.374Z | DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 5011 | 2026-08-31T09:34:35.374Z | 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 } }] |
| 5012 | 2026-08-31T09:34:35.375Z | replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.563 |
| 5013 | 2026-08-31T09:34:35.375Z | Aug 31 09:34:33.563DEBGAug 31 09:34:33.563Aug 31 09:34:33.563 INFODEBG Aug 31 09:34:33.563replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 5014 | 2026-08-31T09:34:35.375Z | |
| 5015 | 2026-08-31T09:34:35.375Z | INFO , adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff unitreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.563Aug 31 09:34:33.563: |
| 5016 | 2026-08-31T09:34:35.375Z | |
| 5017 | 2026-08-31T09:34:35.375Z | INFO DEBG Aug 31 09:34:33.563replacing 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:10::/64 -> 2001:db8::55:ff |
| 5018 | 2026-08-31T09:34:35.375Z | |
| 5019 | 2026-08-31T09:34:35.375Z | Aug 31 09:34:33.563INFO Aug 31 09:34:33.563 INFOfreemap_route_ipv4DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 31 09:34:33.563 |
| 5020 | 2026-08-31T09:34:35.375Z | |
| 5021 | 2026-08-31T09:34:35.375Z | DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 5022 | 2026-08-31T09:34:35.375Z | 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 } }] |
| 5023 | 2026-08-31T09:34:35.375Z | Aug 31 09:34:33.563 Aug 31 09:34:33.563Aug 31 09:34:33.563 Aug 31 09:34:33.563 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 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 } }] |
| 5024 | 2026-08-31T09:34:35.375Z | |
| 5025 | 2026-08-31T09:34:35.375Z | INFODEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG Aug 31 09:34:33.563 |
| 5026 | 2026-08-31T09:34:35.376Z | 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 31 09:34:33.563INFO reset freemap |
| 5027 | 2026-08-31T09:34:35.376Z | Aug 31 09:34:33.563, adding route 3fff:beef:25::/64 -> 2001:db8::55:ff DEBG |
| 5028 | 2026-08-31T09:34:35.376Z | 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 } }]Aug 31 09:34:33.563 |
| 5029 | 2026-08-31T09:34:35.376Z | INFOunitAug 31 09:34:33.563: DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 5030 | 2026-08-31T09:34:35.376Z | 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 } }] |
| 5031 | 2026-08-31T09:34:35.376Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 31 09:34:33.563 |
| 5032 | 2026-08-31T09:34:35.376Z | freemap_route_ipv4 |
| 5033 | 2026-08-31T09:34:35.376Z | Aug 31 09:34:33.563DEBG Aug 31 09:34:33.563 INFO INFO adding route 3fff:beef:1e::/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 } }]Aug 31 09:34:33.563 |
| 5034 | 2026-08-31T09:34:35.376Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 5035 | 2026-08-31T09:34:35.376Z | |
| 5036 | 2026-08-31T09:34:35.376Z | DEBGAug 31 09:34:33.563Aug 31 09:34:33.563Aug 31 09:34:33.563 DEBGDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 5037 | 2026-08-31T09:34:35.376Z | Aug 31 09:34:33.563 DEBG INFOinitted freemap. size: 64 |
| 5038 | 2026-08-31T09:34:35.376Z | replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], unit |
| 5039 | 2026-08-31T09:34:35.376Z | Aug 31 09:34:33.563Aug 31 09:34:33.563 adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 5040 | 2026-08-31T09:34:35.376Z | :DEBG Aug 31 09:34:33.563created new freemapAug 31 09:34:33.563Aug 31 09:34:33.563 INFODEBG , unit: freemap_route_ipv4 |
| 5041 | 2026-08-31T09:34:35.377Z | INFOINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 31 09:34:33.563 |
| 5042 | 2026-08-31T09:34:35.377Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 31 09:34:33.563adding route 3fff:beef:27::/64 -> 2001:db8::55:ff DEBGINFO |
| 5043 | 2026-08-31T09:34:35.377Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff created new freemapreplacing 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 } }], unit:Aug 31 09:34:33.563Aug 31 09:34:33.563 DEBG freemap_route_ipv6 |
| 5044 | 2026-08-31T09:34:35.377Z | 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 } }] |
| 5045 | 2026-08-31T09:34:35.377Z | 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 } }] |
| 5046 | 2026-08-31T09:34:35.377Z | Aug 31 09:34:33.563 Aug 31 09:34:33.563freemap_route_ipv6 |
| 5047 | 2026-08-31T09:34:35.377Z | DEBGAug 31 09:34:33.563INFO INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 31 09:34:33.563 |
| 5048 | 2026-08-31T09:34:35.377Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffinitted freemap. size: 64, unit: DEBGfreemap_route_ipv4 |
| 5049 | 2026-08-31T09:34:35.377Z | reset freemap, unit: freemap_route_ipv6 |
| 5050 | 2026-08-31T09:34:35.377Z | Aug 31 09:34:33.563 |
| 5051 | 2026-08-31T09:34:35.377Z | DEBG reset freemap, Aug 31 09:34:33.563unitAug 31 09:34:33.563 :INFO adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv4DEBG |
| 5052 | 2026-08-31T09:34:35.377Z | |
| 5053 | 2026-08-31T09:34:35.377Z | |
| 5054 | 2026-08-31T09:34:35.377Z | 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 31 09:34:33.563 |
| 5055 | 2026-08-31T09:34:35.377Z | DEBGAug 31 09:34:33.563 Aug 31 09:34:33.563DEBG Aug 31 09:34:33.563 initted freemap. size: 64Aug 31 09:34:33.563, DEBGINFOunit :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 5056 | 2026-08-31T09:34:35.377Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 5057 | 2026-08-31T09:34:35.377Z | |
| 5058 | 2026-08-31T09:34:35.377Z | 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 31 09:34:33.563 |
| 5059 | 2026-08-31T09:34:35.377Z | DEBG Aug 31 09:34:33.563 DEBG DEBG Aug 31 09:34:33.563replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] reset freemap |
| 5060 | 2026-08-31T09:34:35.378Z | , INFOunit : 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 31 09:34:33.563freemap_route_ipv6Aug 31 09:34:33.563 |
| 5061 | 2026-08-31T09:34:35.378Z | INFO INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 5062 | 2026-08-31T09:34:35.378Z | Aug 31 09:34:33.563adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 5063 | 2026-08-31T09:34:35.378Z | |
| 5064 | 2026-08-31T09:34:35.378Z | adding route 3fff:dead::/64 -> 2001:db8::55:2INFO |
| 5065 | 2026-08-31T09:34:35.378Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5066 | 2026-08-31T09:34:35.378Z | Aug 31 09:34:33.563 Aug 31 09:34:33.563INFOAug 31 09:34:33.563Aug 31 09:34:33.563 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 } }]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 } }] |
| 5067 | 2026-08-31T09:34:35.378Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 5068 | 2026-08-31T09:34:35.378Z | Aug 31 09:34:33.564 |
| 5069 | 2026-08-31T09:34:35.378Z | Aug 31 09:34:33.564 DEBG DEBGAug 31 09:34:33.564 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5070 | 2026-08-31T09:34:35.382Z | 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 } }] |
| 5071 | 2026-08-31T09:34:35.382Z | |
| 5072 | 2026-08-31T09:34:35.382Z | Aug 31 09:34:33.564 INFO replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 31 09:34:33.564Aug 31 09:34:33.564 |
| 5073 | 2026-08-31T09:34:35.382Z | INFO INFO |
| 5074 | 2026-08-31T09:34:35.382Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 5075 | 2026-08-31T09:34:35.382Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5076 | 2026-08-31T09:34:35.382Z | Aug 31 09:34:33.564 Aug 31 09:34:33.564DEBG 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 } }] |
| 5077 | 2026-08-31T09:34:35.382Z | 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 31 09:34:33.564 |
| 5078 | 2026-08-31T09:34:35.382Z | INFOAug 31 09:34:33.564 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 31 09:34:33.564DEBGAug 31 09:34:33.564 |
| 5079 | 2026-08-31T09:34:35.382Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5080 | 2026-08-31T09:34:35.382Z | INFO INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 5081 | 2026-08-31T09:34:35.382Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 31 09:34:33.564 |
| 5082 | 2026-08-31T09:34:35.382Z | Aug 31 09:34:33.564 Aug 31 09:34:33.564 DEBGDEBGINFO Aug 31 09:34:33.564 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:dead::/64 -> 2001:db8::55:4 |
| 5083 | 2026-08-31T09:34:35.382Z | |
| 5084 | 2026-08-31T09:34:35.382Z | 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 } }] 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 } }] |
| 5085 | 2026-08-31T09:34:35.382Z | |
| 5086 | 2026-08-31T09:34:35.382Z | Aug 31 09:34:33.564 Aug 31 09:34:33.564DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 5087 | 2026-08-31T09:34:35.382Z | Aug 31 09:34:33.564 INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 5088 | 2026-08-31T09:34:35.382Z | Aug 31 09:34:33.564 |
| 5089 | 2026-08-31T09:34:35.382Z | Aug 31 09:34:33.564INFO Aug 31 09:34:33.564DEBG Aug 31 09:34:33.564DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 5090 | 2026-08-31T09:34:35.382Z | DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]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 } }] |
| 5091 | 2026-08-31T09:34:35.382Z | |
| 5092 | 2026-08-31T09:34:35.382Z | 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 } }] |
| 5093 | 2026-08-31T09:34:35.383Z | Aug 31 09:34:33.564Aug 31 09:34:33.564 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:26::/64 -> 2001:db8::55:ff |
| 5094 | 2026-08-31T09:34:35.383Z | |
| 5095 | 2026-08-31T09:34:35.383Z | Aug 31 09:34:33.564 INFO Aug 31 09:34:33.564adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 5096 | 2026-08-31T09:34:35.383Z | DEBGAug 31 09:34:33.564 replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 5097 | 2026-08-31T09:34:35.383Z | Aug 31 09:34:33.564adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 5098 | 2026-08-31T09:34:35.383Z | DEBG Aug 31 09:34:33.564replacing 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 } }] |
| 5099 | 2026-08-31T09:34:35.383Z | INFO Aug 31 09:34:33.564adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 5100 | 2026-08-31T09:34:35.383Z | |
| 5101 | 2026-08-31T09:34:35.383Z | DEBGAug 31 09:34:33.564 replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 5102 | 2026-08-31T09:34:35.383Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 31 09:34:33.564 |
| 5103 | 2026-08-31T09:34:35.383Z | Aug 31 09:34:33.564 DEBG DEBGreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:34:33.564 |
| 5104 | 2026-08-31T09:34:35.383Z | 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 } }] |
| 5105 | 2026-08-31T09:34:35.383Z | DEBG Aug 31 09:34:33.564replacing 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 31 09:34:33.564Aug 31 09:34:33.564 INFOINFO INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 5106 | 2026-08-31T09:34:35.383Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 5107 | 2026-08-31T09:34:35.383Z | |
| 5108 | 2026-08-31T09:34:35.383Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 5109 | 2026-08-31T09:34:35.383Z | Aug 31 09:34:33.564Aug 31 09:34:33.564 Aug 31 09:34:33.564DEBGDEBG Aug 31 09:34:33.564replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] DEBGINFO |
| 5110 | 2026-08-31T09:34:35.383Z | |
| 5111 | 2026-08-31T09:34:35.383Z | 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:2f::/64 -> 2001:db8::55:ff |
| 5112 | 2026-08-31T09:34:35.383Z | |
| 5113 | 2026-08-31T09:34:35.383Z | Aug 31 09:34:33.564Aug 31 09:34:33.564 INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 31 09:34:33.564 |
| 5114 | 2026-08-31T09:34:35.383Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBG |
| 5115 | 2026-08-31T09:34:35.383Z | Aug 31 09:34:33.564 Aug 31 09:34:33.564INFOreplacing 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:3d::/64 -> 2001:db8::55:ff |
| 5116 | 2026-08-31T09:34:35.383Z | DEBG |
| 5117 | 2026-08-31T09:34:35.383Z | Aug 31 09:34:33.564 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 } }] |
| 5118 | 2026-08-31T09:34:35.383Z | 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 31 09:34:33.564 |
| 5119 | 2026-08-31T09:34:35.383Z | Aug 31 09:34:33.564INFO Aug 31 09:34:33.564 Aug 31 09:34:33.564adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFODEBG adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 5120 | 2026-08-31T09:34:35.383Z | |
| 5121 | 2026-08-31T09:34:35.383Z | INFOreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 5122 | 2026-08-31T09:34:35.383Z | |
| 5123 | 2026-08-31T09:34:35.383Z | Aug 31 09:34:33.564 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 } }] |
| 5124 | 2026-08-31T09:34:35.383Z | Aug 31 09:34:33.564Aug 31 09:34:33.564 DEBGDEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.564 |
| 5125 | 2026-08-31T09:34:35.383Z | Aug 31 09:34:33.564INFO 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:16::/64 -> 2001:db8::55:ff |
| 5126 | 2026-08-31T09:34:35.383Z | |
| 5127 | 2026-08-31T09:34:35.383Z | INFOAug 31 09:34:33.564 adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffINFO |
| 5128 | 2026-08-31T09:34:35.383Z | Aug 31 09:34:33.564 Aug 31 09:34:33.564INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG |
| 5129 | 2026-08-31T09:34:35.384Z | Aug 31 09:34:33.564 DEBG |
| 5130 | 2026-08-31T09:34:35.384Z | Aug 31 09:34:33.564replacing 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 } }] |
| 5131 | 2026-08-31T09:34:35.384Z | 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 } }] |
| 5132 | 2026-08-31T09:34:35.384Z | 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 } }] |
| 5133 | 2026-08-31T09:34:35.384Z | Aug 31 09:34:33.564Aug 31 09:34:33.564 INFODEBGAug 31 09:34:33.564 adding route 3fff:beef:17::/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 } }]Aug 31 09:34:33.564INFO |
| 5134 | 2026-08-31T09:34:35.384Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 5135 | 2026-08-31T09:34:35.384Z | INFO |
| 5136 | 2026-08-31T09:34:35.384Z | |
| 5137 | 2026-08-31T09:34:35.384Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 5138 | 2026-08-31T09:34:35.384Z | adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffAug 31 09:34:33.564 |
| 5139 | 2026-08-31T09:34:35.384Z | INFO Aug 31 09:34:33.564Aug 31 09:34:33.564 DEBGDEBGAug 31 09:34:33.564Aug 31 09:34:33.564adding route 3fff:beef:32::/64 -> 2001:db8::55:ff 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: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:35::/64 -> 2001:db8::55:ff |
| 5140 | 2026-08-31T09:34:35.384Z | |
| 5141 | 2026-08-31T09:34:35.384Z | |
| 5142 | 2026-08-31T09:34:35.384Z | DEBG |
| 5143 | 2026-08-31T09:34:35.384Z | 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 31 09:34:33.564Aug 31 09:34:33.564 Aug 31 09:34:33.564DEBG |
| 5144 | 2026-08-31T09:34:35.384Z | INFOINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 5145 | 2026-08-31T09:34:35.384Z | Aug 31 09:34:33.564 DEBG |
| 5146 | 2026-08-31T09:34:35.384Z | |
| 5147 | 2026-08-31T09:34:35.384Z | failed to allocate space for the new target listAug 31 09:34:33.564 |
| 5148 | 2026-08-31T09:34:35.384Z | Aug 31 09:34:33.564Aug 31 09:34:33.564 Aug 31 09:34:33.564 DEBGDEBG 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 } }] |
| 5149 | 2026-08-31T09:34:35.384Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5150 | 2026-08-31T09:34:35.384Z | Aug 31 09:34:33.564 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 } }] created new freemap, |
| 5151 | 2026-08-31T09:34:35.384Z | unitAug 31 09:34:33.572:Aug 31 09:34:33.572 DEBGfreemap_route_ipv4DEBG |
| 5152 | 2026-08-31T09:34:35.384Z | Aug 31 09:34:33.572 replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5153 | 2026-08-31T09:34:35.384Z | |
| 5154 | 2026-08-31T09:34:35.384Z | Aug 31 09:34:33.572 INFO Aug 31 09:34:33.572adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 5155 | 2026-08-31T09:34:35.384Z | Aug 31 09:34:33.572 DEBGINFO INFO failed to allocate space for the new target listAug 31 09:34:33.572 |
| 5156 | 2026-08-31T09:34:35.384Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG |
| 5157 | 2026-08-31T09:34:35.384Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5158 | 2026-08-31T09:34:35.384Z | |
| 5159 | 2026-08-31T09:34:35.384Z | Aug 31 09:34:33.572Aug 31 09:34:33.572 INFODEBG adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 31 09:34:33.572 |
| 5160 | 2026-08-31T09:34:35.384Z | 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 |
| 5161 | 2026-08-31T09:34:35.384Z | 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 31 09:34:33.572 |
| 5162 | 2026-08-31T09:34:35.384Z | 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 } }] |
| 5163 | 2026-08-31T09:34:35.384Z | Aug 31 09:34:33.572 INFOAug 31 09:34:33.572 Aug 31 09:34:33.572adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 5164 | 2026-08-31T09:34:35.384Z | INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO |
| 5165 | 2026-08-31T09:34:35.384Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 31 09:34:33.572 |
| 5166 | 2026-08-31T09:34:35.384Z | DEBGAug 31 09:34:33.564Aug 31 09:34:33.572 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 } }]Aug 31 09:34:33.572 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 } }] |
| 5167 | 2026-08-31T09:34:35.384Z | created new freemapDEBG, |
| 5168 | 2026-08-31T09:34:35.384Z | unit: 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 } }]freemap_route_ipv4Aug 31 09:34:33.572Aug 31 09:34:33.572 |
| 5169 | 2026-08-31T09:34:35.385Z | INFO |
| 5170 | 2026-08-31T09:34:35.389Z | INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 5171 | 2026-08-31T09:34:35.389Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 5172 | 2026-08-31T09:34:35.389Z | Aug 31 09:34:33.572 DEBGAug 31 09:34:33.572 Aug 31 09:34:33.572Aug 31 09:34:33.572 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 } }] |
| 5173 | 2026-08-31T09:34:35.389Z | DEBGDEBG created new freemapINFOreplacing 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 31 09:34:33.572unit |
| 5174 | 2026-08-31T09:34:35.389Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 5175 | 2026-08-31T09:34:35.389Z | INFO: freemap_route_ipv6 |
| 5176 | 2026-08-31T09:34:35.389Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 5177 | 2026-08-31T09:34:35.389Z | Aug 31 09:34:33.572 INFOAug 31 09:34:33.572 Aug 31 09:34:33.572adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 5178 | 2026-08-31T09:34:35.389Z | DEBGDEBGAug 31 09:34:33.572 Aug 31 09:34:33.572replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGDEBG |
| 5179 | 2026-08-31T09:34:35.389Z | |
| 5180 | 2026-08-31T09:34:35.389Z | initted freemap. size: 64replacing 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 } }], |
| 5181 | 2026-08-31T09:34:35.389Z | unit:Aug 31 09:34:33.572 freemap_route_ipv4INFO |
| 5182 | 2026-08-31T09:34:35.389Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 31 09:34:33.572 |
| 5183 | 2026-08-31T09:34:35.389Z | INFOAug 31 09:34:33.572Aug 31 09:34:33.572 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO |
| 5184 | 2026-08-31T09:34:35.389Z | Aug 31 09:34:33.572 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBGDEBG 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 } }]reset freemap |
| 5185 | 2026-08-31T09:34:35.389Z | , Aug 31 09:34:33.572unit: |
| 5186 | 2026-08-31T09:34:35.389Z | freemap_route_ipv4DEBG |
| 5187 | 2026-08-31T09:34:35.389Z | Aug 31 09:34:33.572Aug 31 09:34:33.572 INFO DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 5188 | 2026-08-31T09:34:35.389Z | replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 5189 | 2026-08-31T09:34:35.389Z | |
| 5190 | 2026-08-31T09:34:35.389Z | Aug 31 09:34:33.572 DEBGAug 31 09:34:33.572 Aug 31 09:34:33.572DEBGinitted freemap. size: 64Aug 31 09:34:33.572 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 |
| 5191 | 2026-08-31T09:34:35.389Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ffunit |
| 5192 | 2026-08-31T09:34:35.389Z | INFO: adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 5193 | 2026-08-31T09:34:35.389Z | freemap_route_ipv6Aug 31 09:34:33.572 |
| 5194 | 2026-08-31T09:34:35.390Z | Aug 31 09:34:33.572 INFODEBG Aug 31 09:34:33.572adding route 3fff:beef:35::/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 } }] |
| 5195 | 2026-08-31T09:34:35.390Z | |
| 5196 | 2026-08-31T09:34:35.390Z | Aug 31 09:34:33.572DEBG Aug 31 09:34:33.572Aug 31 09:34:33.572reset freemapDEBG INFODEBG , adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 5197 | 2026-08-31T09:34:35.390Z | 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 } }] |
| 5198 | 2026-08-31T09:34:35.390Z | : |
| 5199 | 2026-08-31T09:34:35.390Z | freemap_route_ipv6 |
| 5200 | 2026-08-31T09:34:35.390Z | Aug 31 09:34:33.572Aug 31 09:34:33.572 Aug 31 09:34:33.572DEBGINFO replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffINFO |
| 5201 | 2026-08-31T09:34:35.390Z | Aug 31 09:34:33.572adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 5202 | 2026-08-31T09:34:35.390Z | |
| 5203 | 2026-08-31T09:34:35.390Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 09:34:33.572 |
| 5204 | 2026-08-31T09:34:35.390Z | Aug 31 09:34:33.572INFO DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 5205 | 2026-08-31T09:34:35.390Z | 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 31 09:34:33.572 |
| 5206 | 2026-08-31T09:34:35.390Z | Aug 31 09:34:33.572 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBGAug 31 09:34:33.572 |
| 5207 | 2026-08-31T09:34:35.391Z | 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 } }] adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 31 09:34:33.572 |
| 5208 | 2026-08-31T09:34:35.391Z | |
| 5209 | 2026-08-31T09:34:35.391Z | Aug 31 09:34:33.572DEBG INFOreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5210 | 2026-08-31T09:34:35.391Z | Aug 31 09:34:33.572adding route 3fff:dead::/64 -> 2001:db8::55:2 DEBG |
| 5211 | 2026-08-31T09:34:35.391Z | Aug 31 09:34:33.572replacing 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 } }] |
| 5212 | 2026-08-31T09:34:35.391Z | Aug 31 09:34:33.572DEBG INFO Aug 31 09:34:33.572failed to allocate space for the new target listadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 5213 | 2026-08-31T09:34:35.391Z | |
| 5214 | 2026-08-31T09:34:35.391Z | INFOAug 31 09:34:33.572 adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 5215 | 2026-08-31T09:34:35.391Z | DEBG Aug 31 09:34:33.572replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 31 09:34:33.572Aug 31 09:34:33.572 DEBGDEBGDEBG |
| 5216 | 2026-08-31T09:34:35.391Z | 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 } }]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 } }] |
| 5217 | 2026-08-31T09:34:35.391Z | |
| 5218 | 2026-08-31T09:34:35.391Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5219 | 2026-08-31T09:34:35.391Z | Aug 31 09:34:33.572Aug 31 09:34:33.572 Aug 31 09:34:33.572INFO INFO INFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 5220 | 2026-08-31T09:34:35.391Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5221 | 2026-08-31T09:34:35.392Z | |
| 5222 | 2026-08-31T09:34:35.392Z | Aug 31 09:34:33.572 DEBG |
| 5223 | 2026-08-31T09:34:35.392Z | 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 31 09:34:33.572 |
| 5224 | 2026-08-31T09:34:35.394Z | DEBG Aug 31 09:34:33.572replacing 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 } }] |
| 5225 | 2026-08-31T09:34:35.394Z | Aug 31 09:34:33.572 INFODEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5226 | 2026-08-31T09:34:35.394Z | |
| 5227 | 2026-08-31T09:34:35.394Z | Aug 31 09:34:33.572 Aug 31 09:34:33.572 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 31 09:34:33.572DEBG Aug 31 09:34:33.572INFO failed to allocate space for the new target listadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5228 | 2026-08-31T09:34:35.394Z | |
| 5229 | 2026-08-31T09:34:35.394Z | |
| 5230 | 2026-08-31T09:34:35.394Z | 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 31 09:34:33.572 |
| 5231 | 2026-08-31T09:34:35.394Z | test route::tests::grow_succeeds ... ok |
| 5232 | 2026-08-31T09:34:35.394Z | Aug 31 09:34:33.572Aug 31 09:34:33.572 DEBG DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_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 31 09:34:33.572 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 } }] |
| 5233 | 2026-08-31T09:34:35.394Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 5234 | 2026-08-31T09:34:35.394Z | |
| 5235 | 2026-08-31T09:34:35.394Z | |
| 5236 | 2026-08-31T09:34:35.394Z | Aug 31 09:34:33.572 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 31 09:34:33.572 |
| 5237 | 2026-08-31T09:34:35.394Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 5238 | 2026-08-31T09:34:35.394Z | DEBG Aug 31 09:34:33.572replacing 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 } }] |
| 5239 | 2026-08-31T09:34:35.394Z | INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 5240 | 2026-08-31T09:34:35.394Z | Aug 31 09:34:33.572Aug 31 09:34:33.572 Aug 31 09:34:33.572WARNINFOAug 31 09:34:33.572 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG |
| 5241 | 2026-08-31T09:34:35.394Z | shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG |
| 5242 | 2026-08-31T09:34:35.394Z | Aug 31 09:34:33.572created new freemap , DEBGunit :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 } }] |
| 5243 | 2026-08-31T09:34:35.394Z | freemap_route_ipv6replacing 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 } }] |
| 5244 | 2026-08-31T09:34:35.394Z | Aug 31 09:34:33.572 |
| 5245 | 2026-08-31T09:34:35.394Z | ERROAug 31 09:34:33.572 Aug 31 09:34:33.564DEBGAug 31 09:34:33.572 rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 31 09:34:33.572 |
| 5246 | 2026-08-31T09:34:35.394Z | failed to allocate space for the new target listINFO |
| 5247 | 2026-08-31T09:34:35.394Z | DEBG DEBGadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 5248 | 2026-08-31T09:34:35.394Z | Aug 31 09:34:33.572initted freemap. size: 64 DEBG, created new freemapunit :replacing targets for 3fff:dead::/64 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 31 09:34:33.572 |
| 5249 | 2026-08-31T09:34:35.394Z | freemap_route_ipv4ERRO |
| 5250 | 2026-08-31T09:34:35.394Z | Aug 31 09:34:33.572 , DEBGunitshrink-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 |
| 5251 | 2026-08-31T09:34:35.395Z | Aug 31 09:34:33.572: 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 } }] DEBGfreemap_route_ipv4 |
| 5252 | 2026-08-31T09:34:35.395Z | reset freemap |
| 5253 | 2026-08-31T09:34:35.395Z | , unit: freemap_route_ipv4 |
| 5254 | 2026-08-31T09:34:35.395Z | Aug 31 09:34:33.572 Aug 31 09:34:33.572DEBG Aug 31 09:34:33.572INFOcreated new freemap , DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff unit |
| 5255 | 2026-08-31T09:34:35.395Z | : freemap_route_ipv6initted freemap. size: 64 |
| 5256 | 2026-08-31T09:34:35.395Z | , unitAug 31 09:34:33.572: Aug 31 09:34:33.572freemap_route_ipv6 |
| 5257 | 2026-08-31T09:34:35.395Z | DEBGDEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] initted freemap. size: 64 |
| 5258 | 2026-08-31T09:34:35.395Z | , unit:Aug 31 09:34:33.572 freemap_route_ipv4 |
| 5259 | 2026-08-31T09:34:35.395Z | Aug 31 09:34:33.573Aug 31 09:34:33.573 DEBGDEBG created new freemap, created new freemap unitDEBG:, unit :reset freemapfreemap_route_ipv4 |
| 5260 | 2026-08-31T09:34:35.395Z | freemap_route_ipv4, |
| 5261 | 2026-08-31T09:34:35.395Z | unit:Aug 31 09:34:33.580 Aug 31 09:34:33.572 INFODEBG freemap_route_ipv6 Aug 31 09:34:33.580 |
| 5262 | 2026-08-31T09:34:35.395Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffcreated new freemap |
| 5263 | 2026-08-31T09:34:35.395Z | DEBG, unitcreated new freemap:, unitfreemap_route_ipv6: |
| 5264 | 2026-08-31T09:34:35.395Z | freemap_route_ipv6 |
| 5265 | 2026-08-31T09:34:35.395Z | Aug 31 09:34:33.580 Aug 31 09:34:33.580Aug 31 09:34:33.580Aug 31 09:34:33.573 INFO adding route 172.16.0.0/32 -> 10.0.0.1 DEBG |
| 5266 | 2026-08-31T09:34:35.395Z | Aug 31 09:34:33.580 DEBGDEBGinitted freemap. size: 64 , DEBGunit initted freemap. size: 64:, 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 } }]unitcreated new freemapAug 31 09:34:33.580 |
| 5267 | 2026-08-31T09:34:35.395Z | : , DEBGfreemap_route_ipv4Aug 31 09:34:33.580freemap_route_ipv4unit |
| 5268 | 2026-08-31T09:34:35.395Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] : |
| 5269 | 2026-08-31T09:34:35.396Z | INFO freemap_route_ipv4 Aug 31 09:34:33.580 |
| 5270 | 2026-08-31T09:34:35.400Z | |
| 5271 | 2026-08-31T09:34:35.400Z | Aug 31 09:34:33.580 DEBGDEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff reset freemap |
| 5272 | 2026-08-31T09:34:35.400Z | reset freemap, , unitunit:Aug 31 09:34:33.580Aug 31 09:34:33.580 :DEBG DEBGcreated new freemap freemap_route_ipv4, |
| 5273 | 2026-08-31T09:34:35.400Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 31 09:34:33.580 |
| 5274 | 2026-08-31T09:34:35.400Z | unit :freemap_route_ipv4Aug 31 09:34:33.580 |
| 5275 | 2026-08-31T09:34:35.400Z | DEBGfreemap_route_ipv6 |
| 5276 | 2026-08-31T09:34:35.400Z | DEBGAug 31 09:34:33.580 initted freemap. size: 64 , 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 |
| 5277 | 2026-08-31T09:34:35.400Z | DEBG: initted freemap. size: 64 , freemap_route_ipv6unit |
| 5278 | 2026-08-31T09:34:35.400Z | : Aug 31 09:34:33.580freemap_route_ipv6 |
| 5279 | 2026-08-31T09:34:35.400Z | DEBGAug 31 09:34:33.580 initted freemap. size: 64DEBG, Aug 31 09:34:33.580 unitDEBGreset freemap , reset freemapunitAug 31 09:34:33.580::, freemap_route_ipv6INFO |
| 5280 | 2026-08-31T09:34:35.400Z | freemap_route_ipv4unit |
| 5281 | 2026-08-31T09:34:35.400Z | :adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff Aug 31 09:34:33.580freemap_route_ipv6 |
| 5282 | 2026-08-31T09:34:35.400Z | |
| 5283 | 2026-08-31T09:34:35.400Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 09:34:33.580 |
| 5284 | 2026-08-31T09:34:35.400Z | DEBGAug 31 09:34:33.580 Aug 31 09:34:33.580reset freemap , INFOunitAug 31 09:34:33.580 :DEBG freemap_route_ipv4replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 5285 | 2026-08-31T09:34:35.400Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5286 | 2026-08-31T09:34:35.400Z | |
| 5287 | 2026-08-31T09:34:35.400Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 31 09:34:33.580Aug 31 09:34:33.580 |
| 5288 | 2026-08-31T09:34:35.400Z | INFO DEBGAug 31 09:34:33.580 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffinitted freemap. size: 64Aug 31 09:34:33.580, |
| 5289 | 2026-08-31T09:34:35.400Z | DEBGINFO unitreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]:adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 31 09:34:33.580 |
| 5290 | 2026-08-31T09:34:35.400Z | |
| 5291 | 2026-08-31T09:34:35.400Z | DEBG freemap_route_ipv6replacing 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 31 09:34:33.580 |
| 5292 | 2026-08-31T09:34:35.400Z | Aug 31 09:34:33.580 |
| 5293 | 2026-08-31T09:34:35.400Z | DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5294 | 2026-08-31T09:34:35.400Z | |
| 5295 | 2026-08-31T09:34:35.401Z | Aug 31 09:34:33.580 Aug 31 09:34:33.580Aug 31 09:34:33.580Aug 31 09:34:33.580 DEBGINFO DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 5296 | 2026-08-31T09:34:35.401Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO |
| 5297 | 2026-08-31T09:34:35.401Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5298 | 2026-08-31T09:34:35.401Z | reset freemap, Aug 31 09:34:33.580Aug 31 09:34:33.580Aug 31 09:34:33.580 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: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 } }] |
| 5299 | 2026-08-31T09:34:35.401Z | |
| 5300 | 2026-08-31T09:34:35.401Z | unitINFO: adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5301 | 2026-08-31T09:34:35.403Z | freemap_route_ipv6Aug 31 09:34:33.580Aug 31 09:34:33.580 |
| 5302 | 2026-08-31T09:34:35.403Z | INFO INFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 5303 | 2026-08-31T09:34:35.403Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 31 09:34:33.580 |
| 5304 | 2026-08-31T09:34:35.403Z | Aug 31 09:34:33.580 INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1Aug 31 09:34:33.580Aug 31 09:34:33.580 |
| 5305 | 2026-08-31T09:34:35.403Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5306 | 2026-08-31T09:34:35.403Z | DEBG |
| 5307 | 2026-08-31T09:34:35.403Z | replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:34:33.580 |
| 5308 | 2026-08-31T09:34:35.403Z | Aug 31 09:34:33.580 INFODEBGAug 31 09:34:33.580 Aug 31 09:34:33.580 DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.2 |
| 5309 | 2026-08-31T09:34:35.403Z | |
| 5310 | 2026-08-31T09:34:35.403Z | INFO |
| 5311 | 2026-08-31T09:34:35.403Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 5312 | 2026-08-31T09:34:35.403Z | Aug 31 09:34:33.580Aug 31 09:34:33.580Aug 31 09:34:33.580 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 } }] |
| 5313 | 2026-08-31T09:34:35.403Z | WARN Aug 31 09:34:33.580 INFODEBGshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 31 09:34:33.580 |
| 5314 | 2026-08-31T09:34:35.403Z | INFO adding route 3fff:beef:24::/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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5315 | 2026-08-31T09:34:35.403Z | |
| 5316 | 2026-08-31T09:34:35.403Z | |
| 5317 | 2026-08-31T09:34:35.403Z | Aug 31 09:34:33.580Aug 31 09:34:33.580 DEBGDEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5318 | 2026-08-31T09:34:35.403Z | |
| 5319 | 2026-08-31T09:34:35.403Z | Aug 31 09:34:33.580 INFO adding route 172.17.0.0/32 -> 10.0.0.255Aug 31 09:34:33.580 |
| 5320 | 2026-08-31T09:34:35.403Z | INFOAug 31 09:34:33.580 INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 5321 | 2026-08-31T09:34:35.403Z | adding route 172.16.0.0/32 -> 10.0.0.3Aug 31 09:34:33.580 |
| 5322 | 2026-08-31T09:34:35.403Z | DEBGAug 31 09:34:33.580 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 } }] |
| 5323 | 2026-08-31T09:34:35.403Z | Aug 31 09:34:33.580 DEBGAug 31 09:34:33.580 Aug 31 09:34:33.580 replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG Aug 31 09:34:33.573 |
| 5324 | 2026-08-31T09:34:35.403Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]DEBGDEBG created new freemapreset freemap |
| 5325 | 2026-08-31T09:34:35.403Z | , , INFOunitunit ::adding route 172.17.0.1/32 -> 10.0.0.255 Aug 31 09:34:33.580freemap_route_ipv4 freemap_route_ipv4 |
| 5326 | 2026-08-31T09:34:35.403Z | |
| 5327 | 2026-08-31T09:34:35.403Z | test route::tests::identity_replace_is_noop ... ok |
| 5328 | 2026-08-31T09:34:35.403Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 5329 | 2026-08-31T09:34:35.403Z | |
| 5330 | 2026-08-31T09:34:35.403Z | INFOAug 31 09:34:33.580 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 31 09:34:33.580INFO Aug 31 09:34:33.580 DEBGAug 31 09:34:33.580 |
| 5331 | 2026-08-31T09:34:35.403Z | created new freemapDEBGadding route 172.16.0.0/32 -> 10.0.0.4 initted freemap. size: 64, |
| 5332 | 2026-08-31T09:34:35.403Z | , DEBGunit unitreplacing 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 31 09:34:33.580:Aug 31 09:34:33.580: |
| 5333 | 2026-08-31T09:34:35.403Z | freemap_route_ipv6 |
| 5334 | 2026-08-31T09:34:35.404Z | freemap_route_ipv6Aug 31 09:34:33.580 DEBGDEBG |
| 5335 | 2026-08-31T09:34:35.404Z | Aug 31 09:34:33.580 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 } }] |
| 5336 | 2026-08-31T09:34:35.404Z | Aug 31 09:34:33.580initted freemap. size: 64 INFO, DEBGadding route 172.17.0.2/32 -> 10.0.0.255 unitreset freemap |
| 5337 | 2026-08-31T09:34:35.404Z | :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 } }], |
| 5338 | 2026-08-31T09:34:35.404Z | unitfreemap_route_ipv4: freemap_route_ipv6Aug 31 09:34:33.580 |
| 5339 | 2026-08-31T09:34:35.404Z | |
| 5340 | 2026-08-31T09:34:35.404Z | Aug 31 09:34:33.580 INFOAug 31 09:34:33.580Aug 31 09:34:33.580 DEBG Aug 31 09:34:33.580 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 } }]INFOINFODEBG |
| 5341 | 2026-08-31T09:34:35.405Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5342 | 2026-08-31T09:34:35.405Z | reset freemapadding route 3fff:beef:27::/64 -> 2001:db8::55:ff, |
| 5343 | 2026-08-31T09:34:35.405Z | unit:adding route 172.17.0.0/32 -> 10.0.0.255Aug 31 09:34:33.580Aug 31 09:34:33.580 |
| 5344 | 2026-08-31T09:34:35.405Z | freemap_route_ipv4DEBG |
| 5345 | 2026-08-31T09:34:35.405Z | Aug 31 09:34:33.580 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5346 | 2026-08-31T09:34:35.405Z | DEBG Aug 31 09:34:33.580INFOreplacing 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 } }] DEBGadding route 172.17.0.3/32 -> 10.0.0.255 |
| 5347 | 2026-08-31T09:34:35.405Z | |
| 5348 | 2026-08-31T09:34:35.405Z | Aug 31 09:34:33.580 initted freemap. size: 64, INFOunit: Aug 31 09:34:33.580adding route 172.16.0.0/32 -> 10.0.0.2 Aug 31 09:34:33.580 |
| 5349 | 2026-08-31T09:34:35.405Z | Aug 31 09:34:33.580DEBGfreemap_route_ipv6 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 } }]INFO |
| 5350 | 2026-08-31T09:34:35.406Z | |
| 5351 | 2026-08-31T09:34:35.406Z | 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 } }] |
| 5352 | 2026-08-31T09:34:35.406Z | Aug 31 09:34:33.580adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 5353 | 2026-08-31T09:34:35.406Z | DEBGAug 31 09:34:33.580 Aug 31 09:34:33.580 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 5354 | 2026-08-31T09:34:35.406Z | reset freemap INFO, Aug 31 09:34:33.580 unitAug 31 09:34:33.580: adding route 172.17.0.4/32 -> 10.0.0.255freemap_route_ipv6 |
| 5355 | 2026-08-31T09:34:35.406Z | |
| 5356 | 2026-08-31T09:34:35.406Z | DEBG Aug 31 09:34:33.580 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 } }]INFOAug 31 09:34:33.580 |
| 5357 | 2026-08-31T09:34:35.407Z | adding route 172.16.0.0/32 -> 10.0.0.3Aug 31 09:34:33.580 |
| 5358 | 2026-08-31T09:34:35.407Z | 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 } }] INFOAug 31 09:34:33.580 |
| 5359 | 2026-08-31T09:34:35.407Z | DEBGadding route 172.17.0.1/32 -> 10.0.0.255 |
| 5360 | 2026-08-31T09:34:35.407Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 31 09:34:33.580Aug 31 09:34:33.580 |
| 5361 | 2026-08-31T09:34:35.407Z | INFO INFOadding route 172.17.0.5/32 -> 10.0.0.255 |
| 5362 | 2026-08-31T09:34:35.407Z | Aug 31 09:34:33.581replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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:29::/64 -> 2001:db8::55:ff |
| 5363 | 2026-08-31T09:34:35.407Z | DEBG |
| 5364 | 2026-08-31T09:34:35.407Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5365 | 2026-08-31T09:34:35.407Z | Aug 31 09:34:33.581 DEBGAug 31 09:34:33.581 Aug 31 09:34:33.581Aug 31 09:34:33.581replacing 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 31 09:34:33.581 DEBGINFO |
| 5366 | 2026-08-31T09:34:35.407Z | INFO 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 172.16.0.0/32 -> 10.0.0.4 |
| 5367 | 2026-08-31T09:34:35.407Z | Aug 31 09:34:33.581 DEBGadding route 172.17.0.0/32 -> 10.0.0.255 created new freemap |
| 5368 | 2026-08-31T09:34:35.407Z | , |
| 5369 | 2026-08-31T09:34:35.407Z | unit: Aug 31 09:34:33.588freemap_route_ipv4 |
| 5370 | 2026-08-31T09:34:35.412Z | Aug 31 09:34:33.573Aug 31 09:34:33.588DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 31 09:34:33.588 |
| 5371 | 2026-08-31T09:34:35.412Z | Aug 31 09:34:33.588 DEBG DEBGcreated new freemap , created new freemapunitDEBG: replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4 |
| 5372 | 2026-08-31T09:34:35.412Z | |
| 5373 | 2026-08-31T09:34:35.412Z | , unitAug 31 09:34:33.588 Aug 31 09:34:33.588 DEBGDEBG Aug 31 09:34:33.588replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]created new freemap |
| 5374 | 2026-08-31T09:34:35.412Z | , INFOunit: : freemap_route_ipv6freemap_route_ipv6adding route 172.17.0.1/32 -> 10.0.0.255 |
| 5375 | 2026-08-31T09:34:35.412Z | |
| 5376 | 2026-08-31T09:34:35.412Z | |
| 5377 | 2026-08-31T09:34:35.412Z | Aug 31 09:34:33.581Aug 31 09:34:33.588Aug 31 09:34:33.588 DEBG DEBGDEBGDEBG initted freemap. size: 64created new freemapAug 31 09:34:33.588 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 } }]initted freemap. size: 64DEBG, , |
| 5378 | 2026-08-31T09:34:35.412Z | unitreplacing 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 } }]: |
| 5379 | 2026-08-31T09:34:35.412Z | , unitunitfreemap_route_ipv4: |
| 5380 | 2026-08-31T09:34:35.412Z | :Aug 31 09:34:33.588 INFO freemap_route_ipv4Aug 31 09:34:33.588adding route 172.17.0.6/32 -> 10.0.0.255 |
| 5381 | 2026-08-31T09:34:35.412Z | |
| 5382 | 2026-08-31T09:34:35.412Z | freemap_route_ipv4 INFO |
| 5383 | 2026-08-31T09:34:35.412Z | adding route 172.17.0.2/32 -> 10.0.0.255Aug 31 09:34:33.588 |
| 5384 | 2026-08-31T09:34:35.412Z | Aug 31 09:34:33.588Aug 31 09:34:33.588Aug 31 09:34:33.588DEBG DEBG reset freemap , 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 } }]unit |
| 5385 | 2026-08-31T09:34:35.412Z | DEBG reset freemap:, unitfreemap_route_ipv4: |
| 5386 | 2026-08-31T09:34:35.412Z | freemap_route_ipv4 |
| 5387 | 2026-08-31T09:34:35.412Z | INFOAug 31 09:34:33.588 INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 5388 | 2026-08-31T09:34:35.412Z | DEBGAug 31 09:34:33.588Aug 31 09:34:33.588 adding route 172.17.0.7/32 -> 10.0.0.255DEBGDEBG initted freemap. size: 64 , Aug 31 09:34:33.588initted freemap. size: 64 |
| 5389 | 2026-08-31T09:34:35.412Z | , unitDEBGcreated new freemap :replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 5390 | 2026-08-31T09:34:35.412Z | unitunit:: freemap_route_ipv6Aug 31 09:34:33.588freemap_route_ipv6Aug 31 09:34:33.588 |
| 5391 | 2026-08-31T09:34:35.412Z | |
| 5392 | 2026-08-31T09:34:35.412Z | INFO freemap_route_ipv6adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 5393 | 2026-08-31T09:34:35.412Z | |
| 5394 | 2026-08-31T09:34:35.412Z | DEBG Aug 31 09:34:33.588replacing 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 31 09:34:33.588DEBG |
| 5395 | 2026-08-31T09:34:35.412Z | initted freemap. size: 64DEBG, Aug 31 09:34:33.588replacing 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 } }] |
| 5396 | 2026-08-31T09:34:35.412Z | unitDEBGAug 31 09:34:33.588: reset freemapfreemap_route_ipv4 , Aug 31 09:34:33.588unitINFO |
| 5397 | 2026-08-31T09:34:35.412Z | INFO: Aug 31 09:34:33.588adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 5398 | 2026-08-31T09:34:35.412Z | DEBG adding route 172.17.0.8/32 -> 10.0.0.255freemap_route_ipv6reset freemapAug 31 09:34:33.588 |
| 5399 | 2026-08-31T09:34:35.412Z | Aug 31 09:34:33.588 |
| 5400 | 2026-08-31T09:34:35.412Z | DEBG, 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 } }]reset freemap |
| 5401 | 2026-08-31T09:34:35.412Z | , Aug 31 09:34:33.588unit :INFOAug 31 09:34:33.589 INFOfreemap_route_ipv4Aug 31 09:34:33.589 adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 5402 | 2026-08-31T09:34:35.413Z | |
| 5403 | 2026-08-31T09:34:35.413Z | |
| 5404 | 2026-08-31T09:34:35.413Z | DEBGAug 31 09:34:33.589Aug 31 09:34:33.589Aug 31 09:34:33.589 DEBGDEBG DEBGreplacing 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 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 } }] |
| 5405 | 2026-08-31T09:34:35.413Z | |
| 5406 | 2026-08-31T09:34:35.413Z | initted freemap. size: 64, unit :Aug 31 09:34:33.589 Aug 31 09:34:33.589 freemap_route_ipv6INFO |
| 5407 | 2026-08-31T09:34:35.413Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFOreplacing 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 } }] |
| 5408 | 2026-08-31T09:34:35.413Z | |
| 5409 | 2026-08-31T09:34:35.413Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 31 09:34:33.589 |
| 5410 | 2026-08-31T09:34:35.413Z | Aug 31 09:34:33.589DEBG Aug 31 09:34:33.589DEBGAug 31 09:34:33.589 reset freemapreplacing 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 } }] , |
| 5411 | 2026-08-31T09:34:35.413Z | DEBG unitreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]: |
| 5412 | 2026-08-31T09:34:35.413Z | Aug 31 09:34:33.589 INFO freemap_route_ipv6adding route 172.17.0.9/32 -> 10.0.0.255INFO |
| 5413 | 2026-08-31T09:34:35.413Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 31 09:34:33.589 |
| 5414 | 2026-08-31T09:34:35.413Z | |
| 5415 | 2026-08-31T09:34:35.413Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5416 | 2026-08-31T09:34:35.413Z | Aug 31 09:34:33.589Aug 31 09:34:33.589 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:dead::/64 -> 2001:db8::55:1 |
| 5417 | 2026-08-31T09:34:35.413Z | |
| 5418 | 2026-08-31T09:34:35.413Z | Aug 31 09:34:33.589 DEBG Aug 31 09:34:33.589replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Aug 31 09:34:33.589Aug 31 09:34:33.589 |
| 5419 | 2026-08-31T09:34:35.413Z | DEBGINFO DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 5420 | 2026-08-31T09:34:35.413Z | Aug 31 09:34:33.589adding route 3fff:beef:30::/64 -> 2001:db8::55:ff INFO |
| 5421 | 2026-08-31T09:34:35.413Z | 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.16.0.0/32 -> 10.0.0.2 |
| 5422 | 2026-08-31T09:34:35.413Z | |
| 5423 | 2026-08-31T09:34:35.413Z | Aug 31 09:34:33.589Aug 31 09:34:33.589 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 } }]INFO |
| 5424 | 2026-08-31T09:34:35.413Z | Aug 31 09:34:33.589 adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 31 09:34:33.589INFO |
| 5425 | 2026-08-31T09:34:35.413Z | DEBG adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5426 | 2026-08-31T09:34:35.413Z | Aug 31 09:34:33.589replacing 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 31 09:34:33.589 INFO DEBGAug 31 09:34:33.589 |
| 5427 | 2026-08-31T09:34:35.413Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 5428 | 2026-08-31T09:34:35.413Z | |
| 5429 | 2026-08-31T09:34:35.413Z | DEBGAug 31 09:34:33.589 Aug 31 09:34:33.589 Aug 31 09:34:33.589INFO 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 |
| 5430 | 2026-08-31T09:34:35.413Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5431 | 2026-08-31T09:34:35.413Z | 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 } }] |
| 5432 | 2026-08-31T09:34:35.413Z | adding route 172.17.0.0/32 -> 10.0.0.255Aug 31 09:34:33.589Aug 31 09:34:33.589 |
| 5433 | 2026-08-31T09:34:35.413Z | DEBGAug 31 09:34:33.589 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 31 09:34:33.589INFO |
| 5434 | 2026-08-31T09:34:35.413Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG |
| 5435 | 2026-08-31T09:34:35.413Z | replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5436 | 2026-08-31T09:34:35.413Z | Aug 31 09:34:33.589adding route 172.17.0.11/32 -> 10.0.0.255Aug 31 09:34:33.589 |
| 5437 | 2026-08-31T09:34:35.413Z | DEBGAug 31 09:34:33.589 replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 5438 | 2026-08-31T09:34:35.413Z | adding route 172.17.0.1/32 -> 10.0.0.255INFO |
| 5439 | 2026-08-31T09:34:35.414Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 31 09:34:33.589 |
| 5440 | 2026-08-31T09:34:35.414Z | Aug 31 09:34:33.589 INFOAug 31 09:34:33.589 DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 31 09:34:33.589 |
| 5441 | 2026-08-31T09:34:35.414Z | 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 } }, NextHop { asic_port_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 } }] |
| 5442 | 2026-08-31T09:34:35.414Z | replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 31 09:34:33.589 |
| 5443 | 2026-08-31T09:34:35.414Z | |
| 5444 | 2026-08-31T09:34:35.414Z | DEBG Aug 31 09:34:33.589replacing 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 } }] |
| 5445 | 2026-08-31T09:34:35.414Z | Aug 31 09:34:33.589DEBG INFO adding route 172.17.0.2/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 31 09:34:33.589 |
| 5446 | 2026-08-31T09:34:35.414Z | |
| 5447 | 2026-08-31T09:34:35.414Z | Aug 31 09:34:33.589INFO Aug 31 09:34:33.589adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 5448 | 2026-08-31T09:34:35.414Z | Aug 31 09:34:33.589 WARNDEBGINFO Aug 31 09:34:33.589 shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }] |
| 5449 | 2026-08-31T09:34:35.414Z | |
| 5450 | 2026-08-31T09:34:35.414Z | 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 } }]adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5451 | 2026-08-31T09:34:35.414Z | |
| 5452 | 2026-08-31T09:34:35.414Z | Aug 31 09:34:33.589 Aug 31 09:34:33.589Aug 31 09:34:33.589 DEBGINFOINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 172.17.0.3/32 -> 10.0.0.255replacing 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 } }] |
| 5453 | 2026-08-31T09:34:35.414Z | |
| 5454 | 2026-08-31T09:34:35.415Z | |
| 5455 | 2026-08-31T09:34:35.415Z | Aug 31 09:34:33.589Aug 31 09:34:33.589Aug 31 09:34:33.589 DEBGDEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 5456 | 2026-08-31T09:34:35.415Z | |
| 5457 | 2026-08-31T09:34:35.415Z | INFO adding route 172.17.0.13/32 -> 10.0.0.255Aug 31 09:34:33.589 |
| 5458 | 2026-08-31T09:34:35.415Z | INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 5459 | 2026-08-31T09:34:35.415Z | Aug 31 09:34:33.589Aug 31 09:34:33.589 INFODEBG Aug 31 09:34:33.589adding route 172.17.0.4/32 -> 10.0.0.255 replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 31 09:34:33.589 |
| 5460 | 2026-08-31T09:34:35.415Z | 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 } }] |
| 5461 | 2026-08-31T09:34:35.415Z | |
| 5462 | 2026-08-31T09:34:35.415Z | INFO adding route 172.17.0.2/32 -> 10.0.0.255Aug 31 09:34:33.589 |
| 5463 | 2026-08-31T09:34:35.415Z | Aug 31 09:34:33.589DEBG 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 } }] |
| 5464 | 2026-08-31T09:34:35.415Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 31 09:34:33.589 |
| 5465 | 2026-08-31T09:34:35.415Z | INFO Aug 31 09:34:33.589Aug 31 09:34:33.589 adding route 172.17.0.14/32 -> 10.0.0.255INFOAug 31 09:34:33.589 adding route 172.17.0.5/32 -> 10.0.0.255DEBG |
| 5466 | 2026-08-31T09:34:35.415Z | |
| 5467 | 2026-08-31T09:34:35.415Z | 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 |
| 5468 | 2026-08-31T09:34:35.415Z | 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 31 09:34:33.589Aug 31 09:34:33.589 |
| 5469 | 2026-08-31T09:34:35.416Z | DEBGINFO Aug 31 09:34:33.589replacing 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 } }] |
| 5470 | 2026-08-31T09:34:35.420Z | Aug 31 09:34:33.589 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFODEBG |
| 5471 | 2026-08-31T09:34:35.420Z | adding route 172.17.0.3/32 -> 10.0.0.255 |
| 5472 | 2026-08-31T09:34:35.420Z | Aug 31 09:34:33.589replacing 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 } }] |
| 5473 | 2026-08-31T09:34:35.420Z | Aug 31 09:34:33.589Aug 31 09:34:33.589Aug 31 09:34:33.588Aug 31 09:34:33.598 DEBG DEBGDEBG Aug 31 09:34:33.589replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 5474 | 2026-08-31T09:34:35.420Z | DEBG created new freemap 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 } }] |
| 5475 | 2026-08-31T09:34:35.420Z | , unit: Aug 31 09:34:33.598freemap_route_ipv4adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5476 | 2026-08-31T09:34:35.420Z | Aug 31 09:34:33.598 |
| 5477 | 2026-08-31T09:34:35.420Z | INFOINFO Aug 31 09:34:33.598adding route 172.17.0.3/32 -> 10.0.0.255Aug 31 09:34:33.598 |
| 5478 | 2026-08-31T09:34:35.420Z | DEBGDEBGAug 31 09:34:33.598 adding route 3fff:beef:39::/64 -> 2001:db8::55:ff created new freemap |
| 5479 | 2026-08-31T09:34:35.420Z | DEBGAug 31 09:34:33.598 replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG, unitreplacing 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 31 09:34:33.598 |
| 5480 | 2026-08-31T09:34:35.421Z | freemap_route_ipv6 |
| 5481 | 2026-08-31T09:34:35.421Z | |
| 5482 | 2026-08-31T09:34:35.421Z | DEBGAug 31 09:34:33.598 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 } }]INFOAug 31 09:34:33.598 |
| 5483 | 2026-08-31T09:34:35.421Z | adding route 172.17.0.4/32 -> 10.0.0.255Aug 31 09:34:33.598 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 } }]INFODEBG |
| 5484 | 2026-08-31T09:34:35.421Z | |
| 5485 | 2026-08-31T09:34:35.421Z | initted freemap. size: 64 , adding route 172.17.0.16/32 -> 10.0.0.255Aug 31 09:34:33.598 |
| 5486 | 2026-08-31T09:34:35.421Z | unitINFO: Aug 31 09:34:33.598adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff freemap_route_ipv4Aug 31 09:34:33.598 |
| 5487 | 2026-08-31T09:34:35.421Z | DEBG |
| 5488 | 2026-08-31T09:34:35.421Z | replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5489 | 2026-08-31T09:34:35.421Z | 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 31 09:34:33.598 |
| 5490 | 2026-08-31T09:34:35.421Z | Aug 31 09:34:33.598 DEBG Aug 31 09:34:33.598 reset freemapINFOINFOAug 31 09:34:33.598Aug 31 09:34:33.598, unitadding route 172.17.0.5/32 -> 10.0.0.255: |
| 5491 | 2026-08-31T09:34:35.421Z | DEBGfreemap_route_ipv4INFOadding route 172.17.0.4/32 -> 10.0.0.255 |
| 5492 | 2026-08-31T09:34:35.421Z | |
| 5493 | 2026-08-31T09:34:35.421Z | 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 31 09:34:33.598adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5494 | 2026-08-31T09:34:35.421Z | Aug 31 09:34:33.598 |
| 5495 | 2026-08-31T09:34:35.421Z | DEBG DEBGAug 31 09:34:33.598 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 31 09:34:33.598Aug 31 09:34:33.598 |
| 5496 | 2026-08-31T09:34:35.421Z | INFOinitted freemap. size: 64, unitAug 31 09:34:33.598:DEBG INFOreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 5497 | 2026-08-31T09:34:35.421Z | adding route 172.17.0.6/32 -> 10.0.0.255freemap_route_ipv6 |
| 5498 | 2026-08-31T09:34:35.421Z | |
| 5499 | 2026-08-31T09:34:35.421Z | |
| 5500 | 2026-08-31T09:34:35.421Z | DEBGAug 31 09:34:33.598 Aug 31 09:34:33.598replacing 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 } }]INFOAug 31 09:34:33.598 |
| 5501 | 2026-08-31T09:34:35.421Z | Aug 31 09:34:33.598 DEBG adding route 172.17.0.18/32 -> 10.0.0.255DEBG |
| 5502 | 2026-08-31T09:34:35.421Z | Aug 31 09:34:33.598replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 5503 | 2026-08-31T09:34:35.421Z | 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 } }] |
| 5504 | 2026-08-31T09:34:35.421Z | reset freemapINFO, Aug 31 09:34:33.598unit: INFOfreemap_route_ipv6Aug 31 09:34:33.598 |
| 5505 | 2026-08-31T09:34:35.421Z | DEBGadding route 172.17.0.7/32 -> 10.0.0.255Aug 31 09:34:33.598 |
| 5506 | 2026-08-31T09:34:35.422Z | Aug 31 09:34:33.598 adding route 172.17.0.5/32 -> 10.0.0.255 INFOAug 31 09:34:33.598replacing 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 } }] |
| 5507 | 2026-08-31T09:34:35.422Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5508 | 2026-08-31T09:34:35.422Z | |
| 5509 | 2026-08-31T09:34:35.422Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG |
| 5510 | 2026-08-31T09:34:35.422Z | 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 } }] |
| 5511 | 2026-08-31T09:34:35.422Z | Aug 31 09:34:33.598 Aug 31 09:34:33.598Aug 31 09:34:33.598 Aug 31 09:34:33.598DEBGDEBG INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.17.0.19/32 -> 10.0.0.255DEBG |
| 5512 | 2026-08-31T09:34:35.422Z | |
| 5513 | 2026-08-31T09:34:35.422Z | Aug 31 09:34:33.598replacing 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 } }] |
| 5514 | 2026-08-31T09:34:35.422Z | 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 31 09:34:33.598 |
| 5515 | 2026-08-31T09:34:35.422Z | INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5516 | 2026-08-31T09:34:35.422Z | adding route 172.17.0.8/32 -> 10.0.0.255Aug 31 09:34:33.598 |
| 5517 | 2026-08-31T09:34:35.422Z | Aug 31 09:34:33.598 DEBGAug 31 09:34:33.598INFO Aug 31 09:34:33.598Aug 31 09:34:33.598replacing 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 } }] |
| 5518 | 2026-08-31T09:34:35.422Z | DEBG INFO 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 } }] |
| 5519 | 2026-08-31T09:34:35.422Z | replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.6/32 -> 10.0.0.255 |
| 5520 | 2026-08-31T09:34:35.422Z | |
| 5521 | 2026-08-31T09:34:35.424Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffAug 31 09:34:33.598Aug 31 09:34:33.598 |
| 5522 | 2026-08-31T09:34:35.424Z | DEBG INFOAug 31 09:34:33.598replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 31 09:34:33.598 INFO |
| 5523 | 2026-08-31T09:34:35.424Z | adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255DEBG |
| 5524 | 2026-08-31T09:34:35.424Z | |
| 5525 | 2026-08-31T09:34:35.424Z | 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 } }] |
| 5526 | 2026-08-31T09:34:35.424Z | Aug 31 09:34:33.598Aug 31 09:34:33.598 DEBGDEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5527 | 2026-08-31T09:34:35.424Z | test route::tests::same_size_non_subset_replace ... ok |
| 5528 | 2026-08-31T09:34:35.424Z | Aug 31 09:34:33.598 |
| 5529 | 2026-08-31T09:34:35.424Z | DEBG Aug 31 09:34:33.598replacing 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 31 09:34:33.598Aug 31 09:34:33.598INFO INFOadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 5530 | 2026-08-31T09:34:35.424Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5531 | 2026-08-31T09:34:35.424Z | |
| 5532 | 2026-08-31T09:34:35.424Z | INFOAug 31 09:34:33.598 Aug 31 09:34:33.598 Aug 31 09:34:33.598 DEBGadding route 172.17.0.7/32 -> 10.0.0.255INFO |
| 5533 | 2026-08-31T09:34:35.424Z | DEBG adding route 172.17.0.21/32 -> 10.0.0.255replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 5534 | 2026-08-31T09:34:35.424Z | |
| 5535 | 2026-08-31T09:34:35.424Z | |
| 5536 | 2026-08-31T09:34:35.424Z | Aug 31 09:34:33.598 Aug 31 09:34:33.598Aug 31 09:34:33.598 INFODEBG adding route 172.17.0.11/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 } }]DEBG |
| 5537 | 2026-08-31T09:34:35.424Z | |
| 5538 | 2026-08-31T09:34:35.424Z | Aug 31 09:34:33.598 DEBGreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5539 | 2026-08-31T09:34:35.424Z | failed to allocate space for the new target listAug 31 09:34:33.598 |
| 5540 | 2026-08-31T09:34:35.424Z | Aug 31 09:34:33.598 INFODEBG Aug 31 09:34:33.598adding route 172.17.0.22/32 -> 10.0.0.255 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5541 | 2026-08-31T09:34:35.424Z | |
| 5542 | 2026-08-31T09:34:35.424Z | Aug 31 09:34:33.598 DEBGINFO Aug 31 09:34:33.598Aug 31 09:34:33.598 adding route 172.17.0.8/32 -> 10.0.0.255 INFO |
| 5543 | 2026-08-31T09:34:35.424Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 5544 | 2026-08-31T09:34:35.424Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5545 | 2026-08-31T09:34:35.424Z | 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 } }] |
| 5546 | 2026-08-31T09:34:35.424Z | Aug 31 09:34:33.598Aug 31 09:34:33.598 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 } }] |
| 5547 | 2026-08-31T09:34:35.424Z | 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 31 09:34:33.598 |
| 5548 | 2026-08-31T09:34:35.424Z | INFO created new freemapadding route 172.17.0.23/32 -> 10.0.0.255Aug 31 09:34:33.598, unitunitAug 31 09:34:33.598INFO:: |
| 5549 | 2026-08-31T09:34:35.424Z | freemap_route_ipv4adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5550 | 2026-08-31T09:34:35.424Z | |
| 5551 | 2026-08-31T09:34:35.424Z | INFOfreemap_route_ipv6 adding route 172.17.0.9/32 -> 10.0.0.255 |
| 5552 | 2026-08-31T09:34:35.424Z | Aug 31 09:34:33.598Aug 31 09:34:33.598 DEBGDEBGAug 31 09:34:33.598 created new freemap |
| 5553 | 2026-08-31T09:34:35.424Z | , 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 } }] unit |
| 5554 | 2026-08-31T09:34:35.425Z | : Aug 31 09:34:33.598DEBG freemap_route_ipv6INFO |
| 5555 | 2026-08-31T09:34:35.425Z | replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.598 Aug 31 09:34:33.598adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 5556 | 2026-08-31T09:34:35.425Z | Aug 31 09:34:33.598 adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5557 | 2026-08-31T09:34:35.425Z | |
| 5558 | 2026-08-31T09:34:35.425Z | DEBG initted freemap. size: 64DEBG , 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 } }]unitAug 31 09:34:33.598:Aug 31 09:34:33.598 Aug 31 09:34:33.598freemap_route_ipv4 |
| 5559 | 2026-08-31T09:34:35.425Z | |
| 5560 | 2026-08-31T09:34:35.425Z | DEBGINFO 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 |
| 5561 | 2026-08-31T09:34:35.425Z | Aug 31 09:34:33.598 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.24/32 -> 10.0.0.255 |
| 5562 | 2026-08-31T09:34:35.425Z | |
| 5563 | 2026-08-31T09:34:35.425Z | DEBGAug 31 09:34:33.598 reset freemapINFO, unitAug 31 09:34:33.598: adding route 172.17.0.15/32 -> 10.0.0.255Aug 31 09:34:33.598 INFOINFO |
| 5564 | 2026-08-31T09:34:35.426Z | freemap_route_ipv4 |
| 5565 | 2026-08-31T09:34:35.426Z | Aug 31 09:34:33.598 adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.10/32 -> 10.0.0.255DEBG |
| 5566 | 2026-08-31T09:34:35.426Z | Aug 31 09:34:33.598Aug 31 09:34:33.598 DEBG |
| 5567 | 2026-08-31T09:34:35.426Z | DEBGinitted freemap. size: 64 , 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 } }]unitreplacing 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 } }] |
| 5568 | 2026-08-31T09:34:35.426Z | : |
| 5569 | 2026-08-31T09:34:35.426Z | freemap_route_ipv6 |
| 5570 | 2026-08-31T09:34:35.430Z | Aug 31 09:34:33.598 DEBGAug 31 09:34:33.598Aug 31 09:34:33.598Aug 31 09:34:33.598 INFODEBGreplacing 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 } }] |
| 5571 | 2026-08-31T09:34:35.430Z | INFOAug 31 09:34:33.598replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] DEBG adding route 172.17.0.25/32 -> 10.0.0.255reset freemap |
| 5572 | 2026-08-31T09:34:35.430Z | |
| 5573 | 2026-08-31T09:34:35.430Z | , adding route 172.17.0.16/32 -> 10.0.0.255unit: |
| 5574 | 2026-08-31T09:34:35.430Z | Aug 31 09:34:33.598freemap_route_ipv6Aug 31 09:34:33.598 Aug 31 09:34:33.598DEBG |
| 5575 | 2026-08-31T09:34:35.430Z | 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 31 09:34:33.598 INFO |
| 5576 | 2026-08-31T09:34:35.430Z | Aug 31 09:34:33.598DEBG INFO INFO replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 09:34:33.598 |
| 5577 | 2026-08-31T09:34:35.431Z | |
| 5578 | 2026-08-31T09:34:35.431Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5579 | 2026-08-31T09:34:35.431Z | adding route 172.17.0.11/32 -> 10.0.0.255INFO Aug 31 09:34:33.598Aug 31 09:34:33.598 Aug 31 09:34:33.598 |
| 5580 | 2026-08-31T09:34:35.431Z | 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 } }] |
| 5581 | 2026-08-31T09:34:35.431Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5582 | 2026-08-31T09:34:35.431Z | adding route 172.17.0.26/32 -> 10.0.0.255DEBGAug 31 09:34:33.598 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 31 09:34:33.598 |
| 5583 | 2026-08-31T09:34:35.431Z | |
| 5584 | 2026-08-31T09:34:35.431Z | Aug 31 09:34:33.598adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5585 | 2026-08-31T09:34:35.431Z | 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.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 } }] |
| 5586 | 2026-08-31T09:34:35.431Z | |
| 5587 | 2026-08-31T09:34:35.431Z | Aug 31 09:34:33.598 Aug 31 09:34:33.598Aug 31 09:34:33.598DEBG INFO DEBGAug 31 09:34:33.598 adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5588 | 2026-08-31T09:34:35.431Z | 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 172.17.0.18/32 -> 10.0.0.255Aug 31 09:34:33.599Aug 31 09:34:33.599 |
| 5589 | 2026-08-31T09:34:35.431Z | DEBGDEBG created new freemapcreated new freemap, , unitunit:: freemap_route_ipv4freemap_route_ipv4 |
| 5590 | 2026-08-31T09:34:35.431Z | Aug 31 09:34:33.608 |
| 5591 | 2026-08-31T09:34:35.431Z | DEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.608 DEBG |
| 5592 | 2026-08-31T09:34:35.431Z | created new freemap, unit: freemap_route_ipv6 |
| 5593 | 2026-08-31T09:34:35.431Z | Aug 31 09:34:33.608Aug 31 09:34:33.598 DEBG INFOcreated new freemap , adding route 172.17.0.12/32 -> 10.0.0.255unit: |
| 5594 | 2026-08-31T09:34:35.431Z | Aug 31 09:34:33.608 Aug 31 09:34:33.608 freemap_route_ipv6DEBG |
| 5595 | 2026-08-31T09:34:35.431Z | INFOinitted freemap. size: 64 , adding route 172.17.0.19/32 -> 10.0.0.255Aug 31 09:34:33.608unitAug 31 09:34:33.608 :DEBG |
| 5596 | 2026-08-31T09:34:35.431Z | 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 } }] |
| 5597 | 2026-08-31T09:34:35.431Z | freemap_route_ipv4 |
| 5598 | 2026-08-31T09:34:35.431Z | DEBG Aug 31 09:34:33.608initted freemap. size: 64 , INFOAug 31 09:34:33.608 adding route 172.17.0.13/32 -> 10.0.0.255Aug 31 09:34:33.608 |
| 5599 | 2026-08-31T09:34:35.431Z | 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 } }]unit |
| 5600 | 2026-08-31T09:34:35.431Z | :Aug 31 09:34:33.608 reset freemapDEBGfreemap_route_ipv4, unitreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.608 |
| 5601 | 2026-08-31T09:34:35.432Z | |
| 5602 | 2026-08-31T09:34:35.432Z | :INFO freemap_route_ipv4Aug 31 09:34:33.608adding route 172.17.0.20/32 -> 10.0.0.255Aug 31 09:34:33.608 |
| 5603 | 2026-08-31T09:34:35.432Z | INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5604 | 2026-08-31T09:34:35.432Z | |
| 5605 | 2026-08-31T09:34:35.432Z | DEBG Aug 31 09:34:33.608reset freemap , Aug 31 09:34:33.608DEBG Aug 31 09:34:33.608initted freemap. size: 64unit, unitDEBG: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 } }]freemap_route_ipv6 |
| 5606 | 2026-08-31T09:34:35.432Z | : |
| 5607 | 2026-08-31T09:34:35.432Z | 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 } }] |
| 5608 | 2026-08-31T09:34:35.432Z | Aug 31 09:34:33.608freemap_route_ipv4 Aug 31 09:34:33.608INFO |
| 5609 | 2026-08-31T09:34:35.432Z | adding route 172.17.0.21/32 -> 10.0.0.255Aug 31 09:34:33.608 |
| 5610 | 2026-08-31T09:34:35.432Z | DEBG INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5611 | 2026-08-31T09:34:35.432Z | reset freemapAug 31 09:34:33.608 , Aug 31 09:34:33.608unitDEBG :DEBGAug 31 09:34:33.608 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 } }]DEBGfreemap_route_ipv6 |
| 5612 | 2026-08-31T09:34:35.432Z | 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 |
| 5613 | 2026-08-31T09:34:35.432Z | |
| 5614 | 2026-08-31T09:34:35.432Z | , unit:Aug 31 09:34:33.608Aug 31 09:34:33.608Aug 31 09:34:33.608 INFOINFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5615 | 2026-08-31T09:34:35.432Z | INFOfreemap_route_ipv6 |
| 5616 | 2026-08-31T09:34:35.432Z | adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1Aug 31 09:34:33.608 |
| 5617 | 2026-08-31T09:34:35.432Z | DEBG |
| 5618 | 2026-08-31T09:34:35.432Z | 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 } }] |
| 5619 | 2026-08-31T09:34:35.432Z | Aug 31 09:34:33.608Aug 31 09:34:33.608 DEBGDEBG Aug 31 09:34:33.608replacing 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 31 09:34:33.608INFO |
| 5620 | 2026-08-31T09:34:35.432Z | |
| 5621 | 2026-08-31T09:34:35.432Z | DEBG adding route 172.17.0.23/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 } }] |
| 5622 | 2026-08-31T09:34:35.432Z | reset freemapAug 31 09:34:33.608Aug 31 09:34:33.608, INFOINFO unitadding route 3fff:dead::/64 -> 2001:db8::55:3:Aug 31 09:34:33.608 |
| 5623 | 2026-08-31T09:34:35.432Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5624 | 2026-08-31T09:34:35.432Z | 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 } }] |
| 5625 | 2026-08-31T09:34:35.432Z | freemap_route_ipv6 |
| 5626 | 2026-08-31T09:34:35.432Z | Aug 31 09:34:33.608 |
| 5627 | 2026-08-31T09:34:35.432Z | DEBG Aug 31 09:34:33.608replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5628 | 2026-08-31T09:34:35.432Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 5629 | 2026-08-31T09:34:35.432Z | INFOAug 31 09:34:33.608 adding route 172.16.0.0/32 -> 10.0.0.2Aug 31 09:34:33.608 |
| 5630 | 2026-08-31T09:34:35.432Z | INFO INFOAug 31 09:34:33.608 Aug 31 09:34:33.608adding route 172.17.0.24/32 -> 10.0.0.255 Aug 31 09:34:33.608DEBGINFO |
| 5631 | 2026-08-31T09:34:35.432Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 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 } }] |
| 5632 | 2026-08-31T09:34:35.433Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5633 | 2026-08-31T09:34:35.433Z | |
| 5634 | 2026-08-31T09:34:35.433Z | Aug 31 09:34:33.608 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 } }] Aug 31 09:34:33.608 |
| 5635 | 2026-08-31T09:34:35.433Z | 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 } }] |
| 5636 | 2026-08-31T09:34:35.433Z | Aug 31 09:34:33.608 DEBGINFOAug 31 09:34:33.608 DEBGAug 31 09:34:33.608adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5637 | 2026-08-31T09:34:35.433Z | 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 172.17.0.25/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5638 | 2026-08-31T09:34:35.433Z | |
| 5639 | 2026-08-31T09:34:35.433Z | |
| 5640 | 2026-08-31T09:34:35.433Z | Aug 31 09:34:33.608 Aug 31 09:34:33.608DEBGAug 31 09:34:33.608 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 } }]DEBG Aug 31 09:34:33.608replacing targets for 3fff:dead::/64 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 } }] |
| 5641 | 2026-08-31T09:34:35.433Z | |
| 5642 | 2026-08-31T09:34:35.433Z | Aug 31 09:34:33.608 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.16.0.0/32 -> 10.0.0.2DEBG |
| 5643 | 2026-08-31T09:34:35.433Z | |
| 5644 | 2026-08-31T09:34:35.433Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 5645 | 2026-08-31T09:34:35.434Z | test transceivers::mpn_test::test_mpn_missing ... ok |
| 5646 | 2026-08-31T09:34:35.434Z | test transceivers::mpn_test::test_mpn_present ... ok |
| 5647 | 2026-08-31T09:34:35.434Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
| 5648 | 2026-08-31T09:34:35.434Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok |
| 5649 | 2026-08-31T09:34:35.434Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok |
| 5650 | 2026-08-31T09:34:35.434Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok |
| 5651 | 2026-08-31T09:34:35.434Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok |
| 5652 | 2026-08-31T09:34:35.434Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
| 5653 | 2026-08-31T09:34:35.434Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
| 5654 | 2026-08-31T09:34:35.434Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
| 5655 | 2026-08-31T09:34:35.434Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
| 5656 | 2026-08-31T09:34:35.434Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
| 5657 | 2026-08-31T09:34:35.434Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
| 5658 | 2026-08-31T09:34:35.434Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
| 5659 | 2026-08-31T09:34:35.434Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
| 5660 | 2026-08-31T09:34:35.434Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
| 5661 | 2026-08-31T09:34:35.434Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
| 5662 | 2026-08-31T09:34:35.434Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
| 5663 | 2026-08-31T09:34:35.434Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
| 5664 | 2026-08-31T09:34:35.434Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
| 5665 | 2026-08-31T09:34:35.434Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
| 5666 | 2026-08-31T09:34:35.434Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
| 5667 | 2026-08-31T09:34:35.434Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
| 5668 | 2026-08-31T09:34:35.435Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
| 5669 | 2026-08-31T09:34:35.435Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
| 5670 | 2026-08-31T09:34:35.439Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
| 5671 | 2026-08-31T09:34:35.439Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
| 5672 | 2026-08-31T09:34:35.439Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
| 5673 | 2026-08-31T09:34:35.439Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
| 5674 | 2026-08-31T09:34:35.439Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
| 5675 | 2026-08-31T09:34:35.439Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
| 5676 | 2026-08-31T09:34:35.439Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
| 5677 | 2026-08-31T09:34:35.439Z | 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 } }] |
| 5678 | 2026-08-31T09:34:35.439Z | Aug 31 09:34:33.609 DEBG Aug 31 09:34:33.615Aug 31 09:34:33.608 created new freemapINFO , adding route 172.17.0.26/32 -> 10.0.0.255INFO |
| 5679 | 2026-08-31T09:34:35.439Z | unit: adding route 172.17.0.19/32 -> 10.0.0.255freemap_route_ipv4 |
| 5680 | 2026-08-31T09:34:35.439Z | |
| 5681 | 2026-08-31T09:34:35.439Z | Aug 31 09:34:33.615 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 } }] |
| 5682 | 2026-08-31T09:34:35.439Z | Aug 31 09:34:33.615Aug 31 09:34:33.615 DEBGINFO Aug 31 09:34:33.615created new freemap , adding route 172.17.0.27/32 -> 10.0.0.255unit |
| 5683 | 2026-08-31T09:34:35.439Z | : DEBG freemap_route_ipv6replacing 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 } }] |
| 5684 | 2026-08-31T09:34:35.439Z | Aug 31 09:34:33.615 |
| 5685 | 2026-08-31T09:34:35.439Z | DEBG Aug 31 09:34:33.615replacing 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 } }] |
| 5686 | 2026-08-31T09:34:35.439Z | DEBG initted freemap. size: 64, unitAug 31 09:34:33.615:Aug 31 09:34:33.615 INFOfreemap_route_ipv4INFO |
| 5687 | 2026-08-31T09:34:35.439Z | adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5688 | 2026-08-31T09:34:35.439Z | |
| 5689 | 2026-08-31T09:34:35.439Z | Aug 31 09:34:33.615Aug 31 09:34:33.615 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 } }]Aug 31 09:34:33.615 |
| 5690 | 2026-08-31T09:34:35.439Z | DEBGreset freemap , replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unitAug 31 09:34:33.615: INFO |
| 5691 | 2026-08-31T09:34:35.439Z | freemap_route_ipv4 adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5692 | 2026-08-31T09:34:35.439Z | |
| 5693 | 2026-08-31T09:34:35.439Z | Aug 31 09:34:33.615 INFO Aug 31 09:34:33.615adding route 172.17.0.21/32 -> 10.0.0.255 |
| 5694 | 2026-08-31T09:34:35.439Z | DEBGAug 31 09:34:33.615 replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5695 | 2026-08-31T09:34:35.439Z | Aug 31 09:34:33.615 DEBGAug 31 09:34:33.615initted freemap. size: 64 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 31 09:34:33.615 , 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 } }] |
| 5696 | 2026-08-31T09:34:35.439Z | unit : INFO |
| 5697 | 2026-08-31T09:34:35.439Z | adding route 172.17.0.30/32 -> 10.0.0.255Aug 31 09:34:33.615 |
| 5698 | 2026-08-31T09:34:35.439Z | DEBGfreemap_route_ipv6 |
| 5699 | 2026-08-31T09:34:35.439Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 09:34:33.615Aug 31 09:34:33.615 |
| 5700 | 2026-08-31T09:34:35.439Z | DEBGINFO replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255Aug 31 09:34:33.615 |
| 5701 | 2026-08-31T09:34:35.439Z | Aug 31 09:34:33.615 |
| 5702 | 2026-08-31T09:34:35.440Z | DEBGWARN reset freemapAug 31 09:34:33.615shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }), |
| 5703 | 2026-08-31T09:34:35.440Z | INFO Aug 31 09:34:33.615adding route 172.17.0.31/32 -> 10.0.0.255 unit |
| 5704 | 2026-08-31T09:34:35.440Z | DEBG: freemap_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 } }] |
| 5705 | 2026-08-31T09:34:35.440Z | Aug 31 09:34:33.615 |
| 5706 | 2026-08-31T09:34:35.440Z | DEBG Aug 31 09:34:33.615 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 } }] |
| 5707 | 2026-08-31T09:34:35.440Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 09:34:33.615 |
| 5708 | 2026-08-31T09:34:35.440Z | INFOAug 31 09:34:33.615 adding route 172.17.0.23/32 -> 10.0.0.255INFO |
| 5709 | 2026-08-31T09:34:35.440Z | Aug 31 09:34:33.615adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5710 | 2026-08-31T09:34:35.440Z | DEBG Aug 31 09:34:33.615Aug 31 09:34:33.615 DEBGDEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5711 | 2026-08-31T09:34:35.440Z | |
| 5712 | 2026-08-31T09:34:35.440Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 5713 | 2026-08-31T09:34:35.440Z | INFOAug 31 09:34:33.615 adding route 172.17.0.6/32 -> 10.0.0.255INFO |
| 5714 | 2026-08-31T09:34:35.440Z | Aug 31 09:34:33.615Aug 31 09:34:33.615 adding route 3fff:dead::/64 -> 2001:db8::55:2INFOINFOAug 31 09:34:33.615 |
| 5715 | 2026-08-31T09:34:35.440Z | adding route 172.17.0.33/32 -> 10.0.0.255 DEBG |
| 5716 | 2026-08-31T09:34:35.440Z | adding route 172.17.0.24/32 -> 10.0.0.255 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 } }] |
| 5717 | 2026-08-31T09:34:35.440Z | |
| 5718 | 2026-08-31T09:34:35.440Z | Aug 31 09:34:33.615Aug 31 09:34:33.615 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 } }] |
| 5719 | 2026-08-31T09:34:35.440Z | 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 31 09:34:33.615 |
| 5720 | 2026-08-31T09:34:35.440Z | Aug 31 09:34:33.615 DEBGINFO Aug 31 09:34:33.615Aug 31 09:34:33.615 adding route 172.17.0.7/32 -> 10.0.0.255 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 } }] |
| 5721 | 2026-08-31T09:34:35.440Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5722 | 2026-08-31T09:34:35.440Z | |
| 5723 | 2026-08-31T09:34:35.440Z | INFO adding route 172.17.0.34/32 -> 10.0.0.255Aug 31 09:34:33.615 |
| 5724 | 2026-08-31T09:34:35.440Z | Aug 31 09:34:33.615Aug 31 09:34:33.615 INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG adding route 172.17.0.25/32 -> 10.0.0.255replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5725 | 2026-08-31T09:34:35.440Z | |
| 5726 | 2026-08-31T09:34:35.440Z | |
| 5727 | 2026-08-31T09:34:35.440Z | Aug 31 09:34:33.615 DEBGAug 31 09:34:33.615Aug 31 09:34:33.615 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 31 09:34:33.609 |
| 5728 | 2026-08-31T09:34:35.440Z | DEBGINFO 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 } }]Aug 31 09:34:33.615created new freemapAug 31 09:34:33.615 |
| 5729 | 2026-08-31T09:34:35.440Z | INFO , adding route 172.17.0.8/32 -> 10.0.0.255unitadding route 3fff:dead::/64 -> 2001:db8::55:4INFO |
| 5730 | 2026-08-31T09:34:35.440Z | : |
| 5731 | 2026-08-31T09:34:35.440Z | adding route 172.17.0.35/32 -> 10.0.0.255freemap_route_ipv4 |
| 5732 | 2026-08-31T09:34:35.440Z | Aug 31 09:34:33.615 |
| 5733 | 2026-08-31T09:34:35.440Z | INFOAug 31 09:34:33.615Aug 31 09:34:33.615Aug 31 09:34:33.615 DEBGDEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 } }] |
| 5734 | 2026-08-31T09:34:35.440Z | replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5735 | 2026-08-31T09:34:35.440Z | |
| 5736 | 2026-08-31T09:34:35.440Z | Aug 31 09:34:33.615 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5737 | 2026-08-31T09:34:35.440Z | |
| 5738 | 2026-08-31T09:34:35.440Z | Aug 31 09:34:33.615Aug 31 09:34:33.615 INFO adding route 172.17.0.9/32 -> 10.0.0.255INFO |
| 5739 | 2026-08-31T09:34:35.440Z | Aug 31 09:34:33.615 DEBGadding route 172.17.0.36/32 -> 10.0.0.255Aug 31 09:34:33.615 |
| 5740 | 2026-08-31T09:34:35.440Z | Aug 31 09:34:33.615 created new freemapDEBGDEBG , Aug 31 09:34:33.615 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 } }]unit |
| 5741 | 2026-08-31T09:34:35.440Z | :DEBG freemap_route_ipv6replacing 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 } }] |
| 5742 | 2026-08-31T09:34:35.441Z | |
| 5743 | 2026-08-31T09:34:35.441Z | 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 31 09:34:33.615 |
| 5744 | 2026-08-31T09:34:35.441Z | INFOAug 31 09:34:33.615 adding route 172.17.0.10/32 -> 10.0.0.255INFO |
| 5745 | 2026-08-31T09:34:35.441Z | Aug 31 09:34:33.615 Aug 31 09:34:33.615INFO DEBGadding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5746 | 2026-08-31T09:34:35.441Z | |
| 5747 | 2026-08-31T09:34:35.441Z | Aug 31 09:34:33.615 initted freemap. size: 64DEBG, unitreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: |
| 5748 | 2026-08-31T09:34:35.441Z | Aug 31 09:34:33.615 Aug 31 09:34:33.615DEBG Aug 31 09:34:33.615replacing 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 } }]freemap_route_ipv4 |
| 5749 | 2026-08-31T09:34:35.441Z | |
| 5750 | 2026-08-31T09:34:35.441Z | INFO DEBGadding route 172.17.0.11/32 -> 10.0.0.255 |
| 5751 | 2026-08-31T09:34:35.441Z | 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 } }] |
| 5752 | 2026-08-31T09:34:35.441Z | Aug 31 09:34:33.615 Aug 31 09:34:33.615INFO Aug 31 09:34:33.615adding route 172.17.0.38/32 -> 10.0.0.255 DEBG |
| 5753 | 2026-08-31T09:34:35.441Z | Aug 31 09:34:33.615replacing 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 |
| 5754 | 2026-08-31T09:34:35.441Z | INFOreset freemap, Aug 31 09:34:33.615 unitAug 31 09:34:33.615DEBG adding route 172.17.0.28/32 -> 10.0.0.255 INFO |
| 5755 | 2026-08-31T09:34:35.441Z | 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 } }]: |
| 5756 | 2026-08-31T09:34:35.441Z | freemap_route_ipv4adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5757 | 2026-08-31T09:34:35.441Z | |
| 5758 | 2026-08-31T09:34:35.441Z | Aug 31 09:34:33.615 Aug 31 09:34:33.615DEBG 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 } }]INFOAug 31 09:34:33.615 |
| 5759 | 2026-08-31T09:34:35.441Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5760 | 2026-08-31T09:34:35.441Z | Aug 31 09:34:33.615DEBG Aug 31 09:34:33.615DEBG Aug 31 09:34:33.615INFO initted freemap. size: 64adding route 172.17.0.29/32 -> 10.0.0.255DEBG |
| 5761 | 2026-08-31T09:34:35.441Z | , 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 } }]unit |
| 5762 | 2026-08-31T09:34:35.441Z | : Aug 31 09:34:33.615freemap_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 } }] Aug 31 09:34:33.615 |
| 5763 | 2026-08-31T09:34:35.441Z | |
| 5764 | 2026-08-31T09:34:35.441Z | DEBGINFO Aug 31 09:34:33.615 replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5765 | 2026-08-31T09:34:35.441Z | |
| 5766 | 2026-08-31T09:34:35.441Z | Aug 31 09:34:33.615 DEBGINFO Aug 31 09:34:33.615adding route 172.17.0.13/32 -> 10.0.0.255 reset freemap |
| 5767 | 2026-08-31T09:34:35.441Z | , Aug 31 09:34:33.615 INFOunitDEBG: Aug 31 09:34:33.615 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.30/32 -> 10.0.0.255freemap_route_ipv6 |
| 5768 | 2026-08-31T09:34:35.441Z | |
| 5769 | 2026-08-31T09:34:35.441Z | DEBG |
| 5770 | 2026-08-31T09:34:35.445Z | 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 } }] |
| 5771 | 2026-08-31T09:34:35.445Z | Aug 31 09:34:33.615 INFO Aug 31 09:34:33.615adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5772 | 2026-08-31T09:34:35.445Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5773 | 2026-08-31T09:34:35.445Z | Aug 31 09:34:33.615Aug 31 09:34:33.615 DEBG Aug 31 09:34:33.615DEBG Aug 31 09:34:33.615 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 } }] |
| 5774 | 2026-08-31T09:34:35.445Z | INFOreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5775 | 2026-08-31T09:34:35.445Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 31 09:34:33.615 |
| 5776 | 2026-08-31T09:34:35.445Z | adding route 172.17.0.14/32 -> 10.0.0.255 INFO |
| 5777 | 2026-08-31T09:34:35.445Z | adding route 172.17.0.42/32 -> 10.0.0.255Aug 31 09:34:33.615 |
| 5778 | 2026-08-31T09:34:35.445Z | Aug 31 09:34:33.615INFOAug 31 09:34:33.615 DEBGINFO 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.16.0.0/32 -> 10.0.0.2adding route 172.17.0.31/32 -> 10.0.0.255Aug 31 09:34:33.615 |
| 5779 | 2026-08-31T09:34:35.445Z | |
| 5780 | 2026-08-31T09:34:35.445Z | DEBG |
| 5781 | 2026-08-31T09:34:35.445Z | 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 } }] |
| 5782 | 2026-08-31T09:34:35.446Z | Aug 31 09:34:33.615Aug 31 09:34:33.615Aug 31 09:34:33.615 INFO adding route 172.17.0.15/32 -> 10.0.0.255DEBG |
| 5783 | 2026-08-31T09:34:35.446Z | DEBG Aug 31 09:34:33.615 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 } }] |
| 5784 | 2026-08-31T09:34:35.446Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 5785 | 2026-08-31T09:34:35.446Z | Aug 31 09:34:33.615 adding route 172.17.0.43/32 -> 10.0.0.255DEBG |
| 5786 | 2026-08-31T09:34:35.446Z | Aug 31 09:34:33.615Aug 31 09:34:33.615replacing 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 } }] |
| 5787 | 2026-08-31T09:34:35.446Z | INFOAug 31 09:34:33.615INFO Aug 31 09:34:33.615adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5788 | 2026-08-31T09:34:35.446Z | 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.16/32 -> 10.0.0.255Aug 31 09:34:33.616 DEBG |
| 5789 | 2026-08-31T09:34:35.446Z | created new freemap, |
| 5790 | 2026-08-31T09:34:35.446Z | Aug 31 09:34:33.626 INFO Aug 31 09:34:33.626adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5791 | 2026-08-31T09:34:35.446Z | unitDEBGAug 31 09:34:33.626 :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 } }] DEBG |
| 5792 | 2026-08-31T09:34:35.446Z | Aug 31 09:34:33.626replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 31 09:34:33.626 |
| 5793 | 2026-08-31T09:34:35.446Z | DEBGDEBGfreemap_route_ipv4 |
| 5794 | 2026-08-31T09:34:35.446Z | 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 31 09:34:33.626 |
| 5795 | 2026-08-31T09:34:35.446Z | 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 } }] |
| 5796 | 2026-08-31T09:34:35.446Z | INFO Aug 31 09:34:33.626Aug 31 09:34:33.626adding route 172.17.0.0/32 -> 10.0.0.255 Aug 31 09:34:33.626 |
| 5797 | 2026-08-31T09:34:35.446Z | Aug 31 09:34:33.626INFOINFODEBG INFO created new freemap Aug 31 09:34:33.626adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5798 | 2026-08-31T09:34:35.446Z | DEBG |
| 5799 | 2026-08-31T09:34:35.446Z | 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 } }], unit |
| 5800 | 2026-08-31T09:34:35.446Z | |
| 5801 | 2026-08-31T09:34:35.446Z | :Aug 31 09:34:33.626 Aug 31 09:34:33.626DEBG 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 } }] |
| 5802 | 2026-08-31T09:34:35.446Z | Aug 31 09:34:33.626freemap_route_ipv6adding route 172.17.0.1/32 -> 10.0.0.255 |
| 5803 | 2026-08-31T09:34:35.446Z | |
| 5804 | 2026-08-31T09:34:35.446Z | Aug 31 09:34:33.626 DEBG DEBGAug 31 09:34:33.626Aug 31 09:34:33.626 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 31 09:34:33.626DEBG 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 } }]DEBG |
| 5805 | 2026-08-31T09:34:35.446Z | |
| 5806 | 2026-08-31T09:34:35.446Z | initted freemap. size: 64, replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:34:33.626unit |
| 5807 | 2026-08-31T09:34:35.447Z | adding route 172.17.0.46/32 -> 10.0.0.255Aug 31 09:34:33.626 |
| 5808 | 2026-08-31T09:34:35.447Z | :INFO Aug 31 09:34:33.626Aug 31 09:34:33.626 freemap_route_ipv4INFOadding route 172.17.0.18/32 -> 10.0.0.255 |
| 5809 | 2026-08-31T09:34:35.447Z | INFO DEBG adding route 172.17.0.2/32 -> 10.0.0.255replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5810 | 2026-08-31T09:34:35.447Z | |
| 5811 | 2026-08-31T09:34:35.447Z | adding route 172.17.0.34/32 -> 10.0.0.255Aug 31 09:34:33.626 |
| 5812 | 2026-08-31T09:34:35.447Z | |
| 5813 | 2026-08-31T09:34:35.447Z | Aug 31 09:34:33.626 DEBGDEBG Aug 31 09:34:33.626 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 |
| 5814 | 2026-08-31T09:34:35.447Z | Aug 31 09:34:33.626 Aug 31 09:34:33.626reset freemap Aug 31 09:34:33.626DEBG INFOreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 5815 | 2026-08-31T09:34:35.447Z | INFOunit : Aug 31 09:34:33.626 adding route 172.17.0.3/32 -> 10.0.0.255 |
| 5816 | 2026-08-31T09:34:35.447Z | INFOreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.47/32 -> 10.0.0.255 freemap_route_ipv4 |
| 5817 | 2026-08-31T09:34:35.447Z | |
| 5818 | 2026-08-31T09:34:35.447Z | |
| 5819 | 2026-08-31T09:34:35.447Z | adding route 172.17.0.19/32 -> 10.0.0.255Aug 31 09:34:33.626 DEBG |
| 5820 | 2026-08-31T09:34:35.447Z | replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.626 |
| 5821 | 2026-08-31T09:34:35.447Z | Aug 31 09:34:33.626 DEBGDEBGAug 31 09:34:33.626 Aug 31 09:34:33.626 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 } }] initted freemap. size: 64 Aug 31 09:34:33.626INFO |
| 5822 | 2026-08-31T09:34:35.447Z | DEBGadding route 172.17.0.4/32 -> 10.0.0.255 |
| 5823 | 2026-08-31T09:34:35.447Z | , replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.626 |
| 5824 | 2026-08-31T09:34:35.447Z | unit :INFOAug 31 09:34:33.626 INFODEBG adding route 172.17.0.48/32 -> 10.0.0.255Aug 31 09:34:33.626 |
| 5825 | 2026-08-31T09:34:35.447Z | 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.35/32 -> 10.0.0.255 |
| 5826 | 2026-08-31T09:34:35.447Z | INFO |
| 5827 | 2026-08-31T09:34:35.447Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 5828 | 2026-08-31T09:34:35.447Z | adding route 172.17.0.20/32 -> 10.0.0.255freemap_route_ipv6Aug 31 09:34:33.626 |
| 5829 | 2026-08-31T09:34:35.447Z | 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 } }] |
| 5830 | 2026-08-31T09:34:35.447Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 5831 | 2026-08-31T09:34:35.447Z | |
| 5832 | 2026-08-31T09:34:35.447Z | Aug 31 09:34:33.626Aug 31 09:34:33.626 Aug 31 09:34:33.626Aug 31 09:34:33.626INFOAug 31 09:34:33.626 adding route 172.17.0.5/32 -> 10.0.0.255 |
| 5833 | 2026-08-31T09:34:35.447Z | test route::tests::add_target_fails_full ... ok |
| 5834 | 2026-08-31T09:34:35.447Z | INFODEBG DEBGadding route 172.17.0.49/32 -> 10.0.0.255 |
| 5835 | 2026-08-31T09:34:35.448Z | DEBGreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.626 |
| 5836 | 2026-08-31T09:34:35.448Z | 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 } }] Aug 31 09:34:33.626reset 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 } }] |
| 5837 | 2026-08-31T09:34:35.448Z | |
| 5838 | 2026-08-31T09:34:35.448Z | , Aug 31 09:34:33.626DEBGunit Aug 31 09:34:33.626 INFO: INFOadding route 172.17.0.21/32 -> 10.0.0.255 freemap_route_ipv6 |
| 5839 | 2026-08-31T09:34:35.448Z | adding route 172.17.0.6/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 } }] |
| 5840 | 2026-08-31T09:34:35.448Z | Aug 31 09:34:33.626 |
| 5841 | 2026-08-31T09:34:35.448Z | INFO |
| 5842 | 2026-08-31T09:34:35.448Z | Aug 31 09:34:33.626Aug 31 09:34:33.626 DEBGAug 31 09:34:33.626adding route 172.17.0.36/32 -> 10.0.0.255DEBG Aug 31 09:34:33.626 |
| 5843 | 2026-08-31T09:34:35.448Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1 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 } }] |
| 5844 | 2026-08-31T09:34:35.448Z | |
| 5845 | 2026-08-31T09:34:35.448Z | 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 31 09:34:33.626 |
| 5846 | 2026-08-31T09:34:35.448Z | INFO adding route 172.17.0.50/32 -> 10.0.0.255Aug 31 09:34:33.626 DEBGAug 31 09:34:33.626INFOAug 31 09:34:33.626 INFO |
| 5847 | 2026-08-31T09:34:35.448Z | replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.7/32 -> 10.0.0.255 |
| 5848 | 2026-08-31T09:34:35.448Z | adding route 172.17.0.22/32 -> 10.0.0.255Aug 31 09:34:33.626 |
| 5849 | 2026-08-31T09:34:35.449Z | DEBG DEBG |
| 5850 | 2026-08-31T09:34:35.449Z | 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.16.0.0/32 with: [NextHop { asic_port_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 31 09:34:33.626 |
| 5851 | 2026-08-31T09:34:35.449Z | |
| 5852 | 2026-08-31T09:34:35.449Z | Aug 31 09:34:33.638 Aug 31 09:34:33.638 INFO INFODEBGadding route 172.17.0.37/32 -> 10.0.0.255 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5853 | 2026-08-31T09:34:35.449Z | Aug 31 09:34:33.638 |
| 5854 | 2026-08-31T09:34:35.449Z | |
| 5855 | 2026-08-31T09:34:35.449Z | INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5856 | 2026-08-31T09:34:35.449Z | Aug 31 09:34:33.638 Aug 31 09:34:33.638INFO DEBGadding route 172.17.0.8/32 -> 10.0.0.255 |
| 5857 | 2026-08-31T09:34:35.449Z | Aug 31 09:34:33.638replacing 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 } }] |
| 5858 | 2026-08-31T09:34:35.449Z | Aug 31 09:34:33.638 DEBGDEBG Aug 31 09:34:33.638 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 |
| 5859 | 2026-08-31T09:34:35.449Z | replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5860 | 2026-08-31T09:34:35.449Z | |
| 5861 | 2026-08-31T09:34:35.449Z | Aug 31 09:34:33.638Aug 31 09:34:33.638 adding route 172.16.0.0/32 -> 10.0.0.3INFO |
| 5862 | 2026-08-31T09:34:35.449Z | INFO adding route 172.16.0.0/32 -> 10.0.0.3Aug 31 09:34:33.638adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5863 | 2026-08-31T09:34:35.449Z | INFO |
| 5864 | 2026-08-31T09:34:35.449Z | Aug 31 09:34:33.638adding route 172.17.0.9/32 -> 10.0.0.255 |
| 5865 | 2026-08-31T09:34:35.449Z | 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 31 09:34:33.638Aug 31 09:34:33.638 |
| 5866 | 2026-08-31T09:34:35.449Z | DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 31 09:34:33.638 replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5867 | 2026-08-31T09:34:35.449Z | Aug 31 09:34:33.638 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 } }] |
| 5868 | 2026-08-31T09:34:35.449Z | INFO |
| 5869 | 2026-08-31T09:34:35.449Z | Aug 31 09:34:33.638 adding route 172.16.0.0/32 -> 10.0.0.4INFOAug 31 09:34:33.638Aug 31 09:34:33.638 INFOINFO |
| 5870 | 2026-08-31T09:34:35.453Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5871 | 2026-08-31T09:34:35.453Z | adding route 172.16.0.0/32 -> 10.0.0.4adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5872 | 2026-08-31T09:34:35.453Z | |
| 5873 | 2026-08-31T09:34:35.453Z | Aug 31 09:34:33.638 Aug 31 09:34:33.638 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 31 09:34:33.638replacing 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 } }] |
| 5874 | 2026-08-31T09:34:35.453Z | |
| 5875 | 2026-08-31T09:34:35.453Z | DEBGAug 31 09:34:33.638 replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 31 09:34:33.638 |
| 5876 | 2026-08-31T09:34:35.453Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 31 09:34:33.638DEBG INFO |
| 5877 | 2026-08-31T09:34:35.453Z | Aug 31 09:34:33.638 replacing targets for 172.16.0.0/32 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 } }]INFOadding route 172.17.0.54/32 -> 10.0.0.255 |
| 5878 | 2026-08-31T09:34:35.453Z | |
| 5879 | 2026-08-31T09:34:35.453Z | adding route 172.17.0.11/32 -> 10.0.0.255Aug 31 09:34:33.638 |
| 5880 | 2026-08-31T09:34:35.453Z | Aug 31 09:34:33.638Aug 31 09:34:33.638 DEBGDEBGDEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5881 | 2026-08-31T09:34:35.453Z | replacing targets for 172.16.0.0/32 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 } }] |
| 5882 | 2026-08-31T09:34:35.453Z | |
| 5883 | 2026-08-31T09:34:35.453Z | Aug 31 09:34:33.638 INFO adding route 172.17.0.55/32 -> 10.0.0.255Aug 31 09:34:33.638 |
| 5884 | 2026-08-31T09:34:35.453Z | INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5885 | 2026-08-31T09:34:35.453Z | Aug 31 09:34:33.638 DEBG Aug 31 09:34:33.638Aug 31 09:34:33.638 DEBGDEBGreplacing 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 } }] |
| 5886 | 2026-08-31T09:34:35.453Z | 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.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 } }] |
| 5887 | 2026-08-31T09:34:35.453Z | |
| 5888 | 2026-08-31T09:34:35.453Z | Aug 31 09:34:33.638 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5889 | 2026-08-31T09:34:35.454Z | Aug 31 09:34:33.638Aug 31 09:34:33.638Aug 31 09:34:33.638 INFODEBGINFO replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5890 | 2026-08-31T09:34:35.454Z | |
| 5891 | 2026-08-31T09:34:35.454Z | |
| 5892 | 2026-08-31T09:34:35.454Z | Aug 31 09:34:33.638 Aug 31 09:34:33.638DEBG 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 } }] |
| 5893 | 2026-08-31T09:34:35.454Z | 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 31 09:34:33.638 |
| 5894 | 2026-08-31T09:34:35.454Z | INFO adding route 172.17.0.57/32 -> 10.0.0.255Aug 31 09:34:33.638 |
| 5895 | 2026-08-31T09:34:35.454Z | Aug 31 09:34:33.638INFO INFO adding route 172.17.0.14/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5896 | 2026-08-31T09:34:35.454Z | |
| 5897 | 2026-08-31T09:34:35.454Z | Aug 31 09:34:33.638 DEBGAug 31 09:34:33.638 Aug 31 09:34:33.638replacing 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 31 09:34:33.638 |
| 5898 | 2026-08-31T09:34:35.454Z | 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 |
| 5899 | 2026-08-31T09:34:35.454Z | Aug 31 09:34:33.638 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 |
| 5900 | 2026-08-31T09:34:35.454Z | adding route 172.17.0.58/32 -> 10.0.0.255INFOAug 31 09:34:33.638 |
| 5901 | 2026-08-31T09:34:35.454Z | adding route 172.17.0.38/32 -> 10.0.0.255INFO |
| 5902 | 2026-08-31T09:34:35.454Z | Aug 31 09:34:33.638adding route 172.17.0.15/32 -> 10.0.0.255Aug 31 09:34:33.638 |
| 5903 | 2026-08-31T09:34:35.454Z | INFODEBG adding route 172.17.0.25/32 -> 10.0.0.255 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 } }] |
| 5904 | 2026-08-31T09:34:35.454Z | Aug 31 09:34:33.638 |
| 5905 | 2026-08-31T09:34:35.454Z | DEBG Aug 31 09:34:33.638replacing 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 } }] |
| 5906 | 2026-08-31T09:34:35.454Z | Aug 31 09:34:33.638Aug 31 09:34:33.638DEBG INFODEBGreplacing 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.59/32 -> 10.0.0.255 |
| 5907 | 2026-08-31T09:34:35.454Z | |
| 5908 | 2026-08-31T09:34:35.454Z | Aug 31 09:34:33.638 replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5909 | 2026-08-31T09:34:35.454Z | Aug 31 09:34:33.638adding route 172.17.0.16/32 -> 10.0.0.255 Aug 31 09:34:33.638DEBG |
| 5910 | 2026-08-31T09:34:35.454Z | 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 31 09:34:33.638 |
| 5911 | 2026-08-31T09:34:35.454Z | Aug 31 09:34:33.638INFO DEBGadding route 172.17.0.26/32 -> 10.0.0.255 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5912 | 2026-08-31T09:34:35.454Z | |
| 5913 | 2026-08-31T09:34:35.455Z | INFO adding route 172.17.0.39/32 -> 10.0.0.255Aug 31 09:34:33.638 |
| 5914 | 2026-08-31T09:34:35.455Z | INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5915 | 2026-08-31T09:34:35.455Z | Aug 31 09:34:33.638Aug 31 09:34:33.638 DEBGDEBG Aug 31 09:34:33.638Aug 31 09:34:33.638replacing 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.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 } }] |
| 5916 | 2026-08-31T09:34:35.455Z | INFO |
| 5917 | 2026-08-31T09:34:35.455Z | DEBG adding route 172.17.0.17/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 } }] |
| 5918 | 2026-08-31T09:34:35.455Z | |
| 5919 | 2026-08-31T09:34:35.455Z | Aug 31 09:34:33.638 INFO adding route 172.17.0.40/32 -> 10.0.0.255Aug 31 09:34:33.638Aug 31 09:34:33.638 |
| 5920 | 2026-08-31T09:34:35.455Z | INFODEBGAug 31 09:34:33.638 INFOadding route 172.17.0.27/32 -> 10.0.0.255Aug 31 09:34:33.638 |
| 5921 | 2026-08-31T09:34:35.455Z | DEBGadding route 172.17.0.61/32 -> 10.0.0.255 |
| 5922 | 2026-08-31T09:34:35.455Z | 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 } }] |
| 5923 | 2026-08-31T09:34:35.455Z | 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 31 09:34:33.638Aug 31 09:34:33.638 DEBGDEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5924 | 2026-08-31T09:34:35.455Z | |
| 5925 | 2026-08-31T09:34:35.455Z | Aug 31 09:34:33.638 INFO |
| 5926 | 2026-08-31T09:34:35.455Z | Aug 31 09:34:33.638 Aug 31 09:34:33.638INFO adding route 172.17.0.41/32 -> 10.0.0.255 INFO |
| 5927 | 2026-08-31T09:34:35.455Z | adding route 172.17.0.62/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5928 | 2026-08-31T09:34:35.455Z | |
| 5929 | 2026-08-31T09:34:35.455Z | Aug 31 09:34:33.638 DEBGAug 31 09:34:33.638 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 } }] Aug 31 09:34:33.638 |
| 5930 | 2026-08-31T09:34:35.456Z | 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 31 09:34:33.638 |
| 5931 | 2026-08-31T09:34:35.456Z | DEBG Aug 31 09:34:33.638replacing 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 |
| 5932 | 2026-08-31T09:34:35.456Z | INFOadding route 172.17.0.18/32 -> 10.0.0.255Aug 31 09:34:33.638 adding route 172.17.0.42/32 -> 10.0.0.255Aug 31 09:34:33.638 |
| 5933 | 2026-08-31T09:34:35.456Z | INFOINFO adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.63/32 -> 10.0.0.255 |
| 5934 | 2026-08-31T09:34:35.457Z | |
| 5935 | 2026-08-31T09:34:35.457Z | |
| 5936 | 2026-08-31T09:34:35.457Z | Aug 31 09:34:33.638Aug 31 09:34:33.638 DEBGDEBG Aug 31 09:34:33.638Aug 31 09:34:33.638replacing 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.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGDEBG |
| 5937 | 2026-08-31T09:34:35.457Z | |
| 5938 | 2026-08-31T09:34:35.457Z | 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.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 } }] |
| 5939 | 2026-08-31T09:34:35.457Z | |
| 5940 | 2026-08-31T09:34:35.457Z | Aug 31 09:34:33.638Aug 31 09:34:33.638 INFOINFO |
| 5941 | 2026-08-31T09:34:35.457Z | Aug 31 09:34:33.638adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5942 | 2026-08-31T09:34:35.457Z | DEBGadding route 172.17.0.43/32 -> 10.0.0.255 failed to allocate space for the new target list |
| 5943 | 2026-08-31T09:34:35.457Z | |
| 5944 | 2026-08-31T09:34:35.457Z | Aug 31 09:34:33.638 Aug 31 09:34:33.638DEBGAug 31 09:34:33.638 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 |
| 5945 | 2026-08-31T09:34:35.457Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 31 09:34:33.638 |
| 5946 | 2026-08-31T09:34:35.457Z | Aug 31 09:34:33.638Aug 31 09:34:33.638 INFODEBG INFOreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.638 |
| 5947 | 2026-08-31T09:34:35.457Z | adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5948 | 2026-08-31T09:34:35.457Z | DEBG adding route 172.17.0.27/32 -> 10.0.0.255INFOfailed to allocate space for the new target list adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5949 | 2026-08-31T09:34:35.457Z | Aug 31 09:34:33.638 |
| 5950 | 2026-08-31T09:34:35.457Z | |
| 5951 | 2026-08-31T09:34:35.457Z | Aug 31 09:34:33.638INFO DEBGadding route 172.17.0.44/32 -> 10.0.0.255 |
| 5952 | 2026-08-31T09:34:35.457Z | replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5953 | 2026-08-31T09:34:35.457Z | Aug 31 09:34:33.638Aug 31 09:34:33.638Aug 31 09:34:33.638 INFODEBG adding route 172.17.0.32/32 -> 10.0.0.255Aug 31 09:34:33.638replacing 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 } }] |
| 5954 | 2026-08-31T09:34:35.457Z | |
| 5955 | 2026-08-31T09:34:35.457Z | DEBG DEBGAug 31 09:34:33.638 Aug 31 09:34:33.638 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 } }]INFODEBG adding route 172.17.0.45/32 -> 10.0.0.255replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 5956 | 2026-08-31T09:34:35.457Z | |
| 5957 | 2026-08-31T09:34:35.457Z | |
| 5958 | 2026-08-31T09:34:35.457Z | Aug 31 09:34:33.646Aug 31 09:34:33.646 |
| 5959 | 2026-08-31T09:34:35.457Z | INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5960 | 2026-08-31T09:34:35.457Z | Aug 31 09:34:33.646 Aug 31 09:34:33.646Aug 31 09:34:33.646DEBG DEBGINFOreplacing 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 } }] |
| 5961 | 2026-08-31T09:34:35.457Z | replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5962 | 2026-08-31T09:34:35.457Z | |
| 5963 | 2026-08-31T09:34:35.457Z | Aug 31 09:34:33.646Aug 31 09:34:33.646 Aug 31 09:34:33.646INFO INFODEBG adding route 172.17.0.29/32 -> 10.0.0.255replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5964 | 2026-08-31T09:34:35.457Z | |
| 5965 | 2026-08-31T09:34:35.457Z | adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5966 | 2026-08-31T09:34:35.457Z | Aug 31 09:34:33.646Aug 31 09:34:33.646Aug 31 09:34:33.646 DEBGINFO DEBG adding route 172.17.0.34/32 -> 10.0.0.255replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5967 | 2026-08-31T09:34:35.457Z | |
| 5968 | 2026-08-31T09:34:35.457Z | |
| 5969 | 2026-08-31T09:34:35.458Z | Aug 31 09:34:33.646 Aug 31 09:34:33.646DEBG Aug 31 09:34:33.646INFO replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5970 | 2026-08-31T09:34:35.462Z | adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5971 | 2026-08-31T09:34:35.462Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5972 | 2026-08-31T09:34:35.462Z | Aug 31 09:34:33.646 INFO INFOadding route 172.17.0.35/32 -> 10.0.0.255 Aug 31 09:34:33.646adding route 172.17.0.20/32 -> 10.0.0.255Aug 31 09:34:33.646 |
| 5973 | 2026-08-31T09:34:35.462Z | |
| 5974 | 2026-08-31T09:34:35.462Z | DEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5975 | 2026-08-31T09:34:35.462Z | Aug 31 09:34:33.646Aug 31 09:34:33.646replacing 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 } }] |
| 5976 | 2026-08-31T09:34:35.462Z | 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 } }] |
| 5977 | 2026-08-31T09:34:35.463Z | 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 31 09:34:33.646 |
| 5978 | 2026-08-31T09:34:35.463Z | Aug 31 09:34:33.646INFO Aug 31 09:34:33.646 INFOadding route 172.17.0.48/32 -> 10.0.0.255Aug 31 09:34:33.646 |
| 5979 | 2026-08-31T09:34:35.463Z | INFOINFOadding route 172.17.0.31/32 -> 10.0.0.255 adding route 172.17.0.21/32 -> 10.0.0.255 adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5980 | 2026-08-31T09:34:35.463Z | |
| 5981 | 2026-08-31T09:34:35.463Z | |
| 5982 | 2026-08-31T09:34:35.463Z | Aug 31 09:34:33.646 DEBGAug 31 09:34:33.646Aug 31 09:34:33.646 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 } }]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 } }] |
| 5983 | 2026-08-31T09:34:35.463Z | Aug 31 09:34:33.646 |
| 5984 | 2026-08-31T09:34:35.463Z | 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 } }] |
| 5985 | 2026-08-31T09:34:35.463Z | 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 } }] |
| 5986 | 2026-08-31T09:34:35.463Z | Aug 31 09:34:33.646Aug 31 09:34:33.646 Aug 31 09:34:33.646INFO INFOINFO Aug 31 09:34:33.646adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5987 | 2026-08-31T09:34:35.463Z | adding route 172.17.0.37/32 -> 10.0.0.255INFOadding route 172.17.0.49/32 -> 10.0.0.255 |
| 5988 | 2026-08-31T09:34:35.463Z | |
| 5989 | 2026-08-31T09:34:35.463Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5990 | 2026-08-31T09:34:35.463Z | Aug 31 09:34:33.646Aug 31 09:34:33.646 Aug 31 09:34:33.646Aug 31 09:34:33.646DEBGDEBG DEBGreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 |
| 5991 | 2026-08-31T09:34:35.463Z | |
| 5992 | 2026-08-31T09:34:35.463Z | 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.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 } }] |
| 5993 | 2026-08-31T09:34:35.463Z | |
| 5994 | 2026-08-31T09:34:35.463Z | Aug 31 09:34:33.646 INFOAug 31 09:34:33.646 Aug 31 09:34:33.646Aug 31 09:34:33.646 adding route 172.17.0.23/32 -> 10.0.0.255INFOINFO |
| 5995 | 2026-08-31T09:34:35.463Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5996 | 2026-08-31T09:34:35.463Z | INFO Aug 31 09:34:33.646 adding route 172.17.0.33/32 -> 10.0.0.255DEBGadding route 172.17.0.50/32 -> 10.0.0.255 |
| 5997 | 2026-08-31T09:34:35.463Z | 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 } }] |
| 5998 | 2026-08-31T09:34:35.463Z | Aug 31 09:34:33.646 |
| 5999 | 2026-08-31T09:34:35.463Z | DEBG Aug 31 09:34:33.646replacing 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 31 09:34:33.646DEBGAug 31 09:34:33.646 INFO |
| 6000 | 2026-08-31T09:34:35.463Z | 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 |
| 6001 | 2026-08-31T09:34:35.463Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 6002 | 2026-08-31T09:34:35.463Z | 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 } }] |
| 6003 | 2026-08-31T09:34:35.463Z | Aug 31 09:34:33.646 INFOAug 31 09:34:33.646 Aug 31 09:34:33.646Aug 31 09:34:33.646 adding route 172.17.0.34/32 -> 10.0.0.255 |
| 6004 | 2026-08-31T09:34:35.463Z | INFOINFO adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.39/32 -> 10.0.0.255 |
| 6005 | 2026-08-31T09:34:35.463Z | DEBG |
| 6006 | 2026-08-31T09:34:35.463Z | 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 31 09:34:33.646 |
| 6007 | 2026-08-31T09:34:35.463Z | Aug 31 09:34:33.646DEBG DEBG Aug 31 09:34:33.646 Aug 31 09:34:33.646replacing 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 } }] |
| 6008 | 2026-08-31T09:34:35.463Z | 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 } }]INFO |
| 6009 | 2026-08-31T09:34:35.463Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 6010 | 2026-08-31T09:34:35.463Z | Aug 31 09:34:33.646 replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 6011 | 2026-08-31T09:34:35.463Z | Aug 31 09:34:33.646adding route 172.17.0.52/32 -> 10.0.0.255 |
| 6012 | 2026-08-31T09:34:35.463Z | DEBGAug 31 09:34:33.646 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 31 09:34:33.646 |
| 6013 | 2026-08-31T09:34:35.464Z | INFOAug 31 09:34:33.646 DEBG INFOadding route 172.17.0.35/32 -> 10.0.0.255Aug 31 09:34:33.646 |
| 6014 | 2026-08-31T09:34:35.464Z | INFOreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6015 | 2026-08-31T09:34:35.464Z | adding route 172.17.0.26/32 -> 10.0.0.255adding route 172.17.0.40/32 -> 10.0.0.255 |
| 6016 | 2026-08-31T09:34:35.464Z | |
| 6017 | 2026-08-31T09:34:35.464Z | Aug 31 09:34:33.646Aug 31 09:34:33.646 Aug 31 09:34:33.646 INFODEBGAug 31 09:34:33.646 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 } }] |
| 6018 | 2026-08-31T09:34:35.464Z | replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.53/32 -> 10.0.0.255 |
| 6019 | 2026-08-31T09:34:35.464Z | |
| 6020 | 2026-08-31T09:34:35.464Z | DEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.646 |
| 6021 | 2026-08-31T09:34:35.464Z | Aug 31 09:34:33.646INFOAug 31 09:34:33.646 INFODEBG adding route 172.17.0.27/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 } }]Aug 31 09:34:33.646 |
| 6022 | 2026-08-31T09:34:35.464Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 6023 | 2026-08-31T09:34:35.464Z | |
| 6024 | 2026-08-31T09:34:35.464Z | INFOAug 31 09:34:33.646 adding route 172.17.0.41/32 -> 10.0.0.255INFO |
| 6025 | 2026-08-31T09:34:35.464Z | Aug 31 09:34:33.646Aug 31 09:34:33.646 adding route 172.17.0.54/32 -> 10.0.0.255 DEBG DEBGreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6026 | 2026-08-31T09:34:35.464Z | Aug 31 09:34:33.646replacing 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 } }] |
| 6027 | 2026-08-31T09:34:35.464Z | test route::tests::delete_target_fragmented ... ok |
| 6028 | 2026-08-31T09:34:35.464Z | test route::tests::delete_targets_fragmented ... ok |
| 6029 | 2026-08-31T09:34:35.464Z | |
| 6030 | 2026-08-31T09:34:35.464Z | test route::tests::delete_targets_full ... ok |
| 6031 | 2026-08-31T09:34:35.464Z | 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 31 09:34:33.646Aug 31 09:34:33.646 |
| 6032 | 2026-08-31T09:34:35.464Z | 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 31 09:34:33.646INFO |
| 6033 | 2026-08-31T09:34:35.464Z | INFO Aug 31 09:34:33.646adding route 172.17.0.37/32 -> 10.0.0.255 adding route 172.17.0.28/32 -> 10.0.0.255INFO |
| 6034 | 2026-08-31T09:34:35.464Z | |
| 6035 | 2026-08-31T09:34:35.464Z | adding route 172.17.0.42/32 -> 10.0.0.255Aug 31 09:34:33.646 |
| 6036 | 2026-08-31T09:34:35.464Z | Aug 31 09:34:33.646 INFODEBG adding route 172.17.0.55/32 -> 10.0.0.255Aug 31 09:34:33.646 |
| 6037 | 2026-08-31T09:34:35.464Z | Aug 31 09:34:33.646replacing 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 |
| 6038 | 2026-08-31T09:34:35.464Z | DEBGreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 31 09:34:33.646 |
| 6039 | 2026-08-31T09:34:35.464Z | |
| 6040 | 2026-08-31T09:34:35.464Z | Aug 31 09:34:33.646 DEBG INFOreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6041 | 2026-08-31T09:34:35.464Z | Aug 31 09:34:33.646adding route 172.17.0.29/32 -> 10.0.0.255Aug 31 09:34:33.646 |
| 6042 | 2026-08-31T09:34:35.464Z | INFOAug 31 09:34:33.646 INFOadding route 172.17.0.38/32 -> 10.0.0.255INFO Aug 31 09:34:33.646adding route 172.17.0.56/32 -> 10.0.0.255 |
| 6043 | 2026-08-31T09:34:35.464Z | |
| 6044 | 2026-08-31T09:34:35.464Z | adding route 172.17.0.43/32 -> 10.0.0.255DEBG |
| 6045 | 2026-08-31T09:34:35.464Z | 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 31 09:34:33.646 |
| 6046 | 2026-08-31T09:34:35.464Z | Aug 31 09:34:33.646DEBG DEBGreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.646 |
| 6047 | 2026-08-31T09:34:35.464Z | 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 31 09:34:33.646DEBG INFO |
| 6048 | 2026-08-31T09:34:35.464Z | adding route 172.17.0.30/32 -> 10.0.0.255replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6049 | 2026-08-31T09:34:35.464Z | |
| 6050 | 2026-08-31T09:34:35.464Z | Aug 31 09:34:33.646 INFOAug 31 09:34:33.646 Aug 31 09:34:33.646 adding route 172.17.0.57/32 -> 10.0.0.255INFOAug 31 09:34:33.646 adding route 172.17.0.39/32 -> 10.0.0.255 |
| 6051 | 2026-08-31T09:34:35.464Z | INFO |
| 6052 | 2026-08-31T09:34:35.465Z | DEBGadding route 172.17.0.44/32 -> 10.0.0.255 replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6053 | 2026-08-31T09:34:35.465Z | |
| 6054 | 2026-08-31T09:34:35.465Z | Aug 31 09:34:33.646 Aug 31 09:34:33.646Aug 31 09:34:33.646Aug 31 09:34:33.646 DEBG INFODEBG adding route 172.17.0.31/32 -> 10.0.0.255DEBGreplacing 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 } }] |
| 6055 | 2026-08-31T09:34:35.465Z | |
| 6056 | 2026-08-31T09:34:35.465Z | 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.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 } }] |
| 6057 | 2026-08-31T09:34:35.465Z | |
| 6058 | 2026-08-31T09:34:35.465Z | Aug 31 09:34:33.646 Aug 31 09:34:33.646DEBG 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.45/32 -> 10.0.0.255 |
| 6059 | 2026-08-31T09:34:35.465Z | Aug 31 09:34:33.646Aug 31 09:34:33.646 |
| 6060 | 2026-08-31T09:34:35.465Z | INFOINFO adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.40/32 -> 10.0.0.255Aug 31 09:34:33.646 |
| 6061 | 2026-08-31T09:34:35.465Z | Aug 31 09:34:33.646 DEBG |
| 6062 | 2026-08-31T09:34:35.465Z | INFO Aug 31 09:34:33.646replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.32/32 -> 10.0.0.255DEBG |
| 6063 | 2026-08-31T09:34:35.465Z | |
| 6064 | 2026-08-31T09:34:35.465Z | 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 } }] |
| 6065 | 2026-08-31T09:34:35.465Z | Aug 31 09:34:33.646 DEBG Aug 31 09:34:33.646replacing 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 31 09:34:33.646 |
| 6066 | 2026-08-31T09:34:35.465Z | DEBGINFO replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.646 |
| 6067 | 2026-08-31T09:34:35.466Z | adding route 172.17.0.59/32 -> 10.0.0.255Aug 31 09:34:33.646 |
| 6068 | 2026-08-31T09:34:35.466Z | INFO adding route 172.17.0.41/32 -> 10.0.0.255Aug 31 09:34:33.646 |
| 6069 | 2026-08-31T09:34:35.466Z | INFO INFO adding route 172.17.0.33/32 -> 10.0.0.255adding route 172.17.0.46/32 -> 10.0.0.255 |
| 6070 | 2026-08-31T09:34:35.469Z | |
| 6071 | 2026-08-31T09:34:35.469Z | Aug 31 09:34:33.646Aug 31 09:34:33.646 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 31 09:34:33.646DEBG |
| 6072 | 2026-08-31T09:34:35.469Z | 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 } }] |
| 6073 | 2026-08-31T09:34:35.470Z | 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 31 09:34:33.646 |
| 6074 | 2026-08-31T09:34:35.470Z | DEBGAug 31 09:34:33.646 Aug 31 09:34:33.646INFO Aug 31 09:34:33.646adding route 172.17.0.42/32 -> 10.0.0.255 |
| 6075 | 2026-08-31T09:34:35.470Z | INFOINFO adding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6076 | 2026-08-31T09:34:35.470Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 6077 | 2026-08-31T09:34:35.470Z | |
| 6078 | 2026-08-31T09:34:35.470Z | Aug 31 09:34:33.646 DEBGAug 31 09:34:33.646 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 31 09:34:33.646 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 } }]DEBG |
| 6079 | 2026-08-31T09:34:35.470Z | 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 } }] |
| 6080 | 2026-08-31T09:34:35.470Z | Aug 31 09:34:33.656 |
| 6081 | 2026-08-31T09:34:35.470Z | Aug 31 09:34:33.656 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 6082 | 2026-08-31T09:34:35.470Z | Aug 31 09:34:33.656 INFO adding route 172.17.0.43/32 -> 10.0.0.255Aug 31 09:34:33.656 |
| 6083 | 2026-08-31T09:34:35.470Z | DEBG 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 } }] Aug 31 09:34:33.656failed to allocate space for the new target list |
| 6084 | 2026-08-31T09:34:35.470Z | 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 } }] |
| 6085 | 2026-08-31T09:34:35.470Z | Aug 31 09:34:33.656 INFOAug 31 09:34:33.656 INFOadding route 172.17.0.36/32 -> 10.0.0.255 |
| 6086 | 2026-08-31T09:34:35.470Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 6087 | 2026-08-31T09:34:35.471Z | Aug 31 09:34:33.656Aug 31 09:34:33.656 DEBGDEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 6088 | 2026-08-31T09:34:35.471Z | |
| 6089 | 2026-08-31T09:34:35.471Z | |
| 6090 | 2026-08-31T09:34:35.471Z | Aug 31 09:34:33.656Aug 31 09:34:33.656 INFOINFO adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255 |
| 6091 | 2026-08-31T09:34:35.471Z | Aug 31 09:34:33.656 |
| 6092 | 2026-08-31T09:34:35.471Z | 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 31 09:34:33.656 |
| 6093 | 2026-08-31T09:34:35.471Z | DEBG Aug 31 09:34:33.656replacing 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 } }] |
| 6094 | 2026-08-31T09:34:35.471Z | 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 } }] |
| 6095 | 2026-08-31T09:34:35.471Z | Aug 31 09:34:33.656Aug 31 09:34:33.656 INFOINFO adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.38/32 -> 10.0.0.255 |
| 6096 | 2026-08-31T09:34:35.471Z | |
| 6097 | 2026-08-31T09:34:35.471Z | Aug 31 09:34:33.656 Aug 31 09:34:33.656DEBG DEBGreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6098 | 2026-08-31T09:34:35.471Z | 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 } }] |
| 6099 | 2026-08-31T09:34:35.471Z | Aug 31 09:34:33.656Aug 31 09:34:33.656 INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255Aug 31 09:34:33.656 |
| 6100 | 2026-08-31T09:34:35.471Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 6101 | 2026-08-31T09:34:35.471Z | INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 6102 | 2026-08-31T09:34:35.471Z | Aug 31 09:34:33.656Aug 31 09:34:33.656 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 } }]Aug 31 09:34:33.656replacing 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 } }] |
| 6103 | 2026-08-31T09:34:35.472Z | DEBG |
| 6104 | 2026-08-31T09:34:35.472Z | 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 } }] |
| 6105 | 2026-08-31T09:34:35.472Z | Aug 31 09:34:33.656 Aug 31 09:34:33.656INFOAug 31 09:34:33.656 adding route 172.17.0.40/32 -> 10.0.0.255 INFO |
| 6106 | 2026-08-31T09:34:35.472Z | INFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255 |
| 6107 | 2026-08-31T09:34:35.472Z | |
| 6108 | 2026-08-31T09:34:35.472Z | Aug 31 09:34:33.656 DEBG Aug 31 09:34:33.656replacing 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 31 09:34:33.656DEBG |
| 6109 | 2026-08-31T09:34:35.472Z | DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 6110 | 2026-08-31T09:34:35.472Z | |
| 6111 | 2026-08-31T09:34:35.472Z | Aug 31 09:34:33.656 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 6112 | 2026-08-31T09:34:35.472Z | Aug 31 09:34:33.656Aug 31 09:34:33.656 Aug 31 09:34:33.656INFOINFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.49/32 -> 10.0.0.255DEBG |
| 6113 | 2026-08-31T09:34:35.472Z | |
| 6114 | 2026-08-31T09:34:35.472Z | replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6115 | 2026-08-31T09:34:35.472Z | Aug 31 09:34:33.656 Aug 31 09:34:33.656DEBGAug 31 09:34:33.656 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 |
| 6116 | 2026-08-31T09:34:35.472Z | DEBG adding route 172.17.0.42/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 } }] |
| 6117 | 2026-08-31T09:34:35.472Z | |
| 6118 | 2026-08-31T09:34:35.473Z | Aug 31 09:34:33.656 INFOAug 31 09:34:33.656Aug 31 09:34:33.656 DEBG INFOadding route 172.17.0.50/32 -> 10.0.0.255replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6119 | 2026-08-31T09:34:35.473Z | |
| 6120 | 2026-08-31T09:34:35.473Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 6121 | 2026-08-31T09:34:35.473Z | Aug 31 09:34:33.656 Aug 31 09:34:33.656Aug 31 09:34:33.656 INFO DEBGDEBG adding route 172.17.0.43/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 } }]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 } }] |
| 6122 | 2026-08-31T09:34:35.473Z | |
| 6123 | 2026-08-31T09:34:35.473Z | |
| 6124 | 2026-08-31T09:34:35.473Z | Aug 31 09:34:33.656Aug 31 09:34:33.656 Aug 31 09:34:33.656INFO DEBGINFO adding route 172.17.0.51/32 -> 10.0.0.255replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6125 | 2026-08-31T09:34:35.473Z | adding route 172.17.0.51/32 -> 10.0.0.255 |
| 6126 | 2026-08-31T09:34:35.473Z | |
| 6127 | 2026-08-31T09:34:35.473Z | test route::tests::delete_target_full ... ok |
| 6128 | 2026-08-31T09:34:35.473Z | Aug 31 09:34:33.656 Aug 31 09:34:33.656Aug 31 09:34:33.656DEBG INFODEBGreplacing 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 } }] |
| 6129 | 2026-08-31T09:34:35.473Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 6130 | 2026-08-31T09:34:35.473Z | |
| 6131 | 2026-08-31T09:34:35.473Z | 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 } }] |
| 6132 | 2026-08-31T09:34:35.473Z | test result: ok. 93 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s |
| 6133 | 2026-08-31T09:34:35.473Z | Aug 31 09:34:33.656 Aug 31 09:34:33.656INFO DEBGadding route 172.17.0.52/32 -> 10.0.0.255 |
| 6134 | 2026-08-31T09:34:35.473Z | |
| 6135 | 2026-08-31T09:34:35.473Z | 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 31 09:34:33.656 |
| 6136 | 2026-08-31T09:34:35.473Z | INFO Aug 31 09:34:33.656adding route 172.17.0.52/32 -> 10.0.0.255 Aug 31 09:34:33.656DEBG |
| 6137 | 2026-08-31T09:34:35.473Z | INFOreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.45/32 -> 10.0.0.255 |
| 6138 | 2026-08-31T09:34:35.473Z | |
| 6139 | 2026-08-31T09:34:35.473Z | Aug 31 09:34:33.656 DEBGAug 31 09:34:33.656 Aug 31 09:34:33.656replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 6140 | 2026-08-31T09:34:35.473Z | replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 6141 | 2026-08-31T09:34:35.473Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 6142 | 2026-08-31T09:34:35.473Z | Aug 31 09:34:33.656 Aug 31 09:34:33.656INFO INFOAug 31 09:34:33.656 adding route 172.17.0.53/32 -> 10.0.0.255adding route 172.17.0.46/32 -> 10.0.0.255 |
| 6143 | 2026-08-31T09:34:35.473Z | |
| 6144 | 2026-08-31T09:34:35.473Z | 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 } }] |
| 6145 | 2026-08-31T09:34:35.473Z | Aug 31 09:34:33.656Aug 31 09:34:33.656 Aug 31 09:34:33.656 DEBG DEBGreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO 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 } }] |
| 6146 | 2026-08-31T09:34:35.473Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 6147 | 2026-08-31T09:34:35.473Z | |
| 6148 | 2026-08-31T09:34:35.473Z | Aug 31 09:34:33.656Aug 31 09:34:33.656Aug 31 09:34:33.656 INFODEBG adding route 172.17.0.47/32 -> 10.0.0.255INFO |
| 6149 | 2026-08-31T09:34:35.473Z | adding route 172.17.0.54/32 -> 10.0.0.255replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6150 | 2026-08-31T09:34:35.473Z | |
| 6151 | 2026-08-31T09:34:35.473Z | Aug 31 09:34:33.656 Aug 31 09:34:33.656DEBG Aug 31 09:34:33.656INFO 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 } }] |
| 6152 | 2026-08-31T09:34:35.473Z | adding route 172.17.0.55/32 -> 10.0.0.255DEBG |
| 6153 | 2026-08-31T09:34:35.474Z | 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 } }] |
| 6154 | 2026-08-31T09:34:35.474Z | Aug 31 09:34:33.656 Aug 31 09:34:33.656INFO Aug 31 09:34:33.656 DEBGadding route 172.17.0.48/32 -> 10.0.0.255 |
| 6155 | 2026-08-31T09:34:35.474Z | 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 } }] |
| 6156 | 2026-08-31T09:34:35.474Z | adding route 172.17.0.55/32 -> 10.0.0.255Aug 31 09:34:33.656 |
| 6157 | 2026-08-31T09:34:35.474Z | DEBG Aug 31 09:34:33.656replacing 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 31 09:34:33.656 |
| 6158 | 2026-08-31T09:34:35.474Z | INFO adding route 172.17.0.56/32 -> 10.0.0.255DEBG |
| 6159 | 2026-08-31T09:34:35.474Z | Aug 31 09:34:33.656replacing 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 } }] |
| 6160 | 2026-08-31T09:34:35.474Z | INFO Aug 31 09:34:33.656adding route 172.17.0.49/32 -> 10.0.0.255 |
| 6161 | 2026-08-31T09:34:35.474Z | DEBG Aug 31 09:34:33.656replacing 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 } }] |
| 6162 | 2026-08-31T09:34:35.474Z | INFOAug 31 09:34:33.656 DEBGadding route 172.17.0.56/32 -> 10.0.0.255 |
| 6163 | 2026-08-31T09:34:35.474Z | Aug 31 09:34:33.656 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 |
| 6164 | 2026-08-31T09:34:35.474Z | Aug 31 09:34:33.656adding route 172.17.0.57/32 -> 10.0.0.255 |
| 6165 | 2026-08-31T09:34:35.474Z | DEBG Aug 31 09:34:33.656replacing 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 31 09:34:33.656 |
| 6166 | 2026-08-31T09:34:35.474Z | INFO DEBG adding route 172.17.0.50/32 -> 10.0.0.255replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6167 | 2026-08-31T09:34:35.474Z | Aug 31 09:34:33.656 |
| 6168 | 2026-08-31T09:34:35.474Z | INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 6169 | 2026-08-31T09:34:35.474Z | Aug 31 09:34:33.656 Aug 31 09:34:33.656DEBG Aug 31 09:34:33.656INFO adding route 172.17.0.58/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 } }]DEBG |
| 6170 | 2026-08-31T09:34:35.478Z | |
| 6171 | 2026-08-31T09:34:35.478Z | 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 } }] |
| 6172 | 2026-08-31T09:34:35.478Z | Aug 31 09:34:33.656Aug 31 09:34:33.656 Aug 31 09:34:33.656 INFODEBG adding route 172.17.0.51/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 } }] |
| 6173 | 2026-08-31T09:34:35.478Z | |
| 6174 | 2026-08-31T09:34:35.478Z | INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 6175 | 2026-08-31T09:34:35.478Z | Aug 31 09:34:33.656Aug 31 09:34:33.656 INFODEBG adding route 172.17.0.59/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 } }] |
| 6176 | 2026-08-31T09:34:35.478Z | Aug 31 09:34:33.656 |
| 6177 | 2026-08-31T09:34:35.478Z | DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:34:33.656Aug 31 09:34:33.656 |
| 6178 | 2026-08-31T09:34:35.478Z | DEBG 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.52/32 -> 10.0.0.255 |
| 6179 | 2026-08-31T09:34:35.478Z | |
| 6180 | 2026-08-31T09:34:35.478Z | Aug 31 09:34:33.656 INFO adding route 172.17.0.59/32 -> 10.0.0.255Aug 31 09:34:33.656 |
| 6181 | 2026-08-31T09:34:35.478Z | Aug 31 09:34:33.656INFO DEBGadding route 172.17.0.60/32 -> 10.0.0.255 |
| 6182 | 2026-08-31T09:34:35.478Z | 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 31 09:34:33.656 |
| 6183 | 2026-08-31T09:34:35.478Z | DEBGAug 31 09:34:33.656 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 } }]DEBGAug 31 09:34:33.656 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 } }] |
| 6184 | 2026-08-31T09:34:35.478Z | INFO |
| 6185 | 2026-08-31T09:34:35.478Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 6186 | 2026-08-31T09:34:35.478Z | Aug 31 09:34:33.656 Aug 31 09:34:33.656INFOAug 31 09:34:33.656 adding route 172.17.0.60/32 -> 10.0.0.255 DEBGDEBG |
| 6187 | 2026-08-31T09:34:35.478Z | failed to allocate space for the new target list |
| 6188 | 2026-08-31T09:34:35.478Z | 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 } }] |
| 6189 | 2026-08-31T09:34:35.478Z | Aug 31 09:34:33.656 DEBGAug 31 09:34:33.656 Aug 31 09:34:33.656DEBGreplacing 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 } }] |
| 6190 | 2026-08-31T09:34:35.478Z | INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] adding route 172.17.0.54/32 -> 10.0.0.255 |
| 6191 | 2026-08-31T09:34:35.478Z | |
| 6192 | 2026-08-31T09:34:35.478Z | Aug 31 09:34:33.656 DEBG Aug 31 09:34:33.656failed to allocate space for the new target list |
| 6193 | 2026-08-31T09:34:35.478Z | 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 } }] |
| 6194 | 2026-08-31T09:34:35.478Z | Aug 31 09:34:33.656 DEBG Aug 31 09:34:33.656replacing targets for 172.16.0.0/32 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 } }] |
| 6195 | 2026-08-31T09:34:35.478Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 6196 | 2026-08-31T09:34:35.478Z | Aug 31 09:34:33.656 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 } }] |
| 6197 | 2026-08-31T09:34:35.478Z | Aug 31 09:34:33.656 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 6198 | 2026-08-31T09:34:35.478Z | Aug 31 09:34:33.665 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 } }] |
| 6199 | 2026-08-31T09:34:35.478Z | Aug 31 09:34:33.665 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 6200 | 2026-08-31T09:34:35.478Z | Aug 31 09:34:33.665 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 } }] |
| 6201 | 2026-08-31T09:34:35.478Z | Aug 31 09:34:33.665 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 6202 | 2026-08-31T09:34:35.478Z | Aug 31 09:34:33.665 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 } }] |
| 6203 | 2026-08-31T09:34:35.478Z | Aug 31 09:34:33.665 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 6204 | 2026-08-31T09:34:35.478Z | Aug 31 09:34:33.665 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 } }] |
| 6205 | 2026-08-31T09:34:35.478Z | Aug 31 09:34:33.665 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 6206 | 2026-08-31T09:34:35.478Z | Aug 31 09:34:33.665 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 } }] |
| 6207 | 2026-08-31T09:34:35.478Z | Aug 31 09:34:33.665 INFO adding route 172.17.0.61/32 -> 10.0.0.255 |
| 6208 | 2026-08-31T09:34:35.478Z | Aug 31 09:34:33.665 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 } }] |
| 6209 | 2026-08-31T09:34:35.479Z | Aug 31 09:34:33.665 INFO adding route 172.17.0.62/32 -> 10.0.0.255 |
| 6210 | 2026-08-31T09:34:35.479Z | Aug 31 09:34:33.665 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 } }] |
| 6211 | 2026-08-31T09:34:35.479Z | Aug 31 09:34:33.665 DEBG failed to allocate space for the new target list |
| 6212 | 2026-08-31T09:34:35.479Z | Aug 31 09:34:33.665 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 } }] |
| 6213 | 2026-08-31T09:34:35.479Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-325716cae2a3204c) |
| 6214 | 2026-08-31T09:34:35.480Z | |
| 6215 | 2026-08-31T09:34:35.480Z | running 0 tests |
| 6216 | 2026-08-31T09:34:35.480Z | |
| 6217 | 2026-08-31T09:34:35.480Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6218 | 2026-08-31T09:34:35.480Z | |
| 6219 | 2026-08-31T09:34:35.480Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-fa23ae87171c0e6c) |
| 6220 | 2026-08-31T09:34:35.480Z | |
| 6221 | 2026-08-31T09:34:35.480Z | running 0 tests |
| 6222 | 2026-08-31T09:34:35.480Z | |
| 6223 | 2026-08-31T09:34:35.480Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6224 | 2026-08-31T09:34:35.480Z | |
| 6225 | 2026-08-31T09:34:35.480Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-8e5ff8e1b2b25bf7) |
| 6226 | 2026-08-31T09:34:35.489Z | |
| 6227 | 2026-08-31T09:34:35.489Z | running 6 tests |
| 6228 | 2026-08-31T09:34:35.493Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 6229 | 2026-08-31T09:34:35.493Z | test tests::test_full_lot_id_lot_only ... ok |
| 6230 | 2026-08-31T09:34:35.493Z | test tests::test_full_lot_id_both_present ... ok |
| 6231 | 2026-08-31T09:34:35.496Z | test tests::test_full_lot_id_neither_present ... ok |
| 6232 | 2026-08-31T09:34:35.496Z | test tests::test_parse_client_port_id ... ok |
| 6233 | 2026-08-31T09:34:35.496Z | test tests::test_port_id_cmp ... ok |
| 6234 | 2026-08-31T09:34:35.496Z | |
| 6235 | 2026-08-31T09:34:35.496Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6236 | 2026-08-31T09:34:35.496Z | |
| 6237 | 2026-08-31T09:34:35.496Z | Running tests/test_all.rs (target/debug/deps/test_all-ce2b335441cbe6a6) |
| 6238 | 2026-08-31T09:34:35.500Z | |
| 6239 | 2026-08-31T09:34:35.501Z | running 0 tests |
| 6240 | 2026-08-31T09:34:35.501Z | |
| 6241 | 2026-08-31T09:34:35.503Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6242 | 2026-08-31T09:34:35.504Z | |
| 6243 | 2026-08-31T09:34:35.504Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-ed37b26184b79f12) |
| 6244 | 2026-08-31T09:34:35.507Z | |
| 6245 | 2026-08-31T09:34:35.507Z | running 0 tests |
| 6246 | 2026-08-31T09:34:35.507Z | |
| 6247 | 2026-08-31T09:34:35.507Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6248 | 2026-08-31T09:34:35.507Z | |
| 6249 | 2026-08-31T09:34:35.507Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-7853858750136f1c) |
| 6250 | 2026-08-31T09:34:35.526Z | |
| 6251 | 2026-08-31T09:34:35.526Z | running 15 tests |
| 6252 | 2026-08-31T09:34:35.529Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 6253 | 2026-08-31T09:34:35.529Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 6254 | 2026-08-31T09:34:35.529Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 6255 | 2026-08-31T09:34:35.529Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 6256 | 2026-08-31T09:34:35.529Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 6257 | 2026-08-31T09:34:35.529Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 6258 | 2026-08-31T09:34:35.529Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 6259 | 2026-08-31T09:34:35.529Z | test v1::network::tests::test_equal ... ok |
| 6260 | 2026-08-31T09:34:35.529Z | test v1::network::tests::test_eui64 ... ok |
| 6261 | 2026-08-31T09:34:35.529Z | test v1::network::tests::test_into ... ok |
| 6262 | 2026-08-31T09:34:35.529Z | test v1::network::tests::test_not_equal ... ok |
| 6263 | 2026-08-31T09:34:35.529Z | test v1::network::tests::test_parse ... ok |
| 6264 | 2026-08-31T09:34:35.529Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 6265 | 2026-08-31T09:34:35.529Z | test v1::network::tests::test_to_string ... ok |
| 6266 | 2026-08-31T09:34:35.529Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 6267 | 2026-08-31T09:34:35.529Z | |
| 6268 | 2026-08-31T09:34:35.530Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6269 | 2026-08-31T09:34:35.530Z | |
| 6270 | 2026-08-31T09:34:35.533Z | Running unittests src/lib.rs (target/debug/deps/packet-70f64866bc83a47d) |
| 6271 | 2026-08-31T09:34:35.554Z | |
| 6272 | 2026-08-31T09:34:35.554Z | running 12 tests |
| 6273 | 2026-08-31T09:34:35.557Z | test ipv6::test_ipv6_parse ... ok |
| 6274 | 2026-08-31T09:34:35.557Z | test icmp::test_v6_checksum ... ok |
| 6275 | 2026-08-31T09:34:35.557Z | test icmp::test_v4_checksum ... ok |
| 6276 | 2026-08-31T09:34:35.557Z | test pbuf::test_byte ... ok |
| 6277 | 2026-08-31T09:34:35.557Z | test pbuf::test_overflow ... ok |
| 6278 | 2026-08-31T09:34:35.557Z | test pbuf::test_nibble ... ok |
| 6279 | 2026-08-31T09:34:35.557Z | test lldp::test_lldp_parse ... ok |
| 6280 | 2026-08-31T09:34:35.557Z | test pbuf::test_short ... ok |
| 6281 | 2026-08-31T09:34:35.557Z | test pbuf::test_twelve ... ok |
| 6282 | 2026-08-31T09:34:35.557Z | test pbuf::test_word ... ok |
| 6283 | 2026-08-31T09:34:35.558Z | test tcp::test_checksum_ack_data ... ok |
| 6284 | 2026-08-31T09:34:35.558Z | test tcp::test_checksum_syn_nodata ... ok |
| 6285 | 2026-08-31T09:34:35.558Z | |
| 6286 | 2026-08-31T09:34:35.558Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6287 | 2026-08-31T09:34:35.558Z | |
| 6288 | 2026-08-31T09:34:35.561Z | Running unittests src/lib.rs (target/debug/deps/pcap-41e387a547ec26ce) |
| 6289 | 2026-08-31T09:34:35.564Z | |
| 6290 | 2026-08-31T09:34:35.564Z | running 0 tests |
| 6291 | 2026-08-31T09:34:35.564Z | |
| 6292 | 2026-08-31T09:34:35.567Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6293 | 2026-08-31T09:34:35.567Z | |
| 6294 | 2026-08-31T09:34:35.567Z | Running unittests src/main.rs (target/debug/deps/swadm-b9bbcd1df1d4b64c) |
| 6295 | 2026-08-31T09:34:35.589Z | |
| 6296 | 2026-08-31T09:34:35.589Z | running 5 tests |
| 6297 | 2026-08-31T09:34:35.593Z | test switchport::test::test_compute_lanes ... ok |
| 6298 | 2026-08-31T09:34:35.596Z | test link::test_filter ... ok |
| 6299 | 2026-08-31T09:34:35.596Z | test switchport::test::port_id_ordering ... ok |
| 6300 | 2026-08-31T09:34:35.599Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 6301 | 2026-08-31T09:34:35.599Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 6302 | 2026-08-31T09:34:35.600Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 6303 | 2026-08-31T09:34:35.600Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 6304 | 2026-08-31T09:34:35.600Z | Lane 0 Tx Enabled: Yes Yes Yes YesLane 1 |
| 6305 | 2026-08-31T09:34:35.600Z | Tx Loss-of-lock: NoLane 2 No Lane 3No |
| 6306 | 2026-08-31T09:34:35.600Z | No |
| 6307 | 2026-08-31T09:34:35.600Z | State: Activated Tx Loss-of-signal: No ActivatedNo Activated NoActivated |
| 6308 | 2026-08-31T09:34:35.600Z | No |
| 6309 | 2026-08-31T09:34:35.600Z | Rx Output Enabled: false Tx CDR Enabled: No falseNo false Nofalse |
| 6310 | 2026-08-31T09:34:35.600Z | No Rx Output Status: valid |
| 6311 | 2026-08-31T09:34:35.600Z | Tx Adaptive EQ Fault: No No valid Novalid Novalid |
| 6312 | 2026-08-31T09:34:35.600Z | |
| 6313 | 2026-08-31T09:34:35.600Z | Tx Fault: Yes Rx Loss-of-lock: true Yestrue Yestrue Yes |
| 6314 | 2026-08-31T09:34:35.600Z | true |
| 6315 | 2026-08-31T09:34:35.600Z | Rx Loss-of-signal: false false false false |
| 6316 | 2026-08-31T09:34:35.600Z | Rx Auto-squelch Disable: true true true true |
| 6317 | 2026-08-31T09:34:35.601Z | Tx Output Enabled: true true true true |
| 6318 | 2026-08-31T09:34:35.601Z | Tx Output Status: invalid invalid invalid invalid |
| 6319 | 2026-08-31T09:34:35.601Z | Tx Loss-of-lock: false false false false |
| 6320 | 2026-08-31T09:34:35.601Z | Tx Loss-of-signal: true true true true |
| 6321 | 2026-08-31T09:34:35.601Z | Tx Auto-squelch Disable: false false false false |
| 6322 | 2026-08-31T09:34:35.601Z | Tx Adaptive EQ Fail: true true true true |
| 6323 | 2026-08-31T09:34:35.601Z | Tx Failure: false false false false |
| 6324 | 2026-08-31T09:34:35.601Z | Tx Force Squelch: true true true true |
| 6325 | 2026-08-31T09:34:35.601Z | Tx Input Polarity: normal normal normal normal |
| 6326 | 2026-08-31T09:34:35.601Z | test switchport::test::test_print_cmis_datapath ... ok |
| 6327 | 2026-08-31T09:34:35.601Z | test switchport::test::test_print_sff_datapath ... ok |
| 6328 | 2026-08-31T09:34:35.601Z | |
| 6329 | 2026-08-31T09:34:35.601Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 6330 | 2026-08-31T09:34:35.601Z | |
| 6331 | 2026-08-31T09:34:35.604Z | Running tests/counters.rs (target/debug/deps/counters-9a3971d5e12c66dd) |
| 6332 | 2026-08-31T09:34:35.607Z | |
| 6333 | 2026-08-31T09:34:35.607Z | running 1 test |
| 6334 | 2026-08-31T09:34:35.607Z | test test_p4_counter_list ... ignored |
| 6335 | 2026-08-31T09:34:35.607Z | |
| 6336 | 2026-08-31T09:34:35.607Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6337 | 2026-08-31T09:34:35.607Z | |
| 6338 | 2026-08-31T09:34:35.607Z | Running tests/multicast.rs (target/debug/deps/multicast-019ec48069e8cdf7) |
| 6339 | 2026-08-31T09:34:35.632Z | |
| 6340 | 2026-08-31T09:34:35.632Z | running 1 test |
| 6341 | 2026-08-31T09:34:35.632Z | test test_multicast_list_and_get ... ignored |
| 6342 | 2026-08-31T09:34:35.632Z | |
| 6343 | 2026-08-31T09:34:35.635Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6344 | 2026-08-31T09:34:35.635Z | |
| 6345 | 2026-08-31T09:34:35.635Z | Running tests/port-link.rs (target/debug/deps/port_link-5e078dc1d2752621) |
| 6346 | 2026-08-31T09:34:35.640Z | |
| 6347 | 2026-08-31T09:34:35.640Z | running 5 tests |
| 6348 | 2026-08-31T09:34:35.643Z | test test_an ... ignored |
| 6349 | 2026-08-31T09:34:35.643Z | test test_enable ... ignored |
| 6350 | 2026-08-31T09:34:35.643Z | test test_ip_addresses ... ignored |
| 6351 | 2026-08-31T09:34:35.643Z | test test_kr ... ignored |
| 6352 | 2026-08-31T09:34:35.643Z | test test_mac ... ignored |
| 6353 | 2026-08-31T09:34:35.643Z | |
| 6354 | 2026-08-31T09:34:35.643Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6355 | 2026-08-31T09:34:35.643Z | |
| 6356 | 2026-08-31T09:34:35.643Z | Running unittests src/main.rs (target/debug/deps/tfportd-cd236ee7391c5be3) |
| 6357 | 2026-08-31T09:34:35.647Z | |
| 6358 | 2026-08-31T09:34:35.647Z | running 3 tests |
| 6359 | 2026-08-31T09:34:35.650Z | test linklocal::test_parse_ipadm ... ok |
| 6360 | 2026-08-31T09:34:35.650Z | test tfport::test_parse_tfport ... ok |
| 6361 | 2026-08-31T09:34:35.650Z | test config::tests::test_updates ... ok |
| 6362 | 2026-08-31T09:34:35.650Z | |
| 6363 | 2026-08-31T09:34:35.650Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6364 | 2026-08-31T09:34:35.650Z | |
| 6365 | 2026-08-31T09:34:35.650Z | Running unittests src/main.rs (target/debug/deps/uplinkd-fb5fc93a9a5bf02f) |
| 6366 | 2026-08-31T09:34:35.655Z | |
| 6367 | 2026-08-31T09:34:35.655Z | running 0 tests |
| 6368 | 2026-08-31T09:34:35.655Z | |
| 6369 | 2026-08-31T09:34:35.658Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6370 | 2026-08-31T09:34:35.658Z | |
| 6371 | 2026-08-31T09:34:35.658Z | Running unittests src/main.rs (target/debug/deps/xtask-f5a499dc9718e2e8) |
| 6372 | 2026-08-31T09:34:35.669Z | |
| 6373 | 2026-08-31T09:34:35.669Z | running 0 tests |
| 6374 | 2026-08-31T09:34:35.669Z | |
| 6375 | 2026-08-31T09:34:35.672Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6376 | 2026-08-31T09:34:35.672Z | |
| 6377 | 2026-08-31T09:34:35.672Z | Doc-tests aal |
| 6378 | 2026-08-31T09:34:35.969Z | |
| 6379 | 2026-08-31T09:34:35.969Z | running 0 tests |
| 6380 | 2026-08-31T09:34:35.970Z | |
| 6381 | 2026-08-31T09:34:35.973Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6382 | 2026-08-31T09:34:35.973Z | |
| 6383 | 2026-08-31T09:34:35.993Z | Doc-tests aal_macros |
| 6384 | 2026-08-31T09:34:36.056Z | |
| 6385 | 2026-08-31T09:34:36.057Z | running 0 tests |
| 6386 | 2026-08-31T09:34:36.057Z | |
| 6387 | 2026-08-31T09:34:36.057Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6388 | 2026-08-31T09:34:36.057Z | |
| 6389 | 2026-08-31T09:34:36.065Z | Doc-tests common |
| 6390 | 2026-08-31T09:34:36.292Z | |
| 6391 | 2026-08-31T09:34:36.292Z | running 0 tests |
| 6392 | 2026-08-31T09:34:36.292Z | |
| 6393 | 2026-08-31T09:34:36.292Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6394 | 2026-08-31T09:34:36.292Z | |
| 6395 | 2026-08-31T09:34:36.316Z | Doc-tests dpd_api |
| 6396 | 2026-08-31T09:34:36.939Z | |
| 6397 | 2026-08-31T09:34:36.939Z | running 2 tests |
| 6398 | 2026-08-31T09:34:36.939Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 6399 | 2026-08-31T09:34:36.939Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 6400 | 2026-08-31T09:34:36.939Z | |
| 6401 | 2026-08-31T09:34:36.939Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6402 | 2026-08-31T09:34:36.939Z | |
| 6403 | 2026-08-31T09:34:36.942Z | all doctests ran in 0.34s; merged doctests compilation took 0.34s |
| 6404 | 2026-08-31T09:34:36.965Z | Doc-tests dpd_client |
| 6405 | 2026-08-31T09:34:38.416Z | |
| 6406 | 2026-08-31T09:34:38.417Z | running 0 tests |
| 6407 | 2026-08-31T09:34:38.417Z | |
| 6408 | 2026-08-31T09:34:38.417Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6409 | 2026-08-31T09:34:38.417Z | |
| 6410 | 2026-08-31T09:34:38.473Z | Doc-tests dpd_types |
| 6411 | 2026-08-31T09:34:38.640Z | |
| 6412 | 2026-08-31T09:34:38.640Z | running 0 tests |
| 6413 | 2026-08-31T09:34:38.640Z | |
| 6414 | 2026-08-31T09:34:38.640Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6415 | 2026-08-31T09:34:38.640Z | |
| 6416 | 2026-08-31T09:34:38.662Z | Doc-tests dpd_types_versions |
| 6417 | 2026-08-31T09:34:40.170Z | |
| 6418 | 2026-08-31T09:34:40.170Z | running 1 test |
| 6419 | 2026-08-31T09:34:40.170Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 6420 | 2026-08-31T09:34:40.171Z | |
| 6421 | 2026-08-31T09:34:40.171Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6422 | 2026-08-31T09:34:40.171Z | |
| 6423 | 2026-08-31T09:34:40.175Z | all doctests ran in 0.34s; merged doctests compilation took 0.34s |
| 6424 | 2026-08-31T09:34:40.175Z | Doc-tests packet |
| 6425 | 2026-08-31T09:34:40.268Z | |
| 6426 | 2026-08-31T09:34:40.268Z | running 0 tests |
| 6427 | 2026-08-31T09:34:40.268Z | |
| 6428 | 2026-08-31T09:34:40.268Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6429 | 2026-08-31T09:34:40.268Z | |
| 6430 | 2026-08-31T09:34:40.292Z | Doc-tests pcap |
| 6431 | 2026-08-31T09:34:40.337Z | |
| 6432 | 2026-08-31T09:34:40.337Z | running 0 tests |
| 6433 | 2026-08-31T09:34:40.337Z | |
| 6434 | 2026-08-31T09:34:40.337Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6435 | 2026-08-31T09:34:40.337Z | |
| 6436 | 2026-08-31T09:34:40.401Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 6437 | 2026-08-31T09:34:40.401Z | + RUST_BACKTRACE=full |
| 6438 | 2026-08-31T09:34:40.401Z | + cargo test --features softnpu --no-fail-fast |
| 6439 | 2026-08-31T09:34:41.435Z | Compiling typify-impl v0.4.3 |
| 6440 | 2026-08-31T09:34:41.439Z | Compiling goblin v0.10.1 |
| 6441 | 2026-08-31T09:34:41.590Z | Compiling log v0.4.29 |
| 6442 | 2026-08-31T09:34:41.612Z | Compiling const-oid v0.9.6 |
| 6443 | 2026-08-31T09:34:41.689Z | Compiling serde_with v3.22.0 |
| 6444 | 2026-08-31T09:34:41.715Z | Compiling der_derive v0.7.3 |
| 6445 | 2026-08-31T09:34:41.794Z | Compiling rustls v0.23.40 |
| 6446 | 2026-08-31T09:34:41.853Z | Compiling native-tls v0.2.14 |
| 6447 | 2026-08-31T09:34:42.172Z | Compiling tokio-native-tls v0.3.1 |
| 6448 | 2026-08-31T09:34:42.362Z | Compiling digest v0.10.7 |
| 6449 | 2026-08-31T09:34:42.378Z | Compiling hyper-tls v0.6.0 |
| 6450 | 2026-08-31T09:34:42.630Z | Compiling sha1 v0.10.6 |
| 6451 | 2026-08-31T09:34:42.695Z | Compiling rustls v0.22.4 |
| 6452 | 2026-08-31T09:34:46.221Z | Compiling dof v0.4.0 |
| 6453 | 2026-08-31T09:34:46.720Z | Compiling tokio-rustls v0.26.4 |
| 6454 | 2026-08-31T09:34:47.027Z | Compiling usdt-impl v0.6.0 |
| 6455 | 2026-08-31T09:34:47.089Z | Compiling hyper-rustls v0.27.7 |
| 6456 | 2026-08-31T09:34:47.425Z | Compiling reqwest v0.12.23 |
| 6457 | 2026-08-31T09:34:47.784Z | Compiling usdt-attr-macro v0.6.0 |
| 6458 | 2026-08-31T09:34:47.853Z | Compiling typify-macro v0.4.3 |
| 6459 | 2026-08-31T09:34:48.281Z | Compiling usdt-macro v0.6.0 |
| 6460 | 2026-08-31T09:34:48.593Z | Compiling tokio-rustls v0.25.0 |
| 6461 | 2026-08-31T09:34:48.839Z | Compiling progenitor-client v0.10.0 |
| 6462 | 2026-08-31T09:34:48.912Z | Compiling progenitor-client v0.11.1 |
| 6463 | 2026-08-31T09:34:49.396Z | Compiling usdt v0.6.0 |
| 6464 | 2026-08-31T09:34:49.703Z | Compiling dropshot v0.16.7 |
| 6465 | 2026-08-31T09:34:49.957Z | Compiling typify v0.4.3 |
| 6466 | 2026-08-31T09:34:50.071Z | Compiling progenitor-impl v0.11.1 |
| 6467 | 2026-08-31T09:34:53.723Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 6468 | 2026-08-31T09:34:53.765Z | Compiling progenitor-macro v0.11.1 |
| 6469 | 2026-08-31T09:34:54.543Z | Compiling pem-rfc7468 v0.7.0 |
| 6470 | 2026-08-31T09:34:54.716Z | Compiling num-integer v0.1.46 |
| 6471 | 2026-08-31T09:34:54.892Z | Compiling flagset v0.4.7 |
| 6472 | 2026-08-31T09:34:55.060Z | Compiling der v0.7.10 |
| 6473 | 2026-08-31T09:34:55.684Z | Compiling dropshot v0.17.1 |
| 6474 | 2026-08-31T09:34:55.737Z | Compiling num-rational v0.4.2 |
| 6475 | 2026-08-31T09:34:56.333Z | Compiling num-iter v0.1.45 |
| 6476 | 2026-08-31T09:34:56.468Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6477 | 2026-08-31T09:34:56.485Z | Compiling num-complex v0.4.6 |
| 6478 | 2026-08-31T09:34:56.502Z | Compiling spki v0.7.3 |
| 6479 | 2026-08-31T09:34:56.741Z | Compiling progenitor-impl v0.10.0 |
| 6480 | 2026-08-31T09:34:56.889Z | Compiling num v0.4.3 |
| 6481 | 2026-08-31T09:34:56.982Z | Compiling pkcs8 v0.10.2 |
| 6482 | 2026-08-31T09:34:57.654Z | Compiling num-bigint v0.4.6 |
| 6483 | 2026-08-31T09:34:58.252Z | Compiling hmac v0.12.1 |
| 6484 | 2026-08-31T09:34:58.418Z | Compiling goblin v0.8.2 |
| 6485 | 2026-08-31T09:34:58.814Z | Compiling ff v0.13.1 |
| 6486 | 2026-08-31T09:34:58.925Z | Compiling progenitor v0.11.1 |
| 6487 | 2026-08-31T09:34:59.089Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 6488 | 2026-08-31T09:34:59.727Z | Compiling base16ct v0.2.0 |
| 6489 | 2026-08-31T09:34:59.943Z | Compiling sec1 v0.7.3 |
| 6490 | 2026-08-31T09:35:00.347Z | Compiling progenitor-macro v0.10.0 |
| 6491 | 2026-08-31T09:35:00.365Z | Compiling group v0.13.0 |
| 6492 | 2026-08-31T09:35:00.561Z | Compiling hkdf v0.12.4 |
| 6493 | 2026-08-31T09:35:00.733Z | Compiling dof v0.3.0 |
| 6494 | 2026-08-31T09:35:01.940Z | Compiling usdt-impl v0.5.0 |
| 6495 | 2026-08-31T09:35:02.605Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6496 | 2026-08-31T09:35:02.830Z | Compiling elliptic-curve v0.13.8 |
| 6497 | 2026-08-31T09:35:03.197Z | Compiling usdt v0.5.0 |
| 6498 | 2026-08-31T09:35:03.270Z | Compiling nix v0.31.3 |
| 6499 | 2026-08-31T09:35:03.314Z | Compiling curve25519-dalek v4.1.3 |
| 6500 | 2026-08-31T09:35:04.325Z | Compiling sha3 v0.10.8 |
| 6501 | 2026-08-31T09:35:04.345Z | Compiling typify-impl v0.6.2 |
| 6502 | 2026-08-31T09:35:04.345Z | Compiling blake2 v0.10.6 |
| 6503 | 2026-08-31T09:35:04.534Z | Compiling argon2 v0.5.3 |
| 6504 | 2026-08-31T09:35:04.717Z | Compiling vsss-rs v3.3.4 |
| 6505 | 2026-08-31T09:35:05.244Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 6506 | 2026-08-31T09:35:05.480Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 6507 | 2026-08-31T09:35:05.925Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 6508 | 2026-08-31T09:35:06.313Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 6509 | 2026-08-31T09:35:06.730Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 6510 | 2026-08-31T09:35:07.170Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 6511 | 2026-08-31T09:35:08.491Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6512 | 2026-08-31T09:35:08.769Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 6513 | 2026-08-31T09:35:09.120Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6514 | 2026-08-31T09:35:10.089Z | Compiling typify-macro v0.6.2 |
| 6515 | 2026-08-31T09:35:10.139Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6516 | 2026-08-31T09:35:10.440Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 6517 | 2026-08-31T09:35:10.744Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6518 | 2026-08-31T09:35:10.903Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 6519 | 2026-08-31T09:35:11.021Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6520 | 2026-08-31T09:35:11.171Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 6521 | 2026-08-31T09:35:12.070Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6522 | 2026-08-31T09:35:12.564Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6523 | 2026-08-31T09:35:12.783Z | Compiling bindgen v0.72.1 |
| 6524 | 2026-08-31T09:35:13.392Z | Compiling typify v0.6.2 |
| 6525 | 2026-08-31T09:35:13.504Z | Compiling progenitor v0.10.0 |
| 6526 | 2026-08-31T09:35:14.281Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 6527 | 2026-08-31T09:35:14.478Z | Compiling progenitor-impl v0.14.0 |
| 6528 | 2026-08-31T09:35:14.607Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 6529 | 2026-08-31T09:35:15.699Z | Compiling sha2 v0.10.9 |
| 6530 | 2026-08-31T09:35:16.601Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6531 | 2026-08-31T09:35:17.051Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6532 | 2026-08-31T09:35:17.789Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 6533 | 2026-08-31T09:35:17.908Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 6534 | 2026-08-31T09:35:18.154Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 6535 | 2026-08-31T09:35:18.176Z | Compiling progenitor-macro v0.14.0 |
| 6536 | 2026-08-31T09:35:19.441Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6537 | 2026-08-31T09:35:20.198Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6538 | 2026-08-31T09:35:20.264Z | Compiling signature v2.2.0 |
| 6539 | 2026-08-31T09:35:20.443Z | Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=deaf0203ecfa8cbe8c0c28c9bd16645d5d7be4e8#deaf0203) |
| 6540 | 2026-08-31T09:35:20.572Z | Compiling utf-8 v0.7.6 |
| 6541 | 2026-08-31T09:35:20.745Z | Compiling tungstenite v0.21.0 |
| 6542 | 2026-08-31T09:35:20.785Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6543 | 2026-08-31T09:35:21.394Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6544 | 2026-08-31T09:35:21.723Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6545 | 2026-08-31T09:35:21.862Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6546 | 2026-08-31T09:35:22.034Z | Compiling tokio-dtrace v0.1.1 |
| 6547 | 2026-08-31T09:35:22.342Z | Compiling reqwest v0.13.2 |
| 6548 | 2026-08-31T09:35:23.407Z | Compiling bitstruct_derive v0.1.0 |
| 6549 | 2026-08-31T09:35:24.122Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6550 | 2026-08-31T09:35:25.766Z | Compiling progenitor-client v0.14.0 |
| 6551 | 2026-08-31T09:35:26.013Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6552 | 2026-08-31T09:35:26.065Z | Compiling oxide-tokio-rt v0.1.6 |
| 6553 | 2026-08-31T09:35:26.555Z | Compiling tokio-tungstenite v0.21.0 |
| 6554 | 2026-08-31T09:35:26.914Z | Compiling rfc6979 v0.4.0 |
| 6555 | 2026-08-31T09:35:27.069Z | Compiling tap v1.0.1 |
| 6556 | 2026-08-31T09:35:27.210Z | Compiling base64 v0.21.7 |
| 6557 | 2026-08-31T09:35:27.567Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 6558 | 2026-08-31T09:35:29.509Z | Compiling progenitor v0.14.0 |
| 6559 | 2026-08-31T09:35:29.685Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6560 | 2026-08-31T09:35:29.839Z | Compiling wyz v0.5.1 |
| 6561 | 2026-08-31T09:35:29.865Z | Compiling ecdsa v0.16.9 |
| 6562 | 2026-08-31T09:35:29.938Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6563 | 2026-08-31T09:35:30.055Z | Compiling ed25519 v2.2.3 |
| 6564 | 2026-08-31T09:35:30.214Z | Compiling salty v0.3.0 |
| 6565 | 2026-08-31T09:35:30.245Z | Compiling radium v0.7.0 |
| 6566 | 2026-08-31T09:35:30.282Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 6567 | 2026-08-31T09:35:30.423Z | Compiling primeorder v0.13.6 |
| 6568 | 2026-08-31T09:35:30.467Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6569 | 2026-08-31T09:35:30.663Z | Compiling env_filter v2.0.0 |
| 6570 | 2026-08-31T09:35:30.765Z | Compiling funty v2.0.0 |
| 6571 | 2026-08-31T09:35:30.913Z | Compiling env_logger v0.11.11 |
| 6572 | 2026-08-31T09:35:31.052Z | Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 6573 | 2026-08-31T09:35:31.329Z | Compiling bitvec v1.0.1 |
| 6574 | 2026-08-31T09:35:31.501Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa) |
| 6575 | 2026-08-31T09:35:31.853Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6576 | 2026-08-31T09:35:32.086Z | Compiling p384 v0.13.1 |
| 6577 | 2026-08-31T09:35:33.012Z | Compiling ed25519-dalek v2.2.0 |
| 6578 | 2026-08-31T09:35:33.051Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 6579 | 2026-08-31T09:35:33.315Z | Compiling x509-cert v0.2.5 |
| 6580 | 2026-08-31T09:35:33.535Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 6581 | 2026-08-31T09:35:33.553Z | Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 6582 | 2026-08-31T09:35:33.703Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 6583 | 2026-08-31T09:35:33.752Z | Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 6584 | 2026-08-31T09:35:33.964Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=zl%2Fmulticast#0e8a28a2) |
| 6585 | 2026-08-31T09:35:34.606Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 6586 | 2026-08-31T09:35:34.659Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6587 | 2026-08-31T09:35:35.134Z | Compiling typeid v1.0.3 |
| 6588 | 2026-08-31T09:35:35.138Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6589 | 2026-08-31T09:35:35.291Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6590 | 2026-08-31T09:35:35.569Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 6591 | 2026-08-31T09:35:35.586Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 6592 | 2026-08-31T09:35:35.778Z | Compiling ascii v1.1.0 |
| 6593 | 2026-08-31T09:35:35.798Z | Compiling qorb v0.4.1 |
| 6594 | 2026-08-31T09:35:35.938Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 6595 | 2026-08-31T09:35:36.070Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 6596 | 2026-08-31T09:35:36.649Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6597 | 2026-08-31T09:35:38.145Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa) |
| 6598 | 2026-08-31T09:35:38.411Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6599 | 2026-08-31T09:35:38.696Z | Compiling erased-serde v0.4.8 |
| 6600 | 2026-08-31T09:35:39.193Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=zl%2Fmulticast#284c6830) |
| 6601 | 2026-08-31T09:35:39.723Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 6602 | 2026-08-31T09:35:39.957Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6603 | 2026-08-31T09:35:40.072Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 6604 | 2026-08-31T09:35:40.640Z | Compiling bitstruct v0.1.1 |
| 6605 | 2026-08-31T09:35:40.754Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 6606 | 2026-08-31T09:35:40.871Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 6607 | 2026-08-31T09:35:41.906Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6608 | 2026-08-31T09:35:42.413Z | Compiling itertools v0.13.0 |
| 6609 | 2026-08-31T09:35:42.736Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 6610 | 2026-08-31T09:35:42.974Z | Compiling acpi_tables v0.2.1 (https://github.com/oxidecomputer/acpi_tables.git?tag=v0.2.1-oxide.1#f20592bc) |
| 6611 | 2026-08-31T09:35:43.117Z | Compiling serde_arrays v0.1.0 |
| 6612 | 2026-08-31T09:35:43.259Z | Compiling pbind v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 6613 | 2026-08-31T09:35:43.445Z | Compiling libloading v0.7.4 |
| 6614 | 2026-08-31T09:35:43.693Z | Compiling bit_field v0.10.3 |
| 6615 | 2026-08-31T09:35:43.888Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#3c07d60a) |
| 6616 | 2026-08-31T09:35:44.064Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6617 | 2026-08-31T09:35:44.224Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6618 | 2026-08-31T09:35:46.068Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6619 | 2026-08-31T09:35:46.333Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6620 | 2026-08-31T09:35:46.626Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6621 | 2026-08-31T09:35:47.467Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6622 | 2026-08-31T09:35:47.558Z | Compiling globset v0.4.16 |
| 6623 | 2026-08-31T09:35:47.576Z | Compiling slog-dtrace v0.3.0 |
| 6624 | 2026-08-31T09:35:48.796Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6625 | 2026-08-31T09:35:49.034Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6626 | 2026-08-31T09:35:49.213Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6627 | 2026-08-31T09:35:49.731Z | Compiling tough v0.20.0 |
| 6628 | 2026-08-31T09:35:50.699Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6629 | 2026-08-31T09:35:51.720Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6630 | 2026-08-31T09:35:52.033Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6631 | 2026-08-31T09:35:54.110Z | Compiling git2 v0.19.0 |
| 6632 | 2026-08-31T09:35:57.252Z | Compiling vergen v8.3.2 |
| 6633 | 2026-08-31T09:35:57.983Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6634 | 2026-08-31T09:36:00.884Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 6635 | 2026-08-31T09:36:01.143Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 6636 | 2026-08-31T09:36:02.688Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 6637 | 2026-08-31T09:36:02.809Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6638 | 2026-08-31T09:36:03.190Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 6639 | 2026-08-31T09:36:03.472Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6640 | 2026-08-31T09:36:06.007Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6641 | 2026-08-31T09:36:07.644Z | Compiling omicron-zone-package v0.12.2 |
| 6642 | 2026-08-31T09:36:08.519Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6643 | 2026-08-31T09:36:10.081Z | Compiling dropshot-api-manager v0.7.2 |
| 6644 | 2026-08-31T09:36:11.052Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 6645 | 2026-08-31T09:36:11.925Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 6646 | 2026-08-31T09:36:14.875Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6647 | 2026-08-31T09:36:17.199Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6648 | 2026-08-31T09:36:21.773Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6649 | 2026-08-31T09:36:22.042Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6650 | 2026-08-31T09:36:22.832Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 6651 | 2026-08-31T09:36:27.231Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 6652 | 2026-08-31T09:36:27.235Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 6653 | 2026-08-31T09:37:37.942Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 57s |
| 6654 | 2026-08-31T09:37:38.626Z | Running unittests src/lib.rs (target/debug/deps/aal-5a6e32cdbb3a89b4) |
| 6655 | 2026-08-31T09:37:38.641Z | |
| 6656 | 2026-08-31T09:37:38.641Z | running 0 tests |
| 6657 | 2026-08-31T09:37:38.641Z | |
| 6658 | 2026-08-31T09:37:38.644Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6659 | 2026-08-31T09:37:38.644Z | |
| 6660 | 2026-08-31T09:37:38.645Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-989289c11fc838a4) |
| 6661 | 2026-08-31T09:37:38.660Z | |
| 6662 | 2026-08-31T09:37:38.660Z | running 0 tests |
| 6663 | 2026-08-31T09:37:38.660Z | |
| 6664 | 2026-08-31T09:37:38.663Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6665 | 2026-08-31T09:37:38.663Z | |
| 6666 | 2026-08-31T09:37:38.664Z | Running unittests src/lib.rs (target/debug/deps/asic-aca0c4d24f0cfbaf) |
| 6667 | 2026-08-31T09:37:38.720Z | |
| 6668 | 2026-08-31T09:37:38.720Z | running 21 tests |
| 6669 | 2026-08-31T09:37:38.724Z | test softnpu::mcast::tests::duplicate_group_rejected ... ok |
| 6670 | 2026-08-31T09:37:38.726Z | test softnpu::mcast::tests::domains_returns_created_group_ids ... ok |
| 6671 | 2026-08-31T09:37:38.726Z | test softnpu::mcast::tests::duplicate_port_rejected ... ok |
| 6672 | 2026-08-31T09:37:38.726Z | test softnpu::mcast::tests::group_lifecycle ... ok |
| 6673 | 2026-08-31T09:37:38.727Z | test softnpu::mcast::tests::groups_are_independent ... ok |
| 6674 | 2026-08-31T09:37:38.727Z | test softnpu::mcast::tests::port_add_rejects_ports_above_127 ... ok |
| 6675 | 2026-08-31T09:37:38.727Z | test softnpu::mcast::tests::operations_on_missing_group_rejected ... ok |
| 6676 | 2026-08-31T09:37:38.727Z | test softnpu::mcast::tests::port_bitmap_empty_group ... ok |
| 6677 | 2026-08-31T09:37:38.727Z | test softnpu::mcast::tests::port_bitmap_high_port ... ok |
| 6678 | 2026-08-31T09:37:38.727Z | test softnpu::mcast::tests::clear_repl_entries_drops_all_tracked_entries ... ok |
| 6679 | 2026-08-31T09:37:38.727Z | test softnpu::mcast::tests::port_bitmap_populated ... ok |
| 6680 | 2026-08-31T09:37:38.727Z | test softnpu::mcast::tests::port_bitmap_reflects_removal ... ok |
| 6681 | 2026-08-31T09:37:38.727Z | test softnpu::mcast::tests::refresh_matches_external_slot ... ok |
| 6682 | 2026-08-31T09:37:38.727Z | test softnpu::mcast::tests::port_bitmap_unknown_group_returns_zero ... ok |
| 6683 | 2026-08-31T09:37:38.727Z | test softnpu::mcast::tests::refresh_recomputes_bitmap_after_membership_change ... ok |
| 6684 | 2026-08-31T09:37:38.727Z | test softnpu::mcast::tests::remove_nonexistent_port_rejected ... ok |
| 6685 | 2026-08-31T09:37:38.727Z | test softnpu::mcast::tests::set_max_nodes_validates ... ok |
| 6686 | 2026-08-31T09:37:38.727Z | test softnpu::mcast::tests::refresh_skips_unrelated_groups_and_forgotten_entries ... ok |
| 6687 | 2026-08-31T09:37:38.731Z | test softnpu::table::tests::parse_dump_malformed_rejected ... ok |
| 6688 | 2026-08-31T09:37:38.731Z | test softnpu::table::tests::parse_dump_standalone_uds_wrapped_response ... ok |
| 6689 | 2026-08-31T09:37:38.731Z | test softnpu::table::tests::parse_dump_propolis_uart_bare_map ... ok |
| 6690 | 2026-08-31T09:37:38.731Z | |
| 6691 | 2026-08-31T09:37:38.731Z | test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 6692 | 2026-08-31T09:37:38.731Z | |
| 6693 | 2026-08-31T09:37:38.731Z | Running unittests src/lib.rs (target/debug/deps/common-733ce0e079fe5a0a) |
| 6694 | 2026-08-31T09:37:38.748Z | |
| 6695 | 2026-08-31T09:37:38.748Z | running 4 tests |
| 6696 | 2026-08-31T09:37:38.751Z | test nat::tests::test_vni ... ok |
| 6697 | 2026-08-31T09:37:38.751Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 6698 | 2026-08-31T09:37:38.755Z | test test_purge ... ok |
| 6699 | 2026-08-31T09:37:38.777Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 6700 | 2026-08-31T09:37:38.777Z | |
| 6701 | 2026-08-31T09:37:38.780Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s |
| 6702 | 2026-08-31T09:37:38.781Z | |
| 6703 | 2026-08-31T09:37:38.781Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-9d43859761558b33) |
| 6704 | 2026-08-31T09:37:38.804Z | |
| 6705 | 2026-08-31T09:37:38.804Z | running 1 test |
| 6706 | 2026-08-31T09:37:38.808Z | ------- |
| 6707 | 2026-08-31T09:37:38.811Z | Generating OpenAPI documents from API definitions ... |
| 6708 | 2026-08-31T09:37:38.996Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 6709 | 2026-08-31T09:37:39.081Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 6710 | 2026-08-31T09:37:40.157Z | ------- |
| 6711 | 2026-08-31T09:37:40.157Z | Checking 13 OpenAPI documents... |
| 6712 | 2026-08-31T09:37:40.157Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6713 | 2026-08-31T09:37:40.157Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6714 | 2026-08-31T09:37:40.157Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6715 | 2026-08-31T09:37:40.160Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6716 | 2026-08-31T09:37:40.160Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6717 | 2026-08-31T09:37:40.160Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6718 | 2026-08-31T09:37:40.160Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6719 | 2026-08-31T09:37:40.160Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6720 | 2026-08-31T09:37:40.160Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6721 | 2026-08-31T09:37:40.161Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6722 | 2026-08-31T09:37:40.161Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6723 | 2026-08-31T09:37:40.161Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6724 | 2026-08-31T09:37:40.161Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6725 | 2026-08-31T09:37:40.161Z | Fresh dpd "latest" symlink |
| 6726 | 2026-08-31T09:37:40.161Z | ------- |
| 6727 | 2026-08-31T09:37:40.161Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 6728 | 2026-08-31T09:37:40.233Z | test test::test_apis_up_to_date ... ok |
| 6729 | 2026-08-31T09:37:40.233Z | |
| 6730 | 2026-08-31T09:37:40.237Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.43s |
| 6731 | 2026-08-31T09:37:40.237Z | |
| 6732 | 2026-08-31T09:37:40.297Z | Running unittests src/main.rs (target/debug/deps/dpd-a5e47f691a9ebe41) |
| 6733 | 2026-08-31T09:37:40.304Z | |
| 6734 | 2026-08-31T09:37:40.304Z | running 61 tests |
| 6735 | 2026-08-31T09:37:40.308Z | test freemap::test_ordering ... ok |
| 6736 | 2026-08-31T09:37:40.308Z | test config::tests::test_updates ... ok |
| 6737 | 2026-08-31T09:37:40.308Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 6738 | 2026-08-31T09:37:40.308Z | test freemap::test_split ... ok |
| 6739 | 2026-08-31T09:37:40.312Z | Aug 31 09:37:38.532 Aug 31 09:37:38.532DEBG DEBGcreated new freemap created new freemap, , unitunit:: freemap_testfreemap_test |
| 6740 | 2026-08-31T09:37:40.312Z | |
| 6741 | 2026-08-31T09:37:40.312Z | Aug 31 09:37:38.533 DEBG initted freemap. size: 128, unit: freemap_test |
| 6742 | 2026-08-31T09:37:40.312Z | Aug 31 09:37:38.533 DEBG reset freemap, unit: freemap_test |
| 6743 | 2026-08-31T09:37:40.314Z | Aug 31 09:37:38.533 DEBG initted freemap. size: 128, unit: freemap_test |
| 6744 | 2026-08-31T09:37:40.314Z | Aug 31 09:37:38.533 DEBG reset freemap, unit: freemap_test |
| 6745 | 2026-08-31T09:37:40.314Z | Aug 31 09:37:38.533 DEBG created new freemap, unit: freemap_test |
| 6746 | 2026-08-31T09:37:40.314Z | Aug 31 09:37:38.533Aug 31 09:37:38.533 DEBGDEBG initted freemap. size: 128created new freemap, , unitunit:: freemap_testfreemap_test |
| 6747 | 2026-08-31T09:37:40.314Z | |
| 6748 | 2026-08-31T09:37:40.314Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 6749 | 2026-08-31T09:37:40.314Z | Aug 31 09:37:38.533Aug 31 09:37:38.533 DEBGDEBG reset freemapinitted freemap. size: 128, , unitunit:: freemap_testfreemap_test |
| 6750 | 2026-08-31T09:37:40.314Z | |
| 6751 | 2026-08-31T09:37:40.314Z | Aug 31 09:37:38.533 DEBG reset freemap, unit: freemap_test |
| 6752 | 2026-08-31T09:37:40.314Z | test freemap::test_basic ... ok |
| 6753 | 2026-08-31T09:37:40.314Z | test freemap::test_free ... ok |
| 6754 | 2026-08-31T09:37:40.314Z | test freemap::test_exhaustion ... ok |
| 6755 | 2026-08-31T09:37:40.314Z | test freemap::test_reclaim ... ok |
| 6756 | 2026-08-31T09:37:40.314Z | test macaddrs::tests::test_mac_offset ... ok |
| 6757 | 2026-08-31T09:37:40.314Z | test macaddrs::tests::test_parse_port_id ... ok |
| 6758 | 2026-08-31T09:37:40.315Z | test mcast::tests::test_create_port_bitmap_all_same_direction ... ok |
| 6759 | 2026-08-31T09:37:40.315Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 6760 | 2026-08-31T09:37:40.315Z | test mcast::tests::test_canonicalize_sources ... ok |
| 6761 | 2026-08-31T09:37:40.315Z | test mcast::tests::test_create_port_bitmap_empty ... ok |
| 6762 | 2026-08-31T09:37:40.315Z | test mcast::tests::test_create_port_bitmap_filters_by_direction ... ok |
| 6763 | 2026-08-31T09:37:40.315Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 6764 | 2026-08-31T09:37:40.315Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 6765 | 2026-08-31T09:37:40.315Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 6766 | 2026-08-31T09:37:40.315Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 6767 | 2026-08-31T09:37:40.315Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 6768 | 2026-08-31T09:37:40.315Z | test mcast::tests::test_sources_contain_any ... ok |
| 6769 | 2026-08-31T09:37:40.315Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 6770 | 2026-08-31T09:37:40.315Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 6771 | 2026-08-31T09:37:40.315Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 6772 | 2026-08-31T09:37:40.315Z | test mcast::validate::tests::test_address_validation_with_source_validation ... ok |
| 6773 | 2026-08-31T09:37:40.315Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 6774 | 2026-08-31T09:37:40.315Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 6775 | 2026-08-31T09:37:40.315Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 6776 | 2026-08-31T09:37:40.315Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 6777 | 2026-08-31T09:37:40.315Z | test mcast::tests::test_paired_allocation_and_cleanup ... ok |
| 6778 | 2026-08-31T09:37:40.315Z | test mcast::tests::test_id_range_boundaries ... ok |
| 6779 | 2026-08-31T09:37:40.316Z | test mcast::validate::tests::test_reserved_and_unallocatable_addresses ... ok |
| 6780 | 2026-08-31T09:37:40.316Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 6781 | 2026-08-31T09:37:40.316Z | test mcast::validate::tests::test_validate_source_addresses ... ok |
| 6782 | 2026-08-31T09:37:40.316Z | test mcast::validate::tests::test_validate_not_underlay_subnet ... ok |
| 6783 | 2026-08-31T09:37:40.316Z | test mcast::validate::tests::test_validate_tag ... ok |
| 6784 | 2026-08-31T09:37:40.316Z | test nat::test_mapping ... ok |
| 6785 | 2026-08-31T09:37:40.316Z | test port_map::tests::test_backplane_group ... ok |
| 6786 | 2026-08-31T09:37:40.316Z | Aug 31 09:37:38.535 DEBG created new freemap, unit: freemap_test |
| 6787 | 2026-08-31T09:37:40.316Z | Aug 31 09:37:38.535 DEBG initted freemap. size: 8, unit: freemap_test |
| 6788 | 2026-08-31T09:37:40.316Z | test mcast::validate::tests::test_validate_tag_format ... ok |
| 6789 | 2026-08-31T09:37:40.317Z | Aug 31 09:37:38.535 DEBG reset freemap, unit: freemap_test |
| 6790 | 2026-08-31T09:37:40.317Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 6791 | 2026-08-31T09:37:40.317Z | test port_map::tests::test_port_map ... ok |
| 6792 | 2026-08-31T09:37:40.317Z | test port_map::tests::dump_map ... ok |
| 6793 | 2026-08-31T09:37:40.317Z | Aug 31 09:37:38.536 DEBG created new freemap, unit: freemap_test |
| 6794 | 2026-08-31T09:37:40.317Z | Aug 31 09:37:38.536 DEBG initted freemap. size: 128, unit: freemap_test |
| 6795 | 2026-08-31T09:37:40.317Z | Aug 31 09:37:38.536 DEBG reset freemap, unit: freemap_test |
| 6796 | 2026-08-31T09:37:40.317Z | test freemap::test_span ... ok |
| 6797 | 2026-08-31T09:37:40.317Z | test api_server::tests::test_build_info ... ok |
| 6798 | 2026-08-31T09:37:40.322Z | Aug 31 09:37:38.536 DEBG created new freemap, unit: freemap_route_ipv4 |
| 6799 | 2026-08-31T09:37:40.322Z | Aug 31 09:37:38.536 DEBG created new freemap, unit: freemap_route_ipv6 |
| 6800 | 2026-08-31T09:37:40.322Z | Aug 31 09:37:38.536 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 6801 | 2026-08-31T09:37:40.322Z | Aug 31 09:37:38.536 DEBG reset freemap, unit: freemap_route_ipv4 |
| 6802 | 2026-08-31T09:37:40.322Z | Aug 31 09:37:38.536 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 6803 | 2026-08-31T09:37:40.322Z | Aug 31 09:37:38.536 DEBG reset freemap, unit: freemap_route_ipv6 |
| 6804 | 2026-08-31T09:37:40.322Z | Aug 31 09:37:38.536 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6805 | 2026-08-31T09:37:40.322Z | Aug 31 09:37:38.536 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6806 | 2026-08-31T09:37:40.322Z | Aug 31 09:37:38.536 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6807 | 2026-08-31T09:37:40.322Z | Aug 31 09:37:38.536 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 } }] |
| 6808 | 2026-08-31T09:37:40.322Z | Aug 31 09:37:38.536 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6809 | 2026-08-31T09:37:40.322Z | Aug 31 09:37:38.536 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 } }] |
| 6810 | 2026-08-31T09:37:40.322Z | Aug 31 09:37:38.536 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6811 | 2026-08-31T09:37:40.322Z | Aug 31 09:37:38.536 DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6812 | 2026-08-31T09:37:40.322Z | Aug 31 09:37:38.536 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6813 | 2026-08-31T09:37:40.323Z | Aug 31 09:37:38.536 DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6814 | 2026-08-31T09:37:40.323Z | Aug 31 09:37:38.536 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6815 | 2026-08-31T09:37:40.323Z | Aug 31 09:37:38.536 DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6816 | 2026-08-31T09:37:40.323Z | Aug 31 09:37:38.536 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6817 | 2026-08-31T09:37:40.323Z | Aug 31 09:37:38.536 DEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6818 | 2026-08-31T09:37:40.323Z | Aug 31 09:37:38.536 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6819 | 2026-08-31T09:37:40.323Z | Aug 31 09:37:38.536 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 } }] |
| 6820 | 2026-08-31T09:37:40.323Z | Aug 31 09:37:38.536 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6821 | 2026-08-31T09:37:40.323Z | Aug 31 09:37:38.536 DEBG Aug 31 09:37:38.536replacing 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 } }] |
| 6822 | 2026-08-31T09:37:40.323Z | DEBG created new freemap, Aug 31 09:37:38.536unit :INFO freemap_route_ipv4adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6823 | 2026-08-31T09:37:40.323Z | |
| 6824 | 2026-08-31T09:37:40.323Z | Aug 31 09:37:38.536 DEBGAug 31 09:37:38.536 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 |
| 6825 | 2026-08-31T09:37:40.323Z | created new freemap, unitAug 31 09:37:38.536: INFOfreemap_route_ipv6 |
| 6826 | 2026-08-31T09:37:40.323Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6827 | 2026-08-31T09:37:40.323Z | Aug 31 09:37:38.536Aug 31 09:37:38.536 DEBGDEBG initted freemap. size: 64replacing 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 } }], |
| 6828 | 2026-08-31T09:37:40.323Z | unit: freemap_route_ipv4 |
| 6829 | 2026-08-31T09:37:40.323Z | Aug 31 09:37:38.536 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 31 09:37:38.536 |
| 6830 | 2026-08-31T09:37:40.323Z | DEBG reset freemap, Aug 31 09:37:38.536unit :DEBG freemap_route_ipv4replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6831 | 2026-08-31T09:37:40.323Z | |
| 6832 | 2026-08-31T09:37:40.323Z | Aug 31 09:37:38.536Aug 31 09:37:38.536 DEBGINFO initted freemap. size: 64adding route 3fff:beef:b::/64 -> 2001:db8::55:ff, |
| 6833 | 2026-08-31T09:37:40.323Z | unit: freemap_route_ipv6 |
| 6834 | 2026-08-31T09:37:40.324Z | Aug 31 09:37:38.536 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 31 09:37:38.536 |
| 6835 | 2026-08-31T09:37:40.324Z | DEBG reset freemap, Aug 31 09:37:38.536unit :INFO freemap_route_ipv6adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6836 | 2026-08-31T09:37:40.324Z | |
| 6837 | 2026-08-31T09:37:40.324Z | Aug 31 09:37:38.536Aug 31 09:37:38.536 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6838 | 2026-08-31T09:37:40.324Z | |
| 6839 | 2026-08-31T09:37:40.324Z | Aug 31 09:37:38.536Aug 31 09:37:38.536 INFODEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6840 | 2026-08-31T09:37:40.324Z | |
| 6841 | 2026-08-31T09:37:40.324Z | Aug 31 09:37:38.536Aug 31 09:37:38.536 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:2 |
| 6842 | 2026-08-31T09:37:40.324Z | |
| 6843 | 2026-08-31T09:37:40.324Z | Aug 31 09:37:38.536Aug 31 09:37:38.536 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 } }] |
| 6844 | 2026-08-31T09:37:40.324Z | |
| 6845 | 2026-08-31T09:37:40.324Z | Aug 31 09:37:38.536Aug 31 09:37:38.536 DEBGINFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6846 | 2026-08-31T09:37:40.324Z | |
| 6847 | 2026-08-31T09:37:40.324Z | Aug 31 09:37:38.536Aug 31 09:37:38.536 INFODEBG adding route 3fff:beef:f::/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 } }] |
| 6848 | 2026-08-31T09:37:40.324Z | |
| 6849 | 2026-08-31T09:37:40.324Z | Aug 31 09:37:38.536Aug 31 09:37:38.536 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:1::/64 -> 2001:db8::55:ff |
| 6850 | 2026-08-31T09:37:40.324Z | |
| 6851 | 2026-08-31T09:37:40.324Z | Aug 31 09:37:38.536Aug 31 09:37:38.536 INFODEBG adding route 3fff:beef:10::/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 } }] |
| 6852 | 2026-08-31T09:37:40.324Z | |
| 6853 | 2026-08-31T09:37:40.324Z | Aug 31 09:37:38.536Aug 31 09:37:38.536 DEBGINFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6854 | 2026-08-31T09:37:40.324Z | |
| 6855 | 2026-08-31T09:37:40.324Z | Aug 31 09:37:38.536Aug 31 09:37:38.536 INFODEBG adding route 3fff:beef:11::/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 } }] |
| 6856 | 2026-08-31T09:37:40.325Z | |
| 6857 | 2026-08-31T09:37:40.325Z | Aug 31 09:37:38.536Aug 31 09:37:38.536 DEBGINFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6858 | 2026-08-31T09:37:40.325Z | |
| 6859 | 2026-08-31T09:37:40.325Z | Aug 31 09:37:38.536Aug 31 09:37:38.536 DEBGINFO replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 6860 | 2026-08-31T09:37:40.325Z | |
| 6861 | 2026-08-31T09:37:40.325Z | Aug 31 09:37:38.536Aug 31 09:37:38.536 INFODEBG adding route 3fff:beef:4::/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 } }] |
| 6862 | 2026-08-31T09:37:40.325Z | |
| 6863 | 2026-08-31T09:37:40.325Z | Aug 31 09:37:38.536Aug 31 09:37:38.536 INFODEBG adding route 3fff:beef:13::/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 } }] |
| 6864 | 2026-08-31T09:37:40.325Z | |
| 6865 | 2026-08-31T09:37:40.326Z | Aug 31 09:37:38.536Aug 31 09:37:38.536 DEBGINFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6866 | 2026-08-31T09:37:40.326Z | |
| 6867 | 2026-08-31T09:37:40.326Z | Aug 31 09:37:38.536Aug 31 09:37:38.536 INFODEBG adding route 3fff:beef:14::/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 } }] |
| 6868 | 2026-08-31T09:37:40.326Z | |
| 6869 | 2026-08-31T09:37:40.326Z | Aug 31 09:37:38.536Aug 31 09:37:38.536 INFODEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6870 | 2026-08-31T09:37:40.326Z | |
| 6871 | 2026-08-31T09:37:40.326Z | test port_map::tests::parse_softnpu_revision ... ok |
| 6872 | 2026-08-31T09:37:40.326Z | Aug 31 09:37:38.536Aug 31 09:37:38.536 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:15::/64 -> 2001:db8::55:ff |
| 6873 | 2026-08-31T09:37:40.326Z | |
| 6874 | 2026-08-31T09:37:40.326Z | Aug 31 09:37:38.536Aug 31 09:37:38.536 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:7::/64 -> 2001:db8::55:ff |
| 6875 | 2026-08-31T09:37:40.326Z | |
| 6876 | 2026-08-31T09:37:40.326Z | Aug 31 09:37:38.536Aug 31 09:37:38.536 INFODEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6877 | 2026-08-31T09:37:40.326Z | Aug 31 09:37:38.536 |
| 6878 | 2026-08-31T09:37:40.326Z | DEBGAug 31 09:37:38.536 created new freemapDEBGAug 31 09:37:38.536, unitINFO: adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6879 | 2026-08-31T09:37:40.326Z | 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 } }]freemap_route_ipv4 |
| 6880 | 2026-08-31T09:37:40.326Z | |
| 6881 | 2026-08-31T09:37:40.326Z | Aug 31 09:37:38.536 DEBG Aug 31 09:37:38.536replacing 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 31 09:37:38.536 |
| 6882 | 2026-08-31T09:37:40.326Z | INFODEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffcreated new freemap |
| 6883 | 2026-08-31T09:37:40.326Z | , Aug 31 09:37:38.536unit INFO: adding route 3fff:beef:9::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 6884 | 2026-08-31T09:37:40.326Z | Aug 31 09:37:38.536 |
| 6885 | 2026-08-31T09:37:40.326Z | 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 } }] |
| 6886 | 2026-08-31T09:37:40.326Z | Aug 31 09:37:38.537Aug 31 09:37:38.537 DEBGDEBG Aug 31 09:37:38.537replacing 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 } }] |
| 6887 | 2026-08-31T09:37:40.327Z | initted freemap. size: 64INFO, unit :adding route 3fff:beef:18::/64 -> 2001:db8::55:ff Aug 31 09:37:38.537 |
| 6888 | 2026-08-31T09:37:40.327Z | freemap_route_ipv4 |
| 6889 | 2026-08-31T09:37:40.327Z | INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6890 | 2026-08-31T09:37:40.328Z | Aug 31 09:37:38.537Aug 31 09:37:38.537 DEBGDEBGAug 31 09:37:38.537 DEBGreset freemapreplacing 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 } }] |
| 6891 | 2026-08-31T09:37:40.328Z | , 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 } }]unit |
| 6892 | 2026-08-31T09:37:40.328Z | : freemap_route_ipv4Aug 31 09:37:38.537Aug 31 09:37:38.537 |
| 6893 | 2026-08-31T09:37:40.328Z | INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6894 | 2026-08-31T09:37:40.328Z | |
| 6895 | 2026-08-31T09:37:40.328Z | Aug 31 09:37:38.537 DEBG initted freemap. size: 64, Aug 31 09:37:38.537Aug 31 09:37:38.537unit DEBGDEBG :replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6896 | 2026-08-31T09:37:40.328Z | 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 } }]freemap_route_ipv6 |
| 6897 | 2026-08-31T09:37:40.328Z | |
| 6898 | 2026-08-31T09:37:40.333Z | Aug 31 09:37:38.537Aug 31 09:37:38.537 Aug 31 09:37:38.537 INFODEBGINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffreset freemap |
| 6899 | 2026-08-31T09:37:40.333Z | , adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 31 09:37:38.537unit |
| 6900 | 2026-08-31T09:37:40.333Z | :DEBG freemap_route_ipv6Aug 31 09:37:38.537 |
| 6901 | 2026-08-31T09:37:40.333Z | created new freemap Aug 31 09:37:38.537DEBG , 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 } }]unit |
| 6902 | 2026-08-31T09:37:40.333Z | DEBG Aug 31 09:37:38.537replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6903 | 2026-08-31T09:37:40.335Z | INFO:Aug 31 09:37:38.537 freemap_route_ipv4 INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6904 | 2026-08-31T09:37:40.335Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6905 | 2026-08-31T09:37:40.335Z | Aug 31 09:37:38.537 |
| 6906 | 2026-08-31T09:37:40.335Z | INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6907 | 2026-08-31T09:37:40.335Z | Aug 31 09:37:38.537Aug 31 09:37:38.537 DEBG Aug 31 09:37:38.537created new freemap Aug 31 09:37:38.537, 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 } }] |
| 6908 | 2026-08-31T09:37:40.335Z | DEBG DEBG freemap_route_ipv6replacing 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 31 09:37:38.537 |
| 6909 | 2026-08-31T09:37:40.335Z | |
| 6910 | 2026-08-31T09:37:40.335Z | INFO replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.537Aug 31 09:37:38.537 DEBGINFOAug 31 09:37:38.537 adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBGinitted freemap. size: 64 |
| 6911 | 2026-08-31T09:37:40.335Z | created new freemap, unit, :unit :freemap_route_ipv4Aug 31 09:37:38.537 |
| 6912 | 2026-08-31T09:37:40.335Z | DEBGfreemap_route_ipv4 |
| 6913 | 2026-08-31T09:37:40.335Z | 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 } }] |
| 6914 | 2026-08-31T09:37:40.335Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 31 09:37:38.537Aug 31 09:37:38.537 |
| 6915 | 2026-08-31T09:37:40.335Z | INFODEBG created new freemapadding route 3fff:beef:f::/64 -> 2001:db8::55:ff, Aug 31 09:37:38.537 |
| 6916 | 2026-08-31T09:37:40.335Z | Aug 31 09:37:38.537 DEBGunit :Aug 31 09:37:38.537reset freemap , DEBGfreemap_route_ipv6unit |
| 6917 | 2026-08-31T09:37:40.335Z | 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 } }]freemap_route_ipv4 |
| 6918 | 2026-08-31T09:37:40.335Z | 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 } }] |
| 6919 | 2026-08-31T09:37:40.335Z | |
| 6920 | 2026-08-31T09:37:40.335Z | Aug 31 09:37:38.537 DEBG Aug 31 09:37:38.537initted freemap. size: 64Aug 31 09:37:38.537 Aug 31 09:37:38.537, INFODEBG unitinitted freemap. size: 64adding route 3fff:beef:10::/64 -> 2001:db8::55:ff: |
| 6921 | 2026-08-31T09:37:40.336Z | , freemap_route_ipv4INFOunit |
| 6922 | 2026-08-31T09:37:40.336Z | :adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 6923 | 2026-08-31T09:37:40.336Z | freemap_route_ipv6Aug 31 09:37:38.537 |
| 6924 | 2026-08-31T09:37:40.336Z | Aug 31 09:37:38.537DEBG Aug 31 09:37:38.537DEBG 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 } }]reset freemapAug 31 09:37:38.537, DEBG |
| 6925 | 2026-08-31T09:37:40.336Z | unitreset freemap: , freemap_route_ipv4Aug 31 09:37:38.537unit :INFO |
| 6926 | 2026-08-31T09:37:40.336Z | DEBG freemap_route_ipv6adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6927 | 2026-08-31T09:37:40.336Z | |
| 6928 | 2026-08-31T09:37:40.336Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 31 09:37:38.537Aug 31 09:37:38.537 |
| 6929 | 2026-08-31T09:37:40.336Z | DEBGAug 31 09:37:38.537 initted freemap. size: 64INFO , DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6930 | 2026-08-31T09:37:40.336Z | Aug 31 09:37:38.537unit: 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 |
| 6931 | 2026-08-31T09:37:40.336Z | Aug 31 09:37:38.537freemap_route_ipv6 adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 6932 | 2026-08-31T09:37:40.336Z | 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 } }] |
| 6933 | 2026-08-31T09:37:40.336Z | |
| 6934 | 2026-08-31T09:37:40.336Z | Aug 31 09:37:38.537 Aug 31 09:37:38.537INFO DEBGAug 31 09:37:38.537 adding route 3fff:beef:12::/64 -> 2001:db8::55:ff reset freemapDEBG, Aug 31 09:37:38.537 |
| 6935 | 2026-08-31T09:37:40.338Z | unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]: |
| 6936 | 2026-08-31T09:37:40.338Z | DEBG freemap_route_ipv6Aug 31 09:37:38.537replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 6937 | 2026-08-31T09:37:40.338Z | |
| 6938 | 2026-08-31T09:37:40.338Z | 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 } }] |
| 6939 | 2026-08-31T09:37:40.338Z | Aug 31 09:37:38.537 |
| 6940 | 2026-08-31T09:37:40.338Z | INFOAug 31 09:37:38.537Aug 31 09:37:38.537 adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 31 09:37:38.537 INFOINFO |
| 6941 | 2026-08-31T09:37:40.338Z | INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6942 | 2026-08-31T09:37:40.338Z | |
| 6943 | 2026-08-31T09:37:40.338Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6944 | 2026-08-31T09:37:40.338Z | Aug 31 09:37:38.537Aug 31 09:37:38.537 Aug 31 09:37:38.537DEBG DEBG DEBGAug 31 09:37:38.537 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6945 | 2026-08-31T09:37:40.338Z | |
| 6946 | 2026-08-31T09:37:40.338Z | 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 |
| 6947 | 2026-08-31T09:37:40.339Z | Aug 31 09:37:38.537replacing 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 } }] |
| 6948 | 2026-08-31T09:37:40.339Z | INFOAug 31 09:37:38.537 INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 6949 | 2026-08-31T09:37:40.339Z | Aug 31 09:37:38.537adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6950 | 2026-08-31T09:37:40.339Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 09:37:38.537Aug 31 09:37:38.537 Aug 31 09:37:38.537 |
| 6951 | 2026-08-31T09:37:40.339Z | DEBGDEBG INFO 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:14::/64 -> 2001:db8::55:ff |
| 6952 | 2026-08-31T09:37:40.339Z | 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 } }] |
| 6953 | 2026-08-31T09:37:40.339Z | Aug 31 09:37:38.537 |
| 6954 | 2026-08-31T09:37:40.339Z | DEBGAug 31 09:37:38.537 Aug 31 09:37:38.537replacing 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 } }] |
| 6955 | 2026-08-31T09:37:40.339Z | INFOAug 31 09:37:38.537 INFODEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6956 | 2026-08-31T09:37:40.339Z | 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 31 09:37:38.537 |
| 6957 | 2026-08-31T09:37:40.339Z | |
| 6958 | 2026-08-31T09:37:40.339Z | INFOAug 31 09:37:38.537 Aug 31 09:37:38.537adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG INFO |
| 6959 | 2026-08-31T09:37:40.339Z | Aug 31 09:37:38.537replacing 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:15::/64 -> 2001:db8::55:ff |
| 6960 | 2026-08-31T09:37:40.339Z | DEBGAug 31 09:37:38.537 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 |
| 6961 | 2026-08-31T09:37:40.339Z | 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 31 09:37:38.537 INFO |
| 6962 | 2026-08-31T09:37:40.339Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6963 | 2026-08-31T09:37:40.339Z | Aug 31 09:37:38.537 Aug 31 09:37:38.537INFO Aug 31 09:37:38.537DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6964 | 2026-08-31T09:37:40.340Z | INFO 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:3::/64 -> 2001:db8::55:ffAug 31 09:37:38.537 |
| 6965 | 2026-08-31T09:37:40.340Z | |
| 6966 | 2026-08-31T09:37:40.340Z | 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 } }] |
| 6967 | 2026-08-31T09:37:40.340Z | Aug 31 09:37:38.537 Aug 31 09:37:38.537INFOAug 31 09:37:38.537 INFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6968 | 2026-08-31T09:37:40.340Z | |
| 6969 | 2026-08-31T09:37:40.340Z | 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 } }] |
| 6970 | 2026-08-31T09:37:40.340Z | Aug 31 09:37:38.537Aug 31 09:37:38.537 DEBG DEBGreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:37:38.537replacing 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 } }] |
| 6971 | 2026-08-31T09:37:40.340Z | |
| 6972 | 2026-08-31T09:37:40.340Z | INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6973 | 2026-08-31T09:37:40.340Z | Aug 31 09:37:38.537Aug 31 09:37:38.537 Aug 31 09:37:38.537INFO INFODEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 6974 | 2026-08-31T09:37:40.340Z | |
| 6975 | 2026-08-31T09:37:40.340Z | |
| 6976 | 2026-08-31T09:37:40.340Z | Aug 31 09:37:38.537Aug 31 09:37:38.537Aug 31 09:37:38.537 DEBGINFODEBG adding route 3fff:beef:5::/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 } }] |
| 6977 | 2026-08-31T09:37:40.340Z | |
| 6978 | 2026-08-31T09:37:40.340Z | 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 } }] |
| 6979 | 2026-08-31T09:37:40.340Z | Aug 31 09:37:38.537 Aug 31 09:37:38.537DEBG 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 } }] |
| 6980 | 2026-08-31T09:37:40.340Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 31 09:37:38.537 |
| 6981 | 2026-08-31T09:37:40.340Z | INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6982 | 2026-08-31T09:37:40.340Z | Aug 31 09:37:38.537Aug 31 09:37:38.537 INFODEBG Aug 31 09:37:38.537 adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG |
| 6983 | 2026-08-31T09:37:40.341Z | replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 6984 | 2026-08-31T09:37:40.341Z | |
| 6985 | 2026-08-31T09:37:40.341Z | Aug 31 09:37:38.537Aug 31 09:37:38.537 DEBGINFOAug 31 09:37:38.537 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 |
| 6986 | 2026-08-31T09:37:40.341Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ff adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 6987 | 2026-08-31T09:37:40.341Z | Aug 31 09:37:38.537 Aug 31 09:37:38.537INFO DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6988 | 2026-08-31T09:37:40.341Z | 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 } }] |
| 6989 | 2026-08-31T09:37:40.341Z | |
| 6990 | 2026-08-31T09:37:40.341Z | Aug 31 09:37:38.537 Aug 31 09:37:38.537INFO Aug 31 09:37:38.537DEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6991 | 2026-08-31T09:37:40.341Z | |
| 6992 | 2026-08-31T09:37:40.341Z | 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 } }] |
| 6993 | 2026-08-31T09:37:40.341Z | Aug 31 09:37:38.537Aug 31 09:37:38.537 INFODEBG adding route 3fff:beef:8::/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 } }] |
| 6994 | 2026-08-31T09:37:40.341Z | |
| 6995 | 2026-08-31T09:37:40.341Z | Aug 31 09:37:38.537 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 6996 | 2026-08-31T09:37:40.341Z | Aug 31 09:37:38.537Aug 31 09:37:38.537 INFODEBG Aug 31 09:37:38.537adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6997 | 2026-08-31T09:37:40.341Z | 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 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 } }] |
| 6998 | 2026-08-31T09:37:40.346Z | |
| 6999 | 2026-08-31T09:37:40.346Z | Aug 31 09:37:38.537Aug 31 09:37:38.537 Aug 31 09:37:38.537DEBG INFOINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 7000 | 2026-08-31T09:37:40.346Z | adding route 3fff:beef:9::/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 } }] |
| 7001 | 2026-08-31T09:37:40.347Z | |
| 7002 | 2026-08-31T09:37:40.347Z | Aug 31 09:37:38.537 DEBG Aug 31 09:37:38.537replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:37:38.537 |
| 7003 | 2026-08-31T09:37:40.347Z | DEBG INFOreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7004 | 2026-08-31T09:37:40.348Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 7005 | 2026-08-31T09:37:40.348Z | Aug 31 09:37:38.537Aug 31 09:37:38.537 Aug 31 09:37:38.537 INFO DEBGINFO replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 7006 | 2026-08-31T09:37:40.348Z | |
| 7007 | 2026-08-31T09:37:40.348Z | |
| 7008 | 2026-08-31T09:37:40.348Z | Aug 31 09:37:38.537Aug 31 09:37:38.537Aug 31 09:37:38.537 INFO DEBGDEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 7009 | 2026-08-31T09:37:40.348Z | |
| 7010 | 2026-08-31T09:37:40.348Z | |
| 7011 | 2026-08-31T09:37:40.349Z | Aug 31 09:37:38.537Aug 31 09:37:38.537 INFODEBG Aug 31 09:37:38.537adding route 3fff:beef:24::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7012 | 2026-08-31T09:37:40.349Z | |
| 7013 | 2026-08-31T09:37:40.349Z | INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 31 09:37:38.537 |
| 7014 | 2026-08-31T09:37:40.349Z | Aug 31 09:37:38.537 INFODEBG adding route 3fff:beef:1d::/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 } }] |
| 7015 | 2026-08-31T09:37:40.349Z | Aug 31 09:37:38.537 |
| 7016 | 2026-08-31T09:37:40.349Z | 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 31 09:37:38.537Aug 31 09:37:38.537 |
| 7017 | 2026-08-31T09:37:40.349Z | 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 } }]INFO |
| 7018 | 2026-08-31T09:37:40.349Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 31 09:37:38.537 |
| 7019 | 2026-08-31T09:37:40.350Z | INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 31 09:37:38.537 |
| 7020 | 2026-08-31T09:37:40.350Z | Aug 31 09:37:38.537 INFODEBG 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:1e::/64 -> 2001:db8::55:ff |
| 7021 | 2026-08-31T09:37:40.350Z | |
| 7022 | 2026-08-31T09:37:40.350Z | Aug 31 09:37:38.537 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 } }]Aug 31 09:37:38.537 |
| 7023 | 2026-08-31T09:37:40.350Z | Aug 31 09:37:38.537DEBG INFO replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 7024 | 2026-08-31T09:37:40.351Z | Aug 31 09:37:38.537 |
| 7025 | 2026-08-31T09:37:40.351Z | INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 7026 | 2026-08-31T09:37:40.351Z | Aug 31 09:37:38.537Aug 31 09:37:38.537 INFODEBG Aug 31 09:37:38.537 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 7027 | 2026-08-31T09:37:40.351Z | |
| 7028 | 2026-08-31T09:37:40.351Z | 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 } }] |
| 7029 | 2026-08-31T09:37:40.351Z | Aug 31 09:37:38.537Aug 31 09:37:38.537 Aug 31 09:37:38.537INFO DEBGINFO adding route 3fff:beef:27::/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 } }] |
| 7030 | 2026-08-31T09:37:40.351Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 7031 | 2026-08-31T09:37:40.351Z | |
| 7032 | 2026-08-31T09:37:40.351Z | Aug 31 09:37:38.537Aug 31 09:37:38.537Aug 31 09:37:38.537 INFO DEBG DEBGadding route 3fff:beef:20::/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 } }] |
| 7033 | 2026-08-31T09:37:40.351Z | 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 } }] |
| 7034 | 2026-08-31T09:37:40.351Z | |
| 7035 | 2026-08-31T09:37:40.351Z | Aug 31 09:37:38.537Aug 31 09:37:38.537 DEBGAug 31 09:37:38.537 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 } }]INFOINFO |
| 7036 | 2026-08-31T09:37:40.351Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 7037 | 2026-08-31T09:37:40.351Z | |
| 7038 | 2026-08-31T09:37:40.351Z | Aug 31 09:37:38.537 INFO Aug 31 09:37:38.537adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 7039 | 2026-08-31T09:37:40.351Z | DEBGAug 31 09:37:38.537 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 |
| 7040 | 2026-08-31T09:37:40.351Z | 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 31 09:37:38.537 |
| 7041 | 2026-08-31T09:37:40.352Z | 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 } }] |
| 7042 | 2026-08-31T09:37:40.352Z | Aug 31 09:37:38.537Aug 31 09:37:38.537 INFOINFO Aug 31 09:37:38.537adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 7043 | 2026-08-31T09:37:40.352Z | INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 7044 | 2026-08-31T09:37:40.352Z | Aug 31 09:37:38.537 Aug 31 09:37:38.537DEBG 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 } }] |
| 7045 | 2026-08-31T09:37:40.352Z | 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 } }] |
| 7046 | 2026-08-31T09:37:40.352Z | |
| 7047 | 2026-08-31T09:37:40.352Z | Aug 31 09:37:38.538Aug 31 09:37:38.538Aug 31 09:37:38.538 INFOINFO DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 7048 | 2026-08-31T09:37:40.352Z | |
| 7049 | 2026-08-31T09:37:40.352Z | 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 } }] |
| 7050 | 2026-08-31T09:37:40.353Z | Aug 31 09:37:38.538Aug 31 09:37:38.538Aug 31 09:37:38.538 DEBG INFODEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7051 | 2026-08-31T09:37:40.353Z | |
| 7052 | 2026-08-31T09:37:40.353Z | 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 } }] |
| 7053 | 2026-08-31T09:37:40.353Z | Aug 31 09:37:38.538Aug 31 09:37:38.538 DEBGAug 31 09:37:38.538 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 } }] |
| 7054 | 2026-08-31T09:37:40.353Z | INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 7055 | 2026-08-31T09:37:40.353Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 7056 | 2026-08-31T09:37:40.353Z | Aug 31 09:37:38.538 Aug 31 09:37:38.538DEBG 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 } }] 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 } }] |
| 7057 | 2026-08-31T09:37:40.353Z | |
| 7058 | 2026-08-31T09:37:40.353Z | Aug 31 09:37:38.538Aug 31 09:37:38.538Aug 31 09:37:38.538 INFOINFO INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 7059 | 2026-08-31T09:37:40.353Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 7060 | 2026-08-31T09:37:40.353Z | |
| 7061 | 2026-08-31T09:37:40.353Z | Aug 31 09:37:38.538Aug 31 09:37:38.538 DEBGDEBGAug 31 09:37:38.538 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 } }]DEBGreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7062 | 2026-08-31T09:37:40.353Z | |
| 7063 | 2026-08-31T09:37:40.353Z | 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 } }] |
| 7064 | 2026-08-31T09:37:40.353Z | Aug 31 09:37:38.538Aug 31 09:37:38.538Aug 31 09:37:38.538 INFO INFOINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 7065 | 2026-08-31T09:37:40.353Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 7066 | 2026-08-31T09:37:40.353Z | |
| 7067 | 2026-08-31T09:37:40.353Z | Aug 31 09:37:38.538Aug 31 09:37:38.538Aug 31 09:37:38.538 DEBG DEBGreplacing 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 |
| 7068 | 2026-08-31T09:37:40.354Z | 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 } }] |
| 7069 | 2026-08-31T09:37:40.354Z | 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 } }] |
| 7070 | 2026-08-31T09:37:40.354Z | Aug 31 09:37:38.538 Aug 31 09:37:38.538INFO Aug 31 09:37:38.538 INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff INFO |
| 7071 | 2026-08-31T09:37:40.354Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 7072 | 2026-08-31T09:37:40.354Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 7073 | 2026-08-31T09:37:40.354Z | Aug 31 09:37:38.538Aug 31 09:37:38.538Aug 31 09:37:38.538 DEBG 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 |
| 7074 | 2026-08-31T09:37:40.354Z | replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7075 | 2026-08-31T09:37:40.354Z | |
| 7076 | 2026-08-31T09:37:40.354Z | Aug 31 09:37:38.538 INFO Aug 31 09:37:38.538Aug 31 09:37:38.538 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO |
| 7077 | 2026-08-31T09:37:40.354Z | INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 31 09:37:38.538 |
| 7078 | 2026-08-31T09:37:40.354Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 7079 | 2026-08-31T09:37:40.354Z | 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 } }] |
| 7080 | 2026-08-31T09:37:40.354Z | Aug 31 09:37:38.538 DEBGAug 31 09:37:38.538 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 |
| 7081 | 2026-08-31T09:37:40.354Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 7082 | 2026-08-31T09:37:40.354Z | Aug 31 09:37:38.538Aug 31 09:37:38.538Aug 31 09:37:38.538 INFO DEBG DEBGadding route 3fff:beef:29::/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 } }] |
| 7083 | 2026-08-31T09:37:40.354Z | |
| 7084 | 2026-08-31T09:37:40.354Z | 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 } }] |
| 7085 | 2026-08-31T09:37:40.354Z | Aug 31 09:37:38.538Aug 31 09:37:38.538 Aug 31 09:37:38.538INFO DEBGINFO adding route 3fff:beef:31::/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 } }]adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 7086 | 2026-08-31T09:37:40.355Z | Aug 31 09:37:38.538 |
| 7087 | 2026-08-31T09:37:40.355Z | |
| 7088 | 2026-08-31T09:37:40.355Z | DEBG created new freemapAug 31 09:37:38.538Aug 31 09:37:38.538Aug 31 09:37:38.538 , DEBG unitINFODEBG : replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 |
| 7089 | 2026-08-31T09:37:40.355Z | |
| 7090 | 2026-08-31T09:37:40.355Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 7091 | 2026-08-31T09:37:40.355Z | |
| 7092 | 2026-08-31T09:37:40.355Z | Aug 31 09:37:38.538Aug 31 09:37:38.538Aug 31 09:37:38.538 Aug 31 09:37:38.538INFO DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 7093 | 2026-08-31T09:37:40.355Z | 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 |
| 7094 | 2026-08-31T09:37:40.355Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG |
| 7095 | 2026-08-31T09:37:40.355Z | Aug 31 09:37:38.538 created new freemapAug 31 09:37:38.538DEBG, Aug 31 09:37:38.538replacing 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 } }] |
| 7096 | 2026-08-31T09:37:40.356Z | INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffunitDEBG |
| 7097 | 2026-08-31T09:37:40.356Z | Aug 31 09:37:38.538replacing 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 } }] |
| 7098 | 2026-08-31T09:37:40.360Z | : INFOfreemap_route_ipv6 |
| 7099 | 2026-08-31T09:37:40.360Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 31 09:37:38.538 |
| 7100 | 2026-08-31T09:37:40.360Z | DEBGAug 31 09:37:38.538 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 } }]DEBGAug 31 09:37:38.538Aug 31 09:37:38.538 |
| 7101 | 2026-08-31T09:37:40.361Z | 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 } }] |
| 7102 | 2026-08-31T09:37:40.361Z | INFOAug 31 09:37:38.538 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFODEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 7103 | 2026-08-31T09:37:40.361Z | |
| 7104 | 2026-08-31T09:37:40.361Z | initted freemap. size: 64, unitAug 31 09:37:38.538: Aug 31 09:37:38.538Aug 31 09:37:38.538 INFODEBGDEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 7105 | 2026-08-31T09:37:40.361Z | |
| 7106 | 2026-08-31T09:37:40.361Z | |
| 7107 | 2026-08-31T09:37:40.361Z | 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 } }] |
| 7108 | 2026-08-31T09:37:40.361Z | Aug 31 09:37:38.538Aug 31 09:37:38.538Aug 31 09:37:38.538Aug 31 09:37:38.538 DEBGINFO DEBGadding route 3fff:beef:2d::/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 } }] |
| 7109 | 2026-08-31T09:37:40.361Z | |
| 7110 | 2026-08-31T09:37:40.361Z | reset freemapINFO, unitadding route 3fff:beef:34::/64 -> 2001:db8::55:ff: |
| 7111 | 2026-08-31T09:37:40.361Z | Aug 31 09:37:38.538Aug 31 09:37:38.538 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:fffreemap_route_ipv4Aug 31 09:37:38.538DEBG |
| 7112 | 2026-08-31T09:37:40.361Z | 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 } }] |
| 7113 | 2026-08-31T09:37:40.361Z | |
| 7114 | 2026-08-31T09:37:40.361Z | DEBG Aug 31 09:37:38.538replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 7115 | 2026-08-31T09:37:40.361Z | Aug 31 09:37:38.538 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 31 09:37:38.538 |
| 7116 | 2026-08-31T09:37:40.361Z | Aug 31 09:37:38.538INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG |
| 7117 | 2026-08-31T09:37:40.361Z | INFO Aug 31 09:37:38.538 initted freemap. size: 64adding route 3fff:beef:35::/64 -> 2001:db8::55:ffINFO, |
| 7118 | 2026-08-31T09:37:40.361Z | unit adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 31 09:37:38.538: |
| 7119 | 2026-08-31T09:37:40.361Z | DEBGfreemap_route_ipv6 Aug 31 09:37:38.538 |
| 7120 | 2026-08-31T09:37:40.361Z | 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 } }]DEBGAug 31 09:37:38.538 |
| 7121 | 2026-08-31T09:37:40.361Z | 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 |
| 7122 | 2026-08-31T09:37:40.361Z | Aug 31 09:37:38.538replacing 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 31 09:37:38.538 |
| 7123 | 2026-08-31T09:37:40.362Z | DEBGAug 31 09:37:38.538 INFOreset freemap , adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff Aug 31 09:37:38.538INFO |
| 7124 | 2026-08-31T09:37:40.362Z | unit INFO :Aug 31 09:37:38.538adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 7125 | 2026-08-31T09:37:40.362Z | freemap_route_ipv6adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG |
| 7126 | 2026-08-31T09:37:40.362Z | |
| 7127 | 2026-08-31T09:37:40.362Z | Aug 31 09:37:38.538 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 31 09:37:38.538 |
| 7128 | 2026-08-31T09:37:40.362Z | 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 } }] |
| 7129 | 2026-08-31T09:37:40.362Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 31 09:37:38.538 |
| 7130 | 2026-08-31T09:37:40.363Z | INFOAug 31 09:37:38.538 Aug 31 09:37:38.538adding route 3fff:beef:30::/64 -> 2001:db8::55:ff Aug 31 09:37:38.538 |
| 7131 | 2026-08-31T09:37:40.363Z | INFODEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff 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 } }] |
| 7132 | 2026-08-31T09:37:40.363Z | 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 31 09:37:38.538 |
| 7133 | 2026-08-31T09:37:40.363Z | |
| 7134 | 2026-08-31T09:37:40.363Z | DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.538Aug 31 09:37:38.538 Aug 31 09:37:38.538 |
| 7135 | 2026-08-31T09:37:40.363Z | 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:37::/64 -> 2001:db8::55:ff |
| 7136 | 2026-08-31T09:37:40.363Z | |
| 7137 | 2026-08-31T09:37:40.363Z | Aug 31 09:37:38.538 Aug 31 09:37:38.538INFO Aug 31 09:37:38.538 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFO |
| 7138 | 2026-08-31T09:37:40.363Z | DEBG DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7139 | 2026-08-31T09:37:40.363Z | |
| 7140 | 2026-08-31T09:37:40.363Z | 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 } }] |
| 7141 | 2026-08-31T09:37:40.363Z | Aug 31 09:37:38.538 Aug 31 09:37:38.538DEBGAug 31 09:37:38.538 replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG 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 } }] |
| 7142 | 2026-08-31T09:37:40.363Z | |
| 7143 | 2026-08-31T09:37:40.363Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 7144 | 2026-08-31T09:37:40.363Z | Aug 31 09:37:38.538Aug 31 09:37:38.538Aug 31 09:37:38.538 INFO INFO DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 7145 | 2026-08-31T09:37:40.363Z | replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 7146 | 2026-08-31T09:37:40.363Z | |
| 7147 | 2026-08-31T09:37:40.364Z | Aug 31 09:37:38.538 Aug 31 09:37:38.538DEBG Aug 31 09:37:38.538 INFODEBG 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:39::/64 -> 2001:db8::55:ff |
| 7148 | 2026-08-31T09:37:40.364Z | |
| 7149 | 2026-08-31T09:37:40.364Z | 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 } }] |
| 7150 | 2026-08-31T09:37:40.364Z | Aug 31 09:37:38.538Aug 31 09:37:38.538Aug 31 09:37:38.538 DEBGINFO replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 7151 | 2026-08-31T09:37:40.364Z | |
| 7152 | 2026-08-31T09:37:40.364Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 7153 | 2026-08-31T09:37:40.364Z | test route::tests::grow_succeeds ... ok |
| 7154 | 2026-08-31T09:37:40.364Z | Aug 31 09:37:38.538 Aug 31 09:37:38.538Aug 31 09:37:38.538DEBG 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 } }] 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 |
| 7155 | 2026-08-31T09:37:40.364Z | |
| 7156 | 2026-08-31T09:37:40.364Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 7157 | 2026-08-31T09:37:40.364Z | Aug 31 09:37:38.538 Aug 31 09:37:38.538INFOAug 31 09:37:38.538 adding route 3fff:beef:34::/64 -> 2001:db8::55:ff DEBG |
| 7158 | 2026-08-31T09:37:40.364Z | INFO replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 7159 | 2026-08-31T09:37:40.364Z | |
| 7160 | 2026-08-31T09:37:40.364Z | Aug 31 09:37:38.538 DEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.538 |
| 7161 | 2026-08-31T09:37:40.364Z | Aug 31 09:37:38.538 DEBGINFO Aug 31 09:37:38.538replacing 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 } }] |
| 7162 | 2026-08-31T09:37:40.364Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFO |
| 7163 | 2026-08-31T09:37:40.364Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 7164 | 2026-08-31T09:37:40.364Z | Aug 31 09:37:38.538 Aug 31 09:37:38.538Aug 31 09:37:38.538 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 } }]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 } }] |
| 7165 | 2026-08-31T09:37:40.364Z | |
| 7166 | 2026-08-31T09:37:40.364Z | INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 7167 | 2026-08-31T09:37:40.364Z | Aug 31 09:37:38.538 INFOAug 31 09:37:38.538Aug 31 09:37:38.538 DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff INFO |
| 7168 | 2026-08-31T09:37:40.364Z | adding route 3fff:beef:36::/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 } }] |
| 7169 | 2026-08-31T09:37:40.365Z | |
| 7170 | 2026-08-31T09:37:40.365Z | Aug 31 09:37:38.538 DEBG Aug 31 09:37:38.538replacing 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 31 09:37:38.538 |
| 7171 | 2026-08-31T09:37:40.365Z | DEBG INFOreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:37:38.538 |
| 7172 | 2026-08-31T09:37:40.366Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO |
| 7173 | 2026-08-31T09:37:40.366Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 7174 | 2026-08-31T09:37:40.366Z | Aug 31 09:37:38.538 INFO Aug 31 09:37:38.538Aug 31 09:37:38.538adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 7175 | 2026-08-31T09:37:40.367Z | DEBGDEBG 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 } }]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 } }] |
| 7176 | 2026-08-31T09:37:40.367Z | |
| 7177 | 2026-08-31T09:37:40.367Z | Aug 31 09:37:38.538 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 } }] |
| 7178 | 2026-08-31T09:37:40.367Z | Aug 31 09:37:38.538 Aug 31 09:37:38.538INFO INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 31 09:37:38.538 adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 7179 | 2026-08-31T09:37:40.367Z | INFO |
| 7180 | 2026-08-31T09:37:40.367Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 7181 | 2026-08-31T09:37:40.367Z | Aug 31 09:37:38.538 DEBG Aug 31 09:37:38.538Aug 31 09:37:38.538replacing 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 } }] |
| 7182 | 2026-08-31T09:37:40.367Z | 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: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 31 09:37:38.538 |
| 7183 | 2026-08-31T09:37:40.367Z | |
| 7184 | 2026-08-31T09:37:40.367Z | INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 7185 | 2026-08-31T09:37:40.367Z | Aug 31 09:37:38.538 INFOAug 31 09:37:38.538Aug 31 09:37:38.538 adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff |
| 7186 | 2026-08-31T09:37:40.367Z | INFO DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 7187 | 2026-08-31T09:37:40.367Z | 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 31 09:37:38.538 |
| 7188 | 2026-08-31T09:37:40.367Z | DEBG replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7189 | 2026-08-31T09:37:40.367Z | Aug 31 09:37:38.538 DEBGAug 31 09:37:38.538 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 31 09:37:38.538 |
| 7190 | 2026-08-31T09:37:40.367Z | INFO DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 7191 | 2026-08-31T09:37:40.367Z | failed to allocate space for the new target listAug 31 09:37:38.538 |
| 7192 | 2026-08-31T09:37:40.367Z | INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 7193 | 2026-08-31T09:37:40.367Z | Aug 31 09:37:38.538 DEBGAug 31 09:37:38.538 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 |
| 7194 | 2026-08-31T09:37:40.367Z | Aug 31 09:37:38.538replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7195 | 2026-08-31T09:37:40.368Z | 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 31 09:37:38.538 |
| 7196 | 2026-08-31T09:37:40.368Z | INFO |
| 7197 | 2026-08-31T09:37:40.368Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 31 09:37:38.538 |
| 7198 | 2026-08-31T09:37:40.372Z | Aug 31 09:37:38.538DEBG INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:fffailed to allocate space for the new target list |
| 7199 | 2026-08-31T09:37:40.372Z | |
| 7200 | 2026-08-31T09:37:40.372Z | Aug 31 09:37:38.538 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 } }]Aug 31 09:37:38.538 |
| 7201 | 2026-08-31T09:37:40.372Z | Aug 31 09:37:38.538DEBG DEBGreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff: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 } }] |
| 7202 | 2026-08-31T09:37:40.373Z | |
| 7203 | 2026-08-31T09:37:40.373Z | Aug 31 09:37:38.538 INFO Aug 31 09:37:38.538adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 31 09:37:38.538 |
| 7204 | 2026-08-31T09:37:40.373Z | INFOINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 31 09:37:38.538 |
| 7205 | 2026-08-31T09:37:40.373Z | |
| 7206 | 2026-08-31T09:37:40.373Z | 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 } }] |
| 7207 | 2026-08-31T09:37:40.373Z | Aug 31 09:37:38.538 Aug 31 09:37:38.538DEBG DEBGAug 31 09:37:38.538replacing 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 } }] |
| 7208 | 2026-08-31T09:37:40.373Z | 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 |
| 7209 | 2026-08-31T09:37:40.373Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 7210 | 2026-08-31T09:37:40.373Z | Aug 31 09:37:38.538 INFOAug 31 09:37:38.538Aug 31 09:37:38.538 INFODEBG adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 7211 | 2026-08-31T09:37:40.373Z | 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:3d::/64 -> 2001:db8::55:ff |
| 7212 | 2026-08-31T09:37:40.373Z | |
| 7213 | 2026-08-31T09:37:40.373Z | Aug 31 09:37:38.538 Aug 31 09:37:38.538DEBG INFOAug 31 09:37:38.538 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:2a::/64 -> 2001:db8::55:ff |
| 7214 | 2026-08-31T09:37:40.373Z | DEBG |
| 7215 | 2026-08-31T09:37:40.373Z | 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 } }] |
| 7216 | 2026-08-31T09:37:40.373Z | Aug 31 09:37:38.538 Aug 31 09:37:38.538INFO Aug 31 09:37:38.538adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG INFOreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7217 | 2026-08-31T09:37:40.373Z | |
| 7218 | 2026-08-31T09:37:40.374Z | adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 7219 | 2026-08-31T09:37:40.374Z | Aug 31 09:37:38.538Aug 31 09:37:38.538Aug 31 09:37:38.538 INFODEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 7220 | 2026-08-31T09:37:40.374Z | 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 } }] |
| 7221 | 2026-08-31T09:37:40.374Z | |
| 7222 | 2026-08-31T09:37:40.374Z | Aug 31 09:37:38.538 Aug 31 09:37:38.538Aug 31 09:37:38.538 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:7::/64 -> 2001:db8::55:ffDEBG |
| 7223 | 2026-08-31T09:37:40.374Z | |
| 7224 | 2026-08-31T09:37:40.374Z | failed to allocate space for the new target list |
| 7225 | 2026-08-31T09:37:40.374Z | Aug 31 09:37:38.538 Aug 31 09:37:38.538INFO Aug 31 09:37:38.538DEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7226 | 2026-08-31T09:37:40.374Z | |
| 7227 | 2026-08-31T09:37:40.374Z | 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 } }] |
| 7228 | 2026-08-31T09:37:40.374Z | Aug 31 09:37:38.538Aug 31 09:37:38.538 INFODEBG adding route 3fff:beef:8::/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 } }] |
| 7229 | 2026-08-31T09:37:40.374Z | |
| 7230 | 2026-08-31T09:37:40.374Z | Aug 31 09:37:38.538Aug 31 09:37:38.538 DEBGINFO replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 7231 | 2026-08-31T09:37:40.374Z | |
| 7232 | 2026-08-31T09:37:40.374Z | Aug 31 09:37:38.539Aug 31 09:37:38.539 DEBGINFO replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 7233 | 2026-08-31T09:37:40.374Z | |
| 7234 | 2026-08-31T09:37:40.375Z | Aug 31 09:37:38.539Aug 31 09:37:38.539 INFODEBG adding route 3fff:beef:2e::/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 } }] |
| 7235 | 2026-08-31T09:37:40.375Z | |
| 7236 | 2026-08-31T09:37:40.375Z | Aug 31 09:37:38.539Aug 31 09:37:38.539 INFODEBG adding route 3fff:beef:a::/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 } }] |
| 7237 | 2026-08-31T09:37:40.375Z | |
| 7238 | 2026-08-31T09:37:40.375Z | Aug 31 09:37:38.539Aug 31 09:37:38.539 DEBGINFO replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 7239 | 2026-08-31T09:37:40.375Z | |
| 7240 | 2026-08-31T09:37:40.375Z | Aug 31 09:37:38.539Aug 31 09:37:38.539 INFODEBG adding route 3fff:beef:b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7241 | 2026-08-31T09:37:40.375Z | |
| 7242 | 2026-08-31T09:37:40.375Z | Aug 31 09:37:38.539Aug 31 09:37:38.539 DEBGINFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 7243 | 2026-08-31T09:37:40.375Z | |
| 7244 | 2026-08-31T09:37:40.375Z | Aug 31 09:37:38.539Aug 31 09:37:38.539 INFODEBG adding route 3fff:beef:c::/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 } }] |
| 7245 | 2026-08-31T09:37:40.375Z | |
| 7246 | 2026-08-31T09:37:40.375Z | Aug 31 09:37:38.539Aug 31 09:37:38.539 INFODEBG adding route 3fff:beef:31::/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 } }] |
| 7247 | 2026-08-31T09:37:40.376Z | |
| 7248 | 2026-08-31T09:37:40.376Z | Aug 31 09:37:38.539Aug 31 09:37:38.539 INFODEBG adding route 3fff:beef:d::/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 } }] |
| 7249 | 2026-08-31T09:37:40.376Z | |
| 7250 | 2026-08-31T09:37:40.376Z | Aug 31 09:37:38.539Aug 31 09:37:38.539 DEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 7251 | 2026-08-31T09:37:40.376Z | |
| 7252 | 2026-08-31T09:37:40.376Z | Aug 31 09:37:38.539Aug 31 09:37:38.539 INFODEBG adding route 3fff:beef:e::/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 } }] |
| 7253 | 2026-08-31T09:37:40.376Z | |
| 7254 | 2026-08-31T09:37:40.376Z | Aug 31 09:37:38.539Aug 31 09:37:38.539 DEBGINFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 7255 | 2026-08-31T09:37:40.376Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 7256 | 2026-08-31T09:37:40.377Z | |
| 7257 | 2026-08-31T09:37:40.377Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 7258 | 2026-08-31T09:37:40.377Z | Aug 31 09:37:38.539Aug 31 09:37:38.539 INFODEBG adding route 3fff:beef:f::/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 } }] |
| 7259 | 2026-08-31T09:37:40.377Z | |
| 7260 | 2026-08-31T09:37:40.377Z | Aug 31 09:37:38.539Aug 31 09:37:38.539 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:34::/64 -> 2001:db8::55:ff |
| 7261 | 2026-08-31T09:37:40.377Z | |
| 7262 | 2026-08-31T09:37:40.377Z | Aug 31 09:37:38.539Aug 31 09:37:38.539 INFODEBG adding route 3fff:beef:10::/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 } }] |
| 7263 | 2026-08-31T09:37:40.379Z | |
| 7264 | 2026-08-31T09:37:40.379Z | Aug 31 09:37:38.539Aug 31 09:37:38.539 DEBGINFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 7265 | 2026-08-31T09:37:40.379Z | |
| 7266 | 2026-08-31T09:37:40.379Z | Aug 31 09:37:38.539Aug 31 09:37:38.539 INFODEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7267 | 2026-08-31T09:37:40.379Z | |
| 7268 | 2026-08-31T09:37:40.379Z | Aug 31 09:37:38.539Aug 31 09:37:38.539 INFODEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7269 | 2026-08-31T09:37:40.379Z | |
| 7270 | 2026-08-31T09:37:40.379Z | Aug 31 09:37:38.539Aug 31 09:37:38.539 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:12::/64 -> 2001:db8::55:ff |
| 7271 | 2026-08-31T09:37:40.379Z | Aug 31 09:37:38.539Aug 31 09:37:38.539 DEBG DEBG created new freemapcreated new freemapAug 31 09:37:38.546, Aug 31 09:37:38.539 unit, :DEBGunit freemap_route_ipv4 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 } }]: |
| 7272 | 2026-08-31T09:37:40.379Z | |
| 7273 | 2026-08-31T09:37:40.379Z | DEBG freemap_route_ipv4created new freemap |
| 7274 | 2026-08-31T09:37:40.379Z | Aug 31 09:37:38.546 INFO Aug 31 09:37:38.540 Aug 31 09:37:38.546DEBG DEBGcreated new freemap , created new freemapunit, Aug 31 09:37:38.546, unit: :freemap_route_ipv6 |
| 7275 | 2026-08-31T09:37:40.379Z | freemap_route_ipv4 |
| 7276 | 2026-08-31T09:37:40.379Z | unit :DEBG Aug 31 09:37:38.546 freemap_route_ipv4created new freemap |
| 7277 | 2026-08-31T09:37:40.379Z | DEBG, unitAug 31 09:37:38.546initted freemap. size: 64 , DEBGunit: :created new freemapfreemap_route_ipv6, |
| 7278 | 2026-08-31T09:37:40.379Z | unit freemap_route_ipv4: |
| 7279 | 2026-08-31T09:37:40.379Z | freemap_route_ipv6Aug 31 09:37:38.546Aug 31 09:37:38.546 DEBG DEBGinitted freemap. size: 64Aug 31 09:37:38.546 created new freemapDEBG |
| 7280 | 2026-08-31T09:37:40.379Z | , reset freemap, , unitunit::unit Aug 31 09:37:38.546:freemap_route_ipv4 DEBG |
| 7281 | 2026-08-31T09:37:40.380Z | initted freemap. size: 64freemap_route_ipv4freemap_route_ipv6, |
| 7282 | 2026-08-31T09:37:40.380Z | |
| 7283 | 2026-08-31T09:37:40.380Z | unit:Aug 31 09:37:38.546 Aug 31 09:37:38.546 freemap_route_ipv4DEBGDEBGAug 31 09:37:38.546 |
| 7284 | 2026-08-31T09:37:40.380Z | initted freemap. size: 64DEBGinitted freemap. size: 64, , reset freemapunit, :unit |
| 7285 | 2026-08-31T09:37:40.380Z | freemap_route_ipv6:unit |
| 7286 | 2026-08-31T09:37:40.380Z | freemap_route_ipv4:Aug 31 09:37:38.546 |
| 7287 | 2026-08-31T09:37:40.380Z | freemap_route_ipv4 |
| 7288 | 2026-08-31T09:37:40.380Z | DEBGAug 31 09:37:38.546 DEBGreset freemap , reset freemapunit, Aug 31 09:37:38.546: DEBGfreemap_route_ipv4 |
| 7289 | 2026-08-31T09:37:40.380Z | reset freemapunitAug 31 09:37:38.546:Aug 31 09:37:38.546 INFO DEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ff freemap_route_ipv6, |
| 7290 | 2026-08-31T09:37:40.380Z | Aug 31 09:37:38.546 |
| 7291 | 2026-08-31T09:37:40.380Z | initted freemap. size: 64 , DEBGunit:unit initted freemap. size: 64Aug 31 09:37:38.546: INFOfreemap_route_ipv6 |
| 7292 | 2026-08-31T09:37:40.380Z | , Aug 31 09:37:38.546unitadding route 3fff:dead::/64 -> 2001:db8::55:1: |
| 7293 | 2026-08-31T09:37:40.380Z | DEBGfreemap_route_ipv6 |
| 7294 | 2026-08-31T09:37:40.380Z | 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 31 09:37:38.546 |
| 7295 | 2026-08-31T09:37:40.380Z | Aug 31 09:37:38.546 freemap_route_ipv4DEBG Aug 31 09:37:38.546DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 7296 | 2026-08-31T09:37:40.380Z | reset freemapreset freemap, |
| 7297 | 2026-08-31T09:37:40.380Z | unit, unitAug 31 09:37:38.546:Aug 31 09:37:38.546 freemap_route_ipv6 |
| 7298 | 2026-08-31T09:37:40.385Z | INFOINFO Aug 31 09:37:38.546adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7299 | 2026-08-31T09:37:40.385Z | :Aug 31 09:37:38.546adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 7300 | 2026-08-31T09:37:40.385Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 7301 | 2026-08-31T09:37:40.385Z | freemap_route_ipv6Aug 31 09:37:38.546Aug 31 09:37:38.546 initted freemap. size: 64DEBG DEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7302 | 2026-08-31T09:37:40.385Z | |
| 7303 | 2026-08-31T09:37:40.385Z | , Aug 31 09:37:38.546unit 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 } }] |
| 7304 | 2026-08-31T09:37:40.385Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 09:37:38.546freemap_route_ipv6 |
| 7305 | 2026-08-31T09:37:40.385Z | |
| 7306 | 2026-08-31T09:37:40.385Z | INFO Aug 31 09:37:38.546Aug 31 09:37:38.546 adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 7307 | 2026-08-31T09:37:40.385Z | INFOINFOAug 31 09:37:38.546Aug 31 09:37:38.546 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 7308 | 2026-08-31T09:37:40.385Z | Aug 31 09:37:38.546reset freemap adding route 3fff:dead::/64 -> 2001:db8::55:3DEBGadding route 172.16.0.0/32 -> 10.0.0.1, 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 } }] |
| 7309 | 2026-08-31T09:37:40.385Z | unit |
| 7310 | 2026-08-31T09:37:40.385Z | : |
| 7311 | 2026-08-31T09:37:40.385Z | freemap_route_ipv6 |
| 7312 | 2026-08-31T09:37:40.385Z | Aug 31 09:37:38.546Aug 31 09:37:38.546Aug 31 09:37:38.546 DEBGDEBG INFOAug 31 09:37:38.546 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 09:37:38.546replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7313 | 2026-08-31T09:37:40.385Z | INFODEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 7314 | 2026-08-31T09:37:40.387Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7315 | 2026-08-31T09:37:40.387Z | |
| 7316 | 2026-08-31T09:37:40.388Z | Aug 31 09:37:38.546replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 31 09:37:38.546 Aug 31 09:37:38.546adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG |
| 7317 | 2026-08-31T09:37:40.389Z | INFO |
| 7318 | 2026-08-31T09:37:40.389Z | 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 31 09:37:38.546Aug 31 09:37:38.546adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7319 | 2026-08-31T09:37:40.389Z | |
| 7320 | 2026-08-31T09:37:40.389Z | DEBG Aug 31 09:37:38.546 DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] Aug 31 09:37:38.546 |
| 7321 | 2026-08-31T09:37:40.389Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7322 | 2026-08-31T09:37:40.389Z | Aug 31 09:37:38.546replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 7323 | 2026-08-31T09:37:40.389Z | Aug 31 09:37:38.546DEBG Aug 31 09:37:38.546adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff DEBG |
| 7324 | 2026-08-31T09:37:40.389Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 7325 | 2026-08-31T09:37:40.389Z | Aug 31 09:37:38.546 INFO |
| 7326 | 2026-08-31T09:37:40.389Z | Aug 31 09:37:38.546adding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 31 09:37:38.546INFO |
| 7327 | 2026-08-31T09:37:40.391Z | INFOAug 31 09:37:38.546DEBG DEBGAug 31 09:37:38.546adding route 3fff:dead::/64 -> 2001:db8::55:2 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]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 } }] |
| 7328 | 2026-08-31T09:37:40.391Z | |
| 7329 | 2026-08-31T09:37:40.391Z | |
| 7330 | 2026-08-31T09:37:40.391Z | DEBGadding route 172.17.0.0/32 -> 10.0.0.255 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 7331 | 2026-08-31T09:37:40.391Z | |
| 7332 | 2026-08-31T09:37:40.391Z | Aug 31 09:37:38.546Aug 31 09:37:38.546 INFODEBG Aug 31 09:37:38.546adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 7333 | 2026-08-31T09:37:40.391Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 7334 | 2026-08-31T09:37:40.391Z | Aug 31 09:37:38.539 Aug 31 09:37:38.546DEBGreplacing targets for 3fff:dead::/64 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 } }] |
| 7335 | 2026-08-31T09:37:40.391Z | Aug 31 09:37:38.546created new freemap DEBGDEBG, unit :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 31 09:37:38.546Aug 31 09:37:38.546 freemap_route_ipv4 |
| 7336 | 2026-08-31T09:37:40.391Z | |
| 7337 | 2026-08-31T09:37:40.391Z | WARN Aug 31 09:37:38.547INFOreplacing 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 31 09:37:38.547adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG |
| 7338 | 2026-08-31T09:37:40.391Z | |
| 7339 | 2026-08-31T09:37:40.391Z | failed to allocate space for the new target listcreated new freemap |
| 7340 | 2026-08-31T09:37:40.391Z | , |
| 7341 | 2026-08-31T09:37:40.391Z | unitAug 31 09:37:38.547 :Aug 31 09:37:38.547 INFOfreemap_route_ipv6Aug 31 09:37:38.547Aug 31 09:37:38.547 |
| 7342 | 2026-08-31T09:37:40.391Z | ERRODEBG rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 31 09:37:38.547 DEBG |
| 7343 | 2026-08-31T09:37:40.391Z | DEBG |
| 7344 | 2026-08-31T09:37:40.391Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 7345 | 2026-08-31T09:37:40.391Z | initted freemap. size: 64, unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 31 09:37:38.547: |
| 7346 | 2026-08-31T09:37:40.391Z | Aug 31 09:37:38.547 freemap_route_ipv4DEBG |
| 7347 | 2026-08-31T09:37:40.391Z | 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 } }]ERRO |
| 7348 | 2026-08-31T09:37:40.392Z | shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds it |
| 7349 | 2026-08-31T09:37:40.392Z | Aug 31 09:37:38.547 Aug 31 09:37:38.547DEBG INFOreset freemap , unitAug 31 09:37:38.547adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7350 | 2026-08-31T09:37:40.392Z | :INFO freemap_route_ipv4 |
| 7351 | 2026-08-31T09:37:40.392Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7352 | 2026-08-31T09:37:40.392Z | Aug 31 09:37:38.547 DEBG Aug 31 09:37:38.547 DEBG initted freemap. size: 64, unit: freemap_route_ipv6Aug 31 09:37:38.547 |
| 7353 | 2026-08-31T09:37:40.392Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 7354 | 2026-08-31T09:37:40.392Z | 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 31 09:37:38.547 |
| 7355 | 2026-08-31T09:37:40.392Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 7356 | 2026-08-31T09:37:40.392Z | DEBGAug 31 09:37:38.547 reset freemapDEBG, 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:2, vlan_id: None } }, NextHop { asic_port_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 31 09:37:38.547 |
| 7357 | 2026-08-31T09:37:40.392Z | :INFO freemap_route_ipv6 |
| 7358 | 2026-08-31T09:37:40.392Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 7359 | 2026-08-31T09:37:40.392Z | adding route 172.17.0.3/32 -> 10.0.0.255Aug 31 09:37:38.547 |
| 7360 | 2026-08-31T09:37:40.392Z | WARNAug 31 09:37:38.547 shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 31 09:37:38.547 |
| 7361 | 2026-08-31T09:37:40.392Z | INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1 |
| 7362 | 2026-08-31T09:37:40.392Z | 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 } }] |
| 7363 | 2026-08-31T09:37:40.392Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 31 09:37:38.547 |
| 7364 | 2026-08-31T09:37:40.392Z | INFOAug 31 09:37:38.547 adding route 172.17.0.4/32 -> 10.0.0.255DEBG |
| 7365 | 2026-08-31T09:37:40.392Z | Aug 31 09:37:38.547 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 7366 | 2026-08-31T09:37:40.392Z | Aug 31 09:37:38.547 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 |
| 7367 | 2026-08-31T09:37:40.392Z | 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 } }] |
| 7368 | 2026-08-31T09:37:40.393Z | Aug 31 09:37:38.547 INFOAug 31 09:37:38.547Aug 31 09:37:38.547 INFOadding route 172.17.0.0/32 -> 10.0.0.255 |
| 7369 | 2026-08-31T09:37:40.393Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFO |
| 7370 | 2026-08-31T09:37:40.393Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 7371 | 2026-08-31T09:37:40.393Z | Aug 31 09:37:38.547Aug 31 09:37:38.547 DEBGDEBGAug 31 09:37:38.547 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 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 } }] |
| 7372 | 2026-08-31T09:37:40.393Z | Aug 31 09:37:38.547Aug 31 09:37:38.547Aug 31 09:37:38.557 DEBG DEBGINFO created new freemapadding route 3fff:beef:15::/64 -> 2001:db8::55:ffcreated new freemap, |
| 7373 | 2026-08-31T09:37:40.393Z | unit, :unit :freemap_route_ipv4 |
| 7374 | 2026-08-31T09:37:40.393Z | freemap_route_ipv4Aug 31 09:37:38.557 |
| 7375 | 2026-08-31T09:37:40.393Z | Aug 31 09:37:38.557 DEBGDEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap |
| 7376 | 2026-08-31T09:37:40.393Z | , unitAug 31 09:37:38.539: DEBGfreemap_route_ipv6 Aug 31 09:37:38.557 |
| 7377 | 2026-08-31T09:37:40.393Z | INFO created new freemapadding route 3fff:beef:16::/64 -> 2001:db8::55:ff, Aug 31 09:37:38.557 |
| 7378 | 2026-08-31T09:37:40.393Z | DEBG initted freemap. size: 64unit: , freemap_route_ipv4unitAug 31 09:37:38.557: |
| 7379 | 2026-08-31T09:37:40.393Z | DEBGfreemap_route_ipv4 Aug 31 09:37:38.557replacing 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 } }] |
| 7380 | 2026-08-31T09:37:40.393Z | |
| 7381 | 2026-08-31T09:37:40.393Z | Aug 31 09:37:38.557Aug 31 09:37:38.557 DEBG INFO DEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffreset freemap |
| 7382 | 2026-08-31T09:37:40.393Z | created new freemap, , unitunitAug 31 09:37:38.557: :Aug 31 09:37:38.557 DEBGfreemap_route_ipv6 |
| 7383 | 2026-08-31T09:37:40.393Z | created new freemapDEBG, freemap_route_ipv4 |
| 7384 | 2026-08-31T09:37:40.393Z | 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 } }]: |
| 7385 | 2026-08-31T09:37:40.393Z | freemap_route_ipv6Aug 31 09:37:38.557Aug 31 09:37:38.557Aug 31 09:37:38.557 INFODEBGDEBG |
| 7386 | 2026-08-31T09:37:40.393Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffinitted freemap. size: 64initted freemap. size: 64, |
| 7387 | 2026-08-31T09:37:40.393Z | , unitunit::Aug 31 09:37:38.557 Aug 31 09:37:38.557freemap_route_ipv4DEBG |
| 7388 | 2026-08-31T09:37:40.393Z | freemap_route_ipv6initted freemap. size: 64DEBG, |
| 7389 | 2026-08-31T09:37:40.394Z | unit :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 } }] |
| 7390 | 2026-08-31T09:37:40.394Z | Aug 31 09:37:38.557freemap_route_ipv4 |
| 7391 | 2026-08-31T09:37:40.394Z | Aug 31 09:37:38.557DEBGAug 31 09:37:38.557 INFODEBGreset freemapAug 31 09:37:38.557, unitadding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG |
| 7392 | 2026-08-31T09:37:40.394Z | reset freemap: , reset freemapAug 31 09:37:38.557, unitfreemap_route_ipv4DEBGunit: |
| 7393 | 2026-08-31T09:37:40.394Z | : freemap_route_ipv4freemap_route_ipv6 |
| 7394 | 2026-08-31T09:37:40.394Z | 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 } }] |
| 7395 | 2026-08-31T09:37:40.394Z | |
| 7396 | 2026-08-31T09:37:40.394Z | Aug 31 09:37:38.557Aug 31 09:37:38.557 DEBGDEBG Aug 31 09:37:38.557initted freemap. size: 64initted freemap. size: 64 , Aug 31 09:37:38.557INFO unitINFO :, adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1unit : |
| 7397 | 2026-08-31T09:37:40.394Z | |
| 7398 | 2026-08-31T09:37:40.399Z | freemap_route_ipv6freemap_route_ipv6 |
| 7399 | 2026-08-31T09:37:40.399Z | |
| 7400 | 2026-08-31T09:37:40.399Z | Aug 31 09:37:38.557Aug 31 09:37:38.557 Aug 31 09:37:38.557DEBG DEBGreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 7401 | 2026-08-31T09:37:40.399Z | reset freemapAug 31 09:37:38.557, 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 } }] reset freemap |
| 7402 | 2026-08-31T09:37:40.399Z | freemap_route_ipv6, |
| 7403 | 2026-08-31T09:37:40.399Z | Aug 31 09:37:38.557unit: freemap_route_ipv6INFOAug 31 09:37:38.557 |
| 7404 | 2026-08-31T09:37:40.399Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO |
| 7405 | 2026-08-31T09:37:40.399Z | Aug 31 09:37:38.557adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7406 | 2026-08-31T09:37:40.399Z | Aug 31 09:37:38.557INFOAug 31 09:37:38.557 DEBGINFOadding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 31 09:37:38.557adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7407 | 2026-08-31T09:37:40.399Z | |
| 7408 | 2026-08-31T09:37:40.399Z | 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 |
| 7409 | 2026-08-31T09:37:40.399Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 31 09:37:38.557 |
| 7410 | 2026-08-31T09:37:40.399Z | Aug 31 09:37:38.557 DEBG INFO 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 31 09:37:38.557adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 31 09:37:38.557 |
| 7411 | 2026-08-31T09:37:40.399Z | INFO |
| 7412 | 2026-08-31T09:37:40.399Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 31 09:37:38.557 |
| 7413 | 2026-08-31T09:37:40.399Z | INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 09:37:38.557 |
| 7414 | 2026-08-31T09:37:40.399Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 09:37:38.557 |
| 7415 | 2026-08-31T09:37:40.399Z | 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: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 31 09:37:38.557 |
| 7416 | 2026-08-31T09:37:40.400Z | |
| 7417 | 2026-08-31T09:37:40.400Z | Aug 31 09:37:38.557DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 09:37:38.557 Aug 31 09:37:38.557 |
| 7418 | 2026-08-31T09:37:40.400Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:3 INFO |
| 7419 | 2026-08-31T09:37:40.400Z | adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 31 09:37:38.557 |
| 7420 | 2026-08-31T09:37:40.400Z | |
| 7421 | 2026-08-31T09:37:40.400Z | INFOAug 31 09:37:38.557Aug 31 09:37:38.557Aug 31 09:37:38.557 DEBG DEBGDEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7422 | 2026-08-31T09:37:40.400Z | |
| 7423 | 2026-08-31T09:37:40.400Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 7424 | 2026-08-31T09:37:40.400Z | Aug 31 09:37:38.557 |
| 7425 | 2026-08-31T09:37:40.400Z | Aug 31 09:37:38.557DEBG INFOAug 31 09:37:38.557 adding route 3fff:beef:1e::/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 } }] |
| 7426 | 2026-08-31T09:37:40.401Z | INFO Aug 31 09:37:38.557adding route 3fff:dead::/64 -> 2001:db8::55:4 INFO |
| 7427 | 2026-08-31T09:37:40.401Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 31 09:37:38.557 |
| 7428 | 2026-08-31T09:37:40.401Z | |
| 7429 | 2026-08-31T09:37:40.401Z | DEBGAug 31 09:37:38.557 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 |
| 7430 | 2026-08-31T09:37:40.401Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 31 09:37:38.557 |
| 7431 | 2026-08-31T09:37:40.401Z | Aug 31 09:37:38.557DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 7432 | 2026-08-31T09:37:40.401Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 31 09:37:38.557 |
| 7433 | 2026-08-31T09:37:40.401Z | Aug 31 09:37:38.557DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 31 09:37:38.557 |
| 7434 | 2026-08-31T09:37:40.401Z | Aug 31 09:37:38.557adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff DEBG |
| 7435 | 2026-08-31T09:37:40.401Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 09:37:38.557 |
| 7436 | 2026-08-31T09:37:40.401Z | INFO 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:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 7437 | 2026-08-31T09:37:40.401Z | Aug 31 09:37:38.557 |
| 7438 | 2026-08-31T09:37:40.401Z | Aug 31 09:37:38.557DEBG WARN 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 } }] |
| 7439 | 2026-08-31T09:37:40.401Z | shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 31 09:37:38.557 |
| 7440 | 2026-08-31T09:37:40.401Z | DEBGAug 31 09:37:38.557 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 } }]WARN |
| 7441 | 2026-08-31T09:37:40.401Z | Aug 31 09:37:38.557shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 7442 | 2026-08-31T09:37:40.401Z | INFO Aug 31 09:37:38.557adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 7443 | 2026-08-31T09:37:40.402Z | INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 7444 | 2026-08-31T09:37:40.402Z | Aug 31 09:37:38.547Aug 31 09:37:38.557Aug 31 09:37:38.557 DEBGDEBG DEBG |
| 7445 | 2026-08-31T09:37:40.402Z | 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 } }]created new freemapreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7446 | 2026-08-31T09:37:40.402Z | |
| 7447 | 2026-08-31T09:37:40.402Z | , unitAug 31 09:37:38.557: Aug 31 09:37:38.557Aug 31 09:37:38.557 INFO INFOfreemap_route_ipv4 INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ff adding route 172.17.0.1/32 -> 10.0.0.255adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 7448 | 2026-08-31T09:37:40.402Z | |
| 7449 | 2026-08-31T09:37:40.402Z | |
| 7450 | 2026-08-31T09:37:40.402Z | |
| 7451 | 2026-08-31T09:37:40.402Z | Aug 31 09:37:38.557Aug 31 09:37:38.557 Aug 31 09:37:38.557DEBGDEBG 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 } }] |
| 7452 | 2026-08-31T09:37:40.402Z | DEBGAug 31 09:37:38.557 replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7453 | 2026-08-31T09:37:40.402Z | Aug 31 09:37:38.557DEBG |
| 7454 | 2026-08-31T09:37:40.402Z | created new freemapINFO, Aug 31 09:37:38.557unit adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO |
| 7455 | 2026-08-31T09:37:40.402Z | test route::tests::identity_replace_is_noop ... ok |
| 7456 | 2026-08-31T09:37:40.402Z | Aug 31 09:37:38.557: INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7457 | 2026-08-31T09:37:40.402Z | freemap_route_ipv6adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 7458 | 2026-08-31T09:37:40.402Z | |
| 7459 | 2026-08-31T09:37:40.402Z | Aug 31 09:37:38.557 DEBG initted freemap. size: 64, unit: freemap_route_ipv4Aug 31 09:37:38.557 |
| 7460 | 2026-08-31T09:37:40.402Z | Aug 31 09:37:38.557DEBG DEBGreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:37:38.557 |
| 7461 | 2026-08-31T09:37:40.402Z | Aug 31 09:37:38.557 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 } }] 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 } }] |
| 7462 | 2026-08-31T09:37:40.402Z | |
| 7463 | 2026-08-31T09:37:40.402Z | Aug 31 09:37:38.557 reset freemapINFO, Aug 31 09:37:38.557adding route 172.17.0.3/32 -> 10.0.0.255unit |
| 7464 | 2026-08-31T09:37:40.402Z | Aug 31 09:37:38.557 :INFO INFOfreemap_route_ipv4 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 31 09:37:38.557 |
| 7465 | 2026-08-31T09:37:40.402Z | DEBG |
| 7466 | 2026-08-31T09:37:40.403Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:37:38.557 |
| 7467 | 2026-08-31T09:37:40.403Z | DEBG |
| 7468 | 2026-08-31T09:37:40.403Z | 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 31 09:37:38.557 |
| 7469 | 2026-08-31T09:37:40.403Z | DEBGAug 31 09:37:38.557 INFOinitted freemap. size: 64 , adding route 172.17.0.4/32 -> 10.0.0.255Aug 31 09:37:38.557 |
| 7470 | 2026-08-31T09:37:40.403Z | Aug 31 09:37:38.557 unitINFO : DEBG freemap_route_ipv6 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 31 09:37:38.557replacing 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 } }] |
| 7471 | 2026-08-31T09:37:40.403Z | |
| 7472 | 2026-08-31T09:37:40.403Z | 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 } }] |
| 7473 | 2026-08-31T09:37:40.403Z | |
| 7474 | 2026-08-31T09:37:40.403Z | Aug 31 09:37:38.557 DEBGAug 31 09:37:38.557 reset freemapDEBG, Aug 31 09:37:38.557Aug 31 09:37:38.547 Aug 31 09:37:38.557replacing 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 unit : |
| 7475 | 2026-08-31T09:37:40.403Z | INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 7476 | 2026-08-31T09:37:40.403Z | adding route 172.17.0.5/32 -> 10.0.0.255freemap_route_ipv6 |
| 7477 | 2026-08-31T09:37:40.403Z | DEBG |
| 7478 | 2026-08-31T09:37:40.403Z | created new freemapAug 31 09:37:38.557Aug 31 09:37:38.557, Aug 31 09:37:38.558unit DEBG: created new freemapfreemap_route_ipv4, |
| 7479 | 2026-08-31T09:37:40.403Z | Aug 31 09:37:38.557unit : INFOfreemap_route_ipv4Aug 31 09:37:38.571 adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 7480 | 2026-08-31T09:37:40.403Z | |
| 7481 | 2026-08-31T09:37:40.403Z | created new freemapDEBG, unitreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: |
| 7482 | 2026-08-31T09:37:40.403Z | Aug 31 09:37:38.571Aug 31 09:37:38.571 DEBGDEBG freemap_route_ipv6 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]created new freemap |
| 7483 | 2026-08-31T09:37:40.404Z | |
| 7484 | 2026-08-31T09:37:40.404Z | , unit: Aug 31 09:37:38.557Aug 31 09:37:38.571freemap_route_ipv6 Aug 31 09:37:38.571 |
| 7485 | 2026-08-31T09:37:40.404Z | DEBG INFOinitted freemap. size: 64 , Aug 31 09:37:38.571unit:adding route 172.16.0.0/32 -> 10.0.0.2 INFO Aug 31 09:37:38.571freemap_route_ipv4 |
| 7486 | 2026-08-31T09:37:40.404Z | |
| 7487 | 2026-08-31T09:37:40.404Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffINFO Aug 31 09:37:38.571 |
| 7488 | 2026-08-31T09:37:40.404Z | DEBGadding route 172.17.0.6/32 -> 10.0.0.255Aug 31 09:37:38.571 |
| 7489 | 2026-08-31T09:37:40.404Z | DEBG DEBGreset freemap , replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]initted freemap. size: 64Aug 31 09:37:38.571unit :DEBG |
| 7490 | 2026-08-31T09:37:40.404Z | replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4, |
| 7491 | 2026-08-31T09:37:40.404Z | unit |
| 7492 | 2026-08-31T09:37:40.405Z | : Aug 31 09:37:38.571freemap_route_ipv4 |
| 7493 | 2026-08-31T09:37:40.405Z | Aug 31 09:37:38.571Aug 31 09:37:38.571DEBG INFO INFOAug 31 09:37:38.571replacing 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.16.0.0/32 -> 10.0.0.3adding route 172.17.0.7/32 -> 10.0.0.255 |
| 7494 | 2026-08-31T09:37:40.405Z | Aug 31 09:37:38.571 |
| 7495 | 2026-08-31T09:37:40.405Z | |
| 7496 | 2026-08-31T09:37:40.405Z | DEBGDEBG Aug 31 09:37:38.571 initted freemap. size: 64 DEBGreset freemap, , unitreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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 31 09:37:38.571 freemap_route_ipv6INFO |
| 7497 | 2026-08-31T09:37:40.405Z | unitAug 31 09:37:38.571: adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 7498 | 2026-08-31T09:37:40.557Z | |
| 7499 | 2026-08-31T09:37:40.557Z | Aug 31 09:37:38.571DEBG DEBG reset freemapfreemap_route_ipv4, Aug 31 09:37:38.571unit |
| 7500 | 2026-08-31T09:37:40.557Z | 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 } }]: |
| 7501 | 2026-08-31T09:37:40.557Z | freemap_route_ipv6Aug 31 09:37:38.571 |
| 7502 | 2026-08-31T09:37:40.557Z | INFO DEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.4 |
| 7503 | 2026-08-31T09:37:40.557Z | Aug 31 09:37:38.571Aug 31 09:37:38.571 |
| 7504 | 2026-08-31T09:37:40.557Z | Aug 31 09:37:38.571DEBG Aug 31 09:37:38.571Aug 31 09:37:38.571INFOINFO initted freemap. size: 64 INFOadding route 172.17.0.8/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7505 | 2026-08-31T09:37:40.558Z | DEBG |
| 7506 | 2026-08-31T09:37:40.558Z | , adding route 3fff:beef:8::/64 -> 2001:db8::55:ffunitreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 31 09:37:38.571 |
| 7507 | 2026-08-31T09:37:40.558Z | Aug 31 09:37:38.571 |
| 7508 | 2026-08-31T09:37:40.558Z | :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_ipv6 |
| 7509 | 2026-08-31T09:37:40.558Z | |
| 7510 | 2026-08-31T09:37:40.558Z | DEBGAug 31 09:37:38.571 Aug 31 09:37:38.571replacing 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 31 09:37:38.571 INFOINFOAug 31 09:37:38.571 |
| 7511 | 2026-08-31T09:37:40.558Z | adding route 172.16.0.0/32 -> 10.0.0.2 adding route 172.17.0.0/32 -> 10.0.0.255 |
| 7512 | 2026-08-31T09:37:40.558Z | DEBG |
| 7513 | 2026-08-31T09:37:40.558Z | DEBG Aug 31 09:37:38.571 reset freemapreplacing 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 31 09:37:38.571INFO |
| 7514 | 2026-08-31T09:37:40.558Z | DEBGunit:Aug 31 09:37:38.571 adding route 172.17.0.9/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7515 | 2026-08-31T09:37:40.558Z | Aug 31 09:37:38.571 |
| 7516 | 2026-08-31T09:37:40.558Z | freemap_route_ipv6DEBG |
| 7517 | 2026-08-31T09:37:40.558Z | INFO Aug 31 09:37:38.571adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 7518 | 2026-08-31T09:37:40.558Z | INFOreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.3 |
| 7519 | 2026-08-31T09:37:40.558Z | |
| 7520 | 2026-08-31T09:37:40.558Z | Aug 31 09:37:38.571Aug 31 09:37:38.571Aug 31 09:37:38.571 Aug 31 09:37:38.571 DEBG INFOreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.571 |
| 7521 | 2026-08-31T09:37:40.558Z | adding route 172.17.0.1/32 -> 10.0.0.255 INFO |
| 7522 | 2026-08-31T09:37:40.559Z | DEBG DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7523 | 2026-08-31T09:37:40.559Z | 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 31 09:37:38.571 |
| 7524 | 2026-08-31T09:37:40.559Z | |
| 7525 | 2026-08-31T09:37:40.559Z | INFOAug 31 09:37:38.571 adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 31 09:37:38.571 |
| 7526 | 2026-08-31T09:37:40.559Z | Aug 31 09:37:38.571 Aug 31 09:37:38.571DEBG INFOINFO DEBG adding route 172.16.0.0/32 -> 10.0.0.4adding route 172.17.0.10/32 -> 10.0.0.255Aug 31 09:37:38.571 |
| 7527 | 2026-08-31T09:37:40.559Z | |
| 7528 | 2026-08-31T09:37:40.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:1, vlan_id: None } }] replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7529 | 2026-08-31T09:37:40.559Z | Aug 31 09:37:38.571Aug 31 09:37:38.571 DEBG |
| 7530 | 2026-08-31T09:37:40.559Z | 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 } }] |
| 7531 | 2026-08-31T09:37:40.559Z | 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 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7532 | 2026-08-31T09:37:40.559Z | |
| 7533 | 2026-08-31T09:37:40.559Z | Aug 31 09:37:38.571 Aug 31 09:37:38.571INFOAug 31 09:37:38.571 INFO adding route 172.17.0.2/32 -> 10.0.0.255Aug 31 09:37:38.571adding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO |
| 7534 | 2026-08-31T09:37:40.559Z | DEBG Aug 31 09:37:38.571adding route 3fff:dead::/64 -> 2001:db8::55:2 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7535 | 2026-08-31T09:37:40.559Z | |
| 7536 | 2026-08-31T09:37:40.559Z | Aug 31 09:37:38.571INFO |
| 7537 | 2026-08-31T09:37:40.559Z | DEBGadding route 172.17.0.11/32 -> 10.0.0.255 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 } }] |
| 7538 | 2026-08-31T09:37:40.559Z | |
| 7539 | 2026-08-31T09:37:40.560Z | Aug 31 09:37:38.571 DEBG Aug 31 09:37:38.571Aug 31 09:37:38.571 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 } }]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 31 09:37:38.571adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 7540 | 2026-08-31T09:37:40.560Z | 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 } }] |
| 7541 | 2026-08-31T09:37:40.560Z | |
| 7542 | 2026-08-31T09:37:40.560Z | |
| 7543 | 2026-08-31T09:37:40.560Z | Aug 31 09:37:38.571 Aug 31 09:37:38.571INFO DEBGAug 31 09:37:38.571Aug 31 09:37:38.571 adding route 172.17.0.3/32 -> 10.0.0.255INFO |
| 7544 | 2026-08-31T09:37:40.560Z | 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:dead::/64 -> 2001:db8::55:3 |
| 7545 | 2026-08-31T09:37:40.560Z | |
| 7546 | 2026-08-31T09:37:40.560Z | INFOAug 31 09:37:38.571 adding route 172.17.0.12/32 -> 10.0.0.255DEBGAug 31 09:37:38.571 |
| 7547 | 2026-08-31T09:37:40.560Z | 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 |
| 7548 | 2026-08-31T09:37:40.560Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 31 09:37:38.571 |
| 7549 | 2026-08-31T09:37:40.560Z | DEBGAug 31 09:37:38.571 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 31 09:37:38.571 Aug 31 09:37:38.571 |
| 7550 | 2026-08-31T09:37:40.560Z | 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 |
| 7551 | 2026-08-31T09:37:40.560Z | 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 } }] |
| 7552 | 2026-08-31T09:37:40.560Z | adding route 172.17.0.4/32 -> 10.0.0.255 |
| 7553 | 2026-08-31T09:37:40.560Z | Aug 31 09:37:38.571Aug 31 09:37:38.571 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4INFO |
| 7554 | 2026-08-31T09:37:40.561Z | Aug 31 09:37:38.571Aug 31 09:37:38.571 adding route 172.17.0.13/32 -> 10.0.0.255DEBG |
| 7555 | 2026-08-31T09:37:40.561Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 7556 | 2026-08-31T09:37:40.561Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 7557 | 2026-08-31T09:37:40.561Z | INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 31 09:37:38.571 |
| 7558 | 2026-08-31T09:37:40.561Z | 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 } }] |
| 7559 | 2026-08-31T09:37:40.561Z | DEBG Aug 31 09:37:38.571replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 31 09:37:38.571 |
| 7560 | 2026-08-31T09:37:40.561Z | INFO adding route 172.17.0.5/32 -> 10.0.0.255DEBG |
| 7561 | 2026-08-31T09:37:40.561Z | Aug 31 09:37:38.571replacing 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 31 09:37:38.571 |
| 7562 | 2026-08-31T09:37:40.561Z | DEBG 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 } }] |
| 7563 | 2026-08-31T09:37:40.561Z | replacing targets for 3fff:dead::/64 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 31 09:37:38.571 |
| 7564 | 2026-08-31T09:37:40.561Z | Aug 31 09:37:38.571 INFODEBGAug 31 09:37:38.571 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 } }] |
| 7565 | 2026-08-31T09:37:40.561Z | INFO adding route 172.17.0.14/32 -> 10.0.0.255adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 7566 | 2026-08-31T09:37:40.561Z | |
| 7567 | 2026-08-31T09:37:40.563Z | Aug 31 09:37:38.571 INFO adding route 172.17.0.6/32 -> 10.0.0.255Aug 31 09:37:38.571 |
| 7568 | 2026-08-31T09:37:40.563Z | DEBG Aug 31 09:37:38.571DEBGreplacing 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 31 09:37:38.571 |
| 7569 | 2026-08-31T09:37:40.563Z | 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 } }] DEBG |
| 7570 | 2026-08-31T09:37:40.563Z | replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 31 09:37:38.571 |
| 7571 | 2026-08-31T09:37:40.563Z | |
| 7572 | 2026-08-31T09:37:40.563Z | INFO Aug 31 09:37:38.571adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 7573 | 2026-08-31T09:37:40.563Z | INFO Aug 31 09:37:38.571Aug 31 09:37:38.571adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 7574 | 2026-08-31T09:37:40.563Z | Aug 31 09:37:38.571INFO DEBGadding route 172.17.0.7/32 -> 10.0.0.255 |
| 7575 | 2026-08-31T09:37:40.563Z | INFOreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.571 |
| 7576 | 2026-08-31T09:37:40.564Z | DEBGadding route 172.17.0.15/32 -> 10.0.0.255 |
| 7577 | 2026-08-31T09:37:40.564Z | 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 31 09:37:38.571Aug 31 09:37:38.571 DEBGINFO Aug 31 09:37:38.571 |
| 7578 | 2026-08-31T09:37:40.564Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff 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 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 } }] |
| 7579 | 2026-08-31T09:37:40.564Z | Aug 31 09:37:38.572 |
| 7580 | 2026-08-31T09:37:40.564Z | DEBG created new freemapAug 31 09:37:38.584, unitDEBG: 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 } }]freemap_route_ipv4 |
| 7581 | 2026-08-31T09:37:40.564Z | Aug 31 09:37:38.584 |
| 7582 | 2026-08-31T09:37:40.567Z | INFOAug 31 09:37:38.584Aug 31 09:37:38.558 INFODEBG adding route 172.17.0.16/32 -> 10.0.0.255 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffcreated new freemap |
| 7583 | 2026-08-31T09:37:40.567Z | |
| 7584 | 2026-08-31T09:37:40.567Z | , unitAug 31 09:37:38.585: DEBGfreemap_route_ipv4 |
| 7585 | 2026-08-31T09:37:40.567Z | replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.585 |
| 7586 | 2026-08-31T09:37:40.567Z | 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 } }] |
| 7587 | 2026-08-31T09:37:40.567Z | Aug 31 09:37:38.572 |
| 7588 | 2026-08-31T09:37:40.567Z | DEBGAug 31 09:37:38.585 Aug 31 09:37:38.585 created new freemapINFO , DEBGunit adding route 3fff:beef:28::/64 -> 2001:db8::55:ffcreated new freemap:, unitAug 31 09:37:38.585:freemap_route_ipv4 |
| 7589 | 2026-08-31T09:37:40.567Z | |
| 7590 | 2026-08-31T09:37:40.568Z | freemap_route_ipv6 |
| 7591 | 2026-08-31T09:37:40.569Z | Aug 31 09:37:38.585 INFOINFO Aug 31 09:37:38.585adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7592 | 2026-08-31T09:37:40.570Z | 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 31 09:37:38.585adding route 172.17.0.8/32 -> 10.0.0.255 |
| 7593 | 2026-08-31T09:37:40.571Z | |
| 7594 | 2026-08-31T09:37:40.571Z | Aug 31 09:37:38.585Aug 31 09:37:38.585 DEBGDEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] created new freemapDEBG, |
| 7595 | 2026-08-31T09:37:40.572Z | Aug 31 09:37:38.585initted freemap. size: 64unit :INFO, adding route 3fff:beef:29::/64 -> 2001:db8::55:ff Aug 31 09:37:38.585unit |
| 7596 | 2026-08-31T09:37:40.573Z | freemap_route_ipv6Aug 31 09:37:38.585 |
| 7597 | 2026-08-31T09:37:40.574Z | : DEBG 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 } }]freemap_route_ipv4 |
| 7598 | 2026-08-31T09:37:40.584Z | adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7599 | 2026-08-31T09:37:40.584Z | |
| 7600 | 2026-08-31T09:37:40.584Z | Aug 31 09:37:38.585 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 } }] |
| 7601 | 2026-08-31T09:37:40.584Z | Aug 31 09:37:38.585Aug 31 09:37:38.585 Aug 31 09:37:38.585DEBG DEBGinitted freemap. size: 64 DEBGAug 31 09:37:38.585, reset freemapINFO , DEBGreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unitunit :: freemap_route_ipv4Aug 31 09:37:38.585replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv4INFO |
| 7602 | 2026-08-31T09:37:40.585Z | |
| 7603 | 2026-08-31T09:37:40.585Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 172.17.0.9/32 -> 10.0.0.255 |
| 7604 | 2026-08-31T09:37:40.585Z | |
| 7605 | 2026-08-31T09:37:40.585Z | |
| 7606 | 2026-08-31T09:37:40.585Z | |
| 7607 | 2026-08-31T09:37:40.585Z | Aug 31 09:37:38.585 Aug 31 09:37:38.585Aug 31 09:37:38.585Aug 31 09:37:38.585Aug 31 09:37:38.585 INFODEBG DEBGDEBGreplacing 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 } }] |
| 7608 | 2026-08-31T09:37:40.585Z | initted freemap. size: 64Aug 31 09:37:38.585, 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 } }]INFOunit |
| 7609 | 2026-08-31T09:37:40.585Z | :DEBG Aug 31 09:37:38.585freemap_route_ipv6 |
| 7610 | 2026-08-31T09:37:40.585Z | INFOadding route 172.17.0.6/32 -> 10.0.0.255Aug 31 09:37:38.585 |
| 7611 | 2026-08-31T09:37:40.585Z | reset freemapadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff, adding route 172.17.0.19/32 -> 10.0.0.255 |
| 7612 | 2026-08-31T09:37:40.585Z | Aug 31 09:37:38.585 DEBGunit INFO |
| 7613 | 2026-08-31T09:37:40.585Z | reset freemapAug 31 09:37:38.585, 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 } }] |
| 7614 | 2026-08-31T09:37:40.585Z | freemap_route_ipv6: |
| 7615 | 2026-08-31T09:37:40.585Z | Aug 31 09:37:38.585 freemap_route_ipv4adding route 172.17.0.10/32 -> 10.0.0.255DEBG |
| 7616 | 2026-08-31T09:37:40.585Z | Aug 31 09:37:38.585 |
| 7617 | 2026-08-31T09:37:40.585Z | Aug 31 09:37:38.585 INFO INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff Aug 31 09:37:38.585adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7618 | 2026-08-31T09:37:40.585Z | |
| 7619 | 2026-08-31T09:37:40.585Z | Aug 31 09:37:38.585DEBG 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 } }] |
| 7620 | 2026-08-31T09:37:40.585Z | DEBGAug 31 09:37:38.585 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 } }] |
| 7621 | 2026-08-31T09:37:40.586Z | Aug 31 09:37:38.585initted freemap. size: 64, Aug 31 09:37:38.585DEBGAug 31 09:37:38.585 unitDEBGDEBGAug 31 09:37:38.585INFO 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 } }] 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 } }]: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 } }] |
| 7622 | 2026-08-31T09:37:40.586Z | |
| 7623 | 2026-08-31T09:37:40.586Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 7624 | 2026-08-31T09:37:40.586Z | |
| 7625 | 2026-08-31T09:37:40.586Z | freemap_route_ipv6adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7626 | 2026-08-31T09:37:40.586Z | |
| 7627 | 2026-08-31T09:37:40.586Z | Aug 31 09:37:38.585 Aug 31 09:37:38.585INFO Aug 31 09:37:38.585INFOAug 31 09:37:38.585Aug 31 09:37:38.585 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7628 | 2026-08-31T09:37:40.586Z | Aug 31 09:37:38.585 adding route 172.17.0.11/32 -> 10.0.0.255DEBG |
| 7629 | 2026-08-31T09:37:40.586Z | 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 |
| 7630 | 2026-08-31T09:37:40.586Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff Aug 31 09:37:38.585DEBG |
| 7631 | 2026-08-31T09:37:40.586Z | 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 |
| 7632 | 2026-08-31T09:37:40.586Z | Aug 31 09:37:38.585 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 31 09:37:38.585 |
| 7633 | 2026-08-31T09:37:40.588Z | DEBGreset freemapINFO , Aug 31 09:37:38.585replacing 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 31 09:37:38.585 |
| 7634 | 2026-08-31T09:37:40.588Z | Aug 31 09:37:38.585INFODEBG adding route 172.17.0.8/32 -> 10.0.0.255DEBG |
| 7635 | 2026-08-31T09:37:40.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:3, 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 } }]unit |
| 7636 | 2026-08-31T09:37:40.588Z | adding route 172.17.0.21/32 -> 10.0.0.255Aug 31 09:37:38.585 |
| 7637 | 2026-08-31T09:37:40.588Z | : Aug 31 09:37:38.585freemap_route_ipv6 |
| 7638 | 2026-08-31T09:37:40.588Z | 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 } }]INFO |
| 7639 | 2026-08-31T09:37:40.588Z | |
| 7640 | 2026-08-31T09:37:40.588Z | Aug 31 09:37:38.585 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 7641 | 2026-08-31T09:37:40.588Z | INFOAug 31 09:37:38.585 adding route 172.17.0.12/32 -> 10.0.0.255INFOAug 31 09:37:38.585Aug 31 09:37:38.585Aug 31 09:37:38.585 INFODEBG DEBGadding route 172.17.0.9/32 -> 10.0.0.255 |
| 7642 | 2026-08-31T09:37:40.588Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7643 | 2026-08-31T09:37:40.588Z | |
| 7644 | 2026-08-31T09:37:40.588Z | 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.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 } }] |
| 7645 | 2026-08-31T09:37:40.588Z | |
| 7646 | 2026-08-31T09:37:40.588Z | Aug 31 09:37:38.585 Aug 31 09:37:38.585Aug 31 09:37:38.585 Aug 31 09:37:38.585 DEBGINFO DEBGAug 31 09:37:38.585DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7647 | 2026-08-31T09:37:40.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 } }] |
| 7648 | 2026-08-31T09:37:40.588Z | |
| 7649 | 2026-08-31T09:37:40.588Z | 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 } }]INFOAug 31 09:37:38.585 |
| 7650 | 2026-08-31T09:37:40.588Z | Aug 31 09:37:38.585adding route 172.17.0.22/32 -> 10.0.0.255 |
| 7651 | 2026-08-31T09:37:40.588Z | Aug 31 09:37:38.585INFO DEBGadding route 172.17.0.13/32 -> 10.0.0.255 Aug 31 09:37:38.585replacing 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 } }] |
| 7652 | 2026-08-31T09:37:40.588Z | |
| 7653 | 2026-08-31T09:37:40.589Z | INFOINFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7654 | 2026-08-31T09:37:40.589Z | adding route 172.16.0.0/32 -> 10.0.0.2Aug 31 09:37:38.585 |
| 7655 | 2026-08-31T09:37:40.589Z | Aug 31 09:37:38.585 Aug 31 09:37:38.585DEBGINFO DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff Aug 31 09:37:38.585replacing 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 } }] |
| 7656 | 2026-08-31T09:37:40.589Z | 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 31 09:37:38.585 DEBG |
| 7657 | 2026-08-31T09:37:40.589Z | test route::tests::same_size_non_subset_replace ... ok |
| 7658 | 2026-08-31T09:37:40.589Z | |
| 7659 | 2026-08-31T09:37:40.589Z | Aug 31 09:37:38.585DEBG 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 } }] |
| 7660 | 2026-08-31T09:37:40.589Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 3fff: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 31 09:37:38.585Aug 31 09:37:38.585 |
| 7661 | 2026-08-31T09:37:40.589Z | |
| 7662 | 2026-08-31T09:37:40.589Z | INFO Aug 31 09:37:38.585INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7663 | 2026-08-31T09:37:40.589Z | INFO Aug 31 09:37:38.585adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7664 | 2026-08-31T09:37:40.589Z | |
| 7665 | 2026-08-31T09:37:40.589Z | INFO Aug 31 09:37:38.585adding route 3fff:beef:31::/64 -> 2001:db8::55:ff Aug 31 09:37:38.585DEBGAug 31 09:37:38.585Aug 31 09:37:38.585 |
| 7666 | 2026-08-31T09:37:40.589Z | DEBG INFOreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:37:38.585 |
| 7667 | 2026-08-31T09:37:40.589Z | DEBG DEBG |
| 7668 | 2026-08-31T09:37:40.589Z | 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 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 } }] |
| 7669 | 2026-08-31T09:37:40.589Z | |
| 7670 | 2026-08-31T09:37:40.589Z | Aug 31 09:37:38.585adding route 172.16.0.0/32 -> 10.0.0.3 |
| 7671 | 2026-08-31T09:37:40.589Z | Aug 31 09:37:38.585Aug 31 09:37:38.585 INFOINFO adding route 172.17.0.12/32 -> 10.0.0.255INFO |
| 7672 | 2026-08-31T09:37:40.589Z | adding route 172.17.0.24/32 -> 10.0.0.255 adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 7673 | 2026-08-31T09:37:40.589Z | |
| 7674 | 2026-08-31T09:37:40.589Z | Aug 31 09:37:38.585 Aug 31 09:37:38.585DEBGAug 31 09:37:38.585Aug 31 09:37:38.585 INFODEBG DEBGAug 31 09:37:38.585 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 } }] 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 } }] |
| 7675 | 2026-08-31T09:37:40.589Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7676 | 2026-08-31T09:37:40.589Z | 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 } }] |
| 7677 | 2026-08-31T09:37:40.589Z | adding route 172.17.0.15/32 -> 10.0.0.255 |
| 7678 | 2026-08-31T09:37:40.590Z | |
| 7679 | 2026-08-31T09:37:40.590Z | Aug 31 09:37:38.585 Aug 31 09:37:38.585Aug 31 09:37:38.585INFO Aug 31 09:37:38.585INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.4 |
| 7680 | 2026-08-31T09:37:40.590Z | DEBGAug 31 09:37:38.585 |
| 7681 | 2026-08-31T09:37:40.590Z | INFO INFO adding route 172.17.0.25/32 -> 10.0.0.255Aug 31 09:37:38.585replacing 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 } }] |
| 7682 | 2026-08-31T09:37:40.590Z | adding route 172.17.0.13/32 -> 10.0.0.255DEBG |
| 7683 | 2026-08-31T09:37:40.590Z | |
| 7684 | 2026-08-31T09:37:40.590Z | 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 31 09:37:38.585 |
| 7685 | 2026-08-31T09:37:40.590Z | DEBG Aug 31 09:37:38.585replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 31 09:37:38.585 Aug 31 09:37:38.585 |
| 7686 | 2026-08-31T09:37:40.590Z | Aug 31 09:37:38.585INFO DEBGINFOadding route 172.17.0.16/32 -> 10.0.0.255 |
| 7687 | 2026-08-31T09:37:40.590Z | Aug 31 09:37:38.585adding route 3fff:beef:34::/64 -> 2001:db8::55:ff DEBG |
| 7688 | 2026-08-31T09:37:40.590Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7689 | 2026-08-31T09:37:40.590Z | Aug 31 09:37:38.585 Aug 31 09:37:38.585replacing 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 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 } }] |
| 7690 | 2026-08-31T09:37:40.590Z | 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 } }] |
| 7691 | 2026-08-31T09:37:40.590Z | |
| 7692 | 2026-08-31T09:37:40.590Z | 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 } }] |
| 7693 | 2026-08-31T09:37:40.590Z | Aug 31 09:37:38.586Aug 31 09:37:38.585 Aug 31 09:37:38.596 DEBGINFO INFO adding route 172.17.0.26/32 -> 10.0.0.255adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 7694 | 2026-08-31T09:37:40.590Z | |
| 7695 | 2026-08-31T09:37:40.590Z | created new freemap, unitAug 31 09:37:38.585Aug 31 09:37:38.596 Aug 31 09:37:38.596DEBGINFO DEBGadding route 172.17.0.17/32 -> 10.0.0.255 |
| 7696 | 2026-08-31T09:37:40.590Z | 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 } }]: |
| 7697 | 2026-08-31T09:37:40.590Z | 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 31 09:37:38.596Aug 31 09:37:38.596 INFOINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 172.17.0.14/32 -> 10.0.0.255 |
| 7698 | 2026-08-31T09:37:40.618Z | |
| 7699 | 2026-08-31T09:37:40.618Z | |
| 7700 | 2026-08-31T09:37:40.618Z | freemap_route_ipv4 |
| 7701 | 2026-08-31T09:37:40.618Z | Aug 31 09:37:38.596Aug 31 09:37:38.596Aug 31 09:37:38.596 DEBGDEBGAug 31 09:37:38.596 INFOreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7702 | 2026-08-31T09:37:40.618Z | adding route 172.17.0.27/32 -> 10.0.0.255Aug 31 09:37:38.596 |
| 7703 | 2026-08-31T09:37:40.618Z | DEBG created new freemapDEBGAug 31 09:37:38.596replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.596 |
| 7704 | 2026-08-31T09:37:40.618Z | 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, unitDEBG |
| 7705 | 2026-08-31T09:37:40.618Z | 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.15/32 -> 10.0.0.255 |
| 7706 | 2026-08-31T09:37:40.619Z | |
| 7707 | 2026-08-31T09:37:40.619Z | Aug 31 09:37:38.596: INFOAug 31 09:37:38.596 adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 7708 | 2026-08-31T09:37:40.619Z | freemap_route_ipv6Aug 31 09:37:38.596 |
| 7709 | 2026-08-31T09:37:40.619Z | DEBGAug 31 09:37:38.596 INFOINFOreplacing 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 31 09:37:38.596 |
| 7710 | 2026-08-31T09:37:40.619Z | 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 } }] adding route 172.17.0.18/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7711 | 2026-08-31T09:37:40.619Z | |
| 7712 | 2026-08-31T09:37:40.619Z | Aug 31 09:37:38.596 |
| 7713 | 2026-08-31T09:37:40.619Z | INFO Aug 31 09:37:38.596 Aug 31 09:37:38.596Aug 31 09:37:38.596 DEBGDEBG INFO initted freemap. size: 64 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 } }], |
| 7714 | 2026-08-31T09:37:40.619Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 172.17.0.16/32 -> 10.0.0.255 |
| 7715 | 2026-08-31T09:37:40.619Z | |
| 7716 | 2026-08-31T09:37:40.619Z | unit: Aug 31 09:37:38.596freemap_route_ipv4 Aug 31 09:37:38.596Aug 31 09:37:38.596INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7717 | 2026-08-31T09:37:40.619Z | |
| 7718 | 2026-08-31T09:37:40.619Z | DEBG DEBGAug 31 09:37:38.596 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 } }] |
| 7719 | 2026-08-31T09:37:40.619Z | 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 31 09:37:38.596replacing 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 } }] |
| 7720 | 2026-08-31T09:37:40.619Z | DEBG |
| 7721 | 2026-08-31T09:37:40.624Z | Aug 31 09:37:38.596reset freemap , Aug 31 09:37:38.597DEBGunitAug 31 09:37:38.597: Aug 31 09:37:38.597INFOINFO adding route 172.17.0.19/32 -> 10.0.0.255adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 7722 | 2026-08-31T09:37:40.624Z | INFO |
| 7723 | 2026-08-31T09:37:40.624Z | 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 } }] |
| 7724 | 2026-08-31T09:37:40.624Z | freemap_route_ipv4adding route 172.17.0.17/32 -> 10.0.0.255Aug 31 09:37:38.597 |
| 7725 | 2026-08-31T09:37:40.624Z | |
| 7726 | 2026-08-31T09:37:40.624Z | DEBGAug 31 09:37:38.597 replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 31 09:37:38.597 |
| 7727 | 2026-08-31T09:37:40.624Z | 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 } }] INFOAug 31 09:37:38.597Aug 31 09:37:38.597 |
| 7728 | 2026-08-31T09:37:40.624Z | adding route 172.17.0.30/32 -> 10.0.0.255 |
| 7729 | 2026-08-31T09:37:40.624Z | DEBGAug 31 09:37:38.597Aug 31 09:37:38.597 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 } }] |
| 7730 | 2026-08-31T09:37:40.624Z | INFOAug 31 09:37:38.597 initted freemap. size: 64DEBGINFO adding route 172.17.0.20/32 -> 10.0.0.255adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff, |
| 7731 | 2026-08-31T09:37:40.624Z | 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 31 09:37:38.597 |
| 7732 | 2026-08-31T09:37:40.624Z | unitINFO: adding route 172.17.0.18/32 -> 10.0.0.255Aug 31 09:37:38.597 |
| 7733 | 2026-08-31T09:37:40.624Z | |
| 7734 | 2026-08-31T09:37:40.624Z | freemap_route_ipv6 INFO Aug 31 09:37:38.597adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7735 | 2026-08-31T09:37:40.624Z | |
| 7736 | 2026-08-31T09:37:40.624Z | Aug 31 09:37:38.597Aug 31 09:37:38.597 DEBG DEBGDEBGreplacing 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 } }] |
| 7737 | 2026-08-31T09:37:40.624Z | Aug 31 09:37:38.597replacing 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.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 } }] |
| 7738 | 2026-08-31T09:37:40.624Z | |
| 7739 | 2026-08-31T09:37:40.624Z | DEBG Aug 31 09:37:38.597Aug 31 09:37:38.597 Aug 31 09:37:38.597 DEBG Aug 31 09:37:38.597INFOreset 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 } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFO |
| 7740 | 2026-08-31T09:37:40.624Z | , unit INFO :adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7741 | 2026-08-31T09:37:40.624Z | freemap_route_ipv6Aug 31 09:37:38.597 |
| 7742 | 2026-08-31T09:37:40.625Z | |
| 7743 | 2026-08-31T09:37:40.625Z | Aug 31 09:37:38.597 adding route 172.17.0.19/32 -> 10.0.0.255 |
| 7744 | 2026-08-31T09:37:40.625Z | DEBG INFOreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.597 |
| 7745 | 2026-08-31T09:37:40.625Z | Aug 31 09:37:38.597Aug 31 09:37:38.597 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBGadding route 172.17.0.32/32 -> 10.0.0.255 |
| 7746 | 2026-08-31T09:37:40.625Z | |
| 7747 | 2026-08-31T09:37:40.625Z | Aug 31 09:37:38.597Aug 31 09:37:38.597 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 |
| 7748 | 2026-08-31T09:37:40.625Z | INFOreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7749 | 2026-08-31T09:37:40.625Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 7750 | 2026-08-31T09:37:40.625Z | Aug 31 09:37:38.597 Aug 31 09:37:38.597Aug 31 09:37:38.597 Aug 31 09:37:38.597DEBGDEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.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 } }] |
| 7751 | 2026-08-31T09:37:40.625Z | INFOINFO |
| 7752 | 2026-08-31T09:37:40.625Z | adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7753 | 2026-08-31T09:37:40.625Z | adding route 172.17.0.22/32 -> 10.0.0.255Aug 31 09:37:38.597 |
| 7754 | 2026-08-31T09:37:40.625Z | Aug 31 09:37:38.597Aug 31 09:37:38.597 |
| 7755 | 2026-08-31T09:37:40.625Z | DEBG INFO Aug 31 09:37:38.597INFOadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 7756 | 2026-08-31T09:37:40.625Z | 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.33/32 -> 10.0.0.255 |
| 7757 | 2026-08-31T09:37:40.625Z | |
| 7758 | 2026-08-31T09:37:40.625Z | DEBG Aug 31 09:37:38.597 Aug 31 09:37:38.597 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 31 09:37:38.597Aug 31 09:37:38.597DEBG DEBG |
| 7759 | 2026-08-31T09:37:40.625Z | 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 31 09:37:38.597 |
| 7760 | 2026-08-31T09:37:40.625Z | Aug 31 09:37:38.597replacing 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 DEBGreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7761 | 2026-08-31T09:37:40.625Z | Aug 31 09:37:38.597 |
| 7762 | 2026-08-31T09:37:40.625Z | 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 } }]adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7763 | 2026-08-31T09:37:40.625Z | failed to allocate space for the new target list |
| 7764 | 2026-08-31T09:37:40.625Z | |
| 7765 | 2026-08-31T09:37:40.625Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 7766 | 2026-08-31T09:37:40.625Z | Aug 31 09:37:38.597Aug 31 09:37:38.597Aug 31 09:37:38.597 Aug 31 09:37:38.597DEBGDEBG DEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7767 | 2026-08-31T09:37:40.626Z | replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 7768 | 2026-08-31T09:37:40.626Z | |
| 7769 | 2026-08-31T09:37:40.626Z | Aug 31 09:37:38.597adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7770 | 2026-08-31T09:37:40.626Z | Aug 31 09:37:38.597Aug 31 09:37:38.597 Aug 31 09:37:38.597INFO INFO adding route 172.17.0.22/32 -> 10.0.0.255INFOINFO |
| 7771 | 2026-08-31T09:37:40.626Z | Aug 31 09:37:38.597adding route 172.17.0.34/32 -> 10.0.0.255 DEBG |
| 7772 | 2026-08-31T09:37:40.626Z | adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }] |
| 7773 | 2026-08-31T09:37:40.626Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 7774 | 2026-08-31T09:37:40.626Z | |
| 7775 | 2026-08-31T09:37:40.626Z | Aug 31 09:37:38.597 Aug 31 09:37:38.597DEBG Aug 31 09:37:38.597DEBGAug 31 09:37:38.597 Aug 31 09:37:38.597replacing 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 |
| 7776 | 2026-08-31T09:37:40.626Z | 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 } }] |
| 7777 | 2026-08-31T09:37:40.626Z | DEBG adding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7778 | 2026-08-31T09:37:40.626Z | |
| 7779 | 2026-08-31T09:37:40.626Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 31 09:37:38.597 INFO |
| 7780 | 2026-08-31T09:37:40.626Z | Aug 31 09:37:38.597Aug 31 09:37:38.597 INFOAug 31 09:37:38.597 adding route 172.17.0.35/32 -> 10.0.0.255 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffINFOAug 31 09:37:38.597 |
| 7781 | 2026-08-31T09:37:40.627Z | DEBGadding route 172.17.0.23/32 -> 10.0.0.255DEBG |
| 7782 | 2026-08-31T09:37:40.627Z | |
| 7783 | 2026-08-31T09:37:40.627Z | 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 31 09:37:38.597 |
| 7784 | 2026-08-31T09:37:40.627Z | Aug 31 09:37:38.597Aug 31 09:37:38.597 DEBGDEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 7785 | 2026-08-31T09:37:40.627Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, 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 } }] |
| 7786 | 2026-08-31T09:37:40.627Z | |
| 7787 | 2026-08-31T09:37:40.627Z | 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 } }] |
| 7788 | 2026-08-31T09:37:40.627Z | Aug 31 09:37:38.597 INFOAug 31 09:37:38.597 Aug 31 09:37:38.597INFO adding route 172.17.0.36/32 -> 10.0.0.255INFO |
| 7789 | 2026-08-31T09:37:40.627Z | Aug 31 09:37:38.597 adding route 3fff:beef:16::/64 -> 2001:db8::55:ff INFO |
| 7790 | 2026-08-31T09:37:40.627Z | Aug 31 09:37:38.597 adding route 172.17.0.24/32 -> 10.0.0.255DEBGadding route 172.17.0.25/32 -> 10.0.0.255 |
| 7791 | 2026-08-31T09:37:40.627Z | |
| 7792 | 2026-08-31T09:37:40.627Z | 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 } }] |
| 7793 | 2026-08-31T09:37:40.627Z | Aug 31 09:37:38.597 Aug 31 09:37:38.597DEBGAug 31 09:37:38.597Aug 31 09:37:38.597 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 } }] |
| 7794 | 2026-08-31T09:37:40.627Z | INFODEBG adding route 172.17.0.37/32 -> 10.0.0.255replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7795 | 2026-08-31T09:37:40.627Z | DEBG |
| 7796 | 2026-08-31T09:37:40.627Z | Aug 31 09:37:38.597 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 |
| 7797 | 2026-08-31T09:37:40.627Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 31 09:37:38.597 |
| 7798 | 2026-08-31T09:37:40.632Z | DEBG Aug 31 09:37:38.597replacing 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 31 09:37:38.597INFO |
| 7799 | 2026-08-31T09:37:40.632Z | INFOAug 31 09:37:38.597adding route 172.17.0.26/32 -> 10.0.0.255 |
| 7800 | 2026-08-31T09:37:40.632Z | adding route 172.17.0.25/32 -> 10.0.0.255DEBG 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 } }] |
| 7801 | 2026-08-31T09:37:40.633Z | |
| 7802 | 2026-08-31T09:37:40.633Z | Aug 31 09:37:38.597 Aug 31 09:37:38.597INFOAug 31 09:37:38.597 adding route 172.17.0.38/32 -> 10.0.0.255 INFO |
| 7803 | 2026-08-31T09:37:40.633Z | DEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7804 | 2026-08-31T09:37:40.633Z | |
| 7805 | 2026-08-31T09:37:40.633Z | Aug 31 09:37:38.597 DEBG Aug 31 09:37:38.597replacing 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 } }] |
| 7806 | 2026-08-31T09:37:40.633Z | Aug 31 09:37:38.597Aug 31 09:37:38.597 DEBG DEBGINFO Aug 31 09:37:38.597 replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 172.17.0.27/32 -> 10.0.0.255Aug 31 09:37:38.597 DEBG |
| 7807 | 2026-08-31T09:37:40.633Z | created new freemap, |
| 7808 | 2026-08-31T09:37:40.633Z | unit: freemap_route_ipv4 |
| 7809 | 2026-08-31T09:37:40.633Z | Aug 31 09:37:38.584Aug 31 09:37:38.609Aug 31 09:37:38.609 INFODEBGDEBG created new freemapcreated new freemap, adding route 172.17.0.39/32 -> 10.0.0.255unit, :unit |
| 7810 | 2026-08-31T09:37:40.633Z | :freemap_route_ipv6 |
| 7811 | 2026-08-31T09:37:40.633Z | freemap_route_ipv6Aug 31 09:37:38.609 |
| 7812 | 2026-08-31T09:37:40.634Z | Aug 31 09:37:38.609 Aug 31 09:37:38.609DEBG 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 } }]initted freemap. size: 64 |
| 7813 | 2026-08-31T09:37:40.635Z | , unitAug 31 09:37:38.609: DEBGfreemap_route_ipv4 |
| 7814 | 2026-08-31T09:37:40.635Z | initted freemap. size: 64DEBG, unitreplacing 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 31 09:37:38.609 |
| 7815 | 2026-08-31T09:37:40.635Z | freemap_route_ipv4DEBG |
| 7816 | 2026-08-31T09:37:40.635Z | reset freemap, unit: freemap_route_ipv4 |
| 7817 | 2026-08-31T09:37:40.635Z | Aug 31 09:37:38.609 DEBG reset freemapAug 31 09:37:38.609, DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 7818 | 2026-08-31T09:37:40.635Z | INFO Aug 31 09:37:38.609adding route 172.17.0.26/32 -> 10.0.0.255 DEBG |
| 7819 | 2026-08-31T09:37:40.635Z | reset freemapAug 31 09:37:38.609, unit :INFO Aug 31 09:37:38.609freemap_route_ipv6 |
| 7820 | 2026-08-31T09:37:40.635Z | DEBGadding route 172.17.0.28/32 -> 10.0.0.255 Aug 31 09:37:38.609replacing 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 31 09:37:38.609INFOunit |
| 7821 | 2026-08-31T09:37:40.635Z | adding route 172.16.0.0/32 -> 10.0.0.1: |
| 7822 | 2026-08-31T09:37:40.635Z | INFO |
| 7823 | 2026-08-31T09:37:40.635Z | freemap_route_ipv4 adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7824 | 2026-08-31T09:37:40.635Z | |
| 7825 | 2026-08-31T09:37:40.635Z | Aug 31 09:37:38.610 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 31 09:37:38.610 |
| 7826 | 2026-08-31T09:37:40.635Z | Aug 31 09:37:38.610 Aug 31 09:37:38.610Aug 31 09:37:38.610INFO DEBG INFO 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 31 09:37:38.610adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7827 | 2026-08-31T09:37:40.635Z | |
| 7828 | 2026-08-31T09:37:40.635Z | |
| 7829 | 2026-08-31T09:37:40.635Z | DEBG initted freemap. size: 64Aug 31 09:37:38.610, unitAug 31 09:37:38.610DEBG INFO:DEBG adding route 172.17.0.41/32 -> 10.0.0.255 freemap_route_ipv6replacing 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 } }] |
| 7830 | 2026-08-31T09:37:40.636Z | |
| 7831 | 2026-08-31T09:37:40.636Z | |
| 7832 | 2026-08-31T09:37:40.636Z | Aug 31 09:37:38.610replacing 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 31 09:37:38.610DEBG |
| 7833 | 2026-08-31T09:37:40.636Z | Aug 31 09:37:38.610Aug 31 09:37:38.610 DEBGINFODEBGreplacing 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.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7834 | 2026-08-31T09:37:40.636Z | reset freemap |
| 7835 | 2026-08-31T09:37:40.636Z | , unit:Aug 31 09:37:38.610Aug 31 09:37:38.610 Aug 31 09:37:38.610DEBGfreemap_route_ipv6 |
| 7836 | 2026-08-31T09:37:40.636Z | 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 } }] |
| 7837 | 2026-08-31T09:37:40.636Z | INFO |
| 7838 | 2026-08-31T09:37:40.636Z | adding route 172.17.0.42/32 -> 10.0.0.255Aug 31 09:37:38.610Aug 31 09:37:38.610 |
| 7839 | 2026-08-31T09:37:40.636Z | INFO INFOadding route 172.16.0.0/32 -> 10.0.0.2 |
| 7840 | 2026-08-31T09:37:40.636Z | Aug 31 09:37:38.610adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7841 | 2026-08-31T09:37:40.636Z | DEBG 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 } }] |
| 7842 | 2026-08-31T09:37:40.636Z | Aug 31 09:37:38.610Aug 31 09:37:38.610 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 172.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 } }] |
| 7843 | 2026-08-31T09:37:40.636Z | Aug 31 09:37:38.610Aug 31 09:37:38.610 adding route 172.17.0.29/32 -> 10.0.0.255INFO |
| 7844 | 2026-08-31T09:37:40.636Z | INFO |
| 7845 | 2026-08-31T09:37:40.636Z | Aug 31 09:37:38.610adding route 172.17.0.28/32 -> 10.0.0.255 INFO |
| 7846 | 2026-08-31T09:37:40.636Z | adding route 172.17.0.43/32 -> 10.0.0.255Aug 31 09:37:38.610adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7847 | 2026-08-31T09:37:40.637Z | |
| 7848 | 2026-08-31T09:37:40.637Z | INFO Aug 31 09:37:38.610adding route 172.17.0.0/32 -> 10.0.0.255 |
| 7849 | 2026-08-31T09:37:40.637Z | Aug 31 09:37:38.610 DEBGDEBGAug 31 09:37:38.610Aug 31 09:37:38.610 DEBGreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 31 09:37:38.610 |
| 7850 | 2026-08-31T09:37:40.637Z | |
| 7851 | 2026-08-31T09:37:40.637Z | 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 } }]DEBGAug 31 09:37:38.610 |
| 7852 | 2026-08-31T09:37:40.637Z | DEBG INFO Aug 31 09:37:38.610 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 31 09:37:38.610adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7853 | 2026-08-31T09:37:40.637Z | |
| 7854 | 2026-08-31T09:37:40.637Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 7855 | 2026-08-31T09:37:40.637Z | INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 7856 | 2026-08-31T09:37:40.637Z | Aug 31 09:37:38.610replacing 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 31 09:37:38.610 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7857 | 2026-08-31T09:37:40.637Z | Aug 31 09:37:38.610 |
| 7858 | 2026-08-31T09:37:40.637Z | Aug 31 09:37:38.610 |
| 7859 | 2026-08-31T09:37:40.637Z | DEBG Aug 31 09:37:38.610replacing 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 31 09:37:38.610INFO |
| 7860 | 2026-08-31T09:37:40.637Z | INFO INFO Aug 31 09:37:38.610adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7861 | 2026-08-31T09:37:40.637Z | INFO Aug 31 09:37:38.610adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7862 | 2026-08-31T09:37:40.637Z | INFO |
| 7863 | 2026-08-31T09:37:40.637Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7864 | 2026-08-31T09:37:40.638Z | |
| 7865 | 2026-08-31T09:37:40.638Z | Aug 31 09:37:38.610Aug 31 09:37:38.610 Aug 31 09:37:38.610DEBG DEBGAug 31 09:37:38.610 DEBG Aug 31 09:37:38.610replacing 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 |
| 7866 | 2026-08-31T09:37:40.638Z | replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 7867 | 2026-08-31T09:37:40.638Z | replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7868 | 2026-08-31T09:37:40.638Z | |
| 7869 | 2026-08-31T09:37:40.638Z | Aug 31 09:37:38.610 |
| 7870 | 2026-08-31T09:37:40.639Z | INFO Aug 31 09:37:38.610adding route 172.17.0.46/32 -> 10.0.0.255 Aug 31 09:37:38.610DEBG |
| 7871 | 2026-08-31T09:37:40.639Z | 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:3, vlan_id: None } }]adding route 172.17.0.3/32 -> 10.0.0.255 |
| 7872 | 2026-08-31T09:37:40.639Z | Aug 31 09:37:38.610 |
| 7873 | 2026-08-31T09:37:40.639Z | Aug 31 09:37:38.610DEBG INFOreplacing 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 31 09:37:38.610 |
| 7874 | 2026-08-31T09:37:40.639Z | Aug 31 09:37:38.610DEBG adding route 172.17.0.30/32 -> 10.0.0.255replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:37:38.610INFO |
| 7875 | 2026-08-31T09:37:40.639Z | INFO |
| 7876 | 2026-08-31T09:37:40.639Z | adding route 172.17.0.31/32 -> 10.0.0.255Aug 31 09:37:38.610adding route 172.17.0.47/32 -> 10.0.0.255 |
| 7877 | 2026-08-31T09:37:40.639Z | INFO |
| 7878 | 2026-08-31T09:37:40.639Z | adding route 172.17.0.4/32 -> 10.0.0.255 |
| 7879 | 2026-08-31T09:37:40.639Z | Aug 31 09:37:38.610 Aug 31 09:37:38.610Aug 31 09:37:38.610 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 } }] 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 } }] |
| 7880 | 2026-08-31T09:37:40.639Z | 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 31 09:37:38.610 |
| 7881 | 2026-08-31T09:37:40.639Z | |
| 7882 | 2026-08-31T09:37:40.639Z | Aug 31 09:37:38.610Aug 31 09:37:38.610DEBG INFOINFO Aug 31 09:37:38.610 adding route 172.17.0.48/32 -> 10.0.0.255INFOreplacing 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.5/32 -> 10.0.0.255 |
| 7883 | 2026-08-31T09:37:40.640Z | |
| 7884 | 2026-08-31T09:37:40.640Z | adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7885 | 2026-08-31T09:37:40.640Z | |
| 7886 | 2026-08-31T09:37:40.640Z | Aug 31 09:37:38.610Aug 31 09:37:38.610 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.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 } }] |
| 7887 | 2026-08-31T09:37:40.640Z | |
| 7888 | 2026-08-31T09:37:40.640Z | Aug 31 09:37:38.610 Aug 31 09:37:38.610INFOAug 31 09:37:38.610 adding route 172.17.0.6/32 -> 10.0.0.255INFO Aug 31 09:37:38.610INFO |
| 7889 | 2026-08-31T09:37:40.640Z | adding route 172.17.0.49/32 -> 10.0.0.255DEBG |
| 7890 | 2026-08-31T09:37:40.640Z | adding route 172.17.0.32/32 -> 10.0.0.255Aug 31 09:37:38.610 |
| 7891 | 2026-08-31T09:37:40.640Z | DEBGAug 31 09:37:38.610 replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7892 | 2026-08-31T09:37:40.640Z | 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 } }] |
| 7893 | 2026-08-31T09:37:40.640Z | |
| 7894 | 2026-08-31T09:37:40.640Z | Aug 31 09:37:38.610Aug 31 09:37:38.610 Aug 31 09:37:38.610INFO INFOadding route 172.17.0.7/32 -> 10.0.0.255 |
| 7895 | 2026-08-31T09:37:40.640Z | Aug 31 09:37:38.610adding route 172.17.0.50/32 -> 10.0.0.255DEBG |
| 7896 | 2026-08-31T09:37:40.640Z | Aug 31 09:37:38.610 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 |
| 7897 | 2026-08-31T09:37:40.640Z | Aug 31 09:37:38.610adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7898 | 2026-08-31T09:37:40.645Z | 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 } }] |
| 7899 | 2026-08-31T09:37:40.645Z | 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 31 09:37:38.610 |
| 7900 | 2026-08-31T09:37:40.645Z | Aug 31 09:37:38.610INFO Aug 31 09:37:38.610INFO adding route 172.17.0.33/32 -> 10.0.0.255Aug 31 09:37:38.610adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7901 | 2026-08-31T09:37:40.645Z | INFO |
| 7902 | 2026-08-31T09:37:40.645Z | adding route 172.17.0.8/32 -> 10.0.0.255DEBG |
| 7903 | 2026-08-31T09:37:40.646Z | Aug 31 09:37:38.610 replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:37:38.610DEBG 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 } }] |
| 7904 | 2026-08-31T09:37:40.646Z | 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 31 09:37:38.610 |
| 7905 | 2026-08-31T09:37:40.646Z | |
| 7906 | 2026-08-31T09:37:40.646Z | Aug 31 09:37:38.610DEBGAug 31 09:37:38.610 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 adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7907 | 2026-08-31T09:37:40.646Z | |
| 7908 | 2026-08-31T09:37:40.646Z | Aug 31 09:37:38.610 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7909 | 2026-08-31T09:37:40.646Z | Aug 31 09:37:38.610 Aug 31 09:37:38.610INFO |
| 7910 | 2026-08-31T09:37:40.646Z | DEBG adding route 172.17.0.34/32 -> 10.0.0.255replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7911 | 2026-08-31T09:37:40.646Z | |
| 7912 | 2026-08-31T09:37:40.646Z | Aug 31 09:37:38.610Aug 31 09:37:38.610 INFOINFOINFO adding route 172.17.0.34/32 -> 10.0.0.255Aug 31 09:37:38.610adding route 172.17.0.9/32 -> 10.0.0.255 |
| 7913 | 2026-08-31T09:37:40.646Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 7914 | 2026-08-31T09:37:40.646Z | DEBG |
| 7915 | 2026-08-31T09:37:40.646Z | Aug 31 09:37:38.610replacing 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 } }] |
| 7916 | 2026-08-31T09:37:40.649Z | DEBGAug 31 09:37:38.610 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 |
| 7917 | 2026-08-31T09:37:40.649Z | 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 } }] |
| 7918 | 2026-08-31T09:37:40.649Z | Aug 31 09:37:38.610 INFOAug 31 09:37:38.610 adding route 172.17.0.35/32 -> 10.0.0.255INFO |
| 7919 | 2026-08-31T09:37:40.649Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 31 09:37:38.610Aug 31 09:37:38.610 |
| 7920 | 2026-08-31T09:37:40.649Z | Aug 31 09:37:38.610 DEBGDEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO adding route 172.17.0.35/32 -> 10.0.0.255Aug 31 09:37:38.610 |
| 7921 | 2026-08-31T09:37:40.649Z | |
| 7922 | 2026-08-31T09:37:40.649Z | DEBG Aug 31 09:37:38.623 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 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 31 09:37:38.623DEBG |
| 7923 | 2026-08-31T09:37:40.649Z | INFO |
| 7924 | 2026-08-31T09:37:40.649Z | replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7925 | 2026-08-31T09:37:40.649Z | |
| 7926 | 2026-08-31T09:37:40.649Z | Aug 31 09:37:38.623 INFOAug 31 09:37:38.623 Aug 31 09:37:38.623Aug 31 09:37:38.623adding route 172.17.0.10/32 -> 10.0.0.255 INFO |
| 7927 | 2026-08-31T09:37:40.649Z | DEBG Aug 31 09:37:38.610INFOreplacing 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 } }] |
| 7928 | 2026-08-31T09:37:40.649Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 7929 | 2026-08-31T09:37:40.649Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7930 | 2026-08-31T09:37:40.649Z | DEBG created new freemapAug 31 09:37:38.623, Aug 31 09:37:38.623 Aug 31 09:37:38.623 INFOunitAug 31 09:37:38.623DEBG : freemap_route_ipv4DEBG |
| 7931 | 2026-08-31T09:37:40.649Z | adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7932 | 2026-08-31T09:37:40.649Z | DEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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: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 } }] |
| 7933 | 2026-08-31T09:37:40.650Z | |
| 7934 | 2026-08-31T09:37:40.650Z | Aug 31 09:37:38.623 |
| 7935 | 2026-08-31T09:37:40.650Z | Aug 31 09:37:38.623 DEBGDEBG Aug 31 09:37:38.623replacing 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 } }] |
| 7936 | 2026-08-31T09:37:40.650Z | Aug 31 09:37:38.623created new freemap , unitINFO: Aug 31 09:37:38.623 adding route 172.17.0.37/32 -> 10.0.0.255Aug 31 09:37:38.623 |
| 7937 | 2026-08-31T09:37:40.650Z | INFOfreemap_route_ipv6 |
| 7938 | 2026-08-31T09:37:40.650Z | INFOINFOadding route 172.17.0.38/32 -> 10.0.0.255 adding route 172.17.0.11/32 -> 10.0.0.255 |
| 7939 | 2026-08-31T09:37:40.650Z | |
| 7940 | 2026-08-31T09:37:40.650Z | Aug 31 09:37:38.623Aug 31 09:37:38.623 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG 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 } }] |
| 7941 | 2026-08-31T09:37:40.650Z | Aug 31 09:37:38.623initted freemap. size: 64Aug 31 09:37:38.623 , DEBGunit |
| 7942 | 2026-08-31T09:37:40.650Z | : 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 } }]freemap_route_ipv4 |
| 7943 | 2026-08-31T09:37:40.650Z | |
| 7944 | 2026-08-31T09:37:40.650Z | Aug 31 09:37:38.623replacing 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 31 09:37:38.623DEBG |
| 7945 | 2026-08-31T09:37:40.650Z | Aug 31 09:37:38.623Aug 31 09:37:38.623 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 } }] DEBGINFO |
| 7946 | 2026-08-31T09:37:40.650Z | INFO reset freemapadding route 172.17.0.39/32 -> 10.0.0.255 , adding route 172.17.0.38/32 -> 10.0.0.255unit |
| 7947 | 2026-08-31T09:37:40.650Z | Aug 31 09:37:38.623: |
| 7948 | 2026-08-31T09:37:40.650Z | INFO Aug 31 09:37:38.623freemap_route_ipv4adding route 172.17.0.12/32 -> 10.0.0.255 Aug 31 09:37:38.623 |
| 7949 | 2026-08-31T09:37:40.650Z | DEBG |
| 7950 | 2026-08-31T09:37:40.650Z | 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 } }] |
| 7951 | 2026-08-31T09:37:40.650Z | INFOAug 31 09:37:38.623Aug 31 09:37:38.623 Aug 31 09:37:38.623DEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 31 09:37:38.623DEBG |
| 7952 | 2026-08-31T09:37:40.650Z | INFOinitted freemap. size: 64 , adding route 172.17.0.40/32 -> 10.0.0.255unit |
| 7953 | 2026-08-31T09:37:40.650Z | :DEBGAug 31 09:37:38.623 freemap_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 } }] |
| 7954 | 2026-08-31T09:37:40.650Z | |
| 7955 | 2026-08-31T09:37:40.650Z | Aug 31 09:37:38.623 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 } }] DEBG |
| 7956 | 2026-08-31T09:37:40.650Z | 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 31 09:37:38.623 |
| 7957 | 2026-08-31T09:37:40.651Z | 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 31 09:37:38.623 DEBG |
| 7958 | 2026-08-31T09:37:40.651Z | reset freemap, INFOunit :Aug 31 09:37:38.623 adding route 172.17.0.13/32 -> 10.0.0.255 freemap_route_ipv6 |
| 7959 | 2026-08-31T09:37:40.651Z | Aug 31 09:37:38.623 |
| 7960 | 2026-08-31T09:37:40.651Z | INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7961 | 2026-08-31T09:37:40.651Z | INFOAug 31 09:37:38.623Aug 31 09:37:38.623 DEBG INFOAug 31 09:37:38.623Aug 31 09:37:38.623 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 } }] |
| 7962 | 2026-08-31T09:37:40.652Z | 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 } }] |
| 7963 | 2026-08-31T09:37:40.652Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1 |
| 7964 | 2026-08-31T09:37:40.652Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7965 | 2026-08-31T09:37:40.652Z | Aug 31 09:37:38.623 |
| 7966 | 2026-08-31T09:37:40.652Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 7967 | 2026-08-31T09:37:40.652Z | Aug 31 09:37:38.623INFO adding route 172.17.0.14/32 -> 10.0.0.255Aug 31 09:37:38.623Aug 31 09:37:38.623INFO adding route 172.17.0.42/32 -> 10.0.0.255DEBG |
| 7968 | 2026-08-31T09:37:40.652Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7969 | 2026-08-31T09:37:40.652Z | Aug 31 09:37:38.623 |
| 7970 | 2026-08-31T09:37:40.652Z | Aug 31 09:37:38.623 DEBGDEBGAug 31 09:37:38.623 Aug 31 09:37:38.623 DEBGDEBGreplacing 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 } }] |
| 7971 | 2026-08-31T09:37:40.652Z | INFO adding route 172.16.0.0/32 -> 10.0.0.2replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7972 | 2026-08-31T09:37:40.652Z | |
| 7973 | 2026-08-31T09:37:40.652Z | Aug 31 09:37:38.623 replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 172.17.0.43/32 -> 10.0.0.255replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7974 | 2026-08-31T09:37:40.652Z | |
| 7975 | 2026-08-31T09:37:40.652Z | |
| 7976 | 2026-08-31T09:37:40.653Z | Aug 31 09:37:38.623Aug 31 09:37:38.623 DEBGAug 31 09:37:38.623Aug 31 09:37:38.623 Aug 31 09:37:38.623 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 INFO |
| 7977 | 2026-08-31T09:37:40.653Z | INFOreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7978 | 2026-08-31T09:37:40.653Z | adding route 172.17.0.15/32 -> 10.0.0.255 |
| 7979 | 2026-08-31T09:37:40.653Z | INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 31 09:37:38.623 Aug 31 09:37:38.623 Aug 31 09:37:38.623INFOINFO adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3 |
| 7980 | 2026-08-31T09:37:40.653Z | |
| 7981 | 2026-08-31T09:37:40.653Z | DEBGadding route 172.17.0.40/32 -> 10.0.0.255 replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:37:38.623 |
| 7982 | 2026-08-31T09:37:40.653Z | 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 } }] |
| 7983 | 2026-08-31T09:37:40.653Z | |
| 7984 | 2026-08-31T09:37:40.653Z | Aug 31 09:37:38.781 Aug 31 09:37:38.781INFO INFOadding route 172.17.0.16/32 -> 10.0.0.255 |
| 7985 | 2026-08-31T09:37:40.653Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7986 | 2026-08-31T09:37:40.653Z | Aug 31 09:37:38.781 DEBGAug 31 09:37:38.610Aug 31 09:37:38.781 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 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 } }] |
| 7987 | 2026-08-31T09:37:40.653Z | |
| 7988 | 2026-08-31T09:37:40.653Z | 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 31 09:37:38.781Aug 31 09:37:38.781 INFOINFO |
| 7989 | 2026-08-31T09:37:40.653Z | adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7990 | 2026-08-31T09:37:40.653Z | |
| 7991 | 2026-08-31T09:37:40.653Z | Aug 31 09:37:38.781Aug 31 09:37:38.781 DEBGDEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7992 | 2026-08-31T09:37:40.654Z | |
| 7993 | 2026-08-31T09:37:40.654Z | Aug 31 09:37:38.781 INFO |
| 7994 | 2026-08-31T09:37:40.654Z | Aug 31 09:37:38.781Aug 31 09:37:38.781Aug 31 09:37:38.781 INFO 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 } }]adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7995 | 2026-08-31T09:37:40.654Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7996 | 2026-08-31T09:37:40.654Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7997 | 2026-08-31T09:37:40.654Z | |
| 7998 | 2026-08-31T09:37:40.659Z | Aug 31 09:37:38.781Aug 31 09:37:38.781 Aug 31 09:37:38.781Aug 31 09:37:38.781 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.4DEBG |
| 7999 | 2026-08-31T09:37:40.659Z | replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.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 |
| 8000 | 2026-08-31T09:37:40.659Z | Aug 31 09:37:38.781 |
| 8001 | 2026-08-31T09:37:40.659Z | 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 } }] DEBGAug 31 09:37:38.781 |
| 8002 | 2026-08-31T09:37:40.659Z | INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 31 09:37:38.781 |
| 8003 | 2026-08-31T09:37:40.659Z | adding route 172.17.0.19/32 -> 10.0.0.255 Aug 31 09:37:38.781INFO |
| 8004 | 2026-08-31T09:37:40.659Z | Aug 31 09:37:38.781Aug 31 09:37:38.781 DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff DEBGINFO |
| 8005 | 2026-08-31T09:37:40.659Z | replacing targets for 172.16.0.0/32 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 31 09:37:38.781adding route 172.17.0.43/32 -> 10.0.0.255 |
| 8006 | 2026-08-31T09:37:40.659Z | DEBG |
| 8007 | 2026-08-31T09:37:40.659Z | 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 31 09:37:38.781replacing 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 } }] |
| 8008 | 2026-08-31T09:37:40.659Z | |
| 8009 | 2026-08-31T09:37:40.659Z | DEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.781 |
| 8010 | 2026-08-31T09:37:40.660Z | Aug 31 09:37:38.781DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 8011 | 2026-08-31T09:37:40.660Z | Aug 31 09:37:38.781adding route 172.17.0.54/32 -> 10.0.0.255Aug 31 09:37:38.781 |
| 8012 | 2026-08-31T09:37:40.660Z | INFOINFOAug 31 09:37:38.781 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 172.17.0.20/32 -> 10.0.0.255 |
| 8013 | 2026-08-31T09:37:40.660Z | |
| 8014 | 2026-08-31T09:37:40.660Z | INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 8015 | 2026-08-31T09:37:40.660Z | Aug 31 09:37:38.781Aug 31 09:37:38.781 DEBG DEBGreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:37:38.781 |
| 8016 | 2026-08-31T09:37:40.660Z | 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 } }] |
| 8017 | 2026-08-31T09:37:40.660Z | DEBG Aug 31 09:37:38.781replacing 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 } }] |
| 8018 | 2026-08-31T09:37:40.660Z | DEBGAug 31 09:37:38.781 Aug 31 09:37:38.781replacing 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 |
| 8019 | 2026-08-31T09:37:40.660Z | INFOAug 31 09:37:38.781 adding route 172.17.0.21/32 -> 10.0.0.255adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 8020 | 2026-08-31T09:37:40.661Z | INFO |
| 8021 | 2026-08-31T09:37:40.661Z | adding route 172.17.0.55/32 -> 10.0.0.255Aug 31 09:37:38.781 |
| 8022 | 2026-08-31T09:37:40.661Z | INFOAug 31 09:37:38.781 adding route 172.17.0.45/32 -> 10.0.0.255DEBG |
| 8023 | 2026-08-31T09:37:40.661Z | Aug 31 09:37:38.781Aug 31 09:37:38.781 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 } }] |
| 8024 | 2026-08-31T09:37:40.661Z | Aug 31 09:37:38.781DEBGDEBG 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 } }] |
| 8025 | 2026-08-31T09:37:40.662Z | Aug 31 09:37:38.781 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 } }]INFOAug 31 09:37:38.781 |
| 8026 | 2026-08-31T09:37:40.662Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff 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 } }] |
| 8027 | 2026-08-31T09:37:40.662Z | INFO |
| 8028 | 2026-08-31T09:37:40.662Z | adding route 172.17.0.22/32 -> 10.0.0.255 |
| 8029 | 2026-08-31T09:37:40.662Z | Aug 31 09:37:38.781 Aug 31 09:37:38.781Aug 31 09:37:38.781 Aug 31 09:37:38.781DEBGINFO 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 |
| 8030 | 2026-08-31T09:37:40.662Z | 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 |
| 8031 | 2026-08-31T09:37:40.662Z | adding route 172.17.0.46/32 -> 10.0.0.255 adding route 172.17.0.56/32 -> 10.0.0.255 |
| 8032 | 2026-08-31T09:37:40.662Z | |
| 8033 | 2026-08-31T09:37:40.662Z | Aug 31 09:37:38.781Aug 31 09:37:38.781 INFOINFOAug 31 09:37:38.781 adding route 172.17.0.23/32 -> 10.0.0.255adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG |
| 8034 | 2026-08-31T09:37:40.662Z | |
| 8035 | 2026-08-31T09:37:40.662Z | 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 } }] |
| 8036 | 2026-08-31T09:37:40.662Z | Aug 31 09:37:38.781Aug 31 09:37:38.782Aug 31 09:37:38.782Aug 31 09:37:38.782 DEBGDEBGINFO replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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 |
| 8037 | 2026-08-31T09:37:40.662Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 8038 | 2026-08-31T09:37:40.662Z | |
| 8039 | 2026-08-31T09:37:40.662Z | 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 } }] |
| 8040 | 2026-08-31T09:37:40.662Z | Aug 31 09:37:38.782 INFOAug 31 09:37:38.782 Aug 31 09:37:38.782adding route 3fff:beef:25::/64 -> 2001:db8::55:ff DEBGINFO |
| 8041 | 2026-08-31T09:37:40.662Z | Aug 31 09:37:38.782 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 } }] |
| 8042 | 2026-08-31T09:37:40.662Z | INFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255Aug 31 09:37:38.782 |
| 8043 | 2026-08-31T09:37:40.662Z | |
| 8044 | 2026-08-31T09:37:40.662Z | Aug 31 09:37:38.782DEBG INFOAug 31 09:37:38.782Aug 31 09:37:38.782 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 } }] |
| 8045 | 2026-08-31T09:37:40.662Z | DEBGadding route 172.17.0.48/32 -> 10.0.0.255 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 } }] |
| 8046 | 2026-08-31T09:37:40.662Z | DEBG |
| 8047 | 2026-08-31T09:37:40.663Z | replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8048 | 2026-08-31T09:37:40.663Z | Aug 31 09:37:38.782 INFO Aug 31 09:37:38.782adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 31 09:37:38.782 |
| 8049 | 2026-08-31T09:37:40.663Z | INFO adding route 172.17.0.25/32 -> 10.0.0.255INFOAug 31 09:37:38.782 |
| 8050 | 2026-08-31T09:37:40.663Z | DEBG Aug 31 09:37:38.782 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.58/32 -> 10.0.0.255DEBG |
| 8051 | 2026-08-31T09:37:40.663Z | Aug 31 09:37:38.782 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 } }] |
| 8052 | 2026-08-31T09:37:40.664Z | |
| 8053 | 2026-08-31T09:37:40.664Z | 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 } }] |
| 8054 | 2026-08-31T09:37:40.664Z | Aug 31 09:37:38.782 Aug 31 09:37:38.782Aug 31 09:37:38.782 INFOINFO INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.26/32 -> 10.0.0.255Aug 31 09:37:38.782 |
| 8055 | 2026-08-31T09:37:40.664Z | test route::tests::add_target_fails_full ... ok |
| 8056 | 2026-08-31T09:37:40.664Z | test route::tests::delete_target_fragmented ... ok |
| 8057 | 2026-08-31T09:37:40.664Z | |
| 8058 | 2026-08-31T09:37:40.664Z | |
| 8059 | 2026-08-31T09:37:40.664Z | DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:37:38.782Aug 31 09:37:38.782 |
| 8060 | 2026-08-31T09:37:40.664Z | DEBG Aug 31 09:37:38.782replacing 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 |
| 8061 | 2026-08-31T09:37:40.664Z | DEBG Aug 31 09:37:38.782replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 8062 | 2026-08-31T09:37:40.665Z | |
| 8063 | 2026-08-31T09:37:40.665Z | Aug 31 09:37:38.782INFO INFOadding route 172.17.0.59/32 -> 10.0.0.255 |
| 8064 | 2026-08-31T09:37:40.665Z | adding route 172.17.0.27/32 -> 10.0.0.255Aug 31 09:37:38.782Aug 31 09:37:38.782 |
| 8065 | 2026-08-31T09:37:40.665Z | INFO INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 8066 | 2026-08-31T09:37:40.665Z | adding route 172.17.0.50/32 -> 10.0.0.255Aug 31 09:37:38.782 |
| 8067 | 2026-08-31T09:37:40.665Z | DEBG Aug 31 09:37:38.782Aug 31 09:37:38.782 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 31 09:37:38.782DEBG |
| 8068 | 2026-08-31T09:37:40.665Z | DEBGDEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8069 | 2026-08-31T09:37:40.665Z | replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 31 09:37:38.782 |
| 8070 | 2026-08-31T09:37:40.665Z | |
| 8071 | 2026-08-31T09:37:40.665Z | INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 8072 | 2026-08-31T09:37:40.665Z | Aug 31 09:37:38.782Aug 31 09:37:38.782 INFOAug 31 09:37:38.782 INFO adding route 172.17.0.51/32 -> 10.0.0.255adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 8073 | 2026-08-31T09:37:40.665Z | |
| 8074 | 2026-08-31T09:37:40.665Z | 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 } }] |
| 8075 | 2026-08-31T09:37:40.665Z | Aug 31 09:37:38.782 Aug 31 09:37:38.782INFOAug 31 09:37:38.782 DEBG Aug 31 09:37:38.782DEBGreplacing 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 } }] |
| 8076 | 2026-08-31T09:37:40.665Z | 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.60/32 -> 10.0.0.255 |
| 8077 | 2026-08-31T09:37:40.665Z | INFO |
| 8078 | 2026-08-31T09:37:40.665Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 8079 | 2026-08-31T09:37:40.665Z | Aug 31 09:37:38.782 INFO Aug 31 09:37:38.782adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 31 09:37:38.782 |
| 8080 | 2026-08-31T09:37:40.665Z | DEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 8081 | 2026-08-31T09:37:40.665Z | 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 } }] |
| 8082 | 2026-08-31T09:37:40.665Z | Aug 31 09:37:38.782Aug 31 09:37:38.782 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 } }]Aug 31 09:37:38.782 adding route 172.17.0.52/32 -> 10.0.0.255 |
| 8083 | 2026-08-31T09:37:40.666Z | |
| 8084 | 2026-08-31T09:37:40.666Z | INFOAug 31 09:37:38.782 adding route 172.17.0.30/32 -> 10.0.0.255INFO |
| 8085 | 2026-08-31T09:37:40.666Z | Aug 31 09:37:38.782adding route 172.17.0.61/32 -> 10.0.0.255 |
| 8086 | 2026-08-31T09:37:40.666Z | Aug 31 09:37:38.782DEBG 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 } }] |
| 8087 | 2026-08-31T09:37:40.666Z | INFOAug 31 09:37:38.782 DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8088 | 2026-08-31T09:37:40.666Z | Aug 31 09:37:38.782replacing 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 31 09:37:38.782 DEBG |
| 8089 | 2026-08-31T09:37:40.666Z | INFO Aug 31 09:37:38.782 replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.53/32 -> 10.0.0.255 |
| 8090 | 2026-08-31T09:37:40.666Z | DEBG |
| 8091 | 2026-08-31T09:37:40.666Z | Aug 31 09:37:38.782 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 |
| 8092 | 2026-08-31T09:37:40.666Z | Aug 31 09:37:38.782Aug 31 09:37:38.782 INFO DEBGadding route 172.17.0.31/32 -> 10.0.0.255Aug 31 09:37:38.782 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 adding route 172.17.0.62/32 -> 10.0.0.255adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 8093 | 2026-08-31T09:37:40.666Z | |
| 8094 | 2026-08-31T09:37:40.666Z | |
| 8095 | 2026-08-31T09:37:40.666Z | Aug 31 09:37:38.808 DEBGAug 31 09:37:38.808 replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 8096 | 2026-08-31T09:37:40.666Z | Aug 31 09:37:38.808 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 |
| 8097 | 2026-08-31T09:37:40.666Z | 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 31 09:37:38.808 INFO adding route 172.17.0.63/32 -> 10.0.0.255 |
| 8098 | 2026-08-31T09:37:40.671Z | |
| 8099 | 2026-08-31T09:37:40.671Z | Aug 31 09:37:38.808Aug 31 09:37:38.808 INFODEBGAug 31 09:37:38.808 INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255 |
| 8100 | 2026-08-31T09:37:40.673Z | |
| 8101 | 2026-08-31T09:37:40.673Z | |
| 8102 | 2026-08-31T09:37:40.673Z | Aug 31 09:37:38.808 DEBG failed to allocate space for the new target list |
| 8103 | 2026-08-31T09:37:40.673Z | Aug 31 09:37:38.808Aug 31 09:37:38.808 DEBGAug 31 09:37:38.808 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 |
| 8104 | 2026-08-31T09:37:40.673Z | 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 } }] |
| 8105 | 2026-08-31T09:37:40.673Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 8106 | 2026-08-31T09:37:40.673Z | Aug 31 09:37:38.808 DEBG failed to allocate space for the new target list |
| 8107 | 2026-08-31T09:37:40.673Z | Aug 31 09:37:38.808Aug 31 09:37:38.808 INFOINFO |
| 8108 | 2026-08-31T09:37:40.673Z | adding route 172.17.0.33/32 -> 10.0.0.255adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 8109 | 2026-08-31T09:37:40.673Z | |
| 8110 | 2026-08-31T09:37:40.673Z | Aug 31 09:37:38.808Aug 31 09:37:38.808 DEBGDEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 8111 | 2026-08-31T09:37:40.674Z | |
| 8112 | 2026-08-31T09:37:40.674Z | Aug 31 09:37:38.808Aug 31 09:37:38.781Aug 31 09:37:38.808 Aug 31 09:37:38.808 DEBG INFOreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 8113 | 2026-08-31T09:37:40.674Z | adding route 172.17.0.34/32 -> 10.0.0.255 adding route 172.17.0.54/32 -> 10.0.0.255 |
| 8114 | 2026-08-31T09:37:40.674Z | |
| 8115 | 2026-08-31T09:37:40.674Z | INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 8116 | 2026-08-31T09:37:40.674Z | Aug 31 09:37:38.808Aug 31 09:37:38.808Aug 31 09:37:38.808 Aug 31 09:37:38.808INFODEBG DEBGadding route 172.17.0.46/32 -> 10.0.0.255 |
| 8117 | 2026-08-31T09:37:40.674Z | replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 |
| 8118 | 2026-08-31T09:37:40.674Z | |
| 8119 | 2026-08-31T09:37:40.674Z | 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 } }] |
| 8120 | 2026-08-31T09:37:40.674Z | Aug 31 09:37:38.808 DEBG Aug 31 09:37:38.808Aug 31 09:37:38.808replacing 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 31 09:37:38.808 |
| 8121 | 2026-08-31T09:37:40.674Z | INFOINFO INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 172.17.0.35/32 -> 10.0.0.255Aug 31 09:37:38.808 |
| 8122 | 2026-08-31T09:37:40.674Z | adding route 172.17.0.55/32 -> 10.0.0.255 |
| 8123 | 2026-08-31T09:37:40.674Z | |
| 8124 | 2026-08-31T09:37:40.674Z | INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 8125 | 2026-08-31T09:37:40.674Z | Aug 31 09:37:38.808Aug 31 09:37:38.808Aug 31 09:37:38.808 Aug 31 09:37:38.808DEBG DEBGDEBGDEBG 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.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 } }] |
| 8126 | 2026-08-31T09:37:40.674Z | replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8127 | 2026-08-31T09:37:40.674Z | |
| 8128 | 2026-08-31T09:37:40.674Z | |
| 8129 | 2026-08-31T09:37:40.674Z | Aug 31 09:37:38.808Aug 31 09:37:38.808 Aug 31 09:37:38.808 INFOAug 31 09:37:38.808INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255 INFO |
| 8130 | 2026-08-31T09:37:40.674Z | adding route 172.17.0.36/32 -> 10.0.0.255 adding route 172.17.0.56/32 -> 10.0.0.255 |
| 8131 | 2026-08-31T09:37:40.675Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 8132 | 2026-08-31T09:37:40.675Z | |
| 8133 | 2026-08-31T09:37:40.675Z | Aug 31 09:37:38.808Aug 31 09:37:38.808 DEBGAug 31 09:37:38.808DEBG Aug 31 09:37:38.808replacing 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 |
| 8134 | 2026-08-31T09:37:40.675Z | DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8135 | 2026-08-31T09:37:40.675Z | |
| 8136 | 2026-08-31T09:37:40.675Z | Aug 31 09:37:38.808 Aug 31 09:37:38.808INFO INFOadding route 172.17.0.49/32 -> 10.0.0.255 |
| 8137 | 2026-08-31T09:37:40.675Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 8138 | 2026-08-31T09:37:40.675Z | Aug 31 09:37:38.808 INFO Aug 31 09:37:38.808adding route 172.17.0.57/32 -> 10.0.0.255Aug 31 09:37:38.808 |
| 8139 | 2026-08-31T09:37:40.676Z | 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 } }]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 } }] |
| 8140 | 2026-08-31T09:37:40.676Z | |
| 8141 | 2026-08-31T09:37:40.676Z | Aug 31 09:37:38.808Aug 31 09:37:38.808Aug 31 09:37:38.808 INFOINFO DEBGadding route 172.17.0.50/32 -> 10.0.0.255 |
| 8142 | 2026-08-31T09:37:40.676Z | 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 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 8143 | 2026-08-31T09:37:40.676Z | |
| 8144 | 2026-08-31T09:37:40.676Z | Aug 31 09:37:38.808Aug 31 09:37:38.808 INFODEBG adding route 172.17.0.58/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 } }] |
| 8145 | 2026-08-31T09:37:40.676Z | |
| 8146 | 2026-08-31T09:37:40.676Z | Aug 31 09:37:38.808 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 } }]Aug 31 09:37:38.808Aug 31 09:37:38.808 |
| 8147 | 2026-08-31T09:37:40.676Z | INFO 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 } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 8148 | 2026-08-31T09:37:40.676Z | |
| 8149 | 2026-08-31T09:37:40.676Z | Aug 31 09:37:38.808 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 8150 | 2026-08-31T09:37:40.676Z | Aug 31 09:37:38.808 DEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:37:38.808 |
| 8151 | 2026-08-31T09:37:40.676Z | DEBGAug 31 09:37:38.808 replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 8152 | 2026-08-31T09:37:40.676Z | adding route 172.17.0.59/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 } }] |
| 8153 | 2026-08-31T09:37:40.676Z | |
| 8154 | 2026-08-31T09:37:40.676Z | Aug 31 09:37:38.808Aug 31 09:37:38.808 INFOINFO Aug 31 09:37:38.808Aug 31 09:37:38.808 adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 8155 | 2026-08-31T09:37:40.676Z | DEBGadding route 172.17.0.52/32 -> 10.0.0.255 INFOreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8156 | 2026-08-31T09:37:40.676Z | |
| 8157 | 2026-08-31T09:37:40.676Z | adding route 172.17.0.37/32 -> 10.0.0.255Aug 31 09:37:38.808 |
| 8158 | 2026-08-31T09:37:40.676Z | test route::tests::delete_target_full ... ok |
| 8159 | 2026-08-31T09:37:40.676Z | 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 31 09:37:38.808 |
| 8160 | 2026-08-31T09:37:40.677Z | Aug 31 09:37:38.808INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 8161 | 2026-08-31T09:37:40.677Z | DEBGAug 31 09:37:38.808Aug 31 09:37:38.808 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 } }] DEBGINFOAug 31 09:37:38.808 replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 8162 | 2026-08-31T09:37:40.677Z | DEBG |
| 8163 | 2026-08-31T09:37:40.677Z | 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 } }] |
| 8164 | 2026-08-31T09:37:40.677Z | |
| 8165 | 2026-08-31T09:37:40.677Z | test route::tests::delete_targets_full ... ok |
| 8166 | 2026-08-31T09:37:40.677Z | Aug 31 09:37:38.808 INFO adding route 172.17.0.53/32 -> 10.0.0.255Aug 31 09:37:38.808 |
| 8167 | 2026-08-31T09:37:40.677Z | Aug 31 09:37:38.808 Aug 31 09:37:38.808 DEBGINFO failed to allocate space for the new target listDEBG |
| 8168 | 2026-08-31T09:37:40.677Z | adding route 172.17.0.38/32 -> 10.0.0.255Aug 31 09:37:38.808 |
| 8169 | 2026-08-31T09:37:40.677Z | DEBGAug 31 09:37:38.808replacing 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 } }] |
| 8170 | 2026-08-31T09:37:40.677Z | DEBGreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8171 | 2026-08-31T09:37:40.677Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8172 | 2026-08-31T09:37:40.677Z | Aug 31 09:37:38.808 DEBGAug 31 09:37:38.808Aug 31 09:37:38.808 INFOINFO 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 } }] |
| 8173 | 2026-08-31T09:37:40.677Z | adding route 172.17.0.54/32 -> 10.0.0.255adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 8174 | 2026-08-31T09:37:40.677Z | |
| 8175 | 2026-08-31T09:37:40.677Z | Aug 31 09:37:38.808Aug 31 09:37:38.808 Aug 31 09:37:38.808INFODEBG DEBGadding route 172.17.0.39/32 -> 10.0.0.255replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8176 | 2026-08-31T09:37:40.677Z | |
| 8177 | 2026-08-31T09:37:40.677Z | 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 } }] |
| 8178 | 2026-08-31T09:37:40.677Z | Aug 31 09:37:38.808Aug 31 09:37:38.808 INFOAug 31 09:37:38.808 adding route 172.17.0.55/32 -> 10.0.0.255INFO |
| 8179 | 2026-08-31T09:37:40.678Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG |
| 8180 | 2026-08-31T09:37:40.678Z | 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 } }] |
| 8181 | 2026-08-31T09:37:40.678Z | Aug 31 09:37:38.808 DEBG Aug 31 09:37:38.808replacing 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 31 09:37:38.808 DEBG |
| 8182 | 2026-08-31T09:37:40.678Z | INFO adding route 172.17.0.40/32 -> 10.0.0.255replacing 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 } }] |
| 8183 | 2026-08-31T09:37:40.678Z | |
| 8184 | 2026-08-31T09:37:40.678Z | Aug 31 09:37:38.808Aug 31 09:37:38.808Aug 31 09:37:38.808 INFO DEBGadding route 172.17.0.56/32 -> 10.0.0.255INFO |
| 8185 | 2026-08-31T09:37:40.678Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 8186 | 2026-08-31T09:37:40.678Z | 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 } }] |
| 8187 | 2026-08-31T09:37:40.678Z | Aug 31 09:37:38.808 DEBG Aug 31 09:37:38.808replacing 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 } }] |
| 8188 | 2026-08-31T09:37:40.678Z | DEBGAug 31 09:37:38.808 INFOreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8189 | 2026-08-31T09:37:40.678Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 8190 | 2026-08-31T09:37:40.678Z | Aug 31 09:37:38.808Aug 31 09:37:38.808 Aug 31 09:37:38.808INFO DEBGINFO replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.57/32 -> 10.0.0.255 |
| 8191 | 2026-08-31T09:37:40.678Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 8192 | 2026-08-31T09:37:40.678Z | |
| 8193 | 2026-08-31T09:37:40.678Z | Aug 31 09:37:38.808Aug 31 09:37:38.808 Aug 31 09:37:38.808DEBG DEBG 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 } }]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 } }] |
| 8194 | 2026-08-31T09:37:40.678Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 8195 | 2026-08-31T09:37:40.678Z | |
| 8196 | 2026-08-31T09:37:40.678Z | Aug 31 09:37:38.808 INFOAug 31 09:37:38.808 Aug 31 09:37:38.808adding route 172.17.0.58/32 -> 10.0.0.255 INFO |
| 8197 | 2026-08-31T09:37:40.679Z | DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 8198 | 2026-08-31T09:37:40.683Z | 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 } }] |
| 8199 | 2026-08-31T09:37:40.683Z | Aug 31 09:37:38.808 DEBGAug 31 09:37:38.808 Aug 31 09:37:38.808DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO 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.43/32 -> 10.0.0.255 |
| 8200 | 2026-08-31T09:37:40.683Z | |
| 8201 | 2026-08-31T09:37:40.684Z | |
| 8202 | 2026-08-31T09:37:40.684Z | Aug 31 09:37:38.808Aug 31 09:37:38.808Aug 31 09:37:38.808 DEBGINFOINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffreplacing 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.59/32 -> 10.0.0.255 |
| 8203 | 2026-08-31T09:37:40.684Z | |
| 8204 | 2026-08-31T09:37:40.684Z | |
| 8205 | 2026-08-31T09:37:40.684Z | Aug 31 09:37:38.808Aug 31 09:37:38.808 Aug 31 09:37:38.808DEBG DEBGINFOreplacing 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 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 } }] |
| 8206 | 2026-08-31T09:37:40.684Z | |
| 8207 | 2026-08-31T09:37:40.685Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 8208 | 2026-08-31T09:37:40.685Z | Aug 31 09:37:38.808Aug 31 09:37:38.808 Aug 31 09:37:38.808 INFODEBG adding route 172.17.0.60/32 -> 10.0.0.255 replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8209 | 2026-08-31T09:37:40.685Z | Aug 31 09:37:38.839 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 } }] |
| 8210 | 2026-08-31T09:37:40.685Z | DEBGAug 31 09:37:38.839 failed to allocate space for the new target listINFO |
| 8211 | 2026-08-31T09:37:40.685Z | adding route 172.17.0.61/32 -> 10.0.0.255 |
| 8212 | 2026-08-31T09:37:40.685Z | |
| 8213 | 2026-08-31T09:37:40.685Z | Aug 31 09:37:38.839 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 } }] |
| 8214 | 2026-08-31T09:37:40.685Z | Aug 31 09:37:38.839 INFO Aug 31 09:37:38.839adding route 172.17.0.45/32 -> 10.0.0.255 Aug 31 09:37:38.839 |
| 8215 | 2026-08-31T09:37:40.685Z | INFODEBG adding route 172.17.0.62/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8216 | 2026-08-31T09:37:40.685Z | |
| 8217 | 2026-08-31T09:37:40.685Z | Aug 31 09:37:38.839 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 } }] |
| 8218 | 2026-08-31T09:37:40.685Z | Aug 31 09:37:38.839 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 31 09:37:38.839 |
| 8219 | 2026-08-31T09:37:40.685Z | INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 8220 | 2026-08-31T09:37:40.685Z | Aug 31 09:37:38.839 DEBG Aug 31 09:37:38.839failed to allocate space for the new target list |
| 8221 | 2026-08-31T09:37:40.685Z | 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 } }] |
| 8222 | 2026-08-31T09:37:40.685Z | Aug 31 09:37:38.839 DEBG Aug 31 09:37:38.839replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 8223 | 2026-08-31T09:37:40.685Z | INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 8224 | 2026-08-31T09:37:40.685Z | Aug 31 09:37:38.839 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 } }] |
| 8225 | 2026-08-31T09:37:40.685Z | Aug 31 09:37:38.839 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 8226 | 2026-08-31T09:37:40.685Z | Aug 31 09:37:38.839 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 } }] |
| 8227 | 2026-08-31T09:37:40.685Z | Aug 31 09:37:38.839 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 8228 | 2026-08-31T09:37:40.685Z | Aug 31 09:37:38.839 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 } }] |
| 8229 | 2026-08-31T09:37:40.685Z | Aug 31 09:37:38.839 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 8230 | 2026-08-31T09:37:40.686Z | Aug 31 09:37:38.839 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 } }] |
| 8231 | 2026-08-31T09:37:40.686Z | Aug 31 09:37:38.839 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 8232 | 2026-08-31T09:37:40.686Z | Aug 31 09:37:38.839 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 } }] |
| 8233 | 2026-08-31T09:37:40.686Z | Aug 31 09:37:38.839 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 8234 | 2026-08-31T09:37:40.686Z | Aug 31 09:37:38.839 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 } }] |
| 8235 | 2026-08-31T09:37:40.686Z | Aug 31 09:37:38.839 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 8236 | 2026-08-31T09:37:40.686Z | Aug 31 09:37:38.839 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 } }] |
| 8237 | 2026-08-31T09:37:40.686Z | Aug 31 09:37:38.839 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 8238 | 2026-08-31T09:37:40.686Z | Aug 31 09:37:38.839 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 } }] |
| 8239 | 2026-08-31T09:37:40.687Z | Aug 31 09:37:38.839 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 8240 | 2026-08-31T09:37:40.687Z | Aug 31 09:37:38.839 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 } }] |
| 8241 | 2026-08-31T09:37:40.687Z | Aug 31 09:37:38.839 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 8242 | 2026-08-31T09:37:40.687Z | Aug 31 09:37:38.839 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 } }] |
| 8243 | 2026-08-31T09:37:40.687Z | Aug 31 09:37:38.839 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 8244 | 2026-08-31T09:37:40.687Z | Aug 31 09:37:38.839 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 } }] |
| 8245 | 2026-08-31T09:37:40.687Z | Aug 31 09:37:38.839 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 8246 | 2026-08-31T09:37:40.687Z | Aug 31 09:37:38.839 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 } }] |
| 8247 | 2026-08-31T09:37:40.687Z | Aug 31 09:37:38.839 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 8248 | 2026-08-31T09:37:40.687Z | Aug 31 09:37:38.839 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 } }] |
| 8249 | 2026-08-31T09:37:40.687Z | Aug 31 09:37:38.839 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 8250 | 2026-08-31T09:37:40.687Z | Aug 31 09:37:38.839 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 } }] |
| 8251 | 2026-08-31T09:37:40.687Z | Aug 31 09:37:38.839 DEBG failed to allocate space for the new target list |
| 8252 | 2026-08-31T09:37:40.687Z | Aug 31 09:37:38.840 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 } }] |
| 8253 | 2026-08-31T09:37:40.687Z | Aug 31 09:37:38.840 DEBG created new freemap, unit: freemap_route_ipv4 |
| 8254 | 2026-08-31T09:37:40.687Z | Aug 31 09:37:38.840 DEBG created new freemap, unit: freemap_route_ipv6 |
| 8255 | 2026-08-31T09:37:40.687Z | Aug 31 09:37:38.840 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 8256 | 2026-08-31T09:37:40.687Z | Aug 31 09:37:38.840 DEBG reset freemap, unit: freemap_route_ipv4 |
| 8257 | 2026-08-31T09:37:40.687Z | Aug 31 09:37:38.840 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 8258 | 2026-08-31T09:37:40.687Z | Aug 31 09:37:38.840 DEBG reset freemap, unit: freemap_route_ipv6 |
| 8259 | 2026-08-31T09:37:40.687Z | Aug 31 09:37:38.840 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 8260 | 2026-08-31T09:37:40.687Z | Aug 31 09:37:38.840 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 } }] |
| 8261 | 2026-08-31T09:37:40.687Z | Aug 31 09:37:38.840 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 8262 | 2026-08-31T09:37:40.687Z | Aug 31 09:37:38.840 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 } }] |
| 8263 | 2026-08-31T09:37:40.688Z | Aug 31 09:37:38.840 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 8264 | 2026-08-31T09:37:40.688Z | Aug 31 09:37:38.840 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 } }] |
| 8265 | 2026-08-31T09:37:40.688Z | Aug 31 09:37:38.840 INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 8266 | 2026-08-31T09:37:40.688Z | Aug 31 09:37:38.840 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 } }] |
| 8267 | 2026-08-31T09:37:40.688Z | Aug 31 09:37:38.840 INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 8268 | 2026-08-31T09:37:40.688Z | Aug 31 09:37:38.840 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 } }] |
| 8269 | 2026-08-31T09:37:40.688Z | Aug 31 09:37:38.840 INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 8270 | 2026-08-31T09:37:40.688Z | Aug 31 09:37:38.840 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 } }] |
| 8271 | 2026-08-31T09:37:40.688Z | Aug 31 09:37:38.840 INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 8272 | 2026-08-31T09:37:40.688Z | Aug 31 09:37:38.840 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 } }] |
| 8273 | 2026-08-31T09:37:40.688Z | Aug 31 09:37:38.840 INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 8274 | 2026-08-31T09:37:40.688Z | Aug 31 09:37:38.840 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 } }] |
| 8275 | 2026-08-31T09:37:40.688Z | Aug 31 09:37:38.840 INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 8276 | 2026-08-31T09:37:40.688Z | Aug 31 09:37:38.840 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 } }] |
| 8277 | 2026-08-31T09:37:40.688Z | Aug 31 09:37:38.840 INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 8278 | 2026-08-31T09:37:40.688Z | Aug 31 09:37:38.840 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 } }] |
| 8279 | 2026-08-31T09:37:40.688Z | Aug 31 09:37:38.840 INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 8280 | 2026-08-31T09:37:40.688Z | Aug 31 09:37:38.840 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 } }] |
| 8281 | 2026-08-31T09:37:40.688Z | Aug 31 09:37:38.840 INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 8282 | 2026-08-31T09:37:40.688Z | Aug 31 09:37:38.840 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 } }] |
| 8283 | 2026-08-31T09:37:40.688Z | Aug 31 09:37:38.840 INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 8284 | 2026-08-31T09:37:40.688Z | Aug 31 09:37:38.840 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 } }] |
| 8285 | 2026-08-31T09:37:40.688Z | Aug 31 09:37:38.840 INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 8286 | 2026-08-31T09:37:40.688Z | Aug 31 09:37:38.840 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 } }] |
| 8287 | 2026-08-31T09:37:40.688Z | Aug 31 09:37:38.840 INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 8288 | 2026-08-31T09:37:40.689Z | Aug 31 09:37:38.840 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 } }] |
| 8289 | 2026-08-31T09:37:40.689Z | Aug 31 09:37:38.841 INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 8290 | 2026-08-31T09:37:40.689Z | Aug 31 09:37:38.841 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 } }] |
| 8291 | 2026-08-31T09:37:40.689Z | Aug 31 09:37:38.841 INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 8292 | 2026-08-31T09:37:40.689Z | Aug 31 09:37:38.841 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 } }] |
| 8293 | 2026-08-31T09:37:40.689Z | Aug 31 09:37:38.841 INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 8294 | 2026-08-31T09:37:40.689Z | Aug 31 09:37:38.841 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 } }] |
| 8295 | 2026-08-31T09:37:40.689Z | Aug 31 09:37:38.841 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 8296 | 2026-08-31T09:37:40.689Z | Aug 31 09:37:38.841 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 } }] |
| 8297 | 2026-08-31T09:37:40.689Z | Aug 31 09:37:38.841 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 8298 | 2026-08-31T09:37:40.694Z | Aug 31 09:37:38.841 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 } }] |
| 8299 | 2026-08-31T09:37:40.694Z | Aug 31 09:37:38.841 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 8300 | 2026-08-31T09:37:40.694Z | Aug 31 09:37:38.841 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 } }] |
| 8301 | 2026-08-31T09:37:40.694Z | Aug 31 09:37:38.841 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 8302 | 2026-08-31T09:37:40.694Z | Aug 31 09:37:38.841 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 } }] |
| 8303 | 2026-08-31T09:37:40.694Z | Aug 31 09:37:38.841 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 8304 | 2026-08-31T09:37:40.694Z | Aug 31 09:37:38.841 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 } }] |
| 8305 | 2026-08-31T09:37:40.694Z | Aug 31 09:37:38.841 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 8306 | 2026-08-31T09:37:40.694Z | Aug 31 09:37:38.841 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 } }] |
| 8307 | 2026-08-31T09:37:40.694Z | Aug 31 09:37:38.841 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 8308 | 2026-08-31T09:37:40.694Z | Aug 31 09:37:38.841 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 } }] |
| 8309 | 2026-08-31T09:37:40.694Z | Aug 31 09:37:38.841 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 8310 | 2026-08-31T09:37:40.694Z | Aug 31 09:37:38.841 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 } }] |
| 8311 | 2026-08-31T09:37:40.694Z | Aug 31 09:37:38.841 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 8312 | 2026-08-31T09:37:40.694Z | Aug 31 09:37:38.841 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 } }] |
| 8313 | 2026-08-31T09:37:40.694Z | Aug 31 09:37:38.841 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 8314 | 2026-08-31T09:37:40.694Z | Aug 31 09:37:38.841 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 } }] |
| 8315 | 2026-08-31T09:37:40.695Z | Aug 31 09:37:38.841 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 8316 | 2026-08-31T09:37:40.695Z | Aug 31 09:37:38.841 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 } }] |
| 8317 | 2026-08-31T09:37:40.695Z | Aug 31 09:37:38.841 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 8318 | 2026-08-31T09:37:40.695Z | Aug 31 09:37:38.841 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 } }] |
| 8319 | 2026-08-31T09:37:40.695Z | Aug 31 09:37:38.841 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 8320 | 2026-08-31T09:37:40.695Z | Aug 31 09:37:38.841 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 } }] |
| 8321 | 2026-08-31T09:37:40.695Z | Aug 31 09:37:38.841 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 8322 | 2026-08-31T09:37:40.695Z | Aug 31 09:37:38.841 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 } }] |
| 8323 | 2026-08-31T09:37:40.695Z | Aug 31 09:37:38.841 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 8324 | 2026-08-31T09:37:40.695Z | Aug 31 09:37:38.857 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 } }] |
| 8325 | 2026-08-31T09:37:40.695Z | Aug 31 09:37:38.857 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 8326 | 2026-08-31T09:37:40.696Z | Aug 31 09:37:38.857 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 } }] |
| 8327 | 2026-08-31T09:37:40.696Z | Aug 31 09:37:38.857 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 8328 | 2026-08-31T09:37:40.696Z | Aug 31 09:37:38.857 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 } }] |
| 8329 | 2026-08-31T09:37:40.696Z | Aug 31 09:37:38.857 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 8330 | 2026-08-31T09:37:40.696Z | Aug 31 09:37:38.857 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 } }] |
| 8331 | 2026-08-31T09:37:40.696Z | Aug 31 09:37:38.857 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 8332 | 2026-08-31T09:37:40.696Z | Aug 31 09:37:38.857 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 } }] |
| 8333 | 2026-08-31T09:37:40.696Z | Aug 31 09:37:38.857 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 8334 | 2026-08-31T09:37:40.696Z | Aug 31 09:37:38.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 } }] |
| 8335 | 2026-08-31T09:37:40.696Z | Aug 31 09:37:38.857 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 8336 | 2026-08-31T09:37:40.696Z | Aug 31 09:37:38.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 } }] |
| 8337 | 2026-08-31T09:37:40.696Z | Aug 31 09:37:38.857 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 8338 | 2026-08-31T09:37:40.696Z | Aug 31 09:37:38.857 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 } }] |
| 8339 | 2026-08-31T09:37:40.696Z | Aug 31 09:37:38.857 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 8340 | 2026-08-31T09:37:40.696Z | Aug 31 09:37:38.857 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 } }] |
| 8341 | 2026-08-31T09:37:40.696Z | Aug 31 09:37:38.857 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 8342 | 2026-08-31T09:37:40.696Z | Aug 31 09:37:38.857 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 } }] |
| 8343 | 2026-08-31T09:37:40.696Z | Aug 31 09:37:38.857 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 8344 | 2026-08-31T09:37:40.697Z | Aug 31 09:37:38.857 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 } }] |
| 8345 | 2026-08-31T09:37:40.697Z | Aug 31 09:37:38.857 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 8346 | 2026-08-31T09:37:40.697Z | Aug 31 09:37:38.857 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 } }] |
| 8347 | 2026-08-31T09:37:40.697Z | Aug 31 09:37:38.857 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 8348 | 2026-08-31T09:37:40.697Z | Aug 31 09:37:38.857 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 } }] |
| 8349 | 2026-08-31T09:37:40.697Z | Aug 31 09:37:38.857 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 8350 | 2026-08-31T09:37:40.697Z | Aug 31 09:37:38.857 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 } }] |
| 8351 | 2026-08-31T09:37:40.697Z | Aug 31 09:37:38.857 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 8352 | 2026-08-31T09:37:40.697Z | Aug 31 09:37:38.857 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 } }] |
| 8353 | 2026-08-31T09:37:40.697Z | Aug 31 09:37:38.857 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 8354 | 2026-08-31T09:37:40.697Z | Aug 31 09:37:38.857 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 } }] |
| 8355 | 2026-08-31T09:37:40.697Z | Aug 31 09:37:38.857 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 8356 | 2026-08-31T09:37:40.697Z | test route::tests::delete_targets_fragmented ... ok |
| 8357 | 2026-08-31T09:37:40.697Z | Aug 31 09:37:38.857 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 } }] |
| 8358 | 2026-08-31T09:37:40.697Z | |
| 8359 | 2026-08-31T09:37:40.697Z | test result: ok. 61 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.34s |
| 8360 | 2026-08-31T09:37:40.697Z | |
| 8361 | 2026-08-31T09:37:40.697Z | Aug 31 09:37:38.857 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 8362 | 2026-08-31T09:37:40.698Z | Aug 31 09:37:38.857 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 } }] |
| 8363 | 2026-08-31T09:37:40.698Z | Aug 31 09:37:38.857 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 8364 | 2026-08-31T09:37:40.698Z | Aug 31 09:37:38.857 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 } }] |
| 8365 | 2026-08-31T09:37:40.698Z | Aug 31 09:37:38.857 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 8366 | 2026-08-31T09:37:40.698Z | Aug 31 09:37:38.857 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 } }] |
| 8367 | 2026-08-31T09:37:40.698Z | Aug 31 09:37:38.857 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 8368 | 2026-08-31T09:37:40.698Z | Aug 31 09:37:38.857 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 } }] |
| 8369 | 2026-08-31T09:37:40.698Z | Aug 31 09:37:38.857 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 8370 | 2026-08-31T09:37:40.698Z | Aug 31 09:37:38.857 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 } }] |
| 8371 | 2026-08-31T09:37:40.698Z | Aug 31 09:37:38.857 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 8372 | 2026-08-31T09:37:40.698Z | Aug 31 09:37:38.857 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 } }] |
| 8373 | 2026-08-31T09:37:40.698Z | Aug 31 09:37:38.857 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 8374 | 2026-08-31T09:37:40.698Z | Aug 31 09:37:38.857 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 } }] |
| 8375 | 2026-08-31T09:37:40.698Z | Aug 31 09:37:38.857 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 8376 | 2026-08-31T09:37:40.698Z | Aug 31 09:37:38.857 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 } }] |
| 8377 | 2026-08-31T09:37:40.698Z | Aug 31 09:37:38.857 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 8378 | 2026-08-31T09:37:40.699Z | Aug 31 09:37:38.857 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 } }] |
| 8379 | 2026-08-31T09:37:40.699Z | Aug 31 09:37:38.857 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 8380 | 2026-08-31T09:37:40.699Z | Aug 31 09:37:38.857 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 } }] |
| 8381 | 2026-08-31T09:37:40.699Z | Aug 31 09:37:38.857 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 8382 | 2026-08-31T09:37:40.699Z | Aug 31 09:37:38.857 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 } }] |
| 8383 | 2026-08-31T09:37:40.699Z | Aug 31 09:37:38.857 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 8384 | 2026-08-31T09:37:40.699Z | Aug 31 09:37:38.857 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 } }] |
| 8385 | 2026-08-31T09:37:40.699Z | Aug 31 09:37:38.857 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 8386 | 2026-08-31T09:37:40.699Z | Aug 31 09:37:38.857 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 } }] |
| 8387 | 2026-08-31T09:37:40.699Z | Aug 31 09:37:38.869 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 8388 | 2026-08-31T09:37:40.699Z | Aug 31 09:37:38.869 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 } }] |
| 8389 | 2026-08-31T09:37:40.699Z | Aug 31 09:37:38.869 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 8390 | 2026-08-31T09:37:40.699Z | Aug 31 09:37:38.869 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 } }] |
| 8391 | 2026-08-31T09:37:40.699Z | Aug 31 09:37:38.869 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 8392 | 2026-08-31T09:37:40.699Z | Aug 31 09:37:38.869 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 } }] |
| 8393 | 2026-08-31T09:37:40.699Z | Aug 31 09:37:38.869 DEBG failed to allocate space for the new target list |
| 8394 | 2026-08-31T09:37:40.699Z | Aug 31 09:37:38.869 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 } }] |
| 8395 | 2026-08-31T09:37:40.699Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-b33a6c7353650928) |
| 8396 | 2026-08-31T09:37:40.700Z | |
| 8397 | 2026-08-31T09:37:40.700Z | running 0 tests |
| 8398 | 2026-08-31T09:37:40.704Z | |
| 8399 | 2026-08-31T09:37:40.704Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8400 | 2026-08-31T09:37:40.704Z | |
| 8401 | 2026-08-31T09:37:40.704Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-1b936deade55f1a7) |
| 8402 | 2026-08-31T09:37:40.704Z | |
| 8403 | 2026-08-31T09:37:40.704Z | running 0 tests |
| 8404 | 2026-08-31T09:37:40.704Z | |
| 8405 | 2026-08-31T09:37:40.704Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8406 | 2026-08-31T09:37:40.704Z | |
| 8407 | 2026-08-31T09:37:40.704Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-c58e3c606bcd92fd) |
| 8408 | 2026-08-31T09:37:40.704Z | |
| 8409 | 2026-08-31T09:37:40.704Z | running 6 tests |
| 8410 | 2026-08-31T09:37:40.704Z | test tests::test_port_id_cmp ... ok |
| 8411 | 2026-08-31T09:37:40.704Z | test tests::test_full_lot_id_neither_present ... ok |
| 8412 | 2026-08-31T09:37:40.704Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 8413 | 2026-08-31T09:37:40.704Z | test tests::test_full_lot_id_both_present ... ok |
| 8414 | 2026-08-31T09:37:40.705Z | test tests::test_parse_client_port_id ... ok |
| 8415 | 2026-08-31T09:37:40.705Z | test tests::test_full_lot_id_lot_only ... ok |
| 8416 | 2026-08-31T09:37:40.705Z | |
| 8417 | 2026-08-31T09:37:40.705Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8418 | 2026-08-31T09:37:40.705Z | |
| 8419 | 2026-08-31T09:37:40.705Z | Running tests/test_all.rs (target/debug/deps/test_all-23ad4ccb303d7285) |
| 8420 | 2026-08-31T09:37:40.709Z | |
| 8421 | 2026-08-31T09:37:40.709Z | running 0 tests |
| 8422 | 2026-08-31T09:37:40.709Z | |
| 8423 | 2026-08-31T09:37:40.710Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8424 | 2026-08-31T09:37:40.710Z | |
| 8425 | 2026-08-31T09:37:40.710Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-a7715dfacdf50582) |
| 8426 | 2026-08-31T09:37:40.713Z | |
| 8427 | 2026-08-31T09:37:40.713Z | running 0 tests |
| 8428 | 2026-08-31T09:37:40.713Z | |
| 8429 | 2026-08-31T09:37:40.713Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8430 | 2026-08-31T09:37:40.713Z | |
| 8431 | 2026-08-31T09:37:40.713Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-3d324a83bdecafd6) |
| 8432 | 2026-08-31T09:37:40.736Z | |
| 8433 | 2026-08-31T09:37:40.736Z | running 15 tests |
| 8434 | 2026-08-31T09:37:40.739Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 8435 | 2026-08-31T09:37:40.739Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 8436 | 2026-08-31T09:37:40.739Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 8437 | 2026-08-31T09:37:40.739Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 8438 | 2026-08-31T09:37:40.739Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 8439 | 2026-08-31T09:37:40.740Z | test v1::network::tests::test_equal ... ok |
| 8440 | 2026-08-31T09:37:40.740Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 8441 | 2026-08-31T09:37:40.740Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 8442 | 2026-08-31T09:37:40.740Z | test v1::network::tests::test_eui64 ... ok |
| 8443 | 2026-08-31T09:37:40.740Z | test v1::network::tests::test_into ... ok |
| 8444 | 2026-08-31T09:37:40.740Z | test v1::network::tests::test_not_equal ... ok |
| 8445 | 2026-08-31T09:37:40.740Z | test v1::network::tests::test_to_string ... ok |
| 8446 | 2026-08-31T09:37:40.741Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 8447 | 2026-08-31T09:37:40.741Z | test v1::network::tests::test_parse ... ok |
| 8448 | 2026-08-31T09:37:40.744Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 8449 | 2026-08-31T09:37:40.744Z | |
| 8450 | 2026-08-31T09:37:40.744Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8451 | 2026-08-31T09:37:40.744Z | |
| 8452 | 2026-08-31T09:37:40.745Z | Running unittests src/lib.rs (target/debug/deps/packet-e9947bbf48cd2090) |
| 8453 | 2026-08-31T09:37:40.767Z | |
| 8454 | 2026-08-31T09:37:40.767Z | running 12 tests |
| 8455 | 2026-08-31T09:37:40.771Z | test icmp::test_v4_checksum ... ok |
| 8456 | 2026-08-31T09:37:40.771Z | test ipv6::test_ipv6_parse ... ok |
| 8457 | 2026-08-31T09:37:40.771Z | test lldp::test_lldp_parse ... ok |
| 8458 | 2026-08-31T09:37:40.771Z | test icmp::test_v6_checksum ... ok |
| 8459 | 2026-08-31T09:37:40.771Z | test pbuf::test_byte ... ok |
| 8460 | 2026-08-31T09:37:40.771Z | test pbuf::test_nibble ... ok |
| 8461 | 2026-08-31T09:37:40.771Z | test pbuf::test_overflow ... ok |
| 8462 | 2026-08-31T09:37:40.771Z | test pbuf::test_short ... ok |
| 8463 | 2026-08-31T09:37:40.771Z | test pbuf::test_twelve ... ok |
| 8464 | 2026-08-31T09:37:40.771Z | test pbuf::test_word ... ok |
| 8465 | 2026-08-31T09:37:40.771Z | test tcp::test_checksum_ack_data ... ok |
| 8466 | 2026-08-31T09:37:40.771Z | test tcp::test_checksum_syn_nodata ... ok |
| 8467 | 2026-08-31T09:37:40.771Z | |
| 8468 | 2026-08-31T09:37:40.771Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8469 | 2026-08-31T09:37:40.772Z | |
| 8470 | 2026-08-31T09:37:40.775Z | Running unittests src/lib.rs (target/debug/deps/pcap-40b532ff69700b19) |
| 8471 | 2026-08-31T09:37:40.778Z | |
| 8472 | 2026-08-31T09:37:40.778Z | running 0 tests |
| 8473 | 2026-08-31T09:37:40.780Z | |
| 8474 | 2026-08-31T09:37:40.780Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8475 | 2026-08-31T09:37:40.780Z | |
| 8476 | 2026-08-31T09:37:40.780Z | Running unittests src/main.rs (target/debug/deps/swadm-4f5f2a7ff2b0f11e) |
| 8477 | 2026-08-31T09:37:40.802Z | |
| 8478 | 2026-08-31T09:37:40.802Z | running 5 tests |
| 8479 | 2026-08-31T09:37:40.806Z | test switchport::test::test_compute_lanes ... ok |
| 8480 | 2026-08-31T09:37:40.806Z | test switchport::test::port_id_ordering ... ok |
| 8481 | 2026-08-31T09:37:40.806Z | test link::test_filter ... ok |
| 8482 | 2026-08-31T09:37:40.806Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 8483 | 2026-08-31T09:37:40.806Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 8484 | 2026-08-31T09:37:40.806Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 8485 | 2026-08-31T09:37:40.806Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 8486 | 2026-08-31T09:37:40.807Z | Tx Enabled: Yes Yes Yes Yes |
| 8487 | 2026-08-31T09:37:40.807Z | Tx Loss-of-lock: No No No No |
| 8488 | 2026-08-31T09:37:40.807Z | Tx Loss-of-signal: No No No No |
| 8489 | 2026-08-31T09:37:40.807Z | Tx CDR Enabled: No No No No |
| 8490 | 2026-08-31T09:37:40.807Z | Tx Adaptive EQ Fault: No No No No |
| 8491 | 2026-08-31T09:37:40.807Z | Tx Fault: Yes Yes Yes Yes |
| 8492 | 2026-08-31T09:37:40.807Z | test switchport::test::test_print_sff_datapath ... ok |
| 8493 | 2026-08-31T09:37:40.807Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 8494 | 2026-08-31T09:37:40.807Z | State: Activated Activated Activated Activated |
| 8495 | 2026-08-31T09:37:40.807Z | Rx Output Enabled: false false false false |
| 8496 | 2026-08-31T09:37:40.807Z | Rx Output Status: valid valid valid valid |
| 8497 | 2026-08-31T09:37:40.807Z | Rx Loss-of-lock: true true true true |
| 8498 | 2026-08-31T09:37:40.807Z | Rx Loss-of-signal: false false false false |
| 8499 | 2026-08-31T09:37:40.807Z | Rx Auto-squelch Disable: true true true true |
| 8500 | 2026-08-31T09:37:40.807Z | Tx Output Enabled: true true true true |
| 8501 | 2026-08-31T09:37:40.807Z | Tx Output Status: invalid invalid invalid invalid |
| 8502 | 2026-08-31T09:37:40.807Z | Tx Loss-of-lock: false false false false |
| 8503 | 2026-08-31T09:37:40.807Z | Tx Loss-of-signal: true true true true |
| 8504 | 2026-08-31T09:37:40.807Z | Tx Auto-squelch Disable: false false false false |
| 8505 | 2026-08-31T09:37:40.807Z | Tx Adaptive EQ Fail: true true true true |
| 8506 | 2026-08-31T09:37:40.808Z | Tx Failure: false false false false |
| 8507 | 2026-08-31T09:37:40.808Z | Tx Force Squelch: true true true true |
| 8508 | 2026-08-31T09:37:40.808Z | Tx Input Polarity: normal normal normal normal |
| 8509 | 2026-08-31T09:37:40.808Z | test switchport::test::test_print_cmis_datapath ... ok |
| 8510 | 2026-08-31T09:37:40.808Z | |
| 8511 | 2026-08-31T09:37:40.808Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8512 | 2026-08-31T09:37:40.808Z | |
| 8513 | 2026-08-31T09:37:40.812Z | Running tests/counters.rs (target/debug/deps/counters-84257b5bc3c48cfc) |
| 8514 | 2026-08-31T09:37:40.815Z | |
| 8515 | 2026-08-31T09:37:40.815Z | running 1 test |
| 8516 | 2026-08-31T09:37:40.815Z | test test_p4_counter_list ... ignored |
| 8517 | 2026-08-31T09:37:40.815Z | |
| 8518 | 2026-08-31T09:37:40.815Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8519 | 2026-08-31T09:37:40.815Z | |
| 8520 | 2026-08-31T09:37:40.815Z | Running tests/multicast.rs (target/debug/deps/multicast-3d193d34c46c10a2) |
| 8521 | 2026-08-31T09:37:40.841Z | |
| 8522 | 2026-08-31T09:37:40.841Z | running 1 test |
| 8523 | 2026-08-31T09:37:40.845Z | test test_multicast_list_and_get ... ignored |
| 8524 | 2026-08-31T09:37:40.845Z | |
| 8525 | 2026-08-31T09:37:40.845Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8526 | 2026-08-31T09:37:40.845Z | |
| 8527 | 2026-08-31T09:37:40.845Z | Running tests/port-link.rs (target/debug/deps/port_link-bbfc89aca0e9d19e) |
| 8528 | 2026-08-31T09:37:40.850Z | |
| 8529 | 2026-08-31T09:37:40.850Z | running 5 tests |
| 8530 | 2026-08-31T09:37:40.853Z | test test_an ... ignored |
| 8531 | 2026-08-31T09:37:40.853Z | test test_enable ... ignored |
| 8532 | 2026-08-31T09:37:40.854Z | test test_ip_addresses ... ignored |
| 8533 | 2026-08-31T09:37:40.854Z | test test_kr ... ignored |
| 8534 | 2026-08-31T09:37:40.854Z | test test_mac ... ignored |
| 8535 | 2026-08-31T09:37:40.854Z | |
| 8536 | 2026-08-31T09:37:40.854Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8537 | 2026-08-31T09:37:40.854Z | |
| 8538 | 2026-08-31T09:37:40.854Z | Running unittests src/main.rs (target/debug/deps/tfportd-e242e206d8f08df9) |
| 8539 | 2026-08-31T09:37:40.886Z | |
| 8540 | 2026-08-31T09:37:40.886Z | running 3 tests |
| 8541 | 2026-08-31T09:37:40.890Z | test linklocal::test_parse_ipadm ... ok |
| 8542 | 2026-08-31T09:37:40.893Z | test config::tests::test_updates ... ok |
| 8543 | 2026-08-31T09:37:40.893Z | test tfport::test_parse_tfport ... ok |
| 8544 | 2026-08-31T09:37:40.893Z | |
| 8545 | 2026-08-31T09:37:40.893Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8546 | 2026-08-31T09:37:40.893Z | |
| 8547 | 2026-08-31T09:37:40.893Z | Running unittests src/main.rs (target/debug/deps/uplinkd-4ab98f17839c773b) |
| 8548 | 2026-08-31T09:37:40.900Z | |
| 8549 | 2026-08-31T09:37:40.900Z | running 0 tests |
| 8550 | 2026-08-31T09:37:40.903Z | |
| 8551 | 2026-08-31T09:37:40.904Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8552 | 2026-08-31T09:37:40.904Z | |
| 8553 | 2026-08-31T09:37:40.904Z | Running unittests src/main.rs (target/debug/deps/xtask-e18dbfe8377dfc73) |
| 8554 | 2026-08-31T09:37:40.916Z | |
| 8555 | 2026-08-31T09:37:40.917Z | running 0 tests |
| 8556 | 2026-08-31T09:37:40.920Z | |
| 8557 | 2026-08-31T09:37:40.920Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8558 | 2026-08-31T09:37:40.920Z | |
| 8559 | 2026-08-31T09:37:40.920Z | Doc-tests aal |
| 8560 | 2026-08-31T09:37:42.771Z | |
| 8561 | 2026-08-31T09:37:42.771Z | running 0 tests |
| 8562 | 2026-08-31T09:37:42.771Z | |
| 8563 | 2026-08-31T09:37:42.774Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8564 | 2026-08-31T09:37:42.775Z | |
| 8565 | 2026-08-31T09:37:42.795Z | Doc-tests aal_macros |
| 8566 | 2026-08-31T09:37:42.898Z | |
| 8567 | 2026-08-31T09:37:42.898Z | running 0 tests |
| 8568 | 2026-08-31T09:37:42.898Z | |
| 8569 | 2026-08-31T09:37:42.898Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8570 | 2026-08-31T09:37:42.898Z | |
| 8571 | 2026-08-31T09:37:42.906Z | Doc-tests common |
| 8572 | 2026-08-31T09:37:43.244Z | |
| 8573 | 2026-08-31T09:37:43.244Z | running 0 tests |
| 8574 | 2026-08-31T09:37:43.244Z | |
| 8575 | 2026-08-31T09:37:43.244Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8576 | 2026-08-31T09:37:43.244Z | |
| 8577 | 2026-08-31T09:37:43.267Z | Doc-tests dpd_api |
| 8578 | 2026-08-31T09:37:44.202Z | |
| 8579 | 2026-08-31T09:37:44.202Z | running 2 tests |
| 8580 | 2026-08-31T09:37:44.202Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 8581 | 2026-08-31T09:37:44.202Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 8582 | 2026-08-31T09:37:44.202Z | |
| 8583 | 2026-08-31T09:37:44.202Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8584 | 2026-08-31T09:37:44.202Z | |
| 8585 | 2026-08-31T09:37:44.205Z | all doctests ran in 0.57s; merged doctests compilation took 0.57s |
| 8586 | 2026-08-31T09:37:44.227Z | Doc-tests dpd_client |
| 8587 | 2026-08-31T09:37:45.811Z | |
| 8588 | 2026-08-31T09:37:45.811Z | running 0 tests |
| 8589 | 2026-08-31T09:37:45.811Z | |
| 8590 | 2026-08-31T09:37:45.811Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8591 | 2026-08-31T09:37:45.811Z | |
| 8592 | 2026-08-31T09:37:45.863Z | Doc-tests dpd_types |
| 8593 | 2026-08-31T09:37:46.052Z | |
| 8594 | 2026-08-31T09:37:46.053Z | running 0 tests |
| 8595 | 2026-08-31T09:37:46.053Z | |
| 8596 | 2026-08-31T09:37:46.053Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8597 | 2026-08-31T09:37:46.053Z | |
| 8598 | 2026-08-31T09:37:46.072Z | Doc-tests dpd_types_versions |
| 8599 | 2026-08-31T09:37:47.509Z | |
| 8600 | 2026-08-31T09:37:47.510Z | running 1 test |
| 8601 | 2026-08-31T09:37:47.510Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 8602 | 2026-08-31T09:37:47.510Z | |
| 8603 | 2026-08-31T09:37:47.510Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8604 | 2026-08-31T09:37:47.510Z | |
| 8605 | 2026-08-31T09:37:47.514Z | all doctests ran in 0.34s; merged doctests compilation took 0.33s |
| 8606 | 2026-08-31T09:37:47.556Z | Doc-tests packet |
| 8607 | 2026-08-31T09:37:47.784Z | |
| 8608 | 2026-08-31T09:37:47.784Z | running 0 tests |
| 8609 | 2026-08-31T09:37:47.784Z | |
| 8610 | 2026-08-31T09:37:47.784Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8611 | 2026-08-31T09:37:47.784Z | |
| 8612 | 2026-08-31T09:37:47.806Z | Doc-tests pcap |
| 8613 | 2026-08-31T09:37:47.859Z | |
| 8614 | 2026-08-31T09:37:47.859Z | running 0 tests |
| 8615 | 2026-08-31T09:37:47.859Z | |
| 8616 | 2026-08-31T09:37:47.859Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8617 | 2026-08-31T09:37:47.859Z | |
| 8618 | 2026-08-31T09:37:47.975Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 8619 | 2026-08-31T09:37:47.975Z | + RUST_BACKTRACE=full |
| 8620 | 2026-08-31T09:37:47.975Z | + cargo test --features chaos --no-fail-fast |
| 8621 | 2026-08-31T09:37:51.159Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 8622 | 2026-08-31T09:37:51.274Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 8623 | 2026-08-31T09:37:51.298Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 8624 | 2026-08-31T09:37:51.327Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 8625 | 2026-08-31T09:38:00.541Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 8626 | 2026-08-31T09:38:00.541Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 8627 | 2026-08-31T09:38:54.187Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 8628 | 2026-08-31T09:38:54.361Z | Running unittests src/lib.rs (target/debug/deps/aal-7ff4c2c4adb4f8da) |
| 8629 | 2026-08-31T09:38:54.399Z | |
| 8630 | 2026-08-31T09:38:54.399Z | running 0 tests |
| 8631 | 2026-08-31T09:38:54.400Z | |
| 8632 | 2026-08-31T09:38:54.403Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8633 | 2026-08-31T09:38:54.403Z | |
| 8634 | 2026-08-31T09:38:54.403Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-989289c11fc838a4) |
| 8635 | 2026-08-31T09:38:54.416Z | |
| 8636 | 2026-08-31T09:38:54.417Z | running 0 tests |
| 8637 | 2026-08-31T09:38:54.417Z | |
| 8638 | 2026-08-31T09:38:54.420Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8639 | 2026-08-31T09:38:54.420Z | |
| 8640 | 2026-08-31T09:38:54.420Z | Running unittests src/lib.rs (target/debug/deps/asic-d501d83017dcce1c) |
| 8641 | 2026-08-31T09:38:54.423Z | |
| 8642 | 2026-08-31T09:38:54.423Z | running 0 tests |
| 8643 | 2026-08-31T09:38:54.423Z | |
| 8644 | 2026-08-31T09:38:54.423Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8645 | 2026-08-31T09:38:54.423Z | |
| 8646 | 2026-08-31T09:38:54.423Z | Running unittests src/lib.rs (target/debug/deps/common-632417b6a71ba91d) |
| 8647 | 2026-08-31T09:38:54.518Z | |
| 8648 | 2026-08-31T09:38:54.518Z | running 4 tests |
| 8649 | 2026-08-31T09:38:54.531Z | test nat::tests::test_vni ... ok |
| 8650 | 2026-08-31T09:38:54.535Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 8651 | 2026-08-31T09:38:54.559Z | test test_purge ... ok |
| 8652 | 2026-08-31T09:38:54.562Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 8653 | 2026-08-31T09:38:54.562Z | |
| 8654 | 2026-08-31T09:38:54.562Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s |
| 8655 | 2026-08-31T09:38:54.562Z | |
| 8656 | 2026-08-31T09:38:54.566Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-7cdffb889f9f1c91) |
| 8657 | 2026-08-31T09:38:54.740Z | |
| 8658 | 2026-08-31T09:38:54.740Z | running 1 test |
| 8659 | 2026-08-31T09:38:54.784Z | ------- |
| 8660 | 2026-08-31T09:38:54.789Z | Generating OpenAPI documents from API definitions ... |
| 8661 | 2026-08-31T09:38:55.210Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 8662 | 2026-08-31T09:38:55.265Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 8663 | 2026-08-31T09:38:56.333Z | ------- |
| 8664 | 2026-08-31T09:38:56.334Z | Checking 13 OpenAPI documents... |
| 8665 | 2026-08-31T09:38:56.334Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8666 | 2026-08-31T09:38:56.334Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8667 | 2026-08-31T09:38:56.334Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8668 | 2026-08-31T09:38:56.334Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8669 | 2026-08-31T09:38:56.334Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8670 | 2026-08-31T09:38:56.337Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8671 | 2026-08-31T09:38:56.337Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8672 | 2026-08-31T09:38:56.337Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8673 | 2026-08-31T09:38:56.337Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8674 | 2026-08-31T09:38:56.337Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8675 | 2026-08-31T09:38:56.337Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8676 | 2026-08-31T09:38:56.337Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8677 | 2026-08-31T09:38:56.337Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8678 | 2026-08-31T09:38:56.337Z | Fresh dpd "latest" symlink |
| 8679 | 2026-08-31T09:38:56.338Z | ------- |
| 8680 | 2026-08-31T09:38:56.338Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 8681 | 2026-08-31T09:38:56.380Z | test test::test_apis_up_to_date ... ok |
| 8682 | 2026-08-31T09:38:56.380Z | |
| 8683 | 2026-08-31T09:38:56.383Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.64s |
| 8684 | 2026-08-31T09:38:56.384Z | |
| 8685 | 2026-08-31T09:38:56.443Z | Running unittests src/main.rs (target/debug/deps/dpd-54b4087a28ff836d) |
| 8686 | 2026-08-31T09:38:56.453Z | |
| 8687 | 2026-08-31T09:38:56.453Z | running 61 tests |
| 8688 | 2026-08-31T09:38:56.456Z | test freemap::test_ordering ... ok |
| 8689 | 2026-08-31T09:38:56.456Z | test config::tests::test_updates ... ok |
| 8690 | 2026-08-31T09:38:56.456Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 8691 | 2026-08-31T09:38:56.456Z | test freemap::test_split ... ok |
| 8692 | 2026-08-31T09:38:56.460Z | Aug 31 09:38:54.681Aug 31 09:38:54.681 DEBGDEBG created new freemapcreated new freemap, , unitunit:: freemap_testfreemap_test |
| 8693 | 2026-08-31T09:38:56.460Z | |
| 8694 | 2026-08-31T09:38:56.460Z | Aug 31 09:38:54.681 DEBG initted freemap. size: 128, unit: freemap_test |
| 8695 | 2026-08-31T09:38:56.460Z | Aug 31 09:38:54.681 DEBG reset freemap, unitAug 31 09:38:54.681: DEBG initted freemap. size: 128 , freemap_testunit |
| 8696 | 2026-08-31T09:38:56.460Z | : freemap_test |
| 8697 | 2026-08-31T09:38:56.460Z | Aug 31 09:38:54.681 DEBG reset freemap, unit: freemap_test |
| 8698 | 2026-08-31T09:38:56.460Z | Aug 31 09:38:54.681 DEBG created new freemap, unit: freemap_test |
| 8699 | 2026-08-31T09:38:56.460Z | Aug 31 09:38:54.681 DEBG initted freemap. size: 8, unit: freemap_test |
| 8700 | 2026-08-31T09:38:56.460Z | Aug 31 09:38:54.681 DEBG reset freemap, unit: freemap_test |
| 8701 | 2026-08-31T09:38:56.460Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 8702 | 2026-08-31T09:38:56.460Z | Aug 31 09:38:54.681 DEBG created new freemap, unit: freemap_test |
| 8703 | 2026-08-31T09:38:56.460Z | test freemap::test_reclaim ... ok |
| 8704 | 2026-08-31T09:38:56.460Z | Aug 31 09:38:54.681 DEBG initted freemap. size: 128, unit: freemap_test |
| 8705 | 2026-08-31T09:38:56.460Z | Aug 31 09:38:54.681 DEBG reset freemap, unit: freemap_test |
| 8706 | 2026-08-31T09:38:56.460Z | test freemap::test_free ... ok |
| 8707 | 2026-08-31T09:38:56.460Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 8708 | 2026-08-31T09:38:56.460Z | test freemap::test_exhaustion ... ok |
| 8709 | 2026-08-31T09:38:56.460Z | test macaddrs::tests::test_mac_offset ... ok |
| 8710 | 2026-08-31T09:38:56.460Z | test macaddrs::tests::test_parse_port_id ... ok |
| 8711 | 2026-08-31T09:38:56.460Z | Aug 31 09:38:54.681 DEBG created new freemap, unit: freemap_test |
| 8712 | 2026-08-31T09:38:56.461Z | Aug 31 09:38:54.681 DEBG initted freemap. size: 128, unit: freemap_test |
| 8713 | 2026-08-31T09:38:56.461Z | test mcast::tests::test_create_port_bitmap_all_same_direction ... ok |
| 8714 | 2026-08-31T09:38:56.461Z | Aug 31 09:38:54.681 DEBG reset freemap, unit: freemap_test |
| 8715 | 2026-08-31T09:38:56.461Z | test freemap::test_basic ... ok |
| 8716 | 2026-08-31T09:38:56.461Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 8717 | 2026-08-31T09:38:56.461Z | test mcast::tests::test_create_port_bitmap_empty ... ok |
| 8718 | 2026-08-31T09:38:56.461Z | test mcast::tests::test_create_port_bitmap_filters_by_direction ... ok |
| 8719 | 2026-08-31T09:38:56.461Z | test mcast::tests::test_canonicalize_sources ... ok |
| 8720 | 2026-08-31T09:38:56.461Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 8721 | 2026-08-31T09:38:56.461Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 8722 | 2026-08-31T09:38:56.461Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 8723 | 2026-08-31T09:38:56.461Z | test mcast::tests::test_paired_allocation_and_cleanup ... ok |
| 8724 | 2026-08-31T09:38:56.461Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 8725 | 2026-08-31T09:38:56.462Z | test mcast::tests::test_sources_contain_any ... ok |
| 8726 | 2026-08-31T09:38:56.462Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 8727 | 2026-08-31T09:38:56.462Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 8728 | 2026-08-31T09:38:56.462Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 8729 | 2026-08-31T09:38:56.462Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 8730 | 2026-08-31T09:38:56.462Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 8731 | 2026-08-31T09:38:56.462Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 8732 | 2026-08-31T09:38:56.462Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 8733 | 2026-08-31T09:38:56.462Z | test mcast::validate::tests::test_address_validation_with_source_validation ... ok |
| 8734 | 2026-08-31T09:38:56.462Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 8735 | 2026-08-31T09:38:56.462Z | test mcast::validate::tests::test_validate_not_underlay_subnet ... ok |
| 8736 | 2026-08-31T09:38:56.462Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 8737 | 2026-08-31T09:38:56.462Z | test mcast::validate::tests::test_validate_source_addresses ... ok |
| 8738 | 2026-08-31T09:38:56.462Z | test mcast::validate::tests::test_reserved_and_unallocatable_addresses ... ok |
| 8739 | 2026-08-31T09:38:56.462Z | test mcast::validate::tests::test_validate_tag ... ok |
| 8740 | 2026-08-31T09:38:56.462Z | test nat::test_mapping ... ok |
| 8741 | 2026-08-31T09:38:56.462Z | test port_map::tests::test_backplane_group ... ok |
| 8742 | 2026-08-31T09:38:56.462Z | test mcast::validate::tests::test_validate_tag_format ... ok |
| 8743 | 2026-08-31T09:38:56.462Z | test port_map::tests::test_port_map ... ok |
| 8744 | 2026-08-31T09:38:56.462Z | test port_map::tests::dump_map ... ok |
| 8745 | 2026-08-31T09:38:56.462Z | test mcast::tests::test_id_range_boundaries ... ok |
| 8746 | 2026-08-31T09:38:56.462Z | test api_server::tests::test_build_info ... ok |
| 8747 | 2026-08-31T09:38:56.462Z | Aug 31 09:38:54.683 DEBG created new freemap, unit: freemap_route_ipv4 |
| 8748 | 2026-08-31T09:38:56.462Z | Aug 31 09:38:54.683 DEBG created new freemap, unit: freemap_route_ipv6 |
| 8749 | 2026-08-31T09:38:56.462Z | Aug 31 09:38:54.683 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 8750 | 2026-08-31T09:38:56.462Z | Aug 31 09:38:54.683 DEBG reset freemap, unit: freemap_route_ipv4 |
| 8751 | 2026-08-31T09:38:56.462Z | Aug 31 09:38:54.683 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 8752 | 2026-08-31T09:38:56.463Z | Aug 31 09:38:54.683 DEBG reset freemap, unit: freemap_route_ipv6 |
| 8753 | 2026-08-31T09:38:56.463Z | Aug 31 09:38:54.683 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8754 | 2026-08-31T09:38:56.463Z | Aug 31 09:38:54.683 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 } }] |
| 8755 | 2026-08-31T09:38:56.463Z | Aug 31 09:38:54.683 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8756 | 2026-08-31T09:38:56.463Z | Aug 31 09:38:54.683 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 } }] |
| 8757 | 2026-08-31T09:38:56.463Z | Aug 31 09:38:54.683 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8758 | 2026-08-31T09:38:56.463Z | Aug 31 09:38:54.683 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 } }] |
| 8759 | 2026-08-31T09:38:56.463Z | Aug 31 09:38:54.683 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8760 | 2026-08-31T09:38:56.463Z | Aug 31 09:38:54.683 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 } }] |
| 8761 | 2026-08-31T09:38:56.463Z | Aug 31 09:38:54.683 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8762 | 2026-08-31T09:38:56.463Z | Aug 31 09:38:54.683 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 } }] |
| 8763 | 2026-08-31T09:38:56.463Z | Aug 31 09:38:54.683 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8764 | 2026-08-31T09:38:56.463Z | Aug 31 09:38:54.683 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 } }] |
| 8765 | 2026-08-31T09:38:56.463Z | Aug 31 09:38:54.683 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8766 | 2026-08-31T09:38:56.463Z | Aug 31 09:38:54.683 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 } }] |
| 8767 | 2026-08-31T09:38:56.463Z | Aug 31 09:38:54.683 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8768 | 2026-08-31T09:38:56.463Z | Aug 31 09:38:54.683 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 } }] |
| 8769 | 2026-08-31T09:38:56.463Z | Aug 31 09:38:54.683 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8770 | 2026-08-31T09:38:56.463Z | Aug 31 09:38:54.683 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 } }] |
| 8771 | 2026-08-31T09:38:56.463Z | Aug 31 09:38:54.683 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8772 | 2026-08-31T09:38:56.463Z | Aug 31 09:38:54.683 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 } }] |
| 8773 | 2026-08-31T09:38:56.463Z | Aug 31 09:38:54.683 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8774 | 2026-08-31T09:38:56.463Z | Aug 31 09:38:54.683 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 } }] |
| 8775 | 2026-08-31T09:38:56.463Z | Aug 31 09:38:54.683 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8776 | 2026-08-31T09:38:56.463Z | Aug 31 09:38:54.683 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 } }] |
| 8777 | 2026-08-31T09:38:56.464Z | Aug 31 09:38:54.684 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8778 | 2026-08-31T09:38:56.464Z | Aug 31 09:38:54.684 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 } }] |
| 8779 | 2026-08-31T09:38:56.464Z | Aug 31 09:38:54.684 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8780 | 2026-08-31T09:38:56.464Z | Aug 31 09:38:54.684 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 } }] |
| 8781 | 2026-08-31T09:38:56.468Z | Aug 31 09:38:54.684 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8782 | 2026-08-31T09:38:56.468Z | Aug 31 09:38:54.684 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 } }] |
| 8783 | 2026-08-31T09:38:56.468Z | Aug 31 09:38:54.684 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8784 | 2026-08-31T09:38:56.468Z | Aug 31 09:38:54.684 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 } }] |
| 8785 | 2026-08-31T09:38:56.468Z | Aug 31 09:38:54.684 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8786 | 2026-08-31T09:38:56.468Z | Aug 31 09:38:54.684 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 } }] |
| 8787 | 2026-08-31T09:38:56.468Z | Aug 31 09:38:54.684 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8788 | 2026-08-31T09:38:56.468Z | Aug 31 09:38:54.684 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 } }] |
| 8789 | 2026-08-31T09:38:56.468Z | Aug 31 09:38:54.684 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8790 | 2026-08-31T09:38:56.469Z | Aug 31 09:38:54.684 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 } }] |
| 8791 | 2026-08-31T09:38:56.469Z | Aug 31 09:38:54.684 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8792 | 2026-08-31T09:38:56.469Z | Aug 31 09:38:54.684 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 } }] |
| 8793 | 2026-08-31T09:38:56.469Z | Aug 31 09:38:54.684 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 8794 | 2026-08-31T09:38:56.469Z | Aug 31 09:38:54.684 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 } }] |
| 8795 | 2026-08-31T09:38:56.469Z | Aug 31 09:38:54.684 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8796 | 2026-08-31T09:38:56.469Z | Aug 31 09:38:54.684 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 } }] |
| 8797 | 2026-08-31T09:38:56.469Z | Aug 31 09:38:54.684 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 8798 | 2026-08-31T09:38:56.469Z | Aug 31 09:38:54.684 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 } }] |
| 8799 | 2026-08-31T09:38:56.469Z | Aug 31 09:38:54.684 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8800 | 2026-08-31T09:38:56.469Z | Aug 31 09:38:54.684 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 } }] |
| 8801 | 2026-08-31T09:38:56.469Z | Aug 31 09:38:54.684 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8802 | 2026-08-31T09:38:56.469Z | Aug 31 09:38:54.684 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 } }] |
| 8803 | 2026-08-31T09:38:56.469Z | Aug 31 09:38:54.684 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8804 | 2026-08-31T09:38:56.469Z | Aug 31 09:38:54.684 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 } }] |
| 8805 | 2026-08-31T09:38:56.469Z | Aug 31 09:38:54.684 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 8806 | 2026-08-31T09:38:56.469Z | Aug 31 09:38:54.684 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 } }] |
| 8807 | 2026-08-31T09:38:56.470Z | Aug 31 09:38:54.684 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 8808 | 2026-08-31T09:38:56.470Z | Aug 31 09:38:54.684 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 } }] |
| 8809 | 2026-08-31T09:38:56.470Z | Aug 31 09:38:54.684 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8810 | 2026-08-31T09:38:56.470Z | Aug 31 09:38:54.684 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 } }] |
| 8811 | 2026-08-31T09:38:56.470Z | Aug 31 09:38:54.684 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 8812 | 2026-08-31T09:38:56.470Z | Aug 31 09:38:54.684 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 } }] |
| 8813 | 2026-08-31T09:38:56.470Z | Aug 31 09:38:54.684 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 8814 | 2026-08-31T09:38:56.470Z | Aug 31 09:38:54.684 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 } }] |
| 8815 | 2026-08-31T09:38:56.470Z | Aug 31 09:38:54.684 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 8816 | 2026-08-31T09:38:56.470Z | Aug 31 09:38:54.684 DEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8817 | 2026-08-31T09:38:56.471Z | Aug 31 09:38:54.684 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8818 | 2026-08-31T09:38:56.471Z | Aug 31 09:38:54.684Aug 31 09:38:54.684 DEBGDEBG created new freemapreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8819 | 2026-08-31T09:38:56.471Z | , unit: freemap_route_ipv4Aug 31 09:38:54.684 |
| 8820 | 2026-08-31T09:38:56.471Z | INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8821 | 2026-08-31T09:38:56.471Z | Aug 31 09:38:54.684Aug 31 09:38:54.684 DEBGDEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap |
| 8822 | 2026-08-31T09:38:56.471Z | , unit: freemap_route_ipv6Aug 31 09:38:54.684 |
| 8823 | 2026-08-31T09:38:56.471Z | INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 8824 | 2026-08-31T09:38:56.471Z | Aug 31 09:38:54.684 DEBGAug 31 09:38:54.684 initted freemap. size: 64DEBG, unitreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: |
| 8825 | 2026-08-31T09:38:56.471Z | freemap_route_ipv4 |
| 8826 | 2026-08-31T09:38:56.471Z | Aug 31 09:38:54.684 INFOAug 31 09:38:54.684 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG |
| 8827 | 2026-08-31T09:38:56.471Z | reset freemap, unit:Aug 31 09:38:54.684 freemap_route_ipv4DEBG |
| 8828 | 2026-08-31T09:38:56.471Z | 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 } }] |
| 8829 | 2026-08-31T09:38:56.471Z | Aug 31 09:38:54.684Aug 31 09:38:54.684 DEBGINFO initted freemap. size: 64adding route 3fff:beef:20::/64 -> 2001:db8::55:ff, |
| 8830 | 2026-08-31T09:38:56.471Z | unit: freemap_route_ipv6 |
| 8831 | 2026-08-31T09:38:56.471Z | Aug 31 09:38:54.684 DEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:38:54.684 |
| 8832 | 2026-08-31T09:38:56.471Z | DEBG reset freemap, Aug 31 09:38:54.684unit :INFO freemap_route_ipv6adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8833 | 2026-08-31T09:38:56.471Z | |
| 8834 | 2026-08-31T09:38:56.471Z | Aug 31 09:38:54.684Aug 31 09:38:54.684 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:dead::/64 -> 2001:db8::55:1 |
| 8835 | 2026-08-31T09:38:56.471Z | |
| 8836 | 2026-08-31T09:38:56.471Z | Aug 31 09:38:54.684Aug 31 09:38:54.684 INFODEBG adding route 3fff:beef:22::/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 } }] |
| 8837 | 2026-08-31T09:38:56.471Z | |
| 8838 | 2026-08-31T09:38:56.471Z | Aug 31 09:38:54.684Aug 31 09:38:54.684 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::/64 -> 2001:db8::55:ff |
| 8839 | 2026-08-31T09:38:56.471Z | |
| 8840 | 2026-08-31T09:38:56.471Z | Aug 31 09:38:54.684Aug 31 09:38:54.684 INFODEBG adding route 3fff:beef:23::/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 } }] |
| 8841 | 2026-08-31T09:38:56.471Z | |
| 8842 | 2026-08-31T09:38:56.471Z | Aug 31 09:38:54.684Aug 31 09:38:54.684 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 } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8843 | 2026-08-31T09:38:56.471Z | |
| 8844 | 2026-08-31T09:38:56.471Z | Aug 31 09:38:54.684Aug 31 09:38:54.684 INFODEBG adding route 3fff:beef:24::/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 } }] |
| 8845 | 2026-08-31T09:38:56.471Z | |
| 8846 | 2026-08-31T09:38:56.471Z | Aug 31 09:38:54.684Aug 31 09:38:54.684 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:2::/64 -> 2001:db8::55:ff |
| 8847 | 2026-08-31T09:38:56.472Z | |
| 8848 | 2026-08-31T09:38:56.472Z | Aug 31 09:38:54.684Aug 31 09:38:54.684 INFODEBG adding route 3fff:beef:25::/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 } }] |
| 8849 | 2026-08-31T09:38:56.472Z | |
| 8850 | 2026-08-31T09:38:56.472Z | Aug 31 09:38:54.684Aug 31 09:38:54.684 DEBGINFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8851 | 2026-08-31T09:38:56.472Z | |
| 8852 | 2026-08-31T09:38:56.472Z | Aug 31 09:38:54.684Aug 31 09:38:54.684 INFODEBG adding route 3fff:beef:26::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8853 | 2026-08-31T09:38:56.472Z | |
| 8854 | 2026-08-31T09:38:56.472Z | Aug 31 09:38:54.684Aug 31 09:38:54.684 INFODEBG adding route 3fff:beef:4::/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 } }] |
| 8855 | 2026-08-31T09:38:56.472Z | |
| 8856 | 2026-08-31T09:38:56.472Z | Aug 31 09:38:54.684Aug 31 09:38:54.684 INFODEBG adding route 3fff:beef:27::/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 } }] |
| 8857 | 2026-08-31T09:38:56.472Z | |
| 8858 | 2026-08-31T09:38:56.472Z | Aug 31 09:38:54.684Aug 31 09:38:54.684 INFODEBG adding route 3fff:beef:5::/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 } }] |
| 8859 | 2026-08-31T09:38:56.472Z | |
| 8860 | 2026-08-31T09:38:56.472Z | Aug 31 09:38:54.684Aug 31 09:38:54.684 DEBGINFO replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 8861 | 2026-08-31T09:38:56.472Z | |
| 8862 | 2026-08-31T09:38:56.472Z | Aug 31 09:38:54.684Aug 31 09:38:54.684 DEBGINFO replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8863 | 2026-08-31T09:38:56.472Z | |
| 8864 | 2026-08-31T09:38:56.472Z | Aug 31 09:38:54.684Aug 31 09:38:54.684 INFODEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8865 | 2026-08-31T09:38:56.472Z | |
| 8866 | 2026-08-31T09:38:56.472Z | Aug 31 09:38:54.684Aug 31 09:38:54.684 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:7::/64 -> 2001:db8::55:ff |
| 8867 | 2026-08-31T09:38:56.472Z | |
| 8868 | 2026-08-31T09:38:56.472Z | Aug 31 09:38:54.684Aug 31 09:38:54.684 INFODEBG adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8869 | 2026-08-31T09:38:56.472Z | |
| 8870 | 2026-08-31T09:38:56.472Z | Aug 31 09:38:54.684Aug 31 09:38:54.684 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:8::/64 -> 2001:db8::55:ff |
| 8871 | 2026-08-31T09:38:56.472Z | |
| 8872 | 2026-08-31T09:38:56.472Z | Aug 31 09:38:54.684Aug 31 09:38:54.684 INFODEBG adding route 3fff:beef:2b::/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 } }] |
| 8873 | 2026-08-31T09:38:56.472Z | |
| 8874 | 2026-08-31T09:38:56.472Z | Aug 31 09:38:54.684Aug 31 09:38:54.684 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:9::/64 -> 2001:db8::55:ff |
| 8875 | 2026-08-31T09:38:56.472Z | |
| 8876 | 2026-08-31T09:38:56.472Z | test port_map::tests::parse_softnpu_revision ... ok |
| 8877 | 2026-08-31T09:38:56.472Z | Aug 31 09:38:54.684Aug 31 09:38:54.684 INFODEBG adding route 3fff:beef:2c::/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 } }] |
| 8878 | 2026-08-31T09:38:56.473Z | |
| 8879 | 2026-08-31T09:38:56.473Z | Aug 31 09:38:54.684Aug 31 09:38:54.684 DEBGINFO replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8880 | 2026-08-31T09:38:56.473Z | |
| 8881 | 2026-08-31T09:38:56.478Z | Aug 31 09:38:54.684Aug 31 09:38:54.684 INFODEBG adding route 3fff:beef:2d::/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 } }] |
| 8882 | 2026-08-31T09:38:56.478Z | |
| 8883 | 2026-08-31T09:38:56.479Z | Aug 31 09:38:54.684Aug 31 09:38:54.684 INFODEBG Aug 31 09:38:54.684 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }] |
| 8884 | 2026-08-31T09:38:56.479Z | |
| 8885 | 2026-08-31T09:38:56.479Z | created new freemap, unit:Aug 31 09:38:54.684 Aug 31 09:38:54.684freemap_route_ipv4 INFO |
| 8886 | 2026-08-31T09:38:56.479Z | DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 8887 | 2026-08-31T09:38:56.479Z | 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 } }] |
| 8888 | 2026-08-31T09:38:56.479Z | Aug 31 09:38:54.684Aug 31 09:38:54.684 DEBGINFO Aug 31 09:38:54.684Aug 31 09:38:54.684 adding route 3fff:beef:c::/64 -> 2001:db8::55:ff 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 |
| 8889 | 2026-08-31T09:38:56.479Z | |
| 8890 | 2026-08-31T09:38:56.479Z | created new freemapcreated new freemap, , unitunit::Aug 31 09:38:54.684 Aug 31 09:38:54.684 freemap_route_ipv6INFO DEBGfreemap_test |
| 8891 | 2026-08-31T09:38:56.479Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 8892 | 2026-08-31T09:38:56.479Z | |
| 8893 | 2026-08-31T09:38:56.479Z | 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 } }] |
| 8894 | 2026-08-31T09:38:56.479Z | Aug 31 09:38:54.684Aug 31 09:38:54.684 DEBG DEBGreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 09:38:54.684 |
| 8895 | 2026-08-31T09:38:56.479Z | initted freemap. size: 64Aug 31 09:38:54.684, INFOunit :DEBGAug 31 09:38:54.684 freemap_route_ipv4adding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFO |
| 8896 | 2026-08-31T09:38:56.479Z | |
| 8897 | 2026-08-31T09:38:56.479Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 8898 | 2026-08-31T09:38:56.479Z | initted freemap. size: 128, Aug 31 09:38:54.684unit :DEBGAug 31 09:38:54.684 Aug 31 09:38:54.684 DEBG reset freemap, unitfreemap_test: |
| 8899 | 2026-08-31T09:38:56.479Z | freemap_route_ipv4 |
| 8900 | 2026-08-31T09:38:56.479Z | Aug 31 09:38:54.684 Aug 31 09:38:54.684DEBG DEBGreset freemap , initted freemap. size: 64unit, :unit :freemap_test |
| 8901 | 2026-08-31T09:38:56.479Z | freemap_route_ipv6 |
| 8902 | 2026-08-31T09:38:56.479Z | Aug 31 09:38:54.684 DEBG reset freemap, replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 8903 | 2026-08-31T09:38:56.479Z | : freemap_route_ipv6DEBGAug 31 09:38:54.684 |
| 8904 | 2026-08-31T09:38:56.479Z | INFOreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8905 | 2026-08-31T09:38:56.479Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8906 | 2026-08-31T09:38:56.479Z | Aug 31 09:38:54.684 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8907 | 2026-08-31T09:38:56.479Z | Aug 31 09:38:54.684 DEBG Aug 31 09:38:54.684replacing 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 } }] |
| 8908 | 2026-08-31T09:38:56.479Z | 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 } }] |
| 8909 | 2026-08-31T09:38:56.479Z | Aug 31 09:38:54.684Aug 31 09:38:54.684Aug 31 09:38:54.684 INFOINFOINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 8910 | 2026-08-31T09:38:56.479Z | |
| 8911 | 2026-08-31T09:38:56.479Z | |
| 8912 | 2026-08-31T09:38:56.479Z | Aug 31 09:38:54.684 Aug 31 09:38:54.684DEBG Aug 31 09:38:54.684DEBGreplacing 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 } }] 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 } }] |
| 8913 | 2026-08-31T09:38:56.480Z | |
| 8914 | 2026-08-31T09:38:56.480Z | 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 } }] |
| 8915 | 2026-08-31T09:38:56.480Z | Aug 31 09:38:54.684Aug 31 09:38:54.684 Aug 31 09:38:54.684INFO INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO |
| 8916 | 2026-08-31T09:38:56.480Z | adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 8917 | 2026-08-31T09:38:56.480Z | |
| 8918 | 2026-08-31T09:38:56.480Z | Aug 31 09:38:54.684 DEBGAug 31 09:38:54.684Aug 31 09:38:54.684 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 |
| 8919 | 2026-08-31T09:38:56.480Z | 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 } }] |
| 8920 | 2026-08-31T09:38:56.480Z | 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 } }] |
| 8921 | 2026-08-31T09:38:56.480Z | Aug 31 09:38:54.684Aug 31 09:38:54.684 Aug 31 09:38:54.684 INFO INFO INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8922 | 2026-08-31T09:38:56.480Z | |
| 8923 | 2026-08-31T09:38:56.480Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8924 | 2026-08-31T09:38:56.480Z | Aug 31 09:38:54.684Aug 31 09:38:54.684Aug 31 09:38:54.684 DEBGDEBG DEBGreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8925 | 2026-08-31T09:38:56.480Z | 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 } }] |
| 8926 | 2026-08-31T09:38:56.481Z | 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 } }] |
| 8927 | 2026-08-31T09:38:56.481Z | Aug 31 09:38:54.684 INFO Aug 31 09:38:54.684adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 31 09:38:54.684 |
| 8928 | 2026-08-31T09:38:56.481Z | INFOINFO adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 8929 | 2026-08-31T09:38:56.481Z | |
| 8930 | 2026-08-31T09:38:56.481Z | Aug 31 09:38:54.684 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 } }] |
| 8931 | 2026-08-31T09:38:56.481Z | Aug 31 09:38:54.684Aug 31 09:38:54.684 DEBGDEBG Aug 31 09:38:54.684 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 } }] |
| 8932 | 2026-08-31T09:38:56.481Z | INFO replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8933 | 2026-08-31T09:38:56.481Z | Aug 31 09:38:54.684 |
| 8934 | 2026-08-31T09:38:56.481Z | INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8935 | 2026-08-31T09:38:56.482Z | Aug 31 09:38:54.684Aug 31 09:38:54.684 DEBGINFO Aug 31 09:38:54.684replacing 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 } }] DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 8936 | 2026-08-31T09:38:56.482Z | |
| 8937 | 2026-08-31T09:38:56.482Z | 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 } }] |
| 8938 | 2026-08-31T09:38:56.482Z | Aug 31 09:38:54.684Aug 31 09:38:54.684 Aug 31 09:38:54.684INFO INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ffDEBG |
| 8939 | 2026-08-31T09:38:56.482Z | 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:2::/64 -> 2001:db8::55:ff |
| 8940 | 2026-08-31T09:38:56.482Z | |
| 8941 | 2026-08-31T09:38:56.482Z | Aug 31 09:38:54.684 DEBGAug 31 09:38:54.684 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 |
| 8942 | 2026-08-31T09:38:56.482Z | Aug 31 09:38:54.684 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 |
| 8943 | 2026-08-31T09:38:56.482Z | Aug 31 09:38:54.684 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFO |
| 8944 | 2026-08-31T09:38:56.482Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8945 | 2026-08-31T09:38:56.482Z | Aug 31 09:38:54.684 Aug 31 09:38:54.684INFO DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ff Aug 31 09:38:54.684 |
| 8946 | 2026-08-31T09:38:56.482Z | 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 |
| 8947 | 2026-08-31T09:38:56.482Z | 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 } }] |
| 8948 | 2026-08-31T09:38:56.482Z | Aug 31 09:38:54.684Aug 31 09:38:54.684 Aug 31 09:38:54.684DEBG INFOreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8949 | 2026-08-31T09:38:56.482Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFO |
| 8950 | 2026-08-31T09:38:56.482Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 8951 | 2026-08-31T09:38:56.482Z | Aug 31 09:38:54.685 Aug 31 09:38:54.685INFOAug 31 09:38:54.685 adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8952 | 2026-08-31T09:38:56.482Z | DEBGDEBG 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 } }] |
| 8953 | 2026-08-31T09:38:56.482Z | 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 } }] |
| 8954 | 2026-08-31T09:38:56.482Z | Aug 31 09:38:54.685 DEBG Aug 31 09:38:54.685Aug 31 09:38:54.685 replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 8955 | 2026-08-31T09:38:56.482Z | |
| 8956 | 2026-08-31T09:38:56.482Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 8957 | 2026-08-31T09:38:56.482Z | Aug 31 09:38:54.685 Aug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8958 | 2026-08-31T09:38:56.482Z | 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: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 } }] |
| 8959 | 2026-08-31T09:38:56.482Z | |
| 8960 | 2026-08-31T09:38:56.482Z | Aug 31 09:38:54.685 DEBG Aug 31 09:38:54.685replacing 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 } }] |
| 8961 | 2026-08-31T09:38:56.482Z | INFO Aug 31 09:38:54.685adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8962 | 2026-08-31T09:38:56.482Z | INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 31 09:38:54.685 |
| 8963 | 2026-08-31T09:38:56.482Z | INFOAug 31 09:38:54.685 adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBGAug 31 09:38:54.685 |
| 8964 | 2026-08-31T09:38:56.482Z | 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 } }] |
| 8965 | 2026-08-31T09:38:56.482Z | 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 } }] |
| 8966 | 2026-08-31T09:38:56.482Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 Aug 31 09:38:54.685DEBG INFOINFO replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 8967 | 2026-08-31T09:38:56.482Z | |
| 8968 | 2026-08-31T09:38:56.482Z | |
| 8969 | 2026-08-31T09:38:56.482Z | Aug 31 09:38:54.685Aug 31 09:38:54.685Aug 31 09:38:54.685 DEBG 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 |
| 8970 | 2026-08-31T09:38:56.482Z | 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:7::/64 -> 2001:db8::55:ff |
| 8971 | 2026-08-31T09:38:56.482Z | |
| 8972 | 2026-08-31T09:38:56.483Z | Aug 31 09:38:54.685Aug 31 09:38:54.685Aug 31 09:38:54.685 INFO DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFO |
| 8973 | 2026-08-31T09:38:56.483Z | 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 } }] |
| 8974 | 2026-08-31T09:38:56.483Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 8975 | 2026-08-31T09:38:56.483Z | Aug 31 09:38:54.685 Aug 31 09:38:54.685DEBG Aug 31 09:38:54.685INFO DEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 8976 | 2026-08-31T09:38:56.483Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8977 | 2026-08-31T09:38:56.483Z | |
| 8978 | 2026-08-31T09:38:56.483Z | Aug 31 09:38:54.685 INFOAug 31 09:38:54.685 Aug 31 09:38:54.685DEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffINFO |
| 8979 | 2026-08-31T09:38:56.483Z | 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 } }] |
| 8980 | 2026-08-31T09:38:56.484Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 8981 | 2026-08-31T09:38:56.487Z | Aug 31 09:38:54.685Aug 31 09:38:54.685Aug 31 09:38:54.685 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:9::/64 -> 2001:db8::55:ffDEBG |
| 8982 | 2026-08-31T09:38:56.487Z | |
| 8983 | 2026-08-31T09:38:56.487Z | 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 } }] |
| 8984 | 2026-08-31T09:38:56.488Z | Aug 31 09:38:54.685 DEBG failed to allocate space for the new target listAug 31 09:38:54.685 |
| 8985 | 2026-08-31T09:38:56.488Z | Aug 31 09:38:54.685DEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8986 | 2026-08-31T09:38:56.488Z | Aug 31 09:38:54.685adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8987 | 2026-08-31T09:38:56.488Z | 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 31 09:38:54.685Aug 31 09:38:54.685 |
| 8988 | 2026-08-31T09:38:56.488Z | INFODEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8989 | 2026-08-31T09:38:56.488Z | |
| 8990 | 2026-08-31T09:38:56.488Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 DEBGINFO replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8991 | 2026-08-31T09:38:56.488Z | |
| 8992 | 2026-08-31T09:38:56.488Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 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:b::/64 -> 2001:db8::55:ff |
| 8993 | 2026-08-31T09:38:56.488Z | |
| 8994 | 2026-08-31T09:38:56.488Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8995 | 2026-08-31T09:38:56.488Z | |
| 8996 | 2026-08-31T09:38:56.488Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 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:c::/64 -> 2001:db8::55:ff |
| 8997 | 2026-08-31T09:38:56.488Z | |
| 8998 | 2026-08-31T09:38:56.488Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:1f::/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 } }] |
| 8999 | 2026-08-31T09:38:56.488Z | |
| 9000 | 2026-08-31T09:38:56.488Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:d::/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 } }] |
| 9001 | 2026-08-31T09:38:56.489Z | |
| 9002 | 2026-08-31T09:38:56.489Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 DEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 9003 | 2026-08-31T09:38:56.489Z | |
| 9004 | 2026-08-31T09:38:56.489Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:e::/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 } }] |
| 9005 | 2026-08-31T09:38:56.489Z | |
| 9006 | 2026-08-31T09:38:56.489Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 DEBGINFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 9007 | 2026-08-31T09:38:56.489Z | |
| 9008 | 2026-08-31T09:38:56.489Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:f::/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 } }] |
| 9009 | 2026-08-31T09:38:56.489Z | |
| 9010 | 2026-08-31T09:38:56.489Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 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:22::/64 -> 2001:db8::55:ff |
| 9011 | 2026-08-31T09:38:56.489Z | |
| 9012 | 2026-08-31T09:38:56.489Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 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:10::/64 -> 2001:db8::55:ff |
| 9013 | 2026-08-31T09:38:56.489Z | |
| 9014 | 2026-08-31T09:38:56.489Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:23::/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 } }] |
| 9015 | 2026-08-31T09:38:56.489Z | |
| 9016 | 2026-08-31T09:38:56.489Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:11::/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 } }] |
| 9017 | 2026-08-31T09:38:56.489Z | |
| 9018 | 2026-08-31T09:38:56.489Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:24::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9019 | 2026-08-31T09:38:56.489Z | |
| 9020 | 2026-08-31T09:38:56.490Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 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:12::/64 -> 2001:db8::55:ff |
| 9021 | 2026-08-31T09:38:56.490Z | |
| 9022 | 2026-08-31T09:38:56.490Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:25::/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 } }] |
| 9023 | 2026-08-31T09:38:56.490Z | |
| 9024 | 2026-08-31T09:38:56.490Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 DEBGINFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 9025 | 2026-08-31T09:38:56.490Z | |
| 9026 | 2026-08-31T09:38:56.490Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:26::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9027 | 2026-08-31T09:38:56.490Z | |
| 9028 | 2026-08-31T09:38:56.490Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 DEBGINFO replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 9029 | 2026-08-31T09:38:56.490Z | |
| 9030 | 2026-08-31T09:38:56.490Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 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:27::/64 -> 2001:db8::55:ff |
| 9031 | 2026-08-31T09:38:56.490Z | |
| 9032 | 2026-08-31T09:38:56.490Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:15::/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 } }] |
| 9033 | 2026-08-31T09:38:56.490Z | |
| 9034 | 2026-08-31T09:38:56.490Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 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:28::/64 -> 2001:db8::55:ff |
| 9035 | 2026-08-31T09:38:56.490Z | |
| 9036 | 2026-08-31T09:38:56.490Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:16::/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 } }] |
| 9037 | 2026-08-31T09:38:56.490Z | |
| 9038 | 2026-08-31T09:38:56.490Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 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:29::/64 -> 2001:db8::55:ff |
| 9039 | 2026-08-31T09:38:56.490Z | |
| 9040 | 2026-08-31T09:38:56.490Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:17::/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 } }] |
| 9041 | 2026-08-31T09:38:56.490Z | |
| 9042 | 2026-08-31T09:38:56.490Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:2a::/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 } }] |
| 9043 | 2026-08-31T09:38:56.490Z | |
| 9044 | 2026-08-31T09:38:56.490Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 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:18::/64 -> 2001:db8::55:ff |
| 9045 | 2026-08-31T09:38:56.490Z | |
| 9046 | 2026-08-31T09:38:56.490Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9047 | 2026-08-31T09:38:56.490Z | |
| 9048 | 2026-08-31T09:38:56.490Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 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:19::/64 -> 2001:db8::55:ff |
| 9049 | 2026-08-31T09:38:56.490Z | |
| 9050 | 2026-08-31T09:38:56.490Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:2c::/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 } }] |
| 9051 | 2026-08-31T09:38:56.490Z | |
| 9052 | 2026-08-31T09:38:56.490Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 DEBGINFO replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 9053 | 2026-08-31T09:38:56.490Z | |
| 9054 | 2026-08-31T09:38:56.490Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 DEBGINFO replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 9055 | 2026-08-31T09:38:56.490Z | |
| 9056 | 2026-08-31T09:38:56.491Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:1b::/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 } }] |
| 9057 | 2026-08-31T09:38:56.491Z | |
| 9058 | 2026-08-31T09:38:56.491Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:2e::/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 } }] |
| 9059 | 2026-08-31T09:38:56.491Z | |
| 9060 | 2026-08-31T09:38:56.491Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 DEBGINFO replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 9061 | 2026-08-31T09:38:56.491Z | |
| 9062 | 2026-08-31T09:38:56.491Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9063 | 2026-08-31T09:38:56.491Z | |
| 9064 | 2026-08-31T09:38:56.491Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9065 | 2026-08-31T09:38:56.492Z | |
| 9066 | 2026-08-31T09:38:56.492Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:30::/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 } }] |
| 9067 | 2026-08-31T09:38:56.492Z | |
| 9068 | 2026-08-31T09:38:56.492Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 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:1e::/64 -> 2001:db8::55:ff |
| 9069 | 2026-08-31T09:38:56.492Z | |
| 9070 | 2026-08-31T09:38:56.492Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9071 | 2026-08-31T09:38:56.492Z | |
| 9072 | 2026-08-31T09:38:56.492Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:1f::/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 } }] |
| 9073 | 2026-08-31T09:38:56.492Z | |
| 9074 | 2026-08-31T09:38:56.492Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 DEBGINFO replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 9075 | 2026-08-31T09:38:56.492Z | |
| 9076 | 2026-08-31T09:38:56.492Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:20::/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 } }] |
| 9077 | 2026-08-31T09:38:56.492Z | |
| 9078 | 2026-08-31T09:38:56.492Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 DEBGINFO replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 9079 | 2026-08-31T09:38:56.492Z | |
| 9080 | 2026-08-31T09:38:56.492Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:21::/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 } }] |
| 9081 | 2026-08-31T09:38:56.497Z | |
| 9082 | 2026-08-31T09:38:56.497Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 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:34::/64 -> 2001:db8::55:ff |
| 9083 | 2026-08-31T09:38:56.497Z | |
| 9084 | 2026-08-31T09:38:56.497Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 DEBGINFO replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 9085 | 2026-08-31T09:38:56.497Z | |
| 9086 | 2026-08-31T09:38:56.497Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 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:35::/64 -> 2001:db8::55:ff |
| 9087 | 2026-08-31T09:38:56.497Z | |
| 9088 | 2026-08-31T09:38:56.497Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 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:23::/64 -> 2001:db8::55:ff |
| 9089 | 2026-08-31T09:38:56.497Z | |
| 9090 | 2026-08-31T09:38:56.497Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 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 } }]adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 9091 | 2026-08-31T09:38:56.497Z | |
| 9092 | 2026-08-31T09:38:56.497Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:24::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9093 | 2026-08-31T09:38:56.497Z | |
| 9094 | 2026-08-31T09:38:56.497Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 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:37::/64 -> 2001:db8::55:ff |
| 9095 | 2026-08-31T09:38:56.498Z | Aug 31 09:38:54.685 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 9096 | 2026-08-31T09:38:56.498Z | |
| 9097 | 2026-08-31T09:38:56.498Z | Aug 31 09:38:54.685 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 31 09:38:54.685 |
| 9098 | 2026-08-31T09:38:56.498Z | 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 } }] |
| 9099 | 2026-08-31T09:38:56.498Z | Aug 31 09:38:54.685 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 31 09:38:54.685 |
| 9100 | 2026-08-31T09:38:56.498Z | INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 9101 | 2026-08-31T09:38:56.498Z | Aug 31 09:38:54.685 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 } }] |
| 9102 | 2026-08-31T09:38:56.498Z | Aug 31 09:38:54.685 DEBG Aug 31 09:38:54.685replacing 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 } }] |
| 9103 | 2026-08-31T09:38:56.498Z | INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 9104 | 2026-08-31T09:38:56.498Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:39::/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 } }] |
| 9105 | 2026-08-31T09:38:56.498Z | |
| 9106 | 2026-08-31T09:38:56.498Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 DEBGINFO replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 9107 | 2026-08-31T09:38:56.498Z | |
| 9108 | 2026-08-31T09:38:56.498Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:3a::/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 } }] |
| 9109 | 2026-08-31T09:38:56.498Z | |
| 9110 | 2026-08-31T09:38:56.499Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 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:29::/64 -> 2001:db8::55:ff |
| 9111 | 2026-08-31T09:38:56.499Z | |
| 9112 | 2026-08-31T09:38:56.499Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:3b::/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 } }] |
| 9113 | 2026-08-31T09:38:56.499Z | |
| 9114 | 2026-08-31T09:38:56.499Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 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:2a::/64 -> 2001:db8::55:ff |
| 9115 | 2026-08-31T09:38:56.499Z | |
| 9116 | 2026-08-31T09:38:56.499Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9117 | 2026-08-31T09:38:56.499Z | |
| 9118 | 2026-08-31T09:38:56.499Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 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:2b::/64 -> 2001:db8::55:ff |
| 9119 | 2026-08-31T09:38:56.499Z | |
| 9120 | 2026-08-31T09:38:56.499Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:3d::/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 } }] |
| 9121 | 2026-08-31T09:38:56.499Z | |
| 9122 | 2026-08-31T09:38:56.499Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:2c::/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 } }] |
| 9123 | 2026-08-31T09:38:56.499Z | |
| 9124 | 2026-08-31T09:38:56.499Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 DEBGINFO replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 9125 | 2026-08-31T09:38:56.499Z | |
| 9126 | 2026-08-31T09:38:56.499Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:2d::/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 } }] |
| 9127 | 2026-08-31T09:38:56.499Z | |
| 9128 | 2026-08-31T09:38:56.499Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 INFODEBG adding route 3fff:beef:3f::/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 } }] |
| 9129 | 2026-08-31T09:38:56.499Z | |
| 9130 | 2026-08-31T09:38:56.499Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 DEBGINFO 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:2e::/64 -> 2001:db8::55:ff |
| 9131 | 2026-08-31T09:38:56.499Z | |
| 9132 | 2026-08-31T09:38:56.499Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }] |
| 9133 | 2026-08-31T09:38:56.499Z | |
| 9134 | 2026-08-31T09:38:56.499Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 9135 | 2026-08-31T09:38:56.499Z | |
| 9136 | 2026-08-31T09:38:56.499Z | Aug 31 09:38:54.685Aug 31 09:38:54.685 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 } }]failed to allocate space for the new target list |
| 9137 | 2026-08-31T09:38:56.499Z | |
| 9138 | 2026-08-31T09:38:56.499Z | Aug 31 09:38:54.685 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 9139 | 2026-08-31T09:38:56.499Z | test freemap::test_span ... ok |
| 9140 | 2026-08-31T09:38:56.499Z | Aug 31 09:38:54.685 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 } }] |
| 9141 | 2026-08-31T09:38:56.499Z | Aug 31 09:38:54.685 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 9142 | 2026-08-31T09:38:56.499Z | Aug 31 09:38:54.685 DEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9143 | 2026-08-31T09:38:56.499Z | Aug 31 09:38:54.685 INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 9144 | 2026-08-31T09:38:56.499Z | Aug 31 09:38:54.685 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 } }] |
| 9145 | 2026-08-31T09:38:56.500Z | Aug 31 09:38:54.686 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 9146 | 2026-08-31T09:38:56.500Z | Aug 31 09:38:54.686 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 } }] |
| 9147 | 2026-08-31T09:38:56.500Z | Aug 31 09:38:54.686 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 9148 | 2026-08-31T09:38:56.500Z | Aug 31 09:38:54.686 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 } }] |
| 9149 | 2026-08-31T09:38:56.500Z | Aug 31 09:38:54.686 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 9150 | 2026-08-31T09:38:56.500Z | Aug 31 09:38:54.686 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 } }] |
| 9151 | 2026-08-31T09:38:56.500Z | Aug 31 09:38:54.686 DEBG created new freemapAug 31 09:38:54.686, unitINFO: adding route 3fff:beef:36::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 9152 | 2026-08-31T09:38:56.500Z | |
| 9153 | 2026-08-31T09:38:56.500Z | Aug 31 09:38:54.686Aug 31 09:38:54.686 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 } }]created new freemap |
| 9154 | 2026-08-31T09:38:56.500Z | , unit: Aug 31 09:38:54.686freemap_route_ipv6 |
| 9155 | 2026-08-31T09:38:56.500Z | INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 9156 | 2026-08-31T09:38:56.500Z | Aug 31 09:38:54.686 DEBGAug 31 09:38:54.686 initted freemap. size: 64DEBG, unitreplacing 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 } }]: |
| 9157 | 2026-08-31T09:38:56.500Z | freemap_route_ipv4 |
| 9158 | 2026-08-31T09:38:56.501Z | Aug 31 09:38:54.686 INFOAug 31 09:38:54.686 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG |
| 9159 | 2026-08-31T09:38:56.501Z | reset freemap, unitAug 31 09:38:54.686: DEBGfreemap_route_ipv4 |
| 9160 | 2026-08-31T09:38:56.501Z | 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 } }] |
| 9161 | 2026-08-31T09:38:56.501Z | Aug 31 09:38:54.686 Aug 31 09:38:54.686DEBG INFOinitted freemap. size: 64 , adding route 3fff:beef:39::/64 -> 2001:db8::55:ffunit |
| 9162 | 2026-08-31T09:38:56.501Z | : freemap_route_ipv6 |
| 9163 | 2026-08-31T09:38:56.501Z | Aug 31 09:38:54.686 DEBG Aug 31 09:38:54.686replacing 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 } }] |
| 9164 | 2026-08-31T09:38:56.501Z | DEBG reset freemap, Aug 31 09:38:54.686unit :INFO freemap_route_ipv6adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 9165 | 2026-08-31T09:38:56.501Z | |
| 9166 | 2026-08-31T09:38:56.501Z | Aug 31 09:38:54.686Aug 31 09:38:54.686 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 9167 | 2026-08-31T09:38:56.501Z | |
| 9168 | 2026-08-31T09:38:56.501Z | Aug 31 09:38:54.686Aug 31 09:38:54.686 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 } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 9169 | 2026-08-31T09:38:56.501Z | |
| 9170 | 2026-08-31T09:38:56.501Z | Aug 31 09:38:54.686Aug 31 09:38:54.686 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.16.0.0/32 -> 10.0.0.2 |
| 9171 | 2026-08-31T09:38:56.501Z | |
| 9172 | 2026-08-31T09:38:56.501Z | Aug 31 09:38:54.686Aug 31 09:38:54.686 INFODEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9173 | 2026-08-31T09:38:56.501Z | |
| 9174 | 2026-08-31T09:38:56.501Z | Aug 31 09:38:54.686Aug 31 09:38:54.686 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 172.16.0.0/32 -> 10.0.0.3 |
| 9175 | 2026-08-31T09:38:56.501Z | |
| 9176 | 2026-08-31T09:38:56.501Z | Aug 31 09:38:54.686Aug 31 09:38:54.686 DEBGDEBG failed to allocate space for the new target listreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9177 | 2026-08-31T09:38:56.501Z | |
| 9178 | 2026-08-31T09:38:56.501Z | Aug 31 09:38:54.686Aug 31 09:38:54.686 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4 |
| 9179 | 2026-08-31T09:38:56.501Z | |
| 9180 | 2026-08-31T09:38:56.501Z | Aug 31 09:38:54.686 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] |
| 9181 | 2026-08-31T09:38:56.505Z | Aug 31 09:38:54.686 INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 9182 | 2026-08-31T09:38:56.505Z | Aug 31 09:38:54.686 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 } }] |
| 9183 | 2026-08-31T09:38:56.505Z | Aug 31 09:38:54.686 INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 9184 | 2026-08-31T09:38:56.505Z | Aug 31 09:38:54.686 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 } }] |
| 9185 | 2026-08-31T09:38:56.506Z | Aug 31 09:38:54.686 INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 9186 | 2026-08-31T09:38:56.506Z | Aug 31 09:38:54.686 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 } }] |
| 9187 | 2026-08-31T09:38:56.506Z | Aug 31 09:38:54.686 INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 9188 | 2026-08-31T09:38:56.506Z | Aug 31 09:38:54.686 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 } }] |
| 9189 | 2026-08-31T09:38:56.506Z | Aug 31 09:38:54.686 INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 9190 | 2026-08-31T09:38:56.506Z | Aug 31 09:38:54.686 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 } }] |
| 9191 | 2026-08-31T09:38:56.506Z | Aug 31 09:38:54.686 INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 9192 | 2026-08-31T09:38:56.506Z | Aug 31 09:38:54.686 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 } }] |
| 9193 | 2026-08-31T09:38:56.506Z | Aug 31 09:38:54.686 INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 9194 | 2026-08-31T09:38:56.506Z | Aug 31 09:38:54.686 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 } }] |
| 9195 | 2026-08-31T09:38:56.506Z | Aug 31 09:38:54.686 INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9196 | 2026-08-31T09:38:56.506Z | Aug 31 09:38:54.686 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 } }] |
| 9197 | 2026-08-31T09:38:56.506Z | Aug 31 09:38:54.686 INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 9198 | 2026-08-31T09:38:56.506Z | Aug 31 09:38:54.686 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 } }] |
| 9199 | 2026-08-31T09:38:56.506Z | Aug 31 09:38:54.686 INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 9200 | 2026-08-31T09:38:56.506Z | Aug 31 09:38:54.686 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 } }] |
| 9201 | 2026-08-31T09:38:56.507Z | Aug 31 09:38:54.686 INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 9202 | 2026-08-31T09:38:56.507Z | Aug 31 09:38:54.686 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 } }] |
| 9203 | 2026-08-31T09:38:56.507Z | Aug 31 09:38:54.686 INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 9204 | 2026-08-31T09:38:56.507Z | Aug 31 09:38:54.686 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 } }] |
| 9205 | 2026-08-31T09:38:56.507Z | Aug 31 09:38:54.686 INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 9206 | 2026-08-31T09:38:56.507Z | Aug 31 09:38:54.686 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 } }] |
| 9207 | 2026-08-31T09:38:56.507Z | Aug 31 09:38:54.686 INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 9208 | 2026-08-31T09:38:56.507Z | Aug 31 09:38:54.686 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 } }] |
| 9209 | 2026-08-31T09:38:56.507Z | Aug 31 09:38:54.686 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 9210 | 2026-08-31T09:38:56.507Z | Aug 31 09:38:54.686 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 } }] |
| 9211 | 2026-08-31T09:38:56.507Z | Aug 31 09:38:54.686 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9212 | 2026-08-31T09:38:56.507Z | Aug 31 09:38:54.686 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 } }] |
| 9213 | 2026-08-31T09:38:56.507Z | Aug 31 09:38:54.686 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 9214 | 2026-08-31T09:38:56.507Z | Aug 31 09:38:54.686 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 } }] |
| 9215 | 2026-08-31T09:38:56.507Z | Aug 31 09:38:54.686 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 9216 | 2026-08-31T09:38:56.507Z | Aug 31 09:38:54.686 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 } }] |
| 9217 | 2026-08-31T09:38:56.507Z | Aug 31 09:38:54.686 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 9218 | 2026-08-31T09:38:56.507Z | Aug 31 09:38:54.686 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 } }] |
| 9219 | 2026-08-31T09:38:56.507Z | Aug 31 09:38:54.686 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9220 | 2026-08-31T09:38:56.507Z | Aug 31 09:38:54.686 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 } }] |
| 9221 | 2026-08-31T09:38:56.507Z | Aug 31 09:38:54.686 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 9222 | 2026-08-31T09:38:56.507Z | Aug 31 09:38:54.686 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 } }] |
| 9223 | 2026-08-31T09:38:56.507Z | Aug 31 09:38:54.686 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9224 | 2026-08-31T09:38:56.507Z | Aug 31 09:38:54.686 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 } }] |
| 9225 | 2026-08-31T09:38:56.507Z | Aug 31 09:38:54.686 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9226 | 2026-08-31T09:38:56.507Z | Aug 31 09:38:54.686 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 } }] |
| 9227 | 2026-08-31T09:38:56.507Z | Aug 31 09:38:54.686 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9228 | 2026-08-31T09:38:56.507Z | Aug 31 09:38:54.686 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 } }] |
| 9229 | 2026-08-31T09:38:56.507Z | Aug 31 09:38:54.686 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9230 | 2026-08-31T09:38:56.507Z | Aug 31 09:38:54.686 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 } }] |
| 9231 | 2026-08-31T09:38:56.507Z | Aug 31 09:38:54.686 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9232 | 2026-08-31T09:38:56.507Z | Aug 31 09:38:54.686 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 } }] |
| 9233 | 2026-08-31T09:38:56.507Z | Aug 31 09:38:54.686 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9234 | 2026-08-31T09:38:56.507Z | Aug 31 09:38:54.686 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 } }] |
| 9235 | 2026-08-31T09:38:56.508Z | Aug 31 09:38:54.686 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9236 | 2026-08-31T09:38:56.508Z | Aug 31 09:38:54.686 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 } }] |
| 9237 | 2026-08-31T09:38:56.508Z | Aug 31 09:38:54.686 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 9238 | 2026-08-31T09:38:56.508Z | Aug 31 09:38:54.686 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 } }] |
| 9239 | 2026-08-31T09:38:56.508Z | Aug 31 09:38:54.686 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9240 | 2026-08-31T09:38:56.508Z | Aug 31 09:38:54.686 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 } }] |
| 9241 | 2026-08-31T09:38:56.508Z | Aug 31 09:38:54.686 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9242 | 2026-08-31T09:38:56.508Z | Aug 31 09:38:54.686 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 } }] |
| 9243 | 2026-08-31T09:38:56.508Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 9244 | 2026-08-31T09:38:56.508Z | Aug 31 09:38:54.686 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9245 | 2026-08-31T09:38:56.508Z | Aug 31 09:38:54.686 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 } }] |
| 9246 | 2026-08-31T09:38:56.508Z | Aug 31 09:38:54.686 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9247 | 2026-08-31T09:38:56.508Z | Aug 31 09:38:54.686 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 } }] |
| 9248 | 2026-08-31T09:38:56.508Z | Aug 31 09:38:54.686 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9249 | 2026-08-31T09:38:56.508Z | Aug 31 09:38:54.686 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 } }] |
| 9250 | 2026-08-31T09:38:56.508Z | Aug 31 09:38:54.686 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9251 | 2026-08-31T09:38:56.508Z | Aug 31 09:38:54.686Aug 31 09:38:54.686 DEBG created new freemap, unit: freemap_route_ipv4 |
| 9252 | 2026-08-31T09:38:56.508Z | Aug 31 09:38:54.686 Aug 31 09:38:54.686 DEBG created new freemap, unit: freemap_route_ipv6 |
| 9253 | 2026-08-31T09:38:56.508Z | DEBG Aug 31 09:38:54.686 DEBG initted freemap. size: 64replacing 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 } }], unitAug 31 09:38:54.686: |
| 9254 | 2026-08-31T09:38:56.508Z | freemap_route_ipv4 |
| 9255 | 2026-08-31T09:38:56.508Z | Aug 31 09:38:54.686 DEBGAug 31 09:38:54.686 Aug 31 09:38:54.687DEBG reset freemapDEBG, unitcreated new freemap:DEBG , freemap_route_ipv4 unit |
| 9256 | 2026-08-31T09:38:56.508Z | created new freemap:, unitfreemap_route_ipv4: |
| 9257 | 2026-08-31T09:38:56.508Z | freemap_route_ipv4 |
| 9258 | 2026-08-31T09:38:56.508Z | Aug 31 09:38:54.686Aug 31 09:38:54.692Aug 31 09:38:54.686Aug 31 09:38:54.692 DEBGDEBG DEBGcreated new freemap , DEBG unitcreated new freemapcreated new freemap:created new freemap, , unit, :unit freemap_route_ipv6freemap_route_ipv6 |
| 9259 | 2026-08-31T09:38:56.508Z | |
| 9260 | 2026-08-31T09:38:56.508Z | unit:: freemap_route_ipv4Aug 31 09:38:54.692 |
| 9261 | 2026-08-31T09:38:56.508Z | freemap_route_ipv4Aug 31 09:38:54.692DEBG |
| 9262 | 2026-08-31T09:38:56.508Z | initted freemap. size: 64DEBG, Aug 31 09:38:54.692 initted freemap. size: 64DEBG, unitunitAug 31 09:38:54.692::created new freemap freemap_route_ipv4 , |
| 9263 | 2026-08-31T09:38:56.508Z | freemap_route_ipv4unit |
| 9264 | 2026-08-31T09:38:56.508Z | DEBG: created new freemapfreemap_route_ipv6, |
| 9265 | 2026-08-31T09:38:56.508Z | unitAug 31 09:38:54.692Aug 31 09:38:54.692 :DEBGDEBG reset freemap , freemap_route_ipv6reset freemap |
| 9266 | 2026-08-31T09:38:56.508Z | , unitunit:: Aug 31 09:38:54.692Aug 31 09:38:54.692 freemap_route_ipv4 freemap_route_ipv4DEBG |
| 9267 | 2026-08-31T09:38:56.508Z | |
| 9268 | 2026-08-31T09:38:56.508Z | DEBGinitted freemap. size: 64 , initted freemap. size: 64unitAug 31 09:38:54.692, :unit :freemap_route_ipv4DEBG |
| 9269 | 2026-08-31T09:38:56.508Z | Aug 31 09:38:54.692freemap_route_ipv4 |
| 9270 | 2026-08-31T09:38:56.508Z | DEBG initted freemap. size: 64initted freemap. size: 64, , unitunitAug 31 09:38:54.692:: DEBGfreemap_route_ipv6freemap_route_ipv6 |
| 9271 | 2026-08-31T09:38:56.508Z | |
| 9272 | 2026-08-31T09:38:56.508Z | reset freemapAug 31 09:38:54.692, Aug 31 09:38:54.692DEBGunit Aug 31 09:38:54.692:reset freemap , DEBGDEBGunit freemap_route_ipv4reset freemap |
| 9273 | 2026-08-31T09:38:56.508Z | , :unit :freemap_route_ipv4 |
| 9274 | 2026-08-31T09:38:56.509Z | Aug 31 09:38:54.692reset freemapfreemap_route_ipv6, unitDEBG: |
| 9275 | 2026-08-31T09:38:56.509Z | initted freemap. size: 64Aug 31 09:38:54.692, freemap_route_ipv6unitAug 31 09:38:54.692 |
| 9276 | 2026-08-31T09:38:56.509Z | : DEBGfreemap_route_ipv6 |
| 9277 | 2026-08-31T09:38:56.509Z | initted freemap. size: 64INFO, Aug 31 09:38:54.692unit adding route 3fff:dead::/64 -> 2001:db8::55:1: |
| 9278 | 2026-08-31T09:38:56.509Z | Aug 31 09:38:54.692freemap_route_ipv6 |
| 9279 | 2026-08-31T09:38:56.509Z | DEBG reset freemapINFO, unitadding route 3fff:dead::/64 -> 2001:db8::55:1:Aug 31 09:38:54.692 Aug 31 09:38:54.692freemap_route_ipv6 |
| 9280 | 2026-08-31T09:38:56.509Z | DEBG |
| 9281 | 2026-08-31T09:38:56.514Z | DEBGreset freemap , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 09:38:54.692 |
| 9282 | 2026-08-31T09:38:56.514Z | unit: DEBGfreemap_route_ipv6Aug 31 09:38:54.692 Aug 31 09:38:54.692replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 9283 | 2026-08-31T09:38:56.514Z | |
| 9284 | 2026-08-31T09:38:56.514Z | INFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9285 | 2026-08-31T09:38:56.514Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 31 09:38:54.692 |
| 9286 | 2026-08-31T09:38:56.514Z | INFOAug 31 09:38:54.692 Aug 31 09:38:54.692adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9287 | 2026-08-31T09:38:56.514Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO |
| 9288 | 2026-08-31T09:38:56.514Z | Aug 31 09:38:54.692adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9289 | 2026-08-31T09:38:56.514Z | DEBGAug 31 09:38:54.692 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 |
| 9290 | 2026-08-31T09:38:56.514Z | Aug 31 09:38:54.692 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:dead::/64 -> 2001:db8::55:3 |
| 9291 | 2026-08-31T09:38:56.514Z | |
| 9292 | 2026-08-31T09:38:56.514Z | Aug 31 09:38:54.692 INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 31 09:38:54.692 |
| 9293 | 2026-08-31T09:38:56.514Z | Aug 31 09:38:54.692Aug 31 09:38:54.692DEBG INFODEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9294 | 2026-08-31T09:38:56.514Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 31 09:38:54.692 |
| 9295 | 2026-08-31T09:38:56.514Z | DEBG |
| 9296 | 2026-08-31T09:38:56.514Z | 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 31 09:38:54.692 |
| 9297 | 2026-08-31T09:38:56.514Z | Aug 31 09:38:54.692INFO INFO adding route 172.17.0.0/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 31 09:38:54.692 |
| 9298 | 2026-08-31T09:38:56.514Z | |
| 9299 | 2026-08-31T09:38:56.514Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 31 09:38:54.692 |
| 9300 | 2026-08-31T09:38:56.514Z | DEBGAug 31 09:38:54.692Aug 31 09:38:54.692 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 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 } }] |
| 9301 | 2026-08-31T09:38:56.514Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 9302 | 2026-08-31T09:38:56.514Z | |
| 9303 | 2026-08-31T09:38:56.515Z | Aug 31 09:38:54.692Aug 31 09:38:54.692 DEBGAug 31 09:38:54.692DEBG Aug 31 09:38:54.692INFOreplacing 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 } }] |
| 9304 | 2026-08-31T09:38:56.515Z | adding route 172.17.0.1/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9305 | 2026-08-31T09:38:56.515Z | INFO |
| 9306 | 2026-08-31T09:38:56.515Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9307 | 2026-08-31T09:38:56.515Z | Aug 31 09:38:54.692 Aug 31 09:38:54.692Aug 31 09:38:54.692Aug 31 09:38:54.692 INFOWARN created new freemap shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9308 | 2026-08-31T09:38:56.515Z | DEBG |
| 9309 | 2026-08-31T09:38:56.515Z | DEBG , Aug 31 09:38:54.692replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 31 09:38:54.692unit : |
| 9310 | 2026-08-31T09:38:56.515Z | freemap_route_ipv4ERRO |
| 9311 | 2026-08-31T09:38:56.515Z | 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 } }] rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }] |
| 9312 | 2026-08-31T09:38:56.515Z | |
| 9313 | 2026-08-31T09:38:56.515Z | Aug 31 09:38:54.692 |
| 9314 | 2026-08-31T09:38:56.515Z | DEBG Aug 31 09:38:54.692replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 31 09:38:54.692Aug 31 09:38:54.692 |
| 9315 | 2026-08-31T09:38:56.515Z | Aug 31 09:38:54.692 INFOINFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255 |
| 9316 | 2026-08-31T09:38:56.515Z | Aug 31 09:38:54.692 |
| 9317 | 2026-08-31T09:38:56.515Z | ERRODEBG Aug 31 09:38:54.692shrink-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 itinitted freemap. size: 64 |
| 9318 | 2026-08-31T09:38:56.515Z | Aug 31 09:38:54.692, DEBGDEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:38:54.692unit |
| 9319 | 2026-08-31T09:38:56.516Z | :created new freemap |
| 9320 | 2026-08-31T09:38:56.516Z | , freemap_route_ipv6 unit |
| 9321 | 2026-08-31T09:38:56.516Z | :INFO adding route 172.17.0.35/32 -> 10.0.0.255Aug 31 09:38:54.692Aug 31 09:38:54.692freemap_route_ipv6 |
| 9322 | 2026-08-31T09:38:56.516Z | |
| 9323 | 2026-08-31T09:38:56.516Z | INFOINFO Aug 31 09:38:54.692adding route 172.17.0.1/32 -> 10.0.0.255 |
| 9324 | 2026-08-31T09:38:56.516Z | DEBGadding route 172.17.0.3/32 -> 10.0.0.255 Aug 31 09:38:54.692 |
| 9325 | 2026-08-31T09:38:56.516Z | reset freemap , DEBG Aug 31 09:38:54.693unitinitted freemap. size: 64 Aug 31 09:38:54.693, unitDEBG: DEBGreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9326 | 2026-08-31T09:38:56.516Z | freemap_route_ipv4 |
| 9327 | 2026-08-31T09:38:56.516Z | :replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:38:54.693Aug 31 09:38:54.693 |
| 9328 | 2026-08-31T09:38:56.516Z | INFOfreemap_route_ipv6Aug 31 09:38:54.693DEBG adding route 172.17.0.2/32 -> 10.0.0.255 |
| 9329 | 2026-08-31T09:38:56.516Z | |
| 9330 | 2026-08-31T09:38:56.516Z | 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 31 09:38:54.693 |
| 9331 | 2026-08-31T09:38:56.516Z | INFO Aug 31 09:38:54.693 Aug 31 09:38:54.693adding route 172.17.0.4/32 -> 10.0.0.255Aug 31 09:38:54.693 INFO |
| 9332 | 2026-08-31T09:38:56.516Z | INFODEBG adding route 172.17.0.36/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 } }] |
| 9333 | 2026-08-31T09:38:56.516Z | adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 9334 | 2026-08-31T09:38:56.516Z | |
| 9335 | 2026-08-31T09:38:56.516Z | Aug 31 09:38:54.693Aug 31 09:38:54.693reset freemap 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 } }]Aug 31 09:38:54.693 |
| 9336 | 2026-08-31T09:38:56.517Z | adding route 172.17.0.3/32 -> 10.0.0.255DEBGAug 31 09:38:54.693 |
| 9337 | 2026-08-31T09:38:56.517Z | Aug 31 09:38:54.693replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]unit : |
| 9338 | 2026-08-31T09:38:56.517Z | DEBGINFO freemap_route_ipv4adding route 172.17.0.5/32 -> 10.0.0.255replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9339 | 2026-08-31T09:38:56.517Z | test route::tests::identity_replace_is_noop ... ok |
| 9340 | 2026-08-31T09:38:56.517Z | |
| 9341 | 2026-08-31T09:38:56.517Z | Aug 31 09:38:54.693 |
| 9342 | 2026-08-31T09:38:56.517Z | Aug 31 09:38:54.693DEBG Aug 31 09:38:54.693DEBGreplacing 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 31 09:38:54.693 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 31 09:38:54.693 |
| 9343 | 2026-08-31T09:38:56.517Z | |
| 9344 | 2026-08-31T09:38:56.517Z | 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 } }] INFODEBG |
| 9345 | 2026-08-31T09:38:56.517Z | adding route 172.17.0.37/32 -> 10.0.0.255Aug 31 09:38:54.693 |
| 9346 | 2026-08-31T09:38:56.517Z | INFO adding route 172.17.0.4/32 -> 10.0.0.255initted freemap. size: 64 |
| 9347 | 2026-08-31T09:38:56.517Z | , Aug 31 09:38:54.693unit :DEBG Aug 31 09:38:54.693Aug 31 09:38:54.693 freemap_route_ipv6 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 } }] |
| 9348 | 2026-08-31T09:38:56.517Z | INFODEBG 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.6/32 -> 10.0.0.255 |
| 9349 | 2026-08-31T09:38:56.517Z | |
| 9350 | 2026-08-31T09:38:56.517Z | Aug 31 09:38:54.693 |
| 9351 | 2026-08-31T09:38:56.518Z | DEBGAug 31 09:38:54.693 INFO Aug 31 09:38:54.693Aug 31 09:38:54.693adding route 172.17.0.38/32 -> 10.0.0.255reset freemap |
| 9352 | 2026-08-31T09:38:56.518Z | , unitINFODEBG adding route 172.17.0.5/32 -> 10.0.0.255 |
| 9353 | 2026-08-31T09:38:56.518Z | : Aug 31 09:38:54.693freemap_route_ipv6 |
| 9354 | 2026-08-31T09:38:56.518Z | DEBGreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:38:54.693replacing 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 } }] |
| 9355 | 2026-08-31T09:38:56.518Z | |
| 9356 | 2026-08-31T09:38:56.518Z | 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 } }] |
| 9357 | 2026-08-31T09:38:56.518Z | Aug 31 09:38:54.693Aug 31 09:38:54.693 Aug 31 09:38:54.693INFOAug 31 09:38:54.693 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1INFOadding route 172.17.0.7/32 -> 10.0.0.255 |
| 9358 | 2026-08-31T09:38:56.518Z | adding route 172.17.0.6/32 -> 10.0.0.255 |
| 9359 | 2026-08-31T09:38:56.518Z | |
| 9360 | 2026-08-31T09:38:56.518Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 9361 | 2026-08-31T09:38:56.518Z | Aug 31 09:38:54.693Aug 31 09:38:54.693 DEBGAug 31 09:38:54.693 DEBGAug 31 09:38:54.693replacing 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 } }] |
| 9362 | 2026-08-31T09:38:56.518Z | DEBG DEBGreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:38:54.693replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.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 } }] |
| 9363 | 2026-08-31T09:38:56.518Z | |
| 9364 | 2026-08-31T09:38:56.518Z | Aug 31 09:38:54.693 DEBG created new freemapAug 31 09:38:54.702 INFO, unitadding route 172.17.0.40/32 -> 10.0.0.255: |
| 9365 | 2026-08-31T09:38:56.518Z | Aug 31 09:38:54.702 INFOfreemap_route_ipv4 |
| 9366 | 2026-08-31T09:38:56.518Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9367 | 2026-08-31T09:38:56.518Z | INFOAug 31 09:38:54.702 Aug 31 09:38:54.702DEBGadding route 172.17.0.8/32 -> 10.0.0.255 replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9368 | 2026-08-31T09:38:56.519Z | Aug 31 09:38:54.702created new freemap |
| 9369 | 2026-08-31T09:38:56.519Z | , DEBGunit :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 31 09:38:54.702freemap_route_ipv6Aug 31 09:38:54.702 |
| 9370 | 2026-08-31T09:38:56.519Z | |
| 9371 | 2026-08-31T09:38:56.519Z | DEBGINFO replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:38:54.702 |
| 9372 | 2026-08-31T09:38:56.519Z | Aug 31 09:38:54.702adding route 172.17.0.41/32 -> 10.0.0.255INFO |
| 9373 | 2026-08-31T09:38:56.519Z | adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 31 09:38:54.702DEBG |
| 9374 | 2026-08-31T09:38:56.519Z | initted freemap. size: 64INFO, Aug 31 09:38:54.702adding route 172.17.0.9/32 -> 10.0.0.255Aug 31 09:38:54.702 |
| 9375 | 2026-08-31T09:38:56.519Z | DEBGunit :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 } }] |
| 9376 | 2026-08-31T09:38:56.519Z | Aug 31 09:38:54.702freemap_route_ipv4 |
| 9377 | 2026-08-31T09:38:56.519Z | 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 } }]DEBG |
| 9378 | 2026-08-31T09:38:56.519Z | Aug 31 09:38:54.702 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 31 09:38:54.702 |
| 9379 | 2026-08-31T09:38:56.519Z | Aug 31 09:38:54.702 INFO INFO DEBG adding route 172.17.0.10/32 -> 10.0.0.255reset freemapAug 31 09:38:54.702, unitINFO: |
| 9380 | 2026-08-31T09:38:56.519Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 172.17.0.42/32 -> 10.0.0.255 |
| 9381 | 2026-08-31T09:38:56.524Z | freemap_route_ipv4 |
| 9382 | 2026-08-31T09:38:56.524Z | Aug 31 09:38:54.703 |
| 9383 | 2026-08-31T09:38:56.524Z | DEBGAug 31 09:38:54.703Aug 31 09:38:54.703 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 } }]DEBGDEBGAug 31 09:38:54.703 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 } }] |
| 9384 | 2026-08-31T09:38:56.524Z | 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 } }] |
| 9385 | 2026-08-31T09:38:56.524Z | initted freemap. size: 64 |
| 9386 | 2026-08-31T09:38:56.524Z | , unit: Aug 31 09:38:54.703freemap_route_ipv6Aug 31 09:38:54.703 |
| 9387 | 2026-08-31T09:38:56.524Z | INFO Aug 31 09:38:54.703 adding route 172.17.0.11/32 -> 10.0.0.255Aug 31 09:38:54.703 |
| 9388 | 2026-08-31T09:38:56.524Z | INFO DEBGadding route 172.17.0.43/32 -> 10.0.0.255 INFOAug 31 09:38:54.703 reset freemap |
| 9389 | 2026-08-31T09:38:56.524Z | , adding route 3fff:beef:2::/64 -> 2001:db8::55:ffunit: |
| 9390 | 2026-08-31T09:38:56.524Z | 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 } }]freemap_route_ipv6 |
| 9391 | 2026-08-31T09:38:56.524Z | |
| 9392 | 2026-08-31T09:38:56.524Z | Aug 31 09:38:54.703Aug 31 09:38:54.703 DEBG DEBGAug 31 09:38:54.703 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 } }] |
| 9393 | 2026-08-31T09:38:56.524Z | Aug 31 09:38:54.703replacing 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 } }] INFOINFO |
| 9394 | 2026-08-31T09:38:56.524Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 31 09:38:54.703adding route 172.17.0.12/32 -> 10.0.0.255 |
| 9395 | 2026-08-31T09:38:56.524Z | |
| 9396 | 2026-08-31T09:38:56.524Z | INFO Aug 31 09:38:54.703adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 9397 | 2026-08-31T09:38:56.524Z | INFO adding route 172.17.0.44/32 -> 10.0.0.255Aug 31 09:38:54.703 |
| 9398 | 2026-08-31T09:38:56.524Z | DEBGAug 31 09:38:54.703 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 31 09:38:54.703DEBG |
| 9399 | 2026-08-31T09:38:56.524Z | replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG Aug 31 09:38:54.703replacing 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 } }] |
| 9400 | 2026-08-31T09:38:56.524Z | Aug 31 09:38:54.703 |
| 9401 | 2026-08-31T09:38:56.524Z | DEBGINFO replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:38:54.703Aug 31 09:38:54.703adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9402 | 2026-08-31T09:38:56.524Z | |
| 9403 | 2026-08-31T09:38:56.524Z | INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 172.17.0.13/32 -> 10.0.0.255Aug 31 09:38:54.703Aug 31 09:38:54.703 |
| 9404 | 2026-08-31T09:38:56.524Z | |
| 9405 | 2026-08-31T09:38:56.524Z | INFO adding route 172.17.0.45/32 -> 10.0.0.255DEBG |
| 9406 | 2026-08-31T09:38:56.524Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 31 09:38:54.703Aug 31 09:38:54.703 |
| 9407 | 2026-08-31T09:38:56.524Z | DEBGDEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:38:54.703replacing 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 31 09:38:54.703INFO |
| 9408 | 2026-08-31T09:38:56.524Z | DEBGadding route 172.16.0.0/32 -> 10.0.0.3 |
| 9409 | 2026-08-31T09:38:56.524Z | 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 } }] |
| 9410 | 2026-08-31T09:38:56.524Z | |
| 9411 | 2026-08-31T09:38:56.524Z | Aug 31 09:38:54.703Aug 31 09:38:54.703 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 31 09:38:54.703 INFO adding route 172.17.0.46/32 -> 10.0.0.255Aug 31 09:38:54.703 |
| 9412 | 2026-08-31T09:38:56.525Z | INFO |
| 9413 | 2026-08-31T09:38:56.525Z | INFO adding route 172.17.0.14/32 -> 10.0.0.255adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 9414 | 2026-08-31T09:38:56.525Z | |
| 9415 | 2026-08-31T09:38:56.525Z | Aug 31 09:38:54.703Aug 31 09:38:54.703 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.4Aug 31 09:38:54.703replacing 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 } }] |
| 9416 | 2026-08-31T09:38:56.525Z | |
| 9417 | 2026-08-31T09:38:56.525Z | DEBG Aug 31 09:38:54.703Aug 31 09:38:54.703replacing 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 31 09:38:54.703DEBG DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] |
| 9418 | 2026-08-31T09:38:56.525Z | 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 } }] |
| 9419 | 2026-08-31T09:38:56.525Z | |
| 9420 | 2026-08-31T09:38:56.525Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9421 | 2026-08-31T09:38:56.525Z | Aug 31 09:38:54.703Aug 31 09:38:54.703 DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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 31 09:38:54.703 |
| 9422 | 2026-08-31T09:38:56.525Z | adding route 172.17.0.15/32 -> 10.0.0.255Aug 31 09:38:54.703DEBG |
| 9423 | 2026-08-31T09:38:56.525Z | 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:6::/64 -> 2001:db8::55:ff |
| 9424 | 2026-08-31T09:38:56.525Z | |
| 9425 | 2026-08-31T09:38:56.525Z | Aug 31 09:38:54.703 DEBGAug 31 09:38:54.703 replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9426 | 2026-08-31T09:38:56.525Z | adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9427 | 2026-08-31T09:38:56.525Z | Aug 31 09:38:54.703Aug 31 09:38:54.703 INFODEBG adding route 172.17.0.16/32 -> 10.0.0.255replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9428 | 2026-08-31T09:38:56.525Z | |
| 9429 | 2026-08-31T09:38:56.525Z | Aug 31 09:38:54.703 Aug 31 09:38:54.693DEBG |
| 9430 | 2026-08-31T09:38:56.525Z | Aug 31 09:38:54.703DEBG Aug 31 09:38:54.703created new freemap , INFOunitAug 31 09:38:54.703DEBG INFOreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]: |
| 9431 | 2026-08-31T09:38:56.525Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9432 | 2026-08-31T09:38:56.525Z | freemap_route_ipv4adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9433 | 2026-08-31T09:38:56.525Z | Aug 31 09:38:54.703 |
| 9434 | 2026-08-31T09:38:56.525Z | |
| 9435 | 2026-08-31T09:38:56.525Z | Aug 31 09:38:54.703 INFOINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 9436 | 2026-08-31T09:38:56.525Z | adding route 172.17.0.17/32 -> 10.0.0.255Aug 31 09:38:54.703 |
| 9437 | 2026-08-31T09:38:56.525Z | Aug 31 09:38:54.703DEBG DEBGreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:38:54.703 |
| 9438 | 2026-08-31T09:38:56.525Z | test route::tests::grow_succeeds ... ok |
| 9439 | 2026-08-31T09:38:56.525Z | Aug 31 09:38:54.703 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 |
| 9440 | 2026-08-31T09:38:56.525Z | Aug 31 09:38:54.703replacing 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 31 09:38:54.703 |
| 9441 | 2026-08-31T09:38:56.525Z | DEBGAug 31 09:38:54.703 INFOINFO 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 } }] |
| 9442 | 2026-08-31T09:38:56.525Z | DEBG created new freemap , Aug 31 09:38:54.703adding route 172.17.0.8/32 -> 10.0.0.255Aug 31 09:38:54.703unitadding route 172.17.0.50/32 -> 10.0.0.255: |
| 9443 | 2026-08-31T09:38:56.525Z | INFO freemap_route_ipv6 |
| 9444 | 2026-08-31T09:38:56.525Z | |
| 9445 | 2026-08-31T09:38:56.525Z | INFO adding route 172.17.0.18/32 -> 10.0.0.255adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 9446 | 2026-08-31T09:38:56.525Z | Aug 31 09:38:54.703 |
| 9447 | 2026-08-31T09:38:56.525Z | DEBGAug 31 09:38:54.703Aug 31 09:38:54.703 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 31 09:38:54.703Aug 31 09:38:54.703DEBGinitted freemap. size: 64 , DEBG unit :replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9448 | 2026-08-31T09:38:56.525Z | |
| 9449 | 2026-08-31T09:38:56.525Z | freemap_route_ipv4replacing 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 } }] |
| 9450 | 2026-08-31T09:38:56.526Z | |
| 9451 | 2026-08-31T09:38:56.526Z | 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 31 09:38:54.703Aug 31 09:38:54.703Aug 31 09:38:54.703 Aug 31 09:38:54.703INFO DEBGINFO |
| 9452 | 2026-08-31T09:38:56.526Z | reset freemapINFO adding route 172.17.0.51/32 -> 10.0.0.255 adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9453 | 2026-08-31T09:38:56.526Z | |
| 9454 | 2026-08-31T09:38:56.526Z | Aug 31 09:38:54.703adding route 172.17.0.9/32 -> 10.0.0.255, |
| 9455 | 2026-08-31T09:38:56.526Z | unit:Aug 31 09:38:54.703Aug 31 09:38:54.703 DEBGINFO replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff freemap_route_ipv4replacing 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 } }] |
| 9456 | 2026-08-31T09:38:56.526Z | |
| 9457 | 2026-08-31T09:38:56.526Z | Aug 31 09:38:54.703 |
| 9458 | 2026-08-31T09:38:56.526Z | DEBG |
| 9459 | 2026-08-31T09:38:56.526Z | 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 31 09:38:54.703 |
| 9460 | 2026-08-31T09:38:56.526Z | Aug 31 09:38:54.703 INFOAug 31 09:38:54.703INFO DEBG adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255Aug 31 09:38:54.703 |
| 9461 | 2026-08-31T09:38:56.526Z | |
| 9462 | 2026-08-31T09:38:56.526Z | INFOinitted freemap. size: 64, Aug 31 09:38:54.703 unitadding route 172.17.0.10/32 -> 10.0.0.255 |
| 9463 | 2026-08-31T09:38:56.526Z | Aug 31 09:38:54.703DEBGAug 31 09:38:54.703: DEBGfreemap_route_ipv6 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 } }] |
| 9464 | 2026-08-31T09:38:56.526Z | |
| 9465 | 2026-08-31T09:38:56.526Z | 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 } }] |
| 9466 | 2026-08-31T09:38:56.526Z | 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 } }] |
| 9467 | 2026-08-31T09:38:56.526Z | Aug 31 09:38:54.703Aug 31 09:38:54.703Aug 31 09:38:54.703 INFODEBG DEBG adding route 172.17.0.21/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 } }] |
| 9468 | 2026-08-31T09:38:56.526Z | Aug 31 09:38:54.703Aug 31 09:38:54.693 |
| 9469 | 2026-08-31T09:38:56.526Z | reset freemapDEBG , INFOunitcreated new freemap :Aug 31 09:38:54.703Aug 31 09:38:54.703, adding route 3fff:beef:a::/64 -> 2001:db8::55:ffunit |
| 9470 | 2026-08-31T09:38:56.526Z | freemap_route_ipv6INFO |
| 9471 | 2026-08-31T09:38:56.526Z | : adding route 172.17.0.11/32 -> 10.0.0.255DEBGfreemap_route_ipv4 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 } }] |
| 9472 | 2026-08-31T09:38:56.526Z | |
| 9473 | 2026-08-31T09:38:56.526Z | Aug 31 09:38:54.703 |
| 9474 | 2026-08-31T09:38:56.526Z | DEBGAug 31 09:38:54.703 Aug 31 09:38:54.703replacing 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 } }] |
| 9475 | 2026-08-31T09:38:56.526Z | INFOAug 31 09:38:54.703Aug 31 09:38:54.703 DEBG INFOINFOadding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9476 | 2026-08-31T09:38:56.526Z | Aug 31 09:38:54.703 |
| 9477 | 2026-08-31T09:38:56.526Z | created new freemapadding route 172.17.0.53/32 -> 10.0.0.255Aug 31 09:38:54.703, |
| 9478 | 2026-08-31T09:38:56.526Z | unit:Aug 31 09:38:54.703 freemap_route_ipv6DEBG |
| 9479 | 2026-08-31T09:38:56.526Z | 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 31 09:38:54.703 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 31 09:38:54.703 |
| 9480 | 2026-08-31T09:38:56.526Z | INFO Aug 31 09:38:54.703adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 9481 | 2026-08-31T09:38:56.530Z | DEBG DEBGreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9482 | 2026-08-31T09:38:56.530Z | initted freemap. size: 64, unit: freemap_route_ipv4 |
| 9483 | 2026-08-31T09:38:56.530Z | Aug 31 09:38:54.711Aug 31 09:38:54.711 DEBGINFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9484 | 2026-08-31T09:38:56.531Z | |
| 9485 | 2026-08-31T09:38:56.531Z | Aug 31 09:38:54.711Aug 31 09:38:54.711 Aug 31 09:38:54.711DEBGDEBG INFOreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap |
| 9486 | 2026-08-31T09:38:56.531Z | , unit :adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 9487 | 2026-08-31T09:38:56.531Z | freemap_route_ipv4 |
| 9488 | 2026-08-31T09:38:56.531Z | Aug 31 09:38:54.711 DEBGAug 31 09:38:54.711 INFOreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 9489 | 2026-08-31T09:38:56.531Z | Aug 31 09:38:54.711adding route 172.17.0.55/32 -> 10.0.0.255 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 } }] |
| 9490 | 2026-08-31T09:38:56.531Z | |
| 9491 | 2026-08-31T09:38:56.531Z | initted freemap. size: 64, Aug 31 09:38:54.711unit Aug 31 09:38:54.711Aug 31 09:38:54.711DEBG :INFO INFOfreemap_route_ipv6 |
| 9492 | 2026-08-31T09:38:56.531Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 9493 | 2026-08-31T09:38:56.531Z | |
| 9494 | 2026-08-31T09:38:56.531Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 9495 | 2026-08-31T09:38:56.531Z | Aug 31 09:38:54.711Aug 31 09:38:54.711 Aug 31 09:38:54.711DEBG INFOreset freemapAug 31 09:38:54.711, unitadding route 172.17.0.56/32 -> 10.0.0.255 :DEBG |
| 9496 | 2026-08-31T09:38:56.531Z | freemap_route_ipv6DEBGreplacing 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 } }] |
| 9497 | 2026-08-31T09:38:56.531Z | |
| 9498 | 2026-08-31T09:38:56.532Z | 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 } }] |
| 9499 | 2026-08-31T09:38:56.532Z | Aug 31 09:38:54.711 DEBGAug 31 09:38:54.711 |
| 9500 | 2026-08-31T09:38:56.532Z | 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 } }] |
| 9501 | 2026-08-31T09:38:56.532Z | Aug 31 09:38:54.711 INFO Aug 31 09:38:54.711INFO INFOAug 31 09:38:54.711Aug 31 09:38:54.711adding route 172.17.0.13/32 -> 10.0.0.255 |
| 9502 | 2026-08-31T09:38:56.532Z | INFOINFO adding route 172.17.0.57/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9503 | 2026-08-31T09:38:56.532Z | |
| 9504 | 2026-08-31T09:38:56.532Z | Aug 31 09:38:54.711 |
| 9505 | 2026-08-31T09:38:56.532Z | DEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9506 | 2026-08-31T09:38:56.532Z | |
| 9507 | 2026-08-31T09:38:56.532Z | Aug 31 09:38:54.711Aug 31 09:38:54.711 Aug 31 09:38:54.711DEBG DEBG DEBG Aug 31 09:38:54.711replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.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 } }] |
| 9508 | 2026-08-31T09:38:56.532Z | |
| 9509 | 2026-08-31T09:38:56.532Z | |
| 9510 | 2026-08-31T09:38:56.532Z | Aug 31 09:38:54.711INFO DEBGAug 31 09:38:54.711adding route 172.17.0.14/32 -> 10.0.0.255 Aug 31 09:38:54.711 |
| 9511 | 2026-08-31T09:38:56.532Z | Aug 31 09:38:54.711 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 } }] |
| 9512 | 2026-08-31T09:38:56.532Z | INFO INFOadding route 172.17.0.24/32 -> 10.0.0.255 |
| 9513 | 2026-08-31T09:38:56.532Z | adding route 172.17.0.58/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 31 09:38:54.711 |
| 9514 | 2026-08-31T09:38:56.532Z | Aug 31 09:38:54.711 |
| 9515 | 2026-08-31T09:38:56.532Z | Aug 31 09:38:54.711 INFODEBG DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:38:54.712 |
| 9516 | 2026-08-31T09:38:56.532Z | |
| 9517 | 2026-08-31T09:38:56.532Z | DEBG DEBGreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9518 | 2026-08-31T09:38:56.532Z | created new freemapAug 31 09:38:54.712 , Aug 31 09:38:54.712INFOunit :Aug 31 09:38:54.712INFO freemap_route_ipv4 DEBGadding route 172.17.0.25/32 -> 10.0.0.255 |
| 9519 | 2026-08-31T09:38:56.532Z | 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 172.17.0.59/32 -> 10.0.0.255 |
| 9520 | 2026-08-31T09:38:56.532Z | |
| 9521 | 2026-08-31T09:38:56.532Z | |
| 9522 | 2026-08-31T09:38:56.532Z | Aug 31 09:38:54.712Aug 31 09:38:54.712Aug 31 09:38:54.712 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 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 9523 | 2026-08-31T09:38:56.533Z | |
| 9524 | 2026-08-31T09:38:56.533Z | 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 } }]Aug 31 09:38:54.712 |
| 9525 | 2026-08-31T09:38:56.533Z | Aug 31 09:38:54.712INFO DEBGAug 31 09:38:54.712 adding route 172.17.0.60/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 } }]Aug 31 09:38:54.712 |
| 9526 | 2026-08-31T09:38:56.533Z | DEBG |
| 9527 | 2026-08-31T09:38:56.533Z | created new freemapINFO , adding route 172.17.0.26/32 -> 10.0.0.255unitAug 31 09:38:54.712 |
| 9528 | 2026-08-31T09:38:56.533Z | :Aug 31 09:38:54.712 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 9529 | 2026-08-31T09:38:56.533Z | |
| 9530 | 2026-08-31T09:38:56.533Z | Aug 31 09:38:54.712Aug 31 09:38:54.712Aug 31 09:38:54.712 DEBGDEBG DEBGreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 9531 | 2026-08-31T09:38:56.533Z | initted freemap. size: 64 |
| 9532 | 2026-08-31T09:38:56.533Z | , unit: freemap_route_ipv4Aug 31 09:38:54.712 |
| 9533 | 2026-08-31T09:38:56.533Z | INFO 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 } }] |
| 9534 | 2026-08-31T09:38:56.533Z | Aug 31 09:38:54.712Aug 31 09:38:54.712 Aug 31 09:38:54.712adding route 172.17.0.27/32 -> 10.0.0.255 Aug 31 09:38:54.712INFO |
| 9535 | 2026-08-31T09:38:56.533Z | Aug 31 09:38:54.703DEBGINFO INFO DEBG adding route 172.17.0.15/32 -> 10.0.0.255 reset freemapadding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 31 09:38:54.712 |
| 9536 | 2026-08-31T09:38:56.533Z | |
| 9537 | 2026-08-31T09:38:56.533Z | DEBG, unitreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:created new freemap |
| 9538 | 2026-08-31T09:38:56.533Z | test route::tests::delete_target_fragmented ... ok |
| 9539 | 2026-08-31T09:38:56.534Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 9540 | 2026-08-31T09:38:56.534Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 9541 | 2026-08-31T09:38:56.534Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 31 09:38:54.712 , DEBGfreemap_route_ipv4 |
| 9542 | 2026-08-31T09:38:56.534Z | |
| 9543 | 2026-08-31T09:38:56.534Z | 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 } }] |
| 9544 | 2026-08-31T09:38:56.534Z | Aug 31 09:38:54.712 unitINFO: Aug 31 09:38:54.712adding route 172.17.0.28/32 -> 10.0.0.255Aug 31 09:38:54.712Aug 31 09:38:54.712freemap_route_ipv4 |
| 9545 | 2026-08-31T09:38:56.534Z | |
| 9546 | 2026-08-31T09:38:56.534Z | DEBGINFOAug 31 09:38:54.712 DEBGAug 31 09:38:54.712 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffreplacing 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 } }] DEBGDEBG |
| 9547 | 2026-08-31T09:38:56.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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 9548 | 2026-08-31T09:38:56.534Z | Aug 31 09:38:54.712 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 |
| 9549 | 2026-08-31T09:38:56.534Z | initted freemap. size: 64, unit |
| 9550 | 2026-08-31T09:38:56.534Z | :Aug 31 09:38:54.712Aug 31 09:38:54.712created new freemap DEBGINFO, Aug 31 09:38:54.712freemap_route_ipv6unit : |
| 9551 | 2026-08-31T09:38:56.534Z | INFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv6Aug 31 09:38:54.712adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9552 | 2026-08-31T09:38:56.534Z | DEBGadding route 172.17.0.16/32 -> 10.0.0.255 |
| 9553 | 2026-08-31T09:38:56.534Z | |
| 9554 | 2026-08-31T09:38:56.535Z | reset freemap |
| 9555 | 2026-08-31T09:38:56.535Z | , Aug 31 09:38:54.712Aug 31 09:38:54.712unitAug 31 09:38:54.712 DEBGAug 31 09:38:54.712: DEBG 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 } }]freemap_route_ipv6 |
| 9556 | 2026-08-31T09:38:56.535Z | 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 } }] |
| 9557 | 2026-08-31T09:38:56.535Z | adding route 3fff:dead::/64 -> 2001:db8::55:3DEBGAug 31 09:38:54.712 |
| 9558 | 2026-08-31T09:38:56.535Z | initted freemap. size: 64INFO, Aug 31 09:38:54.712 adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 9559 | 2026-08-31T09:38:56.535Z | Aug 31 09:38:54.712unit : |
| 9560 | 2026-08-31T09:38:56.535Z | INFOAug 31 09:38:54.712INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9561 | 2026-08-31T09:38:56.535Z | freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 9562 | 2026-08-31T09:38:56.535Z | |
| 9563 | 2026-08-31T09:38:56.535Z | Aug 31 09:38:54.712Aug 31 09:38:54.712 DEBG Aug 31 09:38:54.712Aug 31 09:38:54.712replacing 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 } }]INFOAug 31 09:38:54.712 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 } }]DEBG |
| 9564 | 2026-08-31T09:38:56.535Z | DEBGreset freemap , |
| 9565 | 2026-08-31T09:38:56.535Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]unit: |
| 9566 | 2026-08-31T09:38:56.535Z | freemap_route_ipv4 adding route 172.17.0.17/32 -> 10.0.0.255Aug 31 09:38:54.712replacing 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 } }] |
| 9567 | 2026-08-31T09:38:56.535Z | Aug 31 09:38:54.712Aug 31 09:38:54.712 |
| 9568 | 2026-08-31T09:38:56.535Z | INFO |
| 9569 | 2026-08-31T09:38:56.535Z | INFO adding route 172.17.0.31/32 -> 10.0.0.255INFO |
| 9570 | 2026-08-31T09:38:56.535Z | Aug 31 09:38:54.712 Aug 31 09:38:54.712adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 9571 | 2026-08-31T09:38:56.535Z | Aug 31 09:38:54.712 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9572 | 2026-08-31T09:38:56.535Z | INFOAug 31 09:38:54.712Aug 31 09:38:54.712 initted freemap. size: 64DEBGDEBG , 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 } }]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 } }] |
| 9573 | 2026-08-31T09:38:56.535Z | |
| 9574 | 2026-08-31T09:38:56.535Z | 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 } }] |
| 9575 | 2026-08-31T09:38:56.535Z | :adding route 3fff:beef:15::/64 -> 2001:db8::55:ff freemap_route_ipv6 |
| 9576 | 2026-08-31T09:38:56.535Z | |
| 9577 | 2026-08-31T09:38:56.535Z | Aug 31 09:38:54.712 Aug 31 09:38:54.712Aug 31 09:38:54.712Aug 31 09:38:54.712Aug 31 09:38:54.712DEBG INFOAug 31 09:38:54.712 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.32/32 -> 10.0.0.255 |
| 9578 | 2026-08-31T09:38:56.535Z | DEBG |
| 9579 | 2026-08-31T09:38:56.535Z | 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 |
| 9580 | 2026-08-31T09:38:56.535Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 31 09:38:54.712reset freemap |
| 9581 | 2026-08-31T09:38:56.540Z | , Aug 31 09:38:54.712 INFO unitDEBGAug 31 09:38:54.712Aug 31 09:38:54.712: DEBGfreemap_route_ipv6 |
| 9582 | 2026-08-31T09:38:56.540Z | INFO replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9583 | 2026-08-31T09:38:56.540Z | 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 } }] |
| 9584 | 2026-08-31T09:38:56.541Z | Aug 31 09:38:54.712adding route 3fff:beef:16::/64 -> 2001:db8::55:ff adding route 172.17.0.18/32 -> 10.0.0.255INFOAug 31 09:38:54.712 |
| 9585 | 2026-08-31T09:38:56.541Z | replacing targets for 3fff:dead::/64 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 31 09:38:54.712adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 9586 | 2026-08-31T09:38:56.541Z | |
| 9587 | 2026-08-31T09:38:56.541Z | Aug 31 09:38:54.712 |
| 9588 | 2026-08-31T09:38:56.541Z | adding route 172.17.0.33/32 -> 10.0.0.255INFO |
| 9589 | 2026-08-31T09:38:56.541Z | DEBGAug 31 09:38:54.712adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9590 | 2026-08-31T09:38:56.541Z | 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 31 09:38:54.712DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 31 09:38:54.712Aug 31 09:38:54.712 |
| 9591 | 2026-08-31T09:38:56.541Z | WARN |
| 9592 | 2026-08-31T09:38:56.541Z | DEBG 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 } }]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 } }] |
| 9593 | 2026-08-31T09:38:56.541Z | Aug 31 09:38:54.712Aug 31 09:38:54.712 |
| 9594 | 2026-08-31T09:38:56.541Z | Aug 31 09:38:54.720 DEBGAug 31 09:38:54.721 INFO INFOreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 9595 | 2026-08-31T09:38:56.542Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 9596 | 2026-08-31T09:38:56.542Z | |
| 9597 | 2026-08-31T09:38:56.542Z | Aug 31 09:38:54.721INFO Aug 31 09:38:54.721DEBGadding route 172.17.0.34/32 -> 10.0.0.255Aug 31 09:38:54.721 |
| 9598 | 2026-08-31T09:38:56.542Z | DEBGDEBG failed to allocate space for the new target list |
| 9599 | 2026-08-31T09:38:56.542Z | replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9600 | 2026-08-31T09:38:56.542Z | |
| 9601 | 2026-08-31T09:38:56.542Z | Aug 31 09:38:54.721 Aug 31 09:38:54.721DEBG 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 } }]DEBG |
| 9602 | 2026-08-31T09:38:56.542Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9603 | 2026-08-31T09:38:56.542Z | Aug 31 09:38:54.721 INFO |
| 9604 | 2026-08-31T09:38:56.542Z | Aug 31 09:38:54.721adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9605 | 2026-08-31T09:38:56.542Z | INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 31 09:38:54.721 |
| 9606 | 2026-08-31T09:38:56.542Z | Aug 31 09:38:54.721 Aug 31 09:38:54.721INFOINFOAug 31 09:38:54.721 DEBGadding route 172.17.0.19/32 -> 10.0.0.255 |
| 9607 | 2026-08-31T09:38:56.542Z | replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 9608 | 2026-08-31T09:38:56.542Z | DEBG |
| 9609 | 2026-08-31T09:38:56.542Z | replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:38:54.721 |
| 9610 | 2026-08-31T09:38:56.543Z | Aug 31 09:38:54.721 DEBGINFO replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255Aug 31 09:38:54.721 |
| 9611 | 2026-08-31T09:38:56.543Z | |
| 9612 | 2026-08-31T09:38:56.543Z | Aug 31 09:38:54.721DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 9613 | 2026-08-31T09:38:56.543Z | Aug 31 09:38:54.721 Aug 31 09:38:54.721 DEBGINFO Aug 31 09:38:54.721adding route 172.17.0.20/32 -> 10.0.0.255 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 9614 | 2026-08-31T09:38:56.543Z | |
| 9615 | 2026-08-31T09:38:56.543Z | INFO |
| 9616 | 2026-08-31T09:38:56.543Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 9617 | 2026-08-31T09:38:56.543Z | Aug 31 09:38:54.721Aug 31 09:38:54.721 DEBG DEBGreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 09:38:54.721 |
| 9618 | 2026-08-31T09:38:56.543Z | replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:38:54.721DEBG INFOAug 31 09:38:54.721 adding route 172.17.0.37/32 -> 10.0.0.255INFO |
| 9619 | 2026-08-31T09:38:56.543Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9620 | 2026-08-31T09:38:56.543Z | 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 } }] |
| 9621 | 2026-08-31T09:38:56.543Z | |
| 9622 | 2026-08-31T09:38:56.543Z | Aug 31 09:38:54.721 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 9623 | 2026-08-31T09:38:56.543Z | Aug 31 09:38:54.721Aug 31 09:38:54.721 DEBGDEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 9624 | 2026-08-31T09:38:56.543Z | |
| 9625 | 2026-08-31T09:38:56.544Z | Aug 31 09:38:54.712Aug 31 09:38:54.721 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2INFO |
| 9626 | 2026-08-31T09:38:56.544Z | Aug 31 09:38:54.721adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 31 09:38:54.721 INFO |
| 9627 | 2026-08-31T09:38:56.544Z | INFOAug 31 09:38:54.721 adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9628 | 2026-08-31T09:38:56.544Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 9629 | 2026-08-31T09:38:56.544Z | |
| 9630 | 2026-08-31T09:38:56.544Z | Aug 31 09:38:54.721Aug 31 09:38:54.721 DEBGDEBGAug 31 09:38:54.721 Aug 31 09:38:54.721 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 |
| 9631 | 2026-08-31T09:38:56.544Z | 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 } }]replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 9632 | 2026-08-31T09:38:56.544Z | |
| 9633 | 2026-08-31T09:38:56.544Z | |
| 9634 | 2026-08-31T09:38:56.544Z | Aug 31 09:38:54.721Aug 31 09:38:54.721 Aug 31 09:38:54.721INFOINFO DEBG adding route 172.17.0.23/32 -> 10.0.0.255adding route 3fff:beef:5::/64 -> 2001:db8::55:ff Aug 31 09:38:54.721 |
| 9635 | 2026-08-31T09:38:56.544Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 9636 | 2026-08-31T09:38:56.544Z | INFO |
| 9637 | 2026-08-31T09:38:56.544Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 9638 | 2026-08-31T09:38:56.544Z | Aug 31 09:38:54.721 Aug 31 09:38:54.721DEBG Aug 31 09:38:54.721 INFOreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9639 | 2026-08-31T09:38:56.544Z | 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 } }] |
| 9640 | 2026-08-31T09:38:56.545Z | Aug 31 09:38:54.721 |
| 9641 | 2026-08-31T09:38:56.545Z | DEBGAug 31 09:38:54.721 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 31 09:38:54.721 DEBGAug 31 09:38:54.721 |
| 9642 | 2026-08-31T09:38:56.545Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 31 09:38:54.721 |
| 9643 | 2026-08-31T09:38:56.545Z | INFOINFO Aug 31 09:38:54.721adding route 172.17.0.24/32 -> 10.0.0.255Aug 31 09:38:54.721 shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 9644 | 2026-08-31T09:38:56.545Z | INFO |
| 9645 | 2026-08-31T09:38:56.545Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG |
| 9646 | 2026-08-31T09:38:56.545Z | |
| 9647 | 2026-08-31T09:38:56.545Z | |
| 9648 | 2026-08-31T09:38:56.545Z | Aug 31 09:38:54.721 DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:38:54.721 |
| 9649 | 2026-08-31T09:38:56.545Z | 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 31 09:38:54.721Aug 31 09:38:54.721 |
| 9650 | 2026-08-31T09:38:56.545Z | WARN Aug 31 09:38:54.721shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 9651 | 2026-08-31T09:38:56.545Z | INFOAug 31 09:38:54.721 INFO adding route 172.17.0.25/32 -> 10.0.0.255DEBG adding route 172.17.0.38/32 -> 10.0.0.255DEBG |
| 9652 | 2026-08-31T09:38:56.545Z | 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 } }] |
| 9653 | 2026-08-31T09:38:56.545Z | |
| 9654 | 2026-08-31T09:38:56.545Z | 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 31 09:38:54.721 |
| 9655 | 2026-08-31T09:38:56.545Z | Aug 31 09:38:54.721DEBG DEBGreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:38:54.721 |
| 9656 | 2026-08-31T09:38:56.545Z | 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 31 09:38:54.721adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 9657 | 2026-08-31T09:38:56.545Z | Aug 31 09:38:54.721 |
| 9658 | 2026-08-31T09:38:56.545Z | INFO INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 172.17.0.26/32 -> 10.0.0.255 |
| 9659 | 2026-08-31T09:38:56.546Z | Aug 31 09:38:54.721 |
| 9660 | 2026-08-31T09:38:56.546Z | Aug 31 09:38:54.721 INFO DEBGAug 31 09:38:54.721 adding route 172.17.0.39/32 -> 10.0.0.255replacing 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 } }] |
| 9661 | 2026-08-31T09:38:56.546Z | Aug 31 09:38:54.721DEBG 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 |
| 9662 | 2026-08-31T09:38:56.546Z | |
| 9663 | 2026-08-31T09:38:56.546Z | Aug 31 09:38:54.721 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 |
| 9664 | 2026-08-31T09:38:56.546Z | Aug 31 09:38:54.721adding route 3fff:beef:8::/64 -> 2001:db8::55:ff Aug 31 09:38:54.721INFO |
| 9665 | 2026-08-31T09:38:56.546Z | adding route 172.17.0.27/32 -> 10.0.0.255DEBGAug 31 09:38:54.721 |
| 9666 | 2026-08-31T09:38:56.546Z | INFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 31 09:38:54.721Aug 31 09:38:54.721 |
| 9667 | 2026-08-31T09:38:56.546Z | DEBG |
| 9668 | 2026-08-31T09:38:56.546Z | DEBGreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:38:54.721 |
| 9669 | 2026-08-31T09:38:56.546Z | 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 |
| 9670 | 2026-08-31T09:38:56.546Z | 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 } }] |
| 9671 | 2026-08-31T09:38:56.546Z | Aug 31 09:38:54.721Aug 31 09:38:54.721 INFOINFO Aug 31 09:38:54.721Aug 31 09:38:54.721adding route 172.17.0.28/32 -> 10.0.0.255 |
| 9672 | 2026-08-31T09:38:56.546Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9673 | 2026-08-31T09:38:56.546Z | INFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 31 09:38:54.721Aug 31 09:38:54.721 |
| 9674 | 2026-08-31T09:38:56.546Z | |
| 9675 | 2026-08-31T09:38:56.546Z | DEBG DEBGreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9676 | 2026-08-31T09:38:56.546Z | Aug 31 09:38:54.721replacing 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 } }] |
| 9677 | 2026-08-31T09:38:56.546Z | DEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:38:54.721 |
| 9678 | 2026-08-31T09:38:56.546Z | Aug 31 09:38:54.721DEBG Aug 31 09:38:54.721 INFOINFOAug 31 09:38:54.721 adding route 172.17.0.41/32 -> 10.0.0.255replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9679 | 2026-08-31T09:38:56.546Z | INFO |
| 9680 | 2026-08-31T09:38:56.546Z | |
| 9681 | 2026-08-31T09:38:56.550Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 9682 | 2026-08-31T09:38:56.550Z | Aug 31 09:38:54.721 DEBGAug 31 09:38:54.721 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 31 09:38:54.721DEBGAug 31 09:38:54.721 replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9683 | 2026-08-31T09:38:56.550Z | |
| 9684 | 2026-08-31T09:38:56.550Z | DEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 9685 | 2026-08-31T09:38:56.550Z | 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 } }] |
| 9686 | 2026-08-31T09:38:56.550Z | Aug 31 09:38:54.721 INFOAug 31 09:38:54.721 Aug 31 09:38:54.721 Aug 31 09:38:54.721 INFODEBGadding route 172.17.0.42/32 -> 10.0.0.255 adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9687 | 2026-08-31T09:38:56.550Z | 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 } }] |
| 9688 | 2026-08-31T09:38:56.550Z | INFO |
| 9689 | 2026-08-31T09:38:56.550Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 9690 | 2026-08-31T09:38:56.550Z | Aug 31 09:38:54.721Aug 31 09:38:54.721 Aug 31 09:38:54.712Aug 31 09:38:54.721DEBG INFODEBG 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 31 09:38:54.721DEBG |
| 9691 | 2026-08-31T09:38:56.550Z | 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 } }]created new freemap , DEBGunit |
| 9692 | 2026-08-31T09:38:56.550Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 31 09:38:54.721: |
| 9693 | 2026-08-31T09:38:56.550Z | freemap_route_ipv4INFOreplacing 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 } }] |
| 9694 | 2026-08-31T09:38:56.550Z | Aug 31 09:38:54.721 Aug 31 09:38:54.729DEBG adding route 172.17.0.31/32 -> 10.0.0.255replacing 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 } }] |
| 9695 | 2026-08-31T09:38:56.550Z | DEBG |
| 9696 | 2026-08-31T09:38:56.550Z | created new freemap, unitAug 31 09:38:54.729: DEBGfreemap_route_ipv6 |
| 9697 | 2026-08-31T09:38:56.550Z | 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 } }] |
| 9698 | 2026-08-31T09:38:56.550Z | Aug 31 09:38:54.729 INFO |
| 9699 | 2026-08-31T09:38:56.550Z | Aug 31 09:38:54.729Aug 31 09:38:54.729 INFOadding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 31 09:38:54.721 DEBGadding route 172.17.0.32/32 -> 10.0.0.255 DEBGinitted freemap. size: 64 |
| 9700 | 2026-08-31T09:38:56.550Z | , created new freemap |
| 9701 | 2026-08-31T09:38:56.550Z | unit, Aug 31 09:38:54.729 : INFOfreemap_route_ipv4unit |
| 9702 | 2026-08-31T09:38:56.550Z | Aug 31 09:38:54.729Aug 31 09:38:54.729: freemap_route_ipv4DEBG |
| 9703 | 2026-08-31T09:38:56.550Z | Aug 31 09:38:54.729replacing 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:22::/64 -> 2001:db8::55:ff |
| 9704 | 2026-08-31T09:38:56.550Z | |
| 9705 | 2026-08-31T09:38:56.550Z | DEBGDEBG Aug 31 09:38:54.729 reset freemapINFOreplacing 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 } }] , |
| 9706 | 2026-08-31T09:38:56.551Z | unit:Aug 31 09:38:54.729 adding route 3fff:beef:d::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 9707 | 2026-08-31T09:38:56.551Z | Aug 31 09:38:54.729DEBG INFO Aug 31 09:38:54.729 |
| 9708 | 2026-08-31T09:38:56.551Z | created new freemapAug 31 09:38:54.729, unit adding route 172.17.0.33/32 -> 10.0.0.255DEBG :initted freemap. size: 64 |
| 9709 | 2026-08-31T09:38:56.551Z | , DEBG unitreplacing 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 } }]:freemap_route_ipv6 |
| 9710 | 2026-08-31T09:38:56.551Z | freemap_route_ipv6Aug 31 09:38:54.729 |
| 9711 | 2026-08-31T09:38:56.551Z | |
| 9712 | 2026-08-31T09:38:56.551Z | Aug 31 09:38:54.729 DEBGDEBGAug 31 09:38:54.729 Aug 31 09:38:54.729replacing 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 } }] |
| 9713 | 2026-08-31T09:38:56.551Z | 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 31 09:38:54.729 |
| 9714 | 2026-08-31T09:38:56.551Z | INFODEBGAug 31 09:38:54.729 reset freemap DEBGINFO , initted freemap. size: 64adding route 172.17.0.34/32 -> 10.0.0.255, unitunitadding route 3fff:beef:23::/64 -> 2001:db8::55:ff: |
| 9715 | 2026-08-31T09:38:56.551Z | : |
| 9716 | 2026-08-31T09:38:56.551Z | Aug 31 09:38:54.729 freemap_route_ipv6freemap_route_ipv4 |
| 9717 | 2026-08-31T09:38:56.551Z | |
| 9718 | 2026-08-31T09:38:56.552Z | INFOAug 31 09:38:54.729Aug 31 09:38:54.729 Aug 31 09:38:54.729adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 9719 | 2026-08-31T09:38:56.552Z | INFODEBG 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 } }] adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9720 | 2026-08-31T09:38:56.552Z | |
| 9721 | 2026-08-31T09:38:56.552Z | Aug 31 09:38:54.729 |
| 9722 | 2026-08-31T09:38:56.552Z | DEBG reset freemapAug 31 09:38:54.729Aug 31 09:38:54.729Aug 31 09:38:54.729 DEBGINFO DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 9723 | 2026-08-31T09:38:56.552Z | adding route 172.17.0.35/32 -> 10.0.0.255, Aug 31 09:38:54.729replacing 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 } }]unit |
| 9724 | 2026-08-31T09:38:56.552Z | : |
| 9725 | 2026-08-31T09:38:56.552Z | freemap_route_ipv4 |
| 9726 | 2026-08-31T09:38:56.552Z | INFOAug 31 09:38:54.729 Aug 31 09:38:54.729 Aug 31 09:38:54.729 Aug 31 09:38:54.729 INFODEBGDEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 9727 | 2026-08-31T09:38:56.552Z | adding route 3fff:dead::/64 -> 2001:db8::55:2initted freemap. size: 64 |
| 9728 | 2026-08-31T09:38:56.552Z | , replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 9729 | 2026-08-31T09:38:56.552Z | :Aug 31 09:38:54.729 DEBGAug 31 09:38:54.729 freemap_route_ipv6replacing 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 } }] |
| 9730 | 2026-08-31T09:38:56.552Z | Aug 31 09:38:54.729 |
| 9731 | 2026-08-31T09:38:56.552Z | INFO adding route 172.17.0.36/32 -> 10.0.0.255DEBG |
| 9732 | 2026-08-31T09:38:56.552Z | Aug 31 09:38:54.729 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 9733 | 2026-08-31T09:38:56.552Z | Aug 31 09:38:54.729Aug 31 09:38:54.729 DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG |
| 9734 | 2026-08-31T09:38:56.552Z | Aug 31 09:38:54.729reset freemap, unitINFO: Aug 31 09:38:54.729adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 9735 | 2026-08-31T09:38:56.552Z | 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 |
| 9736 | 2026-08-31T09:38:56.552Z | freemap_route_ipv6replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9737 | 2026-08-31T09:38:56.552Z | |
| 9738 | 2026-08-31T09:38:56.552Z | Aug 31 09:38:54.729 Aug 31 09:38:54.729 INFO DEBGadding route 172.17.0.37/32 -> 10.0.0.255 |
| 9739 | 2026-08-31T09:38:56.553Z | Aug 31 09:38:54.729Aug 31 09:38:54.729 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 9740 | 2026-08-31T09:38:56.553Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 09:38:54.729 |
| 9741 | 2026-08-31T09:38:56.553Z | 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 } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 9742 | 2026-08-31T09:38:56.553Z | Aug 31 09:38:54.729 |
| 9743 | 2026-08-31T09:38:56.553Z | Aug 31 09:38:54.729 DEBGINFO Aug 31 09:38:54.729replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9744 | 2026-08-31T09:38:56.553Z | |
| 9745 | 2026-08-31T09:38:56.553Z | INFO Aug 31 09:38:54.729adding route 172.17.0.38/32 -> 10.0.0.255Aug 31 09:38:54.729 |
| 9746 | 2026-08-31T09:38:56.553Z | Aug 31 09:38:54.729DEBG 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 } }]Aug 31 09:38:54.729DEBG 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9747 | 2026-08-31T09:38:56.553Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 9748 | 2026-08-31T09:38:56.553Z | DEBG |
| 9749 | 2026-08-31T09:38:56.553Z | 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 } }] |
| 9750 | 2026-08-31T09:38:56.553Z | |
| 9751 | 2026-08-31T09:38:56.553Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 9752 | 2026-08-31T09:38:56.553Z | Aug 31 09:38:54.729 Aug 31 09:38:54.729DEBG INFOAug 31 09:38:54.729Aug 31 09:38:54.729 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 9753 | 2026-08-31T09:38:56.554Z | |
| 9754 | 2026-08-31T09:38:56.554Z | INFOAug 31 09:38:54.721 adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 9755 | 2026-08-31T09:38:56.554Z | Aug 31 09:38:54.738DEBGAug 31 09:38:54.738 DEBGDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 09:38:54.738 |
| 9756 | 2026-08-31T09:38:56.554Z | replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.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 } }] |
| 9757 | 2026-08-31T09:38:56.554Z | INFO |
| 9758 | 2026-08-31T09:38:56.554Z | Aug 31 09:38:54.738 adding route 172.17.0.43/32 -> 10.0.0.255INFO |
| 9759 | 2026-08-31T09:38:56.554Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 9760 | 2026-08-31T09:38:56.554Z | Aug 31 09:38:54.738Aug 31 09:38:54.738 Aug 31 09:38:54.738WARN INFOshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) DEBGAug 31 09:38:54.738 |
| 9761 | 2026-08-31T09:38:56.554Z | adding route 172.17.0.40/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 } }] |
| 9762 | 2026-08-31T09:38:56.554Z | |
| 9763 | 2026-08-31T09:38:56.554Z | DEBG Aug 31 09:38:54.738Aug 31 09:38:54.738DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 9764 | 2026-08-31T09:38:56.554Z | |
| 9765 | 2026-08-31T09:38:56.554Z | replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9766 | 2026-08-31T09:38:56.554Z | |
| 9767 | 2026-08-31T09:38:56.554Z | Aug 31 09:38:54.738Aug 31 09:38:54.738 DEBGAug 31 09:38:54.738 INFO INFO adding route 172.17.0.44/32 -> 10.0.0.255adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9768 | 2026-08-31T09:38:56.554Z | |
| 9769 | 2026-08-31T09:38:56.554Z | |
| 9770 | 2026-08-31T09:38:56.554Z | Aug 31 09:38:54.738Aug 31 09:38:54.738 Aug 31 09:38:54.738DEBG Aug 31 09:38:54.738 INFOINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 172.17.0.41/32 -> 10.0.0.255DEBG |
| 9771 | 2026-08-31T09:38:56.554Z | |
| 9772 | 2026-08-31T09:38:56.554Z | replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9773 | 2026-08-31T09:38:56.554Z | |
| 9774 | 2026-08-31T09:38:56.554Z | Aug 31 09:38:54.738Aug 31 09:38:54.738 DEBGDEBGAug 31 09:38:54.738 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 31 09:38:54.738 |
| 9775 | 2026-08-31T09:38:56.554Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 31 09:38:54.722replacing 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 } }] |
| 9776 | 2026-08-31T09:38:56.555Z | |
| 9777 | 2026-08-31T09:38:56.555Z | Aug 31 09:38:54.738INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9778 | 2026-08-31T09:38:56.555Z | Aug 31 09:38:54.738Aug 31 09:38:54.738INFO adding route 172.17.0.42/32 -> 10.0.0.255DEBGINFO 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 } }] |
| 9779 | 2026-08-31T09:38:56.555Z | |
| 9780 | 2026-08-31T09:38:56.555Z | Aug 31 09:38:54.738 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG |
| 9781 | 2026-08-31T09:38:56.559Z | created new freemapAug 31 09:38:54.738 , replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 9782 | 2026-08-31T09:38:56.559Z | :Aug 31 09:38:54.738INFO freemap_route_ipv4DEBG |
| 9783 | 2026-08-31T09:38:56.559Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9784 | 2026-08-31T09:38:56.559Z | |
| 9785 | 2026-08-31T09:38:56.559Z | Aug 31 09:38:54.738Aug 31 09:38:54.738 Aug 31 09:38:54.738Aug 31 09:38:54.738DEBG INFOINFO 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 } }] |
| 9786 | 2026-08-31T09:38:56.559Z | adding route 172.17.0.43/32 -> 10.0.0.255 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 } }] |
| 9787 | 2026-08-31T09:38:56.559Z | |
| 9788 | 2026-08-31T09:38:56.559Z | adding route 172.17.0.46/32 -> 10.0.0.255Aug 31 09:38:54.738 |
| 9789 | 2026-08-31T09:38:56.559Z | Aug 31 09:38:54.738DEBG Aug 31 09:38:54.738created new freemap INFODEBG , unitAug 31 09:38:54.738replacing 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 } }]: |
| 9790 | 2026-08-31T09:38:56.559Z | Aug 31 09:38:54.738INFOfreemap_route_ipv6 |
| 9791 | 2026-08-31T09:38:56.559Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 9792 | 2026-08-31T09:38:56.559Z | 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 31 09:38:54.738Aug 31 09:38:54.738Aug 31 09:38:54.738 DEBG |
| 9793 | 2026-08-31T09:38:56.559Z | initted freemap. size: 64, INFOunit :DEBG adding route 172.17.0.44/32 -> 10.0.0.255freemap_route_ipv4 |
| 9794 | 2026-08-31T09:38:56.559Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 9795 | 2026-08-31T09:38:56.559Z | Aug 31 09:38:54.738replacing 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 } }] |
| 9796 | 2026-08-31T09:38:56.559Z | |
| 9797 | 2026-08-31T09:38:56.559Z | INFOAug 31 09:38:54.738Aug 31 09:38:54.738 Aug 31 09:38:54.738DEBG DEBGreset freemap INFO, unitreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9798 | 2026-08-31T09:38:56.559Z | |
| 9799 | 2026-08-31T09:38:56.559Z | freemap_route_ipv4adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 31 09:38:54.738 |
| 9800 | 2026-08-31T09:38:56.559Z | |
| 9801 | 2026-08-31T09:38:56.559Z | 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 31 09:38:54.738 |
| 9802 | 2026-08-31T09:38:56.559Z | Aug 31 09:38:54.738 Aug 31 09:38:54.738 DEBGINFO replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.45/32 -> 10.0.0.255Aug 31 09:38:54.738 |
| 9803 | 2026-08-31T09:38:56.560Z | Aug 31 09:38:54.738 Aug 31 09:38:54.722INFO DEBG |
| 9804 | 2026-08-31T09:38:56.560Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 9805 | 2026-08-31T09:38:56.560Z | DEBGAug 31 09:38:54.738created new freemap , DEBGDEBG Aug 31 09:38:54.738replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:38:54.738 |
| 9806 | 2026-08-31T09:38:56.560Z | initted freemap. size: 64INFOunit DEBG, Aug 31 09:38:54.738:unitreplacing 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 |
| 9807 | 2026-08-31T09:38:56.560Z | freemap_route_ipv4 adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255freemap_route_ipv6 |
| 9808 | 2026-08-31T09:38:56.560Z | |
| 9809 | 2026-08-31T09:38:56.560Z | |
| 9810 | 2026-08-31T09:38:56.560Z | |
| 9811 | 2026-08-31T09:38:56.560Z | 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 31 09:38:54.738 |
| 9812 | 2026-08-31T09:38:56.560Z | Aug 31 09:38:54.738INFOAug 31 09:38:54.738 Aug 31 09:38:54.738Aug 31 09:38:54.738 DEBGDEBGDEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap |
| 9813 | 2026-08-31T09:38:56.560Z | DEBG |
| 9814 | 2026-08-31T09:38:56.560Z | created new freemapreplacing 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 31 09:38:54.738Aug 31 09:38:54.738unit |
| 9815 | 2026-08-31T09:38:56.560Z | :Aug 31 09:38:54.738INFO , adding route 172.17.0.47/32 -> 10.0.0.255INFOfreemap_route_ipv6 |
| 9816 | 2026-08-31T09:38:56.560Z | DEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 9817 | 2026-08-31T09:38:56.560Z | |
| 9818 | 2026-08-31T09:38:56.560Z | unit Aug 31 09:38:54.738replacing 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 31 09:38:54.738: |
| 9819 | 2026-08-31T09:38:56.560Z | Aug 31 09:38:54.738Aug 31 09:38:54.738INFO 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 } }]adding route 172.17.0.49/32 -> 10.0.0.255freemap_route_ipv6 |
| 9820 | 2026-08-31T09:38:56.560Z | |
| 9821 | 2026-08-31T09:38:56.560Z | Aug 31 09:38:54.738DEBG |
| 9822 | 2026-08-31T09:38:56.560Z | Aug 31 09:38:54.738INFO INFO adding route 172.17.0.48/32 -> 10.0.0.255Aug 31 09:38:54.738 |
| 9823 | 2026-08-31T09:38:56.560Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffinitted freemap. size: 64Aug 31 09:38:54.738 |
| 9824 | 2026-08-31T09:38:56.560Z | DEBG DEBG INFOAug 31 09:38:54.738 , 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 } }]unitreplacing 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-31T09:38:56.561Z | adding route 3fff:dead::/64 -> 2001:db8::55:1: |
| 9826 | 2026-08-31T09:38:56.561Z | DEBG |
| 9827 | 2026-08-31T09:38:56.561Z | replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4 |
| 9828 | 2026-08-31T09:38:56.561Z | Aug 31 09:38:54.738 |
| 9829 | 2026-08-31T09:38:56.561Z | Aug 31 09:38:54.738 Aug 31 09:38:54.738DEBGAug 31 09:38:54.738Aug 31 09:38:54.738 INFODEBGreplacing 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 INFOadding route 172.17.0.49/32 -> 10.0.0.255Aug 31 09:38:54.738 |
| 9830 | 2026-08-31T09:38:56.561Z | |
| 9831 | 2026-08-31T09:38:56.561Z | reset freemapINFO , Aug 31 09:38:54.738unitadding route 3fff:beef:17::/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 31 09:38:54.738 |
| 9832 | 2026-08-31T09:38:56.561Z | adding route 172.17.0.50/32 -> 10.0.0.255INFO |
| 9833 | 2026-08-31T09:38:56.561Z | |
| 9834 | 2026-08-31T09:38:56.561Z | :DEBG freemap_route_ipv4replacing 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 31 09:38:54.738Aug 31 09:38:54.738 |
| 9835 | 2026-08-31T09:38:56.561Z | |
| 9836 | 2026-08-31T09:38:56.561Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 9837 | 2026-08-31T09:38:56.561Z | Aug 31 09:38:54.738 DEBGAug 31 09:38:54.738 DEBGINFODEBG 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:dead::/64 -> 2001:db8::55:2initted freemap. size: 64 |
| 9838 | 2026-08-31T09:38:56.561Z | |
| 9839 | 2026-08-31T09:38:56.561Z | Aug 31 09:38:54.738, Aug 31 09:38:54.738 INFODEBG Aug 31 09:38:54.738adding route 172.17.0.50/32 -> 10.0.0.255unit |
| 9840 | 2026-08-31T09:38:56.561Z | :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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 31 09:38:54.738 |
| 9841 | 2026-08-31T09:38:56.561Z | freemap_route_ipv6 Aug 31 09:38:54.738 |
| 9842 | 2026-08-31T09:38:56.561Z | |
| 9843 | 2026-08-31T09:38:56.561Z | DEBG INFO replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:38:54.738adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 31 09:38:54.738Aug 31 09:38:54.738 |
| 9844 | 2026-08-31T09:38:56.561Z | |
| 9845 | 2026-08-31T09:38:56.561Z | test route::tests::delete_targets_fragmented ... ok |
| 9846 | 2026-08-31T09:38:56.561Z | DEBGINFOINFO Aug 31 09:38:54.738Aug 31 09:38:54.738 INFOreset freemap adding route 3fff:dead::/64 -> 2001:db8::55:3DEBGadding route 172.17.0.51/32 -> 10.0.0.255 |
| 9847 | 2026-08-31T09:38:56.561Z | , unitadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 9848 | 2026-08-31T09:38:56.561Z | : |
| 9849 | 2026-08-31T09:38:56.561Z | Aug 31 09:38:54.738freemap_route_ipv6 DEBG Aug 31 09:38:54.738replacing 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 } }] |
| 9850 | 2026-08-31T09:38:56.561Z | |
| 9851 | 2026-08-31T09:38:56.561Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 9852 | 2026-08-31T09:38:56.561Z | 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 } }]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 } }] |
| 9853 | 2026-08-31T09:38:56.561Z | test route::tests::add_target_fails_full ... ok |
| 9854 | 2026-08-31T09:38:56.561Z | |
| 9855 | 2026-08-31T09:38:56.561Z | Aug 31 09:38:54.738 Aug 31 09:38:54.738INFO Aug 31 09:38:54.738 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 9856 | 2026-08-31T09:38:56.562Z | INFOreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9857 | 2026-08-31T09:38:56.562Z | adding route 172.17.0.52/32 -> 10.0.0.255Aug 31 09:38:54.738 |
| 9858 | 2026-08-31T09:38:56.562Z | INFOAug 31 09:38:54.738 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFO |
| 9859 | 2026-08-31T09:38:56.562Z | Aug 31 09:38:54.738adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 31 09:38:54.738 Aug 31 09:38:54.738 |
| 9860 | 2026-08-31T09:38:56.562Z | 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 } }] INFO |
| 9861 | 2026-08-31T09:38:56.562Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 31 09:38:54.738 |
| 9862 | 2026-08-31T09:38:56.562Z | Aug 31 09:38:54.738 DEBGDEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 31 09:38:54.738 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9863 | 2026-08-31T09:38:56.562Z | |
| 9864 | 2026-08-31T09:38:56.562Z | Aug 31 09:38:54.738INFO 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 31 09:38:54.738Aug 31 09:38:54.738adding route 172.17.0.53/32 -> 10.0.0.255 |
| 9865 | 2026-08-31T09:38:56.562Z | |
| 9866 | 2026-08-31T09:38:56.562Z | DEBG |
| 9867 | 2026-08-31T09:38:56.562Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 9868 | 2026-08-31T09:38:56.562Z | 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 31 09:38:54.738 |
| 9869 | 2026-08-31T09:38:56.562Z | Aug 31 09:38:54.738 DEBG Aug 31 09:38:54.738INFO 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 } }] |
| 9870 | 2026-08-31T09:38:56.562Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 9871 | 2026-08-31T09:38:56.562Z | 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 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 9872 | 2026-08-31T09:38:56.562Z | Aug 31 09:38:54.748 INFO |
| 9873 | 2026-08-31T09:38:56.562Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 31 09:38:54.748Aug 31 09:38:54.748 INFODEBG |
| 9874 | 2026-08-31T09:38:56.562Z | 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 31 09:38:54.748adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9875 | 2026-08-31T09:38:56.562Z | INFO |
| 9876 | 2026-08-31T09:38:56.562Z | adding route 172.17.0.51/32 -> 10.0.0.255Aug 31 09:38:54.748 |
| 9877 | 2026-08-31T09:38:56.562Z | DEBGAug 31 09:38:54.748 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 31 09:38:54.748 |
| 9878 | 2026-08-31T09:38:56.562Z | Aug 31 09:38:54.748 DEBG INFODEBGreplacing 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 31 09:38:54.748 |
| 9879 | 2026-08-31T09:38:56.562Z | 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 } }] |
| 9880 | 2026-08-31T09:38:56.562Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 31 09:38:54.748 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO |
| 9881 | 2026-08-31T09:38:56.566Z | adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9882 | 2026-08-31T09:38:56.566Z | |
| 9883 | 2026-08-31T09:38:56.566Z | Aug 31 09:38:54.748 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9884 | 2026-08-31T09:38:56.566Z | Aug 31 09:38:54.748 Aug 31 09:38:54.748 Aug 31 09:38:54.748 DEBGDEBG 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 } }] |
| 9885 | 2026-08-31T09:38:56.566Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 } }] |
| 9886 | 2026-08-31T09:38:56.566Z | |
| 9887 | 2026-08-31T09:38:56.566Z | Aug 31 09:38:54.739Aug 31 09:38:54.748 DEBGDEBGAug 31 09:38:54.748 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 |
| 9888 | 2026-08-31T09:38:56.566Z | Aug 31 09:38:54.748 created new freemapAug 31 09:38:54.748INFO , Aug 31 09:38:54.748DEBG adding route 172.17.0.56/32 -> 10.0.0.255INFO |
| 9889 | 2026-08-31T09:38:56.566Z | unit adding route 172.17.0.53/32 -> 10.0.0.255adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff : |
| 9890 | 2026-08-31T09:38:56.567Z | Aug 31 09:38:54.748 |
| 9891 | 2026-08-31T09:38:56.567Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG Aug 31 09:38:54.748Aug 31 09:38:54.748replacing 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 } }] |
| 9892 | 2026-08-31T09:38:56.567Z | DEBG |
| 9893 | 2026-08-31T09:38:56.567Z | 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 } }]freemap_route_ipv4 |
| 9894 | 2026-08-31T09:38:56.567Z | DEBG |
| 9895 | 2026-08-31T09:38:56.567Z | Aug 31 09:38:54.748 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 } }] |
| 9896 | 2026-08-31T09:38:56.567Z | INFOAug 31 09:38:54.748 adding route 172.17.0.57/32 -> 10.0.0.255INFO |
| 9897 | 2026-08-31T09:38:56.567Z | Aug 31 09:38:54.748adding route 172.17.0.54/32 -> 10.0.0.255Aug 31 09:38:54.748 DEBG |
| 9898 | 2026-08-31T09:38:56.567Z | created new freemapINFO, Aug 31 09:38:54.748unit adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 31 09:38:54.748: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 } }]DEBGfreemap_route_ipv6 |
| 9899 | 2026-08-31T09:38:56.567Z | 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 } }] |
| 9900 | 2026-08-31T09:38:56.567Z | |
| 9901 | 2026-08-31T09:38:56.567Z | |
| 9902 | 2026-08-31T09:38:56.567Z | Aug 31 09:38:54.748 DEBGAug 31 09:38:54.748 Aug 31 09:38:54.748 DEBGINFO initted freemap. size: 64adding route 172.17.0.55/32 -> 10.0.0.255replacing 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 } }] |
| 9903 | 2026-08-31T09:38:56.567Z | |
| 9904 | 2026-08-31T09:38:56.567Z | , unitAug 31 09:38:54.748: INFOfreemap_route_ipv4Aug 31 09:38:54.748 |
| 9905 | 2026-08-31T09:38:56.567Z | adding route 172.17.0.58/32 -> 10.0.0.255DEBG |
| 9906 | 2026-08-31T09:38:56.567Z | 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 31 09:38:54.748 |
| 9907 | 2026-08-31T09:38:56.567Z | Aug 31 09:38:54.748INFO DEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 31 09:38:54.748reset freemapAug 31 09:38:54.748 DEBG, INFOreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] unit |
| 9908 | 2026-08-31T09:38:56.567Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9909 | 2026-08-31T09:38:56.567Z | |
| 9910 | 2026-08-31T09:38:56.567Z | :Aug 31 09:38:54.748 Aug 31 09:38:54.748Aug 31 09:38:54.748freemap_route_ipv4 |
| 9911 | 2026-08-31T09:38:56.567Z | DEBG 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 } }] 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 } }] |
| 9912 | 2026-08-31T09:38:56.567Z | |
| 9913 | 2026-08-31T09:38:56.568Z | adding route 172.17.0.59/32 -> 10.0.0.255Aug 31 09:38:54.748 |
| 9914 | 2026-08-31T09:38:56.568Z | DEBGAug 31 09:38:54.748Aug 31 09:38:54.748 INFOINFOAug 31 09:38:54.748 adding route 172.17.0.57/32 -> 10.0.0.255adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff DEBG |
| 9915 | 2026-08-31T09:38:56.568Z | initted freemap. size: 64 |
| 9916 | 2026-08-31T09:38:56.568Z | 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 } }], |
| 9917 | 2026-08-31T09:38:56.568Z | unit:Aug 31 09:38:54.748Aug 31 09:38:54.748 DEBGfreemap_route_ipv6DEBG |
| 9918 | 2026-08-31T09:38:56.568Z | replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:38:54.748 |
| 9919 | 2026-08-31T09:38:56.568Z | 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 } }]Aug 31 09:38:54.748 |
| 9920 | 2026-08-31T09:38:56.568Z | Aug 31 09:38:54.748 DEBG adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9921 | 2026-08-31T09:38:56.568Z | INFO adding route 172.17.0.58/32 -> 10.0.0.255reset freemap |
| 9922 | 2026-08-31T09:38:56.568Z | , unit:Aug 31 09:38:54.748 freemap_route_ipv6DEBG |
| 9923 | 2026-08-31T09:38:56.568Z | Aug 31 09:38:54.748 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 31 09:38:54.748DEBG |
| 9924 | 2026-08-31T09:38:56.568Z | replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 09:38:54.748 |
| 9925 | 2026-08-31T09:38:56.568Z | INFOINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 31 09:38:54.748 |
| 9926 | 2026-08-31T09:38:56.568Z | adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 9927 | 2026-08-31T09:38:56.568Z | Aug 31 09:38:54.748 INFO failed to allocate space for the new target listadding route 172.17.0.59/32 -> 10.0.0.255 |
| 9928 | 2026-08-31T09:38:56.568Z | |
| 9929 | 2026-08-31T09:38:56.568Z | Aug 31 09:38:54.748 Aug 31 09:38:54.748 Aug 31 09:38:54.748DEBG Aug 31 09:38:54.748DEBG 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.2, vlan_id: None } }]DEBG |
| 9930 | 2026-08-31T09:38:56.568Z | 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 } }] |
| 9931 | 2026-08-31T09:38:56.568Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9932 | 2026-08-31T09:38:56.568Z | 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 } }] |
| 9933 | 2026-08-31T09:38:56.568Z | Aug 31 09:38:54.748 INFOAug 31 09:38:54.748 adding route 172.17.0.60/32 -> 10.0.0.255INFO |
| 9934 | 2026-08-31T09:38:56.568Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9935 | 2026-08-31T09:38:56.568Z | Aug 31 09:38:54.748 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 31 09:38:54.738Aug 31 09:38:54.748Aug 31 09:38:54.748 |
| 9936 | 2026-08-31T09:38:56.568Z | DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFO |
| 9937 | 2026-08-31T09:38:56.568Z | 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 } }] |
| 9938 | 2026-08-31T09:38:56.568Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 9939 | 2026-08-31T09:38:56.568Z | Aug 31 09:38:54.748adding route 3fff:beef:32::/64 -> 2001:db8::55:ff DEBGAug 31 09:38:54.748 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 } }] |
| 9940 | 2026-08-31T09:38:56.568Z | |
| 9941 | 2026-08-31T09:38:56.568Z | INFO adding route 172.16.0.0/32 -> 10.0.0.3Aug 31 09:38:54.748 |
| 9942 | 2026-08-31T09:38:56.568Z | test route::tests::same_size_non_subset_replace ... ok |
| 9943 | 2026-08-31T09:38:56.568Z | Aug 31 09:38:54.748INFO INFOadding route 172.17.0.61/32 -> 10.0.0.255Aug 31 09:38:54.748 |
| 9944 | 2026-08-31T09:38:56.568Z | DEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 9945 | 2026-08-31T09:38:56.568Z | Aug 31 09:38:54.748 |
| 9946 | 2026-08-31T09:38:56.568Z | DEBG Aug 31 09:38:54.748replacing 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 } }] |
| 9947 | 2026-08-31T09:38:56.568Z | DEBGAug 31 09:38:54.748Aug 31 09:38:54.748 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 } }]INFO |
| 9948 | 2026-08-31T09:38:56.568Z | replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:38:54.748adding route 172.16.0.0/32 -> 10.0.0.4 |
| 9949 | 2026-08-31T09:38:56.568Z | |
| 9950 | 2026-08-31T09:38:56.569Z | INFO adding route 172.17.0.62/32 -> 10.0.0.255 |
| 9951 | 2026-08-31T09:38:56.569Z | Aug 31 09:38:54.748 Aug 31 09:38:54.748Aug 31 09:38:54.748INFO Aug 31 09:38:54.748INFO DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 9952 | 2026-08-31T09:38:56.569Z | |
| 9953 | 2026-08-31T09:38:56.569Z | |
| 9954 | 2026-08-31T09:38:56.569Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 31 09:38:54.748 |
| 9955 | 2026-08-31T09:38:56.569Z | Aug 31 09:38:54.748INFO DEBGadding route 172.17.0.63/32 -> 10.0.0.255 |
| 9956 | 2026-08-31T09:38:56.569Z | 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 31 09:38:54.748 |
| 9957 | 2026-08-31T09:38:56.569Z | 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 31 09:38:54.748 |
| 9958 | 2026-08-31T09:38:56.569Z | Aug 31 09:38:54.748 DEBGINFO replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 9959 | 2026-08-31T09:38:56.569Z | |
| 9960 | 2026-08-31T09:38:56.569Z | Aug 31 09:38:54.748Aug 31 09:38:54.748Aug 31 09:38:54.748 Aug 31 09:38:54.748DEBG DEBG failed to allocate space for the new target listDEBG |
| 9961 | 2026-08-31T09:38:56.569Z | 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 172.16.0.0/32 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 } }] |
| 9962 | 2026-08-31T09:38:56.569Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 9963 | 2026-08-31T09:38:56.569Z | |
| 9964 | 2026-08-31T09:38:56.569Z | Aug 31 09:38:54.748 DEBGAug 31 09:38:54.748 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 9965 | 2026-08-31T09:38:56.569Z | 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 } }] |
| 9966 | 2026-08-31T09:38:56.569Z | Aug 31 09:38:54.748 INFOAug 31 09:38:54.748 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 31 09:38:54.748DEBG |
| 9967 | 2026-08-31T09:38:56.569Z | failed to allocate space for the new target listINFO |
| 9968 | 2026-08-31T09:38:56.569Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 9969 | 2026-08-31T09:38:56.569Z | Aug 31 09:38:54.748 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 } }] |
| 9970 | 2026-08-31T09:38:56.569Z | Aug 31 09:38:54.748 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 } }] |
| 9971 | 2026-08-31T09:38:56.570Z | Aug 31 09:38:54.748 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 31 09:38:54.748 |
| 9972 | 2026-08-31T09:38:56.570Z | INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 9973 | 2026-08-31T09:38:56.570Z | Aug 31 09:38:54.748 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: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 } }] |
| 9974 | 2026-08-31T09:38:56.570Z | Aug 31 09:38:54.748Aug 31 09:38:54.754 DEBGINFO created new freemapadding route 3fff:beef:37::/64 -> 2001:db8::55:ff, |
| 9975 | 2026-08-31T09:38:56.570Z | Aug 31 09:38:54.754 unitDEBG: 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 } }]freemap_route_ipv4 |
| 9976 | 2026-08-31T09:38:56.570Z | |
| 9977 | 2026-08-31T09:38:56.570Z | |
| 9978 | 2026-08-31T09:38:56.570Z | Aug 31 09:38:54.754 Aug 31 09:38:54.754INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 9979 | 2026-08-31T09:38:56.570Z | Aug 31 09:38:54.748DEBG DEBGcreated new freemap , replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit: |
| 9980 | 2026-08-31T09:38:56.570Z | freemap_route_ipv6Aug 31 09:38:54.754 |
| 9981 | 2026-08-31T09:38:56.574Z | DEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 09:38:54.754 |
| 9982 | 2026-08-31T09:38:56.575Z | INFOAug 31 09:38:54.754 DEBGAug 31 09:38:54.754 adding route 3fff:beef:27::/64 -> 2001:db8::55:ff initted freemap. size: 64INFO |
| 9983 | 2026-08-31T09:38:56.575Z | , unitadding route 3fff:beef:39::/64 -> 2001:db8::55:ff: |
| 9984 | 2026-08-31T09:38:56.575Z | freemap_route_ipv4Aug 31 09:38:54.754 |
| 9985 | 2026-08-31T09:38:56.575Z | DEBGAug 31 09:38:54.754 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 |
| 9986 | 2026-08-31T09:38:56.577Z | 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 } }] |
| 9987 | 2026-08-31T09:38:56.577Z | Aug 31 09:38:54.754Aug 31 09:38:54.754 Aug 31 09:38:54.754INFODEBG INFO reset freemapadding route 3fff:beef:28::/64 -> 2001:db8::55:ff, adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 9988 | 2026-08-31T09:38:56.577Z | unit |
| 9989 | 2026-08-31T09:38:56.577Z | : freemap_route_ipv4 |
| 9990 | 2026-08-31T09:38:56.577Z | Aug 31 09:38:54.754 DEBG Aug 31 09:38:54.754replacing 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 } }] |
| 9991 | 2026-08-31T09:38:56.577Z | DEBG Aug 31 09:38:54.754initted freemap. size: 64 , DEBGAug 31 09:38:54.754unit :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 } }] INFOfreemap_route_ipv6 |
| 9992 | 2026-08-31T09:38:56.577Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 9993 | 2026-08-31T09:38:56.577Z | |
| 9994 | 2026-08-31T09:38:56.577Z | Aug 31 09:38:54.754Aug 31 09:38:54.754 DEBGDEBG reset freemapreplacing 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 31 09:38:54.754, |
| 9995 | 2026-08-31T09:38:56.577Z | INFOunit :adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 9996 | 2026-08-31T09:38:56.577Z | freemap_route_ipv6 |
| 9997 | 2026-08-31T09:38:56.577Z | Aug 31 09:38:54.755 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9998 | 2026-08-31T09:38:56.577Z | Aug 31 09:38:54.755Aug 31 09:38:54.755 Aug 31 09:38:54.755INFODEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG |
| 9999 | 2026-08-31T09:38:56.577Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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: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 } }] |
| 10000 | 2026-08-31T09:38:56.577Z | |
| 10001 | 2026-08-31T09:38:56.577Z | Aug 31 09:38:54.755 DEBG Aug 31 09:38:54.755replacing 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 } }] |
| 10002 | 2026-08-31T09:38:56.577Z | INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 10003 | 2026-08-31T09:38:56.577Z | Aug 31 09:38:54.755Aug 31 09:38:54.755 INFOINFOAug 31 09:38:54.755 DEBGadding route 172.16.0.0/32 -> 10.0.0.2 adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 10004 | 2026-08-31T09:38:56.577Z | |
| 10005 | 2026-08-31T09:38:56.577Z | |
| 10006 | 2026-08-31T09:38:56.577Z | Aug 31 09:38:54.755Aug 31 09:38:54.755 DEBGDEBG 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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 31 09:38:54.755 |
| 10007 | 2026-08-31T09:38:56.577Z | |
| 10008 | 2026-08-31T09:38:56.577Z | INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 10009 | 2026-08-31T09:38:56.577Z | Aug 31 09:38:54.755 Aug 31 09:38:54.755Aug 31 09:38:54.755 INFOINFODEBGAug 31 09:38:54.754 DEBGadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 10010 | 2026-08-31T09:38:56.577Z | adding route 172.16.0.0/32 -> 10.0.0.3replacing 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 10011 | 2026-08-31T09:38:56.577Z | |
| 10012 | 2026-08-31T09:38:56.577Z | |
| 10013 | 2026-08-31T09:38:56.577Z | Aug 31 09:38:54.755 DEBGAug 31 09:38:54.755 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 31 09:38:54.755 |
| 10014 | 2026-08-31T09:38:56.577Z | 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 } }]INFO |
| 10015 | 2026-08-31T09:38:56.577Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 31 09:38:54.755 |
| 10016 | 2026-08-31T09:38:56.577Z | DEBGAug 31 09:38:54.755 failed to allocate space for the new target listAug 31 09:38:54.755INFO |
| 10017 | 2026-08-31T09:38:56.578Z | adding route 172.16.0.0/32 -> 10.0.0.4 |
| 10018 | 2026-08-31T09:38:56.578Z | 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 31 09:38:54.755 |
| 10019 | 2026-08-31T09:38:56.578Z | DEBGAug 31 09:38:54.755 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 10020 | 2026-08-31T09:38:56.578Z | Aug 31 09:38:54.755 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 10021 | 2026-08-31T09:38:56.578Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 10022 | 2026-08-31T09:38:56.578Z | Aug 31 09:38:54.755 Aug 31 09:38:54.755DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 10023 | 2026-08-31T09:38:56.578Z | 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 } }] |
| 10024 | 2026-08-31T09:38:56.578Z | Aug 31 09:38:54.755 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 10025 | 2026-08-31T09:38:56.578Z | Aug 31 09:38:54.755 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 } }] |
| 10026 | 2026-08-31T09:38:56.578Z | Aug 31 09:38:54.755 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 10027 | 2026-08-31T09:38:56.578Z | Aug 31 09:38:54.755 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 } }] |
| 10028 | 2026-08-31T09:38:56.578Z | Aug 31 09:38:54.755 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 10029 | 2026-08-31T09:38:56.578Z | Aug 31 09:38:54.755 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 } }] |
| 10030 | 2026-08-31T09:38:56.578Z | Aug 31 09:38:54.755 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 10031 | 2026-08-31T09:38:56.578Z | Aug 31 09:38:54.755 DEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 10032 | 2026-08-31T09:38:56.578Z | Aug 31 09:38:54.755 INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 10033 | 2026-08-31T09:38:56.578Z | Aug 31 09:38:54.755 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 } }] |
| 10034 | 2026-08-31T09:38:56.578Z | Aug 31 09:38:54.755 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 10035 | 2026-08-31T09:38:56.578Z | Aug 31 09:38:54.755 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 } }] |
| 10036 | 2026-08-31T09:38:56.578Z | Aug 31 09:38:54.755 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 10037 | 2026-08-31T09:38:56.578Z | Aug 31 09:38:54.755 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 } }] |
| 10038 | 2026-08-31T09:38:56.578Z | Aug 31 09:38:54.755 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 10039 | 2026-08-31T09:38:56.578Z | Aug 31 09:38:54.755 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 } }] |
| 10040 | 2026-08-31T09:38:56.578Z | Aug 31 09:38:54.755 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 10041 | 2026-08-31T09:38:56.578Z | Aug 31 09:38:54.755 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 } }] |
| 10042 | 2026-08-31T09:38:56.578Z | Aug 31 09:38:54.755 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 10043 | 2026-08-31T09:38:56.578Z | Aug 31 09:38:54.755 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 } }] |
| 10044 | 2026-08-31T09:38:56.578Z | Aug 31 09:38:54.755 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 10045 | 2026-08-31T09:38:56.578Z | Aug 31 09:38:54.755 DEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 10046 | 2026-08-31T09:38:56.578Z | Aug 31 09:38:54.755 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 10047 | 2026-08-31T09:38:56.578Z | Aug 31 09:38:54.755 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 } }] |
| 10048 | 2026-08-31T09:38:56.578Z | Aug 31 09:38:54.755 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 10049 | 2026-08-31T09:38:56.578Z | Aug 31 09:38:54.755 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 } }] |
| 10050 | 2026-08-31T09:38:56.578Z | Aug 31 09:38:54.755 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 10051 | 2026-08-31T09:38:56.578Z | Aug 31 09:38:54.755 DEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 10052 | 2026-08-31T09:38:56.578Z | Aug 31 09:38:54.755 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 10053 | 2026-08-31T09:38:56.578Z | Aug 31 09:38:54.755 DEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 10054 | 2026-08-31T09:38:56.579Z | Aug 31 09:38:54.755 DEBG failed to allocate space for the new target list |
| 10055 | 2026-08-31T09:38:56.579Z | Aug 31 09:38:54.755 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 } }] |
| 10056 | 2026-08-31T09:38:56.579Z | Aug 31 09:38:54.755 DEBG created new freemap, unit: freemap_route_ipv4 |
| 10057 | 2026-08-31T09:38:56.579Z | Aug 31 09:38:54.755 DEBG created new freemap, unit: freemap_route_ipv6 |
| 10058 | 2026-08-31T09:38:56.579Z | Aug 31 09:38:54.755 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 10059 | 2026-08-31T09:38:56.579Z | Aug 31 09:38:54.755 DEBG reset freemap, unit: freemap_route_ipv4 |
| 10060 | 2026-08-31T09:38:56.579Z | Aug 31 09:38:54.755 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 10061 | 2026-08-31T09:38:56.579Z | Aug 31 09:38:54.755 DEBG reset freemap, unit: freemap_route_ipv6 |
| 10062 | 2026-08-31T09:38:56.579Z | Aug 31 09:38:54.755 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 10063 | 2026-08-31T09:38:56.579Z | Aug 31 09:38:54.755 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 } }] |
| 10064 | 2026-08-31T09:38:56.579Z | Aug 31 09:38:54.755 INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 10065 | 2026-08-31T09:38:56.579Z | Aug 31 09:38:54.755 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 } }] |
| 10066 | 2026-08-31T09:38:56.579Z | Aug 31 09:38:54.755 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 10067 | 2026-08-31T09:38:56.579Z | Aug 31 09:38:54.755 DEBG created new freemap, unit: freemap_route_ipv4 |
| 10068 | 2026-08-31T09:38:56.579Z | Aug 31 09:38:54.755 DEBG created new freemap, unit: freemap_route_ipv6 |
| 10069 | 2026-08-31T09:38:56.579Z | Aug 31 09:38:54.755 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 10070 | 2026-08-31T09:38:56.579Z | Aug 31 09:38:54.755 DEBG reset freemap, unit: freemap_route_ipv4 |
| 10071 | 2026-08-31T09:38:56.579Z | Aug 31 09:38:54.755 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 10072 | 2026-08-31T09:38:56.579Z | Aug 31 09:38:54.755 DEBG reset freemap, unit: freemap_route_ipv6 |
| 10073 | 2026-08-31T09:38:56.579Z | Aug 31 09:38:54.755 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 10074 | 2026-08-31T09:38:56.580Z | Aug 31 09:38:54.755 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 } }] |
| 10075 | 2026-08-31T09:38:56.580Z | Aug 31 09:38:54.755 INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 10076 | 2026-08-31T09:38:56.580Z | Aug 31 09:38:54.755 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 } }] |
| 10077 | 2026-08-31T09:38:56.580Z | Aug 31 09:38:54.755 INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 10078 | 2026-08-31T09:38:56.580Z | Aug 31 09:38:54.755 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 } }] |
| 10079 | 2026-08-31T09:38:56.580Z | Aug 31 09:38:54.755 INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 10080 | 2026-08-31T09:38:56.580Z | Aug 31 09:38:54.755 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 } }] |
| 10081 | 2026-08-31T09:38:56.584Z | Aug 31 09:38:54.755 INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 10082 | 2026-08-31T09:38:56.584Z | Aug 31 09:38:54.756 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 } }] |
| 10083 | 2026-08-31T09:38:56.584Z | Aug 31 09:38:54.756 INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 10084 | 2026-08-31T09:38:56.584Z | Aug 31 09:38:54.756Aug 31 09:38:54.763 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 } }]created new freemap |
| 10085 | 2026-08-31T09:38:56.584Z | , unit:Aug 31 09:38:54.763 freemap_route_ipv4INFO |
| 10086 | 2026-08-31T09:38:56.584Z | adding route 172.17.0.4/32 -> 10.0.0.255 |
| 10087 | 2026-08-31T09:38:56.584Z | Aug 31 09:38:54.763 Aug 31 09:38:54.763DEBG 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 } }] |
| 10088 | 2026-08-31T09:38:56.584Z | created new freemap, unit: freemap_route_ipv6Aug 31 09:38:54.763 |
| 10089 | 2026-08-31T09:38:56.584Z | INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 10090 | 2026-08-31T09:38:56.584Z | Aug 31 09:38:54.763 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 10091 | 2026-08-31T09:38:56.584Z | Aug 31 09:38:54.763Aug 31 09:38:54.763 DEBGDEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap |
| 10092 | 2026-08-31T09:38:56.585Z | , unit: freemap_route_ipv4 |
| 10093 | 2026-08-31T09:38:56.585Z | Aug 31 09:38:54.763 INFO adding route 172.17.0.6/32 -> 10.0.0.255Aug 31 09:38:54.763 |
| 10094 | 2026-08-31T09:38:56.585Z | DEBG initted freemap. size: 64, unitAug 31 09:38:54.763: DEBGfreemap_route_ipv6 |
| 10095 | 2026-08-31T09:38:56.585Z | 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 } }] |
| 10096 | 2026-08-31T09:38:56.585Z | Aug 31 09:38:54.763 Aug 31 09:38:54.763DEBG INFOreset freemap , adding route 172.17.0.7/32 -> 10.0.0.255unit |
| 10097 | 2026-08-31T09:38:56.585Z | : freemap_route_ipv6 |
| 10098 | 2026-08-31T09:38:56.585Z | Aug 31 09:38:54.763 DEBG Aug 31 09:38:54.763replacing 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 } }] |
| 10099 | 2026-08-31T09:38:56.585Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 10100 | 2026-08-31T09:38:56.585Z | Aug 31 09:38:54.763 INFO Aug 31 09:38:54.763adding route 172.17.0.8/32 -> 10.0.0.255 |
| 10101 | 2026-08-31T09:38:56.585Z | 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 } }] |
| 10102 | 2026-08-31T09:38:56.585Z | Aug 31 09:38:54.763 DEBG Aug 31 09:38:54.763replacing 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 } }] |
| 10103 | 2026-08-31T09:38:56.585Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 10104 | 2026-08-31T09:38:56.585Z | Aug 31 09:38:54.763 INFOAug 31 09:38:54.763 adding route 172.17.0.9/32 -> 10.0.0.255DEBG |
| 10105 | 2026-08-31T09:38:56.585Z | 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 } }] |
| 10106 | 2026-08-31T09:38:56.585Z | Aug 31 09:38:54.764 DEBGAug 31 09:38:54.764 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 } }]INFO |
| 10107 | 2026-08-31T09:38:56.585Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 10108 | 2026-08-31T09:38:56.585Z | Aug 31 09:38:54.764 Aug 31 09:38:54.764INFO DEBGadding route 172.17.0.10/32 -> 10.0.0.255 |
| 10109 | 2026-08-31T09:38:56.585Z | 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 } }] |
| 10110 | 2026-08-31T09:38:56.585Z | Aug 31 09:38:54.764 DEBGAug 31 09:38:54.764 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 |
| 10111 | 2026-08-31T09:38:56.585Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 10112 | 2026-08-31T09:38:56.585Z | Aug 31 09:38:54.764 Aug 31 09:38:54.764INFO DEBGadding route 172.17.0.11/32 -> 10.0.0.255 |
| 10113 | 2026-08-31T09:38:56.585Z | 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 } }] |
| 10114 | 2026-08-31T09:38:56.585Z | Aug 31 09:38:54.764 Aug 31 09:38:54.764DEBG INFOreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10115 | 2026-08-31T09:38:56.585Z | adding route 172.17.0.0/32 -> 10.0.0.255 |
| 10116 | 2026-08-31T09:38:56.585Z | Aug 31 09:38:54.764 Aug 31 09:38:54.764INFO DEBGadding route 172.17.0.12/32 -> 10.0.0.255 |
| 10117 | 2026-08-31T09:38:56.585Z | 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 } }] |
| 10118 | 2026-08-31T09:38:56.585Z | Aug 31 09:38:54.764 Aug 31 09:38:54.764DEBG 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 } }] |
| 10119 | 2026-08-31T09:38:56.585Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 10120 | 2026-08-31T09:38:56.585Z | Aug 31 09:38:54.764 Aug 31 09:38:54.764INFO DEBGadding route 172.17.0.13/32 -> 10.0.0.255 |
| 10121 | 2026-08-31T09:38:56.585Z | 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 } }] |
| 10122 | 2026-08-31T09:38:56.585Z | Aug 31 09:38:54.764 Aug 31 09:38:54.764DEBG 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 } }] |
| 10123 | 2026-08-31T09:38:56.585Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 10124 | 2026-08-31T09:38:56.585Z | Aug 31 09:38:54.764 Aug 31 09:38:54.764INFO DEBGadding route 172.17.0.14/32 -> 10.0.0.255 |
| 10125 | 2026-08-31T09:38:56.585Z | 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 } }] |
| 10126 | 2026-08-31T09:38:56.585Z | Aug 31 09:38:54.764 Aug 31 09:38:54.764DEBG INFOreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10127 | 2026-08-31T09:38:56.585Z | adding route 172.17.0.3/32 -> 10.0.0.255 |
| 10128 | 2026-08-31T09:38:56.585Z | Aug 31 09:38:54.764 Aug 31 09:38:54.764INFO DEBGadding route 172.17.0.15/32 -> 10.0.0.255 |
| 10129 | 2026-08-31T09:38:56.586Z | 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 } }] |
| 10130 | 2026-08-31T09:38:56.586Z | Aug 31 09:38:54.764 Aug 31 09:38:54.764DEBG 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 } }] |
| 10131 | 2026-08-31T09:38:56.586Z | adding route 172.17.0.4/32 -> 10.0.0.255 |
| 10132 | 2026-08-31T09:38:56.586Z | Aug 31 09:38:54.764 Aug 31 09:38:54.764INFO DEBGadding route 172.17.0.16/32 -> 10.0.0.255 |
| 10133 | 2026-08-31T09:38:56.586Z | 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 } }] |
| 10134 | 2026-08-31T09:38:56.586Z | Aug 31 09:38:54.764 Aug 31 09:38:54.764DEBG INFOreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10135 | 2026-08-31T09:38:56.586Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 10136 | 2026-08-31T09:38:56.586Z | Aug 31 09:38:54.764 Aug 31 09:38:54.764INFO DEBGadding route 172.17.0.17/32 -> 10.0.0.255 |
| 10137 | 2026-08-31T09:38:56.586Z | 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 } }] |
| 10138 | 2026-08-31T09:38:56.586Z | Aug 31 09:38:54.764 Aug 31 09:38:54.764DEBG INFOreplacing 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 } }] |
| 10139 | 2026-08-31T09:38:56.586Z | adding route 172.17.0.6/32 -> 10.0.0.255 |
| 10140 | 2026-08-31T09:38:56.586Z | Aug 31 09:38:54.764Aug 31 09:38:54.764 INFODEBG adding route 172.17.0.18/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 } }] |
| 10141 | 2026-08-31T09:38:56.586Z | |
| 10142 | 2026-08-31T09:38:56.586Z | Aug 31 09:38:54.764Aug 31 09:38:54.764 INFODEBG adding route 172.17.0.7/32 -> 10.0.0.255replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10143 | 2026-08-31T09:38:56.586Z | |
| 10144 | 2026-08-31T09:38:56.586Z | Aug 31 09:38:54.764Aug 31 09:38:54.764 INFODEBG adding route 172.17.0.19/32 -> 10.0.0.255replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10145 | 2026-08-31T09:38:56.586Z | |
| 10146 | 2026-08-31T09:38:56.586Z | Aug 31 09:38:54.764Aug 31 09:38:54.764 DEBGINFO replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255 |
| 10147 | 2026-08-31T09:38:56.586Z | |
| 10148 | 2026-08-31T09:38:56.586Z | Aug 31 09:38:54.764Aug 31 09:38:54.764 DEBGINFO replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.20/32 -> 10.0.0.255 |
| 10149 | 2026-08-31T09:38:56.586Z | |
| 10150 | 2026-08-31T09:38:56.586Z | Aug 31 09:38:54.764Aug 31 09:38:54.764 INFODEBG adding route 172.17.0.9/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 } }] |
| 10151 | 2026-08-31T09:38:56.586Z | |
| 10152 | 2026-08-31T09:38:56.586Z | Aug 31 09:38:54.764Aug 31 09:38:54.764 DEBGINFO 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.21/32 -> 10.0.0.255 |
| 10153 | 2026-08-31T09:38:56.586Z | |
| 10154 | 2026-08-31T09:38:56.586Z | Aug 31 09:38:54.764Aug 31 09:38:54.764 INFODEBG adding route 172.17.0.10/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 } }] |
| 10155 | 2026-08-31T09:38:56.586Z | |
| 10156 | 2026-08-31T09:38:56.586Z | Aug 31 09:38:54.764Aug 31 09:38:54.764 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 } }]adding route 172.17.0.22/32 -> 10.0.0.255 |
| 10157 | 2026-08-31T09:38:56.586Z | |
| 10158 | 2026-08-31T09:38:56.586Z | Aug 31 09:38:54.764Aug 31 09:38:54.764 DEBGINFO replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.11/32 -> 10.0.0.255 |
| 10159 | 2026-08-31T09:38:56.586Z | |
| 10160 | 2026-08-31T09:38:56.586Z | Aug 31 09:38:54.764Aug 31 09:38:54.764 INFODEBG adding route 172.17.0.23/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 } }] |
| 10161 | 2026-08-31T09:38:56.586Z | |
| 10162 | 2026-08-31T09:38:56.586Z | Aug 31 09:38:54.764Aug 31 09:38:54.764 DEBGINFO replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.12/32 -> 10.0.0.255 |
| 10163 | 2026-08-31T09:38:56.586Z | |
| 10164 | 2026-08-31T09:38:56.586Z | Aug 31 09:38:54.764Aug 31 09:38:54.764 INFODEBG adding route 172.17.0.24/32 -> 10.0.0.255replacing 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 } }] |
| 10165 | 2026-08-31T09:38:56.586Z | |
| 10166 | 2026-08-31T09:38:56.587Z | Aug 31 09:38:54.764Aug 31 09:38:54.764 DEBGINFO replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.13/32 -> 10.0.0.255 |
| 10167 | 2026-08-31T09:38:56.587Z | |
| 10168 | 2026-08-31T09:38:56.587Z | Aug 31 09:38:54.764Aug 31 09:38:54.764 INFODEBG adding route 172.17.0.25/32 -> 10.0.0.255replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10169 | 2026-08-31T09:38:56.587Z | |
| 10170 | 2026-08-31T09:38:56.587Z | Aug 31 09:38:54.764Aug 31 09:38:54.764 DEBGINFO replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.14/32 -> 10.0.0.255 |
| 10171 | 2026-08-31T09:38:56.587Z | |
| 10172 | 2026-08-31T09:38:56.587Z | Aug 31 09:38:54.764Aug 31 09:38:54.764 INFODEBG adding route 172.17.0.26/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 } }] |
| 10173 | 2026-08-31T09:38:56.587Z | |
| 10174 | 2026-08-31T09:38:56.587Z | Aug 31 09:38:54.764Aug 31 09:38:54.764 DEBGINFO replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.15/32 -> 10.0.0.255 |
| 10175 | 2026-08-31T09:38:56.587Z | |
| 10176 | 2026-08-31T09:38:56.587Z | Aug 31 09:38:54.764Aug 31 09:38:54.764 INFODEBG adding route 172.17.0.27/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 } }] |
| 10177 | 2026-08-31T09:38:56.588Z | |
| 10178 | 2026-08-31T09:38:56.588Z | Aug 31 09:38:54.764Aug 31 09:38:54.764 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.16/32 -> 10.0.0.255 |
| 10179 | 2026-08-31T09:38:56.588Z | |
| 10180 | 2026-08-31T09:38:56.588Z | Aug 31 09:38:54.764Aug 31 09:38:54.764 INFODEBG adding route 172.17.0.28/32 -> 10.0.0.255replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10181 | 2026-08-31T09:38:56.591Z | |
| 10182 | 2026-08-31T09:38:56.591Z | Aug 31 09:38:54.764Aug 31 09:38:54.764 DEBGINFO replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.17/32 -> 10.0.0.255 |
| 10183 | 2026-08-31T09:38:56.591Z | |
| 10184 | 2026-08-31T09:38:56.591Z | Aug 31 09:38:54.764Aug 31 09:38:54.764 INFODEBG adding route 172.17.0.29/32 -> 10.0.0.255replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10185 | 2026-08-31T09:38:56.591Z | |
| 10186 | 2026-08-31T09:38:56.591Z | Aug 31 09:38:54.764Aug 31 09:38:54.764 DEBGINFO replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.18/32 -> 10.0.0.255 |
| 10187 | 2026-08-31T09:38:56.591Z | |
| 10188 | 2026-08-31T09:38:56.591Z | Aug 31 09:38:54.764Aug 31 09:38:54.764 INFODEBG adding route 172.17.0.30/32 -> 10.0.0.255replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10189 | 2026-08-31T09:38:56.591Z | |
| 10190 | 2026-08-31T09:38:56.591Z | Aug 31 09:38:54.764Aug 31 09:38:54.764 DEBGINFO replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.19/32 -> 10.0.0.255 |
| 10191 | 2026-08-31T09:38:56.591Z | |
| 10192 | 2026-08-31T09:38:56.591Z | Aug 31 09:38:54.764Aug 31 09:38:54.764 INFODEBG adding route 172.17.0.31/32 -> 10.0.0.255replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10193 | 2026-08-31T09:38:56.591Z | |
| 10194 | 2026-08-31T09:38:56.591Z | Aug 31 09:38:54.764Aug 31 09:38:54.764 INFODEBG adding route 172.17.0.20/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 } }] |
| 10195 | 2026-08-31T09:38:56.591Z | |
| 10196 | 2026-08-31T09:38:56.592Z | Aug 31 09:38:54.764Aug 31 09:38:54.764 INFODEBG adding route 172.17.0.32/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 } }] |
| 10197 | 2026-08-31T09:38:56.592Z | |
| 10198 | 2026-08-31T09:38:56.592Z | Aug 31 09:38:54.764Aug 31 09:38:54.764 DEBGINFO replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255 |
| 10199 | 2026-08-31T09:38:56.592Z | |
| 10200 | 2026-08-31T09:38:56.592Z | Aug 31 09:38:54.774 DEBG Aug 31 09:38:54.774replacing 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 } }] |
| 10201 | 2026-08-31T09:38:56.592Z | INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 10202 | 2026-08-31T09:38:56.592Z | Aug 31 09:38:54.774 INFO Aug 31 09:38:54.774adding route 172.17.0.22/32 -> 10.0.0.255 |
| 10203 | 2026-08-31T09:38:56.592Z | 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 } }] |
| 10204 | 2026-08-31T09:38:56.592Z | Aug 31 09:38:54.774 DEBG Aug 31 09:38:54.774replacing 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 } }] |
| 10205 | 2026-08-31T09:38:56.592Z | INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 10206 | 2026-08-31T09:38:56.592Z | Aug 31 09:38:54.774 INFOAug 31 09:38:54.774 adding route 172.17.0.23/32 -> 10.0.0.255DEBG |
| 10207 | 2026-08-31T09:38:56.592Z | 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 } }] |
| 10208 | 2026-08-31T09:38:56.592Z | Aug 31 09:38:54.774 DEBGAug 31 09:38:54.774 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 |
| 10209 | 2026-08-31T09:38:56.593Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 10210 | 2026-08-31T09:38:56.593Z | Aug 31 09:38:54.774 INFOAug 31 09:38:54.774 adding route 172.17.0.24/32 -> 10.0.0.255DEBG |
| 10211 | 2026-08-31T09:38:56.593Z | 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 } }] |
| 10212 | 2026-08-31T09:38:56.593Z | Aug 31 09:38:54.774 DEBGAug 31 09:38:54.774 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 |
| 10213 | 2026-08-31T09:38:56.593Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 10214 | 2026-08-31T09:38:56.593Z | Aug 31 09:38:54.774 INFOAug 31 09:38:54.774 adding route 172.17.0.25/32 -> 10.0.0.255DEBG |
| 10215 | 2026-08-31T09:38:56.593Z | 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 } }] |
| 10216 | 2026-08-31T09:38:56.593Z | Aug 31 09:38:54.774 DEBGAug 31 09:38:54.774 replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 10217 | 2026-08-31T09:38:56.593Z | adding route 172.17.0.37/32 -> 10.0.0.255 |
| 10218 | 2026-08-31T09:38:56.593Z | Aug 31 09:38:54.774 INFOAug 31 09:38:54.774 adding route 172.17.0.26/32 -> 10.0.0.255DEBG |
| 10219 | 2026-08-31T09:38:56.593Z | 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 } }] |
| 10220 | 2026-08-31T09:38:56.593Z | Aug 31 09:38:54.774 DEBGAug 31 09:38:54.774 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 |
| 10221 | 2026-08-31T09:38:56.593Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 10222 | 2026-08-31T09:38:56.593Z | Aug 31 09:38:54.774 INFOAug 31 09:38:54.774 adding route 172.17.0.27/32 -> 10.0.0.255DEBG |
| 10223 | 2026-08-31T09:38:56.593Z | 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 } }] |
| 10224 | 2026-08-31T09:38:56.593Z | Aug 31 09:38:54.774 Aug 31 09:38:54.774DEBG 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 } }] |
| 10225 | 2026-08-31T09:38:56.593Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 10226 | 2026-08-31T09:38:56.593Z | Aug 31 09:38:54.774 Aug 31 09:38:54.774INFO DEBGadding route 172.17.0.28/32 -> 10.0.0.255 |
| 10227 | 2026-08-31T09:38:56.593Z | 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 } }] |
| 10228 | 2026-08-31T09:38:56.593Z | Aug 31 09:38:54.774 Aug 31 09:38:54.774DEBG 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 } }] |
| 10229 | 2026-08-31T09:38:56.593Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 10230 | 2026-08-31T09:38:56.593Z | Aug 31 09:38:54.774 Aug 31 09:38:54.774INFO DEBGadding route 172.17.0.29/32 -> 10.0.0.255 |
| 10231 | 2026-08-31T09:38:56.593Z | 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 } }] |
| 10232 | 2026-08-31T09:38:56.594Z | Aug 31 09:38:54.774 Aug 31 09:38:54.774DEBG 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 } }] |
| 10233 | 2026-08-31T09:38:56.594Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 10234 | 2026-08-31T09:38:56.594Z | Aug 31 09:38:54.774 Aug 31 09:38:54.774INFO DEBGadding route 172.17.0.30/32 -> 10.0.0.255 |
| 10235 | 2026-08-31T09:38:56.594Z | 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 } }] |
| 10236 | 2026-08-31T09:38:56.594Z | Aug 31 09:38:54.774Aug 31 09:38:54.774 DEBGINFO replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255 |
| 10237 | 2026-08-31T09:38:56.594Z | |
| 10238 | 2026-08-31T09:38:56.594Z | test route::tests::delete_target_full ... ok |
| 10239 | 2026-08-31T09:38:56.594Z | test route::tests::delete_targets_full ... ok |
| 10240 | 2026-08-31T09:38:56.594Z | |
| 10241 | 2026-08-31T09:38:56.594Z | test result: ok. 61 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s |
| 10242 | 2026-08-31T09:38:56.594Z | |
| 10243 | 2026-08-31T09:38:56.594Z | Aug 31 09:38:54.774Aug 31 09:38:54.774 DEBGINFO replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255 |
| 10244 | 2026-08-31T09:38:56.594Z | |
| 10245 | 2026-08-31T09:38:56.594Z | Aug 31 09:38:54.774Aug 31 09:38:54.774 INFODEBG adding route 172.17.0.43/32 -> 10.0.0.255replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10246 | 2026-08-31T09:38:56.594Z | |
| 10247 | 2026-08-31T09:38:56.594Z | Aug 31 09:38:54.774Aug 31 09:38:54.774 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.32/32 -> 10.0.0.255 |
| 10248 | 2026-08-31T09:38:56.594Z | |
| 10249 | 2026-08-31T09:38:56.594Z | Aug 31 09:38:54.774Aug 31 09:38:54.774 INFODEBG adding route 172.17.0.44/32 -> 10.0.0.255replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10250 | 2026-08-31T09:38:56.595Z | |
| 10251 | 2026-08-31T09:38:56.595Z | Aug 31 09:38:54.774Aug 31 09:38:54.774 DEBGINFO replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255 |
| 10252 | 2026-08-31T09:38:56.595Z | |
| 10253 | 2026-08-31T09:38:56.595Z | Aug 31 09:38:54.774Aug 31 09:38:54.774 INFODEBG adding route 172.17.0.45/32 -> 10.0.0.255replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10254 | 2026-08-31T09:38:56.595Z | |
| 10255 | 2026-08-31T09:38:56.595Z | Aug 31 09:38:54.774Aug 31 09:38:54.774 INFODEBG adding route 172.17.0.34/32 -> 10.0.0.255replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10256 | 2026-08-31T09:38:56.595Z | |
| 10257 | 2026-08-31T09:38:56.595Z | Aug 31 09:38:54.774Aug 31 09:38:54.774 INFODEBG adding route 172.17.0.46/32 -> 10.0.0.255replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10258 | 2026-08-31T09:38:56.595Z | |
| 10259 | 2026-08-31T09:38:56.595Z | Aug 31 09:38:54.774Aug 31 09:38:54.774 DEBGINFO replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.35/32 -> 10.0.0.255 |
| 10260 | 2026-08-31T09:38:56.595Z | |
| 10261 | 2026-08-31T09:38:56.595Z | Aug 31 09:38:54.774Aug 31 09:38:54.774 INFODEBG adding route 172.17.0.47/32 -> 10.0.0.255replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10262 | 2026-08-31T09:38:56.595Z | |
| 10263 | 2026-08-31T09:38:56.595Z | Aug 31 09:38:54.774Aug 31 09:38:54.774 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 10264 | 2026-08-31T09:38:56.595Z | DEBG Aug 31 09:38:54.783replacing 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 |
| 10265 | 2026-08-31T09:38:56.595Z | 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 } }] |
| 10266 | 2026-08-31T09:38:56.595Z | Aug 31 09:38:54.783 Aug 31 09:38:54.783INFO INFOadding route 172.17.0.37/32 -> 10.0.0.255 |
| 10267 | 2026-08-31T09:38:56.595Z | adding route 172.17.0.48/32 -> 10.0.0.255 |
| 10268 | 2026-08-31T09:38:56.595Z | Aug 31 09:38:54.783 Aug 31 09:38:54.783DEBG 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 } }] |
| 10269 | 2026-08-31T09:38:56.595Z | 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 } }] |
| 10270 | 2026-08-31T09:38:56.595Z | Aug 31 09:38:54.783 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 10271 | 2026-08-31T09:38:56.595Z | Aug 31 09:38:54.783 INFOAug 31 09:38:54.783 adding route 172.17.0.38/32 -> 10.0.0.255DEBG |
| 10272 | 2026-08-31T09:38:56.596Z | 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 } }] |
| 10273 | 2026-08-31T09:38:56.596Z | Aug 31 09:38:54.783 Aug 31 09:38:54.783DEBG 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 } }] |
| 10274 | 2026-08-31T09:38:56.596Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 10275 | 2026-08-31T09:38:56.596Z | Aug 31 09:38:54.783 Aug 31 09:38:54.783INFO DEBGadding route 172.17.0.39/32 -> 10.0.0.255 |
| 10276 | 2026-08-31T09:38:56.596Z | 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 } }] |
| 10277 | 2026-08-31T09:38:56.596Z | Aug 31 09:38:54.783Aug 31 09:38:54.783 DEBGINFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255 |
| 10278 | 2026-08-31T09:38:56.596Z | |
| 10279 | 2026-08-31T09:38:56.596Z | Aug 31 09:38:54.783Aug 31 09:38:54.783 DEBGINFO replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.40/32 -> 10.0.0.255 |
| 10280 | 2026-08-31T09:38:56.596Z | |
| 10281 | 2026-08-31T09:38:56.599Z | Aug 31 09:38:54.783Aug 31 09:38:54.783 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.52/32 -> 10.0.0.255 |
| 10282 | 2026-08-31T09:38:56.601Z | |
| 10283 | 2026-08-31T09:38:56.602Z | Aug 31 09:38:54.783Aug 31 09:38:54.783 INFODEBG adding route 172.17.0.41/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 } }] |
| 10284 | 2026-08-31T09:38:56.602Z | |
| 10285 | 2026-08-31T09:38:56.602Z | Aug 31 09:38:54.783Aug 31 09:38:54.783 DEBGINFO replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.53/32 -> 10.0.0.255 |
| 10286 | 2026-08-31T09:38:56.602Z | |
| 10287 | 2026-08-31T09:38:56.602Z | Aug 31 09:38:54.783Aug 31 09:38:54.783 INFODEBG adding route 172.17.0.42/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 } }] |
| 10288 | 2026-08-31T09:38:56.602Z | |
| 10289 | 2026-08-31T09:38:56.602Z | Aug 31 09:38:54.783Aug 31 09:38:54.783 DEBGINFO replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255 |
| 10290 | 2026-08-31T09:38:56.602Z | |
| 10291 | 2026-08-31T09:38:56.602Z | Aug 31 09:38:54.783Aug 31 09:38:54.783 INFODEBG adding route 172.17.0.43/32 -> 10.0.0.255replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10292 | 2026-08-31T09:38:56.602Z | |
| 10293 | 2026-08-31T09:38:56.602Z | Aug 31 09:38:54.783Aug 31 09:38:54.783 INFODEBG adding route 172.17.0.55/32 -> 10.0.0.255replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10294 | 2026-08-31T09:38:56.602Z | |
| 10295 | 2026-08-31T09:38:56.602Z | Aug 31 09:38:54.783Aug 31 09:38:54.783 DEBGINFO replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.44/32 -> 10.0.0.255 |
| 10296 | 2026-08-31T09:38:56.602Z | |
| 10297 | 2026-08-31T09:38:56.602Z | Aug 31 09:38:54.783Aug 31 09:38:54.783 DEBGINFO replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.56/32 -> 10.0.0.255 |
| 10298 | 2026-08-31T09:38:56.602Z | |
| 10299 | 2026-08-31T09:38:56.602Z | Aug 31 09:38:54.783Aug 31 09:38:54.783 DEBGINFO replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.45/32 -> 10.0.0.255 |
| 10300 | 2026-08-31T09:38:56.602Z | |
| 10301 | 2026-08-31T09:38:56.602Z | Aug 31 09:38:54.783Aug 31 09:38:54.783 INFODEBG adding route 172.17.0.57/32 -> 10.0.0.255replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10302 | 2026-08-31T09:38:56.602Z | |
| 10303 | 2026-08-31T09:38:56.602Z | Aug 31 09:38:54.783Aug 31 09:38:54.783 DEBGINFO replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.46/32 -> 10.0.0.255 |
| 10304 | 2026-08-31T09:38:56.602Z | |
| 10305 | 2026-08-31T09:38:56.602Z | Aug 31 09:38:54.783Aug 31 09:38:54.783 INFODEBG adding route 172.17.0.58/32 -> 10.0.0.255replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10306 | 2026-08-31T09:38:56.602Z | |
| 10307 | 2026-08-31T09:38:56.602Z | Aug 31 09:38:54.783Aug 31 09:38:54.783 DEBGINFO replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.47/32 -> 10.0.0.255 |
| 10308 | 2026-08-31T09:38:56.602Z | |
| 10309 | 2026-08-31T09:38:56.602Z | Aug 31 09:38:54.783Aug 31 09:38:54.783 INFODEBG adding route 172.17.0.59/32 -> 10.0.0.255replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10310 | 2026-08-31T09:38:56.602Z | |
| 10311 | 2026-08-31T09:38:56.602Z | Aug 31 09:38:54.783Aug 31 09:38:54.783 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.48/32 -> 10.0.0.255 |
| 10312 | 2026-08-31T09:38:56.602Z | |
| 10313 | 2026-08-31T09:38:56.602Z | Aug 31 09:38:54.783Aug 31 09:38:54.783 INFODEBG adding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10314 | 2026-08-31T09:38:56.602Z | |
| 10315 | 2026-08-31T09:38:56.602Z | Aug 31 09:38:54.783Aug 31 09:38:54.783 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.49/32 -> 10.0.0.255 |
| 10316 | 2026-08-31T09:38:56.602Z | |
| 10317 | 2026-08-31T09:38:56.602Z | Aug 31 09:38:54.783Aug 31 09:38:54.783 INFODEBG adding route 172.17.0.61/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 } }] |
| 10318 | 2026-08-31T09:38:56.603Z | |
| 10319 | 2026-08-31T09:38:56.603Z | Aug 31 09:38:54.783Aug 31 09:38:54.783 DEBGINFO replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255 |
| 10320 | 2026-08-31T09:38:56.603Z | |
| 10321 | 2026-08-31T09:38:56.603Z | Aug 31 09:38:54.783Aug 31 09:38:54.783 INFODEBG adding route 172.17.0.62/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 } }] |
| 10322 | 2026-08-31T09:38:56.603Z | |
| 10323 | 2026-08-31T09:38:56.603Z | Aug 31 09:38:54.783Aug 31 09:38:54.783 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.51/32 -> 10.0.0.255 |
| 10324 | 2026-08-31T09:38:56.603Z | |
| 10325 | 2026-08-31T09:38:56.603Z | Aug 31 09:38:54.783Aug 31 09:38:54.783 DEBGDEBG failed to allocate space for the new target listreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 10326 | 2026-08-31T09:38:56.603Z | |
| 10327 | 2026-08-31T09:38:56.603Z | Aug 31 09:38:54.783Aug 31 09:38:54.783 INFODEBG adding route 172.17.0.52/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 } }] |
| 10328 | 2026-08-31T09:38:56.603Z | |
| 10329 | 2026-08-31T09:38:56.603Z | Aug 31 09:38:54.783 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 } }] |
| 10330 | 2026-08-31T09:38:56.603Z | Aug 31 09:38:54.783 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 10331 | 2026-08-31T09:38:56.603Z | Aug 31 09:38:54.783 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 } }] |
| 10332 | 2026-08-31T09:38:56.603Z | Aug 31 09:38:54.783 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 10333 | 2026-08-31T09:38:56.603Z | Aug 31 09:38:54.783 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 } }] |
| 10334 | 2026-08-31T09:38:56.603Z | Aug 31 09:38:54.783 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 10335 | 2026-08-31T09:38:56.603Z | Aug 31 09:38:54.783 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 } }] |
| 10336 | 2026-08-31T09:38:56.603Z | Aug 31 09:38:54.783 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 10337 | 2026-08-31T09:38:56.603Z | Aug 31 09:38:54.783 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 } }] |
| 10338 | 2026-08-31T09:38:56.603Z | |
| 10339 | 2026-08-31T09:38:56.603Z | running 0 tests |
| 10340 | 2026-08-31T09:38:56.603Z | Aug 31 09:38:54.783 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 10341 | 2026-08-31T09:38:56.603Z | |
| 10342 | 2026-08-31T09:38:56.603Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10343 | 2026-08-31T09:38:56.603Z | |
| 10344 | 2026-08-31T09:38:56.603Z | Aug 31 09:38:54.783 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 } }] |
| 10345 | 2026-08-31T09:38:56.603Z | Aug 31 09:38:54.783 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 10346 | 2026-08-31T09:38:56.603Z | Aug 31 09:38:54.783 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 } }] |
| 10347 | 2026-08-31T09:38:56.603Z | Aug 31 09:38:54.783 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 10348 | 2026-08-31T09:38:56.603Z | Aug 31 09:38:54.783 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 } }] |
| 10349 | 2026-08-31T09:38:56.603Z | Aug 31 09:38:54.783 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 10350 | 2026-08-31T09:38:56.603Z | Aug 31 09:38:54.783 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 } }] |
| 10351 | 2026-08-31T09:38:56.603Z | Aug 31 09:38:54.783 DEBG failed to allocate space for the new target list |
| 10352 | 2026-08-31T09:38:56.603Z | Aug 31 09:38:54.783 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 } }] |
| 10353 | 2026-08-31T09:38:56.603Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-e61b69b793e27585) |
| 10354 | 2026-08-31T09:38:56.603Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-fa23ae87171c0e6c) |
| 10355 | 2026-08-31T09:38:56.608Z | |
| 10356 | 2026-08-31T09:38:56.609Z | running 0 tests |
| 10357 | 2026-08-31T09:38:56.609Z | |
| 10358 | 2026-08-31T09:38:56.611Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10359 | 2026-08-31T09:38:56.611Z | |
| 10360 | 2026-08-31T09:38:56.611Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-21a9c31b127c1888) |
| 10361 | 2026-08-31T09:38:56.634Z | |
| 10362 | 2026-08-31T09:38:56.634Z | running 6 tests |
| 10363 | 2026-08-31T09:38:56.638Z | test tests::test_full_lot_id_both_present ... ok |
| 10364 | 2026-08-31T09:38:56.638Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 10365 | 2026-08-31T09:38:56.638Z | test tests::test_full_lot_id_lot_only ... ok |
| 10366 | 2026-08-31T09:38:56.638Z | test tests::test_full_lot_id_neither_present ... ok |
| 10367 | 2026-08-31T09:38:56.638Z | test tests::test_parse_client_port_id ... ok |
| 10368 | 2026-08-31T09:38:56.638Z | test tests::test_port_id_cmp ... ok |
| 10369 | 2026-08-31T09:38:56.640Z | |
| 10370 | 2026-08-31T09:38:56.640Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10371 | 2026-08-31T09:38:56.641Z | |
| 10372 | 2026-08-31T09:38:56.641Z | Running tests/test_all.rs (target/debug/deps/test_all-e714fc76d0a5e21b) |
| 10373 | 2026-08-31T09:38:56.667Z | |
| 10374 | 2026-08-31T09:38:56.667Z | running 6 tests |
| 10375 | 2026-08-31T09:38:59.697Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
| 10376 | 2026-08-31T09:38:59.700Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
| 10377 | 2026-08-31T09:38:59.700Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
| 10378 | 2026-08-31T09:38:59.705Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
| 10379 | 2026-08-31T09:39:00.036Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
| 10380 | 2026-08-31T09:39:01.146Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... ok |
| 10381 | 2026-08-31T09:39:01.146Z | |
| 10382 | 2026-08-31T09:39:01.151Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.48s |
| 10383 | 2026-08-31T09:39:01.151Z | |
| 10384 | 2026-08-31T09:39:01.154Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-ed37b26184b79f12) |
| 10385 | 2026-08-31T09:39:01.191Z | |
| 10386 | 2026-08-31T09:39:01.191Z | running 0 tests |
| 10387 | 2026-08-31T09:39:01.191Z | |
| 10388 | 2026-08-31T09:39:01.194Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10389 | 2026-08-31T09:39:01.194Z | |
| 10390 | 2026-08-31T09:39:01.194Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-7853858750136f1c) |
| 10391 | 2026-08-31T09:39:01.320Z | |
| 10392 | 2026-08-31T09:39:01.321Z | running 15 tests |
| 10393 | 2026-08-31T09:39:01.324Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 10394 | 2026-08-31T09:39:01.324Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 10395 | 2026-08-31T09:39:01.324Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 10396 | 2026-08-31T09:39:01.324Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 10397 | 2026-08-31T09:39:01.324Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 10398 | 2026-08-31T09:39:01.328Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 10399 | 2026-08-31T09:39:01.328Z | test v1::network::tests::test_equal ... ok |
| 10400 | 2026-08-31T09:39:01.332Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 10401 | 2026-08-31T09:39:01.332Z | test v1::network::tests::test_eui64 ... ok |
| 10402 | 2026-08-31T09:39:01.332Z | test v1::network::tests::test_into ... ok |
| 10403 | 2026-08-31T09:39:01.332Z | test v1::network::tests::test_not_equal ... ok |
| 10404 | 2026-08-31T09:39:01.335Z | test v1::network::tests::test_to_string ... ok |
| 10405 | 2026-08-31T09:39:01.335Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 10406 | 2026-08-31T09:39:01.335Z | test v1::network::tests::test_parse ... ok |
| 10407 | 2026-08-31T09:39:01.338Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 10408 | 2026-08-31T09:39:01.338Z | |
| 10409 | 2026-08-31T09:39:01.338Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s |
| 10410 | 2026-08-31T09:39:01.339Z | |
| 10411 | 2026-08-31T09:39:01.343Z | Running unittests src/lib.rs (target/debug/deps/packet-70f64866bc83a47d) |
| 10412 | 2026-08-31T09:39:01.496Z | |
| 10413 | 2026-08-31T09:39:01.496Z | running 12 tests |
| 10414 | 2026-08-31T09:39:01.508Z | test icmp::test_v6_checksum ... ok |
| 10415 | 2026-08-31T09:39:01.512Z | test lldp::test_lldp_parse ... ok |
| 10416 | 2026-08-31T09:39:01.512Z | test ipv6::test_ipv6_parse ... ok |
| 10417 | 2026-08-31T09:39:01.512Z | test icmp::test_v4_checksum ... ok |
| 10418 | 2026-08-31T09:39:01.512Z | test pbuf::test_byte ... ok |
| 10419 | 2026-08-31T09:39:01.512Z | test pbuf::test_overflow ... ok |
| 10420 | 2026-08-31T09:39:01.512Z | test pbuf::test_nibble ... ok |
| 10421 | 2026-08-31T09:39:01.512Z | test pbuf::test_short ... ok |
| 10422 | 2026-08-31T09:39:01.512Z | test pbuf::test_twelve ... ok |
| 10423 | 2026-08-31T09:39:01.512Z | test pbuf::test_word ... ok |
| 10424 | 2026-08-31T09:39:01.517Z | test tcp::test_checksum_ack_data ... ok |
| 10425 | 2026-08-31T09:39:01.517Z | test tcp::test_checksum_syn_nodata ... ok |
| 10426 | 2026-08-31T09:39:01.517Z | |
| 10427 | 2026-08-31T09:39:01.520Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s |
| 10428 | 2026-08-31T09:39:01.520Z | |
| 10429 | 2026-08-31T09:39:01.523Z | Running unittests src/lib.rs (target/debug/deps/pcap-41e387a547ec26ce) |
| 10430 | 2026-08-31T09:39:01.527Z | |
| 10431 | 2026-08-31T09:39:01.527Z | running 0 tests |
| 10432 | 2026-08-31T09:39:01.527Z | |
| 10433 | 2026-08-31T09:39:01.530Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10434 | 2026-08-31T09:39:01.530Z | |
| 10435 | 2026-08-31T09:39:01.530Z | Running unittests src/main.rs (target/debug/deps/swadm-022a12990754df63) |
| 10436 | 2026-08-31T09:39:01.553Z | |
| 10437 | 2026-08-31T09:39:01.553Z | running 5 tests |
| 10438 | 2026-08-31T09:39:01.557Z | test switchport::test::test_compute_lanes ... ok |
| 10439 | 2026-08-31T09:39:01.560Z | test switchport::test::port_id_ordering ... ok |
| 10440 | 2026-08-31T09:39:01.560Z | test link::test_filter ... ok |
| 10441 | 2026-08-31T09:39:01.560Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 10442 | 2026-08-31T09:39:01.560Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 10443 | 2026-08-31T09:39:01.560Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 10444 | 2026-08-31T09:39:01.560Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 10445 | 2026-08-31T09:39:01.560Z | Tx Enabled: Yes Yes Yes Yes |
| 10446 | 2026-08-31T09:39:01.560Z | Tx Loss-of-lock: No No No No |
| 10447 | 2026-08-31T09:39:01.560Z | Tx Loss-of-signal: No No No No |
| 10448 | 2026-08-31T09:39:01.560Z | Tx CDR Enabled: No No No No |
| 10449 | 2026-08-31T09:39:01.560Z | Tx Adaptive EQ Fault: No No No No |
| 10450 | 2026-08-31T09:39:01.560Z | Tx Fault: Yes Yes Yes Yes |
| 10451 | 2026-08-31T09:39:01.560Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 10452 | 2026-08-31T09:39:01.560Z | State: Activated Activated Activated Activated |
| 10453 | 2026-08-31T09:39:01.560Z | Rx Output Enabled: false false false false |
| 10454 | 2026-08-31T09:39:01.560Z | Rx Output Status: valid valid valid valid |
| 10455 | 2026-08-31T09:39:01.561Z | Rx Loss-of-lock: true true true true |
| 10456 | 2026-08-31T09:39:01.561Z | Rx Loss-of-signal: false false false false |
| 10457 | 2026-08-31T09:39:01.561Z | Rx Auto-squelch Disable: true true true true |
| 10458 | 2026-08-31T09:39:01.561Z | Tx Output Enabled: true true true true |
| 10459 | 2026-08-31T09:39:01.561Z | Tx Output Status: invalid invalid invalid invalid |
| 10460 | 2026-08-31T09:39:01.561Z | Tx Loss-of-lock: false false false false |
| 10461 | 2026-08-31T09:39:01.561Z | Tx Loss-of-signal: true true true true |
| 10462 | 2026-08-31T09:39:01.561Z | Tx Auto-squelch Disable: false false false false |
| 10463 | 2026-08-31T09:39:01.561Z | Tx Adaptive EQ Fail: true true true true |
| 10464 | 2026-08-31T09:39:01.561Z | Tx Failure: false false false false |
| 10465 | 2026-08-31T09:39:01.561Z | Tx Force Squelch: true true true true |
| 10466 | 2026-08-31T09:39:01.561Z | Tx Input Polarity: normal normal normal normal |
| 10467 | 2026-08-31T09:39:01.561Z | test switchport::test::test_print_cmis_datapath ... ok |
| 10468 | 2026-08-31T09:39:01.561Z | test switchport::test::test_print_sff_datapath ... ok |
| 10469 | 2026-08-31T09:39:01.561Z | |
| 10470 | 2026-08-31T09:39:01.561Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 10471 | 2026-08-31T09:39:01.561Z | |
| 10472 | 2026-08-31T09:39:01.565Z | Running tests/counters.rs (target/debug/deps/counters-d9efb707ba8d81ee) |
| 10473 | 2026-08-31T09:39:01.568Z | |
| 10474 | 2026-08-31T09:39:01.569Z | running 1 test |
| 10475 | 2026-08-31T09:39:01.572Z | test test_p4_counter_list ... ignored |
| 10476 | 2026-08-31T09:39:01.572Z | |
| 10477 | 2026-08-31T09:39:01.572Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10478 | 2026-08-31T09:39:01.572Z | |
| 10479 | 2026-08-31T09:39:01.572Z | Running tests/multicast.rs (target/debug/deps/multicast-e8c41de14ee5ef19) |
| 10480 | 2026-08-31T09:39:01.595Z | |
| 10481 | 2026-08-31T09:39:01.595Z | running 1 test |
| 10482 | 2026-08-31T09:39:01.595Z | test test_multicast_list_and_get ... ignored |
| 10483 | 2026-08-31T09:39:01.595Z | |
| 10484 | 2026-08-31T09:39:01.598Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10485 | 2026-08-31T09:39:01.598Z | |
| 10486 | 2026-08-31T09:39:01.598Z | Running tests/port-link.rs (target/debug/deps/port_link-d2840a126121da75) |
| 10487 | 2026-08-31T09:39:01.602Z | |
| 10488 | 2026-08-31T09:39:01.602Z | running 5 tests |
| 10489 | 2026-08-31T09:39:01.602Z | test test_an ... ignored |
| 10490 | 2026-08-31T09:39:01.602Z | test test_enable ... ignored |
| 10491 | 2026-08-31T09:39:01.603Z | test test_ip_addresses ... ignored |
| 10492 | 2026-08-31T09:39:01.603Z | test test_kr ... ignored |
| 10493 | 2026-08-31T09:39:01.603Z | test test_mac ... ignored |
| 10494 | 2026-08-31T09:39:01.606Z | |
| 10495 | 2026-08-31T09:39:01.606Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10496 | 2026-08-31T09:39:01.606Z | |
| 10497 | 2026-08-31T09:39:01.606Z | Running unittests src/main.rs (target/debug/deps/tfportd-e8fd6f3396ae2a65) |
| 10498 | 2026-08-31T09:39:01.616Z | |
| 10499 | 2026-08-31T09:39:01.616Z | running 3 tests |
| 10500 | 2026-08-31T09:39:01.627Z | test linklocal::test_parse_ipadm ... ok |
| 10501 | 2026-08-31T09:39:01.627Z | test tfport::test_parse_tfport ... ok |
| 10502 | 2026-08-31T09:39:01.627Z | test config::tests::test_updates ... ok |
| 10503 | 2026-08-31T09:39:01.627Z | |
| 10504 | 2026-08-31T09:39:01.627Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10505 | 2026-08-31T09:39:01.627Z | |
| 10506 | 2026-08-31T09:39:01.627Z | Running unittests src/main.rs (target/debug/deps/uplinkd-fb5fc93a9a5bf02f) |
| 10507 | 2026-08-31T09:39:01.662Z | |
| 10508 | 2026-08-31T09:39:01.663Z | running 0 tests |
| 10509 | 2026-08-31T09:39:01.671Z | |
| 10510 | 2026-08-31T09:39:01.671Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10511 | 2026-08-31T09:39:01.671Z | |
| 10512 | 2026-08-31T09:39:01.671Z | Running unittests src/main.rs (target/debug/deps/xtask-f5a499dc9718e2e8) |
| 10513 | 2026-08-31T09:39:01.756Z | |
| 10514 | 2026-08-31T09:39:01.756Z | running 0 tests |
| 10515 | 2026-08-31T09:39:01.757Z | |
| 10516 | 2026-08-31T09:39:01.760Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10517 | 2026-08-31T09:39:01.760Z | |
| 10518 | 2026-08-31T09:39:01.760Z | Doc-tests aal |
| 10519 | 2026-08-31T09:39:03.491Z | |
| 10520 | 2026-08-31T09:39:03.491Z | running 0 tests |
| 10521 | 2026-08-31T09:39:03.491Z | |
| 10522 | 2026-08-31T09:39:03.494Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10523 | 2026-08-31T09:39:03.494Z | |
| 10524 | 2026-08-31T09:39:03.517Z | Doc-tests aal_macros |
| 10525 | 2026-08-31T09:39:03.624Z | |
| 10526 | 2026-08-31T09:39:03.624Z | running 0 tests |
| 10527 | 2026-08-31T09:39:03.624Z | |
| 10528 | 2026-08-31T09:39:03.624Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10529 | 2026-08-31T09:39:03.625Z | |
| 10530 | 2026-08-31T09:39:03.634Z | Doc-tests common |
| 10531 | 2026-08-31T09:39:03.949Z | |
| 10532 | 2026-08-31T09:39:03.950Z | running 0 tests |
| 10533 | 2026-08-31T09:39:03.950Z | |
| 10534 | 2026-08-31T09:39:03.950Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10535 | 2026-08-31T09:39:03.950Z | |
| 10536 | 2026-08-31T09:39:03.973Z | Doc-tests dpd_api |
| 10537 | 2026-08-31T09:39:04.871Z | |
| 10538 | 2026-08-31T09:39:04.871Z | running 2 tests |
| 10539 | 2026-08-31T09:39:04.872Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 10540 | 2026-08-31T09:39:04.872Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 10541 | 2026-08-31T09:39:04.872Z | |
| 10542 | 2026-08-31T09:39:04.872Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10543 | 2026-08-31T09:39:04.872Z | |
| 10544 | 2026-08-31T09:39:04.875Z | all doctests ran in 0.54s; merged doctests compilation took 0.53s |
| 10545 | 2026-08-31T09:39:04.899Z | Doc-tests dpd_client |
| 10546 | 2026-08-31T09:39:06.520Z | |
| 10547 | 2026-08-31T09:39:06.520Z | running 0 tests |
| 10548 | 2026-08-31T09:39:06.520Z | |
| 10549 | 2026-08-31T09:39:06.520Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10550 | 2026-08-31T09:39:06.520Z | |
| 10551 | 2026-08-31T09:39:06.573Z | Doc-tests dpd_types |
| 10552 | 2026-08-31T09:39:06.763Z | |
| 10553 | 2026-08-31T09:39:06.764Z | running 0 tests |
| 10554 | 2026-08-31T09:39:06.764Z | |
| 10555 | 2026-08-31T09:39:06.764Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10556 | 2026-08-31T09:39:06.764Z | |
| 10557 | 2026-08-31T09:39:06.785Z | Doc-tests dpd_types_versions |
| 10558 | 2026-08-31T09:39:08.209Z | |
| 10559 | 2026-08-31T09:39:08.209Z | running 1 test |
| 10560 | 2026-08-31T09:39:08.209Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 10561 | 2026-08-31T09:39:08.209Z | |
| 10562 | 2026-08-31T09:39:08.209Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10563 | 2026-08-31T09:39:08.209Z | |
| 10564 | 2026-08-31T09:39:08.213Z | all doctests ran in 0.34s; merged doctests compilation took 0.34s |
| 10565 | 2026-08-31T09:39:08.257Z | Doc-tests packet |
| 10566 | 2026-08-31T09:39:08.486Z | |
| 10567 | 2026-08-31T09:39:08.486Z | running 0 tests |
| 10568 | 2026-08-31T09:39:08.486Z | |
| 10569 | 2026-08-31T09:39:08.486Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10570 | 2026-08-31T09:39:08.486Z | |
| 10571 | 2026-08-31T09:39:08.510Z | Doc-tests pcap |
| 10572 | 2026-08-31T09:39:08.561Z | |
| 10573 | 2026-08-31T09:39:08.561Z | running 0 tests |
| 10574 | 2026-08-31T09:39:08.561Z | |
| 10575 | 2026-08-31T09:39:08.561Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10576 | 2026-08-31T09:39:08.561Z | |
| 10577 | 2026-08-31T09:39:08.649Z | process exited: duration 782134 ms, exit code 0 |
| |
| 10578 | 2026-08-31T09:39:08.659Z | found 0 output files |