|
|
|
| 1 | 2026-08-11T11:14:28.050Z | job assigned to worker 01KZR8EARN4R9KVWMXH3TSY7W4 [factory aws, i-0d40604b194bb7f36] (queued for 55 s) |
| |
| 2 | 2026-08-11T11:14:35.212Z | starting task 0: "setup" |
| 3 | 2026-08-11T11:14:35.216Z | ++ uname -s |
| 4 | 2026-08-11T11:14:35.219Z | + kern=SunOS |
| 5 | 2026-08-11T11:14:35.219Z | + build_user=build |
| 6 | 2026-08-11T11:14:35.219Z | + build_uid=12345 |
| 7 | 2026-08-11T11:14:35.219Z | + work_dir=/work |
| 8 | 2026-08-11T11:14:35.219Z | + input_dir=/input |
| 9 | 2026-08-11T11:14:35.219Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-11T11:14:35.219Z | + case "$kern" in |
| 11 | 2026-08-11T11:14:35.219Z | + groupadd -g 12345 build |
| 12 | 2026-08-11T11:14:35.222Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-11T11:14:37.224Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-11T11:14:37.332Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-11T11:14:37.335Z | + home_fs=zfs |
| 16 | 2026-08-11T11:14:37.335Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-11T11:14:37.335Z | + mkdir -p /home/build |
| 18 | 2026-08-11T11:14:37.335Z | + chown build:build /home/build /work |
| 19 | 2026-08-11T11:14:39.335Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-11T11:14:39.338Z | process exited: duration 4126 ms, exit code 0 |
| |
| 21 | 2026-08-11T11:14:39.344Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-11T11:14:39.348Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-08-11T11:14:39.348Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-11T11:14:39.348Z | * rust toolchain channel = "1.90.0" |
| 25 | 2026-08-11T11:14:39.348Z | * rust toolchain profile = "default" |
| 26 | 2026-08-11T11:14:39.348Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-11T11:14:39.348Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-11T11:14:39.351Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-11T11:14:39.351Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-08-11T11:14:39.405Z | info: downloading installer |
| 31 | 2026-08-11T11:14:40.757Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-11T11:14:40.757Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-11T11:14:40.757Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-11T11:14:40.757Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-11T11:14:40.770Z | info: profile set to default |
| 36 | 2026-08-11T11:14:40.770Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-11T11:14:40.773Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 38 | 2026-08-11T11:14:40.918Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 39 | 2026-08-11T11:14:40.921Z | info: downloading 6 components |
| 40 | 2026-08-11T11:14:56.111Z | info: default toolchain set to 1.90.0-x86_64-unknown-illumos |
| 41 | 2026-08-11T11:14:56.111Z | |
| 42 | 2026-08-11T11:14:56.138Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 43 | 2026-08-11T11:14:56.139Z | |
| 44 | 2026-08-11T11:14:56.139Z | |
| 45 | 2026-08-11T11:14:56.139Z | Rust is installed now. Great! |
| 46 | 2026-08-11T11:14:56.139Z | |
| 47 | 2026-08-11T11:14:56.139Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-11T11:14:56.139Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-11T11:14:56.139Z | |
| 50 | 2026-08-11T11:14:56.139Z | To configure your current shell, you need to source |
| 51 | 2026-08-11T11:14:56.139Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-11T11:14:56.139Z | |
| 53 | 2026-08-11T11:14:56.139Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-11T11:14:56.147Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-11T11:14:56.147Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-11T11:14:56.147Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-11T11:14:56.147Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-11T11:14:56.147Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-11T11:14:56.147Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-11T11:14:56.147Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-11T11:14:56.147Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-11T11:14:56.233Z | + rustup --version |
| 63 | 2026-08-11T11:14:56.239Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-11T11:14:56.239Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-11T11:14:56.259Z | info: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 66 | 2026-08-11T11:14:56.264Z | + cargo --version |
| 67 | 2026-08-11T11:14:56.274Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 68 | 2026-08-11T11:14:56.278Z | + rustc --version |
| 69 | 2026-08-11T11:14:56.297Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 70 | 2026-08-11T11:14:56.300Z | process exited: duration 16954 ms, exit code 0 |
| |
| 71 | 2026-08-11T11:14:56.306Z | starting task 2: "authentication" |
| 72 | 2026-08-11T11:14:56.355Z | process exited: duration 41 ms, exit code 0 |
| |
| 73 | 2026-08-11T11:14:56.367Z | starting task 3: "clone repository" |
| 74 | 2026-08-11T11:14:56.374Z | + mkdir -p /work/oxidecomputer/dendrite |
| 75 | 2026-08-11T11:14:56.387Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 76 | 2026-08-11T11:14:56.410Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 77 | 2026-08-11T11:14:57.108Z | + cd /work/oxidecomputer/dendrite |
| 78 | 2026-08-11T11:14:57.108Z | + git fetch origin 75f67a5a1c242fadee2c9f11f7aba698999a4e70 |
| 79 | 2026-08-11T11:14:57.413Z | From https://github.com/oxidecomputer/dendrite |
| 80 | 2026-08-11T11:14:57.413Z | * branch 75f67a5a1c242fadee2c9f11f7aba698999a4e70 -> FETCH_HEAD |
| 81 | 2026-08-11T11:14:57.420Z | + [[ -n nsk/nat-2-nat-family ]] |
| 82 | 2026-08-11T11:14:57.423Z | ++ git branch --show-current |
| 83 | 2026-08-11T11:14:57.423Z | + current=main |
| 84 | 2026-08-11T11:14:57.423Z | + [[ main != nsk/nat-2-nat-family ]] |
| 85 | 2026-08-11T11:14:57.423Z | + git branch -f nsk/nat-2-nat-family 75f67a5a1c242fadee2c9f11f7aba698999a4e70 |
| 86 | 2026-08-11T11:14:57.427Z | + git checkout -f nsk/nat-2-nat-family |
| 87 | 2026-08-11T11:14:57.442Z | Switched to branch 'nsk/nat-2-nat-family' |
| 88 | 2026-08-11T11:14:57.446Z | + git reset --hard 75f67a5a1c242fadee2c9f11f7aba698999a4e70 |
| 89 | 2026-08-11T11:14:57.461Z | HEAD is now at 75f67a5 introduce NatAddress trait for the NAT ingress tables |
| 90 | 2026-08-11T11:14:57.464Z | process exited: duration 1095 ms, exit code 0 |
| |
| 91 | 2026-08-11T11:14:57.469Z | starting task 4: "build" |
| 92 | 2026-08-11T11:14:57.473Z | + source .github/buildomat/common.sh |
| 93 | 2026-08-11T11:14:57.476Z | ++ TOFINO_STAGES=20 |
| 94 | 2026-08-11T11:14:57.476Z | ++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94 |
| 95 | 2026-08-11T11:14:57.476Z | ++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 96 | 2026-08-11T11:14:57.476Z | ++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b |
| 97 | 2026-08-11T11:14:57.476Z | +++ uname -s |
| 98 | 2026-08-11T11:14:57.476Z | ++ '[' SunOS == SunOS ']' |
| 99 | 2026-08-11T11:14:57.476Z | ++ SERIES=illumos |
| 100 | 2026-08-11T11:14:57.476Z | +++ uname -s |
| 101 | 2026-08-11T11:14:57.481Z | ++ '[' SunOS == SunOS ']' |
| 102 | 2026-08-11T11:14:57.481Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94 |
| 103 | 2026-08-11T11:14:57.481Z | ++ rustup show active-toolchain |
| 104 | 2026-08-11T11:14:57.488Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 105 | 2026-08-11T11:14:57.488Z | + source .github/buildomat/illumos.sh |
| 106 | 2026-08-11T11:14:57.488Z | ++ banner 'sde setup' |
| 107 | 2026-08-11T11:14:57.488Z | |
| 108 | 2026-08-11T11:14:57.488Z | #### ##### ###### #### ###### ##### # # ##### |
| 109 | 2026-08-11T11:14:57.488Z | # # # # # # # # # # # |
| 110 | 2026-08-11T11:14:57.488Z | #### # # ##### #### ##### # # # # # |
| 111 | 2026-08-11T11:14:57.488Z | # # # # # # # # # ##### |
| 112 | 2026-08-11T11:14:57.489Z | # # # # # # # # # # # # |
| 113 | 2026-08-11T11:14:57.489Z | #### ##### ###### #### ###### # #### # |
| 114 | 2026-08-11T11:14:57.489Z | |
| 115 | 2026-08-11T11:14:57.496Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 116 | 2026-08-11T11:14:57.496Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 117 | 2026-08-11T11:14:57.496Z | ++ export PKG=tofino_sde.p5p |
| 118 | 2026-08-11T11:14:57.496Z | ++ PKG=tofino_sde.p5p |
| 119 | 2026-08-11T11:14:57.496Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p |
| 120 | 2026-08-11T11:14:57.496Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 121 | 2026-08-11T11:14:57.496Z | Dload Upload Total Spent Left Speed |
| 122 | 2026-08-11T11:14:58.334Z |
0 0 0 0 0 0 0 0 0
100 76.03M 100 76.03M 0 0 90.36M 0 0
100 76.03M 100 76.03M 0 0 90.35M 0 0
100 76.03M 100 76.03M 0 0 90.35M 0 0 |
| 123 | 2026-08-11T11:14:58.337Z | +++ digest -a sha256 tofino_sde.p5p |
| 124 | 2026-08-11T11:14:58.383Z | ++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 125 | 2026-08-11T11:14:58.387Z | ++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']' |
| 126 | 2026-08-11T11:14:58.387Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 127 | 2026-08-11T11:15:02.403Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-08-11T11:15:02.679Z | Startup: Caching catalogs ... Done |
| 129 | 2026-08-11T11:15:02.728Z | Startup: Refreshing catalog 'oxide' ... Done |
| 130 | 2026-08-11T11:15:04.408Z | Planning: Solver setup ... Done |
| 131 | 2026-08-11T11:15:04.461Z | Planning: Running solver ... Done |
| 132 | 2026-08-11T11:15:04.497Z | Planning: Finding local manifests ... Done |
| 133 | 2026-08-11T11:15:04.500Z | Planning: Fetching manifests: 1/1 100% complete |
| 134 | 2026-08-11T11:15:04.505Z | Planning: Fetching manifests: 1/1 100% complete |
| 135 | 2026-08-11T11:15:04.519Z | Planning: Package planning ... Done |
| 136 | 2026-08-11T11:15:04.523Z | Planning: Merging actions ... Done |
| 137 | 2026-08-11T11:15:04.613Z | Planning: Checking for conflicting actions ... Done |
| 138 | 2026-08-11T11:15:04.616Z | Planning: Consolidating action changes ... Done |
| 139 | 2026-08-11T11:15:05.375Z | Planning: Evaluating mediators ... Done |
| 140 | 2026-08-11T11:15:05.378Z | Planning: Planning completed in 2.64 seconds |
| 141 | 2026-08-11T11:15:05.383Z | Packages to install: 1 |
| 142 | 2026-08-11T11:15:05.386Z | Create boot environment: No |
| 143 | 2026-08-11T11:15:05.387Z | Create backup boot environment: No |
| 144 | 2026-08-11T11:15:05.407Z | |
| 145 | 2026-08-11T11:15:05.407Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 146 | 2026-08-11T11:15:05.542Z | Download: Completed 75.30 MB in 0.14 seconds (555M/s) |
| 147 | 2026-08-11T11:15:05.706Z | Actions: 1/293 actions (Installing new actions) |
| 148 | 2026-08-11T11:15:06.665Z | Actions: Completed 293 actions in 0.96 seconds. |
| 149 | 2026-08-11T11:15:06.668Z | Finalize: Updating package state database ... Done |
| 150 | 2026-08-11T11:15:06.710Z | Finalize: Updating package cache ... Done |
| 151 | 2026-08-11T11:15:06.778Z | Finalize: Updating image state ... Done |
| 152 | 2026-08-11T11:15:09.295Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-08-11T11:15:09.385Z | Finalize: Reading search index ... Done |
| 154 | 2026-08-11T11:15:09.392Z | Finalize: Updating search index ... Done |
| 155 | 2026-08-11T11:15:09.617Z | Finalize: Updating package cache ... Done |
| 156 | 2026-08-11T11:15:09.768Z | ++ export SDE=/opt/oxide/tofino_sde |
| 157 | 2026-08-11T11:15:09.768Z | ++ SDE=/opt/oxide/tofino_sde |
| 158 | 2026-08-11T11:15:09.768Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 159 | 2026-08-11T11:15:09.768Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 160 | 2026-08-11T11:15:09.768Z | ++ banner packages |
| 161 | 2026-08-11T11:15:09.773Z | |
| 162 | 2026-08-11T11:15:09.773Z | ##### ## #### # # ## #### ###### #### |
| 163 | 2026-08-11T11:15:09.774Z | # # # # # # # # # # # # # # |
| 164 | 2026-08-11T11:15:09.774Z | # # # # # #### # # # ##### #### |
| 165 | 2026-08-11T11:15:09.774Z | ##### ###### # # # ###### # ### # # |
| 166 | 2026-08-11T11:15:09.774Z | # # # # # # # # # # # # # # |
| 167 | 2026-08-11T11:15:09.774Z | # # # #### # # # # #### ###### #### |
| 168 | 2026-08-11T11:15:09.774Z | |
| 169 | 2026-08-11T11:15:09.774Z | ++ pfexec pkg install clang-15 pcap gcc14 |
| 170 | 2026-08-11T11:15:10.037Z | Startup: Refreshing catalog 'helios' ... Done |
| 171 | 2026-08-11T11:15:10.049Z | Startup: Refreshing catalog 'oxide' ... Done |
| 172 | 2026-08-11T11:15:11.439Z | Planning: Solver setup ... Done |
| 173 | 2026-08-11T11:15:11.494Z | Planning: Running solver ... Done |
| 174 | 2026-08-11T11:15:11.527Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-08-11T11:15:11.532Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-08-11T11:15:11.532Z | Planning: Planning completed in 1.49 seconds |
| 177 | 2026-08-11T11:15:11.548Z | No updates necessary for this image. |
| 178 | 2026-08-11T11:15:11.661Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 179 | 2026-08-11T11:15:11.876Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-08-11T11:15:11.988Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-08-11T11:15:11.992Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-08-11T11:15:12.152Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-08-11T11:15:12.155Z | Planning: Planning completed in 0.28 seconds |
| 184 | 2026-08-11T11:15:12.176Z | Mediators to change: 2 |
| 185 | 2026-08-11T11:15:12.176Z | Create boot environment: No |
| 186 | 2026-08-11T11:15:12.176Z | Create backup boot environment: No |
| 187 | 2026-08-11T11:15:12.240Z | Finalize: Updating package state database ... Done |
| 188 | 2026-08-11T11:15:12.240Z | Finalize: Updating package cache ... Done |
| 189 | 2026-08-11T11:15:12.277Z | Finalize: Updating image state ... Done |
| 190 | 2026-08-11T11:15:14.289Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-08-11T11:15:14.361Z | Finalize: Reading search index ... Done |
| 192 | 2026-08-11T11:15:14.364Z | Finalize: Updating search index ... Done |
| 193 | 2026-08-11T11:15:14.455Z | Finalize: Updating package cache ... Done |
| 194 | 2026-08-11T11:15:14.531Z | ++ cargo --version |
| 195 | 2026-08-11T11:15:14.540Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 196 | 2026-08-11T11:15:14.546Z | ++ rustc --version |
| 197 | 2026-08-11T11:15:14.563Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 198 | 2026-08-11T11:15:14.568Z | + banner copyrights |
| 199 | 2026-08-11T11:15:14.571Z | |
| 200 | 2026-08-11T11:15:14.571Z | #### #### ##### # # ##### # #### # # ##### #### |
| 201 | 2026-08-11T11:15:14.571Z | # # # # # # # # # # # # # # # # # |
| 202 | 2026-08-11T11:15:14.571Z | # # # # # # # # # # ###### # #### |
| 203 | 2026-08-11T11:15:14.571Z | # # # ##### # ##### # # ### # # # # |
| 204 | 2026-08-11T11:15:14.571Z | # # # # # # # # # # # # # # # # |
| 205 | 2026-08-11T11:15:14.571Z | #### #### # # # # # #### # # # #### |
| 206 | 2026-08-11T11:15:14.571Z | |
| 207 | 2026-08-11T11:15:14.571Z | + ./tools/check_copyrights.sh |
| 208 | 2026-08-11T11:15:14.862Z | common/src/illumos.rs: Copyright with wrong year |
| 209 | 2026-08-11T11:15:15.658Z | dpd/p4/headers.p4: Copyright with wrong year |
| 210 | 2026-08-11T11:15:16.126Z | packet/src/eth.rs: Copyright with wrong year |
| 211 | 2026-08-11T11:15:16.219Z | pcap/build.rs: Copyright with wrong year |
| 212 | 2026-08-11T11:15:16.392Z | tfportd/src/linklocal.rs: Copyright with wrong year |
| 213 | 2026-08-11T11:15:16.629Z | + banner clippy |
| 214 | 2026-08-11T11:15:16.632Z | |
| 215 | 2026-08-11T11:15:16.632Z | #### # # ##### ##### # # |
| 216 | 2026-08-11T11:15:16.632Z | # # # # # # # # # # |
| 217 | 2026-08-11T11:15:16.632Z | # # # # # # # # |
| 218 | 2026-08-11T11:15:16.632Z | # # # ##### ##### # |
| 219 | 2026-08-11T11:15:16.632Z | # # # # # # # |
| 220 | 2026-08-11T11:15:16.632Z | #### ###### # # # # |
| 221 | 2026-08-11T11:15:16.632Z | |
| 222 | 2026-08-11T11:15:16.633Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 223 | 2026-08-11T11:15:16.633Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 224 | 2026-08-11T11:15:16.773Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 225 | 2026-08-11T11:15:26.558Z | Updating crates.io index |
| 226 | 2026-08-11T11:15:26.561Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 227 | 2026-08-11T11:15:26.861Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 228 | 2026-08-11T11:15:27.632Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 229 | 2026-08-11T11:15:27.938Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 230 | 2026-08-11T11:15:28.249Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 231 | 2026-08-11T11:15:28.782Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 232 | 2026-08-11T11:15:29.545Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 233 | 2026-08-11T11:15:30.014Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 234 | 2026-08-11T11:15:30.441Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 235 | 2026-08-11T11:15:30.979Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 236 | 2026-08-11T11:15:31.354Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 237 | 2026-08-11T11:15:31.695Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 238 | 2026-08-11T11:15:32.206Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 239 | 2026-08-11T11:15:32.567Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 240 | 2026-08-11T11:15:33.084Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 241 | 2026-08-11T11:15:34.067Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 242 | 2026-08-11T11:15:34.518Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 243 | 2026-08-11T11:15:34.846Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 244 | 2026-08-11T11:15:35.577Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 245 | 2026-08-11T11:15:36.121Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 246 | 2026-08-11T11:15:36.462Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 247 | 2026-08-11T11:15:36.844Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 248 | 2026-08-11T11:15:38.362Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-08-11T11:15:39.002Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 250 | 2026-08-11T11:15:40.914Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 251 | 2026-08-11T11:15:41.545Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 252 | 2026-08-11T11:15:41.795Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-08-11T11:15:42.111Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 254 | 2026-08-11T11:15:43.886Z | Downloading crates ... |
| 255 | 2026-08-11T11:15:43.946Z | Downloaded async-recursion v1.1.1 |
| 256 | 2026-08-11T11:15:43.949Z | Downloaded adler2 v2.0.1 |
| 257 | 2026-08-11T11:15:43.953Z | Downloaded arrayref v0.3.9 |
| 258 | 2026-08-11T11:15:43.959Z | Downloaded async-compression v0.4.33 |
| 259 | 2026-08-11T11:15:43.964Z | Downloaded cexpr v0.6.0 |
| 260 | 2026-08-11T11:15:43.968Z | Downloaded base16ct v0.2.0 |
| 261 | 2026-08-11T11:15:43.971Z | Downloaded autocfg v1.5.0 |
| 262 | 2026-08-11T11:15:43.971Z | Downloaded const-oid v0.10.2 |
| 263 | 2026-08-11T11:15:43.974Z | Downloaded dunce v1.0.5 |
| 264 | 2026-08-11T11:15:43.978Z | Downloaded block-buffer v0.10.4 |
| 265 | 2026-08-11T11:15:43.982Z | Downloaded crossbeam-epoch v0.9.18 |
| 266 | 2026-08-11T11:15:43.983Z | Downloaded aead v0.5.2 |
| 267 | 2026-08-11T11:15:43.987Z | Downloaded ciborium-io v0.2.2 |
| 268 | 2026-08-11T11:15:43.987Z | Downloaded either v1.15.0 |
| 269 | 2026-08-11T11:15:43.990Z | Downloaded dtrace-parser v0.3.0 |
| 270 | 2026-08-11T11:15:43.990Z | Downloaded futures-sink v0.3.32 |
| 271 | 2026-08-11T11:15:43.993Z | Downloaded cpufeatures v0.3.0 |
| 272 | 2026-08-11T11:15:43.993Z | Downloaded digest v0.11.3 |
| 273 | 2026-08-11T11:15:43.996Z | Downloaded defmt-macros v1.0.1 |
| 274 | 2026-08-11T11:15:43.999Z | Downloaded float-ord v0.3.2 |
| 275 | 2026-08-11T11:15:44.003Z | Downloaded fastrand v2.3.0 |
| 276 | 2026-08-11T11:15:44.003Z | Downloaded embedded-io v0.4.0 |
| 277 | 2026-08-11T11:15:44.006Z | Downloaded embedded-io v0.6.1 |
| 278 | 2026-08-11T11:15:44.009Z | Downloaded crucible-workspace-hack v0.1.0 |
| 279 | 2026-08-11T11:15:44.009Z | Downloaded foreign-types v0.3.2 |
| 280 | 2026-08-11T11:15:44.012Z | Downloaded generic-array v0.14.7 |
| 281 | 2026-08-11T11:15:44.012Z | Downloaded cstr-argument v0.1.2 |
| 282 | 2026-08-11T11:15:44.016Z | Downloaded camino-tempfile v1.4.1 |
| 283 | 2026-08-11T11:15:44.021Z | Downloaded futures-macro v0.3.32 |
| 284 | 2026-08-11T11:15:44.021Z | Downloaded foreign-types-shared v0.3.1 |
| 285 | 2026-08-11T11:15:44.024Z | Downloaded errno v0.3.14 |
| 286 | 2026-08-11T11:15:44.024Z | Downloaded convert_case v0.4.0 |
| 287 | 2026-08-11T11:15:44.024Z | Downloaded fnv v1.0.7 |
| 288 | 2026-08-11T11:15:44.027Z | Downloaded colorchoice v1.0.4 |
| 289 | 2026-08-11T11:15:44.030Z | Downloaded fs_extra v1.3.0 |
| 290 | 2026-08-11T11:15:44.030Z | Downloaded foldhash v0.1.5 |
| 291 | 2026-08-11T11:15:44.033Z | Downloaded futures-task v0.3.32 |
| 292 | 2026-08-11T11:15:44.037Z | Downloaded find-msvc-tools v0.1.9 |
| 293 | 2026-08-11T11:15:44.037Z | Downloaded hostname v0.3.1 |
| 294 | 2026-08-11T11:15:44.041Z | Downloaded enum-as-inner v0.6.1 |
| 295 | 2026-08-11T11:15:44.041Z | Downloaded compression-core v0.4.32 |
| 296 | 2026-08-11T11:15:44.045Z | Downloaded hash32 v0.3.1 |
| 297 | 2026-08-11T11:15:44.045Z | Downloaded crypto-common v0.2.2 |
| 298 | 2026-08-11T11:15:44.048Z | Downloaded crypto-common v0.1.6 |
| 299 | 2026-08-11T11:15:44.048Z | Downloaded hostname v0.4.2 |
| 300 | 2026-08-11T11:15:44.051Z | Downloaded anstyle-query v1.1.4 |
| 301 | 2026-08-11T11:15:44.051Z | Downloaded heck v0.5.0 |
| 302 | 2026-08-11T11:15:44.054Z | Downloaded bit-set v0.8.0 |
| 303 | 2026-08-11T11:15:44.054Z | Downloaded hex v0.4.3 |
| 304 | 2026-08-11T11:15:44.057Z | Downloaded hubpack v0.1.2 |
| 305 | 2026-08-11T11:15:44.060Z | Downloaded futures-core v0.3.32 |
| 306 | 2026-08-11T11:15:44.063Z | Downloaded httparse v1.10.1 |
| 307 | 2026-08-11T11:15:44.063Z | Downloaded elliptic-curve v0.13.8 |
| 308 | 2026-08-11T11:15:44.066Z | Downloaded clap_lex v1.1.0 |
| 309 | 2026-08-11T11:15:44.069Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 310 | 2026-08-11T11:15:44.072Z | Downloaded git-stub v1.0.0 |
| 311 | 2026-08-11T11:15:44.072Z | Downloaded block-buffer v0.12.0 |
| 312 | 2026-08-11T11:15:44.075Z | Downloaded httpdate v1.0.3 |
| 313 | 2026-08-11T11:15:44.075Z | Downloaded heck v0.4.1 |
| 314 | 2026-08-11T11:15:44.078Z | Downloaded foreign-types v0.5.0 |
| 315 | 2026-08-11T11:15:44.081Z | Downloaded foreign-types-macros v0.2.3 |
| 316 | 2026-08-11T11:15:44.081Z | Downloaded futures-io v0.3.32 |
| 317 | 2026-08-11T11:15:44.084Z | Downloaded hubpack_derive v0.1.1 |
| 318 | 2026-08-11T11:15:44.084Z | Downloaded http-body v1.0.1 |
| 319 | 2026-08-11T11:15:44.087Z | Downloaded defmt-parser v1.0.0 |
| 320 | 2026-08-11T11:15:44.087Z | Downloaded form_urlencoded v1.2.2 |
| 321 | 2026-08-11T11:15:44.090Z | Downloaded base64ct v1.8.0 |
| 322 | 2026-08-11T11:15:44.092Z | Downloaded camino v1.2.3 |
| 323 | 2026-08-11T11:15:44.093Z | Downloaded blake2 v0.10.6 |
| 324 | 2026-08-11T11:15:44.095Z | Downloaded hyper-tls v0.6.0 |
| 325 | 2026-08-11T11:15:44.099Z | Downloaded const_format_proc_macros v0.2.34 |
| 326 | 2026-08-11T11:15:44.102Z | Downloaded ident_case v1.0.1 |
| 327 | 2026-08-11T11:15:44.102Z | Downloaded daft-derive v0.1.5 |
| 328 | 2026-08-11T11:15:44.105Z | Downloaded idna_adapter v1.2.1 |
| 329 | 2026-08-11T11:15:44.108Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 330 | 2026-08-11T11:15:44.108Z | Downloaded colored v3.1.1 |
| 331 | 2026-08-11T11:15:44.113Z | Downloaded defmt v0.3.100 |
| 332 | 2026-08-11T11:15:44.113Z | Downloaded debug-ignore v1.0.5 |
| 333 | 2026-08-11T11:15:44.116Z | Downloaded crossbeam-deque v0.8.6 |
| 334 | 2026-08-11T11:15:44.116Z | Downloaded anstream v1.0.0 |
| 335 | 2026-08-11T11:15:44.120Z | Downloaded fixedbitset v0.4.2 |
| 336 | 2026-08-11T11:15:44.120Z | Downloaded git-stub-vcs v0.1.0 |
| 337 | 2026-08-11T11:15:44.123Z | Downloaded csv-core v0.1.12 |
| 338 | 2026-08-11T11:15:44.123Z | Downloaded daft v0.1.5 |
| 339 | 2026-08-11T11:15:44.127Z | Downloaded glob v0.3.3 |
| 340 | 2026-08-11T11:15:44.131Z | Downloaded fs-err v3.1.2 |
| 341 | 2026-08-11T11:15:44.131Z | Downloaded itoa v1.0.15 |
| 342 | 2026-08-11T11:15:44.134Z | Downloaded libscf-sys v1.2.0 |
| 343 | 2026-08-11T11:15:44.134Z | Downloaded instant v0.1.13 |
| 344 | 2026-08-11T11:15:44.134Z | Downloaded is_terminal_polyfill v1.70.1 |
| 345 | 2026-08-11T11:15:44.137Z | Downloaded clang-sys v1.8.1 |
| 346 | 2026-08-11T11:15:44.140Z | Downloaded cmake v0.1.54 |
| 347 | 2026-08-11T11:15:44.140Z | Downloaded kstat-rs v0.2.4 |
| 348 | 2026-08-11T11:15:44.144Z | Downloaded linked-hash-map v0.5.6 |
| 349 | 2026-08-11T11:15:44.144Z | Downloaded async-trait v0.1.89 |
| 350 | 2026-08-11T11:15:44.147Z | Downloaded lru-slab v0.1.2 |
| 351 | 2026-08-11T11:15:44.147Z | Downloaded lru-cache v0.1.2 |
| 352 | 2026-08-11T11:15:44.150Z | Downloaded match_cfg v0.1.0 |
| 353 | 2026-08-11T11:15:44.150Z | Downloaded newtype_derive v0.1.6 |
| 354 | 2026-08-11T11:15:44.153Z | Downloaded keccak v0.1.6 |
| 355 | 2026-08-11T11:15:44.153Z | Downloaded chacha20 v0.9.1 |
| 356 | 2026-08-11T11:15:44.158Z | Downloaded bit-vec v0.8.0 |
| 357 | 2026-08-11T11:15:44.162Z | Downloaded globset v0.4.16 |
| 358 | 2026-08-11T11:15:44.162Z | Downloaded humantime v2.3.0 |
| 359 | 2026-08-11T11:15:44.162Z | Downloaded highway v1.3.0 |
| 360 | 2026-08-11T11:15:44.166Z | Downloaded gethostname v0.5.0 |
| 361 | 2026-08-11T11:15:44.166Z | Downloaded futures-executor v0.3.32 |
| 362 | 2026-08-11T11:15:44.169Z | Downloaded memoffset v0.9.1 |
| 363 | 2026-08-11T11:15:44.169Z | Downloaded managed v0.8.0 |
| 364 | 2026-08-11T11:15:44.169Z | Downloaded group v0.13.0 |
| 365 | 2026-08-11T11:15:44.172Z | Downloaded byteorder v1.5.0 |
| 366 | 2026-08-11T11:15:44.172Z | Downloaded http-body-util v0.1.3 |
| 367 | 2026-08-11T11:15:44.176Z | Downloaded indent_write v2.2.0 |
| 368 | 2026-08-11T11:15:44.182Z | Downloaded ingot-types v0.1.2 |
| 369 | 2026-08-11T11:15:44.182Z | Downloaded deranged v0.5.3 |
| 370 | 2026-08-11T11:15:44.186Z | Downloaded newline-converter v0.3.0 |
| 371 | 2026-08-11T11:15:44.186Z | Downloaded macaddr v1.0.1 |
| 372 | 2026-08-11T11:15:44.186Z | Downloaded filetime v0.2.26 |
| 373 | 2026-08-11T11:15:44.186Z | Downloaded num-conv v0.2.1 |
| 374 | 2026-08-11T11:15:44.190Z | Downloaded newtype-uuid-macros v0.1.0 |
| 375 | 2026-08-11T11:15:44.190Z | Downloaded ciborium v0.2.2 |
| 376 | 2026-08-11T11:15:44.191Z | Downloaded console v0.15.11 |
| 377 | 2026-08-11T11:15:44.195Z | Downloaded num-iter v0.1.45 |
| 378 | 2026-08-11T11:15:44.195Z | Downloaded derive-where v1.6.0 |
| 379 | 2026-08-11T11:15:44.198Z | Downloaded cobs v0.3.0 |
| 380 | 2026-08-11T11:15:44.198Z | Downloaded ipnetwork v0.21.1 |
| 381 | 2026-08-11T11:15:44.201Z | Downloaded futures v0.3.32 |
| 382 | 2026-08-11T11:15:44.212Z | Downloaded num_enum_derive v0.5.11 |
| 383 | 2026-08-11T11:15:44.217Z | Downloaded displaydoc v0.2.5 |
| 384 | 2026-08-11T11:15:44.217Z | Downloaded num_threads v0.1.7 |
| 385 | 2026-08-11T11:15:44.217Z | Downloaded cookie v0.18.1 |
| 386 | 2026-08-11T11:15:44.217Z | Downloaded libloading v0.8.9 |
| 387 | 2026-08-11T11:15:44.217Z | Downloaded num-derive v0.4.2 |
| 388 | 2026-08-11T11:15:44.217Z | Downloaded darling v0.21.3 |
| 389 | 2026-08-11T11:15:44.221Z | Downloaded omicron-workspace-hack v0.1.0 |
| 390 | 2026-08-11T11:15:44.221Z | Downloaded olpc-cjson v0.1.4 |
| 391 | 2026-08-11T11:15:44.225Z | Downloaded opaque-debug v0.3.1 |
| 392 | 2026-08-11T11:15:44.225Z | Downloaded lock_api v0.4.14 |
| 393 | 2026-08-11T11:15:44.228Z | Downloaded openssl-probe v0.1.6 |
| 394 | 2026-08-11T11:15:44.228Z | Downloaded mime v0.3.17 |
| 395 | 2026-08-11T11:15:44.228Z | Downloaded linear-map v1.2.0 |
| 396 | 2026-08-11T11:15:44.231Z | Downloaded allocator-api2 v0.2.21 |
| 397 | 2026-08-11T11:15:44.231Z | Downloaded openssl-macros v0.1.1 |
| 398 | 2026-08-11T11:15:44.235Z | Downloaded memmap v0.7.0 |
| 399 | 2026-08-11T11:15:44.235Z | Downloaded parse-display v0.10.0 |
| 400 | 2026-08-11T11:15:44.238Z | Downloaded percent-encoding v2.3.2 |
| 401 | 2026-08-11T11:15:44.238Z | Downloaded jobserver v0.1.34 |
| 402 | 2026-08-11T11:15:44.241Z | Downloaded libsw-core v0.3.2 |
| 403 | 2026-08-11T11:15:44.241Z | Downloaded hyper-rustls v0.27.7 |
| 404 | 2026-08-11T11:15:44.244Z | Downloaded libsw v3.5.0 |
| 405 | 2026-08-11T11:15:44.244Z | Downloaded erased-serde v0.3.31 |
| 406 | 2026-08-11T11:15:44.248Z | Downloaded ingot v0.1.1 |
| 407 | 2026-08-11T11:15:44.252Z | Downloaded multer v3.1.0 |
| 408 | 2026-08-11T11:15:44.252Z | Downloaded bitflags v2.11.1 |
| 409 | 2026-08-11T11:15:44.256Z | Downloaded newtype-uuid v1.3.2 |
| 410 | 2026-08-11T11:15:44.256Z | Downloaded native-tls v0.2.14 |
| 411 | 2026-08-11T11:15:44.259Z | Downloaded hmac v0.12.1 |
| 412 | 2026-08-11T11:15:44.259Z | Downloaded plain v0.2.3 |
| 413 | 2026-08-11T11:15:44.259Z | Downloaded dropshot_endpoint v0.17.1 |
| 414 | 2026-08-11T11:15:44.262Z | Downloaded potential_utf v0.1.3 |
| 415 | 2026-08-11T11:15:44.265Z | Downloaded anyhow v1.0.102 |
| 416 | 2026-08-11T11:15:44.269Z | Downloaded iana-time-zone v0.1.64 |
| 417 | 2026-08-11T11:15:44.272Z | Downloaded cancel-safe-futures v0.1.5 |
| 418 | 2026-08-11T11:15:44.272Z | Downloaded ipnet v2.11.0 |
| 419 | 2026-08-11T11:15:44.275Z | Downloaded clap v4.6.1 |
| 420 | 2026-08-11T11:15:44.278Z | Downloaded phf_shared v0.12.1 |
| 421 | 2026-08-11T11:15:44.281Z | Downloaded num_enum v0.7.5 |
| 422 | 2026-08-11T11:15:44.285Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 423 | 2026-08-11T11:15:44.285Z | Downloaded proc-macro-error-attr v1.0.4 |
| 424 | 2026-08-11T11:15:44.289Z | Downloaded ingot-macros v0.1.1 |
| 425 | 2026-08-11T11:15:44.289Z | Downloaded derive_more v0.99.20 |
| 426 | 2026-08-11T11:15:44.292Z | Downloaded getrandom v0.3.3 |
| 427 | 2026-08-11T11:15:44.295Z | Downloaded hybrid-array v0.4.12 |
| 428 | 2026-08-11T11:15:44.299Z | Downloaded num-integer v0.1.46 |
| 429 | 2026-08-11T11:15:44.299Z | Downloaded num-complex v0.4.6 |
| 430 | 2026-08-11T11:15:44.304Z | Downloaded futures-channel v0.3.32 |
| 431 | 2026-08-11T11:15:44.304Z | Downloaded progenitor-macro v0.10.0 |
| 432 | 2026-08-11T11:15:44.304Z | Downloaded quick-error v1.2.3 |
| 433 | 2026-08-11T11:15:44.307Z | Downloaded progenitor-client v0.14.0 |
| 434 | 2026-08-11T11:15:44.307Z | Downloaded num-rational v0.4.2 |
| 435 | 2026-08-11T11:15:44.307Z | Downloaded progenitor-client v0.11.1 |
| 436 | 2026-08-11T11:15:44.308Z | Downloaded progenitor-macro v0.11.1 |
| 437 | 2026-08-11T11:15:44.311Z | Downloaded oxnet v0.1.6 |
| 438 | 2026-08-11T11:15:44.311Z | Downloaded progenitor-macro v0.14.0 |
| 439 | 2026-08-11T11:15:44.315Z | Downloaded litemap v0.8.0 |
| 440 | 2026-08-11T11:15:44.315Z | Downloaded oxide-tokio-rt v0.1.2 |
| 441 | 2026-08-11T11:15:44.318Z | Downloaded owo-colors v4.3.0 |
| 442 | 2026-08-11T11:15:44.318Z | Downloaded darling_core v0.21.3 |
| 443 | 2026-08-11T11:15:44.321Z | Downloaded memmap2 v0.9.8 |
| 444 | 2026-08-11T11:15:44.324Z | Downloaded progenitor-client v0.10.0 |
| 445 | 2026-08-11T11:15:44.324Z | Downloaded ref-cast v1.0.25 |
| 446 | 2026-08-11T11:15:44.327Z | Downloaded pem v3.0.5 |
| 447 | 2026-08-11T11:15:44.327Z | Downloaded rand_chacha v0.3.1 |
| 448 | 2026-08-11T11:15:44.330Z | Downloaded base64 v0.22.1 |
| 449 | 2026-08-11T11:15:44.334Z | Downloaded password-hash v0.5.0 |
| 450 | 2026-08-11T11:15:44.334Z | Downloaded ref-cast-impl v1.0.25 |
| 451 | 2026-08-11T11:15:44.338Z | Downloaded rustc-hash v2.1.1 |
| 452 | 2026-08-11T11:15:44.338Z | Downloaded paste v1.0.15 |
| 453 | 2026-08-11T11:15:44.341Z | Downloaded parse-display-derive v0.10.0 |
| 454 | 2026-08-11T11:15:44.341Z | Downloaded pest_generator v2.8.2 |
| 455 | 2026-08-11T11:15:44.341Z | Downloaded poly1305 v0.8.0 |
| 456 | 2026-08-11T11:15:44.344Z | Downloaded pkg-config v0.3.32 |
| 457 | 2026-08-11T11:15:44.344Z | Downloaded pin-project-internal v1.1.10 |
| 458 | 2026-08-11T11:15:44.347Z | Downloaded getrandom v0.4.2 |
| 459 | 2026-08-11T11:15:44.350Z | Downloaded rustc_version v0.4.1 |
| 460 | 2026-08-11T11:15:44.350Z | Downloaded rustc_version v0.1.7 |
| 461 | 2026-08-11T11:15:44.353Z | Downloaded getrandom v0.2.16 |
| 462 | 2026-08-11T11:15:44.353Z | Downloaded drift v0.2.0 |
| 463 | 2026-08-11T11:15:44.360Z | Downloaded icu_properties v2.0.1 |
| 464 | 2026-08-11T11:15:44.363Z | Downloaded icu_provider v2.0.0 |
| 465 | 2026-08-11T11:15:44.367Z | Downloaded crossbeam-utils v0.8.21 |
| 466 | 2026-08-11T11:15:44.367Z | Downloaded ppv-lite86 v0.2.21 |
| 467 | 2026-08-11T11:15:44.371Z | Downloaded powerfmt v0.2.0 |
| 468 | 2026-08-11T11:15:44.371Z | Downloaded proc-macro-error v1.0.4 |
| 469 | 2026-08-11T11:15:44.375Z | Downloaded progenitor v0.10.0 |
| 470 | 2026-08-11T11:15:44.375Z | Downloaded once_cell v1.21.3 |
| 471 | 2026-08-11T11:15:44.375Z | Downloaded const_format v0.2.34 |
| 472 | 2026-08-11T11:15:44.378Z | Downloaded rand_xorshift v0.4.0 |
| 473 | 2026-08-11T11:15:44.384Z | Downloaded icu_normalizer v2.0.0 |
| 474 | 2026-08-11T11:15:44.384Z | Downloaded flate2 v1.1.2 |
| 475 | 2026-08-11T11:15:44.388Z | Downloaded progenitor v0.11.1 |
| 476 | 2026-08-11T11:15:44.388Z | Downloaded same-file v1.0.6 |
| 477 | 2026-08-11T11:15:44.391Z | Downloaded proc-macro-error2 v2.0.1 |
| 478 | 2026-08-11T11:15:44.391Z | Downloaded proc-macro-crate v1.3.1 |
| 479 | 2026-08-11T11:15:44.394Z | Downloaded bytes v1.12.0 |
| 480 | 2026-08-11T11:15:44.399Z | Downloaded progenitor v0.14.0 |
| 481 | 2026-08-11T11:15:44.399Z | Downloaded pretty-hex v0.4.1 |
| 482 | 2026-08-11T11:15:44.402Z | Downloaded half v2.7.1 |
| 483 | 2026-08-11T11:15:44.402Z | Downloaded num_enum v0.5.11 |
| 484 | 2026-08-11T11:15:44.406Z | Downloaded scroll_derive v0.13.1 |
| 485 | 2026-08-11T11:15:44.406Z | Downloaded scroll_derive v0.12.1 |
| 486 | 2026-08-11T11:15:44.406Z | Downloaded secrecy v0.10.3 |
| 487 | 2026-08-11T11:15:44.411Z | Downloaded quote v1.0.45 |
| 488 | 2026-08-11T11:15:44.411Z | Downloaded log v0.4.29 |
| 489 | 2026-08-11T11:15:44.415Z | Downloaded rand_core v0.6.4 |
| 490 | 2026-08-11T11:15:44.415Z | Downloaded rand_chacha v0.9.0 |
| 491 | 2026-08-11T11:15:44.416Z | Downloaded icu_locale_core v2.0.0 |
| 492 | 2026-08-11T11:15:44.419Z | Downloaded search_path v0.1.4 |
| 493 | 2026-08-11T11:15:44.422Z | Downloaded serde-big-array v0.5.1 |
| 494 | 2026-08-11T11:15:44.422Z | Downloaded postcard v1.1.3 |
| 495 | 2026-08-11T11:15:44.425Z | Downloaded pest_meta v2.8.2 |
| 496 | 2026-08-11T11:15:44.425Z | Downloaded serde_plain v1.0.2 |
| 497 | 2026-08-11T11:15:44.428Z | Downloaded serde_spanned v1.1.1 |
| 498 | 2026-08-11T11:15:44.428Z | Downloaded sha1 v0.10.6 |
| 499 | 2026-08-11T11:15:44.431Z | Downloaded serde_urlencoded v0.7.1 |
| 500 | 2026-08-11T11:15:44.438Z | Downloaded serde_spanned v0.6.9 |
| 501 | 2026-08-11T11:15:44.438Z | Downloaded serde_repr v0.1.20 |
| 502 | 2026-08-11T11:15:44.438Z | Downloaded signal-hook-tokio v0.4.0 |
| 503 | 2026-08-11T11:15:44.438Z | Downloaded sha1 v0.11.0 |
| 504 | 2026-08-11T11:15:44.441Z | Downloaded heapless v0.8.0 |
| 505 | 2026-08-11T11:15:44.441Z | Downloaded pin-project-lite v0.2.16 |
| 506 | 2026-08-11T11:15:44.444Z | Downloaded crossbeam-channel v0.5.15 |
| 507 | 2026-08-11T11:15:44.449Z | Downloaded omicron-zone-package v0.12.2 |
| 508 | 2026-08-11T11:15:44.452Z | Downloaded icu_normalizer_data v2.0.0 |
| 509 | 2026-08-11T11:15:44.455Z | Downloaded rusty-fork v0.3.0 |
| 510 | 2026-08-11T11:15:44.455Z | Downloaded parking_lot_core v0.9.12 |
| 511 | 2026-08-11T11:15:44.459Z | Downloaded parking_lot v0.12.5 |
| 512 | 2026-08-11T11:15:44.459Z | Downloaded indexmap v1.9.3 |
| 513 | 2026-08-11T11:15:44.462Z | Downloaded chacha20poly1305 v0.10.1 |
| 514 | 2026-08-11T11:15:44.462Z | Downloaded cc v1.2.64 |
| 515 | 2026-08-11T11:15:44.465Z | Downloaded resolv-conf v0.7.5 |
| 516 | 2026-08-11T11:15:44.468Z | Downloaded siphasher v1.0.1 |
| 517 | 2026-08-11T11:15:44.468Z | Downloaded sigpipe v0.1.3 |
| 518 | 2026-08-11T11:15:44.468Z | Downloaded rustls-pemfile v2.2.0 |
| 519 | 2026-08-11T11:15:44.473Z | Downloaded scopeguard v1.2.0 |
| 520 | 2026-08-11T11:15:44.473Z | Downloaded smawk v0.3.2 |
| 521 | 2026-08-11T11:15:44.477Z | Downloaded scroll v0.13.0 |
| 522 | 2026-08-11T11:15:44.477Z | Downloaded rustversion v1.0.22 |
| 523 | 2026-08-11T11:15:44.477Z | Downloaded schemars_derive v0.8.22 |
| 524 | 2026-08-11T11:15:44.480Z | Downloaded num v0.4.3 |
| 525 | 2026-08-11T11:15:44.480Z | Downloaded quinn-udp v0.5.14 |
| 526 | 2026-08-11T11:15:44.484Z | Downloaded num_enum_derive v0.7.5 |
| 527 | 2026-08-11T11:15:44.484Z | Downloaded num-traits v0.2.19 |
| 528 | 2026-08-11T11:15:44.488Z | Downloaded slog-bunyan v2.5.0 |
| 529 | 2026-08-11T11:15:44.488Z | Downloaded scroll v0.12.0 |
| 530 | 2026-08-11T11:15:44.488Z | Downloaded expectorate v1.2.0 |
| 531 | 2026-08-11T11:15:44.491Z | Downloaded papergrid v0.18.0 |
| 532 | 2026-08-11T11:15:44.492Z | Downloaded stable_deref_trait v1.2.0 |
| 533 | 2026-08-11T11:15:44.495Z | Downloaded strum v0.26.3 |
| 534 | 2026-08-11T11:15:44.495Z | Downloaded structmeta-derive v0.3.0 |
| 535 | 2026-08-11T11:15:44.495Z | Downloaded strum v0.28.0 |
| 536 | 2026-08-11T11:15:44.498Z | Downloaded strsim v0.11.1 |
| 537 | 2026-08-11T11:15:44.498Z | Downloaded structmeta v0.3.0 |
| 538 | 2026-08-11T11:15:44.498Z | Downloaded strum v0.27.2 |
| 539 | 2026-08-11T11:15:44.498Z | Downloaded serde_path_to_error v0.1.20 |
| 540 | 2026-08-11T11:15:44.503Z | Downloaded semver v0.1.20 |
| 541 | 2026-08-11T11:15:44.503Z | Downloaded rand_core v0.9.3 |
| 542 | 2026-08-11T11:15:44.508Z | Downloaded pest_derive v2.8.2 |
| 543 | 2026-08-11T11:15:44.508Z | Downloaded phf v0.12.1 |
| 544 | 2026-08-11T11:15:44.508Z | Downloaded miniz_oxide v0.8.9 |
| 545 | 2026-08-11T11:15:44.511Z | Downloaded papergrid v0.11.0 |
| 546 | 2026-08-11T11:15:44.511Z | Downloaded sha2 v0.10.9 |
| 547 | 2026-08-11T11:15:44.514Z | Downloaded swrite v0.1.0 |
| 548 | 2026-08-11T11:15:44.514Z | Downloaded serde_tokenstream v0.2.3 |
| 549 | 2026-08-11T11:15:44.514Z | Downloaded supports-color v3.0.2 |
| 550 | 2026-08-11T11:15:44.519Z | Downloaded sync_wrapper v1.0.2 |
| 551 | 2026-08-11T11:15:44.519Z | Downloaded signal-hook-registry v1.4.6 |
| 552 | 2026-08-11T11:15:44.519Z | Downloaded subtle v2.6.1 |
| 553 | 2026-08-11T11:15:44.523Z | Downloaded shlex v2.0.1 |
| 554 | 2026-08-11T11:15:44.523Z | Downloaded curl v0.4.50 |
| 555 | 2026-08-11T11:15:44.523Z | Downloaded shlex v1.3.0 |
| 556 | 2026-08-11T11:15:44.527Z | Downloaded fixedbitset v0.5.7 |
| 557 | 2026-08-11T11:15:44.527Z | Downloaded pin-project v1.1.10 |
| 558 | 2026-08-11T11:15:44.536Z | Downloaded slog-async v2.8.0 |
| 559 | 2026-08-11T11:15:44.540Z | Downloaded take_mut v0.2.2 |
| 560 | 2026-08-11T11:15:44.540Z | Downloaded tabled_derive v0.7.0 |
| 561 | 2026-08-11T11:15:44.540Z | Downloaded hickory-resolver v0.24.4 |
| 562 | 2026-08-11T11:15:44.543Z | Downloaded crypto-bigint v0.5.5 |
| 563 | 2026-08-11T11:15:44.549Z | Downloaded proc-macro2 v1.0.106 |
| 564 | 2026-08-11T11:15:44.549Z | Downloaded smf v0.2.3 |
| 565 | 2026-08-11T11:15:44.549Z | Downloaded jiff-static v0.2.15 |
| 566 | 2026-08-11T11:15:44.553Z | Downloaded tagptr v0.2.0 |
| 567 | 2026-08-11T11:15:44.553Z | Downloaded hickory-resolver v0.25.2 |
| 568 | 2026-08-11T11:15:44.556Z | Downloaded testing_table v0.3.0 |
| 569 | 2026-08-11T11:15:44.556Z | Downloaded termtree v0.5.1 |
| 570 | 2026-08-11T11:15:44.556Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 571 | 2026-08-11T11:15:44.559Z | Downloaded tabwriter v1.4.1 |
| 572 | 2026-08-11T11:15:44.566Z | Downloaded terminal_size v0.4.3 |
| 573 | 2026-08-11T11:15:44.569Z | Downloaded time-core v0.1.8 |
| 574 | 2026-08-11T11:15:44.569Z | Downloaded strum_macros v0.26.4 |
| 575 | 2026-08-11T11:15:44.569Z | Downloaded slab v0.4.11 |
| 576 | 2026-08-11T11:15:44.572Z | Downloaded slog-dtrace v0.3.0 |
| 577 | 2026-08-11T11:15:44.572Z | Downloaded snafu-derive v0.8.9 |
| 578 | 2026-08-11T11:15:44.575Z | Downloaded slog-term v2.9.2 |
| 579 | 2026-08-11T11:15:44.575Z | Downloaded static_assertions v1.1.0 |
| 580 | 2026-08-11T11:15:44.580Z | Downloaded slog-json v2.6.1 |
| 581 | 2026-08-11T11:15:44.580Z | Downloaded ryu v1.0.20 |
| 582 | 2026-08-11T11:15:44.583Z | Downloaded thread-id v5.0.0 |
| 583 | 2026-08-11T11:15:44.583Z | Downloaded thread-id v4.2.2 |
| 584 | 2026-08-11T11:15:44.583Z | Downloaded prettyplease v0.2.37 |
| 585 | 2026-08-11T11:15:44.586Z | Downloaded memchr v2.7.5 |
| 586 | 2026-08-11T11:15:44.586Z | Downloaded openssl-sys v0.9.117 |
| 587 | 2026-08-11T11:15:44.591Z | Downloaded hashbrown v0.12.3 |
| 588 | 2026-08-11T11:15:44.594Z | Downloaded semver v1.0.28 |
| 589 | 2026-08-11T11:15:44.594Z | Downloaded defmt v1.0.1 |
| 590 | 2026-08-11T11:15:44.597Z | Downloaded cargo_metadata v0.18.1 |
| 591 | 2026-08-11T11:15:44.598Z | Downloaded serde_with_macros v3.14.1 |
| 592 | 2026-08-11T11:15:44.600Z | Downloaded strum_macros v0.27.2 |
| 593 | 2026-08-11T11:15:44.604Z | Downloaded is_ci v1.2.0 |
| 594 | 2026-08-11T11:15:44.604Z | Downloaded smallvec v1.15.1 |
| 595 | 2026-08-11T11:15:44.604Z | Downloaded tokio-macros v2.7.0 |
| 596 | 2026-08-11T11:15:44.604Z | Downloaded strum_macros v0.28.0 |
| 597 | 2026-08-11T11:15:44.608Z | Downloaded is-terminal v0.4.16 |
| 598 | 2026-08-11T11:15:44.608Z | Downloaded internet-checksum v0.2.1 |
| 599 | 2026-08-11T11:15:44.608Z | Downloaded inout v0.1.4 |
| 600 | 2026-08-11T11:15:44.611Z | Downloaded dropshot_endpoint v0.16.7 |
| 601 | 2026-08-11T11:15:44.611Z | Downloaded toml_datetime v0.6.11 |
| 602 | 2026-08-11T11:15:44.614Z | Downloaded toml_write v0.1.2 |
| 603 | 2026-08-11T11:15:44.614Z | Downloaded clap_derive v4.6.1 |
| 604 | 2026-08-11T11:15:44.617Z | Downloaded lazy_static v1.5.0 |
| 605 | 2026-08-11T11:15:44.617Z | Downloaded foldhash v0.2.0 |
| 606 | 2026-08-11T11:15:44.617Z | Downloaded cipher v0.4.4 |
| 607 | 2026-08-11T11:15:44.623Z | Downloaded progenitor-impl v0.10.0 |
| 608 | 2026-08-11T11:15:44.623Z | Downloaded progenitor-impl v0.11.1 |
| 609 | 2026-08-11T11:15:44.623Z | Downloaded digest v0.10.7 |
| 610 | 2026-08-11T11:15:44.627Z | Downloaded critical-section v1.2.0 |
| 611 | 2026-08-11T11:15:44.627Z | Downloaded backoff v0.4.0 |
| 612 | 2026-08-11T11:15:44.627Z | Downloaded thiserror-impl v1.0.69 |
| 613 | 2026-08-11T11:15:44.631Z | Downloaded schemars v0.8.22 |
| 614 | 2026-08-11T11:15:44.634Z | Downloaded typify-macro v0.4.3 |
| 615 | 2026-08-11T11:15:44.637Z | Downloaded try-lock v0.2.5 |
| 616 | 2026-08-11T11:15:44.637Z | Downloaded argon2 v0.5.3 |
| 617 | 2026-08-11T11:15:44.640Z | Downloaded anstyle-parse v1.0.0 |
| 618 | 2026-08-11T11:15:44.640Z | Downloaded topological-sort v0.2.2 |
| 619 | 2026-08-11T11:15:44.640Z | Downloaded tower-service v0.3.3 |
| 620 | 2026-08-11T11:15:44.643Z | Downloaded indexmap v2.14.0 |
| 621 | 2026-08-11T11:15:44.643Z | Downloaded tower-layer v0.3.3 |
| 622 | 2026-08-11T11:15:44.646Z | Downloaded crc8 v0.1.1 |
| 623 | 2026-08-11T11:15:44.646Z | Downloaded thread_local v1.1.9 |
| 624 | 2026-08-11T11:15:44.646Z | Downloaded thiserror v2.0.18 |
| 625 | 2026-08-11T11:15:44.649Z | Downloaded typify-macro v0.6.2 |
| 626 | 2026-08-11T11:15:44.652Z | Downloaded progenitor-impl v0.14.0 |
| 627 | 2026-08-11T11:15:44.652Z | Downloaded tinystr v0.8.1 |
| 628 | 2026-08-11T11:15:44.655Z | Downloaded time-macros v0.2.27 |
| 629 | 2026-08-11T11:15:44.655Z | Downloaded unicode-linebreak v0.1.5 |
| 630 | 2026-08-11T11:15:44.658Z | Downloaded universal-hash v0.5.1 |
| 631 | 2026-08-11T11:15:44.658Z | Downloaded thiserror-no-std v2.0.2 |
| 632 | 2026-08-11T11:15:44.664Z | Downloaded untrusted v0.7.1 |
| 633 | 2026-08-11T11:15:44.664Z | Downloaded unicode-xid v0.2.6 |
| 634 | 2026-08-11T11:15:44.664Z | Downloaded unarray v0.1.4 |
| 635 | 2026-08-11T11:15:44.667Z | Downloaded rayon-core v1.13.0 |
| 636 | 2026-08-11T11:15:44.667Z | Downloaded untrusted v0.9.0 |
| 637 | 2026-08-11T11:15:44.667Z | Downloaded icu_collections v2.0.0 |
| 638 | 2026-08-11T11:15:44.670Z | Downloaded minimal-lexical v0.2.1 |
| 639 | 2026-08-11T11:15:44.674Z | Downloaded tinyvec_macros v0.1.1 |
| 640 | 2026-08-11T11:15:44.674Z | Downloaded tokio-rustls v0.25.0 |
| 641 | 2026-08-11T11:15:44.677Z | Downloaded synstructure v0.13.2 |
| 642 | 2026-08-11T11:15:44.677Z | Downloaded serde_yaml v0.9.34+deprecated |
| 643 | 2026-08-11T11:15:44.680Z | Downloaded signal-hook v0.4.4 |
| 644 | 2026-08-11T11:15:44.680Z | Downloaded tokio-dtrace v0.1.1 |
| 645 | 2026-08-11T11:15:44.680Z | Downloaded rustls-pki-types v1.12.0 |
| 646 | 2026-08-11T11:15:44.683Z | Downloaded similar v2.7.0 |
| 647 | 2026-08-11T11:15:44.686Z | Downloaded usdt v0.5.0 |
| 648 | 2026-08-11T11:15:44.686Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 649 | 2026-08-11T11:15:44.689Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 650 | 2026-08-11T11:15:44.689Z | Downloaded usdt-macro v0.6.0 |
| 651 | 2026-08-11T11:15:44.689Z | Downloaded usdt-macro v0.5.0 |
| 652 | 2026-08-11T11:15:44.693Z | Downloaded serde_derive_internals v0.29.1 |
| 653 | 2026-08-11T11:15:44.693Z | Downloaded serde_derive v1.0.228 |
| 654 | 2026-08-11T11:15:44.696Z | Downloaded version_check v0.9.5 |
| 655 | 2026-08-11T11:15:44.696Z | Downloaded utf8parse v0.2.2 |
| 656 | 2026-08-11T11:15:44.696Z | Downloaded slog v2.8.2 |
| 657 | 2026-08-11T11:15:44.696Z | Downloaded wait-timeout v0.2.1 |
| 658 | 2026-08-11T11:15:44.701Z | Downloaded serde_core v1.0.228 |
| 659 | 2026-08-11T11:15:44.701Z | Downloaded waitgroup v0.1.2 |
| 660 | 2026-08-11T11:15:44.704Z | Downloaded utf8_iter v1.0.4 |
| 661 | 2026-08-11T11:15:44.704Z | Downloaded usdt-attr-macro v0.6.0 |
| 662 | 2026-08-11T11:15:44.704Z | Downloaded usdt-attr-macro v0.5.0 |
| 663 | 2026-08-11T11:15:44.704Z | Downloaded tokio-native-tls v0.3.1 |
| 664 | 2026-08-11T11:15:44.704Z | Downloaded spin v0.9.8 |
| 665 | 2026-08-11T11:15:44.707Z | Downloaded http v1.4.2 |
| 666 | 2026-08-11T11:15:44.710Z | Downloaded quinn v0.11.9 |
| 667 | 2026-08-11T11:15:44.710Z | Downloaded socket2 v0.5.10 |
| 668 | 2026-08-11T11:15:44.713Z | Downloaded term v1.2.0 |
| 669 | 2026-08-11T11:15:44.716Z | Downloaded thiserror-impl v2.0.18 |
| 670 | 2026-08-11T11:15:44.716Z | Downloaded socket2 v0.6.4 |
| 671 | 2026-08-11T11:15:44.716Z | Downloaded qorb v0.4.1 |
| 672 | 2026-08-11T11:15:44.719Z | Downloaded thiserror v1.0.69 |
| 673 | 2026-08-11T11:15:44.721Z | Downloaded dof v0.4.0 |
| 674 | 2026-08-11T11:15:44.722Z | Downloaded async-stream-impl v0.3.6 |
| 675 | 2026-08-11T11:15:44.724Z | Downloaded crc32fast v1.5.0 |
| 676 | 2026-08-11T11:15:44.724Z | Downloaded arrayvec v0.7.6 |
| 677 | 2026-08-11T11:15:44.727Z | Downloaded ff v0.13.1 |
| 678 | 2026-08-11T11:15:44.727Z | Downloaded compression-codecs v0.4.32 |
| 679 | 2026-08-11T11:15:44.730Z | Downloaded bitflags v1.3.2 |
| 680 | 2026-08-11T11:15:44.730Z | Downloaded anstyle v1.0.14 |
| 681 | 2026-08-11T11:15:44.733Z | Downloaded want v0.3.1 |
| 682 | 2026-08-11T11:15:44.733Z | Downloaded cargo-platform v0.1.9 |
| 683 | 2026-08-11T11:15:44.733Z | Downloaded async-stream v0.3.6 |
| 684 | 2026-08-11T11:15:44.736Z | Downloaded foreign-types-shared v0.1.1 |
| 685 | 2026-08-11T11:15:44.736Z | Downloaded constant_time_eq v0.3.1 |
| 686 | 2026-08-11T11:15:44.736Z | Downloaded bytecount v0.6.9 |
| 687 | 2026-08-11T11:15:44.736Z | Downloaded yoke-derive v0.8.0 |
| 688 | 2026-08-11T11:15:44.739Z | Downloaded bcs v0.1.6 |
| 689 | 2026-08-11T11:15:44.739Z | Downloaded equivalent v1.0.2 |
| 690 | 2026-08-11T11:15:44.739Z | Downloaded dyn-clone v1.0.20 |
| 691 | 2026-08-11T11:15:44.742Z | Downloaded mio v1.2.1 |
| 692 | 2026-08-11T11:15:44.746Z | Downloaded xattr v1.6.1 |
| 693 | 2026-08-11T11:15:44.746Z | Downloaded rand v0.8.5 |
| 694 | 2026-08-11T11:15:44.753Z | Downloaded hyper-util v0.1.20 |
| 695 | 2026-08-11T11:15:44.757Z | Downloaded tokio-stream v0.1.17 |
| 696 | 2026-08-11T11:15:44.757Z | Downloaded usdt v0.6.0 |
| 697 | 2026-08-11T11:15:44.757Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 698 | 2026-08-11T11:15:44.757Z | Downloaded scuffle v0.1.0 |
| 699 | 2026-08-11T11:15:44.760Z | Downloaded tokio-rustls v0.26.4 |
| 700 | 2026-08-11T11:15:44.760Z | Downloaded toml v0.8.23 |
| 701 | 2026-08-11T11:15:44.760Z | Downloaded ciborium-ll v0.2.2 |
| 702 | 2026-08-11T11:15:44.760Z | Downloaded darling_macro v0.21.3 |
| 703 | 2026-08-11T11:15:44.763Z | Downloaded data-encoding v2.9.0 |
| 704 | 2026-08-11T11:15:44.763Z | Downloaded derive-ex v0.1.8 |
| 705 | 2026-08-11T11:15:44.763Z | Downloaded cfg-if v1.0.4 |
| 706 | 2026-08-11T11:15:44.763Z | Downloaded atomicwrites v0.4.4 |
| 707 | 2026-08-11T11:15:44.768Z | Downloaded atomic-waker v1.1.2 |
| 708 | 2026-08-11T11:15:44.769Z | Downloaded usdt-impl v0.6.0 |
| 709 | 2026-08-11T11:15:44.769Z | Downloaded usdt-impl v0.5.0 |
| 710 | 2026-08-11T11:15:44.773Z | Downloaded zerofrom v0.1.6 |
| 711 | 2026-08-11T11:15:44.773Z | Downloaded vsss-rs v3.3.4 |
| 712 | 2026-08-11T11:15:44.773Z | Downloaded dtrace-parser v0.2.0 |
| 713 | 2026-08-11T11:15:44.773Z | Downloaded dof v0.3.0 |
| 714 | 2026-08-11T11:15:44.773Z | Downloaded cpufeatures v0.2.17 |
| 715 | 2026-08-11T11:15:44.776Z | Downloaded zeroize_derive v1.4.3 |
| 716 | 2026-08-11T11:15:44.776Z | Downloaded zone v0.3.1 |
| 717 | 2026-08-11T11:15:44.776Z | Downloaded zone_cfg_derive v0.3.1 |
| 718 | 2026-08-11T11:15:44.776Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 719 | 2026-08-11T11:15:44.776Z | Downloaded zerofrom-derive v0.1.6 |
| 720 | 2026-08-11T11:15:44.779Z | Downloaded cfg_aliases v0.2.1 |
| 721 | 2026-08-11T11:15:44.779Z | Downloaded schemars v0.9.0 |
| 722 | 2026-08-11T11:15:44.786Z | Downloaded test-strategy v0.4.3 |
| 723 | 2026-08-11T11:15:44.789Z | Downloaded tempfile v3.27.0 |
| 724 | 2026-08-11T11:15:44.796Z | Downloaded nom v7.1.3 |
| 725 | 2026-08-11T11:15:44.799Z | Downloaded walkdir v2.5.0 |
| 726 | 2026-08-11T11:15:44.802Z | Downloaded rustls-webpki v0.103.6 |
| 727 | 2026-08-11T11:15:44.805Z | Downloaded ucd-trie v0.1.7 |
| 728 | 2026-08-11T11:15:44.805Z | Downloaded hashbrown v0.15.5 |
| 729 | 2026-08-11T11:15:44.808Z | Downloaded whoami v1.6.1 |
| 730 | 2026-08-11T11:15:44.815Z | Downloaded tinyvec v1.10.0 |
| 731 | 2026-08-11T11:15:44.818Z | Downloaded snafu v0.8.9 |
| 732 | 2026-08-11T11:15:44.821Z | Downloaded writeable v0.6.1 |
| 733 | 2026-08-11T11:15:44.824Z | Downloaded toml v0.7.8 |
| 734 | 2026-08-11T11:15:44.827Z | Downloaded serde v1.0.228 |
| 735 | 2026-08-11T11:15:44.833Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 736 | 2026-08-11T11:15:44.836Z | Downloaded itertools v0.12.1 |
| 737 | 2026-08-11T11:15:44.840Z | Downloaded zeroize v1.8.1 |
| 738 | 2026-08-11T11:15:44.844Z | Downloaded vergen v8.3.2 |
| 739 | 2026-08-11T11:15:44.844Z | Downloaded iri-string v0.7.8 |
| 740 | 2026-08-11T11:15:44.847Z | Downloaded zmij v1.0.17 |
| 741 | 2026-08-11T11:15:44.853Z | Downloaded zerovec-derive v0.11.1 |
| 742 | 2026-08-11T11:15:44.856Z | Downloaded tracing-core v0.1.34 |
| 743 | 2026-08-11T11:15:44.856Z | Downloaded textwrap v0.16.2 |
| 744 | 2026-08-11T11:15:44.856Z | Downloaded typify v0.6.2 |
| 745 | 2026-08-11T11:15:44.860Z | Downloaded typify v0.4.3 |
| 746 | 2026-08-11T11:15:44.864Z | Downloaded steno v0.4.1 |
| 747 | 2026-08-11T11:15:44.864Z | Downloaded iddqd v0.3.18 |
| 748 | 2026-08-11T11:15:44.867Z | Downloaded unicode-ident v1.0.24 |
| 749 | 2026-08-11T11:15:44.867Z | Downloaded hashbrown v0.17.1 |
| 750 | 2026-08-11T11:15:44.872Z | Downloaded yoke v0.8.0 |
| 751 | 2026-08-11T11:15:44.876Z | Downloaded rand v0.9.3 |
| 752 | 2026-08-11T11:15:44.876Z | Downloaded idna v1.1.0 |
| 753 | 2026-08-11T11:15:44.879Z | Downloaded aws-lc-rs v1.16.2 |
| 754 | 2026-08-11T11:15:44.882Z | Downloaded unsafe-libyaml v0.2.11 |
| 755 | 2026-08-11T11:15:44.885Z | Downloaded tracing-attributes v0.1.30 |
| 756 | 2026-08-11T11:15:44.885Z | Downloaded pest v2.8.2 |
| 757 | 2026-08-11T11:15:44.888Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 758 | 2026-08-11T11:15:44.891Z | Downloaded tar v0.4.45 |
| 759 | 2026-08-11T11:15:44.894Z | Downloaded uuid v1.23.3 |
| 760 | 2026-08-11T11:15:44.894Z | Downloaded itertools v0.14.0 |
| 761 | 2026-08-11T11:15:44.901Z | Downloaded icu_properties_data v2.0.1 |
| 762 | 2026-08-11T11:15:44.906Z | Downloaded hyper v1.10.1 |
| 763 | 2026-08-11T11:15:44.911Z | Downloaded hashbrown v0.16.1 |
| 764 | 2026-08-11T11:15:44.914Z | Downloaded futures-util v0.3.32 |
| 765 | 2026-08-11T11:15:44.921Z | Downloaded schemars v1.2.0 |
| 766 | 2026-08-11T11:15:44.930Z | Downloaded libm v0.2.15 |
| 767 | 2026-08-11T11:15:44.935Z | Downloaded dropshot-api-manager v0.7.2 |
| 768 | 2026-08-11T11:15:44.942Z | Downloaded zerocopy-derive v0.7.35 |
| 769 | 2026-08-11T11:15:44.946Z | Downloaded hkdf v0.12.4 |
| 770 | 2026-08-11T11:15:44.950Z | Downloaded h2 v0.4.14 |
| 771 | 2026-08-11T11:15:44.952Z | Downloaded aho-corasick v1.1.3 |
| 772 | 2026-08-11T11:15:44.957Z | Downloaded tracing v0.1.41 |
| 773 | 2026-08-11T11:15:44.957Z | Downloaded toml_edit v0.22.27 |
| 774 | 2026-08-11T11:15:44.959Z | Downloaded toml_edit v0.19.15 |
| 775 | 2026-08-11T11:15:44.967Z | Downloaded clap_builder v4.6.0 |
| 776 | 2026-08-11T11:15:45.001Z | Downloaded itertools v0.15.0 |
| 777 | 2026-08-11T11:15:45.006Z | Downloaded tower v0.5.2 |
| 778 | 2026-08-11T11:15:45.010Z | Downloaded zerotrie v0.2.2 |
| 779 | 2026-08-11T11:15:45.013Z | Downloaded url v2.5.7 |
| 780 | 2026-08-11T11:15:45.016Z | Downloaded goblin v0.8.2 |
| 781 | 2026-08-11T11:15:45.019Z | Downloaded blake3 v1.8.2 |
| 782 | 2026-08-11T11:15:45.022Z | Downloaded regex v1.12.4 |
| 783 | 2026-08-11T11:15:45.031Z | Downloaded reqwest v0.13.2 |
| 784 | 2026-08-11T11:15:45.037Z | Downloaded zerocopy-derive v0.8.27 |
| 785 | 2026-08-11T11:15:45.041Z | Downloaded unicode-segmentation v1.12.0 |
| 786 | 2026-08-11T11:15:45.046Z | Downloaded tokio-util v0.7.16 |
| 787 | 2026-08-11T11:15:45.050Z | Downloaded rayon v1.11.0 |
| 788 | 2026-08-11T11:15:45.055Z | Downloaded typenum v1.20.1 |
| 789 | 2026-08-11T11:15:45.058Z | Downloaded iddqd v0.4.5 |
| 790 | 2026-08-11T11:15:45.063Z | Downloaded typed-path v0.9.3 |
| 791 | 2026-08-11T11:15:45.066Z | Downloaded reqwest v0.12.23 |
| 792 | 2026-08-11T11:15:45.070Z | Downloaded portable-atomic v1.11.1 |
| 793 | 2026-08-11T11:15:45.074Z | Downloaded serde_json v1.0.150 |
| 794 | 2026-08-11T11:15:45.079Z | Downloaded bindgen v0.72.1 |
| 795 | 2026-08-11T11:15:45.083Z | Downloaded git2 v0.19.0 |
| 796 | 2026-08-11T11:15:45.091Z | Downloaded proptest v1.8.0 |
| 797 | 2026-08-11T11:15:45.098Z | Downloaded unicode-normalization v0.1.24 |
| 798 | 2026-08-11T11:15:45.111Z | Downloaded zerovec v0.11.4 |
| 799 | 2026-08-11T11:15:45.130Z | Downloaded tower-http v0.6.8 |
| 800 | 2026-08-11T11:15:45.130Z | Downloaded goblin v0.10.1 |
| 801 | 2026-08-11T11:15:45.130Z | Downloaded chrono v0.4.45 |
| 802 | 2026-08-11T11:15:45.136Z | Downloaded tough v0.20.0 |
| 803 | 2026-08-11T11:15:45.143Z | Downloaded rustls-webpki v0.102.8 |
| 804 | 2026-08-11T11:15:45.167Z | Downloaded serde_with v3.14.1 |
| 805 | 2026-08-11T11:15:45.190Z | Downloaded winnow v0.5.40 |
| 806 | 2026-08-11T11:15:45.194Z | Downloaded moka v0.12.11 |
| 807 | 2026-08-11T11:15:45.201Z | Downloaded tabled v0.15.0 |
| 808 | 2026-08-11T11:15:45.209Z | Downloaded zerocopy v0.7.35 |
| 809 | 2026-08-11T11:15:45.219Z | Downloaded curve25519-dalek v4.1.3 |
| 810 | 2026-08-11T11:15:45.224Z | Downloaded winnow v1.0.3 |
| 811 | 2026-08-11T11:15:45.236Z | Downloaded quinn-proto v0.11.14 |
| 812 | 2026-08-11T11:15:45.240Z | Downloaded winnow v0.7.14 |
| 813 | 2026-08-11T11:15:45.246Z | Downloaded syn v1.0.109 |
| 814 | 2026-08-11T11:15:45.255Z | Downloaded tabled v0.21.0 |
| 815 | 2026-08-11T11:15:45.262Z | Downloaded time v0.3.47 |
| 816 | 2026-08-11T11:15:45.269Z | Downloaded vcpkg v0.2.15 |
| 817 | 2026-08-11T11:15:45.296Z | Downloaded dropshot v0.17.1 |
| 818 | 2026-08-11T11:15:45.306Z | Downloaded bstr v1.12.0 |
| 819 | 2026-08-11T11:15:45.310Z | Downloaded webpki-roots v1.0.2 |
| 820 | 2026-08-11T11:15:45.313Z | Downloaded nix v0.30.1 |
| 821 | 2026-08-11T11:15:45.319Z | Downloaded dropshot v0.16.7 |
| 822 | 2026-08-11T11:15:45.332Z | Downloaded rustls v0.22.4 |
| 823 | 2026-08-11T11:15:45.339Z | Downloaded hickory-proto v0.24.4 |
| 824 | 2026-08-11T11:15:45.348Z | Downloaded openssl v0.10.81 |
| 825 | 2026-08-11T11:15:45.355Z | Downloaded unicode-width v0.2.1 |
| 826 | 2026-08-11T11:15:45.359Z | Downloaded nix v0.31.3 |
| 827 | 2026-08-11T11:15:45.365Z | Downloaded zerocopy v0.8.27 |
| 828 | 2026-08-11T11:15:45.378Z | Downloaded unicode-width v0.1.14 |
| 829 | 2026-08-11T11:15:45.382Z | Downloaded syn v2.0.118 |
| 830 | 2026-08-11T11:15:45.389Z | Downloaded regress v0.10.5 |
| 831 | 2026-08-11T11:15:45.394Z | Downloaded smoltcp v0.11.0 |
| 832 | 2026-08-11T11:15:45.402Z | Downloaded rustix v0.38.44 |
| 833 | 2026-08-11T11:15:45.416Z | Downloaded regex-syntax v0.8.11 |
| 834 | 2026-08-11T11:15:45.421Z | Downloaded openapiv3 v2.2.0 |
| 835 | 2026-08-11T11:15:45.427Z | Downloaded rustls v0.23.40 |
| 836 | 2026-08-11T11:15:45.434Z | Downloaded regress v0.11.1 |
| 837 | 2026-08-11T11:15:45.440Z | Downloaded hickory-proto v0.25.2 |
| 838 | 2026-08-11T11:15:45.449Z | Downloaded typify-impl v0.6.2 |
| 839 | 2026-08-11T11:15:45.459Z | Downloaded rustix v1.1.4 |
| 840 | 2026-08-11T11:15:45.518Z | Downloaded typify-impl v0.4.3 |
| 841 | 2026-08-11T11:15:45.535Z | Downloaded jiff v0.2.15 |
| 842 | 2026-08-11T11:15:45.552Z | Downloaded regex-automata v0.4.13 |
| 843 | 2026-08-11T11:15:45.563Z | Downloaded petgraph v0.8.2 |
| 844 | 2026-08-11T11:15:45.585Z | Downloaded libc v0.2.186 |
| 845 | 2026-08-11T11:15:45.605Z | Downloaded sha3 v0.10.8 |
| 846 | 2026-08-11T11:15:45.608Z | Downloaded petgraph v0.6.5 |
| 847 | 2026-08-11T11:15:45.618Z | Downloaded chrono-tz v0.10.4 |
| 848 | 2026-08-11T11:15:45.632Z | Downloaded tokio v1.52.3 |
| 849 | 2026-08-11T11:15:45.655Z | Downloaded csv v1.4.0 |
| 850 | 2026-08-11T11:15:45.666Z | Downloaded libz-sys v1.1.22 |
| 851 | 2026-08-11T11:15:45.716Z | Downloaded encoding_rs v0.8.35 |
| 852 | 2026-08-11T11:15:45.728Z | Downloaded ring v0.17.14 |
| 853 | 2026-08-11T11:15:45.881Z | Downloaded curl-sys v0.4.89+curl-8.20.0 |
| 854 | 2026-08-11T11:15:45.914Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 855 | 2026-08-11T11:15:46.445Z | Downloaded aws-lc-sys v0.39.1 |
| 856 | 2026-08-11T11:15:46.768Z | Compiling proc-macro2 v1.0.106 |
| 857 | 2026-08-11T11:15:46.768Z | Compiling quote v1.0.45 |
| 858 | 2026-08-11T11:15:46.768Z | Compiling unicode-ident v1.0.24 |
| 859 | 2026-08-11T11:15:46.771Z | Compiling serde_core v1.0.228 |
| 860 | 2026-08-11T11:15:46.771Z | Compiling serde v1.0.228 |
| 861 | 2026-08-11T11:15:46.771Z | Compiling libc v0.2.186 |
| 862 | 2026-08-11T11:15:46.771Z | Checking cfg-if v1.0.4 |
| 863 | 2026-08-11T11:15:47.056Z | Compiling zmij v1.0.17 |
| 864 | 2026-08-11T11:15:47.098Z | Compiling autocfg v1.5.0 |
| 865 | 2026-08-11T11:15:47.387Z | Compiling memchr v2.7.5 |
| 866 | 2026-08-11T11:15:47.445Z | Compiling libm v0.2.15 |
| 867 | 2026-08-11T11:15:47.765Z | Compiling getrandom v0.4.2 |
| 868 | 2026-08-11T11:15:47.837Z | Compiling thiserror v2.0.18 |
| 869 | 2026-08-11T11:15:47.912Z | Checking smallvec v1.15.1 |
| 870 | 2026-08-11T11:15:47.942Z | Compiling version_check v0.9.5 |
| 871 | 2026-08-11T11:15:47.945Z | Checking itoa v1.0.15 |
| 872 | 2026-08-11T11:15:48.096Z | Compiling jobserver v0.1.34 |
| 873 | 2026-08-11T11:15:48.114Z | Compiling find-msvc-tools v0.1.9 |
| 874 | 2026-08-11T11:15:48.190Z | Compiling shlex v2.0.1 |
| 875 | 2026-08-11T11:15:48.229Z | Compiling syn v2.0.118 |
| 876 | 2026-08-11T11:15:48.274Z | Compiling icu_properties_data v2.0.1 |
| 877 | 2026-08-11T11:15:48.350Z | Compiling cc v1.2.64 |
| 878 | 2026-08-11T11:15:48.365Z | Compiling icu_normalizer_data v2.0.0 |
| 879 | 2026-08-11T11:15:48.426Z | Compiling parking_lot_core v0.9.12 |
| 880 | 2026-08-11T11:15:48.513Z | Checking stable_deref_trait v1.2.0 |
| 881 | 2026-08-11T11:15:48.531Z | Compiling serde_json v1.0.150 |
| 882 | 2026-08-11T11:15:48.778Z | Compiling heck v0.5.0 |
| 883 | 2026-08-11T11:15:48.805Z | Checking litemap v0.8.0 |
| 884 | 2026-08-11T11:15:48.872Z | Checking writeable v0.6.1 |
| 885 | 2026-08-11T11:15:48.959Z | Compiling num-traits v0.2.19 |
| 886 | 2026-08-11T11:15:48.977Z | Checking percent-encoding v2.3.2 |
| 887 | 2026-08-11T11:15:49.202Z | Checking form_urlencoded v1.2.2 |
| 888 | 2026-08-11T11:15:49.329Z | Checking utf8_iter v1.0.4 |
| 889 | 2026-08-11T11:15:49.352Z | Compiling zerocopy v0.8.27 |
| 890 | 2026-08-11T11:15:49.452Z | Checking pin-project-lite v0.2.16 |
| 891 | 2026-08-11T11:15:49.566Z | Checking iana-time-zone v0.1.64 |
| 892 | 2026-08-11T11:15:49.583Z | Compiling rustversion v1.0.22 |
| 893 | 2026-08-11T11:15:49.598Z | Compiling log v0.4.29 |
| 894 | 2026-08-11T11:15:49.677Z | Compiling equivalent v1.0.2 |
| 895 | 2026-08-11T11:15:49.697Z | Compiling semver v1.0.28 |
| 896 | 2026-08-11T11:15:49.767Z | Checking socket2 v0.6.4 |
| 897 | 2026-08-11T11:15:49.783Z | Checking uuid v1.23.3 |
| 898 | 2026-08-11T11:15:49.894Z | Checking scopeguard v1.2.0 |
| 899 | 2026-08-11T11:15:50.006Z | Checking lock_api v0.4.14 |
| 900 | 2026-08-11T11:15:50.078Z | Checking signal-hook-registry v1.4.6 |
| 901 | 2026-08-11T11:15:50.098Z | Checking getrandom v0.2.16 |
| 902 | 2026-08-11T11:15:50.209Z | Checking mio v1.2.1 |
| 903 | 2026-08-11T11:15:50.225Z | Checking parking_lot v0.12.5 |
| 904 | 2026-08-11T11:15:50.228Z | Checking dyn-clone v1.0.20 |
| 905 | 2026-08-11T11:15:50.257Z | Compiling schemars v0.8.22 |
| 906 | 2026-08-11T11:15:50.260Z | Checking bitflags v2.11.1 |
| 907 | 2026-08-11T11:15:50.432Z | Compiling portable-atomic v1.11.1 |
| 908 | 2026-08-11T11:15:50.486Z | Checking futures-core v0.3.32 |
| 909 | 2026-08-11T11:15:50.545Z | Checking critical-section v1.2.0 |
| 910 | 2026-08-11T11:15:50.561Z | Compiling ring v0.17.14 |
| 911 | 2026-08-11T11:15:50.612Z | Compiling hashbrown v0.17.1 |
| 912 | 2026-08-11T11:15:50.645Z | Compiling thiserror v1.0.69 |
| 913 | 2026-08-11T11:15:50.738Z | Compiling httparse v1.10.1 |
| 914 | 2026-08-11T11:15:50.874Z | Checking futures-sink v0.3.32 |
| 915 | 2026-08-11T11:15:51.162Z | Compiling synstructure v0.13.2 |
| 916 | 2026-08-11T11:15:51.178Z | Compiling serde_derive_internals v0.29.1 |
| 917 | 2026-08-11T11:15:51.219Z | Compiling indexmap v2.14.0 |
| 918 | 2026-08-11T11:15:51.379Z | Checking once_cell v1.21.3 |
| 919 | 2026-08-11T11:15:51.420Z | Compiling regex-syntax v0.8.11 |
| 920 | 2026-08-11T11:15:51.813Z | Compiling rustix v1.1.4 |
| 921 | 2026-08-11T11:15:51.830Z | Checking slab v0.4.11 |
| 922 | 2026-08-11T11:15:51.866Z | Compiling aho-corasick v1.1.3 |
| 923 | 2026-08-11T11:15:51.937Z | Checking subtle v2.6.1 |
| 924 | 2026-08-11T11:15:51.989Z | Compiling ucd-trie v0.1.7 |
| 925 | 2026-08-11T11:15:52.092Z | Checking futures-channel v0.3.32 |
| 926 | 2026-08-11T11:15:52.222Z | Compiling anyhow v1.0.102 |
| 927 | 2026-08-11T11:15:52.289Z | Checking rand_core v0.6.4 |
| 928 | 2026-08-11T11:15:52.404Z | Checking futures-io v0.3.32 |
| 929 | 2026-08-11T11:15:52.439Z | Compiling serde_derive v1.0.228 |
| 930 | 2026-08-11T11:15:52.455Z | Compiling zerofrom-derive v0.1.6 |
| 931 | 2026-08-11T11:15:52.470Z | Compiling yoke-derive v0.8.0 |
| 932 | 2026-08-11T11:15:52.517Z | Compiling zerovec-derive v0.11.1 |
| 933 | 2026-08-11T11:15:52.543Z | Compiling displaydoc v0.2.5 |
| 934 | 2026-08-11T11:15:53.293Z | Compiling thiserror-impl v2.0.18 |
| 935 | 2026-08-11T11:15:53.334Z | Compiling schemars_derive v0.8.22 |
| 936 | 2026-08-11T11:15:53.501Z | Compiling tokio-macros v2.7.0 |
| 937 | 2026-08-11T11:15:53.562Z | Compiling zerocopy-derive v0.8.27 |
| 938 | 2026-08-11T11:15:53.625Z | Compiling futures-macro v0.3.32 |
| 939 | 2026-08-11T11:15:53.661Z | Checking zerofrom v0.1.6 |
| 940 | 2026-08-11T11:15:53.783Z | Checking yoke v0.8.0 |
| 941 | 2026-08-11T11:15:53.962Z | Checking zerovec v0.11.4 |
| 942 | 2026-08-11T11:15:54.221Z | Checking zerotrie v0.2.2 |
| 943 | 2026-08-11T11:15:54.482Z | Compiling zeroize_derive v1.4.3 |
| 944 | 2026-08-11T11:15:54.547Z | Compiling thiserror-impl v1.0.69 |
| 945 | 2026-08-11T11:15:54.616Z | Compiling regex-automata v0.4.13 |
| 946 | 2026-08-11T11:15:54.633Z | Compiling pest v2.8.2 |
| 947 | 2026-08-11T11:15:54.694Z | Checking tinystr v0.8.1 |
| 948 | 2026-08-11T11:15:54.760Z | Checking potential_utf v0.1.3 |
| 949 | 2026-08-11T11:15:54.882Z | Checking icu_locale_core v2.0.0 |
| 950 | 2026-08-11T11:15:54.898Z | Checking icu_collections v2.0.0 |
| 951 | 2026-08-11T11:15:55.144Z | Checking zeroize v1.8.1 |
| 952 | 2026-08-11T11:15:55.342Z | Checking icu_provider v2.0.0 |
| 953 | 2026-08-11T11:15:55.561Z | Checking bytes v1.12.0 |
| 954 | 2026-08-11T11:15:55.595Z | Checking icu_normalizer v2.0.0 |
| 955 | 2026-08-11T11:15:55.675Z | Checking icu_properties v2.0.1 |
| 956 | 2026-08-11T11:15:55.713Z | Checking chrono v0.4.45 |
| 957 | 2026-08-11T11:15:55.865Z | Compiling serde_tokenstream v0.2.3 |
| 958 | 2026-08-11T11:15:56.013Z | Checking tokio v1.52.3 |
| 959 | 2026-08-11T11:15:56.163Z | Compiling pest_meta v2.8.2 |
| 960 | 2026-08-11T11:15:56.430Z | Compiling regex v1.12.4 |
| 961 | 2026-08-11T11:15:56.496Z | Checking idna_adapter v1.2.1 |
| 962 | 2026-08-11T11:15:56.581Z | Checking futures-task v0.3.32 |
| 963 | 2026-08-11T11:15:56.621Z | Checking idna v1.1.0 |
| 964 | 2026-08-11T11:15:56.725Z | Checking typenum v1.20.1 |
| 965 | 2026-08-11T11:15:56.775Z | Checking futures-util v0.3.32 |
| 966 | 2026-08-11T11:15:56.823Z | Compiling pest_generator v2.8.2 |
| 967 | 2026-08-11T11:15:56.863Z | Checking url v2.5.7 |
| 968 | 2026-08-11T11:15:57.188Z | Compiling getrandom v0.3.3 |
| 969 | 2026-08-11T11:15:57.459Z | Compiling tracing-attributes v0.1.30 |
| 970 | 2026-08-11T11:15:57.481Z | Compiling pest_derive v2.8.2 |
| 971 | 2026-08-11T11:15:57.496Z | Checking tracing-core v0.1.34 |
| 972 | 2026-08-11T11:15:57.553Z | Compiling allocator-api2 v0.2.21 |
| 973 | 2026-08-11T11:15:57.791Z | Compiling foldhash v0.2.0 |
| 974 | 2026-08-11T11:15:57.871Z | Compiling pkg-config v0.3.32 |
| 975 | 2026-08-11T11:15:57.927Z | Checking fnv v1.0.7 |
| 976 | 2026-08-11T11:15:57.984Z | Compiling hashbrown v0.16.1 |
| 977 | 2026-08-11T11:15:58.029Z | Checking http v1.4.2 |
| 978 | 2026-08-11T11:15:58.274Z | Compiling generic-array v0.14.7 |
| 979 | 2026-08-11T11:15:58.317Z | Compiling vcpkg v0.2.15 |
| 980 | 2026-08-11T11:15:58.568Z | Compiling time-core v0.1.8 |
| 981 | 2026-08-11T11:15:58.584Z | Compiling num-conv v0.2.1 |
| 982 | 2026-08-11T11:15:58.648Z | Checking tracing v0.1.41 |
| 983 | 2026-08-11T11:15:58.670Z | Compiling byteorder v1.5.0 |
| 984 | 2026-08-11T11:15:58.735Z | Compiling time-macros v0.2.27 |
| 985 | 2026-08-11T11:15:58.893Z | Checking errno v0.3.14 |
| 986 | 2026-08-11T11:15:58.910Z | Checking ipnet v2.11.0 |
| 987 | 2026-08-11T11:15:59.018Z | Checking base64 v0.22.1 |
| 988 | 2026-08-11T11:15:59.130Z | Compiling scroll_derive v0.13.1 |
| 989 | 2026-08-11T11:15:59.176Z | Checking tokio-util v0.7.16 |
| 990 | 2026-08-11T11:15:59.262Z | Compiling camino v1.2.3 |
| 991 | 2026-08-11T11:15:59.365Z | Checking crypto-common v0.1.6 |
| 992 | 2026-08-11T11:15:59.501Z | Checking http-body v1.0.1 |
| 993 | 2026-08-11T11:15:59.639Z | Compiling crossbeam-utils v0.8.21 |
| 994 | 2026-08-11T11:15:59.702Z | Checking atomic-waker v1.1.2 |
| 995 | 2026-08-11T11:15:59.718Z | Checking ppv-lite86 v0.2.21 |
| 996 | 2026-08-11T11:15:59.860Z | Compiling slog v2.8.2 |
| 997 | 2026-08-11T11:15:59.969Z | Checking tower-service v0.3.3 |
| 998 | 2026-08-11T11:15:59.998Z | Checking try-lock v0.2.5 |
| 999 | 2026-08-11T11:16:00.014Z | Checking tower-layer v0.3.3 |
| 1000 | 2026-08-11T11:16:00.018Z | Compiling paste v1.0.15 |
| 1001 | 2026-08-11T11:16:00.105Z | Checking want v0.3.1 |
| 1002 | 2026-08-11T11:16:00.122Z | Checking h2 v0.4.14 |
| 1003 | 2026-08-11T11:16:00.164Z | Checking ipnetwork v0.21.1 |
| 1004 | 2026-08-11T11:16:00.240Z | Checking erased-serde v0.3.31 |
| 1005 | 2026-08-11T11:16:00.275Z | Checking rustls-pki-types v1.12.0 |
| 1006 | 2026-08-11T11:16:00.302Z | Checking ryu v1.0.20 |
| 1007 | 2026-08-11T11:16:00.378Z | Checking httpdate v1.0.3 |
| 1008 | 2026-08-11T11:16:00.401Z | Checking pretty-hex v0.4.1 |
| 1009 | 2026-08-11T11:16:00.438Z | Compiling async-trait v0.1.89 |
| 1010 | 2026-08-11T11:16:00.524Z | Checking socket2 v0.5.10 |
| 1011 | 2026-08-11T11:16:00.527Z | Checking untrusted v0.9.0 |
| 1012 | 2026-08-11T11:16:00.613Z | Compiling scroll v0.13.0 |
| 1013 | 2026-08-11T11:16:00.783Z | Checking plain v0.2.3 |
| 1014 | 2026-08-11T11:16:00.893Z | Compiling usdt-impl v0.6.0 |
| 1015 | 2026-08-11T11:16:00.945Z | Checking http-body-util v0.1.3 |
| 1016 | 2026-08-11T11:16:00.981Z | Compiling openssl-sys v0.9.117 |
| 1017 | 2026-08-11T11:16:01.027Z | Compiling goblin v0.10.1 |
| 1018 | 2026-08-11T11:16:01.161Z | Compiling cmake v0.1.54 |
| 1019 | 2026-08-11T11:16:01.244Z | Compiling fs_extra v1.3.0 |
| 1020 | 2026-08-11T11:16:01.316Z | Compiling strsim v0.11.1 |
| 1021 | 2026-08-11T11:16:01.500Z | Compiling dunce v1.0.5 |
| 1022 | 2026-08-11T11:16:01.532Z | Compiling slog-async v2.8.0 |
| 1023 | 2026-08-11T11:16:01.614Z | Compiling aws-lc-sys v0.39.1 |
| 1024 | 2026-08-11T11:16:01.676Z | Checking rand_core v0.9.3 |
| 1025 | 2026-08-11T11:16:01.694Z | Checking serde_urlencoded v0.7.1 |
| 1026 | 2026-08-11T11:16:01.707Z | Checking oxnet v0.1.6 |
| 1027 | 2026-08-11T11:16:01.846Z | Checking block-buffer v0.10.4 |
| 1028 | 2026-08-11T11:16:01.871Z | Compiling regress v0.10.5 |
| 1029 | 2026-08-11T11:16:01.897Z | Compiling dtrace-parser v0.3.0 |
| 1030 | 2026-08-11T11:16:01.968Z | Compiling openapiv3 v2.2.0 |
| 1031 | 2026-08-11T11:16:01.987Z | Compiling thread-id v5.0.0 |
| 1032 | 2026-08-11T11:16:02.019Z | Checking hyper v1.10.1 |
| 1033 | 2026-08-11T11:16:02.513Z | Checking digest v0.10.7 |
| 1034 | 2026-08-11T11:16:02.707Z | Compiling ident_case v1.0.1 |
| 1035 | 2026-08-11T11:16:02.710Z | Compiling omicron-workspace-hack v0.1.0 |
| 1036 | 2026-08-11T11:16:02.835Z | Compiling darling_core v0.21.3 |
| 1037 | 2026-08-11T11:16:02.921Z | Checking hyper-util v0.1.20 |
| 1038 | 2026-08-11T11:16:02.957Z | Checking rand_chacha v0.9.0 |
| 1039 | 2026-08-11T11:16:03.147Z | Compiling daft-derive v0.1.5 |
| 1040 | 2026-08-11T11:16:03.363Z | Compiling typify-impl v0.4.3 |
| 1041 | 2026-08-11T11:16:03.490Z | Compiling aws-lc-rs v1.16.2 |
| 1042 | 2026-08-11T11:16:03.795Z | Compiling dof v0.4.0 |
| 1043 | 2026-08-11T11:16:03.856Z | Checking powerfmt v0.2.0 |
| 1044 | 2026-08-11T11:16:04.012Z | Checking deranged v0.5.3 |
| 1045 | 2026-08-11T11:16:04.598Z | Checking rand v0.9.3 |
| 1046 | 2026-08-11T11:16:04.704Z | Checking num_threads v0.1.7 |
| 1047 | 2026-08-11T11:16:04.798Z | Compiling syn v1.0.109 |
| 1048 | 2026-08-11T11:16:04.919Z | Compiling usdt-attr-macro v0.6.0 |
| 1049 | 2026-08-11T11:16:04.945Z | Compiling darling_macro v0.21.3 |
| 1050 | 2026-08-11T11:16:04.978Z | Compiling usdt-macro v0.6.0 |
| 1051 | 2026-08-11T11:16:05.047Z | Compiling unsafe-libyaml v0.2.11 |
| 1052 | 2026-08-11T11:16:05.051Z | Checking time v0.3.47 |
| 1053 | 2026-08-11T11:16:05.486Z | Compiling darling v0.21.3 |
| 1054 | 2026-08-11T11:16:05.577Z | Compiling serde_yaml v0.9.34+deprecated |
| 1055 | 2026-08-11T11:16:05.731Z | Checking sync_wrapper v1.0.2 |
| 1056 | 2026-08-11T11:16:05.765Z | Checking encoding_rs v0.8.35 |
| 1057 | 2026-08-11T11:16:05.834Z | Checking mime v0.3.17 |
| 1058 | 2026-08-11T11:16:06.009Z | Checking cpufeatures v0.2.17 |
| 1059 | 2026-08-11T11:16:06.087Z | Checking untrusted v0.7.1 |
| 1060 | 2026-08-11T11:16:06.174Z | Checking tower v0.5.2 |
| 1061 | 2026-08-11T11:16:06.429Z | Checking crossbeam-channel v0.5.15 |
| 1062 | 2026-08-11T11:16:06.559Z | Checking futures-executor v0.3.32 |
| 1063 | 2026-08-11T11:16:06.608Z | Compiling structmeta-derive v0.3.0 |
| 1064 | 2026-08-11T11:16:06.700Z | Compiling multer v3.1.0 |
| 1065 | 2026-08-11T11:16:06.715Z | Checking iri-string v0.7.8 |
| 1066 | 2026-08-11T11:16:06.759Z | Compiling typify-macro v0.4.3 |
| 1067 | 2026-08-11T11:16:06.769Z | Compiling rustls v0.22.4 |
| 1068 | 2026-08-11T11:16:06.815Z | Compiling rustls v0.23.40 |
| 1069 | 2026-08-11T11:16:06.969Z | Checking futures v0.3.32 |
| 1070 | 2026-08-11T11:16:07.028Z | Compiling async-stream-impl v0.3.6 |
| 1071 | 2026-08-11T11:16:07.048Z | Checking thread_local v1.1.9 |
| 1072 | 2026-08-11T11:16:07.211Z | Checking fastrand v2.3.0 |
| 1073 | 2026-08-11T11:16:07.242Z | Checking foreign-types-shared v0.1.1 |
| 1074 | 2026-08-11T11:16:07.329Z | Checking hex v0.4.3 |
| 1075 | 2026-08-11T11:16:07.391Z | Compiling openssl v0.10.81 |
| 1076 | 2026-08-11T11:16:07.550Z | Checking tempfile v3.27.0 |
| 1077 | 2026-08-11T11:16:07.604Z | Compiling structmeta v0.3.0 |
| 1078 | 2026-08-11T11:16:07.634Z | Checking foreign-types v0.3.2 |
| 1079 | 2026-08-11T11:16:07.720Z | Checking tower-http v0.6.8 |
| 1080 | 2026-08-11T11:16:07.745Z | Compiling openssl-macros v0.1.1 |
| 1081 | 2026-08-11T11:16:07.771Z | Compiling strum_macros v0.26.4 |
| 1082 | 2026-08-11T11:16:07.797Z | Checking memmap2 v0.9.8 |
| 1083 | 2026-08-11T11:16:07.925Z | Checking is-terminal v0.4.16 |
| 1084 | 2026-08-11T11:16:07.986Z | Checking match_cfg v0.1.0 |
| 1085 | 2026-08-11T11:16:08.016Z | Checking term v1.2.0 |
| 1086 | 2026-08-11T11:16:08.057Z | Checking take_mut v0.2.2 |
| 1087 | 2026-08-11T11:16:08.078Z | Checking unicode-width v0.2.1 |
| 1088 | 2026-08-11T11:16:08.162Z | Compiling native-tls v0.2.14 |
| 1089 | 2026-08-11T11:16:08.186Z | Checking openssl-probe v0.1.6 |
| 1090 | 2026-08-11T11:16:08.227Z | Compiling typify v0.4.3 |
| 1091 | 2026-08-11T11:16:08.291Z | Checking slog-term v2.9.2 |
| 1092 | 2026-08-11T11:16:08.417Z | Checking hostname v0.3.1 |
| 1093 | 2026-08-11T11:16:08.521Z | Checking slog-json v2.6.1 |
| 1094 | 2026-08-11T11:16:08.544Z | Compiling newtype-uuid-macros v0.1.0 |
| 1095 | 2026-08-11T11:16:08.670Z | Compiling ref-cast v1.0.25 |
| 1096 | 2026-08-11T11:16:08.776Z | Checking slog-bunyan v2.5.0 |
| 1097 | 2026-08-11T11:16:09.039Z | Compiling ref-cast-impl v1.0.25 |
| 1098 | 2026-08-11T11:16:09.126Z | Compiling dropshot v0.16.7 |
| 1099 | 2026-08-11T11:16:09.343Z | Compiling derive-ex v0.1.8 |
| 1100 | 2026-08-11T11:16:09.373Z | Checking webpki-roots v1.0.2 |
| 1101 | 2026-08-11T11:16:09.463Z | Compiling dropshot_endpoint v0.16.7 |
| 1102 | 2026-08-11T11:16:09.497Z | Compiling strum_macros v0.27.2 |
| 1103 | 2026-08-11T11:16:09.993Z | Checking winnow v0.7.14 |
| 1104 | 2026-08-11T11:16:10.673Z | Checking tokio-native-tls v0.3.1 |
| 1105 | 2026-08-11T11:16:10.851Z | Checking either v1.15.0 |
| 1106 | 2026-08-11T11:16:10.971Z | Compiling test-strategy v0.4.3 |
| 1107 | 2026-08-11T11:16:11.028Z | Checking hyper-tls v0.6.0 |
| 1108 | 2026-08-11T11:16:11.043Z | Compiling progenitor-impl v0.11.1 |
| 1109 | 2026-08-11T11:16:11.142Z | Checking newtype-uuid v1.3.2 |
| 1110 | 2026-08-11T11:16:11.192Z | Checking winnow v1.0.3 |
| 1111 | 2026-08-11T11:16:11.294Z | Compiling serde_with_macros v3.14.1 |
| 1112 | 2026-08-11T11:16:11.323Z | Checking daft v0.1.5 |
| 1113 | 2026-08-11T11:16:11.476Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 1114 | 2026-08-11T11:16:11.495Z | Checking usdt v0.6.0 |
| 1115 | 2026-08-11T11:16:11.511Z | Checking serde_spanned v1.1.1 |
| 1116 | 2026-08-11T11:16:11.545Z | Checking debug-ignore v1.0.5 |
| 1117 | 2026-08-11T11:16:11.642Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 1118 | 2026-08-11T11:16:11.820Z | Checking spin v0.9.8 |
| 1119 | 2026-08-11T11:16:11.823Z | Compiling parse-display-derive v0.10.0 |
| 1120 | 2026-08-11T11:16:11.931Z | Checking async-stream v0.3.6 |
| 1121 | 2026-08-11T11:16:12.141Z | Checking rustls-webpki v0.102.8 |
| 1122 | 2026-08-11T11:16:12.165Z | Checking rustls-pemfile v2.2.0 |
| 1123 | 2026-08-11T11:16:12.294Z | Checking waitgroup v0.1.2 |
| 1124 | 2026-08-11T11:16:12.311Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1125 | 2026-08-11T11:16:12.379Z | Checking serde_path_to_error v0.1.20 |
| 1126 | 2026-08-11T11:16:12.400Z | Checking hostname v0.4.2 |
| 1127 | 2026-08-11T11:16:12.646Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1128 | 2026-08-11T11:16:12.756Z | Checking strum v0.26.3 |
| 1129 | 2026-08-11T11:16:12.872Z | Checking rand_chacha v0.3.1 |
| 1130 | 2026-08-11T11:16:12.963Z | Compiling toml_datetime v0.6.11 |
| 1131 | 2026-08-11T11:16:13.066Z | Checking macaddr v1.0.1 |
| 1132 | 2026-08-11T11:16:13.095Z | Compiling progenitor-macro v0.11.1 |
| 1133 | 2026-08-11T11:16:13.213Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1134 | 2026-08-11T11:16:13.245Z | Checking wait-timeout v0.2.1 |
| 1135 | 2026-08-11T11:16:13.326Z | Checking lazy_static v1.5.0 |
| 1136 | 2026-08-11T11:16:13.374Z | Checking bit-vec v0.8.0 |
| 1137 | 2026-08-11T11:16:13.407Z | Checking quick-error v1.2.3 |
| 1138 | 2026-08-11T11:16:13.424Z | Checking toml v0.9.12+spec-1.1.0 |
| 1139 | 2026-08-11T11:16:13.511Z | Checking rusty-fork v0.3.0 |
| 1140 | 2026-08-11T11:16:13.567Z | Checking bit-set v0.8.0 |
| 1141 | 2026-08-11T11:16:13.684Z | Checking rand v0.8.5 |
| 1142 | 2026-08-11T11:16:13.702Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1143 | 2026-08-11T11:16:13.905Z | Checking tokio-rustls v0.25.0 |
| 1144 | 2026-08-11T11:16:13.971Z | Checking tabwriter v1.4.1 |
| 1145 | 2026-08-11T11:16:13.988Z | Checking sha1 v0.10.6 |
| 1146 | 2026-08-11T11:16:14.104Z | Checking rand_xorshift v0.4.0 |
| 1147 | 2026-08-11T11:16:14.149Z | Compiling clap_derive v4.6.1 |
| 1148 | 2026-08-11T11:16:14.187Z | Checking utf8parse v0.2.2 |
| 1149 | 2026-08-11T11:16:14.237Z | Checking unarray v0.1.4 |
| 1150 | 2026-08-11T11:16:14.291Z | Checking colored v3.1.1 |
| 1151 | 2026-08-11T11:16:14.331Z | Checking anstyle-parse v1.0.0 |
| 1152 | 2026-08-11T11:16:14.361Z | Checking proptest v1.8.0 |
| 1153 | 2026-08-11T11:16:14.489Z | Checking strum v0.27.2 |
| 1154 | 2026-08-11T11:16:14.602Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1155 | 2026-08-11T11:16:14.632Z | Checking terminal_size v0.4.3 |
| 1156 | 2026-08-11T11:16:15.042Z | Checking colorchoice v1.0.4 |
| 1157 | 2026-08-11T11:16:15.148Z | Checking anstyle v1.0.14 |
| 1158 | 2026-08-11T11:16:15.165Z | Checking is_terminal_polyfill v1.70.1 |
| 1159 | 2026-08-11T11:16:15.180Z | Checking anstyle-query v1.1.4 |
| 1160 | 2026-08-11T11:16:15.337Z | Checking anstream v1.0.0 |
| 1161 | 2026-08-11T11:16:15.658Z | Checking clap_lex v1.1.0 |
| 1162 | 2026-08-11T11:16:16.021Z | Checking clap_builder v4.6.0 |
| 1163 | 2026-08-11T11:16:16.052Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1164 | 2026-08-11T11:16:16.593Z | Checking serde_with v3.14.1 |
| 1165 | 2026-08-11T11:16:16.696Z | Compiling itertools v0.14.0 |
| 1166 | 2026-08-11T11:16:17.190Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1167 | 2026-08-11T11:16:17.264Z | Checking clap v4.6.1 |
| 1168 | 2026-08-11T11:16:17.346Z | Checking instant v0.1.13 |
| 1169 | 2026-08-11T11:16:17.486Z | Checking rustc-hash v2.1.1 |
| 1170 | 2026-08-11T11:16:17.600Z | Checking backoff v0.4.0 |
| 1171 | 2026-08-11T11:16:17.603Z | Checking iddqd v0.3.18 |
| 1172 | 2026-08-11T11:16:17.777Z | Checking parse-display v0.10.0 |
| 1173 | 2026-08-11T11:16:17.878Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1174 | 2026-08-11T11:16:17.941Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1175 | 2026-08-11T11:16:19.749Z | Compiling num-derive v0.4.2 |
| 1176 | 2026-08-11T11:16:20.042Z | Compiling rustls-webpki v0.103.6 |
| 1177 | 2026-08-11T11:16:20.739Z | Compiling prettyplease v0.2.37 |
| 1178 | 2026-08-11T11:16:21.400Z | Compiling cfg_aliases v0.2.1 |
| 1179 | 2026-08-11T11:16:22.368Z | Compiling memoffset v0.9.1 |
| 1180 | 2026-08-11T11:16:22.745Z | Checking serde_spanned v0.6.9 |
| 1181 | 2026-08-11T11:16:23.383Z | Compiling tokio-rustls v0.26.4 |
| 1182 | 2026-08-11T11:16:24.188Z | Compiling hyper-rustls v0.27.7 |
| 1183 | 2026-08-11T11:16:24.387Z | Compiling reqwest v0.12.23 |
| 1184 | 2026-08-11T11:16:25.240Z | Checking crossbeam-epoch v0.9.18 |
| 1185 | 2026-08-11T11:16:25.530Z | Compiling progenitor-client v0.11.1 |
| 1186 | 2026-08-11T11:16:25.875Z | Compiling winnow v0.5.40 |
| 1187 | 2026-08-11T11:16:26.956Z | Compiling progenitor v0.11.1 |
| 1188 | 2026-08-11T11:16:27.198Z | Compiling toml_edit v0.19.15 |
| 1189 | 2026-08-11T11:16:27.712Z | Compiling num-integer v0.1.46 |
| 1190 | 2026-08-11T11:16:28.247Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1191 | 2026-08-11T11:16:28.342Z | Compiling proc-macro-crate v1.3.1 |
| 1192 | 2026-08-11T11:16:28.569Z | Compiling progenitor-client v0.10.0 |
| 1193 | 2026-08-11T11:16:29.225Z | Compiling hubpack_derive v0.1.1 |
| 1194 | 2026-08-11T11:16:29.581Z | Compiling rayon-core v1.13.0 |
| 1195 | 2026-08-11T11:16:29.752Z | Checking toml_write v0.1.2 |
| 1196 | 2026-08-11T11:16:29.768Z | Checking hubpack v0.1.2 |
| 1197 | 2026-08-11T11:16:29.845Z | Checking num-rational v0.4.2 |
| 1198 | 2026-08-11T11:16:29.927Z | Checking toml_edit v0.22.27 |
| 1199 | 2026-08-11T11:16:29.944Z | Checking num-iter v0.1.45 |
| 1200 | 2026-08-11T11:16:30.273Z | Compiling zerocopy-derive v0.7.35 |
| 1201 | 2026-08-11T11:16:30.310Z | Compiling num-complex v0.4.6 |
| 1202 | 2026-08-11T11:16:30.573Z | Checking static_assertions v1.1.0 |
| 1203 | 2026-08-11T11:16:30.728Z | Checking num v0.4.3 |
| 1204 | 2026-08-11T11:16:30.978Z | Checking crossbeam-deque v0.8.6 |
| 1205 | 2026-08-11T11:16:30.995Z | Checking toml v0.8.23 |
| 1206 | 2026-08-11T11:16:31.104Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1207 | 2026-08-11T11:16:31.161Z | Checking float-ord v0.3.2 |
| 1208 | 2026-08-11T11:16:31.273Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1209 | 2026-08-11T11:16:31.468Z | Compiling proc-macro-error-attr v1.0.4 |
| 1210 | 2026-08-11T11:16:31.537Z | Compiling heapless v0.8.0 |
| 1211 | 2026-08-11T11:16:31.704Z | Compiling heck v0.4.1 |
| 1212 | 2026-08-11T11:16:31.736Z | Checking bytecount v0.6.9 |
| 1213 | 2026-08-11T11:16:31.842Z | Checking libscf-sys v1.2.0 |
| 1214 | 2026-08-11T11:16:31.902Z | Compiling ingot-macros v0.1.1 |
| 1215 | 2026-08-11T11:16:31.977Z | Checking hash32 v0.3.1 |
| 1216 | 2026-08-11T11:16:32.026Z | Compiling proc-macro-error v1.0.4 |
| 1217 | 2026-08-11T11:16:32.107Z | Compiling smoltcp v0.11.0 |
| 1218 | 2026-08-11T11:16:32.318Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1219 | 2026-08-11T11:16:32.807Z | Compiling zerocopy v0.7.35 |
| 1220 | 2026-08-11T11:16:32.965Z | Compiling num_enum_derive v0.7.5 |
| 1221 | 2026-08-11T11:16:33.104Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1222 | 2026-08-11T11:16:33.125Z | Checking cobs v0.3.0 |
| 1223 | 2026-08-11T11:16:33.276Z | Compiling scroll_derive v0.12.1 |
| 1224 | 2026-08-11T11:16:33.333Z | Compiling foreign-types-macros v0.2.3 |
| 1225 | 2026-08-11T11:16:33.354Z | Compiling usdt-impl v0.5.0 |
| 1226 | 2026-08-11T11:16:33.618Z | Checking foreign-types-shared v0.3.1 |
| 1227 | 2026-08-11T11:16:33.666Z | Compiling crucible-workspace-hack v0.1.0 |
| 1228 | 2026-08-11T11:16:33.713Z | Checking bitflags v1.3.2 |
| 1229 | 2026-08-11T11:16:33.797Z | Checking managed v0.8.0 |
| 1230 | 2026-08-11T11:16:33.955Z | Checking scroll v0.12.0 |
| 1231 | 2026-08-11T11:16:33.955Z | Checking foreign-types v0.5.0 |
| 1232 | 2026-08-11T11:16:34.004Z | Checking num_enum v0.7.5 |
| 1233 | 2026-08-11T11:16:34.020Z | Compiling dof v0.3.0 |
| 1234 | 2026-08-11T11:16:34.049Z | Checking postcard v1.1.3 |
| 1235 | 2026-08-11T11:16:34.300Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1236 | 2026-08-11T11:16:34.379Z | Compiling dtrace-parser v0.2.0 |
| 1237 | 2026-08-11T11:16:34.443Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1238 | 2026-08-11T11:16:34.473Z | Checking camino-tempfile v1.4.1 |
| 1239 | 2026-08-11T11:16:34.547Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1240 | 2026-08-11T11:16:34.550Z | Checking ingot-types v0.1.2 |
| 1241 | 2026-08-11T11:16:34.632Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1242 | 2026-08-11T11:16:34.761Z | Checking cstr-argument v0.1.2 |
| 1243 | 2026-08-11T11:16:34.870Z | Compiling thread-id v4.2.2 |
| 1244 | 2026-08-11T11:16:34.895Z | Compiling minimal-lexical v0.2.1 |
| 1245 | 2026-08-11T11:16:34.912Z | Checking ingot v0.1.1 |
| 1246 | 2026-08-11T11:16:34.929Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1247 | 2026-08-11T11:16:35.024Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1248 | 2026-08-11T11:16:35.097Z | Compiling nom v7.1.3 |
| 1249 | 2026-08-11T11:16:35.145Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1250 | 2026-08-11T11:16:35.194Z | Checking goblin v0.8.2 |
| 1251 | 2026-08-11T11:16:35.290Z | Checking rayon v1.11.0 |
| 1252 | 2026-08-11T11:16:35.506Z | Compiling num_enum_derive v0.5.11 |
| 1253 | 2026-08-11T11:16:35.799Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1254 | 2026-08-11T11:16:36.175Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1255 | 2026-08-11T11:16:36.299Z | Compiling rustc_version v0.4.1 |
| 1256 | 2026-08-11T11:16:36.479Z | Compiling convert_case v0.4.0 |
| 1257 | 2026-08-11T11:16:36.578Z | Compiling rustix v0.38.44 |
| 1258 | 2026-08-11T11:16:36.652Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1259 | 2026-08-11T11:16:36.683Z | Checking tinyvec_macros v0.1.1 |
| 1260 | 2026-08-11T11:16:36.758Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1261 | 2026-08-11T11:16:36.790Z | Compiling derive_more v0.99.20 |
| 1262 | 2026-08-11T11:16:37.003Z | Checking tinyvec v1.10.0 |
| 1263 | 2026-08-11T11:16:37.041Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1264 | 2026-08-11T11:16:37.223Z | Checking num_enum v0.5.11 |
| 1265 | 2026-08-11T11:16:37.274Z | Compiling nix v0.31.3 |
| 1266 | 2026-08-11T11:16:37.318Z | Compiling nix v0.30.1 |
| 1267 | 2026-08-11T11:16:37.398Z | Compiling libz-sys v1.1.22 |
| 1268 | 2026-08-11T11:16:37.582Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1269 | 2026-08-11T11:16:37.711Z | Compiling crc32fast v1.5.0 |
| 1270 | 2026-08-11T11:16:37.923Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1271 | 2026-08-11T11:16:37.949Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1272 | 2026-08-11T11:16:38.098Z | Compiling usdt-attr-macro v0.5.0 |
| 1273 | 2026-08-11T11:16:38.293Z | Compiling usdt-macro v0.5.0 |
| 1274 | 2026-08-11T11:16:38.633Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1275 | 2026-08-11T11:16:38.755Z | Compiling zone_cfg_derive v0.3.1 |
| 1276 | 2026-08-11T11:16:38.814Z | Checking papergrid v0.18.0 |
| 1277 | 2026-08-11T11:16:38.830Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1278 | 2026-08-11T11:16:38.971Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1279 | 2026-08-11T11:16:38.989Z | Checking itertools v0.12.1 |
| 1280 | 2026-08-11T11:16:39.151Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1281 | 2026-08-11T11:16:39.341Z | Checking sigpipe v0.1.3 |
| 1282 | 2026-08-11T11:16:39.391Z | Checking memmap v0.7.0 |
| 1283 | 2026-08-11T11:16:39.462Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1284 | 2026-08-11T11:16:39.478Z | Checking adler2 v2.0.1 |
| 1285 | 2026-08-11T11:16:39.585Z | Checking glob v0.3.3 |
| 1286 | 2026-08-11T11:16:39.600Z | Checking jiff v0.2.15 |
| 1287 | 2026-08-11T11:16:39.637Z | Checking tabled v0.21.0 |
| 1288 | 2026-08-11T11:16:39.653Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1289 | 2026-08-11T11:16:39.711Z | Checking miniz_oxide v0.8.9 |
| 1290 | 2026-08-11T11:16:39.766Z | Checking usdt v0.5.0 |
| 1291 | 2026-08-11T11:16:39.831Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1292 | 2026-08-11T11:16:39.984Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1293 | 2026-08-11T11:16:40.029Z | Checking zone v0.3.1 |
| 1294 | 2026-08-11T11:16:40.062Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1295 | 2026-08-11T11:16:40.417Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1296 | 2026-08-11T11:16:40.535Z | Checking itertools v0.15.0 |
| 1297 | 2026-08-11T11:16:40.643Z | Checking smf v0.2.3 |
| 1298 | 2026-08-11T11:16:40.866Z | Checking secrecy v0.10.3 |
| 1299 | 2026-08-11T11:16:40.899Z | Checking bstr v1.12.0 |
| 1300 | 2026-08-11T11:16:40.973Z | Checking whoami v1.6.1 |
| 1301 | 2026-08-11T11:16:41.149Z | Checking flate2 v1.1.2 |
| 1302 | 2026-08-11T11:16:41.228Z | Compiling curve25519-dalek v4.1.3 |
| 1303 | 2026-08-11T11:16:41.244Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1304 | 2026-08-11T11:16:41.318Z | Compiling clang-sys v1.8.1 |
| 1305 | 2026-08-11T11:16:41.435Z | Checking hmac v0.12.1 |
| 1306 | 2026-08-11T11:16:41.510Z | Checking inout v0.1.4 |
| 1307 | 2026-08-11T11:16:41.577Z | Checking hybrid-array v0.4.12 |
| 1308 | 2026-08-11T11:16:41.650Z | Checking ff v0.13.1 |
| 1309 | 2026-08-11T11:16:41.690Z | Compiling enum-as-inner v0.6.1 |
| 1310 | 2026-08-11T11:16:41.776Z | Compiling semver v0.1.20 |
| 1311 | 2026-08-11T11:16:42.028Z | Checking data-encoding v2.9.0 |
| 1312 | 2026-08-11T11:16:42.045Z | Compiling rustc_version v0.1.7 |
| 1313 | 2026-08-11T11:16:42.049Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1314 | 2026-08-11T11:16:42.224Z | Checking group v0.13.0 |
| 1315 | 2026-08-11T11:16:42.257Z | Checking cipher v0.4.4 |
| 1316 | 2026-08-11T11:16:42.275Z | Checking hkdf v0.12.4 |
| 1317 | 2026-08-11T11:16:42.338Z | Checking atomicwrites v0.4.4 |
| 1318 | 2026-08-11T11:16:42.374Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1319 | 2026-08-11T11:16:42.388Z | Checking universal-hash v0.5.1 |
| 1320 | 2026-08-11T11:16:42.410Z | Checking crypto-bigint v0.5.5 |
| 1321 | 2026-08-11T11:16:42.452Z | Compiling regress v0.11.1 |
| 1322 | 2026-08-11T11:16:42.469Z | Checking half v2.7.1 |
| 1323 | 2026-08-11T11:16:42.513Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1324 | 2026-08-11T11:16:42.633Z | Checking ciborium-io v0.2.2 |
| 1325 | 2026-08-11T11:16:42.708Z | Checking base16ct v0.2.0 |
| 1326 | 2026-08-11T11:16:42.725Z | Checking indent_write v2.2.0 |
| 1327 | 2026-08-11T11:16:42.836Z | Checking opaque-debug v0.3.1 |
| 1328 | 2026-08-11T11:16:42.861Z | Checking base64ct v1.8.0 |
| 1329 | 2026-08-11T11:16:42.912Z | Checking poly1305 v0.8.0 |
| 1330 | 2026-08-11T11:16:43.101Z | Checking password-hash v0.5.0 |
| 1331 | 2026-08-11T11:16:43.148Z | Checking ciborium-ll v0.2.2 |
| 1332 | 2026-08-11T11:16:43.324Z | Checking chacha20 v0.9.1 |
| 1333 | 2026-08-11T11:16:43.324Z | Compiling newtype_derive v0.1.6 |
| 1334 | 2026-08-11T11:16:43.419Z | Checking elliptic-curve v0.13.8 |
| 1335 | 2026-08-11T11:16:43.436Z | Checking thiserror-no-std v2.0.2 |
| 1336 | 2026-08-11T11:16:43.517Z | Checking block-buffer v0.12.0 |
| 1337 | 2026-08-11T11:16:43.534Z | Checking crypto-common v0.2.2 |
| 1338 | 2026-08-11T11:16:43.555Z | Checking similar v2.7.0 |
| 1339 | 2026-08-11T11:16:43.572Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1340 | 2026-08-11T11:16:43.664Z | Checking blake2 v0.10.6 |
| 1341 | 2026-08-11T11:16:43.668Z | Checking aead v0.5.2 |
| 1342 | 2026-08-11T11:16:43.815Z | Compiling libloading v0.8.9 |
| 1343 | 2026-08-11T11:16:43.819Z | Checking compression-core v0.4.32 |
| 1344 | 2026-08-11T11:16:43.863Z | Checking keccak v0.1.6 |
| 1345 | 2026-08-11T11:16:43.881Z | Checking resolv-conf v0.7.5 |
| 1346 | 2026-08-11T11:16:43.881Z | Checking linked-hash-map v0.5.6 |
| 1347 | 2026-08-11T11:16:43.965Z | Compiling typify-impl v0.6.2 |
| 1348 | 2026-08-11T11:16:44.010Z | Compiling bindgen v0.72.1 |
| 1349 | 2026-08-11T11:16:44.028Z | Checking const-oid v0.10.2 |
| 1350 | 2026-08-11T11:16:44.049Z | Compiling owo-colors v4.3.0 |
| 1351 | 2026-08-11T11:16:44.078Z | Checking lru-cache v0.1.2 |
| 1352 | 2026-08-11T11:16:44.147Z | Checking sha3 v0.10.8 |
| 1353 | 2026-08-11T11:16:44.185Z | Checking digest v0.11.3 |
| 1354 | 2026-08-11T11:16:44.201Z | Checking compression-codecs v0.4.32 |
| 1355 | 2026-08-11T11:16:44.338Z | Checking argon2 v0.5.3 |
| 1356 | 2026-08-11T11:16:44.341Z | Checking vsss-rs v3.3.4 |
| 1357 | 2026-08-11T11:16:44.370Z | Checking chacha20poly1305 v0.10.1 |
| 1358 | 2026-08-11T11:16:44.522Z | Checking ciborium v0.2.2 |
| 1359 | 2026-08-11T11:16:44.559Z | Checking hickory-proto v0.24.4 |
| 1360 | 2026-08-11T11:16:44.680Z | Checking tokio-dtrace v0.1.1 |
| 1361 | 2026-08-11T11:16:44.914Z | Compiling cexpr v0.6.0 |
| 1362 | 2026-08-11T11:16:44.938Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1363 | 2026-08-11T11:16:45.233Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1364 | 2026-08-11T11:16:45.479Z | Checking serde-big-array v0.5.1 |
| 1365 | 2026-08-11T11:16:45.496Z | Compiling serde_repr v0.1.20 |
| 1366 | 2026-08-11T11:16:45.511Z | Compiling derive-where v1.6.0 |
| 1367 | 2026-08-11T11:16:45.622Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 1368 | 2026-08-11T11:16:45.831Z | Compiling dropshot v0.17.1 |
| 1369 | 2026-08-11T11:16:46.022Z | Checking unicode-segmentation v1.12.0 |
| 1370 | 2026-08-11T11:16:46.077Z | Checking same-file v1.0.6 |
| 1371 | 2026-08-11T11:16:46.080Z | Checking siphasher v1.0.1 |
| 1372 | 2026-08-11T11:16:46.109Z | Checking cpufeatures v0.3.0 |
| 1373 | 2026-08-11T11:16:46.189Z | Compiling shlex v1.3.0 |
| 1374 | 2026-08-11T11:16:46.205Z | Checking walkdir v2.5.0 |
| 1375 | 2026-08-11T11:16:46.259Z | Checking phf_shared v0.12.1 |
| 1376 | 2026-08-11T11:16:46.345Z | Checking newline-converter v0.3.0 |
| 1377 | 2026-08-11T11:16:46.391Z | Checking sha1 v0.11.0 |
| 1378 | 2026-08-11T11:16:46.406Z | Checking hickory-resolver v0.24.4 |
| 1379 | 2026-08-11T11:16:46.462Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1380 | 2026-08-11T11:16:46.625Z | Checking toml v1.1.2+spec-1.1.0 |
| 1381 | 2026-08-11T11:16:46.750Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1382 | 2026-08-11T11:16:47.090Z | Checking oxide-tokio-rt v0.1.2 |
| 1383 | 2026-08-11T11:16:47.207Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1384 | 2026-08-11T11:16:47.327Z | Checking async-compression v0.4.33 |
| 1385 | 2026-08-11T11:16:47.411Z | Checking console v0.15.11 |
| 1386 | 2026-08-11T11:16:47.460Z | Compiling typify-macro v0.6.2 |
| 1387 | 2026-08-11T11:16:47.572Z | Compiling progenitor-impl v0.10.0 |
| 1388 | 2026-08-11T11:16:47.689Z | Checking tokio-stream v0.1.17 |
| 1389 | 2026-08-11T11:16:47.896Z | Compiling dropshot_endpoint v0.17.1 |
| 1390 | 2026-08-11T11:16:48.009Z | Compiling pin-project-internal v1.1.10 |
| 1391 | 2026-08-11T11:16:48.068Z | Compiling slog-dtrace v0.3.0 |
| 1392 | 2026-08-11T11:16:48.307Z | Checking csv-core v0.1.12 |
| 1393 | 2026-08-11T11:16:48.495Z | Checking unicode-width v0.1.14 |
| 1394 | 2026-08-11T11:16:48.658Z | Compiling cancel-safe-futures v0.1.5 |
| 1395 | 2026-08-11T11:16:48.754Z | Checking smawk v0.3.2 |
| 1396 | 2026-08-11T11:16:48.895Z | Checking unicode-linebreak v0.1.5 |
| 1397 | 2026-08-11T11:16:48.914Z | Compiling unicode-xid v0.2.6 |
| 1398 | 2026-08-11T11:16:48.980Z | Checking swrite v0.1.0 |
| 1399 | 2026-08-11T11:16:49.058Z | Compiling chrono-tz v0.10.4 |
| 1400 | 2026-08-11T11:16:49.076Z | Checking foldhash v0.1.5 |
| 1401 | 2026-08-11T11:16:49.093Z | Checking pin-project v1.1.10 |
| 1402 | 2026-08-11T11:16:49.113Z | Checking textwrap v0.16.2 |
| 1403 | 2026-08-11T11:16:49.192Z | Compiling const_format_proc_macros v0.2.34 |
| 1404 | 2026-08-11T11:16:49.216Z | Checking hashbrown v0.15.5 |
| 1405 | 2026-08-11T11:16:49.331Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1406 | 2026-08-11T11:16:49.334Z | Checking csv v1.4.0 |
| 1407 | 2026-08-11T11:16:49.652Z | Compiling progenitor-macro v0.10.0 |
| 1408 | 2026-08-11T11:16:49.741Z | Checking qorb v0.4.1 |
| 1409 | 2026-08-11T11:16:49.769Z | Checking expectorate v1.2.0 |
| 1410 | 2026-08-11T11:16:49.907Z | Checking phf v0.12.1 |
| 1411 | 2026-08-11T11:16:50.035Z | Checking unicode-normalization v0.1.24 |
| 1412 | 2026-08-11T11:16:50.061Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1413 | 2026-08-11T11:16:50.568Z | Compiling snafu-derive v0.8.9 |
| 1414 | 2026-08-11T11:16:50.842Z | Checking libsw-core v0.3.2 |
| 1415 | 2026-08-11T11:16:51.004Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1416 | 2026-08-11T11:16:51.044Z | Compiling async-recursion v1.1.1 |
| 1417 | 2026-08-11T11:16:51.441Z | Compiling cookie v0.18.1 |
| 1418 | 2026-08-11T11:16:51.570Z | Compiling moka v0.12.11 |
| 1419 | 2026-08-11T11:16:51.682Z | Checking highway v1.3.0 |
| 1420 | 2026-08-11T11:16:51.698Z | Checking fixedbitset v0.5.7 |
| 1421 | 2026-08-11T11:16:51.715Z | Checking fixedbitset v0.4.2 |
| 1422 | 2026-08-11T11:16:51.876Z | Checking petgraph v0.6.5 |
| 1423 | 2026-08-11T11:16:51.904Z | Checking petgraph v0.8.2 |
| 1424 | 2026-08-11T11:16:52.283Z | Checking snafu v0.8.9 |
| 1425 | 2026-08-11T11:16:52.529Z | Checking libsw v3.5.0 |
| 1426 | 2026-08-11T11:16:52.683Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1427 | 2026-08-11T11:16:52.872Z | Checking olpc-cjson v0.1.4 |
| 1428 | 2026-08-11T11:16:53.018Z | Checking const_format v0.2.34 |
| 1429 | 2026-08-11T11:16:53.223Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1430 | 2026-08-11T11:16:53.307Z | Compiling typify v0.6.2 |
| 1431 | 2026-08-11T11:16:53.338Z | Checking papergrid v0.11.0 |
| 1432 | 2026-08-11T11:16:53.403Z | Checking globset v0.4.16 |
| 1433 | 2026-08-11T11:16:53.480Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1434 | 2026-08-11T11:16:53.625Z | Checking gethostname v0.5.0 |
| 1435 | 2026-08-11T11:16:53.719Z | Compiling tabled_derive v0.7.0 |
| 1436 | 2026-08-11T11:16:53.769Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1437 | 2026-08-11T11:16:53.796Z | Checking progenitor v0.10.0 |
| 1438 | 2026-08-11T11:16:53.934Z | Checking reqwest v0.13.2 |
| 1439 | 2026-08-11T11:16:53.937Z | Checking bcs v0.1.6 |
| 1440 | 2026-08-11T11:16:53.975Z | Checking pem v3.0.5 |
| 1441 | 2026-08-11T11:16:54.098Z | Checking serde_plain v1.0.2 |
| 1442 | 2026-08-11T11:16:54.140Z | Checking termtree v0.5.1 |
| 1443 | 2026-08-11T11:16:54.171Z | Checking crc8 v0.1.1 |
| 1444 | 2026-08-11T11:16:54.247Z | Checking humantime v2.3.0 |
| 1445 | 2026-08-11T11:16:54.275Z | Compiling signal-hook v0.4.4 |
| 1446 | 2026-08-11T11:16:54.292Z | Checking tagptr v0.2.0 |
| 1447 | 2026-08-11T11:16:54.464Z | Checking typed-path v0.9.3 |
| 1448 | 2026-08-11T11:16:54.480Z | Checking linear-map v1.2.0 |
| 1449 | 2026-08-11T11:16:54.567Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1450 | 2026-08-11T11:16:54.654Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1451 | 2026-08-11T11:16:54.671Z | Checking tabled v0.15.0 |
| 1452 | 2026-08-11T11:16:55.187Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1453 | 2026-08-11T11:16:55.245Z | Checking tough v0.20.0 |
| 1454 | 2026-08-11T11:16:55.357Z | Compiling progenitor-impl v0.14.0 |
| 1455 | 2026-08-11T11:16:55.899Z | Checking steno v0.4.1 |
| 1456 | 2026-08-11T11:16:56.156Z | Checking hickory-proto v0.25.2 |
| 1457 | 2026-08-11T11:16:56.696Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 1458 | 2026-08-11T11:16:56.863Z | Compiling cargo-platform v0.1.9 |
| 1459 | 2026-08-11T11:16:57.092Z | Compiling vergen v8.3.2 |
| 1460 | 2026-08-11T11:16:57.110Z | Compiling fs-err v3.1.2 |
| 1461 | 2026-08-11T11:16:57.204Z | Compiling cargo_metadata v0.18.1 |
| 1462 | 2026-08-11T11:16:57.431Z | Compiling progenitor-macro v0.14.0 |
| 1463 | 2026-08-11T11:16:57.468Z | Checking progenitor-client v0.14.0 |
| 1464 | 2026-08-11T11:16:57.540Z | Checking dropshot-api-manager-types v0.7.2 |
| 1465 | 2026-08-11T11:16:57.689Z | Checking sha2 v0.10.9 |
| 1466 | 2026-08-11T11:16:57.714Z | Compiling blake3 v1.8.2 |
| 1467 | 2026-08-11T11:16:57.731Z | Checking hickory-resolver v0.25.2 |
| 1468 | 2026-08-11T11:16:58.285Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1469 | 2026-08-11T11:16:58.357Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1470 | 2026-08-11T11:16:58.823Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1471 | 2026-08-11T11:16:59.079Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1472 | 2026-08-11T11:16:59.244Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1473 | 2026-08-11T11:16:59.468Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1474 | 2026-08-11T11:16:59.700Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1475 | 2026-08-11T11:16:59.831Z | Checking git-stub v1.0.0 |
| 1476 | 2026-08-11T11:16:59.930Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1477 | 2026-08-11T11:17:00.006Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1478 | 2026-08-11T11:17:00.137Z | Compiling strum_macros v0.28.0 |
| 1479 | 2026-08-11T11:17:00.392Z | Checking filetime v0.2.26 |
| 1480 | 2026-08-11T11:17:00.410Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1481 | 2026-08-11T11:17:00.520Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1482 | 2026-08-11T11:17:00.536Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1483 | 2026-08-11T11:17:00.756Z | Checking constant_time_eq v0.3.1 |
| 1484 | 2026-08-11T11:17:00.774Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1485 | 2026-08-11T11:17:00.880Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1486 | 2026-08-11T11:17:01.202Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1487 | 2026-08-11T11:17:01.225Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1488 | 2026-08-11T11:17:01.450Z | Checking arrayvec v0.7.6 |
| 1489 | 2026-08-11T11:17:01.598Z | Checking progenitor v0.14.0 |
| 1490 | 2026-08-11T11:17:01.642Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1491 | 2026-08-11T11:17:01.687Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1492 | 2026-08-11T11:17:01.729Z | Checking arrayref v0.3.9 |
| 1493 | 2026-08-11T11:17:01.748Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1494 | 2026-08-11T11:17:01.809Z | Checking xattr v1.6.1 |
| 1495 | 2026-08-11T11:17:01.869Z | Checking is_ci v1.2.0 |
| 1496 | 2026-08-11T11:17:01.934Z | Compiling curl v0.4.50 |
| 1497 | 2026-08-11T11:17:01.950Z | Checking tar v0.4.45 |
| 1498 | 2026-08-11T11:17:01.977Z | Checking supports-color v3.0.2 |
| 1499 | 2026-08-11T11:17:02.110Z | Checking strum v0.28.0 |
| 1500 | 2026-08-11T11:17:02.245Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1501 | 2026-08-11T11:17:02.531Z | Checking toml v0.7.8 |
| 1502 | 2026-08-11T11:17:02.651Z | Checking git-stub-vcs v0.1.0 |
| 1503 | 2026-08-11T11:17:02.976Z | Checking drift v0.2.0 |
| 1504 | 2026-08-11T11:17:03.033Z | Checking kstat-rs v0.2.4 |
| 1505 | 2026-08-11T11:17:03.226Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1506 | 2026-08-11T11:17:03.283Z | Checking topological-sort v0.2.2 |
| 1507 | 2026-08-11T11:17:03.430Z | Checking omicron-zone-package v0.12.2 |
| 1508 | 2026-08-11T11:17:03.603Z | Checking dropshot-api-manager v0.7.2 |
| 1509 | 2026-08-11T11:17:03.629Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1510 | 2026-08-11T11:17:04.703Z | Checking signal-hook-tokio v0.4.0 |
| 1511 | 2026-08-11T11:17:04.840Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1512 | 2026-08-11T11:17:05.003Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1513 | 2026-08-11T11:17:05.323Z | Checking scuffle v0.1.0 |
| 1514 | 2026-08-11T11:17:05.367Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1515 | 2026-08-11T11:17:05.408Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1516 | 2026-08-11T11:17:06.057Z | Checking iddqd v0.4.5 |
| 1517 | 2026-08-11T11:17:06.076Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1518 | 2026-08-11T11:17:06.153Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1519 | 2026-08-11T11:17:06.352Z | Checking search_path v0.1.4 |
| 1520 | 2026-08-11T11:17:06.382Z | Checking internet-checksum v0.2.1 |
| 1521 | 2026-08-11T11:17:06.495Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1522 | 2026-08-11T11:17:06.511Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1523 | 2026-08-11T11:17:06.685Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1524 | 2026-08-11T11:17:06.966Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1525 | 2026-08-11T11:17:07.346Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1526 | 2026-08-11T11:17:07.486Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1527 | 2026-08-11T11:17:07.851Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1528 | 2026-08-11T11:17:09.115Z | Compiling git2 v0.19.0 |
| 1529 | 2026-08-11T11:17:10.291Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1530 | 2026-08-11T11:17:11.426Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1531 | 2026-08-11T11:17:18.877Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1532 | 2026-08-11T11:17:20.197Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1533 | 2026-08-11T11:17:25.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 08s |
| 1534 | 2026-08-11T11:17:25.470Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1535 | 2026-08-11T11:17:25.470Z | + cargo clippy --features tofino_asic -- --deny warnings |
| 1536 | 2026-08-11T11:17:25.968Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 1537 | 2026-08-11T11:17:25.971Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1538 | 2026-08-11T11:17:26.047Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1539 | 2026-08-11T11:17:26.047Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1540 | 2026-08-11T11:17:33.173Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1541 | 2026-08-11T11:17:33.176Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1542 | 2026-08-11T11:17:35.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.20s |
| 1543 | 2026-08-11T11:17:35.856Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1544 | 2026-08-11T11:17:35.856Z | + cargo clippy --features softnpu -- --deny warnings |
| 1545 | 2026-08-11T11:17:36.155Z | Downloading crates ... |
| 1546 | 2026-08-11T11:17:36.284Z | Downloaded tap v1.0.1 |
| 1547 | 2026-08-11T11:17:36.290Z | Downloaded ascii v1.1.0 |
| 1548 | 2026-08-11T11:17:36.293Z | Downloaded typeid v1.0.3 |
| 1549 | 2026-08-11T11:17:36.293Z | Downloaded radium v0.7.0 |
| 1550 | 2026-08-11T11:17:36.296Z | Downloaded serde_arrays v0.1.0 |
| 1551 | 2026-08-11T11:17:36.299Z | Downloaded funty v2.0.0 |
| 1552 | 2026-08-11T11:17:36.303Z | Downloaded bitstruct_derive v0.1.0 |
| 1553 | 2026-08-11T11:17:36.303Z | Downloaded bitstruct v0.1.1 |
| 1554 | 2026-08-11T11:17:36.306Z | Downloaded libloading v0.7.4 |
| 1555 | 2026-08-11T11:17:36.307Z | Downloaded erased-serde v0.4.8 |
| 1556 | 2026-08-11T11:17:36.310Z | Downloaded wyz v0.5.1 |
| 1557 | 2026-08-11T11:17:36.319Z | Downloaded bitvec v1.0.1 |
| 1558 | 2026-08-11T11:17:36.328Z | Downloaded num-bigint v0.4.6 |
| 1559 | 2026-08-11T11:17:36.448Z | Checking num-integer v0.1.46 |
| 1560 | 2026-08-11T11:17:36.527Z | Checking num-complex v0.4.6 |
| 1561 | 2026-08-11T11:17:36.536Z | Compiling radium v0.7.0 |
| 1562 | 2026-08-11T11:17:36.544Z | Checking tap v1.0.1 |
| 1563 | 2026-08-11T11:17:36.549Z | Checking funty v2.0.0 |
| 1564 | 2026-08-11T11:17:36.556Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1565 | 2026-08-11T11:17:36.559Z | Compiling typeid v1.0.3 |
| 1566 | 2026-08-11T11:17:36.562Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1567 | 2026-08-11T11:17:36.627Z | Checking wyz v0.5.1 |
| 1568 | 2026-08-11T11:17:36.721Z | Checking num-bigint v0.4.6 |
| 1569 | 2026-08-11T11:17:36.724Z | Checking num-iter v0.1.45 |
| 1570 | 2026-08-11T11:17:36.771Z | Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1571 | 2026-08-11T11:17:36.790Z | Compiling erased-serde v0.4.8 |
| 1572 | 2026-08-11T11:17:36.843Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1573 | 2026-08-11T11:17:36.847Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1574 | 2026-08-11T11:17:36.871Z | Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1575 | 2026-08-11T11:17:36.916Z | Compiling bitstruct_derive v0.1.0 |
| 1576 | 2026-08-11T11:17:36.963Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1577 | 2026-08-11T11:17:36.966Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1578 | 2026-08-11T11:17:36.981Z | Checking ascii v1.1.0 |
| 1579 | 2026-08-11T11:17:36.984Z | Checking bitvec v1.0.1 |
| 1580 | 2026-08-11T11:17:36.995Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1581 | 2026-08-11T11:17:37.049Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1582 | 2026-08-11T11:17:37.148Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1583 | 2026-08-11T11:17:37.156Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1584 | 2026-08-11T11:17:37.165Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1585 | 2026-08-11T11:17:37.185Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1586 | 2026-08-11T11:17:37.441Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1587 | 2026-08-11T11:17:37.469Z | Checking serde_arrays v0.1.0 |
| 1588 | 2026-08-11T11:17:37.536Z | Checking num-rational v0.4.2 |
| 1589 | 2026-08-11T11:17:37.553Z | Checking bitstruct v0.1.1 |
| 1590 | 2026-08-11T11:17:37.569Z | Checking libloading v0.7.4 |
| 1591 | 2026-08-11T11:17:37.596Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1592 | 2026-08-11T11:17:37.808Z | Checking num v0.4.3 |
| 1593 | 2026-08-11T11:17:37.876Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1594 | 2026-08-11T11:17:38.410Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 1595 | 2026-08-11T11:17:38.698Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 1596 | 2026-08-11T11:17:38.698Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 1597 | 2026-08-11T11:17:38.891Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1598 | 2026-08-11T11:17:39.090Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1599 | 2026-08-11T11:17:39.093Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1600 | 2026-08-11T11:17:39.575Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1601 | 2026-08-11T11:17:39.804Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1602 | 2026-08-11T11:17:39.807Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1603 | 2026-08-11T11:17:39.807Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1604 | 2026-08-11T11:17:39.807Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1605 | 2026-08-11T11:17:40.199Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1606 | 2026-08-11T11:17:40.624Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1607 | 2026-08-11T11:17:41.463Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1608 | 2026-08-11T11:17:43.704Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1609 | 2026-08-11T11:17:44.057Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1610 | 2026-08-11T11:17:44.949Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1611 | 2026-08-11T11:17:45.600Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1612 | 2026-08-11T11:17:45.718Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1613 | 2026-08-11T11:17:52.250Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1614 | 2026-08-11T11:17:53.512Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1615 | 2026-08-11T11:17:54.044Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1616 | 2026-08-11T11:17:58.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.56s |
| 1617 | 2026-08-11T11:17:58.608Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1618 | 2026-08-11T11:17:58.608Z | + cargo clippy --features chaos -- --deny warnings |
| 1619 | 2026-08-11T11:17:59.089Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1620 | 2026-08-11T11:17:59.093Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1621 | 2026-08-11T11:17:59.093Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1622 | 2026-08-11T11:18:06.194Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1623 | 2026-08-11T11:18:06.196Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1624 | 2026-08-11T11:18:08.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.04s |
| 1625 | 2026-08-11T11:18:08.842Z | + banner fmt |
| 1626 | 2026-08-11T11:18:08.845Z | |
| 1627 | 2026-08-11T11:18:08.846Z | ###### # # ##### |
| 1628 | 2026-08-11T11:18:08.846Z | # ## ## # |
| 1629 | 2026-08-11T11:18:08.846Z | ##### # ## # # |
| 1630 | 2026-08-11T11:18:08.846Z | # # # # |
| 1631 | 2026-08-11T11:18:08.846Z | # # # # |
| 1632 | 2026-08-11T11:18:08.846Z | # # # # |
| 1633 | 2026-08-11T11:18:08.846Z | |
| 1634 | 2026-08-11T11:18:08.846Z | + cargo fmt -- --check |
| 1635 | 2026-08-11T11:18:09.292Z | + banner test |
| 1636 | 2026-08-11T11:18:09.296Z | |
| 1637 | 2026-08-11T11:18:09.296Z | ##### ###### #### ##### |
| 1638 | 2026-08-11T11:18:09.296Z | # # # # |
| 1639 | 2026-08-11T11:18:09.296Z | # ##### #### # |
| 1640 | 2026-08-11T11:18:09.296Z | # # # # |
| 1641 | 2026-08-11T11:18:09.296Z | # # # # # |
| 1642 | 2026-08-11T11:18:09.296Z | # ###### #### # |
| 1643 | 2026-08-11T11:18:09.296Z | |
| 1644 | 2026-08-11T11:18:09.296Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1645 | 2026-08-11T11:18:09.296Z | + RUST_BACKTRACE=full |
| 1646 | 2026-08-11T11:18:09.296Z | + cargo test --features tofino_stub --no-fail-fast |
| 1647 | 2026-08-11T11:18:10.158Z | Compiling unicode-ident v1.0.24 |
| 1648 | 2026-08-11T11:18:10.158Z | Compiling cfg-if v1.0.4 |
| 1649 | 2026-08-11T11:18:10.161Z | Compiling memchr v2.7.5 |
| 1650 | 2026-08-11T11:18:10.263Z | Compiling serde_core v1.0.228 |
| 1651 | 2026-08-11T11:18:10.281Z | Compiling itoa v1.0.15 |
| 1652 | 2026-08-11T11:18:10.290Z | Compiling libc v0.2.186 |
| 1653 | 2026-08-11T11:18:10.298Z | Compiling zmij v1.0.17 |
| 1654 | 2026-08-11T11:18:10.324Z | Compiling libm v0.2.15 |
| 1655 | 2026-08-11T11:18:10.377Z | Compiling proc-macro2 v1.0.106 |
| 1656 | 2026-08-11T11:18:10.563Z | Compiling equivalent v1.0.2 |
| 1657 | 2026-08-11T11:18:10.653Z | Compiling log v0.4.29 |
| 1658 | 2026-08-11T11:18:10.771Z | Compiling quote v1.0.45 |
| 1659 | 2026-08-11T11:18:10.801Z | Compiling smallvec v1.15.1 |
| 1660 | 2026-08-11T11:18:10.836Z | Compiling heck v0.5.0 |
| 1661 | 2026-08-11T11:18:10.935Z | Compiling syn v2.0.118 |
| 1662 | 2026-08-11T11:18:11.009Z | Compiling iana-time-zone v0.1.64 |
| 1663 | 2026-08-11T11:18:11.084Z | Compiling dyn-clone v1.0.20 |
| 1664 | 2026-08-11T11:18:11.102Z | Compiling hashbrown v0.17.1 |
| 1665 | 2026-08-11T11:18:11.134Z | Compiling stable_deref_trait v1.2.0 |
| 1666 | 2026-08-11T11:18:11.218Z | Compiling pin-project-lite v0.2.16 |
| 1667 | 2026-08-11T11:18:11.230Z | Compiling percent-encoding v2.3.2 |
| 1668 | 2026-08-11T11:18:11.234Z | Compiling fnv v1.0.7 |
| 1669 | 2026-08-11T11:18:11.318Z | Compiling writeable v0.6.1 |
| 1670 | 2026-08-11T11:18:11.340Z | Compiling litemap v0.8.0 |
| 1671 | 2026-08-11T11:18:11.429Z | Compiling icu_normalizer_data v2.0.0 |
| 1672 | 2026-08-11T11:18:11.444Z | Compiling icu_properties_data v2.0.1 |
| 1673 | 2026-08-11T11:18:11.539Z | Compiling regex-syntax v0.8.11 |
| 1674 | 2026-08-11T11:18:11.560Z | Compiling form_urlencoded v1.2.2 |
| 1675 | 2026-08-11T11:18:11.603Z | Compiling utf8_iter v1.0.4 |
| 1676 | 2026-08-11T11:18:11.622Z | Compiling scopeguard v1.2.0 |
| 1677 | 2026-08-11T11:18:11.652Z | Compiling num-traits v0.2.19 |
| 1678 | 2026-08-11T11:18:11.733Z | Compiling lock_api v0.4.14 |
| 1679 | 2026-08-11T11:18:11.745Z | Compiling getrandom v0.4.2 |
| 1680 | 2026-08-11T11:18:11.892Z | Compiling semver v1.0.28 |
| 1681 | 2026-08-11T11:18:11.965Z | Compiling serde_json v1.0.150 |
| 1682 | 2026-08-11T11:18:12.051Z | Compiling indexmap v2.14.0 |
| 1683 | 2026-08-11T11:18:12.183Z | Compiling aho-corasick v1.1.3 |
| 1684 | 2026-08-11T11:18:12.237Z | Compiling byteorder v1.5.0 |
| 1685 | 2026-08-11T11:18:12.256Z | Compiling ucd-trie v0.1.7 |
| 1686 | 2026-08-11T11:18:12.407Z | Compiling futures-core v0.3.32 |
| 1687 | 2026-08-11T11:18:12.463Z | Compiling uuid v1.23.3 |
| 1688 | 2026-08-11T11:18:12.549Z | Compiling allocator-api2 v0.2.21 |
| 1689 | 2026-08-11T11:18:12.678Z | Compiling foldhash v0.2.0 |
| 1690 | 2026-08-11T11:18:12.870Z | Compiling time-core v0.1.8 |
| 1691 | 2026-08-11T11:18:12.887Z | Compiling num-conv v0.2.1 |
| 1692 | 2026-08-11T11:18:12.892Z | Compiling hashbrown v0.16.1 |
| 1693 | 2026-08-11T11:18:12.912Z | Compiling futures-sink v0.3.32 |
| 1694 | 2026-08-11T11:18:13.018Z | Compiling regex-automata v0.4.13 |
| 1695 | 2026-08-11T11:18:13.022Z | Compiling ryu v1.0.20 |
| 1696 | 2026-08-11T11:18:13.042Z | Compiling time-macros v0.2.27 |
| 1697 | 2026-08-11T11:18:13.481Z | Compiling pretty-hex v0.4.1 |
| 1698 | 2026-08-11T11:18:13.617Z | Compiling slab v0.4.11 |
| 1699 | 2026-08-11T11:18:13.692Z | Compiling synstructure v0.13.2 |
| 1700 | 2026-08-11T11:18:13.777Z | Compiling serde_derive_internals v0.29.1 |
| 1701 | 2026-08-11T11:18:13.797Z | Compiling plain v0.2.3 |
| 1702 | 2026-08-11T11:18:13.854Z | Compiling strsim v0.11.1 |
| 1703 | 2026-08-11T11:18:14.031Z | Compiling futures-channel v0.3.32 |
| 1704 | 2026-08-11T11:18:14.190Z | Compiling futures-io v0.3.32 |
| 1705 | 2026-08-11T11:18:14.202Z | Compiling futures-task v0.3.32 |
| 1706 | 2026-08-11T11:18:14.252Z | Compiling socket2 v0.6.4 |
| 1707 | 2026-08-11T11:18:14.276Z | Compiling parking_lot_core v0.9.12 |
| 1708 | 2026-08-11T11:18:14.350Z | Compiling signal-hook-registry v1.4.6 |
| 1709 | 2026-08-11T11:18:14.373Z | Compiling thread-id v5.0.0 |
| 1710 | 2026-08-11T11:18:14.471Z | Compiling parking_lot v0.12.5 |
| 1711 | 2026-08-11T11:18:14.557Z | Compiling mio v1.2.1 |
| 1712 | 2026-08-11T11:18:14.679Z | Compiling regress v0.10.5 |
| 1713 | 2026-08-11T11:18:14.724Z | Compiling darling_core v0.21.3 |
| 1714 | 2026-08-11T11:18:14.750Z | Compiling regex v1.12.4 |
| 1715 | 2026-08-11T11:18:14.762Z | Compiling bitflags v2.11.1 |
| 1716 | 2026-08-11T11:18:14.892Z | Compiling base64 v0.22.1 |
| 1717 | 2026-08-11T11:18:14.953Z | Compiling serde_derive v1.0.228 |
| 1718 | 2026-08-11T11:18:15.016Z | Compiling zerofrom-derive v0.1.6 |
| 1719 | 2026-08-11T11:18:15.087Z | Compiling yoke-derive v0.8.0 |
| 1720 | 2026-08-11T11:18:15.238Z | Compiling zerovec-derive v0.11.1 |
| 1721 | 2026-08-11T11:18:15.251Z | Compiling displaydoc v0.2.5 |
| 1722 | 2026-08-11T11:18:15.665Z | Compiling thiserror-impl v2.0.18 |
| 1723 | 2026-08-11T11:18:16.031Z | Compiling schemars_derive v0.8.22 |
| 1724 | 2026-08-11T11:18:16.160Z | Compiling tokio-macros v2.7.0 |
| 1725 | 2026-08-11T11:18:16.259Z | Compiling zerocopy-derive v0.8.27 |
| 1726 | 2026-08-11T11:18:16.347Z | Compiling zeroize_derive v1.4.3 |
| 1727 | 2026-08-11T11:18:16.850Z | Compiling futures-macro v0.3.32 |
| 1728 | 2026-08-11T11:18:16.908Z | Compiling zerofrom v0.1.6 |
| 1729 | 2026-08-11T11:18:16.921Z | Compiling thiserror v2.0.18 |
| 1730 | 2026-08-11T11:18:17.029Z | Compiling yoke v0.8.0 |
| 1731 | 2026-08-11T11:18:17.043Z | Compiling thiserror-impl v1.0.69 |
| 1732 | 2026-08-11T11:18:17.053Z | Compiling tracing-attributes v0.1.30 |
| 1733 | 2026-08-11T11:18:17.226Z | Compiling zerovec v0.11.4 |
| 1734 | 2026-08-11T11:18:17.248Z | Compiling zerotrie v0.2.2 |
| 1735 | 2026-08-11T11:18:17.520Z | Compiling zerocopy v0.8.27 |
| 1736 | 2026-08-11T11:18:17.561Z | Compiling pest v2.8.2 |
| 1737 | 2026-08-11T11:18:17.656Z | Compiling serde v1.0.228 |
| 1738 | 2026-08-11T11:18:18.075Z | Compiling tinystr v0.8.1 |
| 1739 | 2026-08-11T11:18:18.188Z | Compiling bytes v1.12.0 |
| 1740 | 2026-08-11T11:18:18.222Z | Compiling serde_tokenstream v0.2.3 |
| 1741 | 2026-08-11T11:18:18.239Z | Compiling potential_utf v0.1.3 |
| 1742 | 2026-08-11T11:18:18.291Z | Compiling icu_locale_core v2.0.0 |
| 1743 | 2026-08-11T11:18:18.321Z | Compiling chrono v0.4.45 |
| 1744 | 2026-08-11T11:18:18.417Z | Compiling icu_collections v2.0.0 |
| 1745 | 2026-08-11T11:18:18.518Z | Compiling scroll_derive v0.13.1 |
| 1746 | 2026-08-11T11:18:18.852Z | Compiling icu_provider v2.0.0 |
| 1747 | 2026-08-11T11:18:18.870Z | Compiling http v1.4.2 |
| 1748 | 2026-08-11T11:18:18.940Z | Compiling pest_meta v2.8.2 |
| 1749 | 2026-08-11T11:18:19.007Z | Compiling async-trait v0.1.89 |
| 1750 | 2026-08-11T11:18:19.162Z | Compiling icu_normalizer v2.0.0 |
| 1751 | 2026-08-11T11:18:19.175Z | Compiling icu_properties v2.0.1 |
| 1752 | 2026-08-11T11:18:19.362Z | Compiling schemars v0.8.22 |
| 1753 | 2026-08-11T11:18:19.782Z | Compiling pest_generator v2.8.2 |
| 1754 | 2026-08-11T11:18:19.875Z | Compiling scroll v0.13.0 |
| 1755 | 2026-08-11T11:18:19.907Z | Compiling thiserror v1.0.69 |
| 1756 | 2026-08-11T11:18:20.018Z | Compiling tokio v1.52.3 |
| 1757 | 2026-08-11T11:18:20.055Z | Compiling openapiv3 v2.2.0 |
| 1758 | 2026-08-11T11:18:20.152Z | Compiling idna_adapter v1.2.1 |
| 1759 | 2026-08-11T11:18:20.345Z | Compiling idna v1.1.0 |
| 1760 | 2026-08-11T11:18:20.375Z | Compiling goblin v0.10.1 |
| 1761 | 2026-08-11T11:18:20.425Z | Compiling pest_derive v2.8.2 |
| 1762 | 2026-08-11T11:18:20.438Z | Compiling daft-derive v0.1.5 |
| 1763 | 2026-08-11T11:18:20.638Z | Compiling url v2.5.7 |
| 1764 | 2026-08-11T11:18:20.998Z | Compiling dtrace-parser v0.3.0 |
| 1765 | 2026-08-11T11:18:21.135Z | Compiling typify-impl v0.4.3 |
| 1766 | 2026-08-11T11:18:21.206Z | Compiling darling_macro v0.21.3 |
| 1767 | 2026-08-11T11:18:21.494Z | Compiling http-body v1.0.1 |
| 1768 | 2026-08-11T11:18:21.657Z | Compiling ppv-lite86 v0.2.21 |
| 1769 | 2026-08-11T11:18:21.691Z | Compiling erased-serde v0.3.31 |
| 1770 | 2026-08-11T11:18:21.800Z | Compiling darling v0.21.3 |
| 1771 | 2026-08-11T11:18:21.887Z | Compiling serde_yaml v0.9.34+deprecated |
| 1772 | 2026-08-11T11:18:21.899Z | Compiling openssl-macros v0.1.1 |
| 1773 | 2026-08-11T11:18:21.983Z | Compiling getrandom v0.2.16 |
| 1774 | 2026-08-11T11:18:22.187Z | Compiling atomic-waker v1.1.2 |
| 1775 | 2026-08-11T11:18:22.318Z | Compiling ipnet v2.11.0 |
| 1776 | 2026-08-11T11:18:22.579Z | Compiling httparse v1.10.1 |
| 1777 | 2026-08-11T11:18:22.868Z | Compiling untrusted v0.9.0 |
| 1778 | 2026-08-11T11:18:22.901Z | Compiling tower-service v0.3.3 |
| 1779 | 2026-08-11T11:18:22.993Z | Compiling tower-layer v0.3.3 |
| 1780 | 2026-08-11T11:18:23.006Z | Compiling anyhow v1.0.102 |
| 1781 | 2026-08-11T11:18:23.143Z | Compiling dof v0.4.0 |
| 1782 | 2026-08-11T11:18:23.156Z | Compiling try-lock v0.2.5 |
| 1783 | 2026-08-11T11:18:23.270Z | Compiling want v0.3.1 |
| 1784 | 2026-08-11T11:18:23.293Z | Compiling syn v1.0.109 |
| 1785 | 2026-08-11T11:18:23.398Z | Compiling zeroize v1.8.1 |
| 1786 | 2026-08-11T11:18:23.447Z | Compiling httpdate v1.0.3 |
| 1787 | 2026-08-11T11:18:23.609Z | Compiling usdt-impl v0.6.0 |
| 1788 | 2026-08-11T11:18:23.676Z | Compiling portable-atomic v1.11.1 |
| 1789 | 2026-08-11T11:18:24.323Z | Compiling async-stream-impl v0.3.6 |
| 1790 | 2026-08-11T11:18:24.405Z | Compiling structmeta-derive v0.3.0 |
| 1791 | 2026-08-11T11:18:24.592Z | Compiling critical-section v1.2.0 |
| 1792 | 2026-08-11T11:18:25.044Z | Compiling once_cell v1.21.3 |
| 1793 | 2026-08-11T11:18:25.078Z | Compiling usdt-macro v0.6.0 |
| 1794 | 2026-08-11T11:18:25.099Z | Compiling usdt-attr-macro v0.6.0 |
| 1795 | 2026-08-11T11:18:25.271Z | Compiling newtype-uuid-macros v0.1.0 |
| 1796 | 2026-08-11T11:18:25.486Z | Compiling structmeta v0.3.0 |
| 1797 | 2026-08-11T11:18:25.703Z | Compiling strum_macros v0.26.4 |
| 1798 | 2026-08-11T11:18:26.107Z | Compiling powerfmt v0.2.0 |
| 1799 | 2026-08-11T11:18:26.295Z | Compiling deranged v0.5.3 |
| 1800 | 2026-08-11T11:18:26.321Z | Compiling num_threads v0.1.7 |
| 1801 | 2026-08-11T11:18:26.913Z | Compiling http-body-util v0.1.3 |
| 1802 | 2026-08-11T11:18:26.926Z | Compiling omicron-workspace-hack v0.1.0 |
| 1803 | 2026-08-11T11:18:27.017Z | Compiling dropshot_endpoint v0.16.7 |
| 1804 | 2026-08-11T11:18:27.154Z | Compiling serde_urlencoded v0.7.1 |
| 1805 | 2026-08-11T11:18:27.157Z | Compiling ref-cast-impl v1.0.25 |
| 1806 | 2026-08-11T11:18:27.343Z | Compiling typify-macro v0.4.3 |
| 1807 | 2026-08-11T11:18:27.368Z | Compiling derive-ex v0.1.8 |
| 1808 | 2026-08-11T11:18:27.415Z | Compiling strum_macros v0.27.2 |
| 1809 | 2026-08-11T11:18:27.496Z | Compiling sync_wrapper v1.0.2 |
| 1810 | 2026-08-11T11:18:27.608Z | Compiling serde_with_macros v3.14.1 |
| 1811 | 2026-08-11T11:18:27.624Z | Compiling subtle v2.6.1 |
| 1812 | 2026-08-11T11:18:27.797Z | Compiling thread_local v1.1.9 |
| 1813 | 2026-08-11T11:18:28.066Z | Compiling iri-string v0.7.8 |
| 1814 | 2026-08-11T11:18:28.092Z | Compiling futures-util v0.3.32 |
| 1815 | 2026-08-11T11:18:28.617Z | Compiling match_cfg v0.1.0 |
| 1816 | 2026-08-11T11:18:28.705Z | Compiling rand_core v0.6.4 |
| 1817 | 2026-08-11T11:18:28.749Z | Compiling take_mut v0.2.2 |
| 1818 | 2026-08-11T11:18:28.909Z | Compiling typenum v1.20.1 |
| 1819 | 2026-08-11T11:18:28.933Z | Compiling term v1.2.0 |
| 1820 | 2026-08-11T11:18:28.947Z | Compiling test-strategy v0.4.3 |
| 1821 | 2026-08-11T11:18:29.386Z | Compiling typify v0.4.3 |
| 1822 | 2026-08-11T11:18:29.581Z | Compiling progenitor-impl v0.11.1 |
| 1823 | 2026-08-11T11:18:29.741Z | Compiling parse-display-derive v0.10.0 |
| 1824 | 2026-08-11T11:18:29.755Z | Compiling tracing-core v0.1.34 |
| 1825 | 2026-08-11T11:18:29.784Z | Compiling toml_datetime v0.6.11 |
| 1826 | 2026-08-11T11:18:29.797Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1827 | 2026-08-11T11:18:30.072Z | Compiling camino v1.2.3 |
| 1828 | 2026-08-11T11:18:30.283Z | Compiling tracing v0.1.41 |
| 1829 | 2026-08-11T11:18:30.391Z | Compiling clap_derive v4.6.1 |
| 1830 | 2026-08-11T11:18:30.507Z | Compiling encoding_rs v0.8.35 |
| 1831 | 2026-08-11T11:18:30.522Z | Compiling cpufeatures v0.2.17 |
| 1832 | 2026-08-11T11:18:30.600Z | Compiling mime v0.3.17 |
| 1833 | 2026-08-11T11:18:30.695Z | Compiling fastrand v2.3.0 |
| 1834 | 2026-08-11T11:18:30.886Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1835 | 2026-08-11T11:18:31.356Z | Compiling unicode-width v0.2.1 |
| 1836 | 2026-08-11T11:18:31.795Z | Compiling errno v0.3.14 |
| 1837 | 2026-08-11T11:18:31.888Z | Compiling hex v0.4.3 |
| 1838 | 2026-08-11T11:18:31.950Z | Compiling generic-array v0.14.7 |
| 1839 | 2026-08-11T11:18:32.130Z | Compiling ipnetwork v0.21.1 |
| 1840 | 2026-08-11T11:18:32.149Z | Compiling crossbeam-utils v0.8.21 |
| 1841 | 2026-08-11T11:18:32.217Z | Compiling tokio-util v0.7.16 |
| 1842 | 2026-08-11T11:18:32.459Z | Compiling slog v2.8.2 |
| 1843 | 2026-08-11T11:18:32.683Z | Compiling rustix v1.1.4 |
| 1844 | 2026-08-11T11:18:32.844Z | Compiling getrandom v0.3.3 |
| 1845 | 2026-08-11T11:18:32.870Z | Compiling winnow v0.7.14 |
| 1846 | 2026-08-11T11:18:32.943Z | Compiling h2 v0.4.14 |
| 1847 | 2026-08-11T11:18:33.017Z | Compiling rand_core v0.9.3 |
| 1848 | 2026-08-11T11:18:33.031Z | Compiling crypto-common v0.1.6 |
| 1849 | 2026-08-11T11:18:33.076Z | Compiling progenitor-macro v0.11.1 |
| 1850 | 2026-08-11T11:18:33.165Z | Compiling oxnet v0.1.6 |
| 1851 | 2026-08-11T11:18:33.238Z | Compiling itertools v0.14.0 |
| 1852 | 2026-08-11T11:18:33.876Z | Compiling winnow v1.0.3 |
| 1853 | 2026-08-11T11:18:34.173Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1854 | 2026-08-11T11:18:34.241Z | Compiling num-derive v0.4.2 |
| 1855 | 2026-08-11T11:18:34.362Z | Compiling serde_spanned v1.1.1 |
| 1856 | 2026-08-11T11:18:34.520Z | Compiling socket2 v0.5.10 |
| 1857 | 2026-08-11T11:18:34.557Z | Compiling spin v0.9.8 |
| 1858 | 2026-08-11T11:18:34.685Z | Compiling debug-ignore v1.0.5 |
| 1859 | 2026-08-11T11:18:34.923Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1860 | 2026-08-11T11:18:34.986Z | Compiling rand_chacha v0.9.0 |
| 1861 | 2026-08-11T11:18:35.145Z | Compiling hyper v1.10.1 |
| 1862 | 2026-08-11T11:18:35.157Z | Compiling rustls-pki-types v1.12.0 |
| 1863 | 2026-08-11T11:18:35.265Z | Compiling quick-error v1.2.3 |
| 1864 | 2026-08-11T11:18:35.382Z | Compiling rand v0.9.3 |
| 1865 | 2026-08-11T11:18:35.482Z | Compiling tabwriter v1.4.1 |
| 1866 | 2026-08-11T11:18:35.654Z | Compiling async-stream v0.3.6 |
| 1867 | 2026-08-11T11:18:35.739Z | Compiling waitgroup v0.1.2 |
| 1868 | 2026-08-11T11:18:35.833Z | Compiling serde_path_to_error v0.1.20 |
| 1869 | 2026-08-11T11:18:35.885Z | Compiling bit-vec v0.8.0 |
| 1870 | 2026-08-11T11:18:35.888Z | Compiling lazy_static v1.5.0 |
| 1871 | 2026-08-11T11:18:35.991Z | Compiling colored v3.1.1 |
| 1872 | 2026-08-11T11:18:35.994Z | Compiling strum v0.26.3 |
| 1873 | 2026-08-11T11:18:36.121Z | Compiling bit-set v0.8.0 |
| 1874 | 2026-08-11T11:18:36.124Z | Compiling time v0.3.47 |
| 1875 | 2026-08-11T11:18:36.145Z | Compiling ring v0.17.14 |
| 1876 | 2026-08-11T11:18:36.285Z | Compiling hyper-util v0.1.20 |
| 1877 | 2026-08-11T11:18:36.401Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1878 | 2026-08-11T11:18:36.723Z | Compiling unarray v0.1.4 |
| 1879 | 2026-08-11T11:18:36.841Z | Compiling anstyle v1.0.14 |
| 1880 | 2026-08-11T11:18:37.018Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1881 | 2026-08-11T11:18:37.075Z | Compiling crossbeam-channel v0.5.15 |
| 1882 | 2026-08-11T11:18:37.552Z | Compiling macaddr v1.0.1 |
| 1883 | 2026-08-11T11:18:37.660Z | Compiling utf8parse v0.2.2 |
| 1884 | 2026-08-11T11:18:37.751Z | Compiling block-buffer v0.10.4 |
| 1885 | 2026-08-11T11:18:37.779Z | Compiling anstyle-parse v1.0.0 |
| 1886 | 2026-08-11T11:18:37.779Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1887 | 2026-08-11T11:18:37.836Z | Compiling ref-cast v1.0.25 |
| 1888 | 2026-08-11T11:18:37.908Z | Compiling anstyle-query v1.1.4 |
| 1889 | 2026-08-11T11:18:37.945Z | Compiling is_terminal_polyfill v1.70.1 |
| 1890 | 2026-08-11T11:18:37.973Z | Compiling colorchoice v1.0.4 |
| 1891 | 2026-08-11T11:18:37.973Z | Compiling digest v0.10.7 |
| 1892 | 2026-08-11T11:18:37.997Z | Compiling strum v0.27.2 |
| 1893 | 2026-08-11T11:18:38.017Z | Compiling is-terminal v0.4.16 |
| 1894 | 2026-08-11T11:18:38.043Z | Compiling clap_lex v1.1.0 |
| 1895 | 2026-08-11T11:18:38.097Z | Compiling anstream v1.0.0 |
| 1896 | 2026-08-11T11:18:38.112Z | Compiling slog-term v2.9.2 |
| 1897 | 2026-08-11T11:18:38.125Z | Compiling slog-async v2.8.0 |
| 1898 | 2026-08-11T11:18:38.153Z | Compiling slog-json v2.6.1 |
| 1899 | 2026-08-11T11:18:38.195Z | Compiling hostname v0.3.1 |
| 1900 | 2026-08-11T11:18:38.354Z | Compiling slog-bunyan v2.5.0 |
| 1901 | 2026-08-11T11:18:38.388Z | Compiling futures-executor v0.3.32 |
| 1902 | 2026-08-11T11:18:38.419Z | Compiling tower v0.5.2 |
| 1903 | 2026-08-11T11:18:38.496Z | Compiling instant v0.1.13 |
| 1904 | 2026-08-11T11:18:38.665Z | Compiling futures v0.3.32 |
| 1905 | 2026-08-11T11:18:38.717Z | Compiling aws-lc-sys v0.39.1 |
| 1906 | 2026-08-11T11:18:38.733Z | Compiling untrusted v0.7.1 |
| 1907 | 2026-08-11T11:18:38.771Z | Compiling openssl-sys v0.9.117 |
| 1908 | 2026-08-11T11:18:38.837Z | Compiling tower-http v0.6.8 |
| 1909 | 2026-08-11T11:18:39.213Z | Compiling memmap2 v0.9.8 |
| 1910 | 2026-08-11T11:18:39.254Z | Compiling aws-lc-rs v1.16.2 |
| 1911 | 2026-08-11T11:18:39.954Z | Compiling foreign-types-shared v0.1.1 |
| 1912 | 2026-08-11T11:18:40.294Z | Compiling rustls-webpki v0.103.6 |
| 1913 | 2026-08-11T11:18:40.459Z | Compiling foreign-types v0.3.2 |
| 1914 | 2026-08-11T11:18:40.851Z | Compiling rustls v0.23.40 |
| 1915 | 2026-08-11T11:18:40.871Z | Compiling tempfile v3.27.0 |
| 1916 | 2026-08-11T11:18:41.314Z | Compiling openssl-probe v0.1.6 |
| 1917 | 2026-08-11T11:18:41.585Z | Compiling openssl v0.10.81 |
| 1918 | 2026-08-11T11:18:41.831Z | Compiling either v1.15.0 |
| 1919 | 2026-08-11T11:18:42.046Z | Compiling usdt v0.6.0 |
| 1920 | 2026-08-11T11:18:42.378Z | Compiling webpki-roots v1.0.2 |
| 1921 | 2026-08-11T11:18:42.745Z | Compiling newtype-uuid v1.3.2 |
| 1922 | 2026-08-11T11:18:43.095Z | Compiling daft v0.1.5 |
| 1923 | 2026-08-11T11:18:43.892Z | Compiling tokio-rustls v0.26.4 |
| 1924 | 2026-08-11T11:18:43.923Z | Compiling native-tls v0.2.14 |
| 1925 | 2026-08-11T11:18:44.163Z | Compiling tokio-native-tls v0.3.1 |
| 1926 | 2026-08-11T11:18:44.243Z | Compiling hyper-rustls v0.27.7 |
| 1927 | 2026-08-11T11:18:44.332Z | Compiling hyper-tls v0.6.0 |
| 1928 | 2026-08-11T11:18:44.585Z | Compiling reqwest v0.12.23 |
| 1929 | 2026-08-11T11:18:45.530Z | Compiling rustls-webpki v0.102.8 |
| 1930 | 2026-08-11T11:18:45.648Z | Compiling rustls-pemfile v2.2.0 |
| 1931 | 2026-08-11T11:18:45.855Z | Compiling multer v3.1.0 |
| 1932 | 2026-08-11T11:18:46.383Z | Compiling hostname v0.4.2 |
| 1933 | 2026-08-11T11:18:46.441Z | Compiling rustls v0.22.4 |
| 1934 | 2026-08-11T11:18:46.560Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1935 | 2026-08-11T11:18:47.136Z | Compiling terminal_size v0.4.3 |
| 1936 | 2026-08-11T11:18:47.280Z | Compiling rand_chacha v0.3.1 |
| 1937 | 2026-08-11T11:18:47.351Z | Compiling wait-timeout v0.2.1 |
| 1938 | 2026-08-11T11:18:48.053Z | Compiling rusty-fork v0.3.0 |
| 1939 | 2026-08-11T11:18:48.228Z | Compiling tokio-rustls v0.25.0 |
| 1940 | 2026-08-11T11:18:48.297Z | Compiling rand v0.8.5 |
| 1941 | 2026-08-11T11:18:49.239Z | Compiling sha1 v0.10.6 |
| 1942 | 2026-08-11T11:18:49.357Z | Compiling rand_xorshift v0.4.0 |
| 1943 | 2026-08-11T11:18:49.933Z | Compiling hubpack_derive v0.1.1 |
| 1944 | 2026-08-11T11:18:50.633Z | Compiling proptest v1.8.0 |
| 1945 | 2026-08-11T11:18:50.670Z | Compiling dropshot v0.16.7 |
| 1946 | 2026-08-11T11:18:50.724Z | Compiling clap_builder v4.6.0 |
| 1947 | 2026-08-11T11:18:52.164Z | Compiling serde_spanned v0.6.9 |
| 1948 | 2026-08-11T11:18:52.714Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1949 | 2026-08-11T11:18:52.728Z | Compiling clap v4.6.1 |
| 1950 | 2026-08-11T11:18:52.813Z | Compiling prettyplease v0.2.37 |
| 1951 | 2026-08-11T11:18:54.201Z | Compiling progenitor-client v0.11.1 |
| 1952 | 2026-08-11T11:18:54.213Z | Compiling progenitor-client v0.10.0 |
| 1953 | 2026-08-11T11:18:54.542Z | Compiling serde_with v3.14.1 |
| 1954 | 2026-08-11T11:18:55.334Z | Compiling progenitor v0.11.1 |
| 1955 | 2026-08-11T11:18:56.122Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1956 | 2026-08-11T11:18:56.238Z | Compiling rustc-hash v2.1.1 |
| 1957 | 2026-08-11T11:18:56.369Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1958 | 2026-08-11T11:18:56.469Z | Compiling iddqd v0.3.18 |
| 1959 | 2026-08-11T11:18:57.514Z | Compiling backoff v0.4.0 |
| 1960 | 2026-08-11T11:18:57.631Z | Compiling parse-display v0.10.0 |
| 1961 | 2026-08-11T11:18:57.665Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1962 | 2026-08-11T11:18:57.728Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1963 | 2026-08-11T11:18:57.861Z | Compiling winnow v0.5.40 |
| 1964 | 2026-08-11T11:18:57.897Z | Compiling toml_write v0.1.2 |
| 1965 | 2026-08-11T11:18:58.100Z | Compiling toml_edit v0.22.27 |
| 1966 | 2026-08-11T11:18:59.252Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1967 | 2026-08-11T11:18:59.701Z | Compiling num-integer v0.1.46 |
| 1968 | 2026-08-11T11:19:00.204Z | Compiling float-ord v0.3.2 |
| 1969 | 2026-08-11T11:19:00.467Z | Compiling toml v0.8.23 |
| 1970 | 2026-08-11T11:19:03.589Z | Compiling num-rational v0.4.2 |
| 1971 | 2026-08-11T11:19:04.113Z | Compiling num-iter v0.1.45 |
| 1972 | 2026-08-11T11:19:04.250Z | Compiling num-complex v0.4.6 |
| 1973 | 2026-08-11T11:19:04.661Z | Compiling num v0.4.3 |
| 1974 | 2026-08-11T11:19:05.316Z | Compiling toml_edit v0.19.15 |
| 1975 | 2026-08-11T11:19:06.821Z | Compiling proc-macro-crate v1.3.1 |
| 1976 | 2026-08-11T11:19:08.395Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1977 | 2026-08-11T11:19:09.380Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1978 | 2026-08-11T11:19:09.899Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1979 | 2026-08-11T11:19:09.991Z | Compiling memoffset v0.9.1 |
| 1980 | 2026-08-11T11:19:10.085Z | Compiling zerocopy-derive v0.7.35 |
| 1981 | 2026-08-11T11:19:10.982Z | Compiling libscf-sys v1.2.0 |
| 1982 | 2026-08-11T11:19:11.126Z | Compiling ingot-macros v0.1.1 |
| 1983 | 2026-08-11T11:19:11.664Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1984 | 2026-08-11T11:19:12.756Z | Compiling scroll_derive v0.12.1 |
| 1985 | 2026-08-11T11:19:13.334Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1986 | 2026-08-11T11:19:13.577Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1987 | 2026-08-11T11:19:15.715Z | Compiling zerocopy v0.7.35 |
| 1988 | 2026-08-11T11:19:16.240Z | Compiling num_enum_derive v0.7.5 |
| 1989 | 2026-08-11T11:19:16.376Z | Compiling hubpack v0.1.2 |
| 1990 | 2026-08-11T11:19:16.442Z | Compiling foreign-types-macros v0.2.3 |
| 1991 | 2026-08-11T11:19:16.691Z | Compiling static_assertions v1.1.0 |
| 1992 | 2026-08-11T11:19:17.259Z | Compiling glob v0.3.3 |
| 1993 | 2026-08-11T11:19:17.345Z | Compiling proc-macro-error-attr v1.0.4 |
| 1994 | 2026-08-11T11:19:17.584Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1995 | 2026-08-11T11:19:17.681Z | Compiling dtrace-parser v0.2.0 |
| 1996 | 2026-08-11T11:19:17.789Z | Compiling bytecount v0.6.9 |
| 1997 | 2026-08-11T11:19:18.062Z | Compiling proc-macro-error v1.0.4 |
| 1998 | 2026-08-11T11:19:18.165Z | Compiling dof v0.3.0 |
| 1999 | 2026-08-11T11:19:18.845Z | Compiling num_enum_derive v0.5.11 |
| 2000 | 2026-08-11T11:19:19.915Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2001 | 2026-08-11T11:19:20.278Z | Compiling thread-id v4.2.2 |
| 2002 | 2026-08-11T11:19:20.426Z | Compiling usdt-impl v0.5.0 |
| 2003 | 2026-08-11T11:19:21.137Z | Compiling derive_more v0.99.20 |
| 2004 | 2026-08-11T11:19:21.426Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 2005 | 2026-08-11T11:19:21.684Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2006 | 2026-08-11T11:19:22.290Z | Compiling minimal-lexical v0.2.1 |
| 2007 | 2026-08-11T11:19:22.404Z | Compiling usdt-macro v0.5.0 |
| 2008 | 2026-08-11T11:19:22.557Z | Compiling nom v7.1.3 |
| 2009 | 2026-08-11T11:19:22.688Z | Compiling usdt-attr-macro v0.5.0 |
| 2010 | 2026-08-11T11:19:23.105Z | Compiling zone_cfg_derive v0.3.1 |
| 2011 | 2026-08-11T11:19:23.200Z | Compiling papergrid v0.18.0 |
| 2012 | 2026-08-11T11:19:23.399Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2013 | 2026-08-11T11:19:23.555Z | Compiling rustc_version v0.4.1 |
| 2014 | 2026-08-11T11:19:23.800Z | Compiling nix v0.31.3 |
| 2015 | 2026-08-11T11:19:23.812Z | Compiling itertools v0.15.0 |
| 2016 | 2026-08-11T11:19:23.841Z | Compiling crossbeam-epoch v0.9.18 |
| 2017 | 2026-08-11T11:19:24.082Z | Compiling dropshot_endpoint v0.17.1 |
| 2018 | 2026-08-11T11:19:24.191Z | Compiling tabled v0.21.0 |
| 2019 | 2026-08-11T11:19:24.412Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2020 | 2026-08-11T11:19:24.692Z | Compiling adler2 v2.0.1 |
| 2021 | 2026-08-11T11:19:24.751Z | Compiling crc32fast v1.5.0 |
| 2022 | 2026-08-11T11:19:24.837Z | Compiling miniz_oxide v0.8.9 |
| 2023 | 2026-08-11T11:19:25.047Z | Compiling enum-as-inner v0.6.1 |
| 2024 | 2026-08-11T11:19:25.245Z | Compiling regress v0.11.1 |
| 2025 | 2026-08-11T11:19:25.270Z | Compiling flate2 v1.1.2 |
| 2026 | 2026-08-11T11:19:25.548Z | Compiling curve25519-dalek v4.1.3 |
| 2027 | 2026-08-11T11:19:25.650Z | Compiling hybrid-array v0.4.12 |
| 2028 | 2026-08-11T11:19:25.705Z | Compiling crossbeam-deque v0.8.6 |
| 2029 | 2026-08-11T11:19:25.871Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2030 | 2026-08-11T11:19:25.904Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2031 | 2026-08-11T11:19:25.929Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2032 | 2026-08-11T11:19:26.120Z | Compiling crypto-common v0.2.2 |
| 2033 | 2026-08-11T11:19:26.138Z | Compiling block-buffer v0.12.0 |
| 2034 | 2026-08-11T11:19:26.314Z | Compiling rayon-core v1.13.0 |
| 2035 | 2026-08-11T11:19:26.643Z | Compiling clang-sys v1.8.1 |
| 2036 | 2026-08-11T11:19:27.043Z | Compiling typify-impl v0.6.2 |
| 2037 | 2026-08-11T11:19:27.055Z | Compiling compression-core v0.4.32 |
| 2038 | 2026-08-11T11:19:27.073Z | Compiling const-oid v0.10.2 |
| 2039 | 2026-08-11T11:19:27.157Z | Compiling scroll v0.12.0 |
| 2040 | 2026-08-11T11:19:27.172Z | Compiling compression-codecs v0.4.32 |
| 2041 | 2026-08-11T11:19:27.222Z | Compiling digest v0.11.3 |
| 2042 | 2026-08-11T11:19:27.398Z | Compiling hash32 v0.3.1 |
| 2043 | 2026-08-11T11:19:27.428Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2044 | 2026-08-11T11:19:27.525Z | Compiling cpufeatures v0.3.0 |
| 2045 | 2026-08-11T11:19:27.537Z | Compiling heapless v0.8.0 |
| 2046 | 2026-08-11T11:19:27.554Z | Compiling goblin v0.8.2 |
| 2047 | 2026-08-11T11:19:27.566Z | Compiling async-compression v0.4.33 |
| 2048 | 2026-08-11T11:19:27.606Z | Compiling sha1 v0.11.0 |
| 2049 | 2026-08-11T11:19:27.751Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2050 | 2026-08-11T11:19:27.863Z | Compiling ingot-types v0.1.2 |
| 2051 | 2026-08-11T11:19:27.970Z | Compiling cobs v0.3.0 |
| 2052 | 2026-08-11T11:19:28.046Z | Compiling libloading v0.8.9 |
| 2053 | 2026-08-11T11:19:28.179Z | Compiling managed v0.8.0 |
| 2054 | 2026-08-11T11:19:28.246Z | Compiling foreign-types-shared v0.3.1 |
| 2055 | 2026-08-11T11:19:28.249Z | Compiling bitflags v1.3.2 |
| 2056 | 2026-08-11T11:19:28.342Z | Compiling foreign-types v0.5.0 |
| 2057 | 2026-08-11T11:19:28.354Z | Compiling smoltcp v0.11.0 |
| 2058 | 2026-08-11T11:19:28.429Z | Compiling dropshot v0.17.1 |
| 2059 | 2026-08-11T11:19:29.287Z | Compiling ingot v0.1.1 |
| 2060 | 2026-08-11T11:19:29.300Z | Compiling bindgen v0.72.1 |
| 2061 | 2026-08-11T11:19:29.317Z | Compiling postcard v1.1.3 |
| 2062 | 2026-08-11T11:19:30.312Z | Compiling cexpr v0.6.0 |
| 2063 | 2026-08-11T11:19:30.897Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2064 | 2026-08-11T11:19:30.912Z | Compiling num_enum v0.7.5 |
| 2065 | 2026-08-11T11:19:31.017Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2066 | 2026-08-11T11:19:31.227Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2067 | 2026-08-11T11:19:31.351Z | Compiling camino-tempfile v1.4.1 |
| 2068 | 2026-08-11T11:19:31.439Z | Compiling serde_repr v0.1.20 |
| 2069 | 2026-08-11T11:19:31.543Z | Compiling derive-where v1.6.0 |
| 2070 | 2026-08-11T11:19:31.597Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2071 | 2026-08-11T11:19:31.626Z | Compiling cstr-argument v0.1.2 |
| 2072 | 2026-08-11T11:19:31.872Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2073 | 2026-08-11T11:19:31.921Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2074 | 2026-08-11T11:19:32.831Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2075 | 2026-08-11T11:19:33.030Z | Compiling rayon v1.11.0 |
| 2076 | 2026-08-11T11:19:33.045Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2077 | 2026-08-11T11:19:33.174Z | Compiling crucible-workspace-hack v0.1.0 |
| 2078 | 2026-08-11T11:19:33.381Z | Compiling typify-macro v0.6.2 |
| 2079 | 2026-08-11T11:19:33.806Z | Compiling memmap v0.7.0 |
| 2080 | 2026-08-11T11:19:33.932Z | Compiling tinyvec_macros v0.1.1 |
| 2081 | 2026-08-11T11:19:34.061Z | Compiling tinyvec v1.10.0 |
| 2082 | 2026-08-11T11:19:34.075Z | Compiling usdt v0.5.0 |
| 2083 | 2026-08-11T11:19:34.356Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2084 | 2026-08-11T11:19:34.972Z | Compiling num_enum v0.5.11 |
| 2085 | 2026-08-11T11:19:35.350Z | Compiling pin-project-internal v1.1.10 |
| 2086 | 2026-08-11T11:19:35.509Z | Compiling typify v0.6.2 |
| 2087 | 2026-08-11T11:19:36.141Z | Compiling progenitor-impl v0.14.0 |
| 2088 | 2026-08-11T11:19:36.413Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2089 | 2026-08-11T11:19:36.606Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2090 | 2026-08-11T11:19:36.675Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 2091 | 2026-08-11T11:19:36.760Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 2092 | 2026-08-11T11:19:36.912Z | Compiling rustix v0.38.44 |
| 2093 | 2026-08-11T11:19:37.268Z | Compiling itertools v0.12.1 |
| 2094 | 2026-08-11T11:19:37.308Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2095 | 2026-08-11T11:19:37.397Z | Compiling progenitor-impl v0.10.0 |
| 2096 | 2026-08-11T11:19:37.709Z | Compiling sigpipe v0.1.3 |
| 2097 | 2026-08-11T11:19:37.799Z | Compiling jiff v0.2.15 |
| 2098 | 2026-08-11T11:19:37.828Z | Compiling const_format_proc_macros v0.2.34 |
| 2099 | 2026-08-11T11:19:38.424Z | Compiling zone v0.3.1 |
| 2100 | 2026-08-11T11:19:38.486Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2101 | 2026-08-11T11:19:38.641Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2102 | 2026-08-11T11:19:39.696Z | Compiling progenitor-macro v0.14.0 |
| 2103 | 2026-08-11T11:19:40.283Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2104 | 2026-08-11T11:19:40.324Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2105 | 2026-08-11T11:19:40.566Z | Compiling nix v0.30.1 |
| 2106 | 2026-08-11T11:19:40.747Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2107 | 2026-08-11T11:19:40.928Z | Compiling progenitor-macro v0.10.0 |
| 2108 | 2026-08-11T11:19:40.940Z | Compiling snafu-derive v0.8.9 |
| 2109 | 2026-08-11T11:19:41.569Z | Compiling secrecy v0.10.3 |
| 2110 | 2026-08-11T11:19:41.631Z | Compiling smf v0.2.3 |
| 2111 | 2026-08-11T11:19:41.741Z | Compiling async-recursion v1.1.1 |
| 2112 | 2026-08-11T11:19:41.982Z | Compiling bstr v1.12.0 |
| 2113 | 2026-08-11T11:19:42.451Z | Compiling whoami v1.6.1 |
| 2114 | 2026-08-11T11:19:42.679Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2115 | 2026-08-11T11:19:43.377Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2116 | 2026-08-11T11:19:44.185Z | Compiling hmac v0.12.1 |
| 2117 | 2026-08-11T11:19:44.503Z | Compiling inout v0.1.4 |
| 2118 | 2026-08-11T11:19:44.520Z | Compiling ff v0.13.1 |
| 2119 | 2026-08-11T11:19:44.661Z | Compiling crc8 v0.1.1 |
| 2120 | 2026-08-11T11:19:44.788Z | Compiling data-encoding v2.9.0 |
| 2121 | 2026-08-11T11:19:44.842Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2122 | 2026-08-11T11:19:45.103Z | Compiling group v0.13.0 |
| 2123 | 2026-08-11T11:19:45.233Z | Compiling cipher v0.4.4 |
| 2124 | 2026-08-11T11:19:45.555Z | Compiling hkdf v0.12.4 |
| 2125 | 2026-08-11T11:19:46.089Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2126 | 2026-08-11T11:19:46.103Z | Compiling atomicwrites v0.4.4 |
| 2127 | 2026-08-11T11:19:46.128Z | Compiling tokio-dtrace v0.1.1 |
| 2128 | 2026-08-11T11:19:46.669Z | Compiling tabled_derive v0.7.0 |
| 2129 | 2026-08-11T11:19:46.994Z | Compiling reqwest v0.13.2 |
| 2130 | 2026-08-11T11:19:47.069Z | Compiling universal-hash v0.5.1 |
| 2131 | 2026-08-11T11:19:47.210Z | Compiling crypto-bigint v0.5.5 |
| 2132 | 2026-08-11T11:19:47.344Z | Compiling half v2.7.1 |
| 2133 | 2026-08-11T11:19:47.384Z | Compiling opaque-debug v0.3.1 |
| 2134 | 2026-08-11T11:19:47.629Z | Compiling ciborium-io v0.2.2 |
| 2135 | 2026-08-11T11:19:47.643Z | Compiling base16ct v0.2.0 |
| 2136 | 2026-08-11T11:19:47.735Z | Compiling indent_write v2.2.0 |
| 2137 | 2026-08-11T11:19:47.811Z | Compiling base64ct v1.8.0 |
| 2138 | 2026-08-11T11:19:48.125Z | Compiling password-hash v0.5.0 |
| 2139 | 2026-08-11T11:19:48.161Z | Compiling progenitor-client v0.14.0 |
| 2140 | 2026-08-11T11:19:48.302Z | Compiling elliptic-curve v0.13.8 |
| 2141 | 2026-08-11T11:19:48.462Z | Compiling ciborium-ll v0.2.2 |
| 2142 | 2026-08-11T11:19:48.543Z | Compiling poly1305 v0.8.0 |
| 2143 | 2026-08-11T11:19:48.874Z | Compiling oxide-tokio-rt v0.1.2 |
| 2144 | 2026-08-11T11:19:49.083Z | Compiling chacha20 v0.9.1 |
| 2145 | 2026-08-11T11:19:49.316Z | Compiling similar v2.7.0 |
| 2146 | 2026-08-11T11:19:49.461Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2147 | 2026-08-11T11:19:49.609Z | Compiling thiserror-no-std v2.0.2 |
| 2148 | 2026-08-11T11:19:50.875Z | Compiling blake2 v0.10.6 |
| 2149 | 2026-08-11T11:19:51.237Z | Compiling aead v0.5.2 |
| 2150 | 2026-08-11T11:19:51.249Z | Compiling strum_macros v0.28.0 |
| 2151 | 2026-08-11T11:19:51.367Z | Compiling keccak v0.1.6 |
| 2152 | 2026-08-11T11:19:51.432Z | Compiling resolv-conf v0.7.5 |
| 2153 | 2026-08-11T11:19:51.754Z | Compiling linked-hash-map v0.5.6 |
| 2154 | 2026-08-11T11:19:51.942Z | Compiling lru-cache v0.1.2 |
| 2155 | 2026-08-11T11:19:52.107Z | Compiling sha3 v0.10.8 |
| 2156 | 2026-08-11T11:19:52.169Z | Compiling chacha20poly1305 v0.10.1 |
| 2157 | 2026-08-11T11:19:52.188Z | Compiling argon2 v0.5.3 |
| 2158 | 2026-08-11T11:19:52.227Z | Compiling progenitor v0.14.0 |
| 2159 | 2026-08-11T11:19:52.305Z | Compiling vsss-rs v3.3.4 |
| 2160 | 2026-08-11T11:19:52.370Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2161 | 2026-08-11T11:19:52.541Z | Compiling ciborium v0.2.2 |
| 2162 | 2026-08-11T11:19:52.646Z | Compiling hickory-proto v0.24.4 |
| 2163 | 2026-08-11T11:19:53.116Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2164 | 2026-08-11T11:19:53.119Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2165 | 2026-08-11T11:19:53.587Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2166 | 2026-08-11T11:19:53.590Z | Compiling serde-big-array v0.5.1 |
| 2167 | 2026-08-11T11:19:53.688Z | Compiling same-file v1.0.6 |
| 2168 | 2026-08-11T11:19:53.744Z | Compiling siphasher v1.0.1 |
| 2169 | 2026-08-11T11:19:53.862Z | Compiling unicode-segmentation v1.12.0 |
| 2170 | 2026-08-11T11:19:53.908Z | Compiling phf_shared v0.12.1 |
| 2171 | 2026-08-11T11:19:54.084Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2172 | 2026-08-11T11:19:54.107Z | Compiling walkdir v2.5.0 |
| 2173 | 2026-08-11T11:19:54.270Z | Compiling newline-converter v0.3.0 |
| 2174 | 2026-08-11T11:19:54.373Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2175 | 2026-08-11T11:19:54.489Z | Compiling hickory-resolver v0.24.4 |
| 2176 | 2026-08-11T11:19:54.510Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2177 | 2026-08-11T11:19:55.279Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2178 | 2026-08-11T11:19:56.202Z | Compiling newtype_derive v0.1.6 |
| 2179 | 2026-08-11T11:19:56.292Z | Compiling owo-colors v4.3.0 |
| 2180 | 2026-08-11T11:19:56.384Z | Compiling tokio-stream v0.1.17 |
| 2181 | 2026-08-11T11:19:56.586Z | Compiling console v0.15.11 |
| 2182 | 2026-08-11T11:19:56.842Z | Compiling csv-core v0.1.12 |
| 2183 | 2026-08-11T11:19:56.974Z | Compiling foldhash v0.1.5 |
| 2184 | 2026-08-11T11:19:57.061Z | Compiling smawk v0.3.2 |
| 2185 | 2026-08-11T11:19:57.088Z | Compiling unicode-width v0.1.14 |
| 2186 | 2026-08-11T11:19:57.126Z | Compiling humantime v2.3.0 |
| 2187 | 2026-08-11T11:19:57.160Z | Compiling termtree v0.5.1 |
| 2188 | 2026-08-11T11:19:57.211Z | Compiling swrite v0.1.0 |
| 2189 | 2026-08-11T11:19:57.253Z | Compiling unicode-linebreak v0.1.5 |
| 2190 | 2026-08-11T11:19:57.406Z | Compiling hashbrown v0.15.5 |
| 2191 | 2026-08-11T11:19:57.461Z | Compiling textwrap v0.16.2 |
| 2192 | 2026-08-11T11:19:57.610Z | Compiling csv v1.4.0 |
| 2193 | 2026-08-11T11:19:57.703Z | Compiling expectorate v1.2.0 |
| 2194 | 2026-08-11T11:19:57.768Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2195 | 2026-08-11T11:19:57.772Z | Compiling qorb v0.4.1 |
| 2196 | 2026-08-11T11:19:57.995Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2197 | 2026-08-11T11:19:59.363Z | Compiling phf v0.12.1 |
| 2198 | 2026-08-11T11:19:59.564Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2199 | 2026-08-11T11:20:00.016Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 2200 | 2026-08-11T11:20:00.148Z | Compiling pin-project v1.1.10 |
| 2201 | 2026-08-11T11:20:00.183Z | Compiling unicode-normalization v0.1.24 |
| 2202 | 2026-08-11T11:20:00.261Z | Compiling libz-sys v1.1.22 |
| 2203 | 2026-08-11T11:20:00.661Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2204 | 2026-08-11T11:20:01.425Z | Compiling libsw-core v0.3.2 |
| 2205 | 2026-08-11T11:20:01.755Z | Compiling highway v1.3.0 |
| 2206 | 2026-08-11T11:20:02.159Z | Compiling fixedbitset v0.5.7 |
| 2207 | 2026-08-11T11:20:02.215Z | Compiling fixedbitset v0.4.2 |
| 2208 | 2026-08-11T11:20:02.478Z | Compiling petgraph v0.6.5 |
| 2209 | 2026-08-11T11:20:02.513Z | Compiling petgraph v0.8.2 |
| 2210 | 2026-08-11T11:20:03.485Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2211 | 2026-08-11T11:20:03.986Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2212 | 2026-08-11T11:20:04.165Z | Compiling progenitor v0.10.0 |
| 2213 | 2026-08-11T11:20:04.331Z | Compiling libsw v3.5.0 |
| 2214 | 2026-08-11T11:20:04.967Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2215 | 2026-08-11T11:20:05.894Z | Compiling olpc-cjson v0.1.4 |
| 2216 | 2026-08-11T11:20:06.012Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2217 | 2026-08-11T11:20:06.079Z | Compiling snafu v0.8.9 |
| 2218 | 2026-08-11T11:20:06.472Z | Compiling chrono-tz v0.10.4 |
| 2219 | 2026-08-11T11:20:06.953Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2220 | 2026-08-11T11:20:07.158Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2221 | 2026-08-11T11:20:07.216Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2222 | 2026-08-11T11:20:08.039Z | Compiling papergrid v0.11.0 |
| 2223 | 2026-08-11T11:20:08.065Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2224 | 2026-08-11T11:20:08.300Z | Compiling strum v0.28.0 |
| 2225 | 2026-08-11T11:20:08.312Z | Compiling globset v0.4.16 |
| 2226 | 2026-08-11T11:20:08.352Z | Compiling const_format v0.2.34 |
| 2227 | 2026-08-11T11:20:08.437Z | Compiling slog-dtrace v0.3.0 |
| 2228 | 2026-08-11T11:20:08.689Z | Compiling cancel-safe-futures v0.1.5 |
| 2229 | 2026-08-11T11:20:08.773Z | Compiling gethostname v0.5.0 |
| 2230 | 2026-08-11T11:20:09.117Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2231 | 2026-08-11T11:20:09.556Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2232 | 2026-08-11T11:20:09.968Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2233 | 2026-08-11T11:20:10.016Z | Compiling bcs v0.1.6 |
| 2234 | 2026-08-11T11:20:10.173Z | Compiling cargo-platform v0.1.9 |
| 2235 | 2026-08-11T11:20:10.352Z | Compiling serde_plain v1.0.2 |
| 2236 | 2026-08-11T11:20:10.365Z | Compiling pem v3.0.5 |
| 2237 | 2026-08-11T11:20:10.597Z | Compiling typed-path v0.9.3 |
| 2238 | 2026-08-11T11:20:10.694Z | Compiling linear-map v1.2.0 |
| 2239 | 2026-08-11T11:20:10.750Z | Compiling tagptr v0.2.0 |
| 2240 | 2026-08-11T11:20:10.890Z | Compiling moka v0.12.11 |
| 2241 | 2026-08-11T11:20:10.986Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2242 | 2026-08-11T11:20:11.932Z | Compiling tough v0.20.0 |
| 2243 | 2026-08-11T11:20:12.818Z | Compiling cargo_metadata v0.18.1 |
| 2244 | 2026-08-11T11:20:13.063Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2245 | 2026-08-11T11:20:14.254Z | Compiling tabled v0.15.0 |
| 2246 | 2026-08-11T11:20:14.334Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2247 | 2026-08-11T11:20:14.462Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2248 | 2026-08-11T11:20:14.991Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2249 | 2026-08-11T11:20:15.203Z | Compiling git2 v0.19.0 |
| 2250 | 2026-08-11T11:20:17.176Z | Compiling steno v0.4.1 |
| 2251 | 2026-08-11T11:20:17.992Z | Compiling cookie v0.18.1 |
| 2252 | 2026-08-11T11:20:18.139Z | Compiling hickory-proto v0.25.2 |
| 2253 | 2026-08-11T11:20:20.246Z | Compiling hickory-resolver v0.25.2 |
| 2254 | 2026-08-11T11:20:20.529Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2255 | 2026-08-11T11:20:23.234Z | Compiling vergen v8.3.2 |
| 2256 | 2026-08-11T11:20:24.847Z | Compiling signal-hook v0.4.4 |
| 2257 | 2026-08-11T11:20:25.392Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2258 | 2026-08-11T11:20:25.543Z | Compiling mockall_derive v0.14.0 |
| 2259 | 2026-08-11T11:20:25.788Z | Compiling predicates-core v1.0.9 |
| 2260 | 2026-08-11T11:20:26.152Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2261 | 2026-08-11T11:20:26.289Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2262 | 2026-08-11T11:20:26.399Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2263 | 2026-08-11T11:20:26.556Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2264 | 2026-08-11T11:20:26.568Z | Compiling sha2 v0.10.9 |
| 2265 | 2026-08-11T11:20:26.973Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 2266 | 2026-08-11T11:20:27.793Z | Compiling mockall v0.14.0 |
| 2267 | 2026-08-11T11:20:28.038Z | Compiling diff v0.1.13 |
| 2268 | 2026-08-11T11:20:28.353Z | Compiling yansi v1.0.1 |
| 2269 | 2026-08-11T11:20:28.615Z | Compiling pretty_assertions v1.4.1 |
| 2270 | 2026-08-11T11:20:28.705Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2271 | 2026-08-11T11:20:29.514Z | Compiling fs-err v3.1.2 |
| 2272 | 2026-08-11T11:20:29.838Z | Compiling predicates v3.1.3 |
| 2273 | 2026-08-11T11:20:29.889Z | Compiling predicates-tree v1.0.12 |
| 2274 | 2026-08-11T11:20:30.632Z | Compiling git-stub v1.0.0 |
| 2275 | 2026-08-11T11:20:30.868Z | Compiling filetime v0.2.26 |
| 2276 | 2026-08-11T11:20:30.931Z | Compiling constant_time_eq v0.3.1 |
| 2277 | 2026-08-11T11:20:31.061Z | Compiling fragile v2.0.1 |
| 2278 | 2026-08-11T11:20:31.074Z | Compiling xattr v1.6.1 |
| 2279 | 2026-08-11T11:20:31.262Z | Compiling downcast v0.11.0 |
| 2280 | 2026-08-11T11:20:31.381Z | Compiling arrayvec v0.7.6 |
| 2281 | 2026-08-11T11:20:31.425Z | Compiling arrayref v0.3.9 |
| 2282 | 2026-08-11T11:20:31.512Z | Compiling is_ci v1.2.0 |
| 2283 | 2026-08-11T11:20:31.596Z | Compiling blake3 v1.8.2 |
| 2284 | 2026-08-11T11:20:31.671Z | Compiling supports-color v3.0.2 |
| 2285 | 2026-08-11T11:20:31.872Z | Compiling tar v0.4.45 |
| 2286 | 2026-08-11T11:20:32.192Z | Compiling toml v0.7.8 |
| 2287 | 2026-08-11T11:20:32.828Z | Compiling git-stub-vcs v0.1.0 |
| 2288 | 2026-08-11T11:20:32.898Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 2289 | 2026-08-11T11:20:33.213Z | Compiling signal-hook-tokio v0.4.0 |
| 2290 | 2026-08-11T11:20:33.510Z | Compiling scuffle v0.1.0 |
| 2291 | 2026-08-11T11:20:34.486Z | Compiling drift v0.2.0 |
| 2292 | 2026-08-11T11:20:34.772Z | Compiling kstat-rs v0.2.4 |
| 2293 | 2026-08-11T11:20:35.103Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2294 | 2026-08-11T11:20:35.116Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2295 | 2026-08-11T11:20:35.446Z | Compiling hex-literal v1.1.0 |
| 2296 | 2026-08-11T11:20:35.463Z | Compiling topological-sort v0.2.2 |
| 2297 | 2026-08-11T11:20:35.621Z | Compiling omicron-zone-package v0.12.2 |
| 2298 | 2026-08-11T11:20:35.645Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2299 | 2026-08-11T11:20:36.024Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2300 | 2026-08-11T11:20:37.341Z | Compiling dropshot-api-manager v0.7.2 |
| 2301 | 2026-08-11T11:20:37.723Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2302 | 2026-08-11T11:20:38.514Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2303 | 2026-08-11T11:20:38.689Z | Compiling curl v0.4.50 |
| 2304 | 2026-08-11T11:20:38.702Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 2305 | 2026-08-11T11:20:39.174Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2306 | 2026-08-11T11:20:39.483Z | Compiling iddqd v0.4.5 |
| 2307 | 2026-08-11T11:20:39.586Z | Compiling search_path v0.1.4 |
| 2308 | 2026-08-11T11:20:40.002Z | Compiling internet-checksum v0.2.1 |
| 2309 | 2026-08-11T11:20:40.181Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 2310 | 2026-08-11T11:20:40.228Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2311 | 2026-08-11T11:20:43.359Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2312 | 2026-08-11T11:20:44.350Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2313 | 2026-08-11T11:21:30.306Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 20s |
| 2314 | 2026-08-11T11:21:30.431Z | Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e) |
| 2315 | 2026-08-11T11:21:30.437Z | |
| 2316 | 2026-08-11T11:21:30.438Z | running 5 tests |
| 2317 | 2026-08-11T11:21:30.438Z | test fuse::tests::chip_revision_b0 ... ok |
| 2318 | 2026-08-11T11:21:30.438Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2319 | 2026-08-11T11:21:30.438Z | test fuse::tests::chip_revision_b1 ... ok |
| 2320 | 2026-08-11T11:21:30.438Z | test fuse::tests::chip_revision_a0 ... ok |
| 2321 | 2026-08-11T11:21:30.438Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2322 | 2026-08-11T11:21:30.438Z | |
| 2323 | 2026-08-11T11:21:30.438Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2324 | 2026-08-11T11:21:30.438Z | |
| 2325 | 2026-08-11T11:21:30.438Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 2326 | 2026-08-11T11:21:30.445Z | |
| 2327 | 2026-08-11T11:21:30.445Z | running 0 tests |
| 2328 | 2026-08-11T11:21:30.445Z | |
| 2329 | 2026-08-11T11:21:30.445Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2330 | 2026-08-11T11:21:30.445Z | |
| 2331 | 2026-08-11T11:21:30.445Z | Running unittests src/lib.rs (target/debug/deps/asic-383fcf9cca2eddde) |
| 2332 | 2026-08-11T11:21:30.445Z | |
| 2333 | 2026-08-11T11:21:30.445Z | running 0 tests |
| 2334 | 2026-08-11T11:21:30.445Z | |
| 2335 | 2026-08-11T11:21:30.445Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2336 | 2026-08-11T11:21:30.445Z | |
| 2337 | 2026-08-11T11:21:30.445Z | Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac) |
| 2338 | 2026-08-11T11:21:30.445Z | |
| 2339 | 2026-08-11T11:21:30.445Z | running 10 tests |
| 2340 | 2026-08-11T11:21:30.445Z | test nat::tests::test_vni ... ok |
| 2341 | 2026-08-11T11:21:30.445Z | test network::tests::test_equal ... ok |
| 2342 | 2026-08-11T11:21:30.445Z | test network::tests::test_eui64 ... ok |
| 2343 | 2026-08-11T11:21:30.445Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2344 | 2026-08-11T11:21:30.445Z | test network::tests::test_into ... ok |
| 2345 | 2026-08-11T11:21:30.445Z | test network::tests::test_not_equal ... ok |
| 2346 | 2026-08-11T11:21:30.445Z | test network::tests::test_parse ... ok |
| 2347 | 2026-08-11T11:21:30.445Z | test network::tests::test_to_string ... ok |
| 2348 | 2026-08-11T11:21:30.445Z | test test_purge ... ok |
| 2349 | 2026-08-11T11:21:30.448Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2350 | 2026-08-11T11:21:30.448Z | |
| 2351 | 2026-08-11T11:21:30.448Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2352 | 2026-08-11T11:21:30.449Z | |
| 2353 | 2026-08-11T11:21:30.449Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef) |
| 2354 | 2026-08-11T11:21:30.453Z | |
| 2355 | 2026-08-11T11:21:30.453Z | running 1 test |
| 2356 | 2026-08-11T11:21:30.455Z | ------- |
| 2357 | 2026-08-11T11:21:30.455Z | Generating OpenAPI documents from API definitions ... |
| 2358 | 2026-08-11T11:21:30.592Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 2359 | 2026-08-11T11:21:30.660Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2360 | 2026-08-11T11:21:31.640Z | ------- |
| 2361 | 2026-08-11T11:21:31.640Z | Checking 12 OpenAPI documents... |
| 2362 | 2026-08-11T11:21:31.640Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2363 | 2026-08-11T11:21:31.640Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2364 | 2026-08-11T11:21:31.640Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2365 | 2026-08-11T11:21:31.640Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2366 | 2026-08-11T11:21:31.644Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2367 | 2026-08-11T11:21:31.644Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2368 | 2026-08-11T11:21:31.644Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2369 | 2026-08-11T11:21:31.644Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2370 | 2026-08-11T11:21:31.644Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2371 | 2026-08-11T11:21:31.644Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2372 | 2026-08-11T11:21:31.644Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2373 | 2026-08-11T11:21:31.644Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2374 | 2026-08-11T11:21:31.644Z | Fresh dpd "latest" symlink |
| 2375 | 2026-08-11T11:21:31.644Z | ------- |
| 2376 | 2026-08-11T11:21:31.644Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 2377 | 2026-08-11T11:21:31.702Z | test test::test_apis_up_to_date ... ok |
| 2378 | 2026-08-11T11:21:31.702Z | |
| 2379 | 2026-08-11T11:21:31.702Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.25s |
| 2380 | 2026-08-11T11:21:31.702Z | |
| 2381 | 2026-08-11T11:21:31.758Z | Running unittests src/main.rs (target/debug/deps/dpd-69956902c61aa667) |
| 2382 | 2026-08-11T11:21:31.764Z | |
| 2383 | 2026-08-11T11:21:31.764Z | running 34 tests |
| 2384 | 2026-08-11T11:21:31.770Z | test freemap::test_ordering ... ok |
| 2385 | 2026-08-11T11:21:31.770Z | test config::tests::test_updates ... ok |
| 2386 | 2026-08-11T11:21:31.770Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 2387 | 2026-08-11T11:21:31.770Z | test freemap::test_split ... ok |
| 2388 | 2026-08-11T11:21:31.770Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2389 | 2026-08-11T11:21:31.771Z | test macaddrs::tests::test_mac_offset ... ok |
| 2390 | 2026-08-11T11:21:31.771Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2391 | 2026-08-11T11:21:31.771Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2392 | 2026-08-11T11:21:31.771Z | Aug 11 11:21:30.785 DEBG created new freemap, unit: freemap_test |
| 2393 | 2026-08-11T11:21:31.771Z | Aug 11 11:21:30.785 DEBG initted freemap. size: 128Aug 11 11:21:30.785, unitDEBG: created new freemapfreemap_test, |
| 2394 | 2026-08-11T11:21:31.771Z | unit: freemap_testAug 11 11:21:30.785 |
| 2395 | 2026-08-11T11:21:31.771Z | DEBG reset freemap, unit:Aug 11 11:21:30.785 freemap_testDEBG |
| 2396 | 2026-08-11T11:21:31.771Z | initted freemap. size: 128, unit: freemap_test |
| 2397 | 2026-08-11T11:21:31.771Z | test nat::test_mapping ... ok |
| 2398 | 2026-08-11T11:21:31.771Z | Aug 11 11:21:30.785 DEBG reset freemap, unit: freemap_test |
| 2399 | 2026-08-11T11:21:31.771Z | Aug 11 11:21:30.785 DEBG created new freemap, unit: freemap_test |
| 2400 | 2026-08-11T11:21:31.771Z | Aug 11 11:21:30.785 DEBG initted freemap. size: 128, unit: freemap_test |
| 2401 | 2026-08-11T11:21:31.771Z | Aug 11 11:21:30.785 DEBG reset freemap, unit: freemap_test |
| 2402 | 2026-08-11T11:21:31.771Z | test freemap::test_exhaustion ... ok |
| 2403 | 2026-08-11T11:21:31.771Z | test freemap::test_free ... ok |
| 2404 | 2026-08-11T11:21:31.771Z | test freemap::test_basic ... ok |
| 2405 | 2026-08-11T11:21:31.771Z | test port_map::tests::test_backplane_group ... ok |
| 2406 | 2026-08-11T11:21:31.771Z | Aug 11 11:21:30.785 DEBG created new freemap, unit: freemap_test |
| 2407 | 2026-08-11T11:21:31.771Z | Aug 11 11:21:30.785 DEBG initted freemap. size: 8, unit: freemap_test |
| 2408 | 2026-08-11T11:21:31.771Z | Aug 11 11:21:30.785 DEBG reset freemap, unit: freemap_test |
| 2409 | 2026-08-11T11:21:31.771Z | test port_map::tests::test_port_map ... ok |
| 2410 | 2026-08-11T11:21:31.771Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 2411 | 2026-08-11T11:21:31.771Z | test port_map::tests::dump_map ... ok |
| 2412 | 2026-08-11T11:21:31.771Z | Aug 11 11:21:30.786 DEBG created new freemap, unit: freemap_test |
| 2413 | 2026-08-11T11:21:31.771Z | Aug 11 11:21:30.786 DEBG initted freemap. size: 128, unit: freemap_test |
| 2414 | 2026-08-11T11:21:31.771Z | Aug 11 11:21:30.786 DEBG reset freemap, unit: freemap_test |
| 2415 | 2026-08-11T11:21:31.771Z | Aug 11 11:21:30.786 DEBG created new freemap, unit: freemap_test |
| 2416 | 2026-08-11T11:21:31.771Z | Aug 11 11:21:30.786 DEBG initted freemap. size: 128, unit: freemap_test |
| 2417 | 2026-08-11T11:21:31.771Z | Aug 11 11:21:30.786 DEBG reset freemap, unit: freemap_test |
| 2418 | 2026-08-11T11:21:31.771Z | Aug 11 11:21:30.786 DEBG created new freemap, unit: freemap_route_ipv4 |
| 2419 | 2026-08-11T11:21:31.771Z | Aug 11 11:21:30.786 DEBG created new freemap, unit: freemap_route_ipv6 |
| 2420 | 2026-08-11T11:21:31.771Z | Aug 11 11:21:30.786 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 2421 | 2026-08-11T11:21:31.771Z | Aug 11 11:21:30.786 DEBG reset freemap, unit: freemap_route_ipv4 |
| 2422 | 2026-08-11T11:21:31.771Z | Aug 11 11:21:30.786 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 2423 | 2026-08-11T11:21:31.771Z | Aug 11 11:21:30.786 DEBG reset freemap, unit: freemap_route_ipv6 |
| 2424 | 2026-08-11T11:21:31.771Z | Aug 11 11:21:30.786 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2425 | 2026-08-11T11:21:31.771Z | Aug 11 11:21:30.786 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 } }] |
| 2426 | 2026-08-11T11:21:31.771Z | Aug 11 11:21:30.786 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2427 | 2026-08-11T11:21:31.771Z | Aug 11 11:21:30.786 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 } }] |
| 2428 | 2026-08-11T11:21:31.772Z | test freemap::test_span ... ok |
| 2429 | 2026-08-11T11:21:31.772Z | Aug 11 11:21:30.786Aug 11 11:21:30.786 DEBGINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffcreated new freemap |
| 2430 | 2026-08-11T11:21:31.772Z | , unit: freemap_route_ipv4Aug 11 11:21:30.786 |
| 2431 | 2026-08-11T11:21:31.772Z | 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 } }] |
| 2432 | 2026-08-11T11:21:31.772Z | Aug 11 11:21:30.786 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2433 | 2026-08-11T11:21:31.772Z | Aug 11 11:21:30.786Aug 11 11:21:30.786 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 } }], |
| 2434 | 2026-08-11T11:21:31.772Z | unit: freemap_route_ipv6 |
| 2435 | 2026-08-11T11:21:31.772Z | test freemap::test_reclaim ... ok |
| 2436 | 2026-08-11T11:21:31.772Z | Aug 11 11:21:30.786 INFO Aug 11 11:21:30.786adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2437 | 2026-08-11T11:21:31.772Z | DEBG initted freemap. size: 64, Aug 11 11:21:30.786unit :DEBG freemap_route_ipv4replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2438 | 2026-08-11T11:21:31.772Z | |
| 2439 | 2026-08-11T11:21:31.772Z | Aug 11 11:21:30.786Aug 11 11:21:30.786 INFODEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreset freemap |
| 2440 | 2026-08-11T11:21:31.772Z | , unit: freemap_route_ipv4Aug 11 11:21:30.786 |
| 2441 | 2026-08-11T11:21:31.772Z | 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 } }] |
| 2442 | 2026-08-11T11:21:31.772Z | Aug 11 11:21:30.786 DEBG initted freemap. size: 64Aug 11 11:21:30.786, unitINFO: adding route 3fff:beef:5::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 2443 | 2026-08-11T11:21:31.772Z | |
| 2444 | 2026-08-11T11:21:31.772Z | Aug 11 11:21:30.786Aug 11 11:21:30.786 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 |
| 2445 | 2026-08-11T11:21:31.772Z | , unit: freemap_route_ipv6Aug 11 11:21:30.786 |
| 2446 | 2026-08-11T11:21:31.772Z | INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2447 | 2026-08-11T11:21:31.772Z | Aug 11 11:21:30.786 INFO Aug 11 11:21:30.786adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2448 | 2026-08-11T11:21:31.772Z | 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 } }] |
| 2449 | 2026-08-11T11:21:31.772Z | Aug 11 11:21:30.786 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 11 11:21:30.786 |
| 2450 | 2026-08-11T11:21:31.772Z | INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2451 | 2026-08-11T11:21:31.772Z | Aug 11 11:21:30.786 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 11 11:21:30.786 |
| 2452 | 2026-08-11T11:21:31.772Z | 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 } }] |
| 2453 | 2026-08-11T11:21:31.772Z | Aug 11 11:21:30.786 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 11 11:21:30.786 |
| 2454 | 2026-08-11T11:21:31.772Z | INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2455 | 2026-08-11T11:21:31.772Z | Aug 11 11:21:30.786 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 11 11:21:30.786 |
| 2456 | 2026-08-11T11:21:31.772Z | 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 } }] |
| 2457 | 2026-08-11T11:21:31.772Z | Aug 11 11:21:30.786 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2458 | 2026-08-11T11:21:31.772Z | Aug 11 11:21:30.786 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 } }] |
| 2459 | 2026-08-11T11:21:31.772Z | Aug 11 11:21:30.786 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2460 | 2026-08-11T11:21:31.772Z | Aug 11 11:21:30.786 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 } }] |
| 2461 | 2026-08-11T11:21:31.772Z | Aug 11 11:21:30.786 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2462 | 2026-08-11T11:21:31.772Z | Aug 11 11:21:30.786 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 } }] |
| 2463 | 2026-08-11T11:21:31.772Z | Aug 11 11:21:30.786 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2464 | 2026-08-11T11:21:31.772Z | Aug 11 11:21:30.786 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 } }] |
| 2465 | 2026-08-11T11:21:31.772Z | Aug 11 11:21:30.786 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2466 | 2026-08-11T11:21:31.773Z | Aug 11 11:21:30.786 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 } }] |
| 2467 | 2026-08-11T11:21:31.773Z | Aug 11 11:21:30.786 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2468 | 2026-08-11T11:21:31.778Z | Aug 11 11:21:30.786 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 } }] |
| 2469 | 2026-08-11T11:21:31.778Z | Aug 11 11:21:30.786 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2470 | 2026-08-11T11:21:31.778Z | Aug 11 11:21:30.786 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 } }] |
| 2471 | 2026-08-11T11:21:31.778Z | Aug 11 11:21:30.786 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2472 | 2026-08-11T11:21:31.778Z | Aug 11 11:21:30.786 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 } }] |
| 2473 | 2026-08-11T11:21:31.778Z | Aug 11 11:21:30.786 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2474 | 2026-08-11T11:21:31.778Z | Aug 11 11:21:30.786 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 } }] |
| 2475 | 2026-08-11T11:21:31.778Z | Aug 11 11:21:30.786 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2476 | 2026-08-11T11:21:31.779Z | Aug 11 11:21:30.786 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 } }] |
| 2477 | 2026-08-11T11:21:31.779Z | Aug 11 11:21:30.786 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2478 | 2026-08-11T11:21:31.779Z | Aug 11 11:21:30.786 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 } }] |
| 2479 | 2026-08-11T11:21:31.779Z | Aug 11 11:21:30.786 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2480 | 2026-08-11T11:21:31.779Z | Aug 11 11:21:30.786 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 } }] |
| 2481 | 2026-08-11T11:21:31.779Z | Aug 11 11:21:30.786 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2482 | 2026-08-11T11:21:31.779Z | Aug 11 11:21:30.786 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 } }] |
| 2483 | 2026-08-11T11:21:31.779Z | Aug 11 11:21:30.786 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2484 | 2026-08-11T11:21:31.779Z | Aug 11 11:21:30.786 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 } }] |
| 2485 | 2026-08-11T11:21:31.779Z | Aug 11 11:21:30.786 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2486 | 2026-08-11T11:21:31.779Z | Aug 11 11:21:30.786 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 } }] |
| 2487 | 2026-08-11T11:21:31.779Z | Aug 11 11:21:30.786 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2488 | 2026-08-11T11:21:31.779Z | Aug 11 11:21:30.786 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 } }] |
| 2489 | 2026-08-11T11:21:31.779Z | Aug 11 11:21:30.786 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2490 | 2026-08-11T11:21:31.779Z | Aug 11 11:21:30.786 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 } }] |
| 2491 | 2026-08-11T11:21:31.779Z | Aug 11 11:21:30.786 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2492 | 2026-08-11T11:21:31.779Z | Aug 11 11:21:30.786 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 } }] |
| 2493 | 2026-08-11T11:21:31.779Z | Aug 11 11:21:30.787 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2494 | 2026-08-11T11:21:31.779Z | Aug 11 11:21:30.787 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 } }] |
| 2495 | 2026-08-11T11:21:31.779Z | Aug 11 11:21:30.787 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 2496 | 2026-08-11T11:21:31.779Z | Aug 11 11:21:30.787 DEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2497 | 2026-08-11T11:21:31.779Z | Aug 11 11:21:30.787 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 2498 | 2026-08-11T11:21:31.779Z | Aug 11 11:21:30.787 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 } }] |
| 2499 | 2026-08-11T11:21:31.779Z | Aug 11 11:21:30.787 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2500 | 2026-08-11T11:21:31.779Z | Aug 11 11:21:30.787 DEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2501 | 2026-08-11T11:21:31.779Z | Aug 11 11:21:30.787 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 2502 | 2026-08-11T11:21:31.779Z | Aug 11 11:21:30.787 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 } }] |
| 2503 | 2026-08-11T11:21:31.779Z | Aug 11 11:21:30.787 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2504 | 2026-08-11T11:21:31.779Z | Aug 11 11:21:30.787 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 } }] |
| 2505 | 2026-08-11T11:21:31.779Z | Aug 11 11:21:30.787 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 2506 | 2026-08-11T11:21:31.779Z | Aug 11 11:21:30.787 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 } }] |
| 2507 | 2026-08-11T11:21:31.779Z | Aug 11 11:21:30.787 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2508 | 2026-08-11T11:21:31.779Z | Aug 11 11:21:30.787 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 } }] |
| 2509 | 2026-08-11T11:21:31.779Z | Aug 11 11:21:30.787 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2510 | 2026-08-11T11:21:31.779Z | Aug 11 11:21:30.787 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 } }] |
| 2511 | 2026-08-11T11:21:31.779Z | Aug 11 11:21:30.787 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2512 | 2026-08-11T11:21:31.779Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2513 | 2026-08-11T11:21:31.779Z | Aug 11 11:21:30.787 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 } }] |
| 2514 | 2026-08-11T11:21:31.779Z | Aug 11 11:21:30.787 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 2515 | 2026-08-11T11:21:31.780Z | Aug 11 11:21:30.787 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 } }] |
| 2516 | 2026-08-11T11:21:31.780Z | Aug 11 11:21:30.786Aug 11 11:21:30.787 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2517 | 2026-08-11T11:21:31.780Z | |
| 2518 | 2026-08-11T11:21:31.780Z | Aug 11 11:21:30.787 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 } }] |
| 2519 | 2026-08-11T11:21:31.780Z | Aug 11 11:21:30.787 Aug 11 11:21:30.787INFO INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2520 | 2026-08-11T11:21:31.780Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 2521 | 2026-08-11T11:21:31.780Z | Aug 11 11:21:30.787 DEBGAug 11 11:21:30.787 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 |
| 2522 | 2026-08-11T11:21:31.780Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 2523 | 2026-08-11T11:21:31.780Z | Aug 11 11:21:30.787 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2524 | 2026-08-11T11:21:31.780Z | Aug 11 11:21:30.787 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 11 11:21:30.787 |
| 2525 | 2026-08-11T11:21:31.780Z | 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 } }] |
| 2526 | 2026-08-11T11:21:31.780Z | Aug 11 11:21:30.787 DEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:30.787 |
| 2527 | 2026-08-11T11:21:31.780Z | INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2528 | 2026-08-11T11:21:31.780Z | Aug 11 11:21:30.787 INFO Aug 11 11:21:30.787adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2529 | 2026-08-11T11:21:31.780Z | 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 } }] |
| 2530 | 2026-08-11T11:21:31.780Z | Aug 11 11:21:30.787 Aug 11 11:21:30.787DEBG INFOreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2531 | 2026-08-11T11:21:31.780Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 2532 | 2026-08-11T11:21:31.780Z | Aug 11 11:21:30.787 INFOAug 11 11:21:30.787 adding route 3fff:beef:2::/64 -> 2001:db8::55:ffDEBG |
| 2533 | 2026-08-11T11:21:31.780Z | 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 } }] |
| 2534 | 2026-08-11T11:21:31.780Z | Aug 11 11:21:30.787 Aug 11 11:21:30.787DEBG INFOreplacing 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 } }] |
| 2535 | 2026-08-11T11:21:31.780Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 2536 | 2026-08-11T11:21:31.780Z | Aug 11 11:21:30.787Aug 11 11:21:30.787 INFODEBG adding route 3fff:beef:3::/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 } }] |
| 2537 | 2026-08-11T11:21:31.780Z | |
| 2538 | 2026-08-11T11:21:31.780Z | Aug 11 11:21:30.787Aug 11 11:21:30.787 INFODEBG adding route 3fff:beef:2c::/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 } }] |
| 2539 | 2026-08-11T11:21:31.780Z | |
| 2540 | 2026-08-11T11:21:31.780Z | Aug 11 11:21:30.787Aug 11 11:21:30.787 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:4::/64 -> 2001:db8::55:ff |
| 2541 | 2026-08-11T11:21:31.780Z | |
| 2542 | 2026-08-11T11:21:31.780Z | Aug 11 11:21:30.787Aug 11 11:21:30.787 INFODEBG adding route 3fff:beef:2d::/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 } }] |
| 2543 | 2026-08-11T11:21:31.780Z | |
| 2544 | 2026-08-11T11:21:31.780Z | Aug 11 11:21:30.787Aug 11 11:21:30.787 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:5::/64 -> 2001:db8::55:ff |
| 2545 | 2026-08-11T11:21:31.780Z | |
| 2546 | 2026-08-11T11:21:31.780Z | Aug 11 11:21:30.787Aug 11 11:21:30.787 INFODEBG adding route 3fff:beef:2e::/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 } }] |
| 2547 | 2026-08-11T11:21:31.780Z | |
| 2548 | 2026-08-11T11:21:31.780Z | Aug 11 11:21:30.787Aug 11 11:21:30.787 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:6::/64 -> 2001:db8::55:ff |
| 2549 | 2026-08-11T11:21:31.780Z | |
| 2550 | 2026-08-11T11:21:31.780Z | Aug 11 11:21:30.787Aug 11 11:21:30.787 INFODEBG adding route 3fff:beef:2f::/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 } }] |
| 2551 | 2026-08-11T11:21:31.780Z | |
| 2552 | 2026-08-11T11:21:31.780Z | Aug 11 11:21:30.787Aug 11 11:21:30.787 DEBGINFO replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2553 | 2026-08-11T11:21:31.780Z | |
| 2554 | 2026-08-11T11:21:31.781Z | Aug 11 11:21:30.787Aug 11 11:21:30.787 INFODEBG adding route 3fff:beef:30::/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 } }] |
| 2555 | 2026-08-11T11:21:31.781Z | |
| 2556 | 2026-08-11T11:21:31.781Z | Aug 11 11:21:30.787Aug 11 11:21:30.787 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:8::/64 -> 2001:db8::55:ff |
| 2557 | 2026-08-11T11:21:31.781Z | |
| 2558 | 2026-08-11T11:21:31.781Z | Aug 11 11:21:30.787Aug 11 11:21:30.787 INFODEBG adding route 3fff:beef:31::/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 } }] |
| 2559 | 2026-08-11T11:21:31.781Z | |
| 2560 | 2026-08-11T11:21:31.781Z | Aug 11 11:21:30.787Aug 11 11:21:30.787 DEBGINFO replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2561 | 2026-08-11T11:21:31.781Z | |
| 2562 | 2026-08-11T11:21:31.781Z | Aug 11 11:21:30.787Aug 11 11:21:30.787 INFODEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2563 | 2026-08-11T11:21:31.781Z | |
| 2564 | 2026-08-11T11:21:31.781Z | Aug 11 11:21:30.787Aug 11 11:21:30.787 DEBGINFO replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2565 | 2026-08-11T11:21:31.781Z | |
| 2566 | 2026-08-11T11:21:31.781Z | Aug 11 11:21:30.787Aug 11 11:21:30.787 INFODEBG adding route 3fff:beef:33::/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 } }] |
| 2567 | 2026-08-11T11:21:31.781Z | |
| 2568 | 2026-08-11T11:21:31.785Z | Aug 11 11:21:30.787Aug 11 11:21:30.787 DEBGINFO replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2569 | 2026-08-11T11:21:31.785Z | |
| 2570 | 2026-08-11T11:21:31.785Z | Aug 11 11:21:30.787Aug 11 11:21:30.787 INFODEBG adding route 3fff:beef:34::/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 } }] |
| 2571 | 2026-08-11T11:21:31.785Z | |
| 2572 | 2026-08-11T11:21:31.785Z | Aug 11 11:21:30.787Aug 11 11:21:30.787 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:c::/64 -> 2001:db8::55:ff |
| 2573 | 2026-08-11T11:21:31.785Z | |
| 2574 | 2026-08-11T11:21:31.785Z | Aug 11 11:21:30.787Aug 11 11:21:30.787 INFODEBG adding route 3fff:beef:35::/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 } }] |
| 2575 | 2026-08-11T11:21:31.785Z | |
| 2576 | 2026-08-11T11:21:31.785Z | Aug 11 11:21:30.787Aug 11 11:21:30.787 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:d::/64 -> 2001:db8::55:ff |
| 2577 | 2026-08-11T11:21:31.785Z | |
| 2578 | 2026-08-11T11:21:31.785Z | Aug 11 11:21:30.787Aug 11 11:21:30.787 INFODEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2579 | 2026-08-11T11:21:31.785Z | |
| 2580 | 2026-08-11T11:21:31.785Z | test api_server::tests::test_build_info ... ok |
| 2581 | 2026-08-11T11:21:31.785Z | Aug 11 11:21:30.787Aug 11 11:21:30.787 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:e::/64 -> 2001:db8::55:ff |
| 2582 | 2026-08-11T11:21:31.785Z | |
| 2583 | 2026-08-11T11:21:31.785Z | Aug 11 11:21:30.787Aug 11 11:21:30.787 INFODEBG adding route 3fff:beef:37::/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 } }] |
| 2584 | 2026-08-11T11:21:31.785Z | |
| 2585 | 2026-08-11T11:21:31.785Z | Aug 11 11:21:30.787Aug 11 11:21:30.787 DEBGINFO replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2586 | 2026-08-11T11:21:31.785Z | |
| 2587 | 2026-08-11T11:21:31.785Z | Aug 11 11:21:30.787Aug 11 11:21:30.787 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:38::/64 -> 2001:db8::55:ffAug 11 11:21:30.787 |
| 2588 | 2026-08-11T11:21:31.785Z | DEBG created new freemap, Aug 11 11:21:30.787unit :DEBG freemap_route_ipv4replacing 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 } }] |
| 2589 | 2026-08-11T11:21:31.785Z | |
| 2590 | 2026-08-11T11:21:31.785Z | Aug 11 11:21:30.787 DEBG created new freemap, unit: freemap_route_ipv6 |
| 2591 | 2026-08-11T11:21:31.785Z | Aug 11 11:21:30.787 DEBG initted freemap. size: 64, unitAug 11 11:21:30.787: INFOfreemap_route_ipv4 |
| 2592 | 2026-08-11T11:21:31.786Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 2593 | 2026-08-11T11:21:31.786Z | Aug 11 11:21:30.787 Aug 11 11:21:30.787DEBG DEBGreset freemap Aug 11 11:21:30.787replacing 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 } }], |
| 2594 | 2026-08-11T11:21:31.786Z | unitDEBG created new freemap, unit: freemap_route_ipv4 |
| 2595 | 2026-08-11T11:21:31.786Z | Aug 11 11:21:30.787 DEBG created new freemap, Aug 11 11:21:30.787unit: freemap_route_ipv6INFO |
| 2596 | 2026-08-11T11:21:31.786Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 2597 | 2026-08-11T11:21:31.786Z | Aug 11 11:21:30.787 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 } }] |
| 2598 | 2026-08-11T11:21:31.786Z | |
| 2599 | 2026-08-11T11:21:31.786Z | Aug 11 11:21:30.787 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 2600 | 2026-08-11T11:21:31.786Z | Aug 11 11:21:30.787 INFO Aug 11 11:21:30.787adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2601 | 2026-08-11T11:21:31.786Z | 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 } }] |
| 2602 | 2026-08-11T11:21:31.786Z | Aug 11 11:21:30.787 Aug 11 11:21:30.787DEBG INFOreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2603 | 2026-08-11T11:21:31.786Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 11 11:21:30.787 |
| 2604 | 2026-08-11T11:21:31.786Z | DEBG Aug 11 11:21:30.787initted freemap. size: 64 Aug 11 11:21:30.787INFO , unitadding route 3fff:beef:11::/64 -> 2001:db8::55:ff:DEBG |
| 2605 | 2026-08-11T11:21:31.786Z | replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 2606 | 2026-08-11T11:21:31.786Z | |
| 2607 | 2026-08-11T11:21:31.786Z | Aug 11 11:21:30.787Aug 11 11:21:30.787 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:3d::/64 -> 2001:db8::55:ff |
| 2608 | 2026-08-11T11:21:31.786Z | |
| 2609 | 2026-08-11T11:21:31.786Z | Aug 11 11:21:30.787Aug 11 11:21:30.787 INFOAug 11 11:21:30.787 DEBG adding route 3fff:beef:12::/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 } }] |
| 2610 | 2026-08-11T11:21:31.786Z | |
| 2611 | 2026-08-11T11:21:31.786Z | DEBG reset freemap, unitAug 11 11:21:30.787Aug 11 11:21:30.787 :DEBG INFO freemap_route_ipv4adding route 3fff:beef:3e::/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 } }] |
| 2612 | 2026-08-11T11:21:31.786Z | |
| 2613 | 2026-08-11T11:21:31.786Z | |
| 2614 | 2026-08-11T11:21:31.786Z | Aug 11 11:21:30.787Aug 11 11:21:30.787Aug 11 11:21:30.787 INFODEBG replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2615 | 2026-08-11T11:21:31.786Z | |
| 2616 | 2026-08-11T11:21:31.786Z | DEBG initted freemap. size: 64, Aug 11 11:21:30.787Aug 11 11:21:30.787unit : INFODEBG adding route 3fff:beef:3f::/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 } }] |
| 2617 | 2026-08-11T11:21:31.786Z | freemap_route_ipv6 |
| 2618 | 2026-08-11T11:21:31.786Z | |
| 2619 | 2026-08-11T11:21:31.786Z | Aug 11 11:21:30.787Aug 11 11:21:30.787 Aug 11 11:21:30.787INFO DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2620 | 2026-08-11T11:21:31.786Z | DEBG reset freemapreplacing 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 } }], |
| 2621 | 2026-08-11T11:21:31.786Z | Aug 11 11:21:30.787unit DEBG: freemap_route_ipv6replacing 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 } }] |
| 2622 | 2026-08-11T11:21:31.786Z | |
| 2623 | 2026-08-11T11:21:31.786Z | Aug 11 11:21:30.787 DEBG Aug 11 11:21:30.787failed to allocate space for the new target list |
| 2624 | 2026-08-11T11:21:31.786Z | Aug 11 11:21:30.787 INFO INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2625 | 2026-08-11T11:21:31.786Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 11 11:21:30.787 |
| 2626 | 2026-08-11T11:21:31.786Z | 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 11 11:21:30.787 |
| 2627 | 2026-08-11T11:21:31.786Z | DEBGAug 11 11:21:30.787 replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2628 | 2026-08-11T11:21:31.786Z | 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 11 11:21:30.787 |
| 2629 | 2026-08-11T11:21:31.786Z | Aug 11 11:21:30.787DEBG INFOfailed to allocate space for the new target list |
| 2630 | 2026-08-11T11:21:31.786Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 11 11:21:30.787 |
| 2631 | 2026-08-11T11:21:31.786Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2632 | 2026-08-11T11:21:31.787Z | Aug 11 11:21:30.787 Aug 11 11:21:30.787DEBG DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2633 | 2026-08-11T11:21:31.787Z | 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 } }] |
| 2634 | 2026-08-11T11:21:31.787Z | Aug 11 11:21:30.787 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2635 | 2026-08-11T11:21:31.787Z | Aug 11 11:21:30.787 INFO Aug 11 11:21:30.787adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2636 | 2026-08-11T11:21:31.787Z | 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 } }] |
| 2637 | 2026-08-11T11:21:31.787Z | Aug 11 11:21:30.787 DEBG Aug 11 11:21:30.787replacing 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 } }] |
| 2638 | 2026-08-11T11:21:31.787Z | INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2639 | 2026-08-11T11:21:31.787Z | Aug 11 11:21:30.787 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2640 | 2026-08-11T11:21:31.787Z | :Aug 11 11:21:30.787Aug 11 11:21:30.787 freemap_route_ipv4DEBGDEBG |
| 2641 | 2026-08-11T11:21:31.787Z | 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 2642 | 2026-08-11T11:21:31.787Z | |
| 2643 | 2026-08-11T11:21:31.787Z | Aug 11 11:21:30.787Aug 11 11:21:30.787 INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2644 | 2026-08-11T11:21:31.787Z | |
| 2645 | 2026-08-11T11:21:31.787Z | Aug 11 11:21:30.787Aug 11 11:21:30.787 Aug 11 11:21:30.787DEBG DEBGDEBGinitted freemap. size: 64 replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 2646 | 2026-08-11T11:21:31.787Z | 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 } }]unit |
| 2647 | 2026-08-11T11:21:31.787Z | : Aug 11 11:21:30.787freemap_route_ipv6 Aug 11 11:21:30.787 |
| 2648 | 2026-08-11T11:21:31.787Z | INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFO |
| 2649 | 2026-08-11T11:21:31.787Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2650 | 2026-08-11T11:21:31.787Z | Aug 11 11:21:30.787Aug 11 11:21:30.787 Aug 11 11:21:30.787DEBG DEBG DEBGreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2651 | 2026-08-11T11:21:31.787Z | reset freemapreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], unit |
| 2652 | 2026-08-11T11:21:31.787Z | :Aug 11 11:21:30.787 freemap_route_ipv6INFO |
| 2653 | 2026-08-11T11:21:31.787Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2654 | 2026-08-11T11:21:31.787Z | Aug 11 11:21:30.787Aug 11 11:21:30.787 Aug 11 11:21:30.787INFO INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2655 | 2026-08-11T11:21:31.787Z | |
| 2656 | 2026-08-11T11:21:31.787Z | 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 } }] |
| 2657 | 2026-08-11T11:21:31.787Z | Aug 11 11:21:30.787Aug 11 11:21:30.787Aug 11 11:21:30.787 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 } }] |
| 2658 | 2026-08-11T11:21:31.787Z | replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 2659 | 2026-08-11T11:21:31.787Z | |
| 2660 | 2026-08-11T11:21:31.787Z | Aug 11 11:21:30.788 DEBG Aug 11 11:21:30.788replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 2661 | 2026-08-11T11:21:31.787Z | DEBG Aug 11 11:21:30.788replacing 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 } }] |
| 2662 | 2026-08-11T11:21:31.787Z | INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2663 | 2026-08-11T11:21:31.787Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:1d::/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 } }] |
| 2664 | 2026-08-11T11:21:31.787Z | |
| 2665 | 2026-08-11T11:21:31.787Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 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:4::/64 -> 2001:db8::55:ff |
| 2666 | 2026-08-11T11:21:31.787Z | |
| 2667 | 2026-08-11T11:21:31.787Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:1e::/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 } }] |
| 2668 | 2026-08-11T11:21:31.791Z | |
| 2669 | 2026-08-11T11:21:31.791Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 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:5::/64 -> 2001:db8::55:ff |
| 2670 | 2026-08-11T11:21:31.791Z | |
| 2671 | 2026-08-11T11:21:31.791Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 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:1f::/64 -> 2001:db8::55:ff |
| 2672 | 2026-08-11T11:21:31.791Z | |
| 2673 | 2026-08-11T11:21:31.791Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:6::/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 } }] |
| 2674 | 2026-08-11T11:21:31.791Z | |
| 2675 | 2026-08-11T11:21:31.791Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 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:20::/64 -> 2001:db8::55:ff |
| 2676 | 2026-08-11T11:21:31.791Z | |
| 2677 | 2026-08-11T11:21:31.791Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:7::/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 } }] |
| 2678 | 2026-08-11T11:21:31.791Z | |
| 2679 | 2026-08-11T11:21:31.791Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 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:21::/64 -> 2001:db8::55:ff |
| 2680 | 2026-08-11T11:21:31.791Z | |
| 2681 | 2026-08-11T11:21:31.791Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:8::/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 } }] |
| 2682 | 2026-08-11T11:21:31.791Z | |
| 2683 | 2026-08-11T11:21:31.791Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 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:22::/64 -> 2001:db8::55:ff |
| 2684 | 2026-08-11T11:21:31.792Z | |
| 2685 | 2026-08-11T11:21:31.792Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:9::/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 } }] |
| 2686 | 2026-08-11T11:21:31.792Z | |
| 2687 | 2026-08-11T11:21:31.792Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 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:23::/64 -> 2001:db8::55:ff |
| 2688 | 2026-08-11T11:21:31.792Z | |
| 2689 | 2026-08-11T11:21:31.792Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 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:a::/64 -> 2001:db8::55:ff |
| 2690 | 2026-08-11T11:21:31.792Z | |
| 2691 | 2026-08-11T11:21:31.792Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:24::/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 } }] |
| 2692 | 2026-08-11T11:21:31.792Z | |
| 2693 | 2026-08-11T11:21:31.792Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 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:b::/64 -> 2001:db8::55:ff |
| 2694 | 2026-08-11T11:21:31.792Z | |
| 2695 | 2026-08-11T11:21:31.792Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:25::/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 } }] |
| 2696 | 2026-08-11T11:21:31.792Z | |
| 2697 | 2026-08-11T11:21:31.792Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 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:c::/64 -> 2001:db8::55:ff |
| 2698 | 2026-08-11T11:21:31.792Z | |
| 2699 | 2026-08-11T11:21:31.792Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:26::/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 } }] |
| 2700 | 2026-08-11T11:21:31.792Z | |
| 2701 | 2026-08-11T11:21:31.792Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:d::/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 } }] |
| 2702 | 2026-08-11T11:21:31.792Z | |
| 2703 | 2026-08-11T11:21:31.792Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 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:27::/64 -> 2001:db8::55:ff |
| 2704 | 2026-08-11T11:21:31.792Z | |
| 2705 | 2026-08-11T11:21:31.792Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:e::/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 } }] |
| 2706 | 2026-08-11T11:21:31.792Z | |
| 2707 | 2026-08-11T11:21:31.792Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 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:28::/64 -> 2001:db8::55:ff |
| 2708 | 2026-08-11T11:21:31.792Z | |
| 2709 | 2026-08-11T11:21:31.792Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:f::/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 } }] |
| 2710 | 2026-08-11T11:21:31.792Z | |
| 2711 | 2026-08-11T11:21:31.792Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 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:29::/64 -> 2001:db8::55:ff |
| 2712 | 2026-08-11T11:21:31.792Z | |
| 2713 | 2026-08-11T11:21:31.792Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:10::/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 } }] |
| 2714 | 2026-08-11T11:21:31.792Z | |
| 2715 | 2026-08-11T11:21:31.792Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 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:2a::/64 -> 2001:db8::55:ff |
| 2716 | 2026-08-11T11:21:31.792Z | |
| 2717 | 2026-08-11T11:21:31.792Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 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 } }] |
| 2718 | 2026-08-11T11:21:31.792Z | |
| 2719 | 2026-08-11T11:21:31.792Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 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:2b::/64 -> 2001:db8::55:ff |
| 2720 | 2026-08-11T11:21:31.792Z | |
| 2721 | 2026-08-11T11:21:31.792Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 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:12::/64 -> 2001:db8::55:ff |
| 2722 | 2026-08-11T11:21:31.792Z | |
| 2723 | 2026-08-11T11:21:31.792Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 DEBGINFO replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 2724 | 2026-08-11T11:21:31.793Z | |
| 2725 | 2026-08-11T11:21:31.793Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:13::/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 } }] |
| 2726 | 2026-08-11T11:21:31.793Z | |
| 2727 | 2026-08-11T11:21:31.793Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 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:2d::/64 -> 2001:db8::55:ff |
| 2728 | 2026-08-11T11:21:31.793Z | |
| 2729 | 2026-08-11T11:21:31.793Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:14::/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 } }] |
| 2730 | 2026-08-11T11:21:31.793Z | |
| 2731 | 2026-08-11T11:21:31.793Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 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:2e::/64 -> 2001:db8::55:ff |
| 2732 | 2026-08-11T11:21:31.793Z | |
| 2733 | 2026-08-11T11:21:31.793Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:15::/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 } }] |
| 2734 | 2026-08-11T11:21:31.793Z | |
| 2735 | 2026-08-11T11:21:31.793Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 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:2f::/64 -> 2001:db8::55:ff |
| 2736 | 2026-08-11T11:21:31.793Z | |
| 2737 | 2026-08-11T11:21:31.793Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:16::/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 } }] |
| 2738 | 2026-08-11T11:21:31.793Z | |
| 2739 | 2026-08-11T11:21:31.793Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 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:30::/64 -> 2001:db8::55:ff |
| 2740 | 2026-08-11T11:21:31.793Z | |
| 2741 | 2026-08-11T11:21:31.793Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:17::/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 } }] |
| 2742 | 2026-08-11T11:21:31.793Z | |
| 2743 | 2026-08-11T11:21:31.793Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 DEBGINFO replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 2744 | 2026-08-11T11:21:31.793Z | |
| 2745 | 2026-08-11T11:21:31.793Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:18::/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 } }] |
| 2746 | 2026-08-11T11:21:31.793Z | |
| 2747 | 2026-08-11T11:21:31.793Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:32::/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 } }] |
| 2748 | 2026-08-11T11:21:31.793Z | |
| 2749 | 2026-08-11T11:21:31.793Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 DEBGINFO replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2750 | 2026-08-11T11:21:31.793Z | |
| 2751 | 2026-08-11T11:21:31.793Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 DEBGINFO replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 2752 | 2026-08-11T11:21:31.793Z | |
| 2753 | 2026-08-11T11:21:31.793Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:1a::/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 } }] |
| 2754 | 2026-08-11T11:21:31.793Z | |
| 2755 | 2026-08-11T11:21:31.793Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:34::/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 } }] |
| 2756 | 2026-08-11T11:21:31.793Z | |
| 2757 | 2026-08-11T11:21:31.793Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:1b::/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 } }] |
| 2758 | 2026-08-11T11:21:31.793Z | |
| 2759 | 2026-08-11T11:21:31.793Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 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:35::/64 -> 2001:db8::55:ff |
| 2760 | 2026-08-11T11:21:31.793Z | |
| 2761 | 2026-08-11T11:21:31.793Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:1c::/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 } }] |
| 2762 | 2026-08-11T11:21:31.793Z | |
| 2763 | 2026-08-11T11:21:31.794Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 DEBGINFO replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 2764 | 2026-08-11T11:21:31.794Z | |
| 2765 | 2026-08-11T11:21:31.794Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 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:1d::/64 -> 2001:db8::55:ff |
| 2766 | 2026-08-11T11:21:31.794Z | |
| 2767 | 2026-08-11T11:21:31.794Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:37::/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 } }] |
| 2768 | 2026-08-11T11:21:31.798Z | |
| 2769 | 2026-08-11T11:21:31.798Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 DEBGINFO replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2770 | 2026-08-11T11:21:31.798Z | |
| 2771 | 2026-08-11T11:21:31.798Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:38::/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 } }] |
| 2772 | 2026-08-11T11:21:31.798Z | |
| 2773 | 2026-08-11T11:21:31.798Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 DEBGINFO replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 2774 | 2026-08-11T11:21:31.798Z | |
| 2775 | 2026-08-11T11:21:31.798Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:39::/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 } }] |
| 2776 | 2026-08-11T11:21:31.798Z | |
| 2777 | 2026-08-11T11:21:31.798Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 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:20::/64 -> 2001:db8::55:ff |
| 2778 | 2026-08-11T11:21:31.798Z | |
| 2779 | 2026-08-11T11:21:31.798Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:3a::/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 } }] |
| 2780 | 2026-08-11T11:21:31.798Z | |
| 2781 | 2026-08-11T11:21:31.798Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 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:21::/64 -> 2001:db8::55:ff |
| 2782 | 2026-08-11T11:21:31.798Z | |
| 2783 | 2026-08-11T11:21:31.798Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:3b::/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 } }] |
| 2784 | 2026-08-11T11:21:31.798Z | |
| 2785 | 2026-08-11T11:21:31.798Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 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:22::/64 -> 2001:db8::55:ff |
| 2786 | 2026-08-11T11:21:31.798Z | |
| 2787 | 2026-08-11T11:21:31.798Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:3c::/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 } }] |
| 2788 | 2026-08-11T11:21:31.798Z | |
| 2789 | 2026-08-11T11:21:31.798Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2790 | 2026-08-11T11:21:31.798Z | |
| 2791 | 2026-08-11T11:21:31.798Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 DEBGDEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]failed to allocate space for the new target list |
| 2792 | 2026-08-11T11:21:31.798Z | |
| 2793 | 2026-08-11T11:21:31.798Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:24::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 2794 | 2026-08-11T11:21:31.798Z | |
| 2795 | 2026-08-11T11:21:31.798Z | Aug 11 11:21:30.788 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 } }] |
| 2796 | 2026-08-11T11:21:31.798Z | Aug 11 11:21:30.788 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 2797 | 2026-08-11T11:21:31.798Z | Aug 11 11:21:30.788 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 } }] |
| 2798 | 2026-08-11T11:21:31.798Z | Aug 11 11:21:30.788 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2799 | 2026-08-11T11:21:31.798Z | Aug 11 11:21:30.788 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 } }] |
| 2800 | 2026-08-11T11:21:31.798Z | Aug 11 11:21:30.788 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2801 | 2026-08-11T11:21:31.798Z | Aug 11 11:21:30.788 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 } }] |
| 2802 | 2026-08-11T11:21:31.798Z | Aug 11 11:21:30.788 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2803 | 2026-08-11T11:21:31.798Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 DEBGDEBG created new freemapreplacing 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 } }], |
| 2804 | 2026-08-11T11:21:31.798Z | unit: Aug 11 11:21:30.788freemap_route_ipv4 INFO |
| 2805 | 2026-08-11T11:21:31.798Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 11 11:21:30.788 |
| 2806 | 2026-08-11T11:21:31.799Z | DEBG created new freemap, Aug 11 11:21:30.788unit :DEBG freemap_route_ipv6replacing 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 } }] |
| 2807 | 2026-08-11T11:21:31.799Z | |
| 2808 | 2026-08-11T11:21:31.799Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 2809 | 2026-08-11T11:21:31.799Z | , unit: freemap_route_ipv4Aug 11 11:21:30.788 |
| 2810 | 2026-08-11T11:21:31.799Z | DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:30.788 |
| 2811 | 2026-08-11T11:21:31.799Z | DEBG reset freemap, Aug 11 11:21:30.788unit :INFO freemap_route_ipv4adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 2812 | 2026-08-11T11:21:31.799Z | |
| 2813 | 2026-08-11T11:21:31.799Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 DEBGDEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64 |
| 2814 | 2026-08-11T11:21:31.799Z | , unit: freemap_route_ipv6Aug 11 11:21:30.788 |
| 2815 | 2026-08-11T11:21:31.799Z | INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 2816 | 2026-08-11T11:21:31.799Z | Aug 11 11:21:30.788 DEBG Aug 11 11:21:30.788reset freemap , DEBGunit :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 } }] |
| 2817 | 2026-08-11T11:21:31.799Z | freemap_route_ipv6 |
| 2818 | 2026-08-11T11:21:31.799Z | Aug 11 11:21:30.788 Aug 11 11:21:30.788INFO INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 2819 | 2026-08-11T11:21:31.799Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2820 | 2026-08-11T11:21:31.799Z | Aug 11 11:21:30.788 Aug 11 11:21:30.788DEBG 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 } }] |
| 2821 | 2026-08-11T11:21:31.799Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 2822 | 2026-08-11T11:21:31.799Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2823 | 2026-08-11T11:21:31.799Z | |
| 2824 | 2026-08-11T11:21:31.799Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 DEBGDEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 2825 | 2026-08-11T11:21:31.799Z | |
| 2826 | 2026-08-11T11:21:31.799Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 INFOINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2827 | 2026-08-11T11:21:31.799Z | |
| 2828 | 2026-08-11T11:21:31.799Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 DEBGDEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2829 | 2026-08-11T11:21:31.799Z | |
| 2830 | 2026-08-11T11:21:31.799Z | Aug 11 11:21:30.788Aug 11 11:21:30.788 INFOINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2831 | 2026-08-11T11:21:31.799Z | |
| 2832 | 2026-08-11T11:21:31.799Z | Aug 11 11:21:30.788 DEBGAug 11 11:21:30.788 Aug 11 11:21:30.788created new freemap , DEBGDEBGunit replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]: |
| 2833 | 2026-08-11T11:21:31.799Z | |
| 2834 | 2026-08-11T11:21:31.799Z | freemap_route_ipv4 |
| 2835 | 2026-08-11T11:21:31.799Z | Aug 11 11:21:30.789Aug 11 11:21:30.789 Aug 11 11:21:30.789INFOINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ffDEBG |
| 2836 | 2026-08-11T11:21:31.799Z | |
| 2837 | 2026-08-11T11:21:31.799Z | created new freemap, unit:Aug 11 11:21:30.789Aug 11 11:21:30.789 DEBGfreemap_route_ipv6DEBG |
| 2838 | 2026-08-11T11:21:31.799Z | 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: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 } }] |
| 2839 | 2026-08-11T11:21:31.799Z | |
| 2840 | 2026-08-11T11:21:31.799Z | Aug 11 11:21:30.789 DEBGAug 11 11:21:30.789 initted freemap. size: 64INFOAug 11 11:21:30.789, unitINFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff :adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 2841 | 2026-08-11T11:21:31.799Z | |
| 2842 | 2026-08-11T11:21:31.799Z | freemap_route_ipv4 |
| 2843 | 2026-08-11T11:21:31.799Z | Aug 11 11:21:30.789 Aug 11 11:21:30.789DEBGAug 11 11:21:30.789 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 } }]DEBGDEBG |
| 2844 | 2026-08-11T11:21:31.799Z | reset freemap , replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unitAug 11 11:21:30.789 |
| 2845 | 2026-08-11T11:21:31.800Z | : freemap_route_ipv4INFO |
| 2846 | 2026-08-11T11:21:31.800Z | Aug 11 11:21:30.789adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2847 | 2026-08-11T11:21:31.800Z | INFO Aug 11 11:21:30.789 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG |
| 2848 | 2026-08-11T11:21:31.800Z | initted freemap. size: 64Aug 11 11:21:30.789, unitDEBGAug 11 11:21:30.789: replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 2849 | 2026-08-11T11:21:31.800Z | |
| 2850 | 2026-08-11T11:21:31.800Z | DEBG Aug 11 11:21:30.789replacing 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 } }] |
| 2851 | 2026-08-11T11:21:31.800Z | INFOAug 11 11:21:30.789 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBG |
| 2852 | 2026-08-11T11:21:31.800Z | Aug 11 11:21:30.789reset freemap , INFOunitAug 11 11:21:30.789 : adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG |
| 2853 | 2026-08-11T11:21:31.800Z | freemap_route_ipv6 |
| 2854 | 2026-08-11T11:21:31.800Z | 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 } }] |
| 2855 | 2026-08-11T11:21:31.800Z | Aug 11 11:21:30.789Aug 11 11:21:30.789 Aug 11 11:21:30.789INFO INFOadding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 2856 | 2026-08-11T11:21:31.800Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2857 | 2026-08-11T11:21:31.800Z | 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 11 11:21:30.789 |
| 2858 | 2026-08-11T11:21:31.800Z | Aug 11 11:21:30.789DEBG 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 } }]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 } }] |
| 2859 | 2026-08-11T11:21:31.800Z | |
| 2860 | 2026-08-11T11:21:31.800Z | Aug 11 11:21:30.789 Aug 11 11:21:30.789Aug 11 11:21:30.789 INFOINFO INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff adding route 172.17.0.0/32 -> 10.0.0.255 |
| 2861 | 2026-08-11T11:21:31.800Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2862 | 2026-08-11T11:21:31.800Z | |
| 2863 | 2026-08-11T11:21:31.800Z | Aug 11 11:21:30.789 Aug 11 11:21:30.789DEBGAug 11 11:21:30.789 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 } }]DEBGDEBG |
| 2864 | 2026-08-11T11:21:31.800Z | replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 2865 | 2026-08-11T11:21:31.800Z | |
| 2866 | 2026-08-11T11:21:31.800Z | Aug 11 11:21:30.789Aug 11 11:21:30.789Aug 11 11:21:30.789 INFOINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFOadding route 172.17.0.1/32 -> 10.0.0.255 |
| 2867 | 2026-08-11T11:21:31.800Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2868 | 2026-08-11T11:21:31.804Z | |
| 2869 | 2026-08-11T11:21:31.804Z | Aug 11 11:21:30.789Aug 11 11:21:30.789 Aug 11 11:21:30.789 DEBGDEBG 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 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 } }] |
| 2870 | 2026-08-11T11:21:31.804Z | |
| 2871 | 2026-08-11T11:21:31.804Z | 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 } }] |
| 2872 | 2026-08-11T11:21:31.804Z | Aug 11 11:21:30.789Aug 11 11:21:30.789 Aug 11 11:21:30.789INFO INFOINFOadding route 172.17.0.2/32 -> 10.0.0.255 |
| 2873 | 2026-08-11T11:21:31.804Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2874 | 2026-08-11T11:21:31.804Z | |
| 2875 | 2026-08-11T11:21:31.804Z | Aug 11 11:21:30.789 DEBGAug 11 11:21:30.789Aug 11 11:21:30.789 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 } }]DEBGDEBG |
| 2876 | 2026-08-11T11:21:31.804Z | 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 } }] |
| 2877 | 2026-08-11T11:21:31.804Z | 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 } }] |
| 2878 | 2026-08-11T11:21:31.804Z | Aug 11 11:21:30.789 Aug 11 11:21:30.789INFO Aug 11 11:21:30.789INFO INFOadding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 172.17.0.3/32 -> 10.0.0.255 |
| 2879 | 2026-08-11T11:21:31.804Z | |
| 2880 | 2026-08-11T11:21:31.804Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 2881 | 2026-08-11T11:21:31.804Z | Aug 11 11:21:30.789Aug 11 11:21:30.789 Aug 11 11:21:30.789DEBGDEBG 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 } }] |
| 2882 | 2026-08-11T11:21:31.804Z | replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 2883 | 2026-08-11T11:21:31.804Z | 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 } }] |
| 2884 | 2026-08-11T11:21:31.804Z | Aug 11 11:21:30.789Aug 11 11:21:30.789 Aug 11 11:21:30.789INFO INFOINFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2885 | 2026-08-11T11:21:31.804Z | adding route 172.17.0.4/32 -> 10.0.0.255 adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 2886 | 2026-08-11T11:21:31.804Z | |
| 2887 | 2026-08-11T11:21:31.804Z | Aug 11 11:21:30.789 DEBGAug 11 11:21:30.789Aug 11 11:21:30.789 DEBGreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2888 | 2026-08-11T11:21:31.804Z | replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2889 | 2026-08-11T11:21:31.804Z | 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 11 11:21:30.789 |
| 2890 | 2026-08-11T11:21:31.804Z | Aug 11 11:21:30.789INFO INFOadding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 11 11:21:30.789 |
| 2891 | 2026-08-11T11:21:31.805Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO |
| 2892 | 2026-08-11T11:21:31.805Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 2893 | 2026-08-11T11:21:31.805Z | Aug 11 11:21:30.789 DEBGAug 11 11:21:30.789 Aug 11 11:21:30.789replacing 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 } }] |
| 2894 | 2026-08-11T11:21:31.805Z | 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 } }]DEBG |
| 2895 | 2026-08-11T11:21:31.805Z | 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 11 11:21:30.789 |
| 2896 | 2026-08-11T11:21:31.805Z | INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 11 11:21:30.789 |
| 2897 | 2026-08-11T11:21:31.805Z | Aug 11 11:21:30.789 INFO INFOadding route 172.17.0.6/32 -> 10.0.0.255 |
| 2898 | 2026-08-11T11:21:31.805Z | Aug 11 11:21:30.789adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff DEBG |
| 2899 | 2026-08-11T11:21:31.805Z | 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 11 11:21:30.789 |
| 2900 | 2026-08-11T11:21:31.805Z | DEBG Aug 11 11:21:30.789Aug 11 11:21:30.789 replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 2901 | 2026-08-11T11:21:31.805Z | INFO adding route 3fff:beef:e::/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 } }] |
| 2902 | 2026-08-11T11:21:31.805Z | |
| 2903 | 2026-08-11T11:21:31.805Z | Aug 11 11:21:30.789 INFO adding route 172.17.0.7/32 -> 10.0.0.255Aug 11 11:21:30.789 |
| 2904 | 2026-08-11T11:21:31.805Z | Aug 11 11:21:30.789 DEBGINFO Aug 11 11:21:30.789 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 } }] |
| 2905 | 2026-08-11T11:21:31.805Z | DEBGadding route 3fff:beef:3c::/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 } }] |
| 2906 | 2026-08-11T11:21:31.805Z | |
| 2907 | 2026-08-11T11:21:31.805Z | Aug 11 11:21:30.789 INFOAug 11 11:21:30.789 Aug 11 11:21:30.789 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBG |
| 2908 | 2026-08-11T11:21:31.805Z | INFO adding route 172.17.0.8/32 -> 10.0.0.255replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2909 | 2026-08-11T11:21:31.805Z | |
| 2910 | 2026-08-11T11:21:31.805Z | Aug 11 11:21:30.789 DEBGAug 11 11:21:30.789Aug 11 11:21:30.789 replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2911 | 2026-08-11T11:21:31.805Z | DEBGfailed to allocate space for the new target list |
| 2912 | 2026-08-11T11:21:31.805Z | 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 } }] |
| 2913 | 2026-08-11T11:21:31.805Z | Aug 11 11:21:30.789Aug 11 11:21:30.789 INFODEBG Aug 11 11:21:30.789adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2914 | 2026-08-11T11:21:31.805Z | INFO adding route 172.17.0.9/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 } }] |
| 2915 | 2026-08-11T11:21:31.805Z | Aug 11 11:21:30.789 |
| 2916 | 2026-08-11T11:21:31.805Z | DEBGAug 11 11:21:30.789 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 |
| 2917 | 2026-08-11T11:21:31.805Z | 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 } }] |
| 2918 | 2026-08-11T11:21:31.805Z | Aug 11 11:21:30.789 Aug 11 11:21:30.789INFO INFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2919 | 2026-08-11T11:21:31.805Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 2920 | 2026-08-11T11:21:31.805Z | Aug 11 11:21:30.789Aug 11 11:21:30.789 DEBGDEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 2921 | 2026-08-11T11:21:31.805Z | |
| 2922 | 2026-08-11T11:21:31.805Z | Aug 11 11:21:30.789Aug 11 11:21:30.789 INFOINFO Aug 11 11:21:30.789adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 172.17.0.11/32 -> 10.0.0.255 |
| 2923 | 2026-08-11T11:21:31.805Z | |
| 2924 | 2026-08-11T11:21:31.805Z | DEBG created new freemapAug 11 11:21:30.789Aug 11 11:21:30.789 , DEBGunitDEBG :replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4 |
| 2925 | 2026-08-11T11:21:31.805Z | 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 } }] |
| 2926 | 2026-08-11T11:21:31.805Z | |
| 2927 | 2026-08-11T11:21:31.805Z | Aug 11 11:21:30.789Aug 11 11:21:30.789 INFOAug 11 11:21:30.789 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFODEBG |
| 2928 | 2026-08-11T11:21:31.805Z | created new freemapadding route 172.17.0.12/32 -> 10.0.0.255, |
| 2929 | 2026-08-11T11:21:31.805Z | unitAug 11 11:21:30.789: freemap_route_ipv6DEBGAug 11 11:21:30.789 |
| 2930 | 2026-08-11T11:21:31.806Z | 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 |
| 2931 | 2026-08-11T11:21:31.806Z | 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 } }] |
| 2932 | 2026-08-11T11:21:31.806Z | Aug 11 11:21:30.789Aug 11 11:21:30.789Aug 11 11:21:30.789 INFOINFO DEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 172.17.0.13/32 -> 10.0.0.255 |
| 2933 | 2026-08-11T11:21:31.806Z | |
| 2934 | 2026-08-11T11:21:31.806Z | initted freemap. size: 64, unit:Aug 11 11:21:30.789Aug 11 11:21:30.789 DEBG freemap_route_ipv4DEBGreplacing 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 } }] |
| 2935 | 2026-08-11T11:21:31.806Z | 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 } }] |
| 2936 | 2026-08-11T11:21:31.806Z | |
| 2937 | 2026-08-11T11:21:31.806Z | Aug 11 11:21:30.789Aug 11 11:21:30.789Aug 11 11:21:30.789 INFODEBG adding route 3fff:beef:15::/64 -> 2001:db8::55:ffINFO |
| 2938 | 2026-08-11T11:21:31.806Z | reset freemapadding route 172.17.0.14/32 -> 10.0.0.255, |
| 2939 | 2026-08-11T11:21:31.806Z | unitAug 11 11:21:30.789 :DEBG Aug 11 11:21:30.789freemap_route_ipv4 replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2940 | 2026-08-11T11:21:31.806Z | |
| 2941 | 2026-08-11T11:21:31.806Z | 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 } }] |
| 2942 | 2026-08-11T11:21:31.806Z | Aug 11 11:21:30.789Aug 11 11:21:30.789 Aug 11 11:21:30.789INFODEBG INFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2943 | 2026-08-11T11:21:31.806Z | initted freemap. size: 64adding route 172.17.0.15/32 -> 10.0.0.255 |
| 2944 | 2026-08-11T11:21:31.806Z | Aug 11 11:21:30.789, unitDEBG:Aug 11 11:21:30.789 DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }] |
| 2945 | 2026-08-11T11:21:31.806Z | Aug 11 11:21:30.790Aug 11 11:21:30.790 DEBGAug 11 11:21:30.789DEBG created new freemapAug 11 11:21:30.794 , Aug 11 11:21:30.790 unit:DEBGcreated new freemap , created new freemapunitfreemap_route_ipv4:, unitfreemap_route_ipv4 |
| 2946 | 2026-08-11T11:21:31.806Z | : |
| 2947 | 2026-08-11T11:21:31.806Z | freemap_route_ipv4 |
| 2948 | 2026-08-11T11:21:31.806Z | Aug 11 11:21:30.795DEBG created new freemapDEBG, unitAug 11 11:21:30.789Aug 11 11:21:30.795created new freemap , :DEBGAug 11 11:21:30.795 unit DEBGcreated new freemap DEBGcreated new freemap :freemap_route_ipv4, , created new freemapunit, :unitunit |
| 2949 | 2026-08-11T11:21:31.806Z | freemap_route_ipv6: |
| 2950 | 2026-08-11T11:21:31.806Z | freemap_route_ipv6 |
| 2951 | 2026-08-11T11:21:31.806Z | :freemap_route_ipv6 freemap_route_ipv4 |
| 2952 | 2026-08-11T11:21:31.806Z | Aug 11 11:21:30.795 |
| 2953 | 2026-08-11T11:21:31.806Z | DEBGAug 11 11:21:30.795 Aug 11 11:21:30.795 DEBGcreated new freemap DEBGinitted freemap. size: 64, Aug 11 11:21:30.795, initted freemap. size: 64unitunitAug 11 11:21:30.795:, : freemap_route_ipv6DEBG |
| 2954 | 2026-08-11T11:21:31.806Z | unit freemap_route_ipv4: |
| 2955 | 2026-08-11T11:21:31.806Z | created new freemap DEBG, unitfreemap_route_ipv4:Aug 11 11:21:30.795 |
| 2956 | 2026-08-11T11:21:31.806Z | Aug 11 11:21:30.795 DEBG DEBGinitted freemap. size: 64 , initted freemap. size: 64Aug 11 11:21:30.795, reset freemapunit, unitDEBG:: freemap_route_ipv6 freemap_route_ipv4 |
| 2957 | 2026-08-11T11:21:31.806Z | unitfreemap_route_ipv4 |
| 2958 | 2026-08-11T11:21:31.806Z | |
| 2959 | 2026-08-11T11:21:31.806Z | reset freemap:, unitAug 11 11:21:30.795Aug 11 11:21:30.795freemap_route_ipv4 :DEBG DEBGfreemap_route_ipv4 |
| 2960 | 2026-08-11T11:21:31.806Z | |
| 2961 | 2026-08-11T11:21:31.806Z | initted freemap. size: 64 Aug 11 11:21:30.795, initted freemap. size: 64unit, :unit :freemap_route_ipv6 freemap_route_ipv4 |
| 2962 | 2026-08-11T11:21:31.806Z | Aug 11 11:21:30.795 DEBGDEBG |
| 2963 | 2026-08-11T11:21:31.806Z | Aug 11 11:21:30.795initted freemap. size: 64 , DEBG unit reset freemap:reset freemap, , unitunitAug 11 11:21:30.795: DEBGfreemap_route_ipv6 |
| 2964 | 2026-08-11T11:21:31.806Z | reset freemapfreemap_route_ipv6, unit |
| 2965 | 2026-08-11T11:21:31.806Z | :Aug 11 11:21:30.795Aug 11 11:21:30.795 Aug 11 11:21:30.795:freemap_route_ipv4 INFODEBG |
| 2966 | 2026-08-11T11:21:31.806Z | DEBGadding route 172.16.0.0/32 -> 10.0.0.1 |
| 2967 | 2026-08-11T11:21:31.806Z | reset freemap freemap_route_ipv4, reset freemapunitAug 11 11:21:30.795: , unit |
| 2968 | 2026-08-11T11:21:31.810Z | DEBG freemap_route_ipv6Aug 11 11:21:30.795 :initted freemap. size: 64 |
| 2969 | 2026-08-11T11:21:31.810Z | , unitDEBG :freemap_route_ipv4replacing 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 11 11:21:30.795 |
| 2970 | 2026-08-11T11:21:31.810Z | INFOAug 11 11:21:30.795 |
| 2971 | 2026-08-11T11:21:31.810Z | freemap_route_ipv6 adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2972 | 2026-08-11T11:21:31.810Z | DEBG |
| 2973 | 2026-08-11T11:21:31.810Z | initted freemap. size: 64Aug 11 11:21:30.795Aug 11 11:21:30.795 , Aug 11 11:21:30.795 unitDEBG:INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1Aug 11 11:21:30.795 |
| 2974 | 2026-08-11T11:21:31.810Z | freemap_route_ipv6 DEBGreset freemapAug 11 11:21:30.795 |
| 2975 | 2026-08-11T11:21:31.811Z | initted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG |
| 2976 | 2026-08-11T11:21:31.811Z | , , 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 } }]unit |
| 2977 | 2026-08-11T11:21:31.811Z | : freemap_route_ipv6unitAug 11 11:21:30.795 |
| 2978 | 2026-08-11T11:21:31.811Z | Aug 11 11:21:30.795DEBGAug 11 11:21:30.795 Aug 11 11:21:30.795INFO: adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 2979 | 2026-08-11T11:21:31.811Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2freemap_route_ipv6reset freemap |
| 2980 | 2026-08-11T11:21:31.811Z | , unit |
| 2981 | 2026-08-11T11:21:31.811Z | Aug 11 11:21:30.795adding route 172.16.0.0/32 -> 10.0.0.1 :DEBG |
| 2982 | 2026-08-11T11:21:31.811Z | Aug 11 11:21:30.795Aug 11 11:21:30.795freemap_route_ipv6 |
| 2983 | 2026-08-11T11:21:31.811Z | 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 } }]DEBG |
| 2984 | 2026-08-11T11:21:31.811Z | 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 11 11:21:30.795 |
| 2985 | 2026-08-11T11:21:31.811Z | reset freemapAug 11 11:21:30.795Aug 11 11:21:30.795DEBG INFO , replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] unitadding route 172.16.0.0/32 -> 10.0.0.2:Aug 11 11:21:30.795 |
| 2986 | 2026-08-11T11:21:31.811Z | |
| 2987 | 2026-08-11T11:21:31.811Z | INFO INFOAug 11 11:21:30.795Aug 11 11:21:30.795 freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2988 | 2026-08-11T11:21:31.811Z | |
| 2989 | 2026-08-11T11:21:31.811Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 INFO DEBG |
| 2990 | 2026-08-11T11:21:31.811Z | Aug 11 11:21:30.795Aug 11 11:21:30.795replacing 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 } }] |
| 2991 | 2026-08-11T11:21:31.811Z | INFODEBGadding route 172.16.0.0/32 -> 10.0.0.2 |
| 2992 | 2026-08-11T11:21:31.811Z | 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 11 11:21:30.795Aug 11 11:21:30.795 |
| 2993 | 2026-08-11T11:21:31.811Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFO Aug 11 11:21:30.795 adding route 172.17.0.0/32 -> 10.0.0.255 |
| 2994 | 2026-08-11T11:21:31.811Z | INFO |
| 2995 | 2026-08-11T11:21:31.811Z | Aug 11 11:21:30.795 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2996 | 2026-08-11T11:21:31.811Z | Aug 11 11:21:30.795 |
| 2997 | 2026-08-11T11:21:31.811Z | Aug 11 11:21:30.795 INFODEBG Aug 11 11:21:30.795 |
| 2998 | 2026-08-11T11:21:31.811Z | INFO replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.3 |
| 2999 | 2026-08-11T11:21:31.811Z | |
| 3000 | 2026-08-11T11:21:31.811Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 11 11:21:30.795 |
| 3001 | 2026-08-11T11:21:31.811Z | Aug 11 11:21:30.795 DEBGINFOAug 11 11:21:30.795Aug 11 11:21:30.795 adding route 172.17.0.1/32 -> 10.0.0.255Aug 11 11:21:30.795DEBGreplacing 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 } }] |
| 3002 | 2026-08-11T11:21:31.811Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 3003 | 2026-08-11T11:21:31.811Z | |
| 3004 | 2026-08-11T11:21:31.811Z | 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 11 11:21:30.795 |
| 3005 | 2026-08-11T11:21:31.811Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 11 11:21:30.795 |
| 3006 | 2026-08-11T11:21:31.811Z | DEBGINFO Aug 11 11:21:30.795replacing 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 11 11:21:30.795adding route 172.16.0.0/32 -> 10.0.0.4 |
| 3007 | 2026-08-11T11:21:31.811Z | Aug 11 11:21:30.795 DEBGINFOINFO |
| 3008 | 2026-08-11T11:21:31.811Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 11 11:21:30.795 |
| 3009 | 2026-08-11T11:21:31.811Z | INFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3010 | 2026-08-11T11:21:31.811Z | Aug 11 11:21:30.795 |
| 3011 | 2026-08-11T11:21:31.811Z | adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 3012 | 2026-08-11T11:21:31.811Z | Aug 11 11:21:30.795replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3013 | 2026-08-11T11:21:31.811Z | 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 } }] |
| 3014 | 2026-08-11T11:21:31.812Z | Aug 11 11:21:30.795Aug 11 11:21:30.795 INFO adding route 172.17.0.0/32 -> 10.0.0.255DEBG |
| 3015 | 2026-08-11T11:21:31.812Z | Aug 11 11:21:30.795 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 } }]INFOAug 11 11:21:30.795 |
| 3016 | 2026-08-11T11:21:31.812Z | DEBGAug 11 11:21:30.795adding route 172.17.0.3/32 -> 10.0.0.255 |
| 3017 | 2026-08-11T11:21:31.812Z | 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 11 11:21:30.795 |
| 3018 | 2026-08-11T11:21:31.812Z | DEBG Aug 11 11:21:30.795INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 3019 | 2026-08-11T11:21:31.812Z | adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }] |
| 3020 | 2026-08-11T11:21:31.812Z | |
| 3021 | 2026-08-11T11:21:31.812Z | Aug 11 11:21:30.795 Aug 11 11:21:30.795Aug 11 11:21:30.795INFOINFO DEBG Aug 11 11:21:30.795adding route 172.17.0.1/32 -> 10.0.0.255 |
| 3022 | 2026-08-11T11:21:31.812Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO |
| 3023 | 2026-08-11T11:21:31.812Z | adding route 3fff:dead::/64 -> 2001:db8::55:3INFO adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.4/32 -> 10.0.0.255 |
| 3024 | 2026-08-11T11:21:31.812Z | |
| 3025 | 2026-08-11T11:21:31.812Z | |
| 3026 | 2026-08-11T11:21:31.812Z | Aug 11 11:21:30.795Aug 11 11:21:30.795 Aug 11 11:21:30.795 Aug 11 11:21:30.795DEBG DEBGDEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3027 | 2026-08-11T11:21:31.812Z | |
| 3028 | 2026-08-11T11:21:31.812Z | 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 11 11:21:30.795Aug 11 11:21:30.795 |
| 3029 | 2026-08-11T11:21:31.812Z | INFOINFO Aug 11 11:21:30.795adding route 172.17.0.5/32 -> 10.0.0.255INFO |
| 3030 | 2026-08-11T11:21:31.812Z | Aug 11 11:21:30.795 DEBG INFO Aug 11 11:21:30.795adding 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:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3031 | 2026-08-11T11:21:31.812Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 3032 | 2026-08-11T11:21:31.812Z | |
| 3033 | 2026-08-11T11:21:31.812Z | DEBGadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 3034 | 2026-08-11T11:21:31.812Z | |
| 3035 | 2026-08-11T11:21:31.812Z | 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 11 11:21:30.795 |
| 3036 | 2026-08-11T11:21:31.812Z | DEBGAug 11 11:21:30.795Aug 11 11:21:30.795 DEBGAug 11 11:21:30.795 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 } }] |
| 3037 | 2026-08-11T11:21:31.812Z | replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 3038 | 2026-08-11T11:21:31.812Z | adding route 172.17.0.6/32 -> 10.0.0.255Aug 11 11:21:30.795DEBG |
| 3039 | 2026-08-11T11:21:31.812Z | Aug 11 11:21:30.795 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 } }]Aug 11 11:21:30.795 |
| 3040 | 2026-08-11T11:21:31.812Z | DEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:21:30.795adding route 172.17.0.3/32 -> 10.0.0.255Aug 11 11:21:30.795 |
| 3041 | 2026-08-11T11:21:31.812Z | INFO |
| 3042 | 2026-08-11T11:21:31.812Z | INFOINFO Aug 11 11:21:30.795 adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3043 | 2026-08-11T11:21:31.812Z | Aug 11 11:21:30.795 DEBGINFOadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 3044 | 2026-08-11T11:21:31.812Z | 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 11 11:21:30.795adding route 172.17.0.7/32 -> 10.0.0.255 |
| 3045 | 2026-08-11T11:21:31.812Z | |
| 3046 | 2026-08-11T11:21:31.812Z | adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG |
| 3047 | 2026-08-11T11:21:31.812Z | Aug 11 11:21:30.795replacing 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 11 11:21:30.795 DEBG 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 } }] |
| 3048 | 2026-08-11T11:21:31.812Z | 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 } }] |
| 3049 | 2026-08-11T11:21:31.812Z | Aug 11 11:21:30.801Aug 11 11:21:30.801 INFO |
| 3050 | 2026-08-11T11:21:31.812Z | Aug 11 11:21:30.801 DEBGAug 11 11:21:30.801 INFOadding route 172.17.0.4/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 } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ffINFO |
| 3051 | 2026-08-11T11:21:31.812Z | Aug 11 11:21:30.801adding route 172.17.0.8/32 -> 10.0.0.255 |
| 3052 | 2026-08-11T11:21:31.813Z | INFO |
| 3053 | 2026-08-11T11:21:31.813Z | |
| 3054 | 2026-08-11T11:21:31.813Z | Aug 11 11:21:30.801 adding route 172.17.0.19/32 -> 10.0.0.255Aug 11 11:21:30.801DEBG |
| 3055 | 2026-08-11T11:21:31.813Z | DEBGAug 11 11:21:30.801 replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3056 | 2026-08-11T11:21:31.813Z | |
| 3057 | 2026-08-11T11:21:31.813Z | Aug 11 11:21:30.801 DEBG 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 11 11:21:30.801Aug 11 11:21:30.801 INFOINFO |
| 3058 | 2026-08-11T11:21:31.813Z | adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3059 | 2026-08-11T11:21:31.813Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 3060 | 2026-08-11T11:21:31.813Z | Aug 11 11:21:30.801 Aug 11 11:21:30.801Aug 11 11:21:30.801 INFODEBG DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 3061 | 2026-08-11T11:21:31.813Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 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 } }] |
| 3062 | 2026-08-11T11:21:31.813Z | |
| 3063 | 2026-08-11T11:21:31.813Z | Aug 11 11:21:30.801Aug 11 11:21:30.801Aug 11 11:21:30.801Aug 11 11:21:30.801 INFODEBGDEBGWARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }] |
| 3064 | 2026-08-11T11:21:31.813Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3065 | 2026-08-11T11:21:31.813Z | 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 } }] |
| 3066 | 2026-08-11T11:21:31.813Z | |
| 3067 | 2026-08-11T11:21:31.813Z | Aug 11 11:21:30.801Aug 11 11:21:30.801 ERROINFO rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 172.17.0.6/32 -> 10.0.0.255Aug 11 11:21:30.801 |
| 3068 | 2026-08-11T11:21:31.817Z | DEBG |
| 3069 | 2026-08-11T11:21:31.817Z | replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.801 |
| 3070 | 2026-08-11T11:21:31.817Z | Aug 11 11:21:30.801 INFODEBG Aug 11 11:21:30.801Aug 11 11:21:30.801 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffERROINFOreplacing 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 } }] |
| 3071 | 2026-08-11T11:21:31.817Z | |
| 3072 | 2026-08-11T11:21:31.817Z | 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 |
| 3073 | 2026-08-11T11:21:31.817Z | adding route 172.17.0.11/32 -> 10.0.0.255 |
| 3074 | 2026-08-11T11:21:31.817Z | Aug 11 11:21:30.801Aug 11 11:21:30.801 INFODEBG adding route 172.17.0.7/32 -> 10.0.0.255replacing 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 11 11:21:30.801 |
| 3075 | 2026-08-11T11:21:31.817Z | |
| 3076 | 2026-08-11T11:21:31.817Z | 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 } }] |
| 3077 | 2026-08-11T11:21:31.817Z | Aug 11 11:21:30.801Aug 11 11:21:30.801 DEBGAug 11 11:21:30.801INFO INFO replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.12/32 -> 10.0.0.255adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 3078 | 2026-08-11T11:21:31.817Z | |
| 3079 | 2026-08-11T11:21:31.817Z | |
| 3080 | 2026-08-11T11:21:31.817Z | Aug 11 11:21:30.801Aug 11 11:21:30.801Aug 11 11:21:30.796 DEBG DEBGAug 11 11:21:30.801 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 } }] replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemap |
| 3081 | 2026-08-11T11:21:31.817Z | INFO adding route 172.17.0.8/32 -> 10.0.0.255, |
| 3082 | 2026-08-11T11:21:31.817Z | |
| 3083 | 2026-08-11T11:21:31.817Z | Aug 11 11:21:30.801 unitINFO: Aug 11 11:21:30.801 Aug 11 11:21:30.801 adding route 172.17.0.13/32 -> 10.0.0.255INFO |
| 3084 | 2026-08-11T11:21:31.817Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff freemap_route_ipv4 |
| 3085 | 2026-08-11T11:21:31.817Z | |
| 3086 | 2026-08-11T11:21:31.817Z | DEBG Aug 11 11:21:30.801replacing 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 } }] |
| 3087 | 2026-08-11T11:21:31.817Z | DEBG Aug 11 11:21:30.801replacing 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 } }] |
| 3088 | 2026-08-11T11:21:31.817Z | Aug 11 11:21:30.801DEBG DEBGAug 11 11:21:30.801replacing 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 } }] |
| 3089 | 2026-08-11T11:21:31.817Z | Aug 11 11:21:30.801created new freemap , INFO INFOadding route 172.17.0.14/32 -> 10.0.0.255 |
| 3090 | 2026-08-11T11:21:31.817Z | adding route 172.17.0.9/32 -> 10.0.0.255unit: |
| 3091 | 2026-08-11T11:21:31.817Z | freemap_route_ipv6Aug 11 11:21:30.801Aug 11 11:21:30.801 INFODEBG |
| 3092 | 2026-08-11T11:21:31.817Z | 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 } }] |
| 3093 | 2026-08-11T11:21:31.817Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 11 11:21:30.801 |
| 3094 | 2026-08-11T11:21:31.817Z | DEBG Aug 11 11:21:30.801replacing 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 11 11:21:30.801 Aug 11 11:21:30.801 |
| 3095 | 2026-08-11T11:21:31.817Z | INFODEBG adding route 172.17.0.15/32 -> 10.0.0.255DEBG |
| 3096 | 2026-08-11T11:21:31.817Z | initted freemap. size: 64 replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:30.801, |
| 3097 | 2026-08-11T11:21:31.817Z | Aug 11 11:21:30.801INFO unitDEBG: 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.10/32 -> 10.0.0.255 |
| 3098 | 2026-08-11T11:21:31.817Z | |
| 3099 | 2026-08-11T11:21:31.817Z | freemap_route_ipv4Aug 11 11:21:30.801Aug 11 11:21:30.801Aug 11 11:21:30.801 INFODEBG |
| 3100 | 2026-08-11T11:21:31.818Z | adding route 172.17.0.16/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 } }] |
| 3101 | 2026-08-11T11:21:31.818Z | INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 3102 | 2026-08-11T11:21:31.818Z | |
| 3103 | 2026-08-11T11:21:31.818Z | Aug 11 11:21:30.801Aug 11 11:21:30.801 DEBGDEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap |
| 3104 | 2026-08-11T11:21:31.818Z | , Aug 11 11:21:30.801unit: Aug 11 11:21:30.801 DEBG Aug 11 11:21:30.801freemap_route_ipv4INFO |
| 3105 | 2026-08-11T11:21:31.818Z | 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 } }] |
| 3106 | 2026-08-11T11:21:31.818Z | INFOadding route 172.17.0.11/32 -> 10.0.0.255 |
| 3107 | 2026-08-11T11:21:31.818Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3108 | 2026-08-11T11:21:31.818Z | Aug 11 11:21:30.801Aug 11 11:21:30.801Aug 11 11:21:30.801 DEBGINFO DEBGreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:21:30.801 |
| 3109 | 2026-08-11T11:21:31.818Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 3110 | 2026-08-11T11:21:31.818Z | 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 } }] |
| 3111 | 2026-08-11T11:21:31.818Z | DEBG Aug 11 11:21:30.801Aug 11 11:21:30.801 Aug 11 11:21:30.801INFO adding route 172.17.0.18/32 -> 10.0.0.255initted freemap. size: 64DEBG |
| 3112 | 2026-08-11T11:21:31.818Z | INFO, unit 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 172.17.0.12/32 -> 10.0.0.255 |
| 3113 | 2026-08-11T11:21:31.818Z | |
| 3114 | 2026-08-11T11:21:31.818Z | Aug 11 11:21:30.801freemap_route_ipv6 |
| 3115 | 2026-08-11T11:21:31.818Z | DEBGAug 11 11:21:30.801Aug 11 11:21:30.801 INFODEBGreplacing 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 } }] |
| 3116 | 2026-08-11T11:21:31.818Z | adding route 3fff:beef:a::/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 } }] |
| 3117 | 2026-08-11T11:21:31.818Z | |
| 3118 | 2026-08-11T11:21:31.818Z | Aug 11 11:21:30.801Aug 11 11:21:30.801 INFODEBGAug 11 11:21:30.801 reset freemapadding route 172.17.0.19/32 -> 10.0.0.255 Aug 11 11:21:30.801 |
| 3119 | 2026-08-11T11:21:31.818Z | INFO , adding route 172.17.0.13/32 -> 10.0.0.255unit |
| 3120 | 2026-08-11T11:21:31.818Z | : DEBGfreemap_route_ipv6 |
| 3121 | 2026-08-11T11:21:31.818Z | 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 11 11:21:30.802 |
| 3122 | 2026-08-11T11:21:31.818Z | DEBG Aug 11 11:21:30.802replacing 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 } }] |
| 3123 | 2026-08-11T11:21:31.818Z | Aug 11 11:21:30.802DEBG Aug 11 11:21:30.802replacing 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 } }]INFOAug 11 11:21:30.802 |
| 3124 | 2026-08-11T11:21:31.818Z | INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 11 11:21:30.802 |
| 3125 | 2026-08-11T11:21:31.818Z | adding route 172.17.0.14/32 -> 10.0.0.255INFO |
| 3126 | 2026-08-11T11:21:31.818Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 3127 | 2026-08-11T11:21:31.818Z | adding route 172.17.0.20/32 -> 10.0.0.255Aug 11 11:21:30.802Aug 11 11:21:30.802 |
| 3128 | 2026-08-11T11:21:31.818Z | DEBG freemap_route_ipv6replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 11 11:21:30.802 |
| 3129 | 2026-08-11T11:21:31.818Z | test route::tests::identity_replace_is_noop ... ok |
| 3130 | 2026-08-11T11:21:31.818Z | DEBG |
| 3131 | 2026-08-11T11:21:31.818Z | DEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 11 11:21:30.802 |
| 3132 | 2026-08-11T11:21:31.818Z | |
| 3133 | 2026-08-11T11:21:31.818Z | Aug 11 11:21:30.802 INFOAug 11 11:21:30.802 Aug 11 11:21:30.802 adding route 172.16.0.0/32 -> 10.0.0.2INFODEBG |
| 3134 | 2026-08-11T11:21:31.818Z | adding route 172.17.0.21/32 -> 10.0.0.255INFOAug 11 11:21:30.802 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 } }] |
| 3135 | 2026-08-11T11:21:31.818Z | adding route 172.17.0.15/32 -> 10.0.0.255 |
| 3136 | 2026-08-11T11:21:31.818Z | Aug 11 11:21:30.802DEBG |
| 3137 | 2026-08-11T11:21:31.818Z | test route::tests::grow_succeeds ... ok |
| 3138 | 2026-08-11T11:21:31.818Z | DEBG Aug 11 11:21:30.802reset freemapAug 11 11:21:30.802 DEBGAug 11 11:21:30.802, INFO DEBGunit replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.17.0.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 } }]: |
| 3139 | 2026-08-11T11:21:31.819Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 3140 | 2026-08-11T11:21:31.819Z | 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 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 3141 | 2026-08-11T11:21:31.819Z | |
| 3142 | 2026-08-11T11:21:31.819Z | |
| 3143 | 2026-08-11T11:21:31.819Z | freemap_route_ipv6 |
| 3144 | 2026-08-11T11:21:31.819Z | Aug 11 11:21:30.802Aug 11 11:21:30.802 INFOAug 11 11:21:30.802INFO DEBGAug 11 11:21:30.802adding route 172.17.0.22/32 -> 10.0.0.255 Aug 11 11:21:30.802adding route 172.16.0.0/32 -> 10.0.0.3 |
| 3145 | 2026-08-11T11:21:31.819Z | INFOreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3146 | 2026-08-11T11:21:31.819Z | INFOadding route 172.17.0.16/32 -> 10.0.0.255 Aug 11 11:21:30.802 |
| 3147 | 2026-08-11T11:21:31.819Z | |
| 3148 | 2026-08-11T11:21:31.819Z | adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 3149 | 2026-08-11T11:21:31.819Z | Aug 11 11:21:30.802 Aug 11 11:21:30.802 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 |
| 3150 | 2026-08-11T11:21:31.819Z | 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 } }] |
| 3151 | 2026-08-11T11:21:31.819Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 3152 | 2026-08-11T11:21:31.819Z | Aug 11 11:21:30.802Aug 11 11:21:30.802 Aug 11 11:21:30.802Aug 11 11:21:30.802 DEBGINFO INFO adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255Aug 11 11:21:30.802 |
| 3153 | 2026-08-11T11:21:31.819Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3154 | 2026-08-11T11:21:31.819Z | DEBG |
| 3155 | 2026-08-11T11:21:31.819Z | 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 } }] |
| 3156 | 2026-08-11T11:21:31.819Z | DEBG Aug 11 11:21:30.802replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 11 11:21:30.802Aug 11 11:21:30.802 DEBG |
| 3157 | 2026-08-11T11:21:31.819Z | 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 } }] |
| 3158 | 2026-08-11T11:21:31.819Z | DEBGINFO Aug 11 11:21:30.802adding route 172.16.0.0/32 -> 10.0.0.4 |
| 3159 | 2026-08-11T11:21:31.819Z | Aug 11 11:21:30.802DEBG Aug 11 11:21:30.802INFO INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 3160 | 2026-08-11T11:21:31.819Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3161 | 2026-08-11T11:21:31.819Z | 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 } }] |
| 3162 | 2026-08-11T11:21:31.819Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 11 11:21:30.802 DEBGAug 11 11:21:30.802 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]DEBG |
| 3163 | 2026-08-11T11:21:31.819Z | created new freemap, unit: Aug 11 11:21:30.802freemap_route_ipv4Aug 11 11:21:30.807 DEBG |
| 3164 | 2026-08-11T11:21:31.819Z | INFO adding route 172.17.0.18/32 -> 10.0.0.255replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.807 |
| 3165 | 2026-08-11T11:21:31.819Z | |
| 3166 | 2026-08-11T11:21:31.819Z | Aug 11 11:21:30.807DEBGAug 11 11:21:30.807Aug 11 11:21:30.807 DEBG |
| 3167 | 2026-08-11T11:21:31.819Z | 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 } }] |
| 3168 | 2026-08-11T11:21:31.823Z | adding route 172.17.0.25/32 -> 10.0.0.255Aug 11 11:21:30.807 |
| 3169 | 2026-08-11T11:21:31.823Z | Aug 11 11:21:30.807 DEBGDEBGAug 11 11:21:30.807 Aug 11 11:21:30.807 created new freemap INFODEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]replacing targets for 172.17.0.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 } }], |
| 3170 | 2026-08-11T11:21:31.823Z | |
| 3171 | 2026-08-11T11:21:31.823Z | unit:adding route 172.17.0.19/32 -> 10.0.0.255adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 3172 | 2026-08-11T11:21:31.823Z | |
| 3173 | 2026-08-11T11:21:31.823Z | freemap_route_ipv6 |
| 3174 | 2026-08-11T11:21:31.823Z | Aug 11 11:21:30.807 INFO |
| 3175 | 2026-08-11T11:21:31.823Z | Aug 11 11:21:30.807 DEBGAug 11 11:21:30.807Aug 11 11:21:30.807 DEBGDEBGreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3176 | 2026-08-11T11:21:31.823Z | adding route 172.17.0.26/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 } }] |
| 3177 | 2026-08-11T11:21:31.823Z | |
| 3178 | 2026-08-11T11:21:31.823Z | initted freemap. size: 64, Aug 11 11:21:30.808Aug 11 11:21:30.808 unitAug 11 11:21:30.808DEBG 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:INFO |
| 3179 | 2026-08-11T11:21:31.823Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff freemap_route_ipv4 |
| 3180 | 2026-08-11T11:21:31.823Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 3181 | 2026-08-11T11:21:31.823Z | |
| 3182 | 2026-08-11T11:21:31.823Z | Aug 11 11:21:30.808Aug 11 11:21:30.808 INFO DEBG adding route 172.17.0.27/32 -> 10.0.0.255Aug 11 11:21:30.808 |
| 3183 | 2026-08-11T11:21:31.823Z | Aug 11 11:21:30.808replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG reset freemap |
| 3184 | 2026-08-11T11:21:31.824Z | 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 } }], |
| 3185 | 2026-08-11T11:21:31.824Z | Aug 11 11:21:30.808unit Aug 11 11:21:30.808DEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3186 | 2026-08-11T11:21:31.824Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff: |
| 3187 | 2026-08-11T11:21:31.824Z | Aug 11 11:21:30.808 freemap_route_ipv4INFOAug 11 11:21:30.808 |
| 3188 | 2026-08-11T11:21:31.824Z | Aug 11 11:21:30.808adding route 172.17.0.21/32 -> 10.0.0.255 INFODEBG adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3189 | 2026-08-11T11:21:31.824Z | 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 } }] |
| 3190 | 2026-08-11T11:21:31.824Z | |
| 3191 | 2026-08-11T11:21:31.824Z | Aug 11 11:21:30.808 DEBGAug 11 11:21:30.808 Aug 11 11:21:30.808DEBGAug 11 11:21:30.808initted freemap. size: 64 INFO replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3192 | 2026-08-11T11:21:31.824Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 3193 | 2026-08-11T11:21:31.824Z | , replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 3194 | 2026-08-11T11:21:31.824Z | Aug 11 11:21:30.808: INFOAug 11 11:21:30.808 Aug 11 11:21:30.808DEBGfreemap_route_ipv6 |
| 3195 | 2026-08-11T11:21:31.824Z | INFOadding route 172.17.0.22/32 -> 10.0.0.255replacing 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 } }] |
| 3196 | 2026-08-11T11:21:31.824Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3197 | 2026-08-11T11:21:31.824Z | |
| 3198 | 2026-08-11T11:21:31.824Z | Aug 11 11:21:30.808Aug 11 11:21:30.808 INFODEBGAug 11 11:21:30.808 Aug 11 11:21:30.808 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG |
| 3199 | 2026-08-11T11:21:31.824Z | reset freemapDEBGreplacing 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 } }], |
| 3200 | 2026-08-11T11:21:31.824Z | unitAug 11 11:21:30.808 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 |
| 3201 | 2026-08-11T11:21:31.824Z | Aug 11 11:21:30.808 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 |
| 3202 | 2026-08-11T11:21:31.824Z | freemap_route_ipv6adding route 172.17.0.30/32 -> 10.0.0.255 |
| 3203 | 2026-08-11T11:21:31.824Z | Aug 11 11:21:30.808 |
| 3204 | 2026-08-11T11:21:31.824Z | INFO Aug 11 11:21:30.808adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3205 | 2026-08-11T11:21:31.824Z | INFOAug 11 11:21:30.808 Aug 11 11:21:30.808adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff DEBGAug 11 11:21:30.808 |
| 3206 | 2026-08-11T11:21:31.824Z | 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 } }] |
| 3207 | 2026-08-11T11:21:31.824Z | DEBG Aug 11 11:21:30.808adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 3208 | 2026-08-11T11:21:31.824Z | DEBG |
| 3209 | 2026-08-11T11:21:31.824Z | Aug 11 11:21:30.808 replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 11 11:21:30.808Aug 11 11:21:30.808 |
| 3210 | 2026-08-11T11:21:31.824Z | adding route 172.17.0.31/32 -> 10.0.0.255DEBG |
| 3211 | 2026-08-11T11:21:31.824Z | INFOAug 11 11:21:30.808 adding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3212 | 2026-08-11T11:21:31.824Z | Aug 11 11:21:30.808INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG |
| 3213 | 2026-08-11T11:21:31.824Z | Aug 11 11:21:30.808replacing 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 } }] |
| 3214 | 2026-08-11T11:21:31.824Z | |
| 3215 | 2026-08-11T11:21:31.824Z | DEBG Aug 11 11:21:30.808replacing 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 11 11:21:30.808 |
| 3216 | 2026-08-11T11:21:31.824Z | Aug 11 11:21:30.808INFO INFODEBG adding route 172.17.0.32/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 } }]Aug 11 11:21:30.808 |
| 3217 | 2026-08-11T11:21:31.824Z | |
| 3218 | 2026-08-11T11:21:31.824Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3219 | 2026-08-11T11:21:31.824Z | |
| 3220 | 2026-08-11T11:21:31.824Z | Aug 11 11:21:30.808Aug 11 11:21:30.808 DEBGINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.808 |
| 3221 | 2026-08-11T11:21:31.824Z | |
| 3222 | 2026-08-11T11:21:31.825Z | Aug 11 11:21:30.808 DEBG Aug 11 11:21:30.808DEBG INFOAug 11 11:21:30.808 adding route 172.17.0.33/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 } }] |
| 3223 | 2026-08-11T11:21:31.825Z | replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3224 | 2026-08-11T11:21:31.825Z | 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 } }] |
| 3225 | 2026-08-11T11:21:31.825Z | |
| 3226 | 2026-08-11T11:21:31.825Z | Aug 11 11:21:30.808 DEBGAug 11 11:21:30.808Aug 11 11:21:30.808 Aug 11 11:21:30.808 INFOINFO INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3227 | 2026-08-11T11:21:31.825Z | adding route 172.17.0.26/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3228 | 2026-08-11T11:21:31.825Z | |
| 3229 | 2026-08-11T11:21:31.825Z | |
| 3230 | 2026-08-11T11:21:31.825Z | Aug 11 11:21:30.808 INFO Aug 11 11:21:30.808Aug 11 11:21:30.808adding route 172.17.0.34/32 -> 10.0.0.255 replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3231 | 2026-08-11T11:21:31.825Z | DEBGDEBG |
| 3232 | 2026-08-11T11:21:31.825Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 3233 | 2026-08-11T11:21:31.825Z | Aug 11 11:21:30.808 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 |
| 3234 | 2026-08-11T11:21:31.825Z | 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 11 11:21:30.808 |
| 3235 | 2026-08-11T11:21:31.825Z | Aug 11 11:21:30.808INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3236 | 2026-08-11T11:21:31.825Z | DEBGAug 11 11:21:30.808Aug 11 11:21:30.808 adding route 172.17.0.20/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 } }] |
| 3237 | 2026-08-11T11:21:31.825Z | INFOAug 11 11:21:30.808 INFOINFO |
| 3238 | 2026-08-11T11:21:31.825Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 3239 | 2026-08-11T11:21:31.825Z | adding route 172.17.0.27/32 -> 10.0.0.255 adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 3240 | 2026-08-11T11:21:31.825Z | Aug 11 11:21:30.808adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3241 | 2026-08-11T11:21:31.825Z | |
| 3242 | 2026-08-11T11:21:31.825Z | Aug 11 11:21:30.808INFO Aug 11 11:21:30.808DEBG adding route 172.17.0.35/32 -> 10.0.0.255Aug 11 11:21:30.808 |
| 3243 | 2026-08-11T11:21:31.825Z | DEBG DEBGAug 11 11:21:30.808 Aug 11 11:21:30.808 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 } }] |
| 3244 | 2026-08-11T11:21:31.825Z | replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 3245 | 2026-08-11T11:21:31.825Z | 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 } }] |
| 3246 | 2026-08-11T11:21:31.825Z | DEBG |
| 3247 | 2026-08-11T11:21:31.825Z | 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 11 11:21:30.808Aug 11 11:21:30.808 Aug 11 11:21:30.808 |
| 3248 | 2026-08-11T11:21:31.825Z | DEBGAug 11 11:21:30.808 INFOINFOreplacing targets for 3fff:dead::/64 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 } }] |
| 3249 | 2026-08-11T11:21:31.825Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO Aug 11 11:21:30.808adding route 172.17.0.21/32 -> 10.0.0.255Aug 11 11:21:30.808 |
| 3250 | 2026-08-11T11:21:31.825Z | |
| 3251 | 2026-08-11T11:21:31.825Z | INFOWARN adding route 172.17.0.36/32 -> 10.0.0.255 Aug 11 11:21:30.808 |
| 3252 | 2026-08-11T11:21:31.825Z | shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) adding route 172.17.0.28/32 -> 10.0.0.255DEBGAug 11 11:21:30.808 |
| 3253 | 2026-08-11T11:21:31.825Z | Aug 11 11:21:30.808replacing 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 } }] |
| 3254 | 2026-08-11T11:21:31.825Z | DEBGDEBG Aug 11 11:21:30.808replacing 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 } }] |
| 3255 | 2026-08-11T11:21:31.825Z | |
| 3256 | 2026-08-11T11:21:31.825Z | DEBGreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3257 | 2026-08-11T11:21:31.825Z | 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 11 11:21:30.808 |
| 3258 | 2026-08-11T11:21:31.825Z | Aug 11 11:21:30.808INFOAug 11 11:21:30.808 adding route 172.17.0.37/32 -> 10.0.0.255 INFOINFO Aug 11 11:21:30.808adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 3259 | 2026-08-11T11:21:31.825Z | adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3260 | 2026-08-11T11:21:31.825Z | INFO |
| 3261 | 2026-08-11T11:21:31.825Z | Aug 11 11:21:30.808adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3262 | 2026-08-11T11:21:31.826Z | DEBGAug 11 11:21:30.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 } }]DEBG |
| 3263 | 2026-08-11T11:21:31.826Z | Aug 11 11:21:30.808replacing 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 } }] |
| 3264 | 2026-08-11T11:21:31.826Z | Aug 11 11:21:30.808 INFODEBG Aug 11 11:21:30.808replacing 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.38/32 -> 10.0.0.255 |
| 3265 | 2026-08-11T11:21:31.826Z | Aug 11 11:21:30.808INFO |
| 3266 | 2026-08-11T11:21:31.826Z | DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 3267 | 2026-08-11T11:21:31.826Z | 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 11 11:21:30.808 INFOAug 11 11:21:30.809 adding route 172.17.0.30/32 -> 10.0.0.255DEBG |
| 3268 | 2026-08-11T11:21:31.829Z | created new freemapAug 11 11:21:30.808Aug 11 11:21:30.808 Aug 11 11:21:30.814DEBG, unitDEBG : created new freemapDEBG, unitreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:freemap_route_ipv4 |
| 3269 | 2026-08-11T11:21:31.829Z | created new freemapfreemap_route_ipv4, |
| 3270 | 2026-08-11T11:21:31.829Z | unit: Aug 11 11:21:30.814freemap_route_ipv4 |
| 3271 | 2026-08-11T11:21:31.829Z | |
| 3272 | 2026-08-11T11:21:31.829Z | Aug 11 11:21:30.814Aug 11 11:21:30.814 replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:30.814DEBG |
| 3273 | 2026-08-11T11:21:31.829Z | Aug 11 11:21:30.814INFO DEBG DEBGadding route 172.17.0.31/32 -> 10.0.0.255created new freemapcreated new freemap, |
| 3274 | 2026-08-11T11:21:31.830Z | 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 |
| 3275 | 2026-08-11T11:21:31.830Z | , unit:unit freemap_route_ipv6:Aug 11 11:21:30.814Aug 11 11:21:30.814 |
| 3276 | 2026-08-11T11:21:31.830Z | freemap_route_ipv6DEBG |
| 3277 | 2026-08-11T11:21:31.830Z | Aug 11 11:21:30.814Aug 11 11:21:30.814 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 11 11:21:30.814 INFO DEBG |
| 3278 | 2026-08-11T11:21:31.830Z | DEBG initted freemap. size: 64created new freemap Aug 11 11:21:30.814, INFO unitadding route 3fff:beef:24::/64 -> 2001:db8::55:ffINFO |
| 3279 | 2026-08-11T11:21:31.830Z | : , adding route 3fff:beef:f::/64 -> 2001:db8::55:fffreemap_route_ipv6unit |
| 3280 | 2026-08-11T11:21:31.830Z | :initted freemap. size: 64 adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3281 | 2026-08-11T11:21:31.830Z | , unitfreemap_route_ipv4 |
| 3282 | 2026-08-11T11:21:31.830Z | |
| 3283 | 2026-08-11T11:21:31.830Z | :Aug 11 11:21:30.814 Aug 11 11:21:30.814DEBGAug 11 11:21:30.814 freemap_route_ipv4 |
| 3284 | 2026-08-11T11:21:31.830Z | Aug 11 11:21:30.814DEBG 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 } }] reset freemap |
| 3285 | 2026-08-11T11:21:31.830Z | , 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 } }] unit |
| 3286 | 2026-08-11T11:21:31.830Z | :Aug 11 11:21:30.814 DEBGfreemap_route_ipv4 |
| 3287 | 2026-08-11T11:21:31.830Z | Aug 11 11:21:30.814DEBGAug 11 11:21:30.814 initted freemap. size: 64 , DEBGAug 11 11:21:30.814 reset freemapreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 3288 | 2026-08-11T11:21:31.830Z | Aug 11 11:21:30.814 INFOunit INFO:DEBG adding route 172.17.0.33/32 -> 10.0.0.255Aug 11 11:21:30.814freemap_route_ipv4 |
| 3289 | 2026-08-11T11:21:31.830Z | |
| 3290 | 2026-08-11T11:21:31.830Z | unitinitted freemap. size: 64, unit: Aug 11 11:21:30.814adding route 3fff:beef:10::/64 -> 2001:db8::55:ff:INFOAug 11 11:21:30.814freemap_route_ipv6 |
| 3291 | 2026-08-11T11:21:31.830Z | DEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG |
| 3292 | 2026-08-11T11:21:31.830Z | initted freemap. size: 64 |
| 3293 | 2026-08-11T11:21:31.830Z | Aug 11 11:21:30.814freemap_route_ipv4 |
| 3294 | 2026-08-11T11:21:31.830Z | 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 } }], |
| 3295 | 2026-08-11T11:21:31.830Z | unitAug 11 11:21:30.814 Aug 11 11:21:30.814 :DEBG DEBG freemap_route_ipv6 |
| 3296 | 2026-08-11T11:21:31.830Z | reset freemapreset freemapAug 11 11:21:30.814, , Aug 11 11:21:30.814 unitDEBGDEBGunit :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 } }]: |
| 3297 | 2026-08-11T11:21:31.830Z | Aug 11 11:21:30.814 DEBG 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 } }]freemap_route_ipv4 reset freemapfreemap_route_ipv6 |
| 3298 | 2026-08-11T11:21:31.830Z | Aug 11 11:21:30.814adding route 172.17.0.34/32 -> 10.0.0.255, unit |
| 3299 | 2026-08-11T11:21:31.830Z | INFO |
| 3300 | 2026-08-11T11:21:31.830Z | : |
| 3301 | 2026-08-11T11:21:31.830Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 11 11:21:30.814 |
| 3302 | 2026-08-11T11:21:31.830Z | Aug 11 11:21:30.814DEBG freemap_route_ipv6 Aug 11 11:21:30.814INFO |
| 3303 | 2026-08-11T11:21:31.830Z | 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 3fff:dead::/64 -> 2001:db8::55:1 |
| 3304 | 2026-08-11T11:21:31.830Z | Aug 11 11:21:30.814 |
| 3305 | 2026-08-11T11:21:31.830Z | Aug 11 11:21:30.814 Aug 11 11:21:30.814DEBG Aug 11 11:21:30.814INFO initted freemap. size: 64 INFODEBGDEBG Aug 11 11:21:30.814 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3306 | 2026-08-11T11:21:31.830Z | replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 INFO |
| 3307 | 2026-08-11T11:21:31.830Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 172.17.0.35/32 -> 10.0.0.255 |
| 3308 | 2026-08-11T11:21:31.830Z | |
| 3309 | 2026-08-11T11:21:31.830Z | Aug 11 11:21:30.814 |
| 3310 | 2026-08-11T11:21:31.830Z | INFOAug 11 11:21:30.814Aug 11 11:21:30.814 adding route 3fff:dead::/64 -> 2001:db8::55:2 DEBGDEBG |
| 3311 | 2026-08-11T11:21:31.830Z | 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 } }] |
| 3312 | 2026-08-11T11:21:31.831Z | Aug 11 11:21:30.814replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 11 11:21:30.814INFO |
| 3313 | 2026-08-11T11:21:31.831Z | DEBGAug 11 11:21:30.814 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3314 | 2026-08-11T11:21:31.831Z | Aug 11 11:21:30.814adding route 3fff:beef:12::/64 -> 2001:db8::55:ff Aug 11 11:21:30.814 |
| 3315 | 2026-08-11T11:21:31.831Z | INFO INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3316 | 2026-08-11T11:21:31.831Z | |
| 3317 | 2026-08-11T11:21:31.831Z | Aug 11 11:21:30.814 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 |
| 3318 | 2026-08-11T11:21:31.831Z | Aug 11 11:21:30.814 Aug 11 11:21:30.814DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 11 11:21:30.814 |
| 3319 | 2026-08-11T11:21:31.831Z | DEBG INFO Aug 11 11:21:30.814replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:27::/64 -> 2001:db8::55:ff |
| 3320 | 2026-08-11T11:21:31.831Z | 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 } }] |
| 3321 | 2026-08-11T11:21:31.831Z | Aug 11 11:21:30.814 DEBGDEBG |
| 3322 | 2026-08-11T11:21:31.831Z | Aug 11 11:21:30.814 Aug 11 11:21:30.814DEBG 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 } }]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 } }] |
| 3323 | 2026-08-11T11:21:31.831Z | 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:dead::/64 -> 2001:db8::55:3 |
| 3324 | 2026-08-11T11:21:31.831Z | |
| 3325 | 2026-08-11T11:21:31.831Z | |
| 3326 | 2026-08-11T11:21:31.831Z | Aug 11 11:21:30.814Aug 11 11:21:30.814 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4INFOAug 11 11:21:30.814 |
| 3327 | 2026-08-11T11:21:31.831Z | Aug 11 11:21:30.814Aug 11 11:21:30.814 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFODEBG |
| 3328 | 2026-08-11T11:21:31.831Z | 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 11 11:21:30.814adding route 172.17.0.37/32 -> 10.0.0.255 adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 3329 | 2026-08-11T11:21:31.831Z | |
| 3330 | 2026-08-11T11:21:31.831Z | DEBG |
| 3331 | 2026-08-11T11:21:31.831Z | Aug 11 11:21:30.814 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3332 | 2026-08-11T11:21:31.831Z | Aug 11 11:21:30.814DEBG Aug 11 11:21:30.814 Aug 11 11:21:30.814INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 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 } }] |
| 3333 | 2026-08-11T11:21:31.831Z | |
| 3334 | 2026-08-11T11:21:31.831Z | replacing targets for 3fff:dead::/64 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 } }] |
| 3335 | 2026-08-11T11:21:31.831Z | 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 11 11:21:30.814Aug 11 11:21:30.814Aug 11 11:21:30.814Aug 11 11:21:30.814 |
| 3336 | 2026-08-11T11:21:31.831Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG WARNINFO Aug 11 11:21:30.814 shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3337 | 2026-08-11T11:21:31.831Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3338 | 2026-08-11T11:21:31.831Z | |
| 3339 | 2026-08-11T11:21:31.831Z | 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 |
| 3340 | 2026-08-11T11:21:31.831Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 11 11:21:30.814 |
| 3341 | 2026-08-11T11:21:31.831Z | DEBGAug 11 11:21:30.814 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 } }] |
| 3342 | 2026-08-11T11:21:31.831Z | replacing targets for 3fff:dead::/64 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 } }] |
| 3343 | 2026-08-11T11:21:31.831Z | Aug 11 11:21:30.814Aug 11 11:21:30.814 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 } }]Aug 11 11:21:30.814Aug 11 11:21:30.814 |
| 3344 | 2026-08-11T11:21:31.831Z | INFOWARNadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 3345 | 2026-08-11T11:21:31.831Z | shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3346 | 2026-08-11T11:21:31.831Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3347 | 2026-08-11T11:21:31.831Z | Aug 11 11:21:30.814 Aug 11 11:21:30.814INFO DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 3348 | 2026-08-11T11:21:31.831Z | 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 } }] |
| 3349 | 2026-08-11T11:21:31.831Z | Aug 11 11:21:30.814 DEBGAug 11 11:21:30.814 Aug 11 11:21:30.814 DEBGreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3350 | 2026-08-11T11:21:31.831Z | 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 |
| 3351 | 2026-08-11T11:21:31.831Z | Aug 11 11:21:30.814adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 3352 | 2026-08-11T11:21:31.832Z | INFO Aug 11 11:21:30.814adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3353 | 2026-08-11T11:21:31.832Z | INFO Aug 11 11:21:30.814 DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 3354 | 2026-08-11T11:21:31.832Z | 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 11 11:21:30.814 |
| 3355 | 2026-08-11T11:21:31.832Z | DEBGAug 11 11:21:30.814 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 |
| 3356 | 2026-08-11T11:21:31.832Z | Aug 11 11:21:30.814replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 3357 | 2026-08-11T11:21:31.832Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 11 11:21:30.814 INFO |
| 3358 | 2026-08-11T11:21:31.832Z | adding route 172.17.0.41/32 -> 10.0.0.255Aug 11 11:21:30.814 |
| 3359 | 2026-08-11T11:21:31.832Z | INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 3360 | 2026-08-11T11:21:31.832Z | Aug 11 11:21:30.814 |
| 3361 | 2026-08-11T11:21:31.832Z | DEBG Aug 11 11:21:30.814replacing 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 11 11:21:30.814DEBG |
| 3362 | 2026-08-11T11:21:31.832Z | Aug 11 11:21:30.814 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 } }] INFODEBG |
| 3363 | 2026-08-11T11:21:31.832Z | Aug 11 11:21:30.814replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3364 | 2026-08-11T11:21:31.832Z | Aug 11 11:21:30.814 |
| 3365 | 2026-08-11T11:21:31.832Z | INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 172.17.0.42/32 -> 10.0.0.255 |
| 3366 | 2026-08-11T11:21:31.832Z | |
| 3367 | 2026-08-11T11:21:31.832Z | Aug 11 11:21:30.814 DEBG Aug 11 11:21:30.814replacing 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 11 11:21:30.814 |
| 3368 | 2026-08-11T11:21:31.836Z | DEBG DEBGreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.814 |
| 3369 | 2026-08-11T11:21:31.836Z | replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 3370 | 2026-08-11T11:21:31.836Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 3371 | 2026-08-11T11:21:31.836Z | Aug 11 11:21:30.814Aug 11 11:21:30.814 INFOAug 11 11:21:30.814Aug 11 11:21:30.814 INFODEBG adding route 172.17.0.43/32 -> 10.0.0.255 replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 11 11:21:30.815 |
| 3372 | 2026-08-11T11:21:31.836Z | Aug 11 11:21:30.815adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3373 | 2026-08-11T11:21:31.836Z | DEBGDEBG created new freemapcreated new freemap, , unitunitAug 11 11:21:30.820:: |
| 3374 | 2026-08-11T11:21:31.836Z | Aug 11 11:21:30.820 DEBG freemap_route_ipv4replacing 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 } }] |
| 3375 | 2026-08-11T11:21:31.836Z | |
| 3376 | 2026-08-11T11:21:31.836Z | DEBGAug 11 11:21:30.820 INFOfreemap_route_ipv4 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 11 11:21:30.820 replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 3377 | 2026-08-11T11:21:31.836Z | |
| 3378 | 2026-08-11T11:21:31.836Z | |
| 3379 | 2026-08-11T11:21:31.836Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3380 | 2026-08-11T11:21:31.836Z | Aug 11 11:21:30.820 DEBGAug 11 11:21:30.820Aug 11 11:21:30.820 Aug 11 11:21:30.820replacing 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 11 11:21:30.820 DEBG |
| 3381 | 2026-08-11T11:21:31.836Z | DEBG created new freemapDEBGAug 11 11:21:30.820 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 |
| 3382 | 2026-08-11T11:21:31.836Z | , created new freemapadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 3383 | 2026-08-11T11:21:31.836Z | unit:INFOAug 11 11:21:30.820 Aug 11 11:21:30.820, freemap_route_ipv6adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 3384 | 2026-08-11T11:21:31.836Z | DEBG |
| 3385 | 2026-08-11T11:21:31.836Z | INFOreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] unitadding route 172.17.0.26/32 -> 10.0.0.255 |
| 3386 | 2026-08-11T11:21:31.836Z | |
| 3387 | 2026-08-11T11:21:31.836Z | : Aug 11 11:21:30.820Aug 11 11:21:30.820freemap_route_ipv6Aug 11 11:21:30.820Aug 11 11:21:30.820 |
| 3388 | 2026-08-11T11:21:31.836Z | DEBGDEBGINFO DEBGreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3389 | 2026-08-11T11:21:31.836Z | initted freemap. size: 64adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff, unit |
| 3390 | 2026-08-11T11:21:31.836Z | : Aug 11 11:21:30.820freemap_route_ipv4 |
| 3391 | 2026-08-11T11:21:31.836Z | INFOAug 11 11:21:30.820 Aug 11 11:21:30.820 adding route 172.17.0.27/32 -> 10.0.0.255DEBGDEBG |
| 3392 | 2026-08-11T11:21:31.836Z | replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3393 | 2026-08-11T11:21:31.836Z | |
| 3394 | 2026-08-11T11:21:31.836Z | Aug 11 11:21:30.820initted freemap. size: 64 Aug 11 11:21:30.820Aug 11 11:21:30.820 Aug 11 11:21:30.820 INFODEBG 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 } }]DEBG |
| 3395 | 2026-08-11T11:21:31.836Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 3396 | 2026-08-11T11:21:31.836Z | |
| 3397 | 2026-08-11T11:21:31.836Z | reset freemapAug 11 11:21:30.820 , , INFOunitAug 11 11:21:30.820: unitadding route 172.17.0.28/32 -> 10.0.0.255DEBG: |
| 3398 | 2026-08-11T11:21:31.836Z | freemap_route_ipv4 |
| 3399 | 2026-08-11T11:21:31.836Z | freemap_route_ipv4Aug 11 11:21:30.820Aug 11 11:21:30.820 |
| 3400 | 2026-08-11T11:21:31.837Z | Aug 11 11:21:30.820 replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 3401 | 2026-08-11T11:21:31.837Z | DEBGreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3402 | 2026-08-11T11:21:31.837Z | 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 |
| 3403 | 2026-08-11T11:21:31.837Z | Aug 11 11:21:30.820Aug 11 11:21:30.820 DEBGINFOreset freemap Aug 11 11:21:30.820initted freemap. size: 64, adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff Aug 11 11:21:30.820unit |
| 3404 | 2026-08-11T11:21:31.837Z | :INFO, unitfreemap_route_ipv4 |
| 3405 | 2026-08-11T11:21:31.837Z | :INFO Aug 11 11:21:30.820freemap_route_ipv6 |
| 3406 | 2026-08-11T11:21:31.837Z | DEBGadding route 172.17.0.29/32 -> 10.0.0.255 |
| 3407 | 2026-08-11T11:21:31.837Z | 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 11 11:21:30.820adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 3408 | 2026-08-11T11:21:31.837Z | DEBG |
| 3409 | 2026-08-11T11:21:31.837Z | Aug 11 11:21:30.820 DEBG Aug 11 11:21:30.820initted freemap. size: 64Aug 11 11:21:30.820Aug 11 11:21:30.820 INFODEBG DEBGreset freemap , , adding route 3fff:beef:1e::/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 } }] |
| 3410 | 2026-08-11T11:21:31.837Z | 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 } }]unit |
| 3411 | 2026-08-11T11:21:31.837Z | |
| 3412 | 2026-08-11T11:21:31.837Z | unit: :freemap_route_ipv6Aug 11 11:21:30.820 |
| 3413 | 2026-08-11T11:21:31.837Z | Aug 11 11:21:30.820 INFODEBGfreemap_route_ipv6 adding route 172.17.0.30/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 } }] |
| 3414 | 2026-08-11T11:21:31.837Z | |
| 3415 | 2026-08-11T11:21:31.837Z | Aug 11 11:21:30.820 |
| 3416 | 2026-08-11T11:21:31.837Z | INFOAug 11 11:21:30.820 Aug 11 11:21:30.820DEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3417 | 2026-08-11T11:21:31.837Z | |
| 3418 | 2026-08-11T11:21:31.837Z | DEBGAug 11 11:21:30.820 INFO Aug 11 11:21:30.820 Aug 11 11:21:30.820adding route 3fff:dead::/64 -> 2001:db8::55:1 INFO |
| 3419 | 2026-08-11T11:21:31.837Z | Aug 11 11:21:30.820INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 172.17.0.31/32 -> 10.0.0.255reset freemap |
| 3420 | 2026-08-11T11:21:31.837Z | |
| 3421 | 2026-08-11T11:21:31.837Z | DEBG, 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 } }]: |
| 3422 | 2026-08-11T11:21:31.837Z | freemap_route_ipv6Aug 11 11:21:30.821Aug 11 11:21:30.821 DEBG |
| 3423 | 2026-08-11T11:21:31.837Z | DEBG Aug 11 11:21:30.821replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3424 | 2026-08-11T11:21:31.837Z | Aug 11 11:21:30.821 |
| 3425 | 2026-08-11T11:21:31.837Z | 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 11 11:21:30.821 |
| 3426 | 2026-08-11T11:21:31.837Z | INFOAug 11 11:21:30.821 INFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ff Aug 11 11:21:30.821 adding route 3fff:dead::/64 -> 2001:db8::55:1INFOINFO |
| 3427 | 2026-08-11T11:21:31.837Z | |
| 3428 | 2026-08-11T11:21:31.837Z | adding route 172.17.0.32/32 -> 10.0.0.255 Aug 11 11:21:30.821 |
| 3429 | 2026-08-11T11:21:31.837Z | INFO Aug 11 11:21:30.821adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 3430 | 2026-08-11T11:21:31.837Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 11 11:21:30.821 |
| 3431 | 2026-08-11T11:21:31.837Z | DEBGAug 11 11:21:30.821DEBG 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 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3432 | 2026-08-11T11:21:31.837Z | |
| 3433 | 2026-08-11T11:21:31.837Z | Aug 11 11:21:30.821 |
| 3434 | 2026-08-11T11:21:31.837Z | Aug 11 11:21:30.821 DEBGDEBG Aug 11 11:21:30.821replacing 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 11 11:21:30.821 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] INFO |
| 3435 | 2026-08-11T11:21:31.837Z | adding route 172.17.0.33/32 -> 10.0.0.255INFO |
| 3436 | 2026-08-11T11:21:31.837Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3437 | 2026-08-11T11:21:31.837Z | |
| 3438 | 2026-08-11T11:21:31.837Z | Aug 11 11:21:30.826Aug 11 11:21:30.826Aug 11 11:21:30.826 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3439 | 2026-08-11T11:21:31.838Z | |
| 3440 | 2026-08-11T11:21:31.838Z | DEBG Aug 11 11:21:30.808Aug 11 11:21:30.827 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:1, vlan_id: None } }, NextHop { asic_port_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 } }, NextHop { asic_port_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.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 11 11:21:30.827 |
| 3441 | 2026-08-11T11:21:31.838Z | |
| 3442 | 2026-08-11T11:21:31.838Z | |
| 3443 | 2026-08-11T11:21:31.838Z | DEBG Aug 11 11:21:30.827replacing 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 } }] |
| 3444 | 2026-08-11T11:21:31.838Z | Aug 11 11:21:30.827 INFOINFO Aug 11 11:21:30.827adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3445 | 2026-08-11T11:21:31.838Z | |
| 3446 | 2026-08-11T11:21:31.838Z | Aug 11 11:21:30.827 Aug 11 11:21:30.827INFO Aug 11 11:21:30.827DEBG INFODEBG adding route 172.17.0.44/32 -> 10.0.0.255replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3447 | 2026-08-11T11:21:31.838Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3448 | 2026-08-11T11:21:31.838Z | |
| 3449 | 2026-08-11T11:21:31.838Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3450 | 2026-08-11T11:21:31.838Z | Aug 11 11:21:30.827Aug 11 11:21:30.827 Aug 11 11:21:30.827DEBG replacing targets for 3fff:dead::/64 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 } }]DEBGINFO |
| 3451 | 2026-08-11T11:21:31.838Z | Aug 11 11:21:30.827adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3452 | 2026-08-11T11:21:31.838Z | 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.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 } }] |
| 3453 | 2026-08-11T11:21:31.838Z | Aug 11 11:21:30.827 |
| 3454 | 2026-08-11T11:21:31.838Z | DEBGAug 11 11:21:30.827 replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3455 | 2026-08-11T11:21:31.838Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 11 11:21:30.827 |
| 3456 | 2026-08-11T11:21:31.838Z | INFOAug 11 11:21:30.827 INFOadding route 172.17.0.45/32 -> 10.0.0.255 Aug 11 11:21:30.827 |
| 3457 | 2026-08-11T11:21:31.838Z | adding route 172.17.0.41/32 -> 10.0.0.255DEBG |
| 3458 | 2026-08-11T11:21:31.838Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 11 11:21:30.827 |
| 3459 | 2026-08-11T11:21:31.838Z | DEBGAug 11 11:21:30.821Aug 11 11:21:30.827 Aug 11 11:21:30.827DEBG 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 } }]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 } }] |
| 3460 | 2026-08-11T11:21:31.838Z | |
| 3461 | 2026-08-11T11:21:31.838Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 3462 | 2026-08-11T11:21:31.838Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 11 11:21:30.827Aug 11 11:21:30.827 INFOINFO |
| 3463 | 2026-08-11T11:21:31.838Z | adding route 172.17.0.46/32 -> 10.0.0.255 Aug 11 11:21:30.827adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3464 | 2026-08-11T11:21:31.838Z | |
| 3465 | 2026-08-11T11:21:31.838Z | DEBG Aug 11 11:21:30.827 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 |
| 3466 | 2026-08-11T11:21:31.838Z | Aug 11 11:21:30.827replacing 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 } }] |
| 3467 | 2026-08-11T11:21:31.838Z | 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 } }] |
| 3468 | 2026-08-11T11:21:31.842Z | Aug 11 11:21:30.827Aug 11 11:21:30.827 INFOINFO, Aug 11 11:21:30.827unit adding route 3fff:beef:34::/64 -> 2001:db8::55:ff INFO: replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3469 | 2026-08-11T11:21:31.842Z | |
| 3470 | 2026-08-11T11:21:31.842Z | |
| 3471 | 2026-08-11T11:21:31.842Z | |
| 3472 | 2026-08-11T11:21:31.842Z | |
| 3473 | 2026-08-11T11:21:31.842Z | Aug 11 11:21:30.827Aug 11 11:21:30.827Aug 11 11:21:30.827 INFODEBGDEBG Aug 11 11:21:30.827adding route 172.17.0.34/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 } }]Aug 11 11:21:30.827replacing 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 } }] |
| 3474 | 2026-08-11T11:21:31.842Z | |
| 3475 | 2026-08-11T11:21:31.842Z | |
| 3476 | 2026-08-11T11:21:31.842Z | DEBG Aug 11 11:21:30.827Aug 11 11:21:30.827Aug 11 11:21:30.827reset freemap , INFODEBG unitadding route 172.17.0.44/32 -> 10.0.0.255: |
| 3477 | 2026-08-11T11:21:31.842Z | freemap_route_ipv6replacing 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 } }] |
| 3478 | 2026-08-11T11:21:31.842Z | |
| 3479 | 2026-08-11T11:21:31.842Z | INFODEBG adding route 172.17.0.48/32 -> 10.0.0.255Aug 11 11:21:30.827 |
| 3480 | 2026-08-11T11:21:31.843Z | Aug 11 11:21:30.827 Aug 11 11:21:30.827 INFODEBG 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 |
| 3481 | 2026-08-11T11:21:31.843Z | adding route 172.17.0.35/32 -> 10.0.0.255replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3482 | 2026-08-11T11:21:31.843Z | |
| 3483 | 2026-08-11T11:21:31.843Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3484 | 2026-08-11T11:21:31.843Z | Aug 11 11:21:30.827 Aug 11 11:21:30.827INFOAug 11 11:21:30.827 INFOAug 11 11:21:30.827DEBG DEBGAug 11 11:21:30.827replacing 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 } }] |
| 3485 | 2026-08-11T11:21:31.843Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3486 | 2026-08-11T11:21:31.843Z | DEBGreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.827 Aug 11 11:21:30.827adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 3487 | 2026-08-11T11:21:31.843Z | DEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3488 | 2026-08-11T11:21:31.843Z | |
| 3489 | 2026-08-11T11:21:31.843Z | adding route 172.17.0.36/32 -> 10.0.0.255Aug 11 11:21:30.827 |
| 3490 | 2026-08-11T11:21:31.843Z | DEBG replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3491 | 2026-08-11T11:21:31.843Z | |
| 3492 | 2026-08-11T11:21:31.843Z | Aug 11 11:21:30.827Aug 11 11:21:30.827 INFOAug 11 11:21:30.827DEBG adding route 172.17.0.46/32 -> 10.0.0.255INFO |
| 3493 | 2026-08-11T11:21:31.843Z | 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 } }] |
| 3494 | 2026-08-11T11:21:31.843Z | Aug 11 11:21:30.827Aug 11 11:21:30.827 adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 11 11:21:30.827Aug 11 11:21:30.827 INFO INFOINFODEBG |
| 3495 | 2026-08-11T11:21:31.843Z | adding route 172.17.0.37/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 } }] |
| 3496 | 2026-08-11T11:21:31.843Z | |
| 3497 | 2026-08-11T11:21:31.843Z | adding route 172.17.0.49/32 -> 10.0.0.255Aug 11 11:21:30.827adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 3498 | 2026-08-11T11:21:31.843Z | |
| 3499 | 2026-08-11T11:21:31.843Z | DEBG Aug 11 11:21:30.827replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3500 | 2026-08-11T11:21:31.843Z | DEBG Aug 11 11:21:30.827replacing 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 } }] |
| 3501 | 2026-08-11T11:21:31.843Z | Aug 11 11:21:30.827 DEBGDEBGAug 11 11:21:30.827 Aug 11 11:21:30.827Aug 11 11:21:30.827 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 3502 | 2026-08-11T11:21:31.843Z | DEBGadding route 172.17.0.38/32 -> 10.0.0.255INFO |
| 3503 | 2026-08-11T11:21:31.843Z | adding route 172.17.0.47/32 -> 10.0.0.255replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3504 | 2026-08-11T11:21:31.843Z | |
| 3505 | 2026-08-11T11:21:31.843Z | 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 } }] |
| 3506 | 2026-08-11T11:21:31.843Z | Aug 11 11:21:30.827Aug 11 11:21:30.827 DEBGDEBGAug 11 11:21:30.827 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 } }] |
| 3507 | 2026-08-11T11:21:31.843Z | 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 } }] |
| 3508 | 2026-08-11T11:21:31.843Z | Aug 11 11:21:30.827 INFOINFO adding route 172.17.0.50/32 -> 10.0.0.255Aug 11 11:21:30.827adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3509 | 2026-08-11T11:21:31.843Z | |
| 3510 | 2026-08-11T11:21:31.843Z | INFO adding route 172.17.0.48/32 -> 10.0.0.255Aug 11 11:21:30.827 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 } }] |
| 3511 | 2026-08-11T11:21:31.843Z | |
| 3512 | 2026-08-11T11:21:31.843Z | Aug 11 11:21:30.827Aug 11 11:21:30.827Aug 11 11:21:30.827 INFODEBG adding route 172.17.0.40/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 } }] |
| 3513 | 2026-08-11T11:21:31.843Z | |
| 3514 | 2026-08-11T11:21:31.843Z | 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 } }] |
| 3515 | 2026-08-11T11:21:31.843Z | Aug 11 11:21:30.827Aug 11 11:21:30.827 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 } }]INFO |
| 3516 | 2026-08-11T11:21:31.843Z | Aug 11 11:21:30.827adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3517 | 2026-08-11T11:21:31.843Z | INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3518 | 2026-08-11T11:21:31.843Z | Aug 11 11:21:30.827Aug 11 11:21:30.827 DEBGINFO Aug 11 11:21:30.827 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.41/32 -> 10.0.0.255Aug 11 11:21:30.826 |
| 3519 | 2026-08-11T11:21:31.844Z | |
| 3520 | 2026-08-11T11:21:31.844Z | DEBG INFO replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 3521 | 2026-08-11T11:21:31.844Z | |
| 3522 | 2026-08-11T11:21:31.844Z | Aug 11 11:21:30.827 DEBGAug 11 11:21:30.827 INFOAug 11 11:21:30.827 adding route 172.17.0.50/32 -> 10.0.0.255Aug 11 11:21:30.827 |
| 3523 | 2026-08-11T11:21:31.844Z | 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 } }] |
| 3524 | 2026-08-11T11:21:31.844Z | 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 |
| 3525 | 2026-08-11T11:21:31.844Z | Aug 11 11:21:30.827 adding route 172.17.0.52/32 -> 10.0.0.255 Aug 11 11:21:30.827DEBG Aug 11 11:21:30.827INFO |
| 3526 | 2026-08-11T11:21:31.844Z | replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3527 | 2026-08-11T11:21:31.844Z | |
| 3528 | 2026-08-11T11:21:31.844Z | INFO Aug 11 11:21:30.827Aug 11 11:21:30.827adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 3529 | 2026-08-11T11:21:31.844Z | INFO DEBGadding route 172.17.0.51/32 -> 10.0.0.255Aug 11 11:21:30.827 |
| 3530 | 2026-08-11T11:21:31.844Z | test route::tests::same_size_non_subset_replace ... ok |
| 3531 | 2026-08-11T11:21:31.844Z | Aug 11 11:21:30.827DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3532 | 2026-08-11T11:21:31.844Z | Aug 11 11:21:30.827 |
| 3533 | 2026-08-11T11:21:31.844Z | DEBGDEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 3534 | 2026-08-11T11:21:31.844Z | Aug 11 11:21:30.827 |
| 3535 | 2026-08-11T11:21:31.844Z | INFOAug 11 11:21:30.827 adding route 172.17.0.43/32 -> 10.0.0.255Aug 11 11:21:30.827 |
| 3536 | 2026-08-11T11:21:31.844Z | INFOAug 11 11:21:30.827 INFOINFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 3537 | 2026-08-11T11:21:31.844Z | test route::tests::delete_target_fragmented ... ok |
| 3538 | 2026-08-11T11:21:31.844Z | Aug 11 11:21:30.827adding route 172.17.0.53/32 -> 10.0.0.255 adding route 172.17.0.52/32 -> 10.0.0.255DEBG Aug 11 11:21:30.828replacing 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 } }] |
| 3539 | 2026-08-11T11:21:31.844Z | DEBG created new freemapAug 11 11:21:30.833, unitINFO: adding route 172.17.0.44/32 -> 10.0.0.255freemap_route_ipv4 |
| 3540 | 2026-08-11T11:21:31.844Z | |
| 3541 | 2026-08-11T11:21:31.844Z | Aug 11 11:21:30.833Aug 11 11:21:30.833 |
| 3542 | 2026-08-11T11:21:31.844Z | 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 } }]created new freemap |
| 3543 | 2026-08-11T11:21:31.844Z | Aug 11 11:21:30.833, unitDEBG:Aug 11 11:21:30.833 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 } }] |
| 3544 | 2026-08-11T11:21:31.844Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3545 | 2026-08-11T11:21:31.844Z | Aug 11 11:21:30.833freemap_route_ipv6 |
| 3546 | 2026-08-11T11:21:31.844Z | INFOAug 11 11:21:30.833 DEBG adding route 172.17.0.54/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 } }] |
| 3547 | 2026-08-11T11:21:31.844Z | Aug 11 11:21:30.833 |
| 3548 | 2026-08-11T11:21:31.844Z | DEBGAug 11 11:21:30.833 Aug 11 11:21:30.827Aug 11 11:21:30.833 INFOINFO DEBG initted freemap. size: 64adding route 172.17.0.46/32 -> 10.0.0.255 , 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 } }]unit |
| 3549 | 2026-08-11T11:21:31.844Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 3550 | 2026-08-11T11:21:31.844Z | |
| 3551 | 2026-08-11T11:21:31.844Z | : freemap_route_ipv4Aug 11 11:21:30.833 |
| 3552 | 2026-08-11T11:21:31.844Z | Aug 11 11:21:30.833Aug 11 11:21:30.833DEBG 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 } }] |
| 3553 | 2026-08-11T11:21:31.844Z | Aug 11 11:21:30.833replacing 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 11 11:21:30.833DEBG |
| 3554 | 2026-08-11T11:21:31.844Z | INFOreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:30.833 |
| 3555 | 2026-08-11T11:21:31.844Z | INFODEBG reset freemap, adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255unit |
| 3556 | 2026-08-11T11:21:31.844Z | : |
| 3557 | 2026-08-11T11:21:31.844Z | Aug 11 11:21:30.833freemap_route_ipv4Aug 11 11:21:30.833 |
| 3558 | 2026-08-11T11:21:31.844Z | Aug 11 11:21:30.833INFO DEBGAug 11 11:21:30.833adding route 3fff:beef:38::/64 -> 2001:db8::55:ff 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 } }] |
| 3559 | 2026-08-11T11:21:31.845Z | initted freemap. size: 64, |
| 3560 | 2026-08-11T11:21:31.845Z | unitINFO:Aug 11 11:21:30.833 Aug 11 11:21:30.833freemap_route_ipv6 INFO |
| 3561 | 2026-08-11T11:21:31.845Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff DEBG adding route 172.17.0.48/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 } }] |
| 3562 | 2026-08-11T11:21:31.845Z | |
| 3563 | 2026-08-11T11:21:31.845Z | |
| 3564 | 2026-08-11T11:21:31.845Z | Aug 11 11:21:30.833 Aug 11 11:21:30.833DEBG Aug 11 11:21:30.833DEBG Aug 11 11:21:30.833replacing 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 } }] DEBGreset freemapDEBG, Aug 11 11:21:30.833replacing 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 } }] unitreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: |
| 3565 | 2026-08-11T11:21:31.845Z | |
| 3566 | 2026-08-11T11:21:31.845Z | |
| 3567 | 2026-08-11T11:21:31.845Z | freemap_route_ipv6 |
| 3568 | 2026-08-11T11:21:31.849Z | Aug 11 11:21:30.833INFO Aug 11 11:21:30.833Aug 11 11:21:30.833INFO Aug 11 11:21:30.833INFO adding route 172.17.0.56/32 -> 10.0.0.255INFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3569 | 2026-08-11T11:21:31.849Z | |
| 3570 | 2026-08-11T11:21:31.849Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 3571 | 2026-08-11T11:21:31.849Z | |
| 3572 | 2026-08-11T11:21:31.849Z | INFOAug 11 11:21:30.833 DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 11 11:21:30.833 |
| 3573 | 2026-08-11T11:21:31.849Z | 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 } }]DEBGAug 11 11:21:30.833 |
| 3574 | 2026-08-11T11:21:31.849Z | Aug 11 11:21:30.833 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 3575 | 2026-08-11T11:21:31.849Z | DEBG Aug 11 11:21:30.833 replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3576 | 2026-08-11T11:21:31.849Z | 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 } }] |
| 3577 | 2026-08-11T11:21:31.849Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3578 | 2026-08-11T11:21:31.849Z | Aug 11 11:21:30.833Aug 11 11:21:30.833 INFO Aug 11 11:21:30.833INFOAug 11 11:21:30.833Aug 11 11:21:30.833 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG |
| 3579 | 2026-08-11T11:21:31.849Z | adding route 172.16.0.0/32 -> 10.0.0.2INFO |
| 3580 | 2026-08-11T11:21:31.849Z | 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 } }] |
| 3581 | 2026-08-11T11:21:31.849Z | DEBG Aug 11 11:21:30.833 adding route 172.17.0.57/32 -> 10.0.0.255 replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:30.833 |
| 3582 | 2026-08-11T11:21:31.849Z | DEBG |
| 3583 | 2026-08-11T11:21:31.849Z | Aug 11 11:21:30.833 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 |
| 3584 | 2026-08-11T11:21:31.849Z | Aug 11 11:21:30.833replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3585 | 2026-08-11T11:21:31.849Z | INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3586 | 2026-08-11T11:21:31.849Z | INFOAug 11 11:21:30.833Aug 11 11:21:30.833 Aug 11 11:21:30.833INFODEBGAug 11 11:21:30.833 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 } }] |
| 3587 | 2026-08-11T11:21:31.849Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG |
| 3588 | 2026-08-11T11:21:31.849Z | replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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:3a::/64 -> 2001:db8::55:ff |
| 3589 | 2026-08-11T11:21:31.849Z | |
| 3590 | 2026-08-11T11:21:31.849Z | |
| 3591 | 2026-08-11T11:21:31.849Z | Aug 11 11:21:30.833 Aug 11 11:21:30.833Aug 11 11:21:30.833Aug 11 11:21:30.833 INFOINFO adding route 172.17.0.52/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255 |
| 3592 | 2026-08-11T11:21:31.849Z | |
| 3593 | 2026-08-11T11:21:31.849Z | DEBG Aug 11 11:21:30.833 replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 3594 | 2026-08-11T11:21:31.849Z | 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 } }] |
| 3595 | 2026-08-11T11:21:31.849Z | DEBG Aug 11 11:21:30.833Aug 11 11:21:30.833Aug 11 11:21:30.833replacing 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 } }] DEBGINFOINFO 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 } }] |
| 3596 | 2026-08-11T11:21:31.849Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 172.17.0.59/32 -> 10.0.0.255 |
| 3597 | 2026-08-11T11:21:31.849Z | |
| 3598 | 2026-08-11T11:21:31.849Z | |
| 3599 | 2026-08-11T11:21:31.849Z | Aug 11 11:21:30.833 Aug 11 11:21:30.833Aug 11 11:21:30.833INFO Aug 11 11:21:30.827adding route 172.17.0.53/32 -> 10.0.0.255INFO Aug 11 11:21:30.833adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 3600 | 2026-08-11T11:21:31.849Z | DEBG |
| 3601 | 2026-08-11T11:21:31.849Z | 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 } }] |
| 3602 | 2026-08-11T11:21:31.849Z | Aug 11 11:21:30.833DEBGAug 11 11:21:30.827 |
| 3603 | 2026-08-11T11:21:31.849Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 3604 | 2026-08-11T11:21:31.850Z | DEBGAug 11 11:21:30.833 created new freemap DEBG, created new freemap DEBG, Aug 11 11:21:30.833unitunit: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 |
| 3605 | 2026-08-11T11:21:31.850Z | Aug 11 11:21:30.833 freemap_route_ipv4adding route 172.17.0.60/32 -> 10.0.0.255 |
| 3606 | 2026-08-11T11:21:31.850Z | Aug 11 11:21:30.833 |
| 3607 | 2026-08-11T11:21:31.850Z | INFODEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.53/32 -> 10.0.0.255Aug 11 11:21:30.833 |
| 3608 | 2026-08-11T11:21:31.850Z | |
| 3609 | 2026-08-11T11:21:31.850Z | 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 } }]created new freemap |
| 3610 | 2026-08-11T11:21:31.850Z | , Aug 11 11:21:30.833:Aug 11 11:21:30.833unit :DEBG Aug 11 11:21:30.833 Aug 11 11:21:30.833freemap_route_ipv6replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3611 | 2026-08-11T11:21:31.850Z | |
| 3612 | 2026-08-11T11:21:31.850Z | freemap_route_ipv4 |
| 3613 | 2026-08-11T11:21:31.850Z | INFO DEBGAug 11 11:21:30.833 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFO 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.54/32 -> 10.0.0.255 |
| 3614 | 2026-08-11T11:21:31.850Z | |
| 3615 | 2026-08-11T11:21:31.850Z | |
| 3616 | 2026-08-11T11:21:31.850Z | INFO Aug 11 11:21:30.833Aug 11 11:21:30.833 adding route 172.17.0.54/32 -> 10.0.0.255DEBG Aug 11 11:21:30.833 |
| 3617 | 2026-08-11T11:21:31.850Z | initted freemap. size: 64, DEBGunit:Aug 11 11:21:30.833 DEBGfreemap_route_ipv4 Aug 11 11:21:30.833 |
| 3618 | 2026-08-11T11:21:31.850Z | 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 11 11:21:30.833DEBGfailed to allocate space for the new target list DEBG |
| 3619 | 2026-08-11T11:21:31.850Z | 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 11 11:21:30.833created new freemap |
| 3620 | 2026-08-11T11:21:31.850Z | Aug 11 11:21:30.833replacing 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 } }] |
| 3621 | 2026-08-11T11:21:31.850Z | INFO |
| 3622 | 2026-08-11T11:21:31.850Z | , adding route 172.17.0.55/32 -> 10.0.0.255unitAug 11 11:21:30.834 |
| 3623 | 2026-08-11T11:21:31.850Z | INFO :adding route 172.17.0.55/32 -> 10.0.0.255Aug 11 11:21:30.834 DEBGDEBG |
| 3624 | 2026-08-11T11:21:31.850Z | Aug 11 11:21:30.834 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] reset freemapfreemap_route_ipv6 |
| 3625 | 2026-08-11T11:21:31.850Z | DEBG, |
| 3626 | 2026-08-11T11:21:31.850Z | unit :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 11 11:21:30.834Aug 11 11:21:30.834Aug 11 11:21:30.834 |
| 3627 | 2026-08-11T11:21:31.850Z | freemap_route_ipv4 DEBG |
| 3628 | 2026-08-11T11:21:31.850Z | INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff Aug 11 11:21:30.834DEBG |
| 3629 | 2026-08-11T11:21:31.850Z | INFOAug 11 11:21:30.834 initted freemap. size: 64adding route 172.17.0.56/32 -> 10.0.0.255, 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 } }]unit |
| 3630 | 2026-08-11T11:21:31.850Z | |
| 3631 | 2026-08-11T11:21:31.850Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 3632 | 2026-08-11T11:21:31.850Z | DEBG initted freemap. size: 64:, unitAug 11 11:21:30.834: freemap_route_ipv4INFOfreemap_route_ipv6 |
| 3633 | 2026-08-11T11:21:31.850Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 3634 | 2026-08-11T11:21:31.850Z | |
| 3635 | 2026-08-11T11:21:31.850Z | test route::tests::delete_targets_full ... ok |
| 3636 | 2026-08-11T11:21:31.850Z | test route::tests::add_target_fails_full ... ok |
| 3637 | 2026-08-11T11:21:31.850Z | Aug 11 11:21:30.834 DEBG Aug 11 11:21:30.834Aug 11 11:21:30.834reset freemap , DEBGunit :DEBGreset freemap , freemap_route_ipv6replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3638 | 2026-08-11T11:21:31.850Z | unit: |
| 3639 | 2026-08-11T11:21:31.850Z | freemap_route_ipv4 |
| 3640 | 2026-08-11T11:21:31.850Z | Aug 11 11:21:30.834 INFO Aug 11 11:21:30.834adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3641 | 2026-08-11T11:21:31.850Z | INFO adding route 172.17.0.57/32 -> 10.0.0.255Aug 11 11:21:30.834Aug 11 11:21:30.834 |
| 3642 | 2026-08-11T11:21:31.850Z | DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Aug 11 11:21:30.834 |
| 3643 | 2026-08-11T11:21:31.850Z | Aug 11 11:21:30.834 initted freemap. size: 64DEBGDEBG Aug 11 11:21:30.834replacing 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: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 11 11:21:30.834 |
| 3644 | 2026-08-11T11:21:31.851Z | |
| 3645 | 2026-08-11T11:21:31.851Z | INFO , DEBG unitAug 11 11:21:30.834: adding route 172.16.0.0/32 -> 10.0.0.2Aug 11 11:21:30.834INFO |
| 3646 | 2026-08-11T11:21:31.851Z | INFOadding route 172.17.0.57/32 -> 10.0.0.255 |
| 3647 | 2026-08-11T11:21:31.851Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 11 11:21:30.834replacing 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 } }] |
| 3648 | 2026-08-11T11:21:31.851Z | |
| 3649 | 2026-08-11T11:21:31.851Z | DEBG Aug 11 11:21:30.834 freemap_route_ipv6Aug 11 11:21:30.834 |
| 3650 | 2026-08-11T11:21:31.851Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3651 | 2026-08-11T11:21:31.851Z | DEBGAug 11 11:21:30.834 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 } }]Aug 11 11:21:30.834 |
| 3652 | 2026-08-11T11:21:31.851Z | Aug 11 11:21:30.834replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 3653 | 2026-08-11T11:21:31.851Z | INFO adding route 172.16.0.0/32 -> 10.0.0.3 INFO |
| 3654 | 2026-08-11T11:21:31.851Z | Aug 11 11:21:30.834 reset freemap , INFOAug 11 11:21:30.834Aug 11 11:21:30.834 unitINFODEBG adding route 3fff:beef:2c::/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 } }] |
| 3655 | 2026-08-11T11:21:31.851Z | adding route 172.17.0.58/32 -> 10.0.0.255 |
| 3656 | 2026-08-11T11:21:31.851Z | : Aug 11 11:21:30.834DEBG freemap_route_ipv6 |
| 3657 | 2026-08-11T11:21:31.851Z | 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.16.0.0/32 -> 10.0.0.4 |
| 3658 | 2026-08-11T11:21:31.851Z | |
| 3659 | 2026-08-11T11:21:31.851Z | Aug 11 11:21:30.834 INFO Aug 11 11:21:30.834adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3660 | 2026-08-11T11:21:31.851Z | 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 11 11:21:30.834 INFO |
| 3661 | 2026-08-11T11:21:31.851Z | Aug 11 11:21:30.834 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 } }] |
| 3662 | 2026-08-11T11:21:31.851Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 3663 | 2026-08-11T11:21:31.851Z | adding route 172.17.0.58/32 -> 10.0.0.255Aug 11 11:21:30.839Aug 11 11:21:30.839 |
| 3664 | 2026-08-11T11:21:31.851Z | Aug 11 11:21:30.839INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.2 Aug 11 11:21:30.839DEBG DEBG |
| 3665 | 2026-08-11T11:21:31.851Z | replacing targets for 172.16.0.0/32 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 } }] |
| 3666 | 2026-08-11T11:21:31.851Z | 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 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 } }] |
| 3667 | 2026-08-11T11:21:31.851Z | |
| 3668 | 2026-08-11T11:21:31.855Z | Aug 11 11:21:30.839Aug 11 11:21:30.839 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 } }] |
| 3669 | 2026-08-11T11:21:31.855Z | Aug 11 11:21:30.839INFOAug 11 11:21:30.839 INFOadding route 3fff:beef:3d::/64 -> 2001:db8::55:ffINFO adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3 |
| 3670 | 2026-08-11T11:21:31.855Z | |
| 3671 | 2026-08-11T11:21:31.855Z | |
| 3672 | 2026-08-11T11:21:31.855Z | Aug 11 11:21:30.839Aug 11 11:21:30.839 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 } }, 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 } }] |
| 3673 | 2026-08-11T11:21:31.855Z | |
| 3674 | 2026-08-11T11:21:31.855Z | Aug 11 11:21:30.839 Aug 11 11:21:30.839DEBG 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 } }] Aug 11 11:21:30.839adding route 172.16.0.0/32 -> 10.0.0.4Aug 11 11:21:30.839 |
| 3675 | 2026-08-11T11:21:31.855Z | |
| 3676 | 2026-08-11T11:21:31.855Z | |
| 3677 | 2026-08-11T11:21:31.855Z | 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 11 11:21:30.839INFOAug 11 11:21:30.839 |
| 3678 | 2026-08-11T11:21:31.855Z | adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff DEBG |
| 3679 | 2026-08-11T11:21:31.855Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]DEBG |
| 3680 | 2026-08-11T11:21:31.855Z | Aug 11 11:21:30.839replacing 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 11 11:21:30.839 |
| 3681 | 2026-08-11T11:21:31.855Z | Aug 11 11:21:30.839 INFO Aug 11 11:21:30.839INFO Aug 11 11:21:30.839DEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBGINFOreplacing targets for 172.16.0.0/32 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 } }] |
| 3682 | 2026-08-11T11:21:31.855Z | 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 } }] |
| 3683 | 2026-08-11T11:21:31.855Z | adding route 172.17.0.60/32 -> 10.0.0.255 |
| 3684 | 2026-08-11T11:21:31.855Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 3685 | 2026-08-11T11:21:31.855Z | |
| 3686 | 2026-08-11T11:21:31.855Z | Aug 11 11:21:30.839Aug 11 11:21:30.839 Aug 11 11:21:30.839DEBG Aug 11 11:21:30.839 DEBG DEBG DEBG failed to allocate space for the new target list replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3687 | 2026-08-11T11:21:31.855Z | 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 } }] |
| 3688 | 2026-08-11T11:21:31.855Z | |
| 3689 | 2026-08-11T11:21:31.855Z | |
| 3690 | 2026-08-11T11:21:31.855Z | Aug 11 11:21:30.839 DEBG Aug 11 11:21:30.839Aug 11 11:21:30.839replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3691 | 2026-08-11T11:21:31.855Z | INFOINFO Aug 11 11:21:30.839 adding route 172.17.0.60/32 -> 10.0.0.255 |
| 3692 | 2026-08-11T11:21:31.856Z | INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 172.17.0.61/32 -> 10.0.0.255 |
| 3693 | 2026-08-11T11:21:31.856Z | |
| 3694 | 2026-08-11T11:21:31.856Z | Aug 11 11:21:30.840 DEBGAug 11 11:21:30.840Aug 11 11:21:30.840 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 |
| 3695 | 2026-08-11T11:21:31.856Z | 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 } }]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 11 11:21:30.840 |
| 3696 | 2026-08-11T11:21:31.856Z | |
| 3697 | 2026-08-11T11:21:31.856Z | DEBG failed to allocate space for the new target list |
| 3698 | 2026-08-11T11:21:31.856Z | Aug 11 11:21:30.840Aug 11 11:21:30.840 Aug 11 11:21:30.840INFOINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 172.17.0.62/32 -> 10.0.0.255 |
| 3699 | 2026-08-11T11:21:31.856Z | 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 } }] |
| 3700 | 2026-08-11T11:21:31.856Z | |
| 3701 | 2026-08-11T11:21:31.856Z | Aug 11 11:21:30.840 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 11 11:21:30.840 |
| 3702 | 2026-08-11T11:21:31.856Z | 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 } }] |
| 3703 | 2026-08-11T11:21:31.856Z | Aug 11 11:21:30.840 INFO adding route 172.17.0.63/32 -> 10.0.0.255Aug 11 11:21:30.840 |
| 3704 | 2026-08-11T11:21:31.856Z | INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 3705 | 2026-08-11T11:21:31.856Z | Aug 11 11:21:30.840 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 11 11:21:30.840 |
| 3706 | 2026-08-11T11:21:31.856Z | 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 } }] |
| 3707 | 2026-08-11T11:21:31.856Z | Aug 11 11:21:30.840 DEBG failed to allocate space for the new target listAug 11 11:21:30.840 |
| 3708 | 2026-08-11T11:21:31.856Z | INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 3709 | 2026-08-11T11:21:31.856Z | Aug 11 11:21:30.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.1, vlan_id: None } }, NextHop { asic_port_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 11 11:21:30.840 |
| 3710 | 2026-08-11T11:21:31.856Z | 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 } }] |
| 3711 | 2026-08-11T11:21:31.856Z | Aug 11 11:21:30.840 DEBG Aug 11 11:21:30.840failed to allocate space for the new target list |
| 3712 | 2026-08-11T11:21:31.856Z | INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 3713 | 2026-08-11T11:21:31.856Z | Aug 11 11:21:30.840 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 } }] |
| 3714 | 2026-08-11T11:21:31.856Z | Aug 11 11:21:30.840 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 3715 | 2026-08-11T11:21:31.856Z | Aug 11 11:21:30.840 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 } }] |
| 3716 | 2026-08-11T11:21:31.856Z | Aug 11 11:21:30.840 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 3717 | 2026-08-11T11:21:31.856Z | Aug 11 11:21:30.840 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 } }] |
| 3718 | 2026-08-11T11:21:31.856Z | Aug 11 11:21:30.840 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 3719 | 2026-08-11T11:21:31.856Z | Aug 11 11:21:30.840 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 } }] |
| 3720 | 2026-08-11T11:21:31.856Z | Aug 11 11:21:30.840 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 3721 | 2026-08-11T11:21:31.856Z | Aug 11 11:21:30.840 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 } }] |
| 3722 | 2026-08-11T11:21:31.856Z | Aug 11 11:21:30.840 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 3723 | 2026-08-11T11:21:31.856Z | Aug 11 11:21:30.840 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 } }] |
| 3724 | 2026-08-11T11:21:31.856Z | Aug 11 11:21:30.840 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 3725 | 2026-08-11T11:21:31.856Z | Aug 11 11:21:30.840 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 } }] |
| 3726 | 2026-08-11T11:21:31.856Z | Aug 11 11:21:30.840 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 3727 | 2026-08-11T11:21:31.856Z | Aug 11 11:21:30.840 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 } }] |
| 3728 | 2026-08-11T11:21:31.856Z | Aug 11 11:21:30.840 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 3729 | 2026-08-11T11:21:31.856Z | Aug 11 11:21:30.840 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 } }] |
| 3730 | 2026-08-11T11:21:31.856Z | Aug 11 11:21:30.840 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 3731 | 2026-08-11T11:21:31.857Z | Aug 11 11:21:30.840 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 } }] |
| 3732 | 2026-08-11T11:21:31.857Z | Aug 11 11:21:30.840 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 3733 | 2026-08-11T11:21:31.857Z | Aug 11 11:21:30.840 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 } }] |
| 3734 | 2026-08-11T11:21:31.857Z | Aug 11 11:21:30.840 DEBG failed to allocate space for the new target list |
| 3735 | 2026-08-11T11:21:31.857Z | Aug 11 11:21:30.840 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 } }] |
| 3736 | 2026-08-11T11:21:31.857Z | Aug 11 11:21:30.840 DEBG created new freemap, unit: freemap_route_ipv4 |
| 3737 | 2026-08-11T11:21:31.857Z | Aug 11 11:21:30.840 DEBG created new freemap, unit: freemap_route_ipv6 |
| 3738 | 2026-08-11T11:21:31.857Z | Aug 11 11:21:30.840 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 3739 | 2026-08-11T11:21:31.857Z | Aug 11 11:21:30.840 DEBG reset freemap, unit: freemap_route_ipv4 |
| 3740 | 2026-08-11T11:21:31.857Z | Aug 11 11:21:30.840 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 3741 | 2026-08-11T11:21:31.857Z | Aug 11 11:21:30.840 DEBG reset freemap, unit: freemap_route_ipv6 |
| 3742 | 2026-08-11T11:21:31.857Z | Aug 11 11:21:30.840 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3743 | 2026-08-11T11:21:31.857Z | Aug 11 11:21:30.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.1, vlan_id: None } }] |
| 3744 | 2026-08-11T11:21:31.857Z | Aug 11 11:21:30.840 INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3745 | 2026-08-11T11:21:31.857Z | Aug 11 11:21:30.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.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3746 | 2026-08-11T11:21:31.857Z | Aug 11 11:21:30.840 INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3747 | 2026-08-11T11:21:31.857Z | Aug 11 11:21:30.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 } }] |
| 3748 | 2026-08-11T11:21:31.857Z | Aug 11 11:21:30.840 INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 3749 | 2026-08-11T11:21:31.857Z | Aug 11 11:21:30.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 } }] |
| 3750 | 2026-08-11T11:21:31.857Z | Aug 11 11:21:30.840 INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3751 | 2026-08-11T11:21:31.857Z | Aug 11 11:21:30.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 } }] |
| 3752 | 2026-08-11T11:21:31.857Z | Aug 11 11:21:30.840 INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 3753 | 2026-08-11T11:21:31.857Z | Aug 11 11:21:30.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 } }] |
| 3754 | 2026-08-11T11:21:31.857Z | Aug 11 11:21:30.840 INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 3755 | 2026-08-11T11:21:31.857Z | Aug 11 11:21:30.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 } }] |
| 3756 | 2026-08-11T11:21:31.857Z | Aug 11 11:21:30.840 INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 3757 | 2026-08-11T11:21:31.857Z | Aug 11 11:21:30.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 } }] |
| 3758 | 2026-08-11T11:21:31.857Z | Aug 11 11:21:30.840 INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 3759 | 2026-08-11T11:21:31.857Z | Aug 11 11:21:30.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 } }] |
| 3760 | 2026-08-11T11:21:31.857Z | Aug 11 11:21:30.840 INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 3761 | 2026-08-11T11:21:31.857Z | Aug 11 11:21:30.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 } }] |
| 3762 | 2026-08-11T11:21:31.857Z | Aug 11 11:21:30.840 INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 3763 | 2026-08-11T11:21:31.857Z | Aug 11 11:21:30.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 } }] |
| 3764 | 2026-08-11T11:21:31.857Z | Aug 11 11:21:30.840 INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3765 | 2026-08-11T11:21:31.857Z | Aug 11 11:21:30.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 } }] |
| 3766 | 2026-08-11T11:21:31.857Z | Aug 11 11:21:30.846 INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3767 | 2026-08-11T11:21:31.857Z | Aug 11 11:21:30.846 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 } }] |
| 3768 | 2026-08-11T11:21:31.861Z | Aug 11 11:21:30.840 Aug 11 11:21:30.846DEBG INFOcreated new freemap adding route 172.17.0.11/32 -> 10.0.0.255, |
| 3769 | 2026-08-11T11:21:31.861Z | unit: freemap_route_ipv4 |
| 3770 | 2026-08-11T11:21:31.861Z | Aug 11 11:21:30.846 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 } }] |
| 3771 | 2026-08-11T11:21:31.861Z | Aug 11 11:21:30.846 DEBG created new freemapAug 11 11:21:30.846, unitINFO: adding route 172.17.0.12/32 -> 10.0.0.255freemap_route_ipv6 |
| 3772 | 2026-08-11T11:21:31.862Z | |
| 3773 | 2026-08-11T11:21:31.862Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 DEBGDEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64 |
| 3774 | 2026-08-11T11:21:31.862Z | Aug 11 11:21:30.846 INFO adding route 172.17.0.13/32 -> 10.0.0.255, |
| 3775 | 2026-08-11T11:21:31.862Z | unit: freemap_route_ipv4 |
| 3776 | 2026-08-11T11:21:31.862Z | Aug 11 11:21:30.846 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 } }] |
| 3777 | 2026-08-11T11:21:31.862Z | Aug 11 11:21:30.846 DEBG reset freemapAug 11 11:21:30.846, unitINFO: adding route 172.17.0.14/32 -> 10.0.0.255freemap_route_ipv4 |
| 3778 | 2026-08-11T11:21:31.862Z | |
| 3779 | 2026-08-11T11:21:31.862Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 DEBGDEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64 |
| 3780 | 2026-08-11T11:21:31.862Z | , unit: freemap_route_ipv6Aug 11 11:21:30.846 |
| 3781 | 2026-08-11T11:21:31.862Z | INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 3782 | 2026-08-11T11:21:31.862Z | Aug 11 11:21:30.846 DEBG reset freemapAug 11 11:21:30.846, unitDEBG: 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 } }]freemap_route_ipv6 |
| 3783 | 2026-08-11T11:21:31.862Z | |
| 3784 | 2026-08-11T11:21:31.862Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3785 | 2026-08-11T11:21:31.862Z | |
| 3786 | 2026-08-11T11:21:31.862Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 DEBGDEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 } }] |
| 3787 | 2026-08-11T11:21:31.862Z | |
| 3788 | 2026-08-11T11:21:31.862Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3789 | 2026-08-11T11:21:31.862Z | |
| 3790 | 2026-08-11T11:21:31.862Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 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.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 } }] |
| 3791 | 2026-08-11T11:21:31.862Z | |
| 3792 | 2026-08-11T11:21:31.862Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.18/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3793 | 2026-08-11T11:21:31.862Z | |
| 3794 | 2026-08-11T11:21:31.862Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 DEBGDEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 } }] |
| 3795 | 2026-08-11T11:21:31.862Z | |
| 3796 | 2026-08-11T11:21:31.862Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3797 | 2026-08-11T11:21:31.862Z | |
| 3798 | 2026-08-11T11:21:31.862Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 DEBGDEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 } }] |
| 3799 | 2026-08-11T11:21:31.862Z | |
| 3800 | 2026-08-11T11:21:31.862Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3801 | 2026-08-11T11:21:31.862Z | |
| 3802 | 2026-08-11T11:21:31.862Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 DEBGDEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_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-11T11:21:31.862Z | |
| 3804 | 2026-08-11T11:21:31.862Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 172.17.0.1/32 -> 10.0.0.255 |
| 3805 | 2026-08-11T11:21:31.862Z | |
| 3806 | 2026-08-11T11:21:31.862Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 DEBGDEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3807 | 2026-08-11T11:21:31.862Z | |
| 3808 | 2026-08-11T11:21:31.862Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3809 | 2026-08-11T11:21:31.862Z | |
| 3810 | 2026-08-11T11:21:31.862Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 DEBGDEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3811 | 2026-08-11T11:21:31.863Z | |
| 3812 | 2026-08-11T11:21:31.863Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.3/32 -> 10.0.0.255adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3813 | 2026-08-11T11:21:31.863Z | |
| 3814 | 2026-08-11T11:21:31.863Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 DEBGDEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3815 | 2026-08-11T11:21:31.863Z | |
| 3816 | 2026-08-11T11:21:31.863Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.4/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3817 | 2026-08-11T11:21:31.863Z | |
| 3818 | 2026-08-11T11:21:31.863Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 DEBGDEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3819 | 2026-08-11T11:21:31.863Z | |
| 3820 | 2026-08-11T11:21:31.863Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.5/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3821 | 2026-08-11T11:21:31.863Z | |
| 3822 | 2026-08-11T11:21:31.863Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 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.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 } }] |
| 3823 | 2026-08-11T11:21:31.863Z | |
| 3824 | 2026-08-11T11:21:31.863Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.6/32 -> 10.0.0.255adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3825 | 2026-08-11T11:21:31.863Z | |
| 3826 | 2026-08-11T11:21:31.863Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 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.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 } }] |
| 3827 | 2026-08-11T11:21:31.863Z | |
| 3828 | 2026-08-11T11:21:31.863Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.7/32 -> 10.0.0.255adding route 172.17.0.27/32 -> 10.0.0.255 |
| 3829 | 2026-08-11T11:21:31.863Z | test route::tests::delete_target_full ... ok |
| 3830 | 2026-08-11T11:21:31.863Z | |
| 3831 | 2026-08-11T11:21:31.863Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 DEBGDEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 3832 | 2026-08-11T11:21:31.863Z | |
| 3833 | 2026-08-11T11:21:31.863Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.8/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3834 | 2026-08-11T11:21:31.863Z | |
| 3835 | 2026-08-11T11:21:31.863Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 DEBGDEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3836 | 2026-08-11T11:21:31.863Z | |
| 3837 | 2026-08-11T11:21:31.863Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3838 | 2026-08-11T11:21:31.863Z | |
| 3839 | 2026-08-11T11:21:31.863Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 DEBGDEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3840 | 2026-08-11T11:21:31.863Z | |
| 3841 | 2026-08-11T11:21:31.863Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3842 | 2026-08-11T11:21:31.863Z | |
| 3843 | 2026-08-11T11:21:31.863Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 DEBGDEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3844 | 2026-08-11T11:21:31.863Z | |
| 3845 | 2026-08-11T11:21:31.863Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.11/32 -> 10.0.0.255 |
| 3846 | 2026-08-11T11:21:31.863Z | |
| 3847 | 2026-08-11T11:21:31.863Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 DEBGDEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3848 | 2026-08-11T11:21:31.863Z | |
| 3849 | 2026-08-11T11:21:31.863Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255 |
| 3850 | 2026-08-11T11:21:31.863Z | |
| 3851 | 2026-08-11T11:21:31.864Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 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.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 } }] |
| 3852 | 2026-08-11T11:21:31.864Z | |
| 3853 | 2026-08-11T11:21:31.864Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.33/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255 |
| 3854 | 2026-08-11T11:21:31.864Z | |
| 3855 | 2026-08-11T11:21:31.864Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 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 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 } }] |
| 3856 | 2026-08-11T11:21:31.864Z | |
| 3857 | 2026-08-11T11:21:31.864Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3858 | 2026-08-11T11:21:31.864Z | |
| 3859 | 2026-08-11T11:21:31.864Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 DEBGDEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3860 | 2026-08-11T11:21:31.864Z | |
| 3861 | 2026-08-11T11:21:31.864Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.35/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255 |
| 3862 | 2026-08-11T11:21:31.864Z | |
| 3863 | 2026-08-11T11:21:31.864Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 DEBGDEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3864 | 2026-08-11T11:21:31.864Z | |
| 3865 | 2026-08-11T11:21:31.864Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3866 | 2026-08-11T11:21:31.864Z | |
| 3867 | 2026-08-11T11:21:31.864Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 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.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 } }] |
| 3868 | 2026-08-11T11:21:31.868Z | |
| 3869 | 2026-08-11T11:21:31.868Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3870 | 2026-08-11T11:21:31.868Z | |
| 3871 | 2026-08-11T11:21:31.868Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 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.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 } }] |
| 3872 | 2026-08-11T11:21:31.868Z | |
| 3873 | 2026-08-11T11:21:31.868Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.18/32 -> 10.0.0.255adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3874 | 2026-08-11T11:21:31.868Z | |
| 3875 | 2026-08-11T11:21:31.868Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 DEBGDEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3876 | 2026-08-11T11:21:31.868Z | |
| 3877 | 2026-08-11T11:21:31.868Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3878 | 2026-08-11T11:21:31.868Z | |
| 3879 | 2026-08-11T11:21:31.868Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 DEBGDEBG 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.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 } }] |
| 3880 | 2026-08-11T11:21:31.868Z | |
| 3881 | 2026-08-11T11:21:31.868Z | Aug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.40/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255 |
| 3882 | 2026-08-11T11:21:31.868Z | Aug 11 11:21:30.852 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 } }] |
| 3883 | 2026-08-11T11:21:31.868Z | Aug 11 11:21:30.852 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3884 | 2026-08-11T11:21:31.868Z | Aug 11 11:21:30.852 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 } }] |
| 3885 | 2026-08-11T11:21:31.868Z | Aug 11 11:21:30.852 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3886 | 2026-08-11T11:21:31.868Z | |
| 3887 | 2026-08-11T11:21:31.868Z | Aug 11 11:21:30.852 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 } }] |
| 3888 | 2026-08-11T11:21:31.868Z | Aug 11 11:21:30.852 DEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.852 |
| 3889 | 2026-08-11T11:21:31.868Z | INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3890 | 2026-08-11T11:21:31.868Z | Aug 11 11:21:30.852 INFO adding route 172.17.0.21/32 -> 10.0.0.255Aug 11 11:21:30.852 |
| 3891 | 2026-08-11T11:21:31.868Z | 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 } }] |
| 3892 | 2026-08-11T11:21:31.868Z | Aug 11 11:21:30.852 DEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.852 |
| 3893 | 2026-08-11T11:21:31.868Z | INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3894 | 2026-08-11T11:21:31.868Z | Aug 11 11:21:30.852 INFO adding route 172.17.0.22/32 -> 10.0.0.255Aug 11 11:21:30.852 |
| 3895 | 2026-08-11T11:21:31.868Z | 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 } }] |
| 3896 | 2026-08-11T11:21:31.868Z | Aug 11 11:21:30.852 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 11 11:21:30.852 |
| 3897 | 2026-08-11T11:21:31.868Z | INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3898 | 2026-08-11T11:21:31.869Z | Aug 11 11:21:30.852 INFO adding route 172.17.0.23/32 -> 10.0.0.255Aug 11 11:21:30.852 |
| 3899 | 2026-08-11T11:21:31.869Z | 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 } }] |
| 3900 | 2026-08-11T11:21:31.869Z | Aug 11 11:21:30.852 DEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.852 |
| 3901 | 2026-08-11T11:21:31.869Z | INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3902 | 2026-08-11T11:21:31.869Z | Aug 11 11:21:30.852 INFO adding route 172.17.0.24/32 -> 10.0.0.255Aug 11 11:21:30.852 |
| 3903 | 2026-08-11T11:21:31.869Z | 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 } }] |
| 3904 | 2026-08-11T11:21:31.869Z | Aug 11 11:21:30.852 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 11 11:21:30.852 |
| 3905 | 2026-08-11T11:21:31.869Z | INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3906 | 2026-08-11T11:21:31.869Z | Aug 11 11:21:30.852 INFO adding route 172.17.0.25/32 -> 10.0.0.255Aug 11 11:21:30.852 |
| 3907 | 2026-08-11T11:21:31.869Z | 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 } }] |
| 3908 | 2026-08-11T11:21:31.869Z | Aug 11 11:21:30.852 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 11 11:21:30.852 |
| 3909 | 2026-08-11T11:21:31.869Z | INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3910 | 2026-08-11T11:21:31.869Z | Aug 11 11:21:30.852 INFO adding route 172.17.0.26/32 -> 10.0.0.255Aug 11 11:21:30.852 |
| 3911 | 2026-08-11T11:21:31.869Z | 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 } }] |
| 3912 | 2026-08-11T11:21:31.869Z | Aug 11 11:21:30.852 DEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.852 |
| 3913 | 2026-08-11T11:21:31.869Z | INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3914 | 2026-08-11T11:21:31.869Z | Aug 11 11:21:30.852 INFO adding route 172.17.0.27/32 -> 10.0.0.255Aug 11 11:21:30.852 |
| 3915 | 2026-08-11T11:21:31.869Z | 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 } }] |
| 3916 | 2026-08-11T11:21:31.869Z | Aug 11 11:21:30.852 DEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.852 |
| 3917 | 2026-08-11T11:21:31.869Z | INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3918 | 2026-08-11T11:21:31.869Z | Aug 11 11:21:30.852 INFO adding route 172.17.0.28/32 -> 10.0.0.255Aug 11 11:21:30.852 |
| 3919 | 2026-08-11T11:21:31.869Z | 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 } }] |
| 3920 | 2026-08-11T11:21:31.869Z | Aug 11 11:21:30.852 DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.852 |
| 3921 | 2026-08-11T11:21:31.869Z | INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3922 | 2026-08-11T11:21:31.869Z | Aug 11 11:21:30.852 INFO adding route 172.17.0.29/32 -> 10.0.0.255Aug 11 11:21:30.852 |
| 3923 | 2026-08-11T11:21:31.869Z | 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 } }] |
| 3924 | 2026-08-11T11:21:31.869Z | Aug 11 11:21:30.852 DEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.852 |
| 3925 | 2026-08-11T11:21:31.869Z | INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3926 | 2026-08-11T11:21:31.869Z | test route::tests::delete_targets_fragmented ... ok |
| 3927 | 2026-08-11T11:21:31.869Z | Aug 11 11:21:30.852 INFO adding route 172.17.0.30/32 -> 10.0.0.255Aug 11 11:21:30.852 |
| 3928 | 2026-08-11T11:21:31.869Z | |
| 3929 | 2026-08-11T11:21:31.869Z | 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 } }] |
| 3930 | 2026-08-11T11:21:31.869Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s |
| 3931 | 2026-08-11T11:21:31.869Z | |
| 3932 | 2026-08-11T11:21:31.869Z | Aug 11 11:21:30.852 DEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.852 |
| 3933 | 2026-08-11T11:21:31.869Z | INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3934 | 2026-08-11T11:21:31.869Z | Aug 11 11:21:30.852 INFO adding route 172.17.0.31/32 -> 10.0.0.255Aug 11 11:21:30.852 |
| 3935 | 2026-08-11T11:21:31.869Z | 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 } }] |
| 3936 | 2026-08-11T11:21:31.869Z | Aug 11 11:21:30.852 DEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.852 |
| 3937 | 2026-08-11T11:21:31.870Z | INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3938 | 2026-08-11T11:21:31.870Z | Aug 11 11:21:30.852 INFO adding route 172.17.0.32/32 -> 10.0.0.255Aug 11 11:21:30.852 |
| 3939 | 2026-08-11T11:21:31.870Z | 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 } }] |
| 3940 | 2026-08-11T11:21:31.870Z | Aug 11 11:21:30.852 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 11 11:21:30.852 |
| 3941 | 2026-08-11T11:21:31.870Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 3942 | 2026-08-11T11:21:31.870Z | Aug 11 11:21:30.852 INFO adding route 172.17.0.33/32 -> 10.0.0.255Aug 11 11:21:30.852 |
| 3943 | 2026-08-11T11:21:31.870Z | 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 } }] |
| 3944 | 2026-08-11T11:21:31.870Z | Aug 11 11:21:30.852 DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.852 |
| 3945 | 2026-08-11T11:21:31.870Z | INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 3946 | 2026-08-11T11:21:31.870Z | Aug 11 11:21:30.852 INFO adding route 172.17.0.34/32 -> 10.0.0.255Aug 11 11:21:30.852 |
| 3947 | 2026-08-11T11:21:31.870Z | 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 } }] |
| 3948 | 2026-08-11T11:21:31.870Z | Aug 11 11:21:30.852 DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.852 |
| 3949 | 2026-08-11T11:21:31.870Z | INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 3950 | 2026-08-11T11:21:31.870Z | Aug 11 11:21:30.852 INFO adding route 172.17.0.35/32 -> 10.0.0.255Aug 11 11:21:30.852 |
| 3951 | 2026-08-11T11:21:31.870Z | 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 } }] |
| 3952 | 2026-08-11T11:21:31.870Z | Aug 11 11:21:30.852 DEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.852 |
| 3953 | 2026-08-11T11:21:31.870Z | INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 3954 | 2026-08-11T11:21:31.870Z | Aug 11 11:21:30.852 INFO adding route 172.17.0.36/32 -> 10.0.0.255Aug 11 11:21:30.852 |
| 3955 | 2026-08-11T11:21:31.870Z | 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 } }] |
| 3956 | 2026-08-11T11:21:31.870Z | Aug 11 11:21:30.852 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 } }]Aug 11 11:21:30.852 |
| 3957 | 2026-08-11T11:21:31.870Z | INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 3958 | 2026-08-11T11:21:31.870Z | Aug 11 11:21:30.852 INFO adding route 172.17.0.37/32 -> 10.0.0.255Aug 11 11:21:30.852 |
| 3959 | 2026-08-11T11:21:31.870Z | 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 } }] |
| 3960 | 2026-08-11T11:21:31.870Z | Aug 11 11:21:30.852 DEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.852 |
| 3961 | 2026-08-11T11:21:31.870Z | INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 3962 | 2026-08-11T11:21:31.870Z | Aug 11 11:21:30.852 INFO adding route 172.17.0.38/32 -> 10.0.0.255Aug 11 11:21:30.852 |
| 3963 | 2026-08-11T11:21:31.870Z | 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 } }] |
| 3964 | 2026-08-11T11:21:31.870Z | Aug 11 11:21:30.852 DEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.852 |
| 3965 | 2026-08-11T11:21:31.870Z | INFO adding route 172.17.0.61/32 -> 10.0.0.255 |
| 3966 | 2026-08-11T11:21:31.870Z | Aug 11 11:21:30.852 INFO adding route 172.17.0.39/32 -> 10.0.0.255Aug 11 11:21:30.852 |
| 3967 | 2026-08-11T11:21:31.870Z | 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 } }] |
| 3968 | 2026-08-11T11:21:31.874Z | Aug 11 11:21:30.852 DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.852 |
| 3969 | 2026-08-11T11:21:31.874Z | INFO adding route 172.17.0.62/32 -> 10.0.0.255 |
| 3970 | 2026-08-11T11:21:31.874Z | Aug 11 11:21:30.852 INFO adding route 172.17.0.40/32 -> 10.0.0.255Aug 11 11:21:30.852 |
| 3971 | 2026-08-11T11:21:31.874Z | 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 } }] |
| 3972 | 2026-08-11T11:21:31.874Z | Aug 11 11:21:30.852 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 11 11:21:30.852 |
| 3973 | 2026-08-11T11:21:31.874Z | DEBG failed to allocate space for the new target list |
| 3974 | 2026-08-11T11:21:31.874Z | Aug 11 11:21:30.852 INFO adding route 172.17.0.41/32 -> 10.0.0.255Aug 11 11:21:30.852 |
| 3975 | 2026-08-11T11:21:31.874Z | 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 } }] |
| 3976 | 2026-08-11T11:21:31.874Z | Aug 11 11:21:30.852 DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3977 | 2026-08-11T11:21:31.874Z | Aug 11 11:21:30.852 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3978 | 2026-08-11T11:21:31.874Z | Aug 11 11:21:30.852 DEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3979 | 2026-08-11T11:21:31.874Z | Aug 11 11:21:30.852 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3980 | 2026-08-11T11:21:31.874Z | Aug 11 11:21:30.852 DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3981 | 2026-08-11T11:21:31.874Z | Aug 11 11:21:30.852 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3982 | 2026-08-11T11:21:31.874Z | Aug 11 11:21:30.852 DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3983 | 2026-08-11T11:21:31.874Z | Aug 11 11:21:30.852 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3984 | 2026-08-11T11:21:31.874Z | Aug 11 11:21:30.852 DEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3985 | 2026-08-11T11:21:31.874Z | Aug 11 11:21:30.852 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3986 | 2026-08-11T11:21:31.874Z | Aug 11 11:21:30.852 DEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3987 | 2026-08-11T11:21:31.874Z | Aug 11 11:21:30.852 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3988 | 2026-08-11T11:21:31.874Z | Aug 11 11:21:30.852 DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3989 | 2026-08-11T11:21:31.874Z | Aug 11 11:21:30.852 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3990 | 2026-08-11T11:21:31.874Z | Aug 11 11:21:30.852 DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3991 | 2026-08-11T11:21:31.874Z | Aug 11 11:21:30.852 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3992 | 2026-08-11T11:21:31.874Z | Aug 11 11:21:30.852 DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3993 | 2026-08-11T11:21:31.874Z | Aug 11 11:21:30.852 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3994 | 2026-08-11T11:21:31.874Z | Aug 11 11:21:30.852 DEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3995 | 2026-08-11T11:21:31.874Z | Aug 11 11:21:30.852 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3996 | 2026-08-11T11:21:31.874Z | Aug 11 11:21:30.852 DEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3997 | 2026-08-11T11:21:31.874Z | Aug 11 11:21:30.852 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3998 | 2026-08-11T11:21:31.874Z | Aug 11 11:21:30.852 DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3999 | 2026-08-11T11:21:31.874Z | Aug 11 11:21:30.852 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 4000 | 2026-08-11T11:21:31.875Z | Aug 11 11:21:30.852 DEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4001 | 2026-08-11T11:21:31.875Z | Aug 11 11:21:30.853 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 4002 | 2026-08-11T11:21:31.875Z | Aug 11 11:21:30.853 DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4003 | 2026-08-11T11:21:31.875Z | Aug 11 11:21:30.853 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 4004 | 2026-08-11T11:21:31.875Z | Aug 11 11:21:30.853 DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4005 | 2026-08-11T11:21:31.875Z | Aug 11 11:21:30.858 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 4006 | 2026-08-11T11:21:31.875Z | Aug 11 11:21:30.858 DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4007 | 2026-08-11T11:21:31.875Z | Aug 11 11:21:30.858 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 4008 | 2026-08-11T11:21:31.875Z | Aug 11 11:21:30.858 DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4009 | 2026-08-11T11:21:31.875Z | Aug 11 11:21:30.858 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 4010 | 2026-08-11T11:21:31.875Z | Aug 11 11:21:30.858 DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4011 | 2026-08-11T11:21:31.875Z | Aug 11 11:21:30.858 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 4012 | 2026-08-11T11:21:31.875Z | Aug 11 11:21:30.858 DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4013 | 2026-08-11T11:21:31.875Z | Aug 11 11:21:30.858 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 4014 | 2026-08-11T11:21:31.875Z | Aug 11 11:21:30.858 DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4015 | 2026-08-11T11:21:31.875Z | Aug 11 11:21:30.859 DEBG failed to allocate space for the new target list |
| 4016 | 2026-08-11T11:21:31.875Z | Aug 11 11:21:30.859 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 4017 | 2026-08-11T11:21:31.875Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-9a5ae64985c3e580) |
| 4018 | 2026-08-11T11:21:31.875Z | |
| 4019 | 2026-08-11T11:21:31.875Z | running 0 tests |
| 4020 | 2026-08-11T11:21:31.875Z | |
| 4021 | 2026-08-11T11:21:31.875Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4022 | 2026-08-11T11:21:31.875Z | |
| 4023 | 2026-08-11T11:21:31.875Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024) |
| 4024 | 2026-08-11T11:21:31.875Z | |
| 4025 | 2026-08-11T11:21:31.875Z | running 0 tests |
| 4026 | 2026-08-11T11:21:31.875Z | |
| 4027 | 2026-08-11T11:21:31.875Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4028 | 2026-08-11T11:21:31.875Z | |
| 4029 | 2026-08-11T11:21:31.875Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-a0641429f08c43c9) |
| 4030 | 2026-08-11T11:21:31.875Z | |
| 4031 | 2026-08-11T11:21:31.875Z | running 6 tests |
| 4032 | 2026-08-11T11:21:31.875Z | test tests::test_parse_client_port_id ... ok |
| 4033 | 2026-08-11T11:21:31.875Z | test tests::test_port_id_cmp ... ok |
| 4034 | 2026-08-11T11:21:31.875Z | test tests::test_full_lot_id_neither_present ... ok |
| 4035 | 2026-08-11T11:21:31.875Z | test tests::test_full_lot_id_lot_only ... ok |
| 4036 | 2026-08-11T11:21:31.875Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 4037 | 2026-08-11T11:21:31.875Z | test tests::test_full_lot_id_both_present ... ok |
| 4038 | 2026-08-11T11:21:31.875Z | |
| 4039 | 2026-08-11T11:21:31.876Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4040 | 2026-08-11T11:21:31.876Z | |
| 4041 | 2026-08-11T11:21:31.876Z | Running tests/test_all.rs (target/debug/deps/test_all-a549e29c96051256) |
| 4042 | 2026-08-11T11:21:31.876Z | |
| 4043 | 2026-08-11T11:21:31.876Z | running 0 tests |
| 4044 | 2026-08-11T11:21:31.876Z | |
| 4045 | 2026-08-11T11:21:31.876Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4046 | 2026-08-11T11:21:31.876Z | |
| 4047 | 2026-08-11T11:21:31.876Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21) |
| 4048 | 2026-08-11T11:21:31.876Z | |
| 4049 | 2026-08-11T11:21:31.876Z | running 0 tests |
| 4050 | 2026-08-11T11:21:31.876Z | |
| 4051 | 2026-08-11T11:21:31.876Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4052 | 2026-08-11T11:21:31.876Z | |
| 4053 | 2026-08-11T11:21:31.876Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62) |
| 4054 | 2026-08-11T11:21:31.876Z | |
| 4055 | 2026-08-11T11:21:31.876Z | running 0 tests |
| 4056 | 2026-08-11T11:21:31.876Z | |
| 4057 | 2026-08-11T11:21:31.876Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4058 | 2026-08-11T11:21:31.876Z | |
| 4059 | 2026-08-11T11:21:31.876Z | Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1) |
| 4060 | 2026-08-11T11:21:31.876Z | |
| 4061 | 2026-08-11T11:21:31.876Z | running 12 tests |
| 4062 | 2026-08-11T11:21:31.876Z | test icmp::test_v4_checksum ... ok |
| 4063 | 2026-08-11T11:21:31.876Z | test lldp::test_lldp_parse ... ok |
| 4064 | 2026-08-11T11:21:31.876Z | test icmp::test_v6_checksum ... ok |
| 4065 | 2026-08-11T11:21:31.876Z | test ipv6::test_ipv6_parse ... ok |
| 4066 | 2026-08-11T11:21:31.876Z | test pbuf::test_byte ... ok |
| 4067 | 2026-08-11T11:21:31.876Z | test pbuf::test_nibble ... ok |
| 4068 | 2026-08-11T11:21:31.880Z | test pbuf::test_overflow ... ok |
| 4069 | 2026-08-11T11:21:31.880Z | test pbuf::test_short ... ok |
| 4070 | 2026-08-11T11:21:31.880Z | test pbuf::test_twelve ... ok |
| 4071 | 2026-08-11T11:21:31.880Z | test pbuf::test_word ... ok |
| 4072 | 2026-08-11T11:21:31.880Z | test tcp::test_checksum_syn_nodata ... ok |
| 4073 | 2026-08-11T11:21:31.880Z | test tcp::test_checksum_ack_data ... ok |
| 4074 | 2026-08-11T11:21:31.880Z | |
| 4075 | 2026-08-11T11:21:31.880Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4076 | 2026-08-11T11:21:31.880Z | |
| 4077 | 2026-08-11T11:21:31.880Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 4078 | 2026-08-11T11:21:31.880Z | |
| 4079 | 2026-08-11T11:21:31.880Z | running 0 tests |
| 4080 | 2026-08-11T11:21:31.880Z | |
| 4081 | 2026-08-11T11:21:31.880Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4082 | 2026-08-11T11:21:31.880Z | |
| 4083 | 2026-08-11T11:21:31.880Z | Running unittests src/main.rs (target/debug/deps/swadm-c74741c7ac57aafc) |
| 4084 | 2026-08-11T11:21:31.880Z | |
| 4085 | 2026-08-11T11:21:31.880Z | running 5 tests |
| 4086 | 2026-08-11T11:21:31.880Z | test switchport::test::test_compute_lanes ... ok |
| 4087 | 2026-08-11T11:21:31.880Z | test switchport::test::port_id_ordering ... ok |
| 4088 | 2026-08-11T11:21:31.880Z | Lane 0 Lane 1 Lane 0Lane 2 Lane 3Lane 1 |
| 4089 | 2026-08-11T11:21:31.880Z | Lane 2 Rx Loss-of-lock: YesLane 3 |
| 4090 | 2026-08-11T11:21:31.880Z | Yes State: ActivatedYes Yes |
| 4091 | 2026-08-11T11:21:31.880Z | Activated Rx Loss-of-signal: Yes ActivatedYes ActivatedYes |
| 4092 | 2026-08-11T11:21:31.880Z | Yes |
| 4093 | 2026-08-11T11:21:31.880Z | Rx Output Enabled: false Rx CDR Enabled: Yes falseYes Yesfalse false |
| 4094 | 2026-08-11T11:21:31.880Z | Yes |
| 4095 | 2026-08-11T11:21:31.880Z | Rx Output Status: valid Tx Enabled: Yes validYes valid validYes |
| 4096 | 2026-08-11T11:21:31.880Z | Yes |
| 4097 | 2026-08-11T11:21:31.880Z | Rx Loss-of-lock: true Tx Loss-of-lock: Notrue trueNo true |
| 4098 | 2026-08-11T11:21:31.880Z | No Rx Loss-of-signal: false falseNo |
| 4099 | 2026-08-11T11:21:31.880Z | Tx Loss-of-signal: No false falseNo |
| 4100 | 2026-08-11T11:21:31.881Z | Rx Auto-squelch Disable: trueNo trueNo |
| 4101 | 2026-08-11T11:21:31.881Z | true Tx CDR Enabled: Notrue |
| 4102 | 2026-08-11T11:21:31.881Z | No Tx Output Enabled: true No trueNo |
| 4103 | 2026-08-11T11:21:31.881Z | true true Tx Adaptive EQ Fault: No |
| 4104 | 2026-08-11T11:21:31.881Z | Tx Output Status: invalid Noinvalid invalid Noinvalid |
| 4105 | 2026-08-11T11:21:31.881Z | Tx Loss-of-lock: falseNo |
| 4106 | 2026-08-11T11:21:31.881Z | false Tx Fault: Yesfalse Yesfalse |
| 4107 | 2026-08-11T11:21:31.881Z | Yes Tx Loss-of-signal: true Yes |
| 4108 | 2026-08-11T11:21:31.881Z | true true true |
| 4109 | 2026-08-11T11:21:31.881Z | Tx Auto-squelch Disable: false false false false |
| 4110 | 2026-08-11T11:21:31.881Z | Tx Adaptive EQ Fail: true true true true |
| 4111 | 2026-08-11T11:21:31.881Z | Tx Failure: false false false false |
| 4112 | 2026-08-11T11:21:31.881Z | Tx Force Squelch: true true true true |
| 4113 | 2026-08-11T11:21:31.881Z | Tx Input Polarity: normal normal normal normal |
| 4114 | 2026-08-11T11:21:31.881Z | test switchport::test::test_print_sff_datapath ... ok |
| 4115 | 2026-08-11T11:21:31.881Z | test switchport::test::test_print_cmis_datapath ... ok |
| 4116 | 2026-08-11T11:21:31.881Z | test link::test_filter ... ok |
| 4117 | 2026-08-11T11:21:31.881Z | |
| 4118 | 2026-08-11T11:21:31.881Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4119 | 2026-08-11T11:21:31.881Z | |
| 4120 | 2026-08-11T11:21:31.881Z | Running tests/counters.rs (target/debug/deps/counters-4982a5354f1e9ae7) |
| 4121 | 2026-08-11T11:21:31.881Z | |
| 4122 | 2026-08-11T11:21:31.881Z | running 1 test |
| 4123 | 2026-08-11T11:21:31.881Z | test test_p4_counter_list ... ignored |
| 4124 | 2026-08-11T11:21:31.881Z | |
| 4125 | 2026-08-11T11:21:31.881Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4126 | 2026-08-11T11:21:31.881Z | |
| 4127 | 2026-08-11T11:21:31.881Z | Running tests/port-link.rs (target/debug/deps/port_link-13c02bc02f8aab43) |
| 4128 | 2026-08-11T11:21:31.881Z | |
| 4129 | 2026-08-11T11:21:31.881Z | running 5 tests |
| 4130 | 2026-08-11T11:21:31.881Z | test test_an ... ignored |
| 4131 | 2026-08-11T11:21:31.881Z | test test_enable ... ignored |
| 4132 | 2026-08-11T11:21:31.881Z | test test_ip_addresses ... ignored |
| 4133 | 2026-08-11T11:21:31.881Z | test test_kr ... ignored |
| 4134 | 2026-08-11T11:21:31.881Z | test test_mac ... ignored |
| 4135 | 2026-08-11T11:21:31.881Z | |
| 4136 | 2026-08-11T11:21:31.881Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4137 | 2026-08-11T11:21:31.881Z | |
| 4138 | 2026-08-11T11:21:31.881Z | Running unittests src/main.rs (target/debug/deps/tfportd-c2bdb70bfbc0b426) |
| 4139 | 2026-08-11T11:21:31.882Z | |
| 4140 | 2026-08-11T11:21:31.882Z | running 3 tests |
| 4141 | 2026-08-11T11:21:31.882Z | test linklocal::test_parse_ipadm ... ok |
| 4142 | 2026-08-11T11:21:31.882Z | test tfport::test_parse_tfport ... ok |
| 4143 | 2026-08-11T11:21:31.882Z | test config::tests::test_updates ... ok |
| 4144 | 2026-08-11T11:21:31.882Z | |
| 4145 | 2026-08-11T11:21:31.882Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4146 | 2026-08-11T11:21:31.882Z | |
| 4147 | 2026-08-11T11:21:31.882Z | Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40) |
| 4148 | 2026-08-11T11:21:31.885Z | |
| 4149 | 2026-08-11T11:21:31.885Z | running 0 tests |
| 4150 | 2026-08-11T11:21:31.885Z | |
| 4151 | 2026-08-11T11:21:31.885Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4152 | 2026-08-11T11:21:31.885Z | |
| 4153 | 2026-08-11T11:21:31.885Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 4154 | 2026-08-11T11:21:31.885Z | |
| 4155 | 2026-08-11T11:21:31.885Z | running 0 tests |
| 4156 | 2026-08-11T11:21:31.885Z | |
| 4157 | 2026-08-11T11:21:31.885Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4158 | 2026-08-11T11:21:31.885Z | |
| 4159 | 2026-08-11T11:21:31.885Z | Doc-tests aal |
| 4160 | 2026-08-11T11:21:32.009Z | |
| 4161 | 2026-08-11T11:21:32.009Z | running 0 tests |
| 4162 | 2026-08-11T11:21:32.009Z | |
| 4163 | 2026-08-11T11:21:32.009Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4164 | 2026-08-11T11:21:32.009Z | |
| 4165 | 2026-08-11T11:21:32.024Z | Doc-tests aal_macros |
| 4166 | 2026-08-11T11:21:32.091Z | |
| 4167 | 2026-08-11T11:21:32.091Z | running 0 tests |
| 4168 | 2026-08-11T11:21:32.091Z | |
| 4169 | 2026-08-11T11:21:32.091Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4170 | 2026-08-11T11:21:32.091Z | |
| 4171 | 2026-08-11T11:21:32.101Z | Doc-tests common |
| 4172 | 2026-08-11T11:21:32.327Z | |
| 4173 | 2026-08-11T11:21:32.327Z | running 0 tests |
| 4174 | 2026-08-11T11:21:32.327Z | |
| 4175 | 2026-08-11T11:21:32.327Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4176 | 2026-08-11T11:21:32.327Z | |
| 4177 | 2026-08-11T11:21:32.346Z | Doc-tests dpd_api |
| 4178 | 2026-08-11T11:21:33.074Z | |
| 4179 | 2026-08-11T11:21:33.074Z | running 2 tests |
| 4180 | 2026-08-11T11:21:33.074Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 4181 | 2026-08-11T11:21:33.074Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 4182 | 2026-08-11T11:21:33.074Z | |
| 4183 | 2026-08-11T11:21:33.074Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4184 | 2026-08-11T11:21:33.075Z | |
| 4185 | 2026-08-11T11:21:33.102Z | Doc-tests dpd_client |
| 4186 | 2026-08-11T11:21:34.402Z | |
| 4187 | 2026-08-11T11:21:34.402Z | running 0 tests |
| 4188 | 2026-08-11T11:21:34.402Z | |
| 4189 | 2026-08-11T11:21:34.402Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4190 | 2026-08-11T11:21:34.402Z | |
| 4191 | 2026-08-11T11:21:34.443Z | Doc-tests dpd_types |
| 4192 | 2026-08-11T11:21:34.652Z | |
| 4193 | 2026-08-11T11:21:34.652Z | running 0 tests |
| 4194 | 2026-08-11T11:21:34.652Z | |
| 4195 | 2026-08-11T11:21:34.652Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4196 | 2026-08-11T11:21:34.652Z | |
| 4197 | 2026-08-11T11:21:34.676Z | Doc-tests dpd_types_versions |
| 4198 | 2026-08-11T11:21:35.884Z | |
| 4199 | 2026-08-11T11:21:35.884Z | running 1 test |
| 4200 | 2026-08-11T11:21:35.884Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 4201 | 2026-08-11T11:21:35.884Z | |
| 4202 | 2026-08-11T11:21:35.884Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4203 | 2026-08-11T11:21:35.884Z | |
| 4204 | 2026-08-11T11:21:35.924Z | Doc-tests packet |
| 4205 | 2026-08-11T11:21:36.038Z | |
| 4206 | 2026-08-11T11:21:36.038Z | running 0 tests |
| 4207 | 2026-08-11T11:21:36.038Z | |
| 4208 | 2026-08-11T11:21:36.038Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4209 | 2026-08-11T11:21:36.038Z | |
| 4210 | 2026-08-11T11:21:36.052Z | Doc-tests pcap |
| 4211 | 2026-08-11T11:21:36.103Z | |
| 4212 | 2026-08-11T11:21:36.104Z | running 0 tests |
| 4213 | 2026-08-11T11:21:36.104Z | |
| 4214 | 2026-08-11T11:21:36.104Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4215 | 2026-08-11T11:21:36.104Z | |
| 4216 | 2026-08-11T11:21:36.169Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 4217 | 2026-08-11T11:21:36.169Z | + RUST_BACKTRACE=full |
| 4218 | 2026-08-11T11:21:36.169Z | + cargo test --features tofino_asic --no-fail-fast |
| 4219 | 2026-08-11T11:21:36.764Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 4220 | 2026-08-11T11:21:36.844Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 4221 | 2026-08-11T11:21:36.851Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 4222 | 2026-08-11T11:21:36.859Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 4223 | 2026-08-11T11:21:45.428Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 4224 | 2026-08-11T11:21:45.849Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 4225 | 2026-08-11T11:22:25.094Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 48.91s |
| 4226 | 2026-08-11T11:22:25.207Z | Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e) |
| 4227 | 2026-08-11T11:22:25.210Z | |
| 4228 | 2026-08-11T11:22:25.210Z | running 5 tests |
| 4229 | 2026-08-11T11:22:25.213Z | test fuse::tests::chip_revision_b0 ... ok |
| 4230 | 2026-08-11T11:22:25.213Z | test fuse::tests::chip_revision_a0 ... ok |
| 4231 | 2026-08-11T11:22:25.213Z | test fuse::tests::chip_revision_b1 ... ok |
| 4232 | 2026-08-11T11:22:25.213Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 4233 | 2026-08-11T11:22:25.213Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 4234 | 2026-08-11T11:22:25.213Z | |
| 4235 | 2026-08-11T11:22:25.213Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4236 | 2026-08-11T11:22:25.213Z | |
| 4237 | 2026-08-11T11:22:25.213Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 4238 | 2026-08-11T11:22:25.223Z | |
| 4239 | 2026-08-11T11:22:25.223Z | running 0 tests |
| 4240 | 2026-08-11T11:22:25.223Z | |
| 4241 | 2026-08-11T11:22:25.223Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4242 | 2026-08-11T11:22:25.223Z | |
| 4243 | 2026-08-11T11:22:25.223Z | Running unittests src/lib.rs (target/debug/deps/asic-7fbe7810b219c0c1) |
| 4244 | 2026-08-11T11:22:25.313Z | |
| 4245 | 2026-08-11T11:22:25.314Z | running 8 tests |
| 4246 | 2026-08-11T11:22:25.317Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
| 4247 | 2026-08-11T11:22:25.317Z | test tofino_asic::qsfp::tests::fix_link ... ok |
| 4248 | 2026-08-11T11:22:25.317Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
| 4249 | 2026-08-11T11:22:25.317Z | test tofino_asic::stats::constants_sanity_check ... ok |
| 4250 | 2026-08-11T11:22:25.317Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
| 4251 | 2026-08-11T11:22:25.317Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
| 4252 | 2026-08-11T11:22:25.324Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
| 4253 | 2026-08-11T11:22:25.815Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
| 4254 | 2026-08-11T11:22:25.815Z | |
| 4255 | 2026-08-11T11:22:25.815Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s |
| 4256 | 2026-08-11T11:22:25.815Z | |
| 4257 | 2026-08-11T11:22:25.824Z | Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac) |
| 4258 | 2026-08-11T11:22:25.828Z | |
| 4259 | 2026-08-11T11:22:25.828Z | running 10 tests |
| 4260 | 2026-08-11T11:22:25.828Z | test network::tests::test_equal ... ok |
| 4261 | 2026-08-11T11:22:25.828Z | test nat::tests::test_vni ... ok |
| 4262 | 2026-08-11T11:22:25.828Z | test network::tests::test_eui64 ... ok |
| 4263 | 2026-08-11T11:22:25.828Z | test network::tests::test_into ... ok |
| 4264 | 2026-08-11T11:22:25.828Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 4265 | 2026-08-11T11:22:25.828Z | test network::tests::test_not_equal ... ok |
| 4266 | 2026-08-11T11:22:25.828Z | test network::tests::test_to_string ... ok |
| 4267 | 2026-08-11T11:22:25.828Z | test network::tests::test_parse ... ok |
| 4268 | 2026-08-11T11:22:25.828Z | test test_purge ... ok |
| 4269 | 2026-08-11T11:22:25.831Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 4270 | 2026-08-11T11:22:25.831Z | |
| 4271 | 2026-08-11T11:22:25.831Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4272 | 2026-08-11T11:22:25.831Z | |
| 4273 | 2026-08-11T11:22:25.831Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef) |
| 4274 | 2026-08-11T11:22:25.836Z | |
| 4275 | 2026-08-11T11:22:25.836Z | running 1 test |
| 4276 | 2026-08-11T11:22:25.839Z | ------- |
| 4277 | 2026-08-11T11:22:25.839Z | Generating OpenAPI documents from API definitions ... |
| 4278 | 2026-08-11T11:22:25.973Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 4279 | 2026-08-11T11:22:26.040Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 4280 | 2026-08-11T11:22:27.039Z | ------- |
| 4281 | 2026-08-11T11:22:27.039Z | Checking 12 OpenAPI documents... |
| 4282 | 2026-08-11T11:22:27.039Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4283 | 2026-08-11T11:22:27.039Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4284 | 2026-08-11T11:22:27.039Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4285 | 2026-08-11T11:22:27.039Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4286 | 2026-08-11T11:22:27.039Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4287 | 2026-08-11T11:22:27.039Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4288 | 2026-08-11T11:22:27.043Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4289 | 2026-08-11T11:22:27.044Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4290 | 2026-08-11T11:22:27.044Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4291 | 2026-08-11T11:22:27.044Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4292 | 2026-08-11T11:22:27.044Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4293 | 2026-08-11T11:22:27.044Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4294 | 2026-08-11T11:22:27.044Z | Fresh dpd "latest" symlink |
| 4295 | 2026-08-11T11:22:27.044Z | ------- |
| 4296 | 2026-08-11T11:22:27.044Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 4297 | 2026-08-11T11:22:27.101Z | test test::test_apis_up_to_date ... ok |
| 4298 | 2026-08-11T11:22:27.101Z | |
| 4299 | 2026-08-11T11:22:27.101Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s |
| 4300 | 2026-08-11T11:22:27.101Z | |
| 4301 | 2026-08-11T11:22:27.159Z | Running unittests src/main.rs (target/debug/deps/dpd-a748305040c3fc1b) |
| 4302 | 2026-08-11T11:22:27.223Z | |
| 4303 | 2026-08-11T11:22:27.223Z | running 66 tests |
| 4304 | 2026-08-11T11:22:27.227Z | test freemap::test_ordering ... ok |
| 4305 | 2026-08-11T11:22:27.227Z | test config::tests::test_updates ... ok |
| 4306 | 2026-08-11T11:22:27.227Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 4307 | 2026-08-11T11:22:27.227Z | test freemap::test_split ... ok |
| 4308 | 2026-08-11T11:22:27.227Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 4309 | 2026-08-11T11:22:27.227Z | test macaddrs::tests::test_mac_offset ... ok |
| 4310 | 2026-08-11T11:22:27.227Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 4311 | 2026-08-11T11:22:27.232Z | test macaddrs::tests::test_parse_port_id ... ok |
| 4312 | 2026-08-11T11:22:27.232Z | test nat::test_mapping ... ok |
| 4313 | 2026-08-11T11:22:27.232Z | Aug 11 11:22:26.243 DEBG Aug 11 11:22:26.243created new freemap DEBG Aug 11 11:22:26.243created new freemap , , DEBGunitunit:: freemap_testfreemap_test created new freemap |
| 4314 | 2026-08-11T11:22:27.232Z | |
| 4315 | 2026-08-11T11:22:27.232Z | , unit: freemap_test |
| 4316 | 2026-08-11T11:22:27.233Z | Aug 11 11:22:26.243 DEBG initted freemap. size: 128, unit: freemap_test |
| 4317 | 2026-08-11T11:22:27.233Z | Aug 11 11:22:26.243 DEBG reset freemap, unit: freemap_test |
| 4318 | 2026-08-11T11:22:27.233Z | Aug 11 11:22:26.243 DEBG initted freemap. size: 128, unitAug 11 11:22:26.243: DEBGfreemap_test |
| 4319 | 2026-08-11T11:22:27.233Z | initted freemap. size: 128, unit: Aug 11 11:22:26.243freemap_test |
| 4320 | 2026-08-11T11:22:27.233Z | DEBG reset freemap, Aug 11 11:22:26.243unit :DEBG freemap_testreset freemap |
| 4321 | 2026-08-11T11:22:27.233Z | , unit: freemap_test |
| 4322 | 2026-08-11T11:22:27.233Z | Aug 11 11:22:26.243 DEBG created new freemap, unit: freemap_test |
| 4323 | 2026-08-11T11:22:27.233Z | Aug 11 11:22:26.243 DEBG initted freemap. size: 128, unit: freemap_test |
| 4324 | 2026-08-11T11:22:27.233Z | Aug 11 11:22:26.243 DEBG reset freemap, unit: freemap_test |
| 4325 | 2026-08-11T11:22:27.233Z | test freemap::test_basic ... ok |
| 4326 | 2026-08-11T11:22:27.233Z | test freemap::test_free ... ok |
| 4327 | 2026-08-11T11:22:27.233Z | test freemap::test_reclaim ... ok |
| 4328 | 2026-08-11T11:22:27.233Z | Aug 11 11:22:26.243 DEBG created new freemap, unit: freemap_test |
| 4329 | 2026-08-11T11:22:27.233Z | test freemap::test_exhaustion ... ok |
| 4330 | 2026-08-11T11:22:27.233Z | Aug 11 11:22:26.244 DEBG initted freemap. size: 8, unit: freemap_test |
| 4331 | 2026-08-11T11:22:27.233Z | Aug 11 11:22:26.244 DEBG reset freemap, unit: freemap_test |
| 4332 | 2026-08-11T11:22:27.233Z | test port_map::tests::test_backplane_group ... ok |
| 4333 | 2026-08-11T11:22:27.233Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 4334 | 2026-08-11T11:22:27.233Z | test port_map::tests::dump_map ... ok |
| 4335 | 2026-08-11T11:22:27.233Z | test port_map::tests::test_port_map ... ok |
| 4336 | 2026-08-11T11:22:27.233Z | Aug 11 11:22:26.244 DEBG created new freemap, unit: freemap_test |
| 4337 | 2026-08-11T11:22:27.233Z | Aug 11 11:22:26.244 DEBG initted freemap. size: 128, unit: freemap_test |
| 4338 | 2026-08-11T11:22:27.233Z | Aug 11 11:22:26.244 DEBG reset freemap, unit: freemap_test |
| 4339 | 2026-08-11T11:22:27.233Z | test freemap::test_span ... ok |
| 4340 | 2026-08-11T11:22:27.233Z | Aug 11 11:22:26.244 DEBG created new freemap, unit: freemap_route_ipv4 |
| 4341 | 2026-08-11T11:22:27.233Z | Aug 11 11:22:26.244 DEBG created new freemap, unit: freemap_route_ipv6 |
| 4342 | 2026-08-11T11:22:27.233Z | Aug 11 11:22:26.244 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 4343 | 2026-08-11T11:22:27.234Z | Aug 11 11:22:26.245 DEBG reset freemap, unit: freemap_route_ipv4 |
| 4344 | 2026-08-11T11:22:27.234Z | Aug 11 11:22:26.245 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 4345 | 2026-08-11T11:22:27.234Z | Aug 11 11:22:26.245 DEBG reset freemap, unit: freemap_route_ipv6 |
| 4346 | 2026-08-11T11:22:27.234Z | Aug 11 11:22:26.245 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4347 | 2026-08-11T11:22:27.234Z | Aug 11 11:22:26.245 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 } }] |
| 4348 | 2026-08-11T11:22:27.234Z | Aug 11 11:22:26.245 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4349 | 2026-08-11T11:22:27.234Z | Aug 11 11:22:26.245 DEBG created new freemap, unit: freemap_route_ipv4 |
| 4350 | 2026-08-11T11:22:27.234Z | Aug 11 11:22:26.245 DEBG created new freemap, unit: freemap_route_ipv6 |
| 4351 | 2026-08-11T11:22:27.234Z | Aug 11 11:22:26.245 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 4352 | 2026-08-11T11:22:27.234Z | Aug 11 11:22:26.245 DEBG reset freemap, unit: freemap_route_ipv4 |
| 4353 | 2026-08-11T11:22:27.234Z | Aug 11 11:22:26.245 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 4354 | 2026-08-11T11:22:27.234Z | Aug 11 11:22:26.245 DEBG reset freemap, unit: freemap_route_ipv6 |
| 4355 | 2026-08-11T11:22:27.234Z | Aug 11 11:22:26.245 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4356 | 2026-08-11T11:22:27.234Z | Aug 11 11:22:26.245 DEBG Aug 11 11:22:26.245replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4357 | 2026-08-11T11:22:27.234Z | 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 11 11:22:26.245 |
| 4358 | 2026-08-11T11:22:27.234Z | INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4359 | 2026-08-11T11:22:27.234Z | Aug 11 11:22:26.245Aug 11 11:22:26.245 DEBGINFO replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4360 | 2026-08-11T11:22:27.234Z | |
| 4361 | 2026-08-11T11:22:27.234Z | Aug 11 11:22:26.245Aug 11 11:22:26.245 INFODEBG adding route 3fff:beef:1::/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 } }] |
| 4362 | 2026-08-11T11:22:27.234Z | |
| 4363 | 2026-08-11T11:22:27.234Z | Aug 11 11:22:26.245Aug 11 11:22:26.245 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:dead::/64 -> 2001:db8::55:4 |
| 4364 | 2026-08-11T11:22:27.234Z | |
| 4365 | 2026-08-11T11:22:27.234Z | Aug 11 11:22:26.245Aug 11 11:22:26.245 INFODEBG adding route 3fff:beef:2::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 4366 | 2026-08-11T11:22:27.234Z | |
| 4367 | 2026-08-11T11:22:27.234Z | Aug 11 11:22:26.245Aug 11 11:22:26.245 DEBGINFO replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4368 | 2026-08-11T11:22:27.234Z | |
| 4369 | 2026-08-11T11:22:27.234Z | Aug 11 11:22:26.245Aug 11 11:22:26.245 INFODEBG adding route 3fff:beef:3::/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 } }] |
| 4370 | 2026-08-11T11:22:27.234Z | |
| 4371 | 2026-08-11T11:22:27.234Z | Aug 11 11:22:26.245Aug 11 11:22:26.245 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:1::/64 -> 2001:db8::55:ff |
| 4372 | 2026-08-11T11:22:27.235Z | |
| 4373 | 2026-08-11T11:22:27.235Z | Aug 11 11:22:26.245Aug 11 11:22:26.245 INFODEBG adding route 3fff:beef:4::/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 } }] |
| 4374 | 2026-08-11T11:22:27.235Z | |
| 4375 | 2026-08-11T11:22:27.235Z | Aug 11 11:22:26.245Aug 11 11:22:26.245 INFODEBG adding route 3fff:beef:2::/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 } }] |
| 4376 | 2026-08-11T11:22:27.235Z | |
| 4377 | 2026-08-11T11:22:27.235Z | Aug 11 11:22:26.245Aug 11 11:22:26.245 DEBGINFO replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4378 | 2026-08-11T11:22:27.235Z | |
| 4379 | 2026-08-11T11:22:27.235Z | test api_server::tests::test_build_info ... ok |
| 4380 | 2026-08-11T11:22:27.235Z | Aug 11 11:22:26.245Aug 11 11:22:26.245 INFODEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4381 | 2026-08-11T11:22:27.235Z | Aug 11 11:22:26.245 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4382 | 2026-08-11T11:22:27.235Z | Aug 11 11:22:26.245 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 } }] |
| 4383 | 2026-08-11T11:22:27.235Z | test port_map::tests::parse_softnpu_revision ... ok |
| 4384 | 2026-08-11T11:22:27.235Z | Aug 11 11:22:26.245Aug 11 11:22:26.245 DEBGINFO created new freemapadding route 3fff:beef:7::/64 -> 2001:db8::55:ff, |
| 4385 | 2026-08-11T11:22:27.235Z | unit: Aug 11 11:22:26.245freemap_route_ipv4 |
| 4386 | 2026-08-11T11:22:27.235Z | 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 } }] |
| 4387 | 2026-08-11T11:22:27.235Z | Aug 11 11:22:26.245 DEBGAug 11 11:22:26.245 created new freemapINFO, unitadding route 3fff:beef:8::/64 -> 2001:db8::55:ff: |
| 4388 | 2026-08-11T11:22:27.235Z | freemap_route_ipv6 |
| 4389 | 2026-08-11T11:22:27.235Z | Aug 11 11:22:26.245Aug 11 11:22:26.245 DEBGDEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64 |
| 4390 | 2026-08-11T11:22:27.235Z | , unit: freemap_route_ipv4Aug 11 11:22:26.245 |
| 4391 | 2026-08-11T11:22:27.235Z | INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4392 | 2026-08-11T11:22:27.235Z | Aug 11 11:22:26.245 DEBG reset freemapAug 11 11:22:26.245, unitDEBG: Aug 11 11:22:26.245replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 4393 | 2026-08-11T11:22:27.235Z | |
| 4394 | 2026-08-11T11:22:27.235Z | DEBG Aug 11 11:22:26.245created new freemapAug 11 11:22:26.245 , unitINFODEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ff: |
| 4395 | 2026-08-11T11:22:27.235Z | initted freemap. size: 64 , freemap_route_ipv4unitAug 11 11:22:26.245 |
| 4396 | 2026-08-11T11:22:27.235Z | :DEBG freemap_route_ipv6replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4397 | 2026-08-11T11:22:27.235Z | |
| 4398 | 2026-08-11T11:22:27.235Z | Aug 11 11:22:26.245 DEBG created new freemapAug 11 11:22:26.245Aug 11 11:22:26.245 , DEBGINFO unitreset freemap:, unitfreemap_route_ipv6: |
| 4399 | 2026-08-11T11:22:27.235Z | freemap_route_ipv6adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4400 | 2026-08-11T11:22:27.236Z | |
| 4401 | 2026-08-11T11:22:27.236Z | Aug 11 11:22:26.245Aug 11 11:22:26.245 Aug 11 11:22:26.245DEBGINFO initted freemap. size: 64 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 4402 | 2026-08-11T11:22:27.236Z | , replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 4403 | 2026-08-11T11:22:27.236Z | : freemap_route_ipv4 |
| 4404 | 2026-08-11T11:22:27.236Z | Aug 11 11:22:26.245 INFOAug 11 11:22:26.245 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG |
| 4405 | 2026-08-11T11:22:27.236Z | Aug 11 11:22:26.245 reset freemapDEBG , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 4406 | 2026-08-11T11:22:27.236Z | Aug 11 11:22:26.245: DEBGAug 11 11:22:26.245 freemap_route_ipv4replacing 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 |
| 4407 | 2026-08-11T11:22:27.236Z | |
| 4408 | 2026-08-11T11:22:27.236Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4409 | 2026-08-11T11:22:27.236Z | Aug 11 11:22:26.245Aug 11 11:22:26.245Aug 11 11:22:26.245 INFODEBGDEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4410 | 2026-08-11T11:22:27.236Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]initted freemap. size: 64 |
| 4411 | 2026-08-11T11:22:27.241Z | , unit: freemap_route_ipv6 |
| 4412 | 2026-08-11T11:22:27.241Z | Aug 11 11:22:26.245Aug 11 11:22:26.245 INFODEBG adding route 3fff:beef::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4413 | 2026-08-11T11:22:27.241Z | |
| 4414 | 2026-08-11T11:22:27.241Z | Aug 11 11:22:26.245 DEBG reset freemap, Aug 11 11:22:26.245Aug 11 11:22:26.245unit :INFO DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4415 | 2026-08-11T11:22:27.241Z | replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 4416 | 2026-08-11T11:22:27.241Z | |
| 4417 | 2026-08-11T11:22:27.241Z | Aug 11 11:22:26.245Aug 11 11:22:26.245Aug 11 11:22:26.245 INFODEBG INFOreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4418 | 2026-08-11T11:22:27.241Z | adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4419 | 2026-08-11T11:22:27.241Z | |
| 4420 | 2026-08-11T11:22:27.241Z | Aug 11 11:22:26.245 INFOAug 11 11:22:26.245 Aug 11 11:22:26.245 DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff DEBG |
| 4421 | 2026-08-11T11:22:27.241Z | replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4422 | 2026-08-11T11:22:27.241Z | |
| 4423 | 2026-08-11T11:22:27.241Z | Aug 11 11:22:26.245 DEBG Aug 11 11:22:26.245replacing 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 11 11:22:26.245 |
| 4424 | 2026-08-11T11:22:27.241Z | 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:2::/64 -> 2001:db8::55:ffAug 11 11:22:26.245 |
| 4425 | 2026-08-11T11:22:27.241Z | |
| 4426 | 2026-08-11T11:22:27.241Z | INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4427 | 2026-08-11T11:22:27.241Z | Aug 11 11:22:26.245 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 11 11:22:26.245 |
| 4428 | 2026-08-11T11:22:27.241Z | 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 11 11:22:26.245 |
| 4429 | 2026-08-11T11:22:27.242Z | INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4430 | 2026-08-11T11:22:27.242Z | Aug 11 11:22:26.245 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 11 11:22:26.245 |
| 4431 | 2026-08-11T11:22:27.242Z | DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:26.245 |
| 4432 | 2026-08-11T11:22:27.242Z | DEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:26.245 |
| 4433 | 2026-08-11T11:22:27.242Z | INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4434 | 2026-08-11T11:22:27.242Z | Aug 11 11:22:26.245 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 11 11:22:26.245 |
| 4435 | 2026-08-11T11:22:27.242Z | 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 } }] |
| 4436 | 2026-08-11T11:22:27.242Z | Aug 11 11:22:26.245 DEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:26.245 |
| 4437 | 2026-08-11T11:22:27.242Z | INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4438 | 2026-08-11T11:22:27.242Z | Aug 11 11:22:26.245 INFO Aug 11 11:22:26.245adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4439 | 2026-08-11T11:22:27.242Z | 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 } }] |
| 4440 | 2026-08-11T11:22:27.242Z | Aug 11 11:22:26.245 DEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:26.245 |
| 4441 | 2026-08-11T11:22:27.242Z | INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 11 11:22:26.245 |
| 4442 | 2026-08-11T11:22:27.242Z | INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4443 | 2026-08-11T11:22:27.242Z | Aug 11 11:22:26.245 DEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:26.245 |
| 4444 | 2026-08-11T11:22:27.242Z | 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 } }] |
| 4445 | 2026-08-11T11:22:27.242Z | Aug 11 11:22:26.245 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 11 11:22:26.245 |
| 4446 | 2026-08-11T11:22:27.242Z | INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4447 | 2026-08-11T11:22:27.242Z | Aug 11 11:22:26.245 DEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:26.245 |
| 4448 | 2026-08-11T11:22:27.242Z | 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 } }] |
| 4449 | 2026-08-11T11:22:27.242Z | Aug 11 11:22:26.245 INFO Aug 11 11:22:26.245adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4450 | 2026-08-11T11:22:27.242Z | INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4451 | 2026-08-11T11:22:27.242Z | Aug 11 11:22:26.245 DEBG Aug 11 11:22:26.245replacing 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 } }] |
| 4452 | 2026-08-11T11:22:27.242Z | 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 } }] |
| 4453 | 2026-08-11T11:22:27.242Z | Aug 11 11:22:26.245Aug 11 11:22:26.245 INFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4454 | 2026-08-11T11:22:27.242Z | |
| 4455 | 2026-08-11T11:22:27.242Z | Aug 11 11:22:26.245Aug 11 11:22:26.245 DEBGDEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4456 | 2026-08-11T11:22:27.242Z | |
| 4457 | 2026-08-11T11:22:27.243Z | Aug 11 11:22:26.245Aug 11 11:22:26.245 INFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4458 | 2026-08-11T11:22:27.243Z | |
| 4459 | 2026-08-11T11:22:27.243Z | Aug 11 11:22:26.245Aug 11 11:22:26.245 DEBGDEBG 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: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 } }] |
| 4460 | 2026-08-11T11:22:27.243Z | |
| 4461 | 2026-08-11T11:22:27.243Z | Aug 11 11:22:26.245Aug 11 11:22:26.245 INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4462 | 2026-08-11T11:22:27.243Z | |
| 4463 | 2026-08-11T11:22:27.243Z | Aug 11 11:22:26.245Aug 11 11:22:26.245 DEBGDEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 4464 | 2026-08-11T11:22:27.243Z | |
| 4465 | 2026-08-11T11:22:27.243Z | Aug 11 11:22:26.245Aug 11 11:22:26.245 INFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4466 | 2026-08-11T11:22:27.243Z | |
| 4467 | 2026-08-11T11:22:27.243Z | Aug 11 11:22:26.245Aug 11 11:22:26.245 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: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 } }] |
| 4468 | 2026-08-11T11:22:27.243Z | |
| 4469 | 2026-08-11T11:22:27.243Z | Aug 11 11:22:26.245Aug 11 11:22:26.245 INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4470 | 2026-08-11T11:22:27.243Z | |
| 4471 | 2026-08-11T11:22:27.243Z | Aug 11 11:22:26.245Aug 11 11:22:26.245 DEBGDEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 4472 | 2026-08-11T11:22:27.243Z | |
| 4473 | 2026-08-11T11:22:27.243Z | Aug 11 11:22:26.245Aug 11 11:22:26.245 INFOINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4474 | 2026-08-11T11:22:27.243Z | |
| 4475 | 2026-08-11T11:22:27.243Z | Aug 11 11:22:26.245Aug 11 11:22:26.245 DEBGDEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4476 | 2026-08-11T11:22:27.243Z | |
| 4477 | 2026-08-11T11:22:27.243Z | Aug 11 11:22:26.245Aug 11 11:22:26.245 INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4478 | 2026-08-11T11:22:27.243Z | |
| 4479 | 2026-08-11T11:22:27.243Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4480 | 2026-08-11T11:22:27.243Z | |
| 4481 | 2026-08-11T11:22:27.243Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4482 | 2026-08-11T11:22:27.243Z | |
| 4483 | 2026-08-11T11:22:27.243Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4484 | 2026-08-11T11:22:27.243Z | |
| 4485 | 2026-08-11T11:22:27.244Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4486 | 2026-08-11T11:22:27.244Z | |
| 4487 | 2026-08-11T11:22:27.244Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4488 | 2026-08-11T11:22:27.244Z | |
| 4489 | 2026-08-11T11:22:27.244Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4490 | 2026-08-11T11:22:27.244Z | |
| 4491 | 2026-08-11T11:22:27.244Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 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: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 } }] |
| 4492 | 2026-08-11T11:22:27.244Z | |
| 4493 | 2026-08-11T11:22:27.244Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 4494 | 2026-08-11T11:22:27.244Z | |
| 4495 | 2026-08-11T11:22:27.244Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4496 | 2026-08-11T11:22:27.244Z | |
| 4497 | 2026-08-11T11:22:27.244Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 4498 | 2026-08-11T11:22:27.244Z | |
| 4499 | 2026-08-11T11:22:27.244Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4500 | 2026-08-11T11:22:27.244Z | |
| 4501 | 2026-08-11T11:22:27.244Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 4502 | 2026-08-11T11:22:27.244Z | |
| 4503 | 2026-08-11T11:22:27.244Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4504 | 2026-08-11T11:22:27.244Z | |
| 4505 | 2026-08-11T11:22:27.244Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 4506 | 2026-08-11T11:22:27.244Z | |
| 4507 | 2026-08-11T11:22:27.244Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4508 | 2026-08-11T11:22:27.244Z | |
| 4509 | 2026-08-11T11:22:27.244Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4510 | 2026-08-11T11:22:27.244Z | |
| 4511 | 2026-08-11T11:22:27.250Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 4512 | 2026-08-11T11:22:27.250Z | |
| 4513 | 2026-08-11T11:22:27.250Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4514 | 2026-08-11T11:22:27.250Z | |
| 4515 | 2026-08-11T11:22:27.250Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 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: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 } }] |
| 4516 | 2026-08-11T11:22:27.250Z | |
| 4517 | 2026-08-11T11:22:27.250Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4518 | 2026-08-11T11:22:27.250Z | |
| 4519 | 2026-08-11T11:22:27.250Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 4520 | 2026-08-11T11:22:27.250Z | |
| 4521 | 2026-08-11T11:22:27.250Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 4522 | 2026-08-11T11:22:27.250Z | |
| 4523 | 2026-08-11T11:22:27.250Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4524 | 2026-08-11T11:22:27.250Z | |
| 4525 | 2026-08-11T11:22:27.250Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4526 | 2026-08-11T11:22:27.250Z | |
| 4527 | 2026-08-11T11:22:27.250Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 4528 | 2026-08-11T11:22:27.250Z | |
| 4529 | 2026-08-11T11:22:27.250Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 4530 | 2026-08-11T11:22:27.250Z | |
| 4531 | 2026-08-11T11:22:27.250Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 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: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 } }] |
| 4532 | 2026-08-11T11:22:27.250Z | |
| 4533 | 2026-08-11T11:22:27.251Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4534 | 2026-08-11T11:22:27.251Z | |
| 4535 | 2026-08-11T11:22:27.251Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4536 | 2026-08-11T11:22:27.251Z | |
| 4537 | 2026-08-11T11:22:27.251Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4538 | 2026-08-11T11:22:27.251Z | |
| 4539 | 2026-08-11T11:22:27.251Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4540 | 2026-08-11T11:22:27.251Z | |
| 4541 | 2026-08-11T11:22:27.251Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4542 | 2026-08-11T11:22:27.251Z | |
| 4543 | 2026-08-11T11:22:27.251Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4544 | 2026-08-11T11:22:27.251Z | |
| 4545 | 2026-08-11T11:22:27.251Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4546 | 2026-08-11T11:22:27.251Z | |
| 4547 | 2026-08-11T11:22:27.251Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4548 | 2026-08-11T11:22:27.251Z | |
| 4549 | 2026-08-11T11:22:27.251Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 4550 | 2026-08-11T11:22:27.251Z | |
| 4551 | 2026-08-11T11:22:27.251Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4552 | 2026-08-11T11:22:27.251Z | |
| 4553 | 2026-08-11T11:22:27.251Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 4554 | 2026-08-11T11:22:27.251Z | |
| 4555 | 2026-08-11T11:22:27.251Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4556 | 2026-08-11T11:22:27.251Z | |
| 4557 | 2026-08-11T11:22:27.251Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 4558 | 2026-08-11T11:22:27.251Z | |
| 4559 | 2026-08-11T11:22:27.251Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4560 | 2026-08-11T11:22:27.251Z | |
| 4561 | 2026-08-11T11:22:27.252Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 4562 | 2026-08-11T11:22:27.252Z | |
| 4563 | 2026-08-11T11:22:27.252Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4564 | 2026-08-11T11:22:27.252Z | |
| 4565 | 2026-08-11T11:22:27.252Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 4566 | 2026-08-11T11:22:27.252Z | |
| 4567 | 2026-08-11T11:22:27.252Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 4568 | 2026-08-11T11:22:27.252Z | |
| 4569 | 2026-08-11T11:22:27.252Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 4570 | 2026-08-11T11:22:27.252Z | |
| 4571 | 2026-08-11T11:22:27.252Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 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: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 } }] |
| 4572 | 2026-08-11T11:22:27.252Z | |
| 4573 | 2026-08-11T11:22:27.252Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 4574 | 2026-08-11T11:22:27.252Z | |
| 4575 | 2026-08-11T11:22:27.252Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 4576 | 2026-08-11T11:22:27.252Z | |
| 4577 | 2026-08-11T11:22:27.252Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 4578 | 2026-08-11T11:22:27.252Z | |
| 4579 | 2026-08-11T11:22:27.252Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4580 | 2026-08-11T11:22:27.252Z | |
| 4581 | 2026-08-11T11:22:27.252Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4582 | 2026-08-11T11:22:27.252Z | |
| 4583 | 2026-08-11T11:22:27.252Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 4584 | 2026-08-11T11:22:27.252Z | |
| 4585 | 2026-08-11T11:22:27.252Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 4586 | 2026-08-11T11:22:27.252Z | |
| 4587 | 2026-08-11T11:22:27.252Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 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: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 } }] |
| 4588 | 2026-08-11T11:22:27.253Z | |
| 4589 | 2026-08-11T11:22:27.253Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 4590 | 2026-08-11T11:22:27.253Z | |
| 4591 | 2026-08-11T11:22:27.253Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4592 | 2026-08-11T11:22:27.253Z | |
| 4593 | 2026-08-11T11:22:27.253Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 4594 | 2026-08-11T11:22:27.253Z | |
| 4595 | 2026-08-11T11:22:27.253Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4596 | 2026-08-11T11:22:27.253Z | |
| 4597 | 2026-08-11T11:22:27.253Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 4598 | 2026-08-11T11:22:27.253Z | |
| 4599 | 2026-08-11T11:22:27.253Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4600 | 2026-08-11T11:22:27.253Z | |
| 4601 | 2026-08-11T11:22:27.253Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 4602 | 2026-08-11T11:22:27.253Z | |
| 4603 | 2026-08-11T11:22:27.253Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4604 | 2026-08-11T11:22:27.253Z | |
| 4605 | 2026-08-11T11:22:27.253Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 4606 | 2026-08-11T11:22:27.253Z | |
| 4607 | 2026-08-11T11:22:27.253Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4608 | 2026-08-11T11:22:27.253Z | |
| 4609 | 2026-08-11T11:22:27.253Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 4610 | 2026-08-11T11:22:27.253Z | |
| 4611 | 2026-08-11T11:22:27.259Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4612 | 2026-08-11T11:22:27.259Z | |
| 4613 | 2026-08-11T11:22:27.259Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 4614 | 2026-08-11T11:22:27.259Z | |
| 4615 | 2026-08-11T11:22:27.259Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 4616 | 2026-08-11T11:22:27.259Z | |
| 4617 | 2026-08-11T11:22:27.259Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 INFODEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:fffailed to allocate space for the new target list |
| 4618 | 2026-08-11T11:22:27.259Z | |
| 4619 | 2026-08-11T11:22:27.259Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 4620 | 2026-08-11T11:22:27.259Z | |
| 4621 | 2026-08-11T11:22:27.259Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 INFODEBG adding route 3fff:beef:33::/64 -> 2001:db8::55:fffailed to allocate space for the new target list |
| 4622 | 2026-08-11T11:22:27.259Z | |
| 4623 | 2026-08-11T11:22:27.259Z | Aug 11 11:22:26.246 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 } }] |
| 4624 | 2026-08-11T11:22:27.259Z | Aug 11 11:22:26.246 INFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 4625 | 2026-08-11T11:22:27.259Z | |
| 4626 | 2026-08-11T11:22:27.259Z | Aug 11 11:22:26.246 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 } }] |
| 4627 | 2026-08-11T11:22:27.259Z | Aug 11 11:22:26.246 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 11 11:22:26.246 |
| 4628 | 2026-08-11T11:22:27.259Z | 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 } }] |
| 4629 | 2026-08-11T11:22:27.259Z | Aug 11 11:22:26.246 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 } }] |
| 4630 | 2026-08-11T11:22:27.260Z | Aug 11 11:22:26.246 INFO Aug 11 11:22:26.246adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4631 | 2026-08-11T11:22:27.260Z | INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 4632 | 2026-08-11T11:22:27.260Z | Aug 11 11:22:26.246 DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:26.246 |
| 4633 | 2026-08-11T11:22:27.260Z | 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 } }] |
| 4634 | 2026-08-11T11:22:27.260Z | Aug 11 11:22:26.246 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 11 11:22:26.246 |
| 4635 | 2026-08-11T11:22:27.260Z | INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 4636 | 2026-08-11T11:22:27.260Z | Aug 11 11:22:26.246 DEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:26.246 |
| 4637 | 2026-08-11T11:22:27.260Z | 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 } }] |
| 4638 | 2026-08-11T11:22:27.260Z | Aug 11 11:22:26.246 INFO Aug 11 11:22:26.246adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4639 | 2026-08-11T11:22:27.260Z | INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 4640 | 2026-08-11T11:22:27.260Z | Aug 11 11:22:26.246 DEBG Aug 11 11:22:26.246replacing 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 } }] |
| 4641 | 2026-08-11T11:22:27.260Z | 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 } }] |
| 4642 | 2026-08-11T11:22:27.260Z | Aug 11 11:22:26.246 INFO Aug 11 11:22:26.246adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4643 | 2026-08-11T11:22:27.260Z | INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 4644 | 2026-08-11T11:22:27.260Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 4645 | 2026-08-11T11:22:27.260Z | |
| 4646 | 2026-08-11T11:22:27.260Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 4647 | 2026-08-11T11:22:27.260Z | |
| 4648 | 2026-08-11T11:22:27.260Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4649 | 2026-08-11T11:22:27.260Z | |
| 4650 | 2026-08-11T11:22:27.260Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4651 | 2026-08-11T11:22:27.260Z | |
| 4652 | 2026-08-11T11:22:27.260Z | Aug 11 11:22:26.246Aug 11 11:22:26.246 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: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 } }] |
| 4653 | 2026-08-11T11:22:27.260Z | |
| 4654 | 2026-08-11T11:22:27.260Z | Aug 11 11:22:26.246 DEBG created new freemap, unit: freemap_route_ipv4 |
| 4655 | 2026-08-11T11:22:27.260Z | Aug 11 11:22:26.246 DEBG created new freemap, unit: freemap_route_ipv6 |
| 4656 | 2026-08-11T11:22:27.260Z | Aug 11 11:22:26.246 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 4657 | 2026-08-11T11:22:27.260Z | Aug 11 11:22:26.246 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4658 | 2026-08-11T11:22:27.261Z | Aug 11 11:22:26.247 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 } }] |
| 4659 | 2026-08-11T11:22:27.261Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 11 11:22:26.246 |
| 4660 | 2026-08-11T11:22:27.261Z | DEBG reset freemap, Aug 11 11:22:26.247unit :DEBG freemap_route_ipv4replacing 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 } }] |
| 4661 | 2026-08-11T11:22:27.261Z | |
| 4662 | 2026-08-11T11:22:27.261Z | Aug 11 11:22:26.247Aug 11 11:22:26.247 INFODEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 4663 | 2026-08-11T11:22:27.261Z | , unit: freemap_route_ipv6Aug 11 11:22:26.247 |
| 4664 | 2026-08-11T11:22:27.261Z | 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 11 11:22:26.247 |
| 4665 | 2026-08-11T11:22:27.261Z | DEBG reset freemapAug 11 11:22:26.247, unitINFO: adding route 3fff:beef:d::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 4666 | 2026-08-11T11:22:27.261Z | |
| 4667 | 2026-08-11T11:22:27.261Z | Aug 11 11:22:26.247Aug 11 11:22:26.247 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 172.16.0.0/32 -> 10.0.0.1 |
| 4668 | 2026-08-11T11:22:27.261Z | |
| 4669 | 2026-08-11T11:22:27.261Z | Aug 11 11:22:26.247Aug 11 11:22:26.247 INFODEBG adding route 3fff:beef:e::/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 } }] |
| 4670 | 2026-08-11T11:22:27.261Z | |
| 4671 | 2026-08-11T11:22:27.261Z | Aug 11 11:22:26.247 Aug 11 11:22:26.247DEBG 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 } }] |
| 4672 | 2026-08-11T11:22:27.261Z | 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 } }] |
| 4673 | 2026-08-11T11:22:27.261Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4674 | 2026-08-11T11:22:27.261Z | Aug 11 11:22:26.247 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 } }] |
| 4675 | 2026-08-11T11:22:27.261Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4676 | 2026-08-11T11:22:27.261Z | Aug 11 11:22:26.247 Aug 11 11:22:26.247DEBG INFOreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4677 | 2026-08-11T11:22:27.261Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 4678 | 2026-08-11T11:22:27.261Z | Aug 11 11:22:26.247 INFOAug 11 11:22:26.247 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG |
| 4679 | 2026-08-11T11:22:27.261Z | 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 } }] |
| 4680 | 2026-08-11T11:22:27.261Z | Aug 11 11:22:26.247 Aug 11 11:22:26.247DEBG 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 } }] |
| 4681 | 2026-08-11T11:22:27.261Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 4682 | 2026-08-11T11:22:27.261Z | Aug 11 11:22:26.247 Aug 11 11:22:26.247INFO DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4683 | 2026-08-11T11:22:27.261Z | 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 } }] |
| 4684 | 2026-08-11T11:22:27.261Z | Aug 11 11:22:26.247 Aug 11 11:22:26.247DEBG INFOreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4685 | 2026-08-11T11:22:27.261Z | adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 4686 | 2026-08-11T11:22:27.262Z | Aug 11 11:22:26.247 Aug 11 11:22:26.247INFO DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4687 | 2026-08-11T11:22:27.262Z | 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 } }] |
| 4688 | 2026-08-11T11:22:27.262Z | Aug 11 11:22:26.247Aug 11 11:22:26.247 DEBGDEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]failed to allocate space for the new target list |
| 4689 | 2026-08-11T11:22:27.262Z | |
| 4690 | 2026-08-11T11:22:27.262Z | Aug 11 11:22:26.247Aug 11 11:22:26.247 INFODEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4691 | 2026-08-11T11:22:27.262Z | |
| 4692 | 2026-08-11T11:22:27.262Z | Aug 11 11:22:26.247 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 } }] |
| 4693 | 2026-08-11T11:22:27.262Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4694 | 2026-08-11T11:22:27.262Z | test route::tests::grow_succeeds ... ok |
| 4695 | 2026-08-11T11:22:27.262Z | Aug 11 11:22:26.247 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 } }] |
| 4696 | 2026-08-11T11:22:27.262Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4697 | 2026-08-11T11:22:27.262Z | Aug 11 11:22:26.247 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 } }] |
| 4698 | 2026-08-11T11:22:27.262Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4699 | 2026-08-11T11:22:27.262Z | Aug 11 11:22:26.247 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 } }] |
| 4700 | 2026-08-11T11:22:27.262Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4701 | 2026-08-11T11:22:27.262Z | Aug 11 11:22:26.247 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 } }] |
| 4702 | 2026-08-11T11:22:27.262Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4703 | 2026-08-11T11:22:27.262Z | Aug 11 11:22:26.247 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 } }] |
| 4704 | 2026-08-11T11:22:27.262Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4705 | 2026-08-11T11:22:27.262Z | Aug 11 11:22:26.247 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 } }] |
| 4706 | 2026-08-11T11:22:27.262Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4707 | 2026-08-11T11:22:27.262Z | Aug 11 11:22:26.247 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 } }] |
| 4708 | 2026-08-11T11:22:27.262Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4709 | 2026-08-11T11:22:27.262Z | Aug 11 11:22:26.247 DEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4710 | 2026-08-11T11:22:27.262Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4711 | 2026-08-11T11:22:27.267Z | Aug 11 11:22:26.247 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 } }] |
| 4712 | 2026-08-11T11:22:27.267Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4713 | 2026-08-11T11:22:27.267Z | Aug 11 11:22:26.247 DEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4714 | 2026-08-11T11:22:27.267Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4715 | 2026-08-11T11:22:27.268Z | Aug 11 11:22:26.247 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 } }] |
| 4716 | 2026-08-11T11:22:27.268Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4717 | 2026-08-11T11:22:27.268Z | Aug 11 11:22:26.247 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 } }] |
| 4718 | 2026-08-11T11:22:27.268Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 4719 | 2026-08-11T11:22:27.268Z | Aug 11 11:22:26.247 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 } }] |
| 4720 | 2026-08-11T11:22:27.268Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 4721 | 2026-08-11T11:22:27.268Z | Aug 11 11:22:26.247 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 } }] |
| 4722 | 2026-08-11T11:22:27.268Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 4723 | 2026-08-11T11:22:27.268Z | Aug 11 11:22:26.247 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 } }] |
| 4724 | 2026-08-11T11:22:27.268Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 4725 | 2026-08-11T11:22:27.268Z | Aug 11 11:22:26.247 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 } }] |
| 4726 | 2026-08-11T11:22:27.268Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 4727 | 2026-08-11T11:22:27.268Z | Aug 11 11:22:26.247 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 } }] |
| 4728 | 2026-08-11T11:22:27.268Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 4729 | 2026-08-11T11:22:27.268Z | Aug 11 11:22:26.247 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 } }] |
| 4730 | 2026-08-11T11:22:27.268Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4731 | 2026-08-11T11:22:27.268Z | Aug 11 11:22:26.247 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 } }] |
| 4732 | 2026-08-11T11:22:27.268Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 4733 | 2026-08-11T11:22:27.268Z | Aug 11 11:22:26.247 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 } }] |
| 4734 | 2026-08-11T11:22:27.268Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4735 | 2026-08-11T11:22:27.268Z | Aug 11 11:22:26.247 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 } }] |
| 4736 | 2026-08-11T11:22:27.268Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 4737 | 2026-08-11T11:22:27.268Z | Aug 11 11:22:26.247 DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4738 | 2026-08-11T11:22:27.268Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 4739 | 2026-08-11T11:22:27.268Z | Aug 11 11:22:26.247 DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4740 | 2026-08-11T11:22:27.268Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 4741 | 2026-08-11T11:22:27.268Z | Aug 11 11:22:26.247 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 } }] |
| 4742 | 2026-08-11T11:22:27.269Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 4743 | 2026-08-11T11:22:27.269Z | Aug 11 11:22:26.247 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 } }] |
| 4744 | 2026-08-11T11:22:27.269Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 4745 | 2026-08-11T11:22:27.269Z | Aug 11 11:22:26.247 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 } }] |
| 4746 | 2026-08-11T11:22:27.269Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 4747 | 2026-08-11T11:22:27.269Z | Aug 11 11:22:26.247 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 } }] |
| 4748 | 2026-08-11T11:22:27.269Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 4749 | 2026-08-11T11:22:27.269Z | Aug 11 11:22:26.247 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 } }] |
| 4750 | 2026-08-11T11:22:27.269Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 4751 | 2026-08-11T11:22:27.269Z | Aug 11 11:22:26.247 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 } }] |
| 4752 | 2026-08-11T11:22:27.269Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 4753 | 2026-08-11T11:22:27.269Z | Aug 11 11:22:26.247 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 } }] |
| 4754 | 2026-08-11T11:22:27.269Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 4755 | 2026-08-11T11:22:27.269Z | Aug 11 11:22:26.247 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 } }] |
| 4756 | 2026-08-11T11:22:27.269Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 4757 | 2026-08-11T11:22:27.269Z | Aug 11 11:22:26.247 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 } }] |
| 4758 | 2026-08-11T11:22:27.269Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 4759 | 2026-08-11T11:22:27.269Z | Aug 11 11:22:26.247 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 } }] |
| 4760 | 2026-08-11T11:22:27.269Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 4761 | 2026-08-11T11:22:27.269Z | Aug 11 11:22:26.247 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 } }] |
| 4762 | 2026-08-11T11:22:27.269Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 4763 | 2026-08-11T11:22:27.269Z | Aug 11 11:22:26.247 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 } }] |
| 4764 | 2026-08-11T11:22:27.269Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 4765 | 2026-08-11T11:22:27.269Z | Aug 11 11:22:26.247 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 } }] |
| 4766 | 2026-08-11T11:22:27.269Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 4767 | 2026-08-11T11:22:27.269Z | Aug 11 11:22:26.247 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 } }] |
| 4768 | 2026-08-11T11:22:27.269Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 4769 | 2026-08-11T11:22:27.269Z | Aug 11 11:22:26.247 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 } }] |
| 4770 | 2026-08-11T11:22:27.270Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 4771 | 2026-08-11T11:22:27.270Z | Aug 11 11:22:26.247 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 } }] |
| 4772 | 2026-08-11T11:22:27.270Z | Aug 11 11:22:26.247 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 4773 | 2026-08-11T11:22:27.270Z | Aug 11 11:22:26.247 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 } }] |
| 4774 | 2026-08-11T11:22:27.270Z | Aug 11 11:22:26.247 DEBG failed to allocate space for the new target list |
| 4775 | 2026-08-11T11:22:27.270Z | Aug 11 11:22:26.247Aug 11 11:22:26.247 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 } }]created new freemap |
| 4776 | 2026-08-11T11:22:27.270Z | , unit: freemap_route_ipv4 |
| 4777 | 2026-08-11T11:22:27.270Z | Aug 11 11:22:26.247 DEBG created new freemap, unit: freemap_route_ipv6 |
| 4778 | 2026-08-11T11:22:27.270Z | Aug 11 11:22:26.247 DEBG initted freemap. size: 64, unit: freemap_route_ipv4Aug 11 11:22:26.247 |
| 4779 | 2026-08-11T11:22:27.270Z | DEBG created new freemapAug 11 11:22:26.247, unitDEBG: reset freemapfreemap_route_ipv4, |
| 4780 | 2026-08-11T11:22:27.270Z | unit: freemap_route_ipv4 |
| 4781 | 2026-08-11T11:22:27.270Z | Aug 11 11:22:26.247 DEBG Aug 11 11:22:26.247created new freemap , DEBGunit :initted freemap. size: 64 , freemap_route_ipv6unit |
| 4782 | 2026-08-11T11:22:27.270Z | : freemap_route_ipv6 |
| 4783 | 2026-08-11T11:22:27.270Z | Aug 11 11:22:26.247 DEBGAug 11 11:22:26.247 initted freemap. size: 64DEBG, unitreset freemap:, unitfreemap_route_ipv4: |
| 4784 | 2026-08-11T11:22:27.270Z | freemap_route_ipv6 |
| 4785 | 2026-08-11T11:22:27.270Z | Aug 11 11:22:26.247 Aug 11 11:22:26.247DEBG INFOreset freemap , adding route 172.16.0.0/32 -> 10.0.0.1unit |
| 4786 | 2026-08-11T11:22:27.270Z | : freemap_route_ipv4 |
| 4787 | 2026-08-11T11:22:27.270Z | Aug 11 11:22:26.247 DEBG Aug 11 11:22:26.247replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 4788 | 2026-08-11T11:22:27.270Z | DEBG initted freemap. size: 64, Aug 11 11:22:26.247unit :INFO freemap_route_ipv6adding route 172.17.0.0/32 -> 10.0.0.255 |
| 4789 | 2026-08-11T11:22:27.270Z | |
| 4790 | 2026-08-11T11:22:27.270Z | Aug 11 11:22:26.247Aug 11 11:22:26.247 DEBGDEBG reset freemapreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 4791 | 2026-08-11T11:22:27.270Z | unit: freemap_route_ipv6Aug 11 11:22:26.247 |
| 4792 | 2026-08-11T11:22:27.270Z | INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 4793 | 2026-08-11T11:22:27.270Z | Aug 11 11:22:26.247 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 11 11:22:26.247 |
| 4794 | 2026-08-11T11:22:27.270Z | DEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:26.247 |
| 4795 | 2026-08-11T11:22:27.270Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 11 11:22:26.247 |
| 4796 | 2026-08-11T11:22:27.270Z | INFO adding route 172.17.0.2/32 -> 10.0.0.255Aug 11 11:22:26.247 |
| 4797 | 2026-08-11T11:22:27.271Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 11 11:22:26.247 |
| 4798 | 2026-08-11T11:22:27.271Z | DEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:26.247 |
| 4799 | 2026-08-11T11:22:27.271Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 11 11:22:26.247 |
| 4800 | 2026-08-11T11:22:27.271Z | INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 4801 | 2026-08-11T11:22:27.271Z | Aug 11 11:22:26.247 INFO Aug 11 11:22:26.247adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4802 | 2026-08-11T11:22:27.271Z | 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 } }] |
| 4803 | 2026-08-11T11:22:27.271Z | Aug 11 11:22:26.247 DEBG Aug 11 11:22:26.247replacing 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 } }] |
| 4804 | 2026-08-11T11:22:27.271Z | INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 4805 | 2026-08-11T11:22:27.271Z | Aug 11 11:22:26.247 INFOAug 11 11:22:26.247 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 4806 | 2026-08-11T11:22:27.271Z | 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 } }] |
| 4807 | 2026-08-11T11:22:27.271Z | Aug 11 11:22:26.247 DEBGAug 11 11:22:26.247 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO |
| 4808 | 2026-08-11T11:22:27.271Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 4809 | 2026-08-11T11:22:27.271Z | Aug 11 11:22:26.247 INFOAug 11 11:22:26.247 adding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG |
| 4810 | 2026-08-11T11:22:27.271Z | 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 } }] |
| 4811 | 2026-08-11T11:22:27.276Z | Aug 11 11:22:26.247 DEBGAug 11 11:22:26.247 replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4812 | 2026-08-11T11:22:27.276Z | adding route 172.17.0.6/32 -> 10.0.0.255 |
| 4813 | 2026-08-11T11:22:27.276Z | Aug 11 11:22:26.248 INFOAug 11 11:22:26.248 adding route 3fff:beef:1::/64 -> 2001:db8::55:ffDEBG |
| 4814 | 2026-08-11T11:22:27.276Z | 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 } }] |
| 4815 | 2026-08-11T11:22:27.276Z | Aug 11 11:22:26.248 DEBGAug 11 11:22:26.248 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 |
| 4816 | 2026-08-11T11:22:27.276Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 4817 | 2026-08-11T11:22:27.276Z | Aug 11 11:22:26.248 Aug 11 11:22:26.248INFO DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4818 | 2026-08-11T11:22:27.276Z | 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 } }] |
| 4819 | 2026-08-11T11:22:27.276Z | Aug 11 11:22:26.248Aug 11 11:22:26.248Aug 11 11:22:26.248 DEBG DEBGcreated new freemapINFO , adding route 172.17.0.8/32 -> 10.0.0.255replacing 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 } }] |
| 4820 | 2026-08-11T11:22:27.276Z | |
| 4821 | 2026-08-11T11:22:27.276Z | unit: freemap_route_ipv4Aug 11 11:22:26.248 |
| 4822 | 2026-08-11T11:22:27.276Z | Aug 11 11:22:26.248DEBG 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 } }] |
| 4823 | 2026-08-11T11:22:27.276Z | Aug 11 11:22:26.248adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4824 | 2026-08-11T11:22:27.276Z | DEBGAug 11 11:22:26.248 created new freemapINFO, Aug 11 11:22:26.248unit adding route 172.17.0.9/32 -> 10.0.0.255Aug 11 11:22:26.248DEBG |
| 4825 | 2026-08-11T11:22:27.276Z | 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 } }] freemap_route_ipv6Aug 11 11:22:26.248 |
| 4826 | 2026-08-11T11:22:27.276Z | |
| 4827 | 2026-08-11T11:22:27.276Z | DEBGcreated new freemap , replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 4828 | 2026-08-11T11:22:27.276Z | Aug 11 11:22:26.248: Aug 11 11:22:26.248INFOfreemap_route_ipv4 Aug 11 11:22:26.248DEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffINFO |
| 4829 | 2026-08-11T11:22:27.276Z | |
| 4830 | 2026-08-11T11:22:27.276Z | adding route 172.17.0.10/32 -> 10.0.0.255initted freemap. size: 64 |
| 4831 | 2026-08-11T11:22:27.276Z | , unitAug 11 11:22:26.248:Aug 11 11:22:26.248 freemap_route_ipv4DEBG Aug 11 11:22:26.248 |
| 4832 | 2026-08-11T11:22:27.276Z | replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4833 | 2026-08-11T11:22:27.277Z | DEBGcreated new freemap , replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 4834 | 2026-08-11T11:22:27.277Z | Aug 11 11:22:26.248:Aug 11 11:22:26.248 freemap_route_ipv6DEBG |
| 4835 | 2026-08-11T11:22:27.277Z | reset freemapINFO, Aug 11 11:22:26.248unitAug 11 11:22:26.248 INFOadding route 3fff:beef:5::/64 -> 2001:db8::55:ff: |
| 4836 | 2026-08-11T11:22:27.277Z | freemap_route_ipv4DEBG |
| 4837 | 2026-08-11T11:22:27.277Z | Aug 11 11:22:26.248 initted freemap. size: 64adding route 172.17.0.11/32 -> 10.0.0.255, DEBGunit Aug 11 11:22:26.248 |
| 4838 | 2026-08-11T11:22:27.277Z | : freemap_route_ipv4DEBGreplacing 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 } }] |
| 4839 | 2026-08-11T11:22:27.277Z | |
| 4840 | 2026-08-11T11:22:27.277Z | initted freemap. size: 64, unitAug 11 11:22:26.248:Aug 11 11:22:26.248 Aug 11 11:22:26.248DEBG INFODEBGfreemap_route_ipv6reset freemap |
| 4841 | 2026-08-11T11:22:27.277Z | , adding route 3fff:beef:6::/64 -> 2001:db8::55:ffunitreplacing 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 } }]: |
| 4842 | 2026-08-11T11:22:27.277Z | Aug 11 11:22:26.248 |
| 4843 | 2026-08-11T11:22:27.277Z | freemap_route_ipv4 |
| 4844 | 2026-08-11T11:22:27.277Z | Aug 11 11:22:26.248DEBG INFOreset freemapAug 11 11:22:26.248, Aug 11 11:22:26.248 DEBGunitadding route 172.17.0.12/32 -> 10.0.0.255 : |
| 4845 | 2026-08-11T11:22:27.277Z | DEBG freemap_route_ipv6 |
| 4846 | 2026-08-11T11:22:27.277Z | 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 11 11:22:26.248 |
| 4847 | 2026-08-11T11:22:27.277Z | initted freemap. size: 64 , DEBGunitAug 11 11:22:26.248 Aug 11 11:22:26.248:INFO replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6 |
| 4848 | 2026-08-11T11:22:27.277Z | |
| 4849 | 2026-08-11T11:22:27.277Z | adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 4850 | 2026-08-11T11:22:27.277Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 11 11:22:26.248 |
| 4851 | 2026-08-11T11:22:27.277Z | DEBG Aug 11 11:22:26.248Aug 11 11:22:26.248 reset freemapDEBGAug 11 11:22:26.248INFO DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.17.0.13/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 } }] |
| 4852 | 2026-08-11T11:22:27.277Z | , |
| 4853 | 2026-08-11T11:22:27.277Z | unit |
| 4854 | 2026-08-11T11:22:27.277Z | : freemap_route_ipv6Aug 11 11:22:26.248 |
| 4855 | 2026-08-11T11:22:27.277Z | Aug 11 11:22:26.248Aug 11 11:22:26.248INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4856 | 2026-08-11T11:22:27.277Z | 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 |
| 4857 | 2026-08-11T11:22:27.277Z | Aug 11 11:22:26.248adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4858 | 2026-08-11T11:22:27.277Z | DEBGAug 11 11:22:26.248 Aug 11 11:22:26.248replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 11 11:22:26.248INFOINFO |
| 4859 | 2026-08-11T11:22:27.277Z | DEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 172.17.0.14/32 -> 10.0.0.255 |
| 4860 | 2026-08-11T11:22:27.277Z | Aug 11 11:22:26.248 |
| 4861 | 2026-08-11T11:22:27.278Z | |
| 4862 | 2026-08-11T11:22:27.278Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4863 | 2026-08-11T11:22:27.278Z | Aug 11 11:22:26.248Aug 11 11:22:26.248 Aug 11 11:22:26.248 Aug 11 11:22:26.248INFO DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG |
| 4864 | 2026-08-11T11:22:27.278Z | 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.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 } }] |
| 4865 | 2026-08-11T11:22:27.278Z | |
| 4866 | 2026-08-11T11:22:27.278Z | Aug 11 11:22:26.248 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 } }]Aug 11 11:22:26.248 |
| 4867 | 2026-08-11T11:22:27.278Z | Aug 11 11:22:26.248 INFOINFO adding route 172.17.0.15/32 -> 10.0.0.255Aug 11 11:22:26.248 INFO |
| 4868 | 2026-08-11T11:22:27.278Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 4869 | 2026-08-11T11:22:27.278Z | Aug 11 11:22:26.248adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4870 | 2026-08-11T11:22:27.278Z | 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 } }] |
| 4871 | 2026-08-11T11:22:27.278Z | Aug 11 11:22:26.248 DEBG Aug 11 11:22:26.248replacing 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 } }] |
| 4872 | 2026-08-11T11:22:27.278Z | INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 4873 | 2026-08-11T11:22:27.278Z | Aug 11 11:22:26.248 INFOAug 11 11:22:26.248 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBG |
| 4874 | 2026-08-11T11:22:27.278Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.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 } }] |
| 4875 | 2026-08-11T11:22:27.278Z | |
| 4876 | 2026-08-11T11:22:27.278Z | Aug 11 11:22:26.248 Aug 11 11:22:26.248DEBG Aug 11 11:22:26.248replacing 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 INFO |
| 4877 | 2026-08-11T11:22:27.278Z | adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2 |
| 4878 | 2026-08-11T11:22:27.278Z | |
| 4879 | 2026-08-11T11:22:27.278Z | Aug 11 11:22:26.248 Aug 11 11:22:26.248INFO DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4880 | 2026-08-11T11:22:27.278Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 4881 | 2026-08-11T11:22:27.278Z | Aug 11 11:22:26.248Aug 11 11:22:26.248 Aug 11 11:22:26.248DEBG 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 } }] DEBG |
| 4882 | 2026-08-11T11:22:27.278Z | adding route 172.17.0.0/32 -> 10.0.0.255 |
| 4883 | 2026-08-11T11:22:27.278Z | 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 } }] |
| 4884 | 2026-08-11T11:22:27.278Z | Aug 11 11:22:26.248 Aug 11 11:22:26.248INFO INFOadding route 172.17.0.18/32 -> 10.0.0.255 |
| 4885 | 2026-08-11T11:22:27.278Z | Aug 11 11:22:26.248adding route 3fff:beef:d::/64 -> 2001:db8::55:ff DEBG |
| 4886 | 2026-08-11T11:22:27.278Z | 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 } }] |
| 4887 | 2026-08-11T11:22:27.278Z | Aug 11 11:22:26.248 Aug 11 11:22:26.248DEBG Aug 11 11:22:26.248DEBGcreated new freemap DEBG, created new freemapcreated new freemapunit, , unit:unit Aug 11 11:22:26.256:: freemap_route_ipv4freemap_route_ipv4 |
| 4888 | 2026-08-11T11:22:27.279Z | freemap_route_ipv4 Aug 11 11:22:26.256 |
| 4889 | 2026-08-11T11:22:27.279Z | DEBGINFO created new freemapadding route 172.17.0.1/32 -> 10.0.0.255Aug 11 11:22:26.248, |
| 4890 | 2026-08-11T11:22:27.279Z | unitDEBG: 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 } }] |
| 4891 | 2026-08-11T11:22:27.279Z | Aug 11 11:22:26.256freemap_route_ipv6 |
| 4892 | 2026-08-11T11:22:27.279Z | |
| 4893 | 2026-08-11T11:22:27.279Z | DEBGAug 11 11:22:26.256Aug 11 11:22:26.256 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 |
| 4894 | 2026-08-11T11:22:27.279Z | DEBG created new freemapAug 11 11:22:26.256Aug 11 11:22:26.256 created new freemap, , unitDEBG: unitfreemap_route_ipv6initted freemap. size: 64 |
| 4895 | 2026-08-11T11:22:27.279Z | , INFOunit : freemap_route_ipv4: |
| 4896 | 2026-08-11T11:22:27.279Z | adding route 172.17.0.19/32 -> 10.0.0.255Aug 11 11:22:26.256 |
| 4897 | 2026-08-11T11:22:27.279Z | freemap_route_ipv6DEBGAug 11 11:22:26.256 |
| 4898 | 2026-08-11T11:22:27.279Z | initted freemap. size: 64Aug 11 11:22:26.256, unitAug 11 11:22:26.256INFO :DEBGAug 11 11:22:26.256 DEBGfreemap_route_ipv4 |
| 4899 | 2026-08-11T11:22:27.279Z | 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 |
| 4900 | 2026-08-11T11:22:27.279Z | initted freemap. size: 64 adding route 172.17.0.2/32 -> 10.0.0.255reset freemap, , Aug 11 11:22:26.256 |
| 4901 | 2026-08-11T11:22:27.279Z | unitINFOAug 11 11:22:26.256unit ::Aug 11 11:22:26.256 DEBG freemap_route_ipv4reset freemap DEBG, freemap_route_ipv4unitadding route 172.17.0.20/32 -> 10.0.0.255 : |
| 4902 | 2026-08-11T11:22:27.279Z | 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 } }] |
| 4903 | 2026-08-11T11:22:27.279Z | |
| 4904 | 2026-08-11T11:22:27.279Z | freemap_route_ipv4 |
| 4905 | 2026-08-11T11:22:27.279Z | |
| 4906 | 2026-08-11T11:22:27.279Z | Aug 11 11:22:26.256 Aug 11 11:22:26.256DEBG Aug 11 11:22:26.256Aug 11 11:22:26.256DEBG 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 Aug 11 11:22:26.256INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 4907 | 2026-08-11T11:22:27.279Z | DEBG initted freemap. size: 64 |
| 4908 | 2026-08-11T11:22:27.279Z | initted freemap. size: 64reset freemap, , Aug 11 11:22:26.256 unitunit:INFO Aug 11 11:22:26.256: freemap_route_ipv6 |
| 4909 | 2026-08-11T11:22:27.279Z | DEBG adding route 172.17.0.21/32 -> 10.0.0.255, |
| 4910 | 2026-08-11T11:22:27.279Z | unitfreemap_route_ipv6replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: |
| 4911 | 2026-08-11T11:22:27.284Z | |
| 4912 | 2026-08-11T11:22:27.284Z | freemap_route_ipv4Aug 11 11:22:26.256 |
| 4913 | 2026-08-11T11:22:27.284Z | Aug 11 11:22:26.256 DEBG Aug 11 11:22:26.256reset freemapAug 11 11:22:26.256, DEBGAug 11 11:22:26.256unit :DEBGINFO freemap_route_ipv6initted freemap. size: 64 |
| 4914 | 2026-08-11T11:22:27.284Z | adding route 172.17.0.4/32 -> 10.0.0.255, DEBG unitreplacing 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 } }]reset freemap |
| 4915 | 2026-08-11T11:22:27.284Z | : |
| 4916 | 2026-08-11T11:22:27.284Z | , freemap_route_ipv6Aug 11 11:22:26.256 |
| 4917 | 2026-08-11T11:22:27.284Z | Aug 11 11:22:26.256unit: INFOfreemap_route_ipv6 |
| 4918 | 2026-08-11T11:22:27.284Z | adding route 172.17.0.22/32 -> 10.0.0.255Aug 11 11:22:26.256 |
| 4919 | 2026-08-11T11:22:27.284Z | DEBGDEBGAug 11 11:22:26.256 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 } }] |
| 4920 | 2026-08-11T11:22:27.284Z | Aug 11 11:22:26.256reset freemap , DEBGunit 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 } }]: |
| 4921 | 2026-08-11T11:22:27.284Z | INFO Aug 11 11:22:26.256adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4922 | 2026-08-11T11:22:27.284Z | Aug 11 11:22:26.256INFOfreemap_route_ipv6 |
| 4923 | 2026-08-11T11:22:27.284Z | Aug 11 11:22:26.256INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4924 | 2026-08-11T11:22:27.284Z | Aug 11 11:22:26.256 DEBGadding route 172.17.0.23/32 -> 10.0.0.255 INFO |
| 4925 | 2026-08-11T11:22:27.284Z | Aug 11 11:22:26.256replacing 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 } }] |
| 4926 | 2026-08-11T11:22:27.285Z | adding route 172.17.0.5/32 -> 10.0.0.255Aug 11 11:22:26.256DEBGAug 11 11:22:26.256 INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG |
| 4927 | 2026-08-11T11:22:27.285Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 11 11:22:26.256 |
| 4928 | 2026-08-11T11:22:27.285Z | |
| 4929 | 2026-08-11T11:22:27.285Z | INFO replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:26.256 Aug 11 11:22:26.256 |
| 4930 | 2026-08-11T11:22:27.285Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 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 } }] |
| 4931 | 2026-08-11T11:22:27.285Z | Aug 11 11:22:26.256 |
| 4932 | 2026-08-11T11:22:27.285Z | Aug 11 11:22:26.256 INFO DEBG Aug 11 11:22:26.256adding route 172.17.0.24/32 -> 10.0.0.255 INFO |
| 4933 | 2026-08-11T11:22:27.285Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 4934 | 2026-08-11T11:22:27.285Z | Aug 11 11:22:26.256adding route 172.17.0.6/32 -> 10.0.0.255 |
| 4935 | 2026-08-11T11:22:27.285Z | Aug 11 11:22:26.256Aug 11 11:22:26.256 adding route 3fff:dead::/64 -> 2001:db8::55:2INFO |
| 4936 | 2026-08-11T11:22:27.285Z | DEBGadding route 172.16.0.0/32 -> 10.0.0.2 |
| 4937 | 2026-08-11T11:22:27.285Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 11 11:22:26.257 |
| 4938 | 2026-08-11T11:22:27.285Z | Aug 11 11:22:26.257 DEBGreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4939 | 2026-08-11T11:22:27.285Z | Aug 11 11:22:26.257replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 Aug 11 11:22:26.257 |
| 4940 | 2026-08-11T11:22:27.285Z | DEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:26.257 |
| 4941 | 2026-08-11T11:22:27.285Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 4942 | 2026-08-11T11:22:27.285Z | adding route 172.17.0.25/32 -> 10.0.0.255INFO Aug 11 11:22:26.257adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 11 11:22:26.257 |
| 4943 | 2026-08-11T11:22:27.285Z | |
| 4944 | 2026-08-11T11:22:27.285Z | INFOINFO Aug 11 11:22:26.257adding route 172.16.0.0/32 -> 10.0.0.3 Aug 11 11:22:26.257Aug 11 11:22:26.257 |
| 4945 | 2026-08-11T11:22:27.285Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 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 } }] |
| 4946 | 2026-08-11T11:22:27.285Z | 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 } }] |
| 4947 | 2026-08-11T11:22:27.285Z | Aug 11 11:22:26.257adding route 172.17.0.7/32 -> 10.0.0.255 |
| 4948 | 2026-08-11T11:22:27.285Z | |
| 4949 | 2026-08-11T11:22:27.285Z | DEBGAug 11 11:22:26.257 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 11 11:22:26.257 |
| 4950 | 2026-08-11T11:22:27.285Z | Aug 11 11:22:26.257 INFOINFOAug 11 11:22:26.257 adding route 172.17.0.26/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4951 | 2026-08-11T11:22:27.285Z | |
| 4952 | 2026-08-11T11:22:27.285Z | DEBG Aug 11 11:22:26.257DEBG Aug 11 11:22:26.257 INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG |
| 4953 | 2026-08-11T11:22:27.285Z | 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 11 11:22:26.257replacing 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 } }] |
| 4954 | 2026-08-11T11:22:27.286Z | |
| 4955 | 2026-08-11T11:22:27.286Z | adding route 172.16.0.0/32 -> 10.0.0.4DEBG |
| 4956 | 2026-08-11T11:22:27.286Z | 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 } }] |
| 4957 | 2026-08-11T11:22:27.286Z | Aug 11 11:22:26.257Aug 11 11:22:26.257 INFOAug 11 11:22:26.257DEBG INFO Aug 11 11:22:26.257 adding route 3fff:dead::/64 -> 2001:db8::55:4INFO |
| 4958 | 2026-08-11T11:22:27.286Z | Aug 11 11:22:26.257replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 172.17.0.8/32 -> 10.0.0.255Aug 11 11:22:26.257 |
| 4959 | 2026-08-11T11:22:27.286Z | |
| 4960 | 2026-08-11T11:22:27.286Z | 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 4961 | 2026-08-11T11:22:27.286Z | adding route 172.17.0.27/32 -> 10.0.0.255 |
| 4962 | 2026-08-11T11:22:27.286Z | |
| 4963 | 2026-08-11T11:22:27.286Z | Aug 11 11:22:26.257Aug 11 11:22:26.257 INFOAug 11 11:22:26.257 Aug 11 11:22:26.257DEBG Aug 11 11:22:26.257DEBGreplacing 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 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]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 } }] |
| 4964 | 2026-08-11T11:22:27.286Z | |
| 4965 | 2026-08-11T11:22:27.286Z | |
| 4966 | 2026-08-11T11:22:27.286Z | 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 } }] |
| 4967 | 2026-08-11T11:22:27.286Z | adding route 172.17.0.0/32 -> 10.0.0.255Aug 11 11:22:26.257 |
| 4968 | 2026-08-11T11:22:27.286Z | Aug 11 11:22:26.257 INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255Aug 11 11:22:26.257Aug 11 11:22:26.257 |
| 4969 | 2026-08-11T11:22:27.286Z | DEBG Aug 11 11:22:26.257 WARNreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4970 | 2026-08-11T11:22:27.286Z | |
| 4971 | 2026-08-11T11:22:27.286Z | shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO |
| 4972 | 2026-08-11T11:22:27.286Z | Aug 11 11:22:26.257Aug 11 11:22:26.257 adding route 172.17.0.9/32 -> 10.0.0.255Aug 11 11:22:26.257INFODEBG DEBGAug 11 11:22:26.257adding route 172.17.0.1/32 -> 10.0.0.255 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 } }] ERROreplacing 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 } }] |
| 4973 | 2026-08-11T11:22:27.286Z | |
| 4974 | 2026-08-11T11:22:27.286Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 4975 | 2026-08-11T11:22:27.286Z | |
| 4976 | 2026-08-11T11:22:27.286Z | |
| 4977 | 2026-08-11T11:22:27.286Z | rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 4978 | 2026-08-11T11:22:27.286Z | Aug 11 11:22:26.257Aug 11 11:22:26.257 DEBG INFOreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:22:26.257adding route 172.17.0.29/32 -> 10.0.0.255 |
| 4979 | 2026-08-11T11:22:27.286Z | Aug 11 11:22:26.257 |
| 4980 | 2026-08-11T11:22:27.286Z | Aug 11 11:22:26.257ERRO INFO 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 itDEBG |
| 4981 | 2026-08-11T11:22:27.287Z | Aug 11 11:22:26.257 DEBG adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 11 11:22:26.257replacing 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 } }] |
| 4982 | 2026-08-11T11:22:27.287Z | 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 } }] |
| 4983 | 2026-08-11T11:22:27.287Z | |
| 4984 | 2026-08-11T11:22:27.287Z | INFO adding route 172.17.0.2/32 -> 10.0.0.255Aug 11 11:22:26.257 |
| 4985 | 2026-08-11T11:22:27.287Z | Aug 11 11:22:26.257DEBG INFO replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.30/32 -> 10.0.0.255 |
| 4986 | 2026-08-11T11:22:27.287Z | Aug 11 11:22:26.257 |
| 4987 | 2026-08-11T11:22:27.287Z | DEBGAug 11 11:22:26.257 Aug 11 11:22:26.257Aug 11 11:22:26.257replacing 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 |
| 4988 | 2026-08-11T11:22:27.287Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4989 | 2026-08-11T11:22:27.287Z | adding route 172.17.0.10/32 -> 10.0.0.255replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4990 | 2026-08-11T11:22:27.287Z | Aug 11 11:22:26.257 |
| 4991 | 2026-08-11T11:22:27.287Z | Aug 11 11:22:26.257INFO adding route 172.17.0.3/32 -> 10.0.0.255DEBG |
| 4992 | 2026-08-11T11:22:27.287Z | Aug 11 11:22:26.257Aug 11 11:22:26.257 INFO adding route 172.17.0.31/32 -> 10.0.0.255 Aug 11 11:22:26.258 |
| 4993 | 2026-08-11T11:22:27.287Z | Aug 11 11:22:26.265DEBG 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 } }] 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 11 11:22:26.265DEBG created new freemap 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 } }] |
| 4994 | 2026-08-11T11:22:27.287Z | , unit:DEBG freemap_route_ipv4replacing 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 11 11:22:26.265 |
| 4995 | 2026-08-11T11:22:27.287Z | |
| 4996 | 2026-08-11T11:22:27.287Z | INFO adding route 172.17.0.4/32 -> 10.0.0.255Aug 11 11:22:26.265Aug 11 11:22:26.265 |
| 4997 | 2026-08-11T11:22:27.287Z | INFODEBG created new freemapadding route 172.17.0.32/32 -> 10.0.0.255, |
| 4998 | 2026-08-11T11:22:27.287Z | |
| 4999 | 2026-08-11T11:22:27.287Z | unitAug 11 11:22:26.265: DEBGfreemap_route_ipv6 |
| 5000 | 2026-08-11T11:22:27.287Z | Aug 11 11:22:26.265replacing 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 11 11:22:26.265 |
| 5001 | 2026-08-11T11:22:27.287Z | DEBGDEBGAug 11 11:22:26.265 replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 5002 | 2026-08-11T11:22:27.287Z | Aug 11 11:22:26.265DEBG |
| 5003 | 2026-08-11T11:22:27.287Z | INFOinitted freemap. size: 64Aug 11 11:22:26.265Aug 11 11:22:26.265, unit :adding route 172.17.0.5/32 -> 10.0.0.255INFOINFO Aug 11 11:22:26.265adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5004 | 2026-08-11T11:22:27.287Z | |
| 5005 | 2026-08-11T11:22:27.287Z | freemap_route_ipv4 |
| 5006 | 2026-08-11T11:22:27.287Z | INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 172.17.0.33/32 -> 10.0.0.255 |
| 5007 | 2026-08-11T11:22:27.287Z | |
| 5008 | 2026-08-11T11:22:27.287Z | Aug 11 11:22:26.265Aug 11 11:22:26.265 DEBGAug 11 11:22:26.265DEBGAug 11 11:22:26.265 Aug 11 11:22:26.265DEBG DEBGDEBGreplacing 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 , 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 } }]unitreplacing 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 } }]: |
| 5009 | 2026-08-11T11:22:27.288Z | freemap_route_ipv4 |
| 5010 | 2026-08-11T11:22:27.288Z | |
| 5011 | 2026-08-11T11:22:27.293Z | |
| 5012 | 2026-08-11T11:22:27.293Z | Aug 11 11:22:26.265replacing 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 11 11:22:26.265 |
| 5013 | 2026-08-11T11:22:27.293Z | INFO Aug 11 11:22:26.265INFOAug 11 11:22:26.265 DEBGadding route 172.17.0.6/32 -> 10.0.0.255 INFOinitted freemap. size: 64 , |
| 5014 | 2026-08-11T11:22:27.293Z | unitadding route 172.17.0.34/32 -> 10.0.0.255adding route 3fff:beef:f::/64 -> 2001:db8::55:ff: |
| 5015 | 2026-08-11T11:22:27.293Z | |
| 5016 | 2026-08-11T11:22:27.293Z | freemap_route_ipv6 |
| 5017 | 2026-08-11T11:22:27.293Z | Aug 11 11:22:26.265 Aug 11 11:22:26.265Aug 11 11:22:26.265INFO DEBG DEBG Aug 11 11:22:26.265replacing 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.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5018 | 2026-08-11T11:22:27.293Z | |
| 5019 | 2026-08-11T11:22:27.293Z | |
| 5020 | 2026-08-11T11:22:27.293Z | DEBGAug 11 11:22:26.265 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 } }] |
| 5021 | 2026-08-11T11:22:27.293Z | DEBG Aug 11 11:22:26.265reset freemap Aug 11 11:22:26.265DEBG, Aug 11 11:22:26.265 unitreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5022 | 2026-08-11T11:22:27.293Z | Aug 11 11:22:26.265: adding route 3fff:beef:10::/64 -> 2001:db8::55:ff INFOINFO |
| 5023 | 2026-08-11T11:22:27.293Z | freemap_route_ipv6 Aug 11 11:22:26.265 adding route 172.17.0.7/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5024 | 2026-08-11T11:22:27.293Z | |
| 5025 | 2026-08-11T11:22:27.293Z | Aug 11 11:22:26.265 INFODEBG |
| 5026 | 2026-08-11T11:22:27.293Z | Aug 11 11:22:26.265Aug 11 11:22:26.265replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5027 | 2026-08-11T11:22:27.293Z | |
| 5028 | 2026-08-11T11:22:27.293Z | INFOAug 11 11:22:26.265 Aug 11 11:22:26.265DEBG DEBGINFOAug 11 11:22:26.265 adding route 3fff:beef:11::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 5029 | 2026-08-11T11:22:27.293Z | |
| 5030 | 2026-08-11T11:22:27.293Z | |
| 5031 | 2026-08-11T11:22:27.293Z | 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 } }] |
| 5032 | 2026-08-11T11:22:27.293Z | DEBG Aug 11 11:22:26.265replacing 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 11 11:22:26.265Aug 11 11:22:26.265DEBG |
| 5033 | 2026-08-11T11:22:27.293Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 5034 | 2026-08-11T11:22:27.293Z | Aug 11 11:22:26.265replacing 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 |
| 5035 | 2026-08-11T11:22:27.294Z | Aug 11 11:22:26.265 INFOAug 11 11:22:26.265 adding route 172.17.0.8/32 -> 10.0.0.255INFO |
| 5036 | 2026-08-11T11:22:27.294Z | Aug 11 11:22:26.265 adding route 172.17.0.36/32 -> 10.0.0.255INFO |
| 5037 | 2026-08-11T11:22:27.294Z | INFO adding route 172.17.0.14/32 -> 10.0.0.255 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5038 | 2026-08-11T11:22:27.294Z | |
| 5039 | 2026-08-11T11:22:27.294Z | Aug 11 11:22:26.265 |
| 5040 | 2026-08-11T11:22:27.294Z | Aug 11 11:22:26.265Aug 11 11:22:26.265Aug 11 11:22:26.265 Aug 11 11:22:26.265Aug 11 11:22:26.248 DEBGDEBG 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.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 } }] |
| 5041 | 2026-08-11T11:22:27.294Z | |
| 5042 | 2026-08-11T11:22:27.294Z | 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 |
| 5043 | 2026-08-11T11:22:27.294Z | 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 } }] |
| 5044 | 2026-08-11T11:22:27.294Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 11 11:22:26.265 |
| 5045 | 2026-08-11T11:22:27.294Z | INFOAug 11 11:22:26.265 Aug 11 11:22:26.265adding route 172.17.0.37/32 -> 10.0.0.255 INFO |
| 5046 | 2026-08-11T11:22:27.294Z | DEBGadding route 172.17.0.9/32 -> 10.0.0.255Aug 11 11:22:26.265 |
| 5047 | 2026-08-11T11:22:27.294Z | Aug 11 11:22:26.265INFO created new freemap DEBGINFOAug 11 11:22:26.265adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 11 11:22:26.265, |
| 5048 | 2026-08-11T11:22:27.294Z | unit INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:3replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]: |
| 5049 | 2026-08-11T11:22:27.294Z | |
| 5050 | 2026-08-11T11:22:27.294Z | Aug 11 11:22:26.265 |
| 5051 | 2026-08-11T11:22:27.294Z | DEBGadding route 172.17.0.15/32 -> 10.0.0.255 freemap_route_ipv4Aug 11 11:22:26.265replacing 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 } }] |
| 5052 | 2026-08-11T11:22:27.294Z | |
| 5053 | 2026-08-11T11:22:27.294Z | Aug 11 11:22:26.265 |
| 5054 | 2026-08-11T11:22:27.294Z | INFO Aug 11 11:22:26.265adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5055 | 2026-08-11T11:22:27.294Z | INFO Aug 11 11:22:26.265 INFO adding route 172.17.0.38/32 -> 10.0.0.255DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5056 | 2026-08-11T11:22:27.294Z | |
| 5057 | 2026-08-11T11:22:27.294Z | Aug 11 11:22:26.265 DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 11 11:22:26.265Aug 11 11:22:26.265 |
| 5058 | 2026-08-11T11:22:27.294Z | Aug 11 11:22:26.265Aug 11 11:22:26.265 DEBG INFO Aug 11 11:22:26.265 DEBGDEBGreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG replacing targets for 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.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5059 | 2026-08-11T11:22:27.294Z | |
| 5060 | 2026-08-11T11:22:27.294Z | |
| 5061 | 2026-08-11T11:22:27.294Z | |
| 5062 | 2026-08-11T11:22:27.294Z | 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 } }]created new freemap |
| 5063 | 2026-08-11T11:22:27.295Z | Aug 11 11:22:26.265 DEBGAug 11 11:22:26.265 INFOAug 11 11:22:26.265Aug 11 11:22:26.265 , Aug 11 11:22:26.265INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]INFOunit |
| 5064 | 2026-08-11T11:22:27.295Z | adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5065 | 2026-08-11T11:22:27.295Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 5066 | 2026-08-11T11:22:27.295Z | |
| 5067 | 2026-08-11T11:22:27.295Z | : freemap_route_ipv6 |
| 5068 | 2026-08-11T11:22:27.295Z | Aug 11 11:22:26.265 DEBGAug 11 11:22:26.265Aug 11 11:22:26.265Aug 11 11:22:26.265 DEBGDEBGINFO 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 } }]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 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 172.17.0.16/32 -> 10.0.0.255 |
| 5069 | 2026-08-11T11:22:27.295Z | |
| 5070 | 2026-08-11T11:22:27.295Z | |
| 5071 | 2026-08-11T11:22:27.295Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 5072 | 2026-08-11T11:22:27.295Z | 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 11 11:22:26.265 |
| 5073 | 2026-08-11T11:22:27.295Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 5074 | 2026-08-11T11:22:27.295Z | |
| 5075 | 2026-08-11T11:22:27.295Z | DEBGAug 11 11:22:26.265Aug 11 11:22:26.265 initted freemap. size: 64 Aug 11 11:22:26.265DEBGINFO Aug 11 11:22:26.265 INFOWARNadding route 172.17.0.40/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 } }] shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 5076 | 2026-08-11T11:22:27.295Z | |
| 5077 | 2026-08-11T11:22:27.295Z | |
| 5078 | 2026-08-11T11:22:27.295Z | Aug 11 11:22:26.265 |
| 5079 | 2026-08-11T11:22:27.295Z | , INFOunit: Aug 11 11:22:26.265 Aug 11 11:22:26.265freemap_route_ipv4 |
| 5080 | 2026-08-11T11:22:27.295Z | DEBGadding route 172.17.0.12/32 -> 10.0.0.255 DEBG |
| 5081 | 2026-08-11T11:22:27.295Z | 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 11 11:22:26.265 |
| 5082 | 2026-08-11T11:22:27.295Z | INFO adding route 172.17.0.17/32 -> 10.0.0.255replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5083 | 2026-08-11T11:22:27.295Z | Aug 11 11:22:26.265 |
| 5084 | 2026-08-11T11:22:27.295Z | Aug 11 11:22:26.265 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 11 11:22:26.265INFO Aug 11 11:22:26.265 INFO |
| 5085 | 2026-08-11T11:22:27.295Z | DEBG adding route 172.17.0.41/32 -> 10.0.0.255reset freemapadding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 11 11:22:26.265 |
| 5086 | 2026-08-11T11:22:27.295Z | , unit: |
| 5087 | 2026-08-11T11:22:27.295Z | DEBGAug 11 11:22:26.265 INFOAug 11 11:22:26.265freemap_route_ipv4 Aug 11 11:22:26.265DEBG |
| 5088 | 2026-08-11T11:22:27.295Z | 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 } }] |
| 5089 | 2026-08-11T11:22:27.295Z | DEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5090 | 2026-08-11T11:22:27.295Z | 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 } }] |
| 5091 | 2026-08-11T11:22:27.296Z | |
| 5092 | 2026-08-11T11:22:27.296Z | Aug 11 11:22:26.265 Aug 11 11:22:26.265Aug 11 11:22:26.265 Aug 11 11:22:26.265 DEBGINFO initted freemap. size: 64INFODEBG , adding route 172.17.0.42/32 -> 10.0.0.255Aug 11 11:22:26.265 |
| 5093 | 2026-08-11T11:22:27.296Z | unit 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 } }] |
| 5094 | 2026-08-11T11:22:27.296Z | :INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 5095 | 2026-08-11T11:22:27.296Z | adding route 172.17.0.18/32 -> 10.0.0.255Aug 11 11:22:26.265 |
| 5096 | 2026-08-11T11:22:27.296Z | freemap_route_ipv6 |
| 5097 | 2026-08-11T11:22:27.296Z | Aug 11 11:22:26.265Aug 11 11:22:26.265 INFO DEBGadding route 172.17.0.14/32 -> 10.0.0.255Aug 11 11:22:26.265 |
| 5098 | 2026-08-11T11:22:27.296Z | 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 } }]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 11 11:22:26.265 |
| 5099 | 2026-08-11T11:22:27.296Z | 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 } }] |
| 5100 | 2026-08-11T11:22:27.296Z | |
| 5101 | 2026-08-11T11:22:27.296Z | Aug 11 11:22:26.265Aug 11 11:22:26.265Aug 11 11:22:26.265 DEBGINFOAug 11 11:22:26.265 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 } }] DEBG |
| 5102 | 2026-08-11T11:22:27.296Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 5103 | 2026-08-11T11:22:27.296Z | INFOadding route 172.17.0.43/32 -> 10.0.0.255reset freemap |
| 5104 | 2026-08-11T11:22:27.296Z | , Aug 11 11:22:26.265Aug 11 11:22:26.265adding route 172.17.0.19/32 -> 10.0.0.255 INFO |
| 5105 | 2026-08-11T11:22:27.296Z | unitAug 11 11:22:26.265DEBG :adding route 172.17.0.15/32 -> 10.0.0.255 replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG 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 } }] |
| 5106 | 2026-08-11T11:22:27.296Z | Aug 11 11:22:26.266 |
| 5107 | 2026-08-11T11:22:27.296Z | DEBGAug 11 11:22:26.274 Aug 11 11:22:26.274 created new freemapDEBG, adding route 3fff:dead::/64 -> 2001:db8::55:4INFO |
| 5108 | 2026-08-11T11:22:27.296Z | 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 } }] |
| 5109 | 2026-08-11T11:22:27.296Z | : freemap_route_ipv4 |
| 5110 | 2026-08-11T11:22:27.296Z | Aug 11 11:22:26.274 |
| 5111 | 2026-08-11T11:22:27.301Z | Aug 11 11:22:26.274Aug 11 11:22:26.274 DEBGINFO DEBG created new freemapadding route 172.17.0.16/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 } }] |
| 5112 | 2026-08-11T11:22:27.301Z | |
| 5113 | 2026-08-11T11:22:27.301Z | Aug 11 11:22:26.274unit :INFO Aug 11 11:22:26.274freemap_route_ipv6 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBG |
| 5114 | 2026-08-11T11:22:27.301Z | Aug 11 11:22:26.274 |
| 5115 | 2026-08-11T11:22:27.301Z | replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 5116 | 2026-08-11T11:22:27.301Z | replacing targets for 3fff:dead::/64 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 11 11:22:26.274 |
| 5117 | 2026-08-11T11:22:27.301Z | DEBGAug 11 11:22:26.274 initted freemap. size: 64Aug 11 11:22:26.274DEBG , 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 } }]unitINFO |
| 5118 | 2026-08-11T11:22:27.301Z | Aug 11 11:22:26.274 adding route 172.17.0.17/32 -> 10.0.0.255WARN: |
| 5119 | 2026-08-11T11:22:27.301Z | freemap_route_ipv4shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 11 11:22:26.274 |
| 5120 | 2026-08-11T11:22:27.301Z | |
| 5121 | 2026-08-11T11:22:27.301Z | Aug 11 11:22:26.274 INFODEBG adding route 3fff:beef:5::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5122 | 2026-08-11T11:22:27.301Z | |
| 5123 | 2026-08-11T11:22:27.301Z | Aug 11 11:22:26.274 DEBGAug 11 11:22:26.274 Aug 11 11:22:26.274 INFODEBG adding route 172.17.0.18/32 -> 10.0.0.255reset freemapreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 5124 | 2026-08-11T11:22:27.301Z | unit |
| 5125 | 2026-08-11T11:22:27.301Z | : freemap_route_ipv6freemap_route_ipv4Aug 11 11:22:26.274 |
| 5126 | 2026-08-11T11:22:27.301Z | |
| 5127 | 2026-08-11T11:22:27.301Z | |
| 5128 | 2026-08-11T11:22:27.301Z | INFOAug 11 11:22:26.274 DEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 11 11:22:26.274replacing 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 } }] |
| 5129 | 2026-08-11T11:22:27.301Z | INFOAug 11 11:22:26.274 Aug 11 11:22:26.274 |
| 5130 | 2026-08-11T11:22:27.302Z | INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 5131 | 2026-08-11T11:22:27.302Z | |
| 5132 | 2026-08-11T11:22:27.302Z | Aug 11 11:22:26.274 DEBGinitted freemap. size: 64 , replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 5133 | 2026-08-11T11:22:27.302Z | Aug 11 11:22:26.274: Aug 11 11:22:26.274 freemap_route_ipv6INFOAug 11 11:22:26.274 DEBGadding route 172.17.0.19/32 -> 10.0.0.255Aug 11 11:22:26.274 |
| 5134 | 2026-08-11T11:22:27.302Z | |
| 5135 | 2026-08-11T11:22:27.302Z | 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 } }]DEBGAug 11 11:22:26.274 |
| 5136 | 2026-08-11T11:22:27.302Z | Aug 11 11:22:26.274 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:7::/64 -> 2001:db8::55:ffDEBG |
| 5137 | 2026-08-11T11:22:27.302Z | Aug 11 11:22:26.274replacing 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 } }] |
| 5138 | 2026-08-11T11:22:27.302Z | |
| 5139 | 2026-08-11T11:22:27.302Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5140 | 2026-08-11T11:22:27.302Z | Aug 11 11:22:26.274 Aug 11 11:22:26.274Aug 11 11:22:26.274Aug 11 11:22:26.274INFO DEBGDEBG DEBG adding route 172.17.0.20/32 -> 10.0.0.255 reset freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]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 } }], |
| 5141 | 2026-08-11T11:22:27.302Z | |
| 5142 | 2026-08-11T11:22:27.302Z | unit : |
| 5143 | 2026-08-11T11:22:27.302Z | INFOAug 11 11:22:26.274freemap_route_ipv6 DEBG |
| 5144 | 2026-08-11T11:22:27.302Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5145 | 2026-08-11T11:22:27.302Z | |
| 5146 | 2026-08-11T11:22:27.302Z | Aug 11 11:22:26.275Aug 11 11:22:26.275 Aug 11 11:22:26.275INFOAug 11 11:22:26.275DEBG Aug 11 11:22:26.275 adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5147 | 2026-08-11T11:22:27.302Z | INFO adding route 172.17.0.21/32 -> 10.0.0.255INFO |
| 5148 | 2026-08-11T11:22:27.302Z | Aug 11 11:22:26.275replacing 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 } }] DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 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 } }] |
| 5149 | 2026-08-11T11:22:27.302Z | |
| 5150 | 2026-08-11T11:22:27.302Z | |
| 5151 | 2026-08-11T11:22:27.302Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 11 11:22:26.275Aug 11 11:22:26.275Aug 11 11:22:26.275 DEBG INFODEBG Aug 11 11:22:26.275 |
| 5152 | 2026-08-11T11:22:27.302Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5153 | 2026-08-11T11:22:27.302Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5154 | 2026-08-11T11:22:27.302Z | Aug 11 11:22:26.275 |
| 5155 | 2026-08-11T11:22:27.302Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 5156 | 2026-08-11T11:22:27.302Z | |
| 5157 | 2026-08-11T11:22:27.302Z | DEBGAug 11 11:22:26.275 Aug 11 11:22:26.275Aug 11 11:22:26.275DEBG Aug 11 11:22:26.275 INFOreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:22:26.275DEBG |
| 5158 | 2026-08-11T11:22:27.303Z | adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }] |
| 5159 | 2026-08-11T11:22:27.303Z | replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 5160 | 2026-08-11T11:22:27.303Z | Aug 11 11:22:26.275 |
| 5161 | 2026-08-11T11:22:27.303Z | INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 5162 | 2026-08-11T11:22:27.303Z | adding route 172.17.0.22/32 -> 10.0.0.255INFO Aug 11 11:22:26.275Aug 11 11:22:26.275 |
| 5163 | 2026-08-11T11:22:27.303Z | DEBGINFOAug 11 11:22:26.275adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 5164 | 2026-08-11T11:22:27.303Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5165 | 2026-08-11T11:22:27.303Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5166 | 2026-08-11T11:22:27.303Z | Aug 11 11:22:26.275DEBG Aug 11 11:22:26.275 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBGAug 11 11:22:26.275 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 } }] |
| 5167 | 2026-08-11T11:22:27.303Z | DEBG |
| 5168 | 2026-08-11T11:22:27.303Z | Aug 11 11:22:26.275 INFODEBGAug 11 11:22:26.275 Aug 11 11:22:26.275 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO |
| 5169 | 2026-08-11T11:22:27.303Z | INFO replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.17.0.23/32 -> 10.0.0.255Aug 11 11:22:26.275 |
| 5170 | 2026-08-11T11:22:27.303Z | 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 } }] |
| 5171 | 2026-08-11T11:22:27.303Z | |
| 5172 | 2026-08-11T11:22:27.303Z | |
| 5173 | 2026-08-11T11:22:27.303Z | DEBG Aug 11 11:22:26.275replacing 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 11 11:22:26.275 Aug 11 11:22:26.275DEBG DEBG |
| 5174 | 2026-08-11T11:22:27.303Z | 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 } }] |
| 5175 | 2026-08-11T11:22:27.303Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 11 11:22:26.275 |
| 5176 | 2026-08-11T11:22:27.303Z | INFO INFOadding route 3fff:beef:a::/64 -> 2001:db8::55:ff Aug 11 11:22:26.275Aug 11 11:22:26.275 adding route 172.17.0.46/32 -> 10.0.0.255Aug 11 11:22:26.275 |
| 5177 | 2026-08-11T11:22:27.303Z | |
| 5178 | 2026-08-11T11:22:27.303Z | INFOINFOINFO adding route 172.17.0.24/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5179 | 2026-08-11T11:22:27.303Z | |
| 5180 | 2026-08-11T11:22:27.303Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 5181 | 2026-08-11T11:22:27.303Z | test route::tests::identity_replace_is_noop ... ok |
| 5182 | 2026-08-11T11:22:27.303Z | Aug 11 11:22:26.275Aug 11 11:22:26.275 Aug 11 11:22:26.275 Aug 11 11:22:26.275DEBG 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 } }]replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 5183 | 2026-08-11T11:22:27.303Z | |
| 5184 | 2026-08-11T11:22:27.303Z | Aug 11 11:22:26.275 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 } }] DEBGreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5185 | 2026-08-11T11:22:27.304Z | Aug 11 11:22:26.275 |
| 5186 | 2026-08-11T11:22:27.304Z | Aug 11 11:22:26.275 replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5187 | 2026-08-11T11:22:27.304Z | Aug 11 11:22:26.275INFO replacing targets for 3fff:dead::/64 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 } }]INFOAug 11 11:22:26.275 |
| 5188 | 2026-08-11T11:22:27.304Z | INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 5189 | 2026-08-11T11:22:27.304Z | Aug 11 11:22:26.275 adding route 172.17.0.25/32 -> 10.0.0.255Aug 11 11:22:26.275INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 5190 | 2026-08-11T11:22:27.304Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5191 | 2026-08-11T11:22:27.304Z | Aug 11 11:22:26.275 |
| 5192 | 2026-08-11T11:22:27.304Z | WARN shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG Aug 11 11:22:26.275 |
| 5193 | 2026-08-11T11:22:27.304Z | 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 } }] |
| 5194 | 2026-08-11T11:22:27.304Z | Aug 11 11:22:26.275Aug 11 11:22:26.275 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 } }]DEBGDEBG |
| 5195 | 2026-08-11T11:22:27.304Z | 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 11 11:22:26.275 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 } }] |
| 5196 | 2026-08-11T11:22:27.304Z | INFO |
| 5197 | 2026-08-11T11:22:27.304Z | Aug 11 11:22:26.275adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 5198 | 2026-08-11T11:22:27.304Z | INFOAug 11 11:22:26.275 adding route 172.17.0.26/32 -> 10.0.0.255Aug 11 11:22:26.275 |
| 5199 | 2026-08-11T11:22:27.304Z | Aug 11 11:22:26.275INFO DEBGadding route 172.17.0.48/32 -> 10.0.0.255 INFO replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 5200 | 2026-08-11T11:22:27.304Z | |
| 5201 | 2026-08-11T11:22:27.304Z | |
| 5202 | 2026-08-11T11:22:27.304Z | Aug 11 11:22:26.275Aug 11 11:22:26.275 Aug 11 11:22:26.275DEBG Aug 11 11:22:26.275 DEBGINFOreplacing 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 } }] |
| 5203 | 2026-08-11T11:22:27.304Z | DEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 5204 | 2026-08-11T11:22:27.304Z | replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5205 | 2026-08-11T11:22:27.304Z | Aug 11 11:22:26.275Aug 11 11:22:26.275 Aug 11 11:22:26.283DEBG INFOcreated new freemap adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5206 | 2026-08-11T11:22:27.304Z | , DEBGunit :created new freemap , freemap_route_ipv4unit |
| 5207 | 2026-08-11T11:22:27.304Z | :Aug 11 11:22:26.283 freemap_route_ipv4DEBG |
| 5208 | 2026-08-11T11:22:27.304Z | Aug 11 11:22:26.283replacing 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 } }] |
| 5209 | 2026-08-11T11:22:27.304Z | DEBG Aug 11 11:22:26.283 created new freemap, unit: DEBGfreemap_route_ipv6 |
| 5210 | 2026-08-11T11:22:27.304Z | created new freemapAug 11 11:22:26.283Aug 11 11:22:26.283 , INFO unitAug 11 11:22:26.283 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 } }]DEBG |
| 5211 | 2026-08-11T11:22:27.310Z | initted freemap. size: 64freemap_route_ipv6adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5212 | 2026-08-11T11:22:27.310Z | , |
| 5213 | 2026-08-11T11:22:27.310Z | unit: Aug 11 11:22:26.283freemap_route_ipv4 |
| 5214 | 2026-08-11T11:22:27.310Z | INFO Aug 11 11:22:26.283Aug 11 11:22:26.283 DEBGDEBGadding route 172.17.0.20/32 -> 10.0.0.255 initted freemap. size: 64 , |
| 5215 | 2026-08-11T11:22:27.310Z | unitAug 11 11:22:26.283: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 } }] DEBGfreemap_route_ipv4 |
| 5216 | 2026-08-11T11:22:27.310Z | |
| 5217 | 2026-08-11T11:22:27.310Z | reset freemap, Aug 11 11:22:26.283unit :DEBG Aug 11 11:22:26.283Aug 11 11:22:26.283 INFODEBG adding route 172.17.0.51/32 -> 10.0.0.255freemap_route_ipv4 |
| 5218 | 2026-08-11T11:22:27.310Z | reset freemap |
| 5219 | 2026-08-11T11:22:27.310Z | 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 } }] |
| 5220 | 2026-08-11T11:22:27.310Z | , unitAug 11 11:22:26.283Aug 11 11:22:26.283: DEBGfreemap_route_ipv4 Aug 11 11:22:26.283DEBG 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 } }] |
| 5221 | 2026-08-11T11:22:27.310Z | INFOinitted freemap. size: 64 |
| 5222 | 2026-08-11T11:22:27.310Z | , adding route 172.17.0.21/32 -> 10.0.0.255Aug 11 11:22:26.283 |
| 5223 | 2026-08-11T11:22:27.310Z | unit DEBGAug 11 11:22:26.283 :initted freemap. size: 64 , INFOAug 11 11:22:26.283freemap_route_ipv6 |
| 5224 | 2026-08-11T11:22:27.310Z | unitDEBG : adding route 172.17.0.52/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 } }] |
| 5225 | 2026-08-11T11:22:27.310Z | freemap_route_ipv6 |
| 5226 | 2026-08-11T11:22:27.310Z | |
| 5227 | 2026-08-11T11:22:27.310Z | Aug 11 11:22:26.283Aug 11 11:22:26.283 DEBG Aug 11 11:22:26.283Aug 11 11:22:26.283 INFO Aug 11 11:22:26.275reset freemapDEBG , adding route 172.17.0.22/32 -> 10.0.0.255reset freemap |
| 5228 | 2026-08-11T11:22:27.310Z | unit , INFOunit ::adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5229 | 2026-08-11T11:22:27.310Z | Aug 11 11:22:26.283freemap_route_ipv6 freemap_route_ipv6DEBG |
| 5230 | 2026-08-11T11:22:27.310Z | 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 } }] |
| 5231 | 2026-08-11T11:22:27.310Z | |
| 5232 | 2026-08-11T11:22:27.310Z | Aug 11 11:22:26.283 Aug 11 11:22:26.283DEBGAug 11 11:22:26.283 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 } }]INFOINFO |
| 5233 | 2026-08-11T11:22:27.310Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5234 | 2026-08-11T11:22:27.310Z | |
| 5235 | 2026-08-11T11:22:27.311Z | Aug 11 11:22:26.283 Aug 11 11:22:26.283INFO Aug 11 11:22:26.283Aug 11 11:22:26.283INFO DEBGadding route 172.17.0.23/32 -> 10.0.0.255 |
| 5236 | 2026-08-11T11:22:27.311Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.17.0.28/32 -> 10.0.0.255DEBG |
| 5237 | 2026-08-11T11:22:27.311Z | |
| 5238 | 2026-08-11T11:22:27.311Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 11 11:22:26.283 |
| 5239 | 2026-08-11T11:22:27.311Z | DEBGAug 11 11:22:26.283 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 11 11:22:26.283DEBG |
| 5240 | 2026-08-11T11:22:27.311Z | INFOAug 11 11:22:26.283 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 3fff:dead::/64 -> 2001:db8::55:2 |
| 5241 | 2026-08-11T11:22:27.311Z | |
| 5242 | 2026-08-11T11:22:27.311Z | INFOAug 11 11:22:26.283 adding route 172.16.0.0/32 -> 10.0.0.2Aug 11 11:22:26.283 |
| 5243 | 2026-08-11T11:22:27.311Z | INFOINFO Aug 11 11:22:26.283adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5244 | 2026-08-11T11:22:27.311Z | adding route 172.17.0.24/32 -> 10.0.0.255DEBG |
| 5245 | 2026-08-11T11:22:27.311Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 11 11:22:26.283 |
| 5246 | 2026-08-11T11:22:27.311Z | Aug 11 11:22:26.283DEBG Aug 11 11:22:26.283replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5247 | 2026-08-11T11:22:27.311Z | INFOAug 11 11:22:26.283 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 |
| 5248 | 2026-08-11T11:22:27.311Z | |
| 5249 | 2026-08-11T11:22:27.311Z | Aug 11 11:22:26.283 INFOreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:26.283 adding route 172.16.0.0/32 -> 10.0.0.3Aug 11 11:22:26.283 |
| 5250 | 2026-08-11T11:22:27.311Z | |
| 5251 | 2026-08-11T11:22:27.311Z | INFODEBG adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5252 | 2026-08-11T11:22:27.311Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5253 | 2026-08-11T11:22:27.311Z | Aug 11 11:22:26.283 Aug 11 11:22:26.283INFOAug 11 11:22:26.283 Aug 11 11:22:26.283DEBGDEBG Aug 11 11:22:26.275INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5254 | 2026-08-11T11:22:27.311Z | |
| 5255 | 2026-08-11T11:22:27.311Z | |
| 5256 | 2026-08-11T11:22:27.311Z | DEBG adding route 172.17.0.25/32 -> 10.0.0.255created new freemap |
| 5257 | 2026-08-11T11:22:27.311Z | Aug 11 11:22:26.283, unit :Aug 11 11:22:26.283Aug 11 11:22:26.283DEBG freemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]INFO |
| 5258 | 2026-08-11T11:22:27.311Z | |
| 5259 | 2026-08-11T11:22:27.311Z | adding route 172.17.0.31/32 -> 10.0.0.255Aug 11 11:22:26.283 INFO |
| 5260 | 2026-08-11T11:22:27.311Z | 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 11 11:22:26.283adding route 172.16.0.0/32 -> 10.0.0.4Aug 11 11:22:26.283 |
| 5261 | 2026-08-11T11:22:27.311Z | Aug 11 11:22:26.283 |
| 5262 | 2026-08-11T11:22:27.312Z | DEBG 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: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 } }]created new freemap |
| 5263 | 2026-08-11T11:22:27.312Z | 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 11 11:22:26.283 |
| 5264 | 2026-08-11T11:22:27.312Z | , DEBG unitreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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 11 11:22:26.283 |
| 5265 | 2026-08-11T11:22:27.312Z | INFO freemap_route_ipv6adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5266 | 2026-08-11T11:22:27.312Z | Aug 11 11:22:26.283Aug 11 11:22:26.283 INFO |
| 5267 | 2026-08-11T11:22:27.312Z | adding route 172.17.0.26/32 -> 10.0.0.255Aug 11 11:22:26.283DEBG |
| 5268 | 2026-08-11T11:22:27.312Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]DEBGAug 11 11:22:26.283 |
| 5269 | 2026-08-11T11:22:27.312Z | initted freemap. size: 64DEBG, Aug 11 11:22:26.283 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 } }]unitDEBG: |
| 5270 | 2026-08-11T11:22:27.312Z | freemap_route_ipv4 |
| 5271 | 2026-08-11T11:22:27.312Z | 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 } }] |
| 5272 | 2026-08-11T11:22:27.312Z | Aug 11 11:22:26.283 Aug 11 11:22:26.283INFO Aug 11 11:22:26.283DEBG adding route 172.17.0.33/32 -> 10.0.0.255INFOreset freemap |
| 5273 | 2026-08-11T11:22:27.312Z | , adding route 172.17.0.27/32 -> 10.0.0.255unit |
| 5274 | 2026-08-11T11:22:27.312Z | : Aug 11 11:22:26.283freemap_route_ipv4 |
| 5275 | 2026-08-11T11:22:27.312Z | DEBG Aug 11 11:22:26.283Aug 11 11:22:26.283 |
| 5276 | 2026-08-11T11:22:27.312Z | 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 } }] |
| 5277 | 2026-08-11T11:22:27.312Z | initted freemap. size: 64, Aug 11 11:22:26.283unit :Aug 11 11:22:26.283 INFODEBG INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5278 | 2026-08-11T11:22:27.312Z | |
| 5279 | 2026-08-11T11:22:27.312Z | freemap_route_ipv6 |
| 5280 | 2026-08-11T11:22:27.312Z | 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 11 11:22:26.283Aug 11 11:22:26.283 DEBGDEBGAug 11 11:22:26.283 replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5281 | 2026-08-11T11:22:27.312Z | |
| 5282 | 2026-08-11T11:22:27.312Z | |
| 5283 | 2026-08-11T11:22:27.312Z | DEBG Aug 11 11:22:26.283 Aug 11 11:22:26.283INFO INFOadding route 172.17.0.28/32 -> 10.0.0.255 |
| 5284 | 2026-08-11T11:22:27.312Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 5285 | 2026-08-11T11:22:27.312Z | adding route 172.17.0.35/32 -> 10.0.0.255Aug 11 11:22:26.283 |
| 5286 | 2026-08-11T11:22:27.312Z | reset freemapINFO, Aug 11 11:22:26.283adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 11 11:22:26.283 |
| 5287 | 2026-08-11T11:22:27.312Z | unit DEBG: DEBG freemap_route_ipv6replacing 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 11 11:22:26.283 |
| 5288 | 2026-08-11T11:22:27.312Z | 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 } }] |
| 5289 | 2026-08-11T11:22:27.312Z | |
| 5290 | 2026-08-11T11:22:27.313Z | DEBG Aug 11 11:22:26.283Aug 11 11:22:26.283 INFOINFO adding route 172.17.0.29/32 -> 10.0.0.255 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 } }] |
| 5291 | 2026-08-11T11:22:27.313Z | Aug 11 11:22:26.283adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5292 | 2026-08-11T11:22:27.313Z | |
| 5293 | 2026-08-11T11:22:27.313Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5294 | 2026-08-11T11:22:27.313Z | Aug 11 11:22:26.283Aug 11 11:22:26.283 Aug 11 11:22:26.283INFO Aug 11 11:22:26.283 Aug 11 11:22:26.283adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBGDEBG |
| 5295 | 2026-08-11T11:22:27.313Z | 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 |
| 5296 | 2026-08-11T11:22:27.313Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.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 } }] |
| 5297 | 2026-08-11T11:22:27.313Z | |
| 5298 | 2026-08-11T11:22:27.313Z | Aug 11 11:22:26.283Aug 11 11:22:26.283 Aug 11 11:22:26.283 DEBG INFOreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:22:26.283 |
| 5299 | 2026-08-11T11:22:27.313Z | adding route 172.17.0.30/32 -> 10.0.0.255 INFOINFO adding route 172.17.0.37/32 -> 10.0.0.255Aug 11 11:22:26.283 |
| 5300 | 2026-08-11T11:22:27.313Z | |
| 5301 | 2026-08-11T11:22:27.313Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5302 | 2026-08-11T11:22:27.313Z | 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 } }]INFO |
| 5303 | 2026-08-11T11:22:27.313Z | Aug 11 11:22:26.283 Aug 11 11:22:26.283adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 5304 | 2026-08-11T11:22:27.313Z | Aug 11 11:22:26.283 DEBGDEBG Aug 11 11:22:26.283replacing 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 11 11:22:26.283 |
| 5305 | 2026-08-11T11:22:27.313Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 5306 | 2026-08-11T11:22:27.313Z | 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 11 11:22:26.283DEBGINFO |
| 5307 | 2026-08-11T11:22:27.313Z | INFO adding route 172.17.0.38/32 -> 10.0.0.255adding route 3fff:beef:e::/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 } }]Aug 11 11:22:26.283 |
| 5308 | 2026-08-11T11:22:27.313Z | |
| 5309 | 2026-08-11T11:22:27.313Z | test transceivers::mpn_test::test_mpn_missing ... ok |
| 5310 | 2026-08-11T11:22:27.313Z | test transceivers::mpn_test::test_mpn_present ... ok |
| 5311 | 2026-08-11T11:22:27.318Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
| 5312 | 2026-08-11T11:22:27.318Z | test route::tests::add_target_fails_full ... ok |
| 5313 | 2026-08-11T11:22:27.318Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok |
| 5314 | 2026-08-11T11:22:27.318Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok |
| 5315 | 2026-08-11T11:22:27.318Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok |
| 5316 | 2026-08-11T11:22:27.318Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok |
| 5317 | 2026-08-11T11:22:27.318Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
| 5318 | 2026-08-11T11:22:27.318Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
| 5319 | 2026-08-11T11:22:27.318Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
| 5320 | 2026-08-11T11:22:27.318Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
| 5321 | 2026-08-11T11:22:27.318Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
| 5322 | 2026-08-11T11:22:27.318Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
| 5323 | 2026-08-11T11:22:27.318Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
| 5324 | 2026-08-11T11:22:27.318Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
| 5325 | 2026-08-11T11:22:27.319Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
| 5326 | 2026-08-11T11:22:27.319Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
| 5327 | 2026-08-11T11:22:27.319Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
| 5328 | 2026-08-11T11:22:27.319Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
| 5329 | 2026-08-11T11:22:27.319Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
| 5330 | 2026-08-11T11:22:27.319Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
| 5331 | 2026-08-11T11:22:27.319Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
| 5332 | 2026-08-11T11:22:27.319Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
| 5333 | 2026-08-11T11:22:27.319Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
| 5334 | 2026-08-11T11:22:27.319Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
| 5335 | 2026-08-11T11:22:27.319Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
| 5336 | 2026-08-11T11:22:27.319Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
| 5337 | 2026-08-11T11:22:27.319Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
| 5338 | 2026-08-11T11:22:27.319Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
| 5339 | 2026-08-11T11:22:27.319Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
| 5340 | 2026-08-11T11:22:27.319Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
| 5341 | 2026-08-11T11:22:27.319Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
| 5342 | 2026-08-11T11:22:27.319Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5343 | 2026-08-11T11:22:27.319Z | Aug 11 11:22:26.284Aug 11 11:22:26.291 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 } }] |
| 5344 | 2026-08-11T11:22:27.319Z | Aug 11 11:22:26.284DEBG 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 } }] created new freemap |
| 5345 | 2026-08-11T11:22:27.319Z | created new freemap, , unitunit:: freemap_route_ipv4freemap_route_ipv4 |
| 5346 | 2026-08-11T11:22:27.319Z | Aug 11 11:22:26.291 Aug 11 11:22:26.291INFO |
| 5347 | 2026-08-11T11:22:27.319Z | INFO adding route 172.17.0.53/32 -> 10.0.0.255adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 5348 | 2026-08-11T11:22:27.319Z | Aug 11 11:22:26.291 |
| 5349 | 2026-08-11T11:22:27.319Z | Aug 11 11:22:26.291DEBG created new freemap , DEBGAug 11 11:22:26.291unit :created new freemap , freemap_route_ipv6 |
| 5350 | 2026-08-11T11:22:27.319Z | unitDEBG: Aug 11 11:22:26.291 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 11 11:22:26.291 DEBGfreemap_route_ipv6DEBG |
| 5351 | 2026-08-11T11:22:27.319Z | |
| 5352 | 2026-08-11T11:22:27.320Z | 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 } }]initted freemap. size: 64 |
| 5353 | 2026-08-11T11:22:27.320Z | , Aug 11 11:22:26.291unit :DEBG freemap_route_ipv4initted freemap. size: 64 |
| 5354 | 2026-08-11T11:22:27.320Z | Aug 11 11:22:26.291Aug 11 11:22:26.291 , unitINFO: Aug 11 11:22:26.291adding route 3fff:beef:10::/64 -> 2001:db8::55:ff INFODEBG reset freemapfreemap_route_ipv4, |
| 5355 | 2026-08-11T11:22:27.320Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5356 | 2026-08-11T11:22:27.320Z | unit |
| 5357 | 2026-08-11T11:22:27.320Z | : Aug 11 11:22:26.291 freemap_route_ipv4DEBG |
| 5358 | 2026-08-11T11:22:27.320Z | Aug 11 11:22:26.291reset freemapAug 11 11:22:26.291, unitDEBG:DEBGAug 11 11:22:26.291 DEBGreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 5359 | 2026-08-11T11:22:27.320Z | |
| 5360 | 2026-08-11T11:22:27.320Z | freemap_route_ipv4 |
| 5361 | 2026-08-11T11:22:27.320Z | initted freemap. size: 64, Aug 11 11:22:26.291unit Aug 11 11:22:26.291INFO :DEBG Aug 11 11:22:26.291adding route 172.17.0.55/32 -> 10.0.0.255initted freemap. size: 64 , INFO |
| 5362 | 2026-08-11T11:22:27.320Z | freemap_route_ipv6unit |
| 5363 | 2026-08-11T11:22:27.320Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff: |
| 5364 | 2026-08-11T11:22:27.320Z | freemap_route_ipv6 |
| 5365 | 2026-08-11T11:22:27.320Z | Aug 11 11:22:26.291Aug 11 11:22:26.291 DEBGDEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap |
| 5366 | 2026-08-11T11:22:27.320Z | Aug 11 11:22:26.291, DEBGunit 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 } }]: |
| 5367 | 2026-08-11T11:22:27.320Z | Aug 11 11:22:26.291freemap_route_ipv6 |
| 5368 | 2026-08-11T11:22:27.320Z | Aug 11 11:22:26.291INFO DEBGadding route 172.17.0.56/32 -> 10.0.0.255 |
| 5369 | 2026-08-11T11:22:27.320Z | Aug 11 11:22:26.291reset freemapAug 11 11:22:26.291 , INFOunitAug 11 11:22:26.291 :adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5370 | 2026-08-11T11:22:27.320Z | freemap_route_ipv6DEBG 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 } }] |
| 5371 | 2026-08-11T11:22:27.320Z | |
| 5372 | 2026-08-11T11:22:27.320Z | INFO Aug 11 11:22:26.291adding route 3fff:beef:12::/64 -> 2001:db8::55:ff Aug 11 11:22:26.291DEBG |
| 5373 | 2026-08-11T11:22:27.320Z | Aug 11 11:22:26.291 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFOINFO |
| 5374 | 2026-08-11T11:22:27.320Z | adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5375 | 2026-08-11T11:22:27.320Z | |
| 5376 | 2026-08-11T11:22:27.320Z | Aug 11 11:22:26.292Aug 11 11:22:26.292Aug 11 11:22:26.292 DEBG Aug 11 11:22:26.292INFO adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 5377 | 2026-08-11T11:22:27.320Z | replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5378 | 2026-08-11T11:22:27.320Z | Aug 11 11:22:26.292 Aug 11 11:22:26.292 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFODEBG 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 11 11:22:26.292 |
| 5379 | 2026-08-11T11:22:27.320Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 5380 | 2026-08-11T11:22:27.321Z | |
| 5381 | 2026-08-11T11:22:27.321Z | INFO Aug 11 11:22:26.292adding route 172.17.0.58/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 } }]Aug 11 11:22:26.292 |
| 5382 | 2026-08-11T11:22:27.321Z | INFO |
| 5383 | 2026-08-11T11:22:27.321Z | 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 } }]adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5384 | 2026-08-11T11:22:27.321Z | Aug 11 11:22:26.292 INFO |
| 5385 | 2026-08-11T11:22:27.321Z | Aug 11 11:22:26.292Aug 11 11:22:26.292adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 11 11:22:26.292 |
| 5386 | 2026-08-11T11:22:27.321Z | Aug 11 11:22:26.292 INFODEBG Aug 11 11:22:26.292INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] DEBG |
| 5387 | 2026-08-11T11:22:27.321Z | DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff 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 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5388 | 2026-08-11T11:22:27.321Z | |
| 5389 | 2026-08-11T11:22:27.321Z | |
| 5390 | 2026-08-11T11:22:27.321Z | Aug 11 11:22:26.292adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 11 11:22:26.292 |
| 5391 | 2026-08-11T11:22:27.321Z | Aug 11 11:22:26.292INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:4DEBGadding route 172.16.0.0/32 -> 10.0.0.3 |
| 5392 | 2026-08-11T11:22:27.321Z | |
| 5393 | 2026-08-11T11:22:27.321Z | Aug 11 11:22:26.292 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 |
| 5394 | 2026-08-11T11:22:27.321Z | Aug 11 11:22:26.292Aug 11 11:22:26.292 adding route 172.17.0.59/32 -> 10.0.0.255Aug 11 11:22:26.292 |
| 5395 | 2026-08-11T11:22:27.321Z | Aug 11 11:22:26.292 DEBGDEBGDEBG 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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5396 | 2026-08-11T11:22:27.321Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:27::/64 -> 2001:db8::55:ffAug 11 11:22:26.292 |
| 5397 | 2026-08-11T11:22:27.321Z | |
| 5398 | 2026-08-11T11:22:27.321Z | |
| 5399 | 2026-08-11T11:22:27.321Z | DEBGAug 11 11:22:26.292 Aug 11 11:22:26.292Aug 11 11:22:26.292INFO 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 } }] |
| 5400 | 2026-08-11T11:22:27.321Z | Aug 11 11:22:26.292DEBG 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 } }] adding route 172.16.0.0/32 -> 10.0.0.4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5401 | 2026-08-11T11:22:27.321Z | |
| 5402 | 2026-08-11T11:22:27.321Z | |
| 5403 | 2026-08-11T11:22:27.321Z | Aug 11 11:22:26.292 INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 11 11:22:26.292 |
| 5404 | 2026-08-11T11:22:27.321Z | Aug 11 11:22:26.292 adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5405 | 2026-08-11T11:22:27.321Z | INFODEBGAug 11 11:22:26.292 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 5406 | 2026-08-11T11:22:27.321Z | |
| 5407 | 2026-08-11T11:22:27.322Z | DEBGAug 11 11:22:26.292 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 |
| 5408 | 2026-08-11T11:22:27.322Z | Aug 11 11:22:26.292Aug 11 11:22:26.292 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 DEBG |
| 5409 | 2026-08-11T11:22:27.322Z | 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 } }] |
| 5410 | 2026-08-11T11:22:27.322Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 11 11:22:26.292 |
| 5411 | 2026-08-11T11:22:27.326Z | Aug 11 11:22:26.292 INFOINFOAug 11 11:22:26.292 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffINFO |
| 5412 | 2026-08-11T11:22:27.326Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 5413 | 2026-08-11T11:22:27.327Z | adding route 172.17.0.61/32 -> 10.0.0.255 |
| 5414 | 2026-08-11T11:22:27.327Z | Aug 11 11:22:26.292 Aug 11 11:22:26.292DEBG 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 } }] |
| 5415 | 2026-08-11T11:22:27.327Z | replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5416 | 2026-08-11T11:22:27.327Z | Aug 11 11:22:26.292 Aug 11 11:22:26.292INFOAug 11 11:22:26.292 Aug 11 11:22:26.283 INFO DEBG DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 5417 | 2026-08-11T11:22:27.327Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 5418 | 2026-08-11T11:22:27.327Z | |
| 5419 | 2026-08-11T11:22:27.327Z | 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 11 11:22:26.292 |
| 5420 | 2026-08-11T11:22:27.327Z | DEBG Aug 11 11:22:26.292replacing 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 } }] |
| 5421 | 2026-08-11T11:22:27.327Z | INFOAug 11 11:22:26.292 INFOAug 11 11:22:26.292adding route 172.17.0.62/32 -> 10.0.0.255 |
| 5422 | 2026-08-11T11:22:27.327Z | Aug 11 11:22:26.292adding route 172.17.0.39/32 -> 10.0.0.255 INFO |
| 5423 | 2026-08-11T11:22:27.327Z | Aug 11 11:22:26.292adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 5424 | 2026-08-11T11:22:27.327Z | DEBGDEBG Aug 11 11:22:26.292replacing 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 } }] |
| 5425 | 2026-08-11T11:22:27.327Z | DEBGreplacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:26.292 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 } }] |
| 5426 | 2026-08-11T11:22:27.327Z | DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5427 | 2026-08-11T11:22:27.327Z | |
| 5428 | 2026-08-11T11:22:27.327Z | Aug 11 11:22:26.292 INFO Aug 11 11:22:26.292adding route 3fff:beef:17::/64 -> 2001:db8::55:ff Aug 11 11:22:26.292INFOAug 11 11:22:26.292 |
| 5429 | 2026-08-11T11:22:27.327Z | INFOadding route 172.17.0.63/32 -> 10.0.0.255 |
| 5430 | 2026-08-11T11:22:27.327Z | INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 5431 | 2026-08-11T11:22:27.327Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5432 | 2026-08-11T11:22:27.327Z | Aug 11 11:22:26.292Aug 11 11:22:26.292 Aug 11 11:22:26.292DEBGDEBGAug 11 11:22:26.292 replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 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 } }] |
| 5433 | 2026-08-11T11:22:27.327Z | |
| 5434 | 2026-08-11T11:22:27.327Z | 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 } }]DEBG |
| 5435 | 2026-08-11T11:22:27.327Z | Aug 11 11:22:26.292replacing 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 } }] |
| 5436 | 2026-08-11T11:22:27.327Z | INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 11 11:22:26.292 |
| 5437 | 2026-08-11T11:22:27.327Z | Aug 11 11:22:26.292INFO DEBGadding route 172.17.0.41/32 -> 10.0.0.255Aug 11 11:22:26.292 |
| 5438 | 2026-08-11T11:22:27.327Z | INFOfailed to allocate space for the new target listAug 11 11:22:26.292 adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 5439 | 2026-08-11T11:22:27.328Z | Aug 11 11:22:26.292DEBG |
| 5440 | 2026-08-11T11:22:27.328Z | 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 } }] |
| 5441 | 2026-08-11T11:22:27.328Z | 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 11 11:22:26.292 |
| 5442 | 2026-08-11T11:22:27.328Z | DEBG Aug 11 11:22:26.292replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5443 | 2026-08-11T11:22:27.328Z | Aug 11 11:22:26.292INFOAug 11 11:22:26.292 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBGINFO |
| 5444 | 2026-08-11T11:22:27.328Z | 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 11 11:22:26.292adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5445 | 2026-08-11T11:22:27.328Z | |
| 5446 | 2026-08-11T11:22:27.328Z | DEBG Aug 11 11:22:26.292failed to allocate space for the new target list Aug 11 11:22:26.292 |
| 5447 | 2026-08-11T11:22:27.328Z | DEBGDEBGAug 11 11:22:26.292 replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO Aug 11 11:22:26.292adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 5448 | 2026-08-11T11:22:27.328Z | 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 } }] |
| 5449 | 2026-08-11T11:22:27.328Z | Aug 11 11:22:26.299 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 5450 | 2026-08-11T11:22:27.328Z | Aug 11 11:22:26.299 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 } }] |
| 5451 | 2026-08-11T11:22:27.328Z | Aug 11 11:22:26.299 DEBG |
| 5452 | 2026-08-11T11:22:27.328Z | Aug 11 11:22:26.299replacing 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 |
| 5453 | 2026-08-11T11:22:27.328Z | INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 5454 | 2026-08-11T11:22:27.328Z | Aug 11 11:22:26.299 Aug 11 11:22:26.299INFO DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 5455 | 2026-08-11T11:22:27.328Z | 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 } }] |
| 5456 | 2026-08-11T11:22:27.328Z | , Aug 11 11:22:26.299unit :INFO freemap_route_ipv4adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5457 | 2026-08-11T11:22:27.328Z | |
| 5458 | 2026-08-11T11:22:27.328Z | Aug 11 11:22:26.299Aug 11 11:22:26.299 DEBGINFO Aug 11 11:22:26.299adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 5459 | 2026-08-11T11:22:27.328Z | replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 5460 | 2026-08-11T11:22:27.328Z | 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 11 11:22:26.299Aug 11 11:22:26.299 DEBGDEBG created new freemapreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5461 | 2026-08-11T11:22:27.328Z | |
| 5462 | 2026-08-11T11:22:27.328Z | , Aug 11 11:22:26.299unit: INFOfreemap_route_ipv6Aug 11 11:22:26.299 |
| 5463 | 2026-08-11T11:22:27.328Z | Aug 11 11:22:26.299 INFOINFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5464 | 2026-08-11T11:22:27.328Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 11 11:22:26.299adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 5465 | 2026-08-11T11:22:27.328Z | DEBG |
| 5466 | 2026-08-11T11:22:27.329Z | initted freemap. size: 64, Aug 11 11:22:26.299Aug 11 11:22:26.299 DEBGDEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 5467 | 2026-08-11T11:22:27.329Z | |
| 5468 | 2026-08-11T11:22:27.329Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 5469 | 2026-08-11T11:22:27.329Z | Aug 11 11:22:26.299: freemap_route_ipv4DEBG |
| 5470 | 2026-08-11T11:22:27.329Z | 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 11 11:22:26.300 |
| 5471 | 2026-08-11T11:22:27.329Z | INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 5472 | 2026-08-11T11:22:27.329Z | Aug 11 11:22:26.300 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 11 11:22:26.300 |
| 5473 | 2026-08-11T11:22:27.329Z | DEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:26.300Aug 11 11:22:26.300Aug 11 11:22:26.300 |
| 5474 | 2026-08-11T11:22:27.329Z | test route::tests::same_size_non_subset_replace ... ok |
| 5475 | 2026-08-11T11:22:27.329Z | INFO DEBGDEBGadding route 172.17.0.45/32 -> 10.0.0.255 |
| 5476 | 2026-08-11T11:22:27.329Z | 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 11 11:22:26.300 |
| 5477 | 2026-08-11T11:22:27.329Z | INFO reset freemapadding route 3fff:beef:34::/64 -> 2001:db8::55:ff, |
| 5478 | 2026-08-11T11:22:27.329Z | Aug 11 11:22:26.300unit INFO: Aug 11 11:22:26.300freemap_route_ipv4 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG |
| 5479 | 2026-08-11T11:22:27.329Z | |
| 5480 | 2026-08-11T11:22:27.329Z | test route::tests::delete_target_fragmented ... ok |
| 5481 | 2026-08-11T11:22:27.329Z | 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 } }] |
| 5482 | 2026-08-11T11:22:27.329Z | Aug 11 11:22:26.300 Aug 11 11:22:26.300DEBG 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 } }] 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 } }] |
| 5483 | 2026-08-11T11:22:27.329Z | |
| 5484 | 2026-08-11T11:22:27.329Z | Aug 11 11:22:26.300 Aug 11 11:22:26.300DEBGAug 11 11:22:26.300 INFOinitted freemap. size: 64 Aug 11 11:22:26.300, INFOINFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 5485 | 2026-08-11T11:22:27.329Z | unitadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 172.17.0.46/32 -> 10.0.0.255: |
| 5486 | 2026-08-11T11:22:27.329Z | |
| 5487 | 2026-08-11T11:22:27.329Z | freemap_route_ipv6Aug 11 11:22:26.300 |
| 5488 | 2026-08-11T11:22:27.329Z | Aug 11 11:22:26.300DEBG 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 |
| 5489 | 2026-08-11T11:22:27.329Z | Aug 11 11:22:26.300 replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:26.300DEBG |
| 5490 | 2026-08-11T11:22:27.329Z | DEBGAug 11 11:22:26.300 reset freemapAug 11 11:22:26.300 , INFOINFOunit 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 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 5491 | 2026-08-11T11:22:27.329Z | |
| 5492 | 2026-08-11T11:22:27.329Z | |
| 5493 | 2026-08-11T11:22:27.329Z | : Aug 11 11:22:26.300Aug 11 11:22:26.300 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 } }]freemap_route_ipv6adding route 172.17.0.47/32 -> 10.0.0.255Aug 11 11:22:26.300 |
| 5494 | 2026-08-11T11:22:27.330Z | |
| 5495 | 2026-08-11T11:22:27.330Z | DEBG |
| 5496 | 2026-08-11T11:22:27.330Z | |
| 5497 | 2026-08-11T11:22:27.330Z | 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 } }] |
| 5498 | 2026-08-11T11:22:27.330Z | Aug 11 11:22:26.300 Aug 11 11:22:26.300Aug 11 11:22:26.300 Aug 11 11:22:26.300INFOINFOINFO adding route 172.16.0.0/32 -> 10.0.0.1 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG |
| 5499 | 2026-08-11T11:22:27.330Z | |
| 5500 | 2026-08-11T11:22:27.330Z | 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:20::/64 -> 2001:db8::55:ff |
| 5501 | 2026-08-11T11:22:27.330Z | |
| 5502 | 2026-08-11T11:22:27.330Z | Aug 11 11:22:26.300Aug 11 11:22:26.300 DEBGDEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5503 | 2026-08-11T11:22:27.330Z | |
| 5504 | 2026-08-11T11:22:27.330Z | Aug 11 11:22:26.300Aug 11 11:22:26.300 Aug 11 11:22:26.283 DEBG INFOINFO 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 11 11:22:26.300adding route 172.17.0.31/32 -> 10.0.0.255Aug 11 11:22:26.300adding route 172.17.0.48/32 -> 10.0.0.255 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5505 | 2026-08-11T11:22:27.330Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 5506 | 2026-08-11T11:22:27.330Z | |
| 5507 | 2026-08-11T11:22:27.330Z | |
| 5508 | 2026-08-11T11:22:27.330Z | |
| 5509 | 2026-08-11T11:22:27.330Z | Aug 11 11:22:26.300Aug 11 11:22:26.300Aug 11 11:22:26.300 DEBGAug 11 11:22:26.300 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 } }] |
| 5510 | 2026-08-11T11:22:27.330Z | Aug 11 11:22:26.300 DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 11 11:22:26.300 |
| 5511 | 2026-08-11T11:22:27.335Z | |
| 5512 | 2026-08-11T11:22:27.335Z | Aug 11 11:22:26.308 Aug 11 11:22:26.308INFO Aug 11 11:22:26.308 INFOINFOadding route 172.17.0.32/32 -> 10.0.0.255 |
| 5513 | 2026-08-11T11:22:27.335Z | adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5514 | 2026-08-11T11:22:27.335Z | |
| 5515 | 2026-08-11T11:22:27.335Z | Aug 11 11:22:26.308 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 } }] |
| 5516 | 2026-08-11T11:22:27.335Z | Aug 11 11:22:26.308Aug 11 11:22:26.308 DEBGINFO Aug 11 11:22:26.308DEBG adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5517 | 2026-08-11T11:22:27.335Z | created new freemapDEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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 } }] |
| 5518 | 2026-08-11T11:22:27.335Z | |
| 5519 | 2026-08-11T11:22:27.335Z | Aug 11 11:22:26.308 , DEBGunitAug 11 11:22:26.308 Aug 11 11:22:26.308replacing 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 } }] |
| 5520 | 2026-08-11T11:22:27.335Z | INFO: adding route 172.17.0.50/32 -> 10.0.0.255freemap_route_ipv4 |
| 5521 | 2026-08-11T11:22:27.336Z | |
| 5522 | 2026-08-11T11:22:27.336Z | INFO adding route 172.16.0.0/32 -> 10.0.0.4Aug 11 11:22:26.308 |
| 5523 | 2026-08-11T11:22:27.336Z | Aug 11 11:22:26.308 INFODEBG Aug 11 11:22:26.308replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5524 | 2026-08-11T11:22:27.336Z | |
| 5525 | 2026-08-11T11:22:27.336Z | Aug 11 11:22:26.308 DEBGDEBG Aug 11 11:22:26.308created new 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 } }, 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 } }], |
| 5526 | 2026-08-11T11:22:27.336Z | unitINFO adding route 172.17.0.51/32 -> 10.0.0.255Aug 11 11:22:26.308: |
| 5527 | 2026-08-11T11:22:27.336Z | Aug 11 11:22:26.308freemap_route_ipv6 DEBG |
| 5528 | 2026-08-11T11:22:27.336Z | 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 } }]replacing targets for 172.16.0.0/32 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 } }] |
| 5529 | 2026-08-11T11:22:27.336Z | |
| 5530 | 2026-08-11T11:22:27.336Z | Aug 11 11:22:26.308Aug 11 11:22:26.308 DEBG initted freemap. size: 64DEBGAug 11 11:22:26.308 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 } }], |
| 5531 | 2026-08-11T11:22:27.336Z | unitINFO: adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5532 | 2026-08-11T11:22:27.336Z | freemap_route_ipv4Aug 11 11:22:26.308 |
| 5533 | 2026-08-11T11:22:27.336Z | INFO Aug 11 11:22:26.308adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5534 | 2026-08-11T11:22:27.336Z | 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 } }] |
| 5535 | 2026-08-11T11:22:27.336Z | Aug 11 11:22:26.308Aug 11 11:22:26.308 DEBGAug 11 11:22:26.308DEBG INFO reset freemap replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 5536 | 2026-08-11T11:22:27.336Z | adding route 172.17.0.36/32 -> 10.0.0.255unit |
| 5537 | 2026-08-11T11:22:27.336Z | : Aug 11 11:22:26.308 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5538 | 2026-08-11T11:22:27.336Z | freemap_route_ipv4Aug 11 11:22:26.308 |
| 5539 | 2026-08-11T11:22:27.336Z | Aug 11 11:22:26.308 DEBGDEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:26.308 |
| 5540 | 2026-08-11T11:22:27.336Z | 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 } }] |
| 5541 | 2026-08-11T11:22:27.336Z | DEBG Aug 11 11:22:26.308 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5542 | 2026-08-11T11:22:27.336Z | initted freemap. size: 64, unitAug 11 11:22:26.308: Aug 11 11:22:26.308 freemap_route_ipv6INFODEBG |
| 5543 | 2026-08-11T11:22:27.336Z | adding route 172.17.0.37/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 } }] |
| 5544 | 2026-08-11T11:22:27.336Z | |
| 5545 | 2026-08-11T11:22:27.336Z | Aug 11 11:22:26.308Aug 11 11:22:26.308 DEBGDEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap |
| 5546 | 2026-08-11T11:22:27.336Z | , unit: freemap_route_ipv6Aug 11 11:22:26.308 |
| 5547 | 2026-08-11T11:22:27.336Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5548 | 2026-08-11T11:22:27.337Z | Aug 11 11:22:26.308Aug 11 11:22:26.308 Aug 11 11:22:26.308INFO INFOadding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 5549 | 2026-08-11T11:22:27.337Z | 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.38/32 -> 10.0.0.255 |
| 5550 | 2026-08-11T11:22:27.337Z | |
| 5551 | 2026-08-11T11:22:27.337Z | Aug 11 11:22:26.308 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 } }] |
| 5552 | 2026-08-11T11:22:27.337Z | Aug 11 11:22:26.308Aug 11 11:22:26.308 Aug 11 11:22:26.308INFO DEBGadding route 172.17.0.56/32 -> 10.0.0.255 |
| 5553 | 2026-08-11T11:22:27.337Z | 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 } }] |
| 5554 | 2026-08-11T11:22:27.337Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5555 | 2026-08-11T11:22:27.337Z | Aug 11 11:22:26.308 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 } }] |
| 5556 | 2026-08-11T11:22:27.337Z | Aug 11 11:22:26.308Aug 11 11:22:26.308Aug 11 11:22:26.308 INFODEBGINFO adding route 172.17.0.39/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 } }]adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5557 | 2026-08-11T11:22:27.337Z | |
| 5558 | 2026-08-11T11:22:27.337Z | |
| 5559 | 2026-08-11T11:22:27.337Z | Aug 11 11:22:26.308 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 } }] |
| 5560 | 2026-08-11T11:22:27.337Z | Aug 11 11:22:26.308Aug 11 11:22:26.308Aug 11 11:22:26.308 DEBGDEBG INFOreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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.58/32 -> 10.0.0.255 |
| 5561 | 2026-08-11T11:22:27.337Z | |
| 5562 | 2026-08-11T11:22:27.337Z | |
| 5563 | 2026-08-11T11:22:27.337Z | Aug 11 11:22:26.308Aug 11 11:22:26.308 INFODEBG adding route 172.17.0.40/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 } }] |
| 5564 | 2026-08-11T11:22:27.337Z | |
| 5565 | 2026-08-11T11:22:27.337Z | |
| 5566 | 2026-08-11T11:22:27.337Z | Aug 11 11:22:26.308 Aug 11 11:22:26.308 Aug 11 11:22:26.308INFODEBG |
| 5567 | 2026-08-11T11:22:27.337Z | INFO adding route 172.17.0.59/32 -> 10.0.0.255adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 5568 | 2026-08-11T11:22:27.337Z | test route::tests::delete_target_full ... ok |
| 5569 | 2026-08-11T11:22:27.337Z | 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 } }] |
| 5570 | 2026-08-11T11:22:27.337Z | |
| 5571 | 2026-08-11T11:22:27.337Z | Aug 11 11:22:26.308Aug 11 11:22:26.308 DEBGDEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:26.308replacing 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 } }] |
| 5572 | 2026-08-11T11:22:27.337Z | INFO |
| 5573 | 2026-08-11T11:22:27.337Z | Aug 11 11:22:26.308adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5574 | 2026-08-11T11:22:27.337Z | Aug 11 11:22:26.308Aug 11 11:22:26.308DEBG INFOINFO Aug 11 11:22:26.308 adding route 172.17.0.60/32 -> 10.0.0.255adding route 3fff:beef:3a::/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 } }] |
| 5575 | 2026-08-11T11:22:27.337Z | |
| 5576 | 2026-08-11T11:22:27.338Z | |
| 5577 | 2026-08-11T11:22:27.338Z | DEBG Aug 11 11:22:26.308replacing 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 11 11:22:26.308 DEBGAug 11 11:22:26.308 |
| 5578 | 2026-08-11T11:22:27.338Z | INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5579 | 2026-08-11T11:22:27.338Z | |
| 5580 | 2026-08-11T11:22:27.338Z | DEBGAug 11 11:22:26.308 Aug 11 11:22:26.308INFOreplacing 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 11 11:22:26.308adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5581 | 2026-08-11T11:22:27.338Z | 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 } }] |
| 5582 | 2026-08-11T11:22:27.338Z | |
| 5583 | 2026-08-11T11:22:27.338Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 5584 | 2026-08-11T11:22:27.338Z | Aug 11 11:22:26.308Aug 11 11:22:26.308 Aug 11 11:22:26.308 Aug 11 11:22:26.308 DEBGDEBGINFO failed to allocate space for the new target list |
| 5585 | 2026-08-11T11:22:27.338Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5586 | 2026-08-11T11:22:27.338Z | |
| 5587 | 2026-08-11T11:22:27.338Z | DEBG Aug 11 11:22:26.308replacing 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 } }] |
| 5588 | 2026-08-11T11:22:27.338Z | Aug 11 11:22:26.308Aug 11 11:22:26.308DEBG INFODEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 5589 | 2026-08-11T11:22:27.338Z | replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255Aug 11 11:22:26.308 |
| 5590 | 2026-08-11T11:22:27.338Z | INFO |
| 5591 | 2026-08-11T11:22:27.338Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 5592 | 2026-08-11T11:22:27.338Z | Aug 11 11:22:26.308Aug 11 11:22:26.308 Aug 11 11:22:26.308INFO DEBG adding route 3fff:beef:24::/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 } }]DEBG |
| 5593 | 2026-08-11T11:22:27.338Z | 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 } }] |
| 5594 | 2026-08-11T11:22:27.338Z | |
| 5595 | 2026-08-11T11:22:27.338Z | Aug 11 11:22:26.308 Aug 11 11:22:26.308Aug 11 11:22:26.308 INFO DEBGDEBG adding route 172.17.0.44/32 -> 10.0.0.255failed to allocate space for the new target list |
| 5596 | 2026-08-11T11:22:27.338Z | |
| 5597 | 2026-08-11T11:22:27.338Z | 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 } }] |
| 5598 | 2026-08-11T11:22:27.338Z | Aug 11 11:22:26.308Aug 11 11:22:26.308 Aug 11 11:22:26.308DEBG INFODEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5599 | 2026-08-11T11:22:27.338Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff 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 } }] |
| 5600 | 2026-08-11T11:22:27.338Z | |
| 5601 | 2026-08-11T11:22:27.338Z | Aug 11 11:22:26.308Aug 11 11:22:26.308 INFODEBG adding route 172.17.0.45/32 -> 10.0.0.255replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5602 | 2026-08-11T11:22:27.338Z | |
| 5603 | 2026-08-11T11:22:27.338Z | Aug 11 11:22:26.308Aug 11 11:22:26.308 DEBGINFO replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 5604 | 2026-08-11T11:22:27.339Z | |
| 5605 | 2026-08-11T11:22:27.339Z | Aug 11 11:22:26.308Aug 11 11:22:26.308 INFODEBG adding route 172.17.0.46/32 -> 10.0.0.255replacing 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 } }] |
| 5606 | 2026-08-11T11:22:27.339Z | |
| 5607 | 2026-08-11T11:22:27.339Z | Aug 11 11:22:26.309Aug 11 11:22:26.309 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 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 5608 | 2026-08-11T11:22:27.339Z | |
| 5609 | 2026-08-11T11:22:27.339Z | Aug 11 11:22:26.309Aug 11 11:22:26.309 DEBGINFO 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 172.17.0.47/32 -> 10.0.0.255 |
| 5610 | 2026-08-11T11:22:27.339Z | |
| 5611 | 2026-08-11T11:22:27.343Z | Aug 11 11:22:26.309Aug 11 11:22:26.309 INFODEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5612 | 2026-08-11T11:22:27.343Z | |
| 5613 | 2026-08-11T11:22:27.343Z | Aug 11 11:22:26.309Aug 11 11:22:26.309 INFODEBG adding route 172.17.0.48/32 -> 10.0.0.255replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5614 | 2026-08-11T11:22:27.343Z | |
| 5615 | 2026-08-11T11:22:27.344Z | Aug 11 11:22:26.309 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 } }] |
| 5616 | 2026-08-11T11:22:27.344Z | Aug 11 11:22:26.309Aug 11 11:22:26.309 INFOINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 5617 | 2026-08-11T11:22:27.344Z | Aug 11 11:22:26.309 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 } }] adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5618 | 2026-08-11T11:22:27.344Z | Aug 11 11:22:26.309 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 } }] |
| 5619 | 2026-08-11T11:22:27.344Z | |
| 5620 | 2026-08-11T11:22:27.344Z | Aug 11 11:22:26.309Aug 11 11:22:26.309 INFOINFO adding route 172.17.0.50/32 -> 10.0.0.255adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 5621 | 2026-08-11T11:22:27.344Z | Aug 11 11:22:26.316 DEBGAug 11 11:22:26.309 DEBG created new freemap, unitreplacing 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 } }]: |
| 5622 | 2026-08-11T11:22:27.344Z | freemap_route_ipv4 |
| 5623 | 2026-08-11T11:22:27.344Z | Aug 11 11:22:26.316 INFOAug 11 11:22:26.316 adding route 172.17.0.51/32 -> 10.0.0.255DEBG |
| 5624 | 2026-08-11T11:22:27.344Z | created new freemap, unit: freemap_route_ipv6Aug 11 11:22:26.316 |
| 5625 | 2026-08-11T11:22:27.344Z | 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 } }] |
| 5626 | 2026-08-11T11:22:27.344Z | Aug 11 11:22:26.316 INFO Aug 11 11:22:26.316adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5627 | 2026-08-11T11:22:27.344Z | DEBG initted freemap. size: 64Aug 11 11:22:26.316, unitDEBG: 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 } }]freemap_route_ipv4 |
| 5628 | 2026-08-11T11:22:27.344Z | |
| 5629 | 2026-08-11T11:22:27.344Z | Aug 11 11:22:26.316 DEBG reset freemap, unit: Aug 11 11:22:26.316freemap_route_ipv4 |
| 5630 | 2026-08-11T11:22:27.344Z | INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5631 | 2026-08-11T11:22:27.344Z | Aug 11 11:22:26.316Aug 11 11:22:26.316 DEBGDEBG initted freemap. size: 64replacing 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 } }], |
| 5632 | 2026-08-11T11:22:27.344Z | unit: freemap_route_ipv6 |
| 5633 | 2026-08-11T11:22:27.344Z | Aug 11 11:22:26.316 DEBG reset freemapAug 11 11:22:26.316, unitINFO: adding route 172.17.0.54/32 -> 10.0.0.255freemap_route_ipv6 |
| 5634 | 2026-08-11T11:22:27.344Z | |
| 5635 | 2026-08-11T11:22:27.344Z | Aug 11 11:22:26.316 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5636 | 2026-08-11T11:22:27.344Z | Aug 11 11:22:26.316 Aug 11 11:22:26.316DEBG 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 } }] |
| 5637 | 2026-08-11T11:22:27.344Z | 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 } }] |
| 5638 | 2026-08-11T11:22:27.344Z | Aug 11 11:22:26.316 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5639 | 2026-08-11T11:22:27.344Z | Aug 11 11:22:26.316 INFOAug 11 11:22:26.316 adding route 172.17.0.55/32 -> 10.0.0.255DEBG |
| 5640 | 2026-08-11T11:22:27.344Z | 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 } }] |
| 5641 | 2026-08-11T11:22:27.344Z | Aug 11 11:22:26.316 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5642 | 2026-08-11T11:22:27.345Z | Aug 11 11:22:26.316 DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:26.316 |
| 5643 | 2026-08-11T11:22:27.345Z | 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 } }] |
| 5644 | 2026-08-11T11:22:27.345Z | |
| 5645 | 2026-08-11T11:22:27.345Z | Aug 11 11:22:26.316 Aug 11 11:22:26.316INFO INFOadding route 172.17.0.56/32 -> 10.0.0.255 |
| 5646 | 2026-08-11T11:22:27.345Z | adding route 172.16.0.0/32 -> 10.0.0.2Aug 11 11:22:26.316 |
| 5647 | 2026-08-11T11:22:27.345Z | DEBG Aug 11 11:22:26.316replacing 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 11 11:22:26.316 |
| 5648 | 2026-08-11T11:22:27.345Z | 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.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 } }] |
| 5649 | 2026-08-11T11:22:27.345Z | |
| 5650 | 2026-08-11T11:22:27.345Z | Aug 11 11:22:26.317 INFOAug 11 11:22:26.317Aug 11 11:22:26.317 INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 172.17.0.0/32 -> 10.0.0.255 |
| 5651 | 2026-08-11T11:22:27.345Z | |
| 5652 | 2026-08-11T11:22:27.345Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5653 | 2026-08-11T11:22:27.345Z | Aug 11 11:22:26.317Aug 11 11:22:26.317 Aug 11 11:22:26.317DEBG 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 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 } }] |
| 5654 | 2026-08-11T11:22:27.345Z | |
| 5655 | 2026-08-11T11:22:27.345Z | 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 } }] |
| 5656 | 2026-08-11T11:22:27.345Z | Aug 11 11:22:26.317Aug 11 11:22:26.317Aug 11 11:22:26.317 INFOINFOINFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5657 | 2026-08-11T11:22:27.345Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 172.17.0.1/32 -> 10.0.0.255 |
| 5658 | 2026-08-11T11:22:27.345Z | |
| 5659 | 2026-08-11T11:22:27.345Z | Aug 11 11:22:26.317 Aug 11 11:22:26.317Aug 11 11:22:26.317DEBG 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 } }]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 } }] |
| 5660 | 2026-08-11T11:22:27.345Z | 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 } }] |
| 5661 | 2026-08-11T11:22:27.345Z | |
| 5662 | 2026-08-11T11:22:27.345Z | Aug 11 11:22:26.317Aug 11 11:22:26.317 INFOINFO Aug 11 11:22:26.317adding route 172.17.0.2/32 -> 10.0.0.255adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 5663 | 2026-08-11T11:22:27.345Z | |
| 5664 | 2026-08-11T11:22:27.345Z | INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5665 | 2026-08-11T11:22:27.345Z | Aug 11 11:22:26.317Aug 11 11:22:26.317 DEBGDEBGAug 11 11:22:26.317 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 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 } }] |
| 5666 | 2026-08-11T11:22:27.345Z | DEBG |
| 5667 | 2026-08-11T11:22:27.345Z | 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 } }] |
| 5668 | 2026-08-11T11:22:27.345Z | Aug 11 11:22:26.317Aug 11 11:22:26.317 INFOINFOAug 11 11:22:26.317 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 172.17.0.3/32 -> 10.0.0.255 |
| 5669 | 2026-08-11T11:22:27.345Z | |
| 5670 | 2026-08-11T11:22:27.346Z | INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5671 | 2026-08-11T11:22:27.346Z | Aug 11 11:22:26.317Aug 11 11:22:26.317 DEBGDEBGAug 11 11:22:26.317 replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5672 | 2026-08-11T11:22:27.346Z | 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 } }] |
| 5673 | 2026-08-11T11:22:27.346Z | 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 } }] |
| 5674 | 2026-08-11T11:22:27.346Z | Aug 11 11:22:26.317 INFOAug 11 11:22:26.317 adding route 172.17.0.4/32 -> 10.0.0.255INFO |
| 5675 | 2026-08-11T11:22:27.346Z | Aug 11 11:22:26.317 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFOAug 11 11:22:26.317 |
| 5676 | 2026-08-11T11:22:27.346Z | DEBG adding route 172.17.0.61/32 -> 10.0.0.255replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5677 | 2026-08-11T11:22:27.346Z | Aug 11 11:22:26.317 |
| 5678 | 2026-08-11T11:22:27.346Z | DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:26.317 |
| 5679 | 2026-08-11T11:22:27.346Z | Aug 11 11:22:26.317DEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5680 | 2026-08-11T11:22:27.346Z | adding route 172.17.0.5/32 -> 10.0.0.255Aug 11 11:22:26.317 |
| 5681 | 2026-08-11T11:22:27.346Z | INFO Aug 11 11:22:26.317adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 11 11:22:26.317 INFODEBG |
| 5682 | 2026-08-11T11:22:27.346Z | adding route 172.17.0.62/32 -> 10.0.0.255 replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5683 | 2026-08-11T11:22:27.346Z | |
| 5684 | 2026-08-11T11:22:27.346Z | Aug 11 11:22:26.317 DEBGAug 11 11:22:26.317Aug 11 11:22:26.317 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 } }] DEBG |
| 5685 | 2026-08-11T11:22:27.346Z | adding route 172.17.0.6/32 -> 10.0.0.255 |
| 5686 | 2026-08-11T11:22:27.346Z | 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 } }] |
| 5687 | 2026-08-11T11:22:27.346Z | Aug 11 11:22:26.317Aug 11 11:22:26.317 Aug 11 11:22:26.317INFO 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 } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 5688 | 2026-08-11T11:22:27.346Z | |
| 5689 | 2026-08-11T11:22:27.346Z | failed to allocate space for the new target list |
| 5690 | 2026-08-11T11:22:27.346Z | Aug 11 11:22:26.317Aug 11 11:22:26.317 Aug 11 11:22:26.317INFODEBG DEBG adding route 172.17.0.7/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 } }] |
| 5691 | 2026-08-11T11:22:27.346Z | |
| 5692 | 2026-08-11T11:22:27.346Z | 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 } }] |
| 5693 | 2026-08-11T11:22:27.346Z | Aug 11 11:22:26.317 DEBGAug 11 11:22:26.317 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 |
| 5694 | 2026-08-11T11:22:27.346Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 5695 | 2026-08-11T11:22:27.346Z | Aug 11 11:22:26.317 INFOAug 11 11:22:26.317 adding route 172.17.0.8/32 -> 10.0.0.255DEBG |
| 5696 | 2026-08-11T11:22:27.346Z | 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 } }] |
| 5697 | 2026-08-11T11:22:27.346Z | Aug 11 11:22:26.317 DEBGAug 11 11:22:26.317 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 |
| 5698 | 2026-08-11T11:22:27.346Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 5699 | 2026-08-11T11:22:27.347Z | Aug 11 11:22:26.317 INFOAug 11 11:22:26.317 adding route 172.17.0.9/32 -> 10.0.0.255DEBG |
| 5700 | 2026-08-11T11:22:27.347Z | 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 } }] |
| 5701 | 2026-08-11T11:22:27.347Z | Aug 11 11:22:26.317 DEBGAug 11 11:22:26.317 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 |
| 5702 | 2026-08-11T11:22:27.347Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 5703 | 2026-08-11T11:22:27.347Z | Aug 11 11:22:26.317 INFOAug 11 11:22:26.317 adding route 172.17.0.10/32 -> 10.0.0.255DEBG |
| 5704 | 2026-08-11T11:22:27.347Z | 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 } }] |
| 5705 | 2026-08-11T11:22:27.347Z | Aug 11 11:22:26.317 DEBGAug 11 11:22:26.317 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 |
| 5706 | 2026-08-11T11:22:27.347Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 5707 | 2026-08-11T11:22:27.347Z | Aug 11 11:22:26.317 INFOAug 11 11:22:26.317 adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5708 | 2026-08-11T11:22:27.347Z | Aug 11 11:22:26.317DEBG 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 } }] 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 } }] |
| 5709 | 2026-08-11T11:22:27.347Z | |
| 5710 | 2026-08-11T11:22:27.347Z | Aug 11 11:22:26.317 Aug 11 11:22:26.317INFO INFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 5711 | 2026-08-11T11:22:27.353Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5712 | 2026-08-11T11:22:27.353Z | Aug 11 11:22:26.317 Aug 11 11:22:26.317DEBG 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 } }] |
| 5713 | 2026-08-11T11:22:27.353Z | 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 } }] |
| 5714 | 2026-08-11T11:22:27.353Z | Aug 11 11:22:26.317Aug 11 11:22:26.317 INFOINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 172.17.0.13/32 -> 10.0.0.255 |
| 5715 | 2026-08-11T11:22:27.353Z | |
| 5716 | 2026-08-11T11:22:27.353Z | Aug 11 11:22:26.317Aug 11 11:22:26.317 DEBGDEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 5717 | 2026-08-11T11:22:27.353Z | |
| 5718 | 2026-08-11T11:22:27.353Z | Aug 11 11:22:26.317Aug 11 11:22:26.317 INFOINFO adding route 172.17.0.14/32 -> 10.0.0.255adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 5719 | 2026-08-11T11:22:27.353Z | |
| 5720 | 2026-08-11T11:22:27.353Z | Aug 11 11:22:26.317Aug 11 11:22:26.317 DEBGDEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 5721 | 2026-08-11T11:22:27.353Z | |
| 5722 | 2026-08-11T11:22:27.353Z | Aug 11 11:22:26.317Aug 11 11:22:26.317 INFOINFO adding route 172.17.0.15/32 -> 10.0.0.255adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 5723 | 2026-08-11T11:22:27.353Z | |
| 5724 | 2026-08-11T11:22:27.354Z | Aug 11 11:22:26.317Aug 11 11:22:26.317 DEBGDEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 5725 | 2026-08-11T11:22:27.354Z | |
| 5726 | 2026-08-11T11:22:27.354Z | Aug 11 11:22:26.317Aug 11 11:22:26.317 INFOINFO adding route 172.17.0.16/32 -> 10.0.0.255adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 5727 | 2026-08-11T11:22:27.354Z | |
| 5728 | 2026-08-11T11:22:27.354Z | Aug 11 11:22:26.317Aug 11 11:22:26.317 DEBGDEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 5729 | 2026-08-11T11:22:27.354Z | |
| 5730 | 2026-08-11T11:22:27.354Z | Aug 11 11:22:26.317Aug 11 11:22:26.317 INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 5731 | 2026-08-11T11:22:27.354Z | |
| 5732 | 2026-08-11T11:22:27.354Z | Aug 11 11:22:26.317Aug 11 11:22:26.317 DEBGDEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 5733 | 2026-08-11T11:22:27.354Z | Aug 11 11:22:26.325 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5734 | 2026-08-11T11:22:27.354Z | Aug 11 11:22:26.325 |
| 5735 | 2026-08-11T11:22:27.354Z | 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 } }] |
| 5736 | 2026-08-11T11:22:27.354Z | Aug 11 11:22:26.325 Aug 11 11:22:26.325INFO INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 5737 | 2026-08-11T11:22:27.354Z | adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5738 | 2026-08-11T11:22:27.354Z | Aug 11 11:22:26.325 Aug 11 11:22:26.325DEBG 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 } }] |
| 5739 | 2026-08-11T11:22:27.354Z | 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 } }] |
| 5740 | 2026-08-11T11:22:27.354Z | Aug 11 11:22:26.325 Aug 11 11:22:26.325DEBG INFOfailed to allocate space for the new target list |
| 5741 | 2026-08-11T11:22:27.354Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5742 | 2026-08-11T11:22:27.354Z | Aug 11 11:22:26.325 Aug 11 11:22:26.325DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5743 | 2026-08-11T11:22:27.354Z | 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 } }] |
| 5744 | 2026-08-11T11:22:27.354Z | Aug 11 11:22:26.325 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 5745 | 2026-08-11T11:22:27.354Z | Aug 11 11:22:26.325 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 } }] |
| 5746 | 2026-08-11T11:22:27.354Z | Aug 11 11:22:26.325 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5747 | 2026-08-11T11:22:27.354Z | Aug 11 11:22:26.325 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 } }] |
| 5748 | 2026-08-11T11:22:27.355Z | Aug 11 11:22:26.325 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5749 | 2026-08-11T11:22:27.355Z | Aug 11 11:22:26.325 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 } }] |
| 5750 | 2026-08-11T11:22:27.355Z | Aug 11 11:22:26.325 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5751 | 2026-08-11T11:22:27.355Z | Aug 11 11:22:26.325 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 } }] |
| 5752 | 2026-08-11T11:22:27.355Z | Aug 11 11:22:26.325 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5753 | 2026-08-11T11:22:27.355Z | Aug 11 11:22:26.325 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 } }] |
| 5754 | 2026-08-11T11:22:27.355Z | Aug 11 11:22:26.325 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5755 | 2026-08-11T11:22:27.355Z | Aug 11 11:22:26.325 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 } }] |
| 5756 | 2026-08-11T11:22:27.355Z | Aug 11 11:22:26.325 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5757 | 2026-08-11T11:22:27.355Z | Aug 11 11:22:26.325 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 } }] |
| 5758 | 2026-08-11T11:22:27.355Z | Aug 11 11:22:26.325 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5759 | 2026-08-11T11:22:27.355Z | Aug 11 11:22:26.325 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 } }] |
| 5760 | 2026-08-11T11:22:27.355Z | Aug 11 11:22:26.325 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5761 | 2026-08-11T11:22:27.355Z | Aug 11 11:22:26.325 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 } }] |
| 5762 | 2026-08-11T11:22:27.355Z | Aug 11 11:22:26.325 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5763 | 2026-08-11T11:22:27.355Z | Aug 11 11:22:26.325 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 } }] |
| 5764 | 2026-08-11T11:22:27.355Z | Aug 11 11:22:26.325 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5765 | 2026-08-11T11:22:27.355Z | Aug 11 11:22:26.325 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 } }] |
| 5766 | 2026-08-11T11:22:27.355Z | Aug 11 11:22:26.325 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5767 | 2026-08-11T11:22:27.355Z | Aug 11 11:22:26.325 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 } }] |
| 5768 | 2026-08-11T11:22:27.355Z | Aug 11 11:22:26.325 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5769 | 2026-08-11T11:22:27.355Z | Aug 11 11:22:26.325 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 } }] |
| 5770 | 2026-08-11T11:22:27.355Z | Aug 11 11:22:26.325 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5771 | 2026-08-11T11:22:27.355Z | Aug 11 11:22:26.325 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 } }] |
| 5772 | 2026-08-11T11:22:27.355Z | Aug 11 11:22:26.325 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5773 | 2026-08-11T11:22:27.355Z | Aug 11 11:22:26.325 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 } }] |
| 5774 | 2026-08-11T11:22:27.355Z | Aug 11 11:22:26.325 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5775 | 2026-08-11T11:22:27.356Z | Aug 11 11:22:26.325 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 } }] |
| 5776 | 2026-08-11T11:22:27.356Z | Aug 11 11:22:26.325 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5777 | 2026-08-11T11:22:27.356Z | Aug 11 11:22:26.325 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 } }] |
| 5778 | 2026-08-11T11:22:27.356Z | Aug 11 11:22:26.325 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5779 | 2026-08-11T11:22:27.356Z | Aug 11 11:22:26.325 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 } }] |
| 5780 | 2026-08-11T11:22:27.356Z | Aug 11 11:22:26.325 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5781 | 2026-08-11T11:22:27.356Z | test route::tests::delete_targets_full ... ok |
| 5782 | 2026-08-11T11:22:27.356Z | Aug 11 11:22:26.325 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 } }] |
| 5783 | 2026-08-11T11:22:27.356Z | Aug 11 11:22:26.325 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5784 | 2026-08-11T11:22:27.356Z | Aug 11 11:22:26.325 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 } }] |
| 5785 | 2026-08-11T11:22:27.356Z | Aug 11 11:22:26.325 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5786 | 2026-08-11T11:22:27.356Z | Aug 11 11:22:26.325 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 } }] |
| 5787 | 2026-08-11T11:22:27.356Z | Aug 11 11:22:26.325 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5788 | 2026-08-11T11:22:27.356Z | Aug 11 11:22:26.325 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 } }] |
| 5789 | 2026-08-11T11:22:27.356Z | Aug 11 11:22:26.325 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5790 | 2026-08-11T11:22:27.356Z | Aug 11 11:22:26.325 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 } }] |
| 5791 | 2026-08-11T11:22:27.356Z | Aug 11 11:22:26.325 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5792 | 2026-08-11T11:22:27.356Z | Aug 11 11:22:26.325 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 } }] |
| 5793 | 2026-08-11T11:22:27.356Z | Aug 11 11:22:26.325 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5794 | 2026-08-11T11:22:27.356Z | Aug 11 11:22:26.325 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 } }] |
| 5795 | 2026-08-11T11:22:27.356Z | Aug 11 11:22:26.334 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5796 | 2026-08-11T11:22:27.356Z | Aug 11 11:22:26.334Aug 11 11:22:26.326 DEBG created new freemap, unit: freemap_route_ipv4 |
| 5797 | 2026-08-11T11:22:27.356Z | 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 11 11:22:26.334 |
| 5798 | 2026-08-11T11:22:27.356Z | DEBG created new freemap, unitAug 11 11:22:26.334: INFOfreemap_route_ipv6 |
| 5799 | 2026-08-11T11:22:27.356Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5800 | 2026-08-11T11:22:27.356Z | Aug 11 11:22:26.334 Aug 11 11:22:26.334DEBG DEBGinitted freemap. size: 64 , 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 } }]unit |
| 5801 | 2026-08-11T11:22:27.356Z | : freemap_route_ipv4 |
| 5802 | 2026-08-11T11:22:27.356Z | Aug 11 11:22:26.334 INFO Aug 11 11:22:26.334adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5803 | 2026-08-11T11:22:27.357Z | DEBG reset freemap, unitAug 11 11:22:26.334: DEBGfreemap_route_ipv4 |
| 5804 | 2026-08-11T11:22:27.357Z | 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 } }] |
| 5805 | 2026-08-11T11:22:27.357Z | Aug 11 11:22:26.334Aug 11 11:22:26.334 DEBGINFO initted freemap. size: 64adding route 172.17.0.49/32 -> 10.0.0.255, |
| 5806 | 2026-08-11T11:22:27.357Z | unit: freemap_route_ipv6 |
| 5807 | 2026-08-11T11:22:27.357Z | Aug 11 11:22:26.334 DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:26.334 |
| 5808 | 2026-08-11T11:22:27.357Z | DEBG reset freemap, Aug 11 11:22:26.334unit :INFO freemap_route_ipv6adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5809 | 2026-08-11T11:22:27.357Z | |
| 5810 | 2026-08-11T11:22:27.357Z | Aug 11 11:22:26.334Aug 11 11:22:26.334 DEBGINFO replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5811 | 2026-08-11T11:22:27.364Z | |
| 5812 | 2026-08-11T11:22:27.365Z | Aug 11 11:22:26.334Aug 11 11:22:26.334 INFODEBG adding route 172.17.0.51/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5813 | 2026-08-11T11:22:27.365Z | |
| 5814 | 2026-08-11T11:22:27.365Z | Aug 11 11:22:26.334Aug 11 11:22:26.334 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.16.0.0/32 -> 10.0.0.1 |
| 5815 | 2026-08-11T11:22:27.365Z | |
| 5816 | 2026-08-11T11:22:27.365Z | Aug 11 11:22:26.334Aug 11 11:22:26.334 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: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5817 | 2026-08-11T11:22:27.365Z | |
| 5818 | 2026-08-11T11:22:27.365Z | Aug 11 11:22:26.334Aug 11 11:22:26.334 DEBGINFO replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5819 | 2026-08-11T11:22:27.365Z | |
| 5820 | 2026-08-11T11:22:27.365Z | Aug 11 11:22:26.334Aug 11 11:22:26.334 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5821 | 2026-08-11T11:22:27.365Z | |
| 5822 | 2026-08-11T11:22:27.365Z | Aug 11 11:22:26.334Aug 11 11:22:26.334 DEBGINFO replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5823 | 2026-08-11T11:22:27.365Z | |
| 5824 | 2026-08-11T11:22:27.365Z | Aug 11 11:22:26.334Aug 11 11:22:26.334 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 5825 | 2026-08-11T11:22:27.365Z | |
| 5826 | 2026-08-11T11:22:27.365Z | Aug 11 11:22:26.334Aug 11 11:22:26.334 DEBGINFO replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255 |
| 5827 | 2026-08-11T11:22:27.365Z | |
| 5828 | 2026-08-11T11:22:27.365Z | Aug 11 11:22:26.334Aug 11 11:22:26.334 INFODEBG adding route 172.17.0.55/32 -> 10.0.0.255replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5829 | 2026-08-11T11:22:27.365Z | |
| 5830 | 2026-08-11T11:22:27.365Z | Aug 11 11:22:26.334Aug 11 11:22:26.334 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.1/32 -> 10.0.0.255 |
| 5831 | 2026-08-11T11:22:27.365Z | |
| 5832 | 2026-08-11T11:22:27.365Z | Aug 11 11:22:26.334Aug 11 11:22:26.334 INFODEBG adding route 172.17.0.56/32 -> 10.0.0.255replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5833 | 2026-08-11T11:22:27.365Z | |
| 5834 | 2026-08-11T11:22:27.365Z | Aug 11 11:22:26.334Aug 11 11:22:26.334 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.2/32 -> 10.0.0.255 |
| 5835 | 2026-08-11T11:22:27.365Z | |
| 5836 | 2026-08-11T11:22:27.365Z | Aug 11 11:22:26.334Aug 11 11:22:26.334 INFODEBG adding route 172.17.0.57/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 } }] |
| 5837 | 2026-08-11T11:22:27.366Z | |
| 5838 | 2026-08-11T11:22:27.366Z | Aug 11 11:22:26.334Aug 11 11:22:26.334 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.3/32 -> 10.0.0.255 |
| 5839 | 2026-08-11T11:22:27.366Z | |
| 5840 | 2026-08-11T11:22:27.366Z | Aug 11 11:22:26.334Aug 11 11:22:26.334 INFODEBG adding route 172.17.0.58/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 } }] |
| 5841 | 2026-08-11T11:22:27.366Z | |
| 5842 | 2026-08-11T11:22:27.366Z | Aug 11 11:22:26.334Aug 11 11:22:26.334 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.4/32 -> 10.0.0.255 |
| 5843 | 2026-08-11T11:22:27.366Z | |
| 5844 | 2026-08-11T11:22:27.366Z | Aug 11 11:22:26.334Aug 11 11:22:26.334 INFODEBG adding route 172.17.0.59/32 -> 10.0.0.255replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5845 | 2026-08-11T11:22:27.366Z | |
| 5846 | 2026-08-11T11:22:27.366Z | Aug 11 11:22:26.334Aug 11 11:22:26.334 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.5/32 -> 10.0.0.255 |
| 5847 | 2026-08-11T11:22:27.366Z | |
| 5848 | 2026-08-11T11:22:27.366Z | Aug 11 11:22:26.334Aug 11 11:22:26.334 INFODEBG adding route 172.17.0.60/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 } }] |
| 5849 | 2026-08-11T11:22:27.366Z | |
| 5850 | 2026-08-11T11:22:27.366Z | Aug 11 11:22:26.334Aug 11 11:22:26.334 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.6/32 -> 10.0.0.255 |
| 5851 | 2026-08-11T11:22:27.366Z | |
| 5852 | 2026-08-11T11:22:27.366Z | Aug 11 11:22:26.334Aug 11 11:22:26.334 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 } }]failed to allocate space for the new target list |
| 5853 | 2026-08-11T11:22:27.366Z | |
| 5854 | 2026-08-11T11:22:27.366Z | Aug 11 11:22:26.334Aug 11 11:22:26.334 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255 |
| 5855 | 2026-08-11T11:22:27.366Z | |
| 5856 | 2026-08-11T11:22:27.366Z | Aug 11 11:22:26.334 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 } }] |
| 5857 | 2026-08-11T11:22:27.366Z | Aug 11 11:22:26.334 INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 5858 | 2026-08-11T11:22:27.366Z | Aug 11 11:22:26.334 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 } }] |
| 5859 | 2026-08-11T11:22:27.366Z | Aug 11 11:22:26.334 INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 5860 | 2026-08-11T11:22:27.366Z | Aug 11 11:22:26.334 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 } }] |
| 5861 | 2026-08-11T11:22:27.366Z | Aug 11 11:22:26.334 INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5862 | 2026-08-11T11:22:27.366Z | Aug 11 11:22:26.334 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 } }] |
| 5863 | 2026-08-11T11:22:27.366Z | Aug 11 11:22:26.334 INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5864 | 2026-08-11T11:22:27.366Z | Aug 11 11:22:26.334 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 } }] |
| 5865 | 2026-08-11T11:22:27.367Z | Aug 11 11:22:26.334 INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5866 | 2026-08-11T11:22:27.367Z | Aug 11 11:22:26.334 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 } }] |
| 5867 | 2026-08-11T11:22:27.367Z | Aug 11 11:22:26.334 INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5868 | 2026-08-11T11:22:27.367Z | test route::tests::delete_targets_fragmented ... ok |
| 5869 | 2026-08-11T11:22:27.367Z | Aug 11 11:22:26.334 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 } }] |
| 5870 | 2026-08-11T11:22:27.367Z | |
| 5871 | 2026-08-11T11:22:27.367Z | test result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s |
| 5872 | 2026-08-11T11:22:27.367Z | Aug 11 11:22:26.334 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5873 | 2026-08-11T11:22:27.367Z | |
| 5874 | 2026-08-11T11:22:27.367Z | Aug 11 11:22:26.334 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 } }] |
| 5875 | 2026-08-11T11:22:27.367Z | Aug 11 11:22:26.334 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5876 | 2026-08-11T11:22:27.367Z | Aug 11 11:22:26.334 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 } }] |
| 5877 | 2026-08-11T11:22:27.367Z | Aug 11 11:22:26.334 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5878 | 2026-08-11T11:22:27.367Z | Aug 11 11:22:26.334 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 } }] |
| 5879 | 2026-08-11T11:22:27.367Z | Aug 11 11:22:26.334 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5880 | 2026-08-11T11:22:27.367Z | Aug 11 11:22:26.334 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 } }] |
| 5881 | 2026-08-11T11:22:27.367Z | Aug 11 11:22:26.334 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5882 | 2026-08-11T11:22:27.367Z | Aug 11 11:22:26.334 DEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5883 | 2026-08-11T11:22:27.367Z | Aug 11 11:22:26.334 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5884 | 2026-08-11T11:22:27.367Z | Aug 11 11:22:26.334 DEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5885 | 2026-08-11T11:22:27.367Z | Aug 11 11:22:26.334 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5886 | 2026-08-11T11:22:27.367Z | Aug 11 11:22:26.334 DEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5887 | 2026-08-11T11:22:27.367Z | Aug 11 11:22:26.334 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 5888 | 2026-08-11T11:22:27.367Z | Aug 11 11:22:26.334 DEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5889 | 2026-08-11T11:22:27.367Z | Aug 11 11:22:26.334 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5890 | 2026-08-11T11:22:27.367Z | Aug 11 11:22:26.334 DEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5891 | 2026-08-11T11:22:27.367Z | Aug 11 11:22:26.334 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5892 | 2026-08-11T11:22:27.367Z | Aug 11 11:22:26.334 DEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5893 | 2026-08-11T11:22:27.368Z | Aug 11 11:22:26.334 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5894 | 2026-08-11T11:22:27.368Z | Aug 11 11:22:26.334 DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5895 | 2026-08-11T11:22:27.368Z | Aug 11 11:22:26.334 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5896 | 2026-08-11T11:22:27.368Z | Aug 11 11:22:26.334 DEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5897 | 2026-08-11T11:22:27.368Z | Aug 11 11:22:26.334 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5898 | 2026-08-11T11:22:27.368Z | Aug 11 11:22:26.334 DEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5899 | 2026-08-11T11:22:27.368Z | Aug 11 11:22:26.334 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5900 | 2026-08-11T11:22:27.368Z | Aug 11 11:22:26.334 DEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5901 | 2026-08-11T11:22:27.368Z | Aug 11 11:22:26.334 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5902 | 2026-08-11T11:22:27.368Z | Aug 11 11:22:26.334 DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5903 | 2026-08-11T11:22:27.368Z | Aug 11 11:22:26.334 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5904 | 2026-08-11T11:22:27.368Z | Aug 11 11:22:26.334 DEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5905 | 2026-08-11T11:22:27.368Z | Aug 11 11:22:26.334 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5906 | 2026-08-11T11:22:27.368Z | Aug 11 11:22:26.334 DEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5907 | 2026-08-11T11:22:27.368Z | Aug 11 11:22:26.334 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5908 | 2026-08-11T11:22:27.368Z | Aug 11 11:22:26.334 DEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5909 | 2026-08-11T11:22:27.368Z | Aug 11 11:22:26.334 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5910 | 2026-08-11T11:22:27.368Z | Aug 11 11:22:26.334 DEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5911 | 2026-08-11T11:22:27.373Z | Aug 11 11:22:26.334 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5912 | 2026-08-11T11:22:27.373Z | Aug 11 11:22:26.334 DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5913 | 2026-08-11T11:22:27.373Z | Aug 11 11:22:26.342 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5914 | 2026-08-11T11:22:27.373Z | Aug 11 11:22:26.342 DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5915 | 2026-08-11T11:22:27.373Z | Aug 11 11:22:26.342 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5916 | 2026-08-11T11:22:27.373Z | Aug 11 11:22:26.342 DEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5917 | 2026-08-11T11:22:27.373Z | Aug 11 11:22:26.342 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5918 | 2026-08-11T11:22:27.373Z | Aug 11 11:22:26.342 DEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5919 | 2026-08-11T11:22:27.373Z | Aug 11 11:22:26.342 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5920 | 2026-08-11T11:22:27.373Z | Aug 11 11:22:26.342 DEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5921 | 2026-08-11T11:22:27.373Z | Aug 11 11:22:26.342 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5922 | 2026-08-11T11:22:27.374Z | Aug 11 11:22:26.342 DEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5923 | 2026-08-11T11:22:27.374Z | Aug 11 11:22:26.342 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5924 | 2026-08-11T11:22:27.374Z | Aug 11 11:22:26.342 DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5925 | 2026-08-11T11:22:27.374Z | Aug 11 11:22:26.342 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5926 | 2026-08-11T11:22:27.374Z | Aug 11 11:22:26.342 DEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5927 | 2026-08-11T11:22:27.374Z | Aug 11 11:22:26.342 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5928 | 2026-08-11T11:22:27.374Z | Aug 11 11:22:26.342 DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5929 | 2026-08-11T11:22:27.374Z | Aug 11 11:22:26.342 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5930 | 2026-08-11T11:22:27.374Z | Aug 11 11:22:26.342 DEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5931 | 2026-08-11T11:22:27.374Z | Aug 11 11:22:26.342 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5932 | 2026-08-11T11:22:27.374Z | Aug 11 11:22:26.342 DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5933 | 2026-08-11T11:22:27.374Z | Aug 11 11:22:26.342 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5934 | 2026-08-11T11:22:27.374Z | Aug 11 11:22:26.342 DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5935 | 2026-08-11T11:22:27.374Z | Aug 11 11:22:26.342 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5936 | 2026-08-11T11:22:27.374Z | Aug 11 11:22:26.342 DEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5937 | 2026-08-11T11:22:27.374Z | Aug 11 11:22:26.342 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5938 | 2026-08-11T11:22:27.374Z | Aug 11 11:22:26.342 DEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5939 | 2026-08-11T11:22:27.374Z | Aug 11 11:22:26.342 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5940 | 2026-08-11T11:22:27.374Z | Aug 11 11:22:26.342 DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5941 | 2026-08-11T11:22:27.374Z | Aug 11 11:22:26.342 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5942 | 2026-08-11T11:22:27.374Z | Aug 11 11:22:26.342 DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5943 | 2026-08-11T11:22:27.374Z | Aug 11 11:22:26.342 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5944 | 2026-08-11T11:22:27.374Z | Aug 11 11:22:26.342 DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5945 | 2026-08-11T11:22:27.374Z | Aug 11 11:22:26.342 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5946 | 2026-08-11T11:22:27.374Z | Aug 11 11:22:26.342 DEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5947 | 2026-08-11T11:22:27.374Z | Aug 11 11:22:26.342 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5948 | 2026-08-11T11:22:27.374Z | Aug 11 11:22:26.342 DEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5949 | 2026-08-11T11:22:27.374Z | Aug 11 11:22:26.342 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5950 | 2026-08-11T11:22:27.375Z | Aug 11 11:22:26.342 DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5951 | 2026-08-11T11:22:27.375Z | Aug 11 11:22:26.342 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5952 | 2026-08-11T11:22:27.375Z | Aug 11 11:22:26.342 DEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5953 | 2026-08-11T11:22:27.375Z | Aug 11 11:22:26.342 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5954 | 2026-08-11T11:22:27.375Z | Aug 11 11:22:26.342 DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5955 | 2026-08-11T11:22:27.375Z | Aug 11 11:22:26.342 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5956 | 2026-08-11T11:22:27.375Z | Aug 11 11:22:26.342 DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5957 | 2026-08-11T11:22:27.375Z | Aug 11 11:22:26.342 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5958 | 2026-08-11T11:22:27.375Z | Aug 11 11:22:26.342 DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5959 | 2026-08-11T11:22:27.375Z | Aug 11 11:22:26.342 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5960 | 2026-08-11T11:22:27.375Z | Aug 11 11:22:26.342 DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5961 | 2026-08-11T11:22:27.375Z | Aug 11 11:22:26.342 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5962 | 2026-08-11T11:22:27.375Z | Aug 11 11:22:26.342 DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5963 | 2026-08-11T11:22:27.375Z | Aug 11 11:22:26.342 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5964 | 2026-08-11T11:22:27.375Z | Aug 11 11:22:26.342 DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5965 | 2026-08-11T11:22:27.375Z | Aug 11 11:22:26.342 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5966 | 2026-08-11T11:22:27.375Z | Aug 11 11:22:26.342 DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5967 | 2026-08-11T11:22:27.375Z | Aug 11 11:22:26.342 DEBG failed to allocate space for the new target list |
| 5968 | 2026-08-11T11:22:27.375Z | Aug 11 11:22:26.342 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5969 | 2026-08-11T11:22:27.375Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-87e1c72674414b03) |
| 5970 | 2026-08-11T11:22:27.375Z | |
| 5971 | 2026-08-11T11:22:27.375Z | running 0 tests |
| 5972 | 2026-08-11T11:22:27.375Z | |
| 5973 | 2026-08-11T11:22:27.375Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5974 | 2026-08-11T11:22:27.375Z | |
| 5975 | 2026-08-11T11:22:27.375Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024) |
| 5976 | 2026-08-11T11:22:27.375Z | |
| 5977 | 2026-08-11T11:22:27.375Z | running 0 tests |
| 5978 | 2026-08-11T11:22:27.376Z | |
| 5979 | 2026-08-11T11:22:27.376Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5980 | 2026-08-11T11:22:27.376Z | |
| 5981 | 2026-08-11T11:22:27.376Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-e93a99ac5e645656) |
| 5982 | 2026-08-11T11:22:27.376Z | |
| 5983 | 2026-08-11T11:22:27.376Z | running 6 tests |
| 5984 | 2026-08-11T11:22:27.376Z | test tests::test_full_lot_id_neither_present ... ok |
| 5985 | 2026-08-11T11:22:27.376Z | test tests::test_full_lot_id_lot_only ... ok |
| 5986 | 2026-08-11T11:22:27.376Z | test tests::test_port_id_cmp ... ok |
| 5987 | 2026-08-11T11:22:27.376Z | test tests::test_parse_client_port_id ... ok |
| 5988 | 2026-08-11T11:22:27.376Z | test tests::test_full_lot_id_both_present ... ok |
| 5989 | 2026-08-11T11:22:27.376Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 5990 | 2026-08-11T11:22:27.376Z | |
| 5991 | 2026-08-11T11:22:27.376Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5992 | 2026-08-11T11:22:27.376Z | |
| 5993 | 2026-08-11T11:22:27.376Z | Running tests/test_all.rs (target/debug/deps/test_all-cd4e053c312dafad) |
| 5994 | 2026-08-11T11:22:27.376Z | |
| 5995 | 2026-08-11T11:22:27.376Z | running 0 tests |
| 5996 | 2026-08-11T11:22:27.376Z | |
| 5997 | 2026-08-11T11:22:27.376Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5998 | 2026-08-11T11:22:27.376Z | |
| 5999 | 2026-08-11T11:22:27.376Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21) |
| 6000 | 2026-08-11T11:22:27.376Z | |
| 6001 | 2026-08-11T11:22:27.376Z | running 0 tests |
| 6002 | 2026-08-11T11:22:27.376Z | |
| 6003 | 2026-08-11T11:22:27.376Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6004 | 2026-08-11T11:22:27.376Z | |
| 6005 | 2026-08-11T11:22:27.377Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62) |
| 6006 | 2026-08-11T11:22:27.377Z | |
| 6007 | 2026-08-11T11:22:27.377Z | running 0 tests |
| 6008 | 2026-08-11T11:22:27.377Z | |
| 6009 | 2026-08-11T11:22:27.377Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6010 | 2026-08-11T11:22:27.377Z | |
| 6011 | 2026-08-11T11:22:27.381Z | Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1) |
| 6012 | 2026-08-11T11:22:27.381Z | |
| 6013 | 2026-08-11T11:22:27.381Z | running 12 tests |
| 6014 | 2026-08-11T11:22:27.381Z | test icmp::test_v4_checksum ... ok |
| 6015 | 2026-08-11T11:22:27.381Z | test ipv6::test_ipv6_parse ... ok |
| 6016 | 2026-08-11T11:22:27.381Z | test icmp::test_v6_checksum ... ok |
| 6017 | 2026-08-11T11:22:27.381Z | test lldp::test_lldp_parse ... ok |
| 6018 | 2026-08-11T11:22:27.381Z | test pbuf::test_byte ... ok |
| 6019 | 2026-08-11T11:22:27.381Z | test pbuf::test_nibble ... ok |
| 6020 | 2026-08-11T11:22:27.381Z | test pbuf::test_short ... ok |
| 6021 | 2026-08-11T11:22:27.381Z | test pbuf::test_overflow ... ok |
| 6022 | 2026-08-11T11:22:27.381Z | test pbuf::test_twelve ... ok |
| 6023 | 2026-08-11T11:22:27.381Z | test pbuf::test_word ... ok |
| 6024 | 2026-08-11T11:22:27.381Z | test tcp::test_checksum_syn_nodata ... ok |
| 6025 | 2026-08-11T11:22:27.381Z | test tcp::test_checksum_ack_data ... ok |
| 6026 | 2026-08-11T11:22:27.381Z | |
| 6027 | 2026-08-11T11:22:27.381Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6028 | 2026-08-11T11:22:27.382Z | |
| 6029 | 2026-08-11T11:22:27.382Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 6030 | 2026-08-11T11:22:27.382Z | |
| 6031 | 2026-08-11T11:22:27.382Z | running 0 tests |
| 6032 | 2026-08-11T11:22:27.382Z | |
| 6033 | 2026-08-11T11:22:27.382Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6034 | 2026-08-11T11:22:27.382Z | |
| 6035 | 2026-08-11T11:22:27.382Z | Running unittests src/main.rs (target/debug/deps/swadm-fbdb6359d79fc046) |
| 6036 | 2026-08-11T11:22:27.382Z | |
| 6037 | 2026-08-11T11:22:27.382Z | running 5 tests |
| 6038 | 2026-08-11T11:22:27.382Z | test switchport::test::test_compute_lanes ... ok |
| 6039 | 2026-08-11T11:22:27.382Z | test switchport::test::port_id_ordering ... ok |
| 6040 | 2026-08-11T11:22:27.382Z | Lane 0 Lane 1 Lane 2 Lane 3 Lane 0 |
| 6041 | 2026-08-11T11:22:27.382Z | State: ActivatedLane 1 Lane 2Activated Activated Lane 3Activated |
| 6042 | 2026-08-11T11:22:27.382Z | |
| 6043 | 2026-08-11T11:22:27.382Z | Rx Loss-of-lock: Yes Rx Output Enabled: falseYes falseYes Yesfalse |
| 6044 | 2026-08-11T11:22:27.382Z | false Rx Loss-of-signal: Yes |
| 6045 | 2026-08-11T11:22:27.382Z | Rx Output Status: validYes Yes Yesvalid |
| 6046 | 2026-08-11T11:22:27.382Z | valid Rx CDR Enabled: Yes valid |
| 6047 | 2026-08-11T11:22:27.382Z | Yes Rx Loss-of-lock: true Yes trueYes |
| 6048 | 2026-08-11T11:22:27.382Z | Tx Enabled: Yes true Yestrue |
| 6049 | 2026-08-11T11:22:27.382Z | Yes Rx Loss-of-signal: falseYes |
| 6050 | 2026-08-11T11:22:27.382Z | false Tx Loss-of-lock: No Nofalse false |
| 6051 | 2026-08-11T11:22:27.382Z | No NoRx Auto-squelch Disable: true |
| 6052 | 2026-08-11T11:22:27.382Z | Tx Loss-of-signal: No trueNo true Notrue |
| 6053 | 2026-08-11T11:22:27.382Z | No Tx Output Enabled: true |
| 6054 | 2026-08-11T11:22:27.382Z | true Tx CDR Enabled: No true Notrue |
| 6055 | 2026-08-11T11:22:27.382Z | Tx Output Status: invalidNo No |
| 6056 | 2026-08-11T11:22:27.382Z | invalid Tx Adaptive EQ Fault: No invalidNo invalidNo |
| 6057 | 2026-08-11T11:22:27.383Z | No Tx Loss-of-lock: false |
| 6058 | 2026-08-11T11:22:27.383Z | Tx Fault: Yesfalse Yesfalse Yesfalse |
| 6059 | 2026-08-11T11:22:27.383Z | Yes |
| 6060 | 2026-08-11T11:22:27.383Z | Tx Loss-of-signal: true true true true |
| 6061 | 2026-08-11T11:22:27.383Z | Tx Auto-squelch Disable: false false false false |
| 6062 | 2026-08-11T11:22:27.383Z | Tx Adaptive EQ Fail: true true true true |
| 6063 | 2026-08-11T11:22:27.383Z | Tx Failure: false false false false |
| 6064 | 2026-08-11T11:22:27.383Z | Tx Force Squelch: true true true true |
| 6065 | 2026-08-11T11:22:27.383Z | Tx Input Polarity: normal normal normal normal |
| 6066 | 2026-08-11T11:22:27.383Z | test switchport::test::test_print_sff_datapath ... ok |
| 6067 | 2026-08-11T11:22:27.383Z | test switchport::test::test_print_cmis_datapath ... ok |
| 6068 | 2026-08-11T11:22:27.383Z | test link::test_filter ... ok |
| 6069 | 2026-08-11T11:22:27.383Z | |
| 6070 | 2026-08-11T11:22:27.383Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6071 | 2026-08-11T11:22:27.383Z | |
| 6072 | 2026-08-11T11:22:27.383Z | Running tests/counters.rs (target/debug/deps/counters-5ce120fa8d2b54bb) |
| 6073 | 2026-08-11T11:22:27.383Z | |
| 6074 | 2026-08-11T11:22:27.383Z | running 1 test |
| 6075 | 2026-08-11T11:22:27.383Z | test test_p4_counter_list ... ignored |
| 6076 | 2026-08-11T11:22:27.383Z | |
| 6077 | 2026-08-11T11:22:27.383Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6078 | 2026-08-11T11:22:27.383Z | |
| 6079 | 2026-08-11T11:22:27.383Z | Running tests/port-link.rs (target/debug/deps/port_link-388d3ec65a04516c) |
| 6080 | 2026-08-11T11:22:27.383Z | |
| 6081 | 2026-08-11T11:22:27.383Z | running 5 tests |
| 6082 | 2026-08-11T11:22:27.383Z | test test_an ... ignored |
| 6083 | 2026-08-11T11:22:27.383Z | test test_enable ... ignored |
| 6084 | 2026-08-11T11:22:27.383Z | test test_ip_addresses ... ignored |
| 6085 | 2026-08-11T11:22:27.384Z | test test_kr ... ignored |
| 6086 | 2026-08-11T11:22:27.384Z | test test_mac ... ignored |
| 6087 | 2026-08-11T11:22:27.384Z | |
| 6088 | 2026-08-11T11:22:27.384Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6089 | 2026-08-11T11:22:27.384Z | |
| 6090 | 2026-08-11T11:22:27.384Z | Running unittests src/main.rs (target/debug/deps/tfportd-b79f97b4380a5c75) |
| 6091 | 2026-08-11T11:22:27.384Z | |
| 6092 | 2026-08-11T11:22:27.384Z | running 3 tests |
| 6093 | 2026-08-11T11:22:27.384Z | test linklocal::test_parse_ipadm ... ok |
| 6094 | 2026-08-11T11:22:27.384Z | test tfport::test_parse_tfport ... ok |
| 6095 | 2026-08-11T11:22:27.384Z | test config::tests::test_updates ... ok |
| 6096 | 2026-08-11T11:22:27.384Z | |
| 6097 | 2026-08-11T11:22:27.384Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6098 | 2026-08-11T11:22:27.384Z | |
| 6099 | 2026-08-11T11:22:27.384Z | Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40) |
| 6100 | 2026-08-11T11:22:27.384Z | |
| 6101 | 2026-08-11T11:22:27.384Z | running 0 tests |
| 6102 | 2026-08-11T11:22:27.384Z | |
| 6103 | 2026-08-11T11:22:27.384Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6104 | 2026-08-11T11:22:27.384Z | |
| 6105 | 2026-08-11T11:22:27.384Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 6106 | 2026-08-11T11:22:27.384Z | |
| 6107 | 2026-08-11T11:22:27.384Z | running 0 tests |
| 6108 | 2026-08-11T11:22:27.384Z | |
| 6109 | 2026-08-11T11:22:27.384Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6110 | 2026-08-11T11:22:27.384Z | |
| 6111 | 2026-08-11T11:22:27.388Z | Doc-tests aal |
| 6112 | 2026-08-11T11:22:27.499Z | |
| 6113 | 2026-08-11T11:22:27.499Z | running 0 tests |
| 6114 | 2026-08-11T11:22:27.499Z | |
| 6115 | 2026-08-11T11:22:27.503Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6116 | 2026-08-11T11:22:27.503Z | |
| 6117 | 2026-08-11T11:22:27.515Z | Doc-tests aal_macros |
| 6118 | 2026-08-11T11:22:27.582Z | |
| 6119 | 2026-08-11T11:22:27.582Z | running 0 tests |
| 6120 | 2026-08-11T11:22:27.582Z | |
| 6121 | 2026-08-11T11:22:27.582Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6122 | 2026-08-11T11:22:27.582Z | |
| 6123 | 2026-08-11T11:22:27.592Z | Doc-tests common |
| 6124 | 2026-08-11T11:22:27.822Z | |
| 6125 | 2026-08-11T11:22:27.822Z | running 0 tests |
| 6126 | 2026-08-11T11:22:27.822Z | |
| 6127 | 2026-08-11T11:22:27.822Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6128 | 2026-08-11T11:22:27.822Z | |
| 6129 | 2026-08-11T11:22:27.843Z | Doc-tests dpd_api |
| 6130 | 2026-08-11T11:22:28.603Z | |
| 6131 | 2026-08-11T11:22:28.603Z | running 2 tests |
| 6132 | 2026-08-11T11:22:28.603Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 6133 | 2026-08-11T11:22:28.603Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 6134 | 2026-08-11T11:22:28.603Z | |
| 6135 | 2026-08-11T11:22:28.603Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6136 | 2026-08-11T11:22:28.603Z | |
| 6137 | 2026-08-11T11:22:28.634Z | Doc-tests dpd_client |
| 6138 | 2026-08-11T11:22:29.933Z | |
| 6139 | 2026-08-11T11:22:29.933Z | running 0 tests |
| 6140 | 2026-08-11T11:22:29.933Z | |
| 6141 | 2026-08-11T11:22:29.933Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6142 | 2026-08-11T11:22:29.933Z | |
| 6143 | 2026-08-11T11:22:29.980Z | Doc-tests dpd_types |
| 6144 | 2026-08-11T11:22:30.195Z | |
| 6145 | 2026-08-11T11:22:30.195Z | running 0 tests |
| 6146 | 2026-08-11T11:22:30.195Z | |
| 6147 | 2026-08-11T11:22:30.195Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6148 | 2026-08-11T11:22:30.195Z | |
| 6149 | 2026-08-11T11:22:30.221Z | Doc-tests dpd_types_versions |
| 6150 | 2026-08-11T11:22:31.443Z | |
| 6151 | 2026-08-11T11:22:31.443Z | running 1 test |
| 6152 | 2026-08-11T11:22:31.443Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 6153 | 2026-08-11T11:22:31.443Z | |
| 6154 | 2026-08-11T11:22:31.443Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6155 | 2026-08-11T11:22:31.443Z | |
| 6156 | 2026-08-11T11:22:31.487Z | Doc-tests packet |
| 6157 | 2026-08-11T11:22:31.600Z | |
| 6158 | 2026-08-11T11:22:31.601Z | running 0 tests |
| 6159 | 2026-08-11T11:22:31.601Z | |
| 6160 | 2026-08-11T11:22:31.601Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6161 | 2026-08-11T11:22:31.601Z | |
| 6162 | 2026-08-11T11:22:31.617Z | Doc-tests pcap |
| 6163 | 2026-08-11T11:22:31.669Z | |
| 6164 | 2026-08-11T11:22:31.669Z | running 0 tests |
| 6165 | 2026-08-11T11:22:31.669Z | |
| 6166 | 2026-08-11T11:22:31.673Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6167 | 2026-08-11T11:22:31.673Z | |
| 6168 | 2026-08-11T11:22:31.715Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 6169 | 2026-08-11T11:22:31.715Z | + RUST_BACKTRACE=full |
| 6170 | 2026-08-11T11:22:31.715Z | + cargo test --features softnpu --no-fail-fast |
| 6171 | 2026-08-11T11:22:32.372Z | Compiling num-integer v0.1.46 |
| 6172 | 2026-08-11T11:22:32.458Z | Compiling num-complex v0.4.6 |
| 6173 | 2026-08-11T11:22:32.505Z | Compiling bitstruct_derive v0.1.0 |
| 6174 | 2026-08-11T11:22:32.508Z | Compiling tap v1.0.1 |
| 6175 | 2026-08-11T11:22:32.632Z | Compiling wyz v0.5.1 |
| 6176 | 2026-08-11T11:22:32.750Z | Compiling num-iter v0.1.45 |
| 6177 | 2026-08-11T11:22:32.786Z | Compiling num-rational v0.4.2 |
| 6178 | 2026-08-11T11:22:32.804Z | Compiling num-bigint v0.4.6 |
| 6179 | 2026-08-11T11:22:32.877Z | Compiling radium v0.7.0 |
| 6180 | 2026-08-11T11:22:32.903Z | Compiling funty v2.0.0 |
| 6181 | 2026-08-11T11:22:32.961Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 6182 | 2026-08-11T11:22:32.988Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6183 | 2026-08-11T11:22:33.083Z | Compiling num v0.4.3 |
| 6184 | 2026-08-11T11:22:33.169Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6185 | 2026-08-11T11:22:33.199Z | Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6186 | 2026-08-11T11:22:33.211Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6187 | 2026-08-11T11:22:33.310Z | Compiling bitvec v1.0.1 |
| 6188 | 2026-08-11T11:22:33.336Z | Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6189 | 2026-08-11T11:22:33.470Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6190 | 2026-08-11T11:22:33.512Z | Compiling typeid v1.0.3 |
| 6191 | 2026-08-11T11:22:33.581Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6192 | 2026-08-11T11:22:33.594Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6193 | 2026-08-11T11:22:33.631Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6194 | 2026-08-11T11:22:33.926Z | Compiling ascii v1.1.0 |
| 6195 | 2026-08-11T11:22:34.221Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6196 | 2026-08-11T11:22:34.455Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6197 | 2026-08-11T11:22:34.536Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6198 | 2026-08-11T11:22:34.646Z | Compiling erased-serde v0.4.8 |
| 6199 | 2026-08-11T11:22:34.742Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6200 | 2026-08-11T11:22:34.747Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 6201 | 2026-08-11T11:22:34.975Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6202 | 2026-08-11T11:22:34.986Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 6203 | 2026-08-11T11:22:35.136Z | Compiling bitstruct v0.1.1 |
| 6204 | 2026-08-11T11:22:35.458Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 6205 | 2026-08-11T11:22:35.554Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6206 | 2026-08-11T11:22:35.565Z | Compiling serde_arrays v0.1.0 |
| 6207 | 2026-08-11T11:22:35.600Z | Compiling libloading v0.7.4 |
| 6208 | 2026-08-11T11:22:35.740Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 6209 | 2026-08-11T11:22:36.016Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6210 | 2026-08-11T11:22:36.367Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6211 | 2026-08-11T11:22:36.683Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6212 | 2026-08-11T11:22:37.711Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 6213 | 2026-08-11T11:22:38.338Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 6214 | 2026-08-11T11:22:44.508Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6215 | 2026-08-11T11:22:44.730Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 6216 | 2026-08-11T11:22:44.731Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6217 | 2026-08-11T11:22:44.815Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6218 | 2026-08-11T11:22:44.838Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6219 | 2026-08-11T11:22:45.355Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 6220 | 2026-08-11T11:22:46.849Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6221 | 2026-08-11T11:22:47.884Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6222 | 2026-08-11T11:22:49.783Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 6223 | 2026-08-11T11:22:50.288Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 6224 | 2026-08-11T11:22:51.736Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 6225 | 2026-08-11T11:22:53.709Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6226 | 2026-08-11T11:22:53.878Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 6227 | 2026-08-11T11:22:54.732Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6228 | 2026-08-11T11:23:02.058Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6229 | 2026-08-11T11:23:04.719Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6230 | 2026-08-11T11:23:07.647Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 6231 | 2026-08-11T11:23:48.644Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 16s |
| 6232 | 2026-08-11T11:23:48.764Z | Running unittests src/lib.rs (target/debug/deps/aal-affad6fdfabd907a) |
| 6233 | 2026-08-11T11:23:48.768Z | |
| 6234 | 2026-08-11T11:23:48.768Z | running 5 tests |
| 6235 | 2026-08-11T11:23:48.768Z | test fuse::tests::chip_revision_a0 ... ok |
| 6236 | 2026-08-11T11:23:48.768Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 6237 | 2026-08-11T11:23:48.768Z | test fuse::tests::chip_revision_b1 ... ok |
| 6238 | 2026-08-11T11:23:48.768Z | test fuse::tests::chip_revision_b0 ... ok |
| 6239 | 2026-08-11T11:23:48.768Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 6240 | 2026-08-11T11:23:48.768Z | |
| 6241 | 2026-08-11T11:23:48.768Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6242 | 2026-08-11T11:23:48.768Z | |
| 6243 | 2026-08-11T11:23:48.769Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 6244 | 2026-08-11T11:23:48.772Z | |
| 6245 | 2026-08-11T11:23:48.772Z | running 0 tests |
| 6246 | 2026-08-11T11:23:48.772Z | |
| 6247 | 2026-08-11T11:23:48.772Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6248 | 2026-08-11T11:23:48.772Z | |
| 6249 | 2026-08-11T11:23:48.776Z | Running unittests src/lib.rs (target/debug/deps/asic-e67036ebfb68f0c4) |
| 6250 | 2026-08-11T11:23:48.776Z | |
| 6251 | 2026-08-11T11:23:48.776Z | running 0 tests |
| 6252 | 2026-08-11T11:23:48.776Z | |
| 6253 | 2026-08-11T11:23:48.776Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6254 | 2026-08-11T11:23:48.776Z | |
| 6255 | 2026-08-11T11:23:48.776Z | Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac) |
| 6256 | 2026-08-11T11:23:48.781Z | |
| 6257 | 2026-08-11T11:23:48.781Z | running 10 tests |
| 6258 | 2026-08-11T11:23:48.784Z | test nat::tests::test_vni ... ok |
| 6259 | 2026-08-11T11:23:48.784Z | test network::tests::test_equal ... ok |
| 6260 | 2026-08-11T11:23:48.784Z | test network::tests::test_eui64 ... ok |
| 6261 | 2026-08-11T11:23:48.784Z | test network::tests::test_into ... ok |
| 6262 | 2026-08-11T11:23:48.785Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 6263 | 2026-08-11T11:23:48.785Z | test network::tests::test_not_equal ... ok |
| 6264 | 2026-08-11T11:23:48.785Z | test network::tests::test_parse ... ok |
| 6265 | 2026-08-11T11:23:48.785Z | test network::tests::test_to_string ... ok |
| 6266 | 2026-08-11T11:23:48.785Z | test test_purge ... ok |
| 6267 | 2026-08-11T11:23:48.788Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 6268 | 2026-08-11T11:23:48.788Z | |
| 6269 | 2026-08-11T11:23:48.789Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 6270 | 2026-08-11T11:23:48.789Z | |
| 6271 | 2026-08-11T11:23:48.789Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-0e5bd5cdf8c4ffbd) |
| 6272 | 2026-08-11T11:23:48.794Z | |
| 6273 | 2026-08-11T11:23:48.794Z | running 1 test |
| 6274 | 2026-08-11T11:23:48.797Z | ------- |
| 6275 | 2026-08-11T11:23:48.797Z | Generating OpenAPI documents from API definitions ... |
| 6276 | 2026-08-11T11:23:48.934Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 6277 | 2026-08-11T11:23:49.003Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 6278 | 2026-08-11T11:23:50.034Z | ------- |
| 6279 | 2026-08-11T11:23:50.034Z | Checking 12 OpenAPI documents... |
| 6280 | 2026-08-11T11:23:50.034Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6281 | 2026-08-11T11:23:50.034Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6282 | 2026-08-11T11:23:50.034Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6283 | 2026-08-11T11:23:50.034Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6284 | 2026-08-11T11:23:50.034Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6285 | 2026-08-11T11:23:50.039Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6286 | 2026-08-11T11:23:50.039Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6287 | 2026-08-11T11:23:50.039Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6288 | 2026-08-11T11:23:50.039Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6289 | 2026-08-11T11:23:50.039Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6290 | 2026-08-11T11:23:50.039Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6291 | 2026-08-11T11:23:50.039Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6292 | 2026-08-11T11:23:50.039Z | Fresh dpd "latest" symlink |
| 6293 | 2026-08-11T11:23:50.039Z | ------- |
| 6294 | 2026-08-11T11:23:50.039Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 6295 | 2026-08-11T11:23:50.099Z | test test::test_apis_up_to_date ... ok |
| 6296 | 2026-08-11T11:23:50.099Z | |
| 6297 | 2026-08-11T11:23:50.099Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.31s |
| 6298 | 2026-08-11T11:23:50.099Z | |
| 6299 | 2026-08-11T11:23:50.157Z | Running unittests src/main.rs (target/debug/deps/dpd-95da137ea5c9df79) |
| 6300 | 2026-08-11T11:23:50.163Z | |
| 6301 | 2026-08-11T11:23:50.163Z | running 34 tests |
| 6302 | 2026-08-11T11:23:50.167Z | test freemap::test_ordering ... ok |
| 6303 | 2026-08-11T11:23:50.167Z | test config::tests::test_updates ... ok |
| 6304 | 2026-08-11T11:23:50.167Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 6305 | 2026-08-11T11:23:50.167Z | test freemap::test_split ... ok |
| 6306 | 2026-08-11T11:23:50.167Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 6307 | 2026-08-11T11:23:50.167Z | test macaddrs::tests::test_mac_offset ... ok |
| 6308 | 2026-08-11T11:23:50.172Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 6309 | 2026-08-11T11:23:50.172Z | test macaddrs::tests::test_parse_port_id ... ok |
| 6310 | 2026-08-11T11:23:50.172Z | Aug 11 11:23:49.182 DEBG created new freemap, unit: freemap_test |
| 6311 | 2026-08-11T11:23:50.172Z | Aug 11 11:23:49.183 DEBG initted freemap. size: 128, unit: freemap_test |
| 6312 | 2026-08-11T11:23:50.173Z | Aug 11 11:23:49.183 DEBG reset freemap, unit: freemap_test |
| 6313 | 2026-08-11T11:23:50.173Z | test nat::test_mapping ... ok |
| 6314 | 2026-08-11T11:23:50.173Z | test freemap::test_free ... ok |
| 6315 | 2026-08-11T11:23:50.173Z | Aug 11 11:23:49.183 DEBG created new freemap, unit: freemap_test |
| 6316 | 2026-08-11T11:23:50.173Z | Aug 11 11:23:49.183 DEBG initted freemap. size: 128, unit: freemap_test |
| 6317 | 2026-08-11T11:23:50.173Z | Aug 11 11:23:49.183 DEBG reset freemap, unit: freemap_test |
| 6318 | 2026-08-11T11:23:50.173Z | test freemap::test_exhaustion ... ok |
| 6319 | 2026-08-11T11:23:50.173Z | Aug 11 11:23:49.183 DEBG Aug 11 11:23:49.183created new freemap DEBG, unitcreated new freemap:, unitfreemap_test |
| 6320 | 2026-08-11T11:23:50.173Z | Aug 11 11:23:49.183 DEBG initted freemap. size: 128, unit: freemap_test |
| 6321 | 2026-08-11T11:23:50.173Z | Aug 11 11:23:49.183 DEBG reset freemap, unit: freemap_test |
| 6322 | 2026-08-11T11:23:50.173Z | : freemap_test |
| 6323 | 2026-08-11T11:23:50.173Z | Aug 11 11:23:49.183 DEBG initted freemap. size: 128, unit: freemap_test |
| 6324 | 2026-08-11T11:23:50.173Z | Aug 11 11:23:49.183 DEBG reset freemap, unit: freemap_test |
| 6325 | 2026-08-11T11:23:50.173Z | test port_map::tests::test_backplane_group ... ok |
| 6326 | 2026-08-11T11:23:50.173Z | test freemap::test_basic ... ok |
| 6327 | 2026-08-11T11:23:50.173Z | test freemap::test_reclaim ... ok |
| 6328 | 2026-08-11T11:23:50.173Z | test port_map::tests::test_port_map ... ok |
| 6329 | 2026-08-11T11:23:50.173Z | test port_map::tests::dump_map ... ok |
| 6330 | 2026-08-11T11:23:50.173Z | Aug 11 11:23:49.184 DEBG created new freemap, unit: freemap_test |
| 6331 | 2026-08-11T11:23:50.173Z | Aug 11 11:23:49.184 DEBG initted freemap. size: 8, unit: freemap_test |
| 6332 | 2026-08-11T11:23:50.174Z | Aug 11 11:23:49.184 DEBG reset freemap, unit: freemap_test |
| 6333 | 2026-08-11T11:23:50.174Z | Aug 11 11:23:49.184 DEBG created new freemap, unit: freemap_test |
| 6334 | 2026-08-11T11:23:50.174Z | Aug 11 11:23:49.184 DEBG initted freemap. size: 128, unit: freemap_test |
| 6335 | 2026-08-11T11:23:50.174Z | Aug 11 11:23:49.184 DEBG reset freemap, unit: freemap_test |
| 6336 | 2026-08-11T11:23:50.174Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 6337 | 2026-08-11T11:23:50.174Z | Aug 11 11:23:49.184 DEBG created new freemap, unit: freemap_route_ipv4 |
| 6338 | 2026-08-11T11:23:50.174Z | Aug 11 11:23:49.184 DEBG created new freemap, unit: freemap_route_ipv6 |
| 6339 | 2026-08-11T11:23:50.174Z | Aug 11 11:23:49.184 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 6340 | 2026-08-11T11:23:50.174Z | Aug 11 11:23:49.184 DEBG reset freemap, unit: freemap_route_ipv4 |
| 6341 | 2026-08-11T11:23:50.174Z | Aug 11 11:23:49.184 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 6342 | 2026-08-11T11:23:50.174Z | Aug 11 11:23:49.184 DEBG reset freemap, unit: freemap_route_ipv6 |
| 6343 | 2026-08-11T11:23:50.174Z | Aug 11 11:23:49.184 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6344 | 2026-08-11T11:23:50.174Z | Aug 11 11:23:49.184 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6345 | 2026-08-11T11:23:50.174Z | Aug 11 11:23:49.184 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6346 | 2026-08-11T11:23:50.174Z | Aug 11 11:23:49.184 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 } }] |
| 6347 | 2026-08-11T11:23:50.174Z | Aug 11 11:23:49.184 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 6348 | 2026-08-11T11:23:50.174Z | Aug 11 11:23:49.184 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 } }] |
| 6349 | 2026-08-11T11:23:50.174Z | Aug 11 11:23:49.184 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 6350 | 2026-08-11T11:23:50.174Z | Aug 11 11:23:49.184 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 } }] |
| 6351 | 2026-08-11T11:23:50.175Z | Aug 11 11:23:49.184 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6352 | 2026-08-11T11:23:50.175Z | Aug 11 11:23:49.184 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 } }] |
| 6353 | 2026-08-11T11:23:50.175Z | test freemap::test_span ... ok |
| 6354 | 2026-08-11T11:23:50.175Z | Aug 11 11:23:49.184 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6355 | 2026-08-11T11:23:50.175Z | Aug 11 11:23:49.184 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 } }] |
| 6356 | 2026-08-11T11:23:50.175Z | Aug 11 11:23:49.184 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6357 | 2026-08-11T11:23:50.175Z | Aug 11 11:23:49.184 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 } }] |
| 6358 | 2026-08-11T11:23:50.175Z | Aug 11 11:23:49.184 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6359 | 2026-08-11T11:23:50.175Z | test port_map::tests::parse_softnpu_revision ... ok |
| 6360 | 2026-08-11T11:23:50.175Z | Aug 11 11:23:49.184 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 } }] |
| 6361 | 2026-08-11T11:23:50.175Z | Aug 11 11:23:49.184 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6362 | 2026-08-11T11:23:50.175Z | test api_server::tests::test_build_info ... ok |
| 6363 | 2026-08-11T11:23:50.175Z | Aug 11 11:23:49.184 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 } }] |
| 6364 | 2026-08-11T11:23:50.175Z | Aug 11 11:23:49.184 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6365 | 2026-08-11T11:23:50.175Z | Aug 11 11:23:49.184 Aug 11 11:23:49.184DEBG DEBG created new freemapreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 6366 | 2026-08-11T11:23:50.175Z | unit: freemap_route_ipv4Aug 11 11:23:49.184 |
| 6367 | 2026-08-11T11:23:50.175Z | INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6368 | 2026-08-11T11:23:50.175Z | Aug 11 11:23:49.184Aug 11 11:23:49.184 DEBGDEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap |
| 6369 | 2026-08-11T11:23:50.175Z | , unit: freemap_route_ipv6Aug 11 11:23:49.184 |
| 6370 | 2026-08-11T11:23:50.175Z | INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6371 | 2026-08-11T11:23:50.175Z | Aug 11 11:23:49.184 DEBG Aug 11 11:23:49.184initted freemap. size: 64 , DEBGunit :replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6372 | 2026-08-11T11:23:50.176Z | freemap_route_ipv4 |
| 6373 | 2026-08-11T11:23:50.176Z | Aug 11 11:23:49.184Aug 11 11:23:49.184 INFODEBG adding route 3fff:beef:8::/64 -> 2001:db8::55:ffreset freemap |
| 6374 | 2026-08-11T11:23:50.176Z | , unit:Aug 11 11:23:49.184 freemap_route_ipv4DEBG |
| 6375 | 2026-08-11T11:23:50.176Z | 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 } }] |
| 6376 | 2026-08-11T11:23:50.176Z | Aug 11 11:23:49.184 Aug 11 11:23:49.184DEBG INFOinitted freemap. size: 64 , adding route 3fff:beef:9::/64 -> 2001:db8::55:ffunit |
| 6377 | 2026-08-11T11:23:50.176Z | : freemap_route_ipv6 |
| 6378 | 2026-08-11T11:23:50.176Z | Aug 11 11:23:49.184 DEBG Aug 11 11:23:49.184replacing 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 } }] |
| 6379 | 2026-08-11T11:23:50.176Z | DEBG reset freemap, unitAug 11 11:23:49.184: INFOfreemap_route_ipv6 |
| 6380 | 2026-08-11T11:23:50.176Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6381 | 2026-08-11T11:23:50.176Z | Aug 11 11:23:49.184Aug 11 11:23:49.184 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 6382 | 2026-08-11T11:23:50.176Z | |
| 6383 | 2026-08-11T11:23:50.176Z | Aug 11 11:23:49.184Aug 11 11:23:49.184 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6384 | 2026-08-11T11:23:50.176Z | |
| 6385 | 2026-08-11T11:23:50.176Z | Aug 11 11:23:49.184Aug 11 11:23:49.184 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }] |
| 6386 | 2026-08-11T11:23:50.176Z | |
| 6387 | 2026-08-11T11:23:50.176Z | Aug 11 11:23:49.184Aug 11 11:23:49.184 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:c::/64 -> 2001:db8::55:ff |
| 6388 | 2026-08-11T11:23:50.176Z | |
| 6389 | 2026-08-11T11:23:50.176Z | Aug 11 11:23:49.184Aug 11 11:23:49.184 DEBGINFO replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6390 | 2026-08-11T11:23:50.177Z | |
| 6391 | 2026-08-11T11:23:50.177Z | Aug 11 11:23:49.184Aug 11 11:23:49.184 INFODEBG adding route 3fff:beef:d::/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 } }] |
| 6392 | 2026-08-11T11:23:50.177Z | |
| 6393 | 2026-08-11T11:23:50.177Z | Aug 11 11:23:49.184Aug 11 11:23:49.184 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:1::/64 -> 2001:db8::55:ff |
| 6394 | 2026-08-11T11:23:50.177Z | |
| 6395 | 2026-08-11T11:23:50.177Z | Aug 11 11:23:49.184Aug 11 11:23:49.184 INFODEBG adding route 3fff:beef:e::/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 } }] |
| 6396 | 2026-08-11T11:23:50.177Z | |
| 6397 | 2026-08-11T11:23:50.177Z | Aug 11 11:23:49.184Aug 11 11:23:49.184 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:2::/64 -> 2001:db8::55:ff |
| 6398 | 2026-08-11T11:23:50.177Z | |
| 6399 | 2026-08-11T11:23:50.177Z | Aug 11 11:23:49.184Aug 11 11:23:49.184 INFODEBG adding route 3fff:beef:f::/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 } }] |
| 6400 | 2026-08-11T11:23:50.177Z | |
| 6401 | 2026-08-11T11:23:50.177Z | Aug 11 11:23:49.184Aug 11 11:23:49.184 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:3::/64 -> 2001:db8::55:ff |
| 6402 | 2026-08-11T11:23:50.177Z | |
| 6403 | 2026-08-11T11:23:50.177Z | Aug 11 11:23:49.184Aug 11 11:23:49.184 INFODEBG adding route 3fff:beef:10::/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 } }] |
| 6404 | 2026-08-11T11:23:50.177Z | |
| 6405 | 2026-08-11T11:23:50.177Z | Aug 11 11:23:49.184Aug 11 11:23:49.184 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:4::/64 -> 2001:db8::55:ff |
| 6406 | 2026-08-11T11:23:50.177Z | |
| 6407 | 2026-08-11T11:23:50.178Z | Aug 11 11:23:49.184Aug 11 11:23:49.184 INFODEBG adding route 3fff:beef:11::/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 } }] |
| 6408 | 2026-08-11T11:23:50.182Z | |
| 6409 | 2026-08-11T11:23:50.182Z | Aug 11 11:23:49.184Aug 11 11:23:49.184 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:5::/64 -> 2001:db8::55:ff |
| 6410 | 2026-08-11T11:23:50.182Z | |
| 6411 | 2026-08-11T11:23:50.183Z | Aug 11 11:23:49.184Aug 11 11:23:49.184 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:12::/64 -> 2001:db8::55:ff |
| 6412 | 2026-08-11T11:23:50.183Z | |
| 6413 | 2026-08-11T11:23:50.183Z | Aug 11 11:23:49.184Aug 11 11:23:49.184 INFODEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6414 | 2026-08-11T11:23:50.183Z | |
| 6415 | 2026-08-11T11:23:50.183Z | Aug 11 11:23:49.184Aug 11 11:23:49.184 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:13::/64 -> 2001:db8::55:ff |
| 6416 | 2026-08-11T11:23:50.183Z | |
| 6417 | 2026-08-11T11:23:50.183Z | Aug 11 11:23:49.184Aug 11 11:23:49.184 INFODEBG adding route 3fff:beef:7::/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 } }] |
| 6418 | 2026-08-11T11:23:50.183Z | |
| 6419 | 2026-08-11T11:23:50.183Z | Aug 11 11:23:49.184Aug 11 11:23:49.184 INFODEBG adding route 3fff:beef:14::/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 } }] |
| 6420 | 2026-08-11T11:23:50.183Z | |
| 6421 | 2026-08-11T11:23:50.183Z | Aug 11 11:23:49.184Aug 11 11:23:49.184 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:8::/64 -> 2001:db8::55:ff |
| 6422 | 2026-08-11T11:23:50.183Z | |
| 6423 | 2026-08-11T11:23:50.183Z | Aug 11 11:23:49.184Aug 11 11:23:49.184 INFODEBG adding route 3fff:beef:15::/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 } }] |
| 6424 | 2026-08-11T11:23:50.183Z | |
| 6425 | 2026-08-11T11:23:50.183Z | Aug 11 11:23:49.184Aug 11 11:23:49.184 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:9::/64 -> 2001:db8::55:ff |
| 6426 | 2026-08-11T11:23:50.183Z | |
| 6427 | 2026-08-11T11:23:50.183Z | Aug 11 11:23:49.185Aug 11 11:23:49.185 INFODEBG adding route 3fff:beef:16::/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 } }] |
| 6428 | 2026-08-11T11:23:50.183Z | |
| 6429 | 2026-08-11T11:23:50.183Z | Aug 11 11:23:49.185Aug 11 11:23:49.185 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:a::/64 -> 2001:db8::55:ff |
| 6430 | 2026-08-11T11:23:50.183Z | |
| 6431 | 2026-08-11T11:23:50.183Z | Aug 11 11:23:49.185Aug 11 11:23:49.185 INFODEBG adding route 3fff:beef:17::/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 } }] |
| 6432 | 2026-08-11T11:23:50.183Z | |
| 6433 | 2026-08-11T11:23:50.184Z | Aug 11 11:23:49.185Aug 11 11:23:49.185 DEBGINFO replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6434 | 2026-08-11T11:23:50.184Z | |
| 6435 | 2026-08-11T11:23:50.184Z | Aug 11 11:23:49.185Aug 11 11:23:49.185 INFODEBG adding route 3fff:beef:18::/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 } }] |
| 6436 | 2026-08-11T11:23:50.184Z | |
| 6437 | 2026-08-11T11:23:50.184Z | Aug 11 11:23:49.185Aug 11 11:23:49.185 DEBGINFO replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6438 | 2026-08-11T11:23:50.184Z | |
| 6439 | 2026-08-11T11:23:50.184Z | Aug 11 11:23:49.185Aug 11 11:23:49.185 INFOAug 11 11:23:49.185 DEBG 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 } }]adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 6440 | 2026-08-11T11:23:50.184Z | |
| 6441 | 2026-08-11T11:23:50.184Z | created new freemap, unitAug 11 11:23:49.185: Aug 11 11:23:49.185DEBG freemap_route_ipv4INFOreplacing 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 } }] |
| 6442 | 2026-08-11T11:23:50.184Z | |
| 6443 | 2026-08-11T11:23:50.184Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6444 | 2026-08-11T11:23:50.184Z | Aug 11 11:23:49.185Aug 11 11:23:49.185 Aug 11 11:23:49.185INFO DEBGDEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6445 | 2026-08-11T11:23:50.184Z | |
| 6446 | 2026-08-11T11:23:50.184Z | created new freemap, unit: Aug 11 11:23:49.185freemap_route_ipv6Aug 11 11:23:49.185 |
| 6447 | 2026-08-11T11:23:50.184Z | INFO DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6448 | 2026-08-11T11:23:50.184Z | 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 } }] |
| 6449 | 2026-08-11T11:23:50.184Z | Aug 11 11:23:49.185 DEBGAug 11 11:23:49.185 Aug 11 11:23:49.185DEBG initted freemap. size: 64replacing 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 } }], |
| 6450 | 2026-08-11T11:23:50.184Z | unitINFO: adding route 3fff:beef:1b::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 6451 | 2026-08-11T11:23:50.184Z | |
| 6452 | 2026-08-11T11:23:50.184Z | Aug 11 11:23:49.185 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 11 11:23:49.185Aug 11 11:23:49.185 |
| 6453 | 2026-08-11T11:23:50.185Z | DEBGDEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap |
| 6454 | 2026-08-11T11:23:50.185Z | , Aug 11 11:23:49.185unit : DEBGfreemap_route_ipv4 |
| 6455 | 2026-08-11T11:23:50.185Z | Aug 11 11:23:49.185replacing 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 } }] |
| 6456 | 2026-08-11T11:23:50.185Z | INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 11 11:23:49.185 |
| 6457 | 2026-08-11T11:23:50.185Z | Aug 11 11:23:49.185DEBG INFOinitted freemap. size: 64 , Aug 11 11:23:49.185unitadding route 3fff:beef:10::/64 -> 2001:db8::55:ff :DEBG |
| 6458 | 2026-08-11T11:23:50.185Z | replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 6459 | 2026-08-11T11:23:50.185Z | |
| 6460 | 2026-08-11T11:23:50.185Z | Aug 11 11:23:49.185 DEBG Aug 11 11:23:49.185replacing 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 11 11:23:49.185 |
| 6461 | 2026-08-11T11:23:50.185Z | INFODEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffreset freemap |
| 6462 | 2026-08-11T11:23:50.185Z | , Aug 11 11:23:49.185unit :INFO Aug 11 11:23:49.185adding route 3fff:beef:11::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 6463 | 2026-08-11T11:23:50.185Z | |
| 6464 | 2026-08-11T11:23:50.185Z | 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 } }] |
| 6465 | 2026-08-11T11:23:50.185Z | Aug 11 11:23:49.185Aug 11 11:23:49.185 DEBGINFOAug 11 11:23:49.185 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 |
| 6466 | 2026-08-11T11:23:50.185Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6467 | 2026-08-11T11:23:50.185Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6468 | 2026-08-11T11:23:50.185Z | Aug 11 11:23:49.185Aug 11 11:23:49.185Aug 11 11:23:49.185 DEBGDEBGINFO 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 } }] |
| 6469 | 2026-08-11T11:23:50.185Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:ff |
| 6470 | 2026-08-11T11:23:50.185Z | |
| 6471 | 2026-08-11T11:23:50.185Z | Aug 11 11:23:49.185Aug 11 11:23:49.185Aug 11 11:23:49.185 INFODEBGINFO adding route 3fff:beef::/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 } }] |
| 6472 | 2026-08-11T11:23:50.186Z | |
| 6473 | 2026-08-11T11:23:50.186Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6474 | 2026-08-11T11:23:50.186Z | Aug 11 11:23:49.185Aug 11 11:23:49.185Aug 11 11:23:49.185 DEBGINFO replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6475 | 2026-08-11T11:23:50.186Z | |
| 6476 | 2026-08-11T11:23:50.186Z | 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 11 11:23:49.185 |
| 6477 | 2026-08-11T11:23:50.186Z | Aug 11 11:23:49.185 INFODEBG Aug 11 11:23:49.185adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6478 | 2026-08-11T11:23:50.186Z | 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 } }] |
| 6479 | 2026-08-11T11:23:50.186Z | INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6480 | 2026-08-11T11:23:50.186Z | Aug 11 11:23:49.185Aug 11 11:23:49.185 INFODEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 11 11:23:49.185replacing 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 } }] |
| 6481 | 2026-08-11T11:23:50.186Z | |
| 6482 | 2026-08-11T11:23:50.186Z | 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 } }] |
| 6483 | 2026-08-11T11:23:50.186Z | Aug 11 11:23:49.185Aug 11 11:23:49.185 DEBGINFO Aug 11 11:23:49.185replacing 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 } }] |
| 6484 | 2026-08-11T11:23:50.186Z | INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6485 | 2026-08-11T11:23:50.186Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 6486 | 2026-08-11T11:23:50.186Z | Aug 11 11:23:49.185 INFOAug 11 11:23:49.185 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBGAug 11 11:23:49.185 |
| 6487 | 2026-08-11T11:23:50.186Z | 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 |
| 6488 | 2026-08-11T11:23:50.186Z | Aug 11 11:23:49.185replacing 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 } }] |
| 6489 | 2026-08-11T11:23:50.186Z | DEBG Aug 11 11:23:49.185replacing 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 } }] |
| 6490 | 2026-08-11T11:23:50.186Z | Aug 11 11:23:49.185INFO INFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6491 | 2026-08-11T11:23:50.186Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 6492 | 2026-08-11T11:23:50.186Z | Aug 11 11:23:49.185 INFOAug 11 11:23:49.185 Aug 11 11:23:49.185adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 6493 | 2026-08-11T11:23:50.187Z | DEBGDEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6494 | 2026-08-11T11:23:50.187Z | 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 11 11:23:49.185 |
| 6495 | 2026-08-11T11:23:50.187Z | DEBGAug 11 11:23:49.185 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 11 11:23:49.185 adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO |
| 6496 | 2026-08-11T11:23:50.187Z | |
| 6497 | 2026-08-11T11:23:50.187Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6498 | 2026-08-11T11:23:50.187Z | Aug 11 11:23:49.185Aug 11 11:23:49.185Aug 11 11:23:49.185 INFODEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBG |
| 6499 | 2026-08-11T11:23:50.187Z | 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: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 } }] |
| 6500 | 2026-08-11T11:23:50.187Z | Aug 11 11:23:49.185 |
| 6501 | 2026-08-11T11:23:50.187Z | 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 } }] |
| 6502 | 2026-08-11T11:23:50.187Z | Aug 11 11:23:49.185Aug 11 11:23:49.185 INFOINFO Aug 11 11:23:49.185adding route 3fff:beef:24::/64 -> 2001:db8::55:ff adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6503 | 2026-08-11T11:23:50.187Z | INFO |
| 6504 | 2026-08-11T11:23:50.187Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 6505 | 2026-08-11T11:23:50.187Z | Aug 11 11:23:49.185Aug 11 11:23:49.185Aug 11 11:23:49.185 DEBGDEBGDEBG 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:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6506 | 2026-08-11T11:23:50.187Z | |
| 6507 | 2026-08-11T11:23:50.187Z | |
| 6508 | 2026-08-11T11:23:50.192Z | Aug 11 11:23:49.185Aug 11 11:23:49.185 Aug 11 11:23:49.185INFO INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 6509 | 2026-08-11T11:23:50.193Z | |
| 6510 | 2026-08-11T11:23:50.193Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6511 | 2026-08-11T11:23:50.193Z | Aug 11 11:23:49.185Aug 11 11:23:49.185 DEBGAug 11 11:23:49.185 DEBGreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6512 | 2026-08-11T11:23:50.193Z | 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 |
| 6513 | 2026-08-11T11:23:50.193Z | Aug 11 11:23:49.185replacing 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 } }] |
| 6514 | 2026-08-11T11:23:50.193Z | INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6515 | 2026-08-11T11:23:50.193Z | Aug 11 11:23:49.185Aug 11 11:23:49.185 INFOINFO Aug 11 11:23:49.185adding route 3fff:beef:7::/64 -> 2001:db8::55:ff adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG |
| 6516 | 2026-08-11T11:23:50.193Z | |
| 6517 | 2026-08-11T11:23:50.193Z | 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 } }] |
| 6518 | 2026-08-11T11:23:50.193Z | Aug 11 11:23:49.185Aug 11 11:23:49.185Aug 11 11:23:49.185 DEBG DEBGreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6519 | 2026-08-11T11:23:50.193Z | 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 } }] |
| 6520 | 2026-08-11T11:23:50.193Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6521 | 2026-08-11T11:23:50.193Z | Aug 11 11:23:49.185 INFOAug 11 11:23:49.185Aug 11 11:23:49.185 adding route 3fff:beef:8::/64 -> 2001:db8::55:ff DEBGINFO |
| 6522 | 2026-08-11T11:23:50.193Z | adding route 3fff:beef:27::/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 } }] |
| 6523 | 2026-08-11T11:23:50.193Z | |
| 6524 | 2026-08-11T11:23:50.193Z | Aug 11 11:23:49.185Aug 11 11:23:49.185Aug 11 11:23:49.185 DEBGDEBGINFO 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:1c::/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 } }] |
| 6525 | 2026-08-11T11:23:50.193Z | |
| 6526 | 2026-08-11T11:23:50.193Z | |
| 6527 | 2026-08-11T11:23:50.193Z | Aug 11 11:23:49.185Aug 11 11:23:49.185Aug 11 11:23:49.185 INFO INFOadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6528 | 2026-08-11T11:23:50.193Z | DEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 6529 | 2026-08-11T11:23:50.194Z | |
| 6530 | 2026-08-11T11:23:50.194Z | Aug 11 11:23:49.185 DEBGAug 11 11:23:49.185Aug 11 11:23:49.185 INFO 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 } }] |
| 6531 | 2026-08-11T11:23:50.194Z | 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:1d::/64 -> 2001:db8::55:ff |
| 6532 | 2026-08-11T11:23:50.194Z | |
| 6533 | 2026-08-11T11:23:50.194Z | Aug 11 11:23:49.185 Aug 11 11:23:49.185INFOAug 11 11:23:49.185 adding route 3fff:beef:a::/64 -> 2001:db8::55:ff INFODEBG |
| 6534 | 2026-08-11T11:23:50.194Z | 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:29::/64 -> 2001:db8::55:ff |
| 6535 | 2026-08-11T11:23:50.194Z | Aug 11 11:23:49.185 |
| 6536 | 2026-08-11T11:23:50.194Z | DEBG Aug 11 11:23:49.185replacing 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 11 11:23:49.185INFO |
| 6537 | 2026-08-11T11:23:50.194Z | DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6538 | 2026-08-11T11:23:50.194Z | 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 11 11:23:49.185 |
| 6539 | 2026-08-11T11:23:50.194Z | INFO Aug 11 11:23:49.185adding route 3fff:beef:b::/64 -> 2001:db8::55:ff Aug 11 11:23:49.185DEBG |
| 6540 | 2026-08-11T11:23:50.194Z | 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 } }] |
| 6541 | 2026-08-11T11:23:50.194Z | INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 6542 | 2026-08-11T11:23:50.194Z | Aug 11 11:23:49.185Aug 11 11:23:49.185 DEBGAug 11 11:23:49.185 INFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6543 | 2026-08-11T11:23:50.194Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6544 | 2026-08-11T11:23:50.194Z | 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 } }] |
| 6545 | 2026-08-11T11:23:50.194Z | Aug 11 11:23:49.185 Aug 11 11:23:49.185INFOAug 11 11:23:49.185 INFODEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6546 | 2026-08-11T11:23:50.194Z | 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:2b::/64 -> 2001:db8::55:ff |
| 6547 | 2026-08-11T11:23:50.194Z | |
| 6548 | 2026-08-11T11:23:50.194Z | Aug 11 11:23:49.185Aug 11 11:23:49.185Aug 11 11:23:49.185 DEBGDEBGINFO 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:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6549 | 2026-08-11T11:23:50.194Z | |
| 6550 | 2026-08-11T11:23:50.195Z | |
| 6551 | 2026-08-11T11:23:50.195Z | Aug 11 11:23:49.185Aug 11 11:23:49.185Aug 11 11:23:49.185 DEBGINFO INFO 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:d::/64 -> 2001:db8::55:ff |
| 6552 | 2026-08-11T11:23:50.195Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 6553 | 2026-08-11T11:23:50.195Z | |
| 6554 | 2026-08-11T11:23:50.195Z | Aug 11 11:23:49.185Aug 11 11:23:49.185 Aug 11 11:23:49.185DEBG 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 } }] adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 6555 | 2026-08-11T11:23:50.195Z | DEBG |
| 6556 | 2026-08-11T11:23:50.195Z | 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 11 11:23:49.185Aug 11 11:23:49.185 |
| 6557 | 2026-08-11T11:23:50.195Z | INFO Aug 11 11:23:49.185adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG 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 |
| 6558 | 2026-08-11T11:23:50.195Z | |
| 6559 | 2026-08-11T11:23:50.195Z | created new freemapAug 11 11:23:49.185, INFOunitAug 11 11:23:49.185: Aug 11 11:23:49.185 DEBGfreemap_route_ipv4adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6560 | 2026-08-11T11:23:50.195Z | INFO |
| 6561 | 2026-08-11T11:23:50.195Z | adding route 3fff:beef:22::/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 } }] |
| 6562 | 2026-08-11T11:23:50.195Z | |
| 6563 | 2026-08-11T11:23:50.195Z | Aug 11 11:23:49.185Aug 11 11:23:49.185 Aug 11 11:23:49.185Aug 11 11:23:49.185 DEBG INFOreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGDEBG |
| 6564 | 2026-08-11T11:23:50.195Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 6565 | 2026-08-11T11:23:50.195Z | 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 } }]created new freemap |
| 6566 | 2026-08-11T11:23:50.195Z | , Aug 11 11:23:49.185Aug 11 11:23:49.185unit : INFOAug 11 11:23:49.185DEBGfreemap_route_ipv6 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO |
| 6567 | 2026-08-11T11:23:50.195Z | 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 11 11:23:49.185adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 6568 | 2026-08-11T11:23:50.196Z | |
| 6569 | 2026-08-11T11:23:50.196Z | |
| 6570 | 2026-08-11T11:23:50.196Z | Aug 11 11:23:49.185 DEBGDEBG Aug 11 11:23:49.185initted freemap. size: 64 , INFOAug 11 11:23:49.185 created new freemapadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffunitAug 11 11:23:49.185:, unitfreemap_route_ipv4: |
| 6571 | 2026-08-11T11:23:50.196Z | DEBGfreemap_route_ipv4 DEBG |
| 6572 | 2026-08-11T11:23:50.196Z | replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6573 | 2026-08-11T11:23:50.196Z | Aug 11 11:23:49.185 |
| 6574 | 2026-08-11T11:23:50.196Z | DEBG Aug 11 11:23:49.185 |
| 6575 | 2026-08-11T11:23:50.196Z | 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 11 11:23:49.185 |
| 6576 | 2026-08-11T11:23:50.196Z | INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff Aug 11 11:23:49.185 |
| 6577 | 2026-08-11T11:23:50.196Z | Aug 11 11:23:49.185 DEBG INFOINFO Aug 11 11:23:49.185 created new freemapadding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 11 11:23:49.185DEBG |
| 6578 | 2026-08-11T11:23:50.196Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 6579 | 2026-08-11T11:23:50.196Z | reset freemap , Aug 11 11:23:49.185unitDEBG: 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 11 11:23:49.185 |
| 6580 | 2026-08-11T11:23:50.196Z | freemap_route_ipv4 |
| 6581 | 2026-08-11T11:23:50.196Z | DEBGDEBG Aug 11 11:23:49.185replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6582 | 2026-08-11T11:23:50.196Z | Aug 11 11:23:49.185 DEBGINFO Aug 11 11:23:49.185 |
| 6583 | 2026-08-11T11:23:50.196Z | initted freemap. size: 64 adding route 3fff:beef:11::/64 -> 2001:db8::55:ff, Aug 11 11:23:49.185INFO |
| 6584 | 2026-08-11T11:23:50.196Z | unit :adding route 3fff:beef:31::/64 -> 2001:db8::55:ff INFO |
| 6585 | 2026-08-11T11:23:50.196Z | freemap_route_ipv6Aug 11 11:23:49.185 |
| 6586 | 2026-08-11T11:23:50.196Z | DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6587 | 2026-08-11T11:23:50.196Z | Aug 11 11:23:49.185 |
| 6588 | 2026-08-11T11:23:50.196Z | Aug 11 11:23:49.185 DEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6589 | 2026-08-11T11:23:50.196Z | Aug 11 11:23:49.185Aug 11 11:23:49.185 reset freemapDEBGINFO , unitadding route 3fff:beef:12::/64 -> 2001:db8::55:ff: |
| 6590 | 2026-08-11T11:23:50.197Z | 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 } }] |
| 6591 | 2026-08-11T11:23:50.197Z | |
| 6592 | 2026-08-11T11:23:50.197Z | Aug 11 11:23:49.185Aug 11 11:23:49.185 Aug 11 11:23:49.185Aug 11 11:23:49.185INFO INFO DEBG INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 3fff:beef:32::/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 } }] |
| 6593 | 2026-08-11T11:23:50.197Z | |
| 6594 | 2026-08-11T11:23:50.197Z | |
| 6595 | 2026-08-11T11:23:50.197Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 6596 | 2026-08-11T11:23:50.197Z | Aug 11 11:23:49.185Aug 11 11:23:49.185Aug 11 11:23:49.185Aug 11 11:23:49.185 DEBG DEBG INFO DEBGreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6597 | 2026-08-11T11:23:50.197Z | 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: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 } }] |
| 6598 | 2026-08-11T11:23:50.197Z | |
| 6599 | 2026-08-11T11:23:50.197Z | |
| 6600 | 2026-08-11T11:23:50.197Z | Aug 11 11:23:49.185Aug 11 11:23:49.185 Aug 11 11:23:49.185INFO Aug 11 11:23:49.185 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1INFOINFO |
| 6601 | 2026-08-11T11:23:50.197Z | adding route 3fff:beef:33::/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 } }] |
| 6602 | 2026-08-11T11:23:50.197Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 6603 | 2026-08-11T11:23:50.197Z | Aug 11 11:23:49.185 |
| 6604 | 2026-08-11T11:23:50.197Z | DEBG Aug 11 11:23:49.185Aug 11 11:23:49.185Aug 11 11:23:49.185replacing 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 } }] |
| 6605 | 2026-08-11T11:23:50.197Z | INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffDEBG |
| 6606 | 2026-08-11T11:23:50.197Z | 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 11 11:23:49.185DEBG |
| 6607 | 2026-08-11T11:23:50.197Z | Aug 11 11:23:49.185INFO 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 } }] |
| 6608 | 2026-08-11T11:23:50.202Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 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 11 11:23:49.185 |
| 6609 | 2026-08-11T11:23:50.202Z | INFOAug 11 11:23:49.186 |
| 6610 | 2026-08-11T11:23:50.203Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFO |
| 6611 | 2026-08-11T11:23:50.203Z | Aug 11 11:23:49.186adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 6612 | 2026-08-11T11:23:50.203Z | DEBGAug 11 11:23:49.186 Aug 11 11:23:49.186replacing 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 } }] |
| 6613 | 2026-08-11T11:23:50.203Z | INFODEBG Aug 11 11:23:49.186Aug 11 11:23:49.186adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 6614 | 2026-08-11T11:23:50.203Z | DEBGreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 6615 | 2026-08-11T11:23:50.203Z | Aug 11 11:23:49.186replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6616 | 2026-08-11T11:23:50.203Z | DEBG |
| 6617 | 2026-08-11T11:23:50.203Z | 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 } }] |
| 6618 | 2026-08-11T11:23:50.203Z | Aug 11 11:23:49.186Aug 11 11:23:49.186Aug 11 11:23:49.186 INFO DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff 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 11 11:23:49.186 |
| 6619 | 2026-08-11T11:23:50.203Z | |
| 6620 | 2026-08-11T11:23:50.203Z | INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 6621 | 2026-08-11T11:23:50.203Z | |
| 6622 | 2026-08-11T11:23:50.203Z | Aug 11 11:23:49.186 Aug 11 11:23:49.186DEBG Aug 11 11:23:49.186INFO Aug 11 11:23:49.186replacing 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 } }] |
| 6623 | 2026-08-11T11:23:50.203Z | adding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG |
| 6624 | 2026-08-11T11:23:50.203Z | replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6625 | 2026-08-11T11:23:50.203Z | 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 11 11:23:49.186Aug 11 11:23:49.186 |
| 6626 | 2026-08-11T11:23:50.203Z | DEBGAug 11 11:23:49.186 INFOreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6627 | 2026-08-11T11:23:50.203Z | INFOAug 11 11:23:49.186adding route 3fff:beef:17::/64 -> 2001:db8::55:ff adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 6628 | 2026-08-11T11:23:50.203Z | |
| 6629 | 2026-08-11T11:23:50.204Z | INFO Aug 11 11:23:49.186adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 6630 | 2026-08-11T11:23:50.204Z | INFOAug 11 11:23:49.186 adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6631 | 2026-08-11T11:23:50.204Z | Aug 11 11:23:49.186Aug 11 11:23:49.186DEBG DEBGAug 11 11:23:49.186 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 } }]DEBGDEBG |
| 6632 | 2026-08-11T11:23:50.204Z | 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 } }] |
| 6633 | 2026-08-11T11:23:50.204Z | 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 } }] |
| 6634 | 2026-08-11T11:23:50.204Z | 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 11 11:23:49.186Aug 11 11:23:49.186 |
| 6635 | 2026-08-11T11:23:50.204Z | INFO Aug 11 11:23:49.186INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 6636 | 2026-08-11T11:23:50.204Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 11 11:23:49.186 |
| 6637 | 2026-08-11T11:23:50.204Z | INFOINFO Aug 11 11:23:49.186adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6638 | 2026-08-11T11:23:50.204Z | DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 6639 | 2026-08-11T11:23:50.204Z | |
| 6640 | 2026-08-11T11:23:50.204Z | Aug 11 11:23:49.186Aug 11 11:23:49.186 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 } }]DEBG |
| 6641 | 2026-08-11T11:23:50.204Z | Aug 11 11:23:49.186Aug 11 11:23:49.186 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 |
| 6642 | 2026-08-11T11:23:50.204Z | Aug 11 11:23:49.186adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 6643 | 2026-08-11T11:23:50.204Z | DEBGINFOAug 11 11:23:49.186 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFOreplacing 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 } }] |
| 6644 | 2026-08-11T11:23:50.204Z | |
| 6645 | 2026-08-11T11:23:50.205Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 11 11:23:49.186Aug 11 11:23:49.186 |
| 6646 | 2026-08-11T11:23:50.205Z | DEBGAug 11 11:23:49.186INFO DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 6647 | 2026-08-11T11:23:50.205Z | 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 } }] |
| 6648 | 2026-08-11T11:23:50.205Z | 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 } }] |
| 6649 | 2026-08-11T11:23:50.205Z | Aug 11 11:23:49.186Aug 11 11:23:49.186Aug 11 11:23:49.186Aug 11 11:23:49.186 INFODEBGINFO 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 } }] |
| 6650 | 2026-08-11T11:23:50.205Z | 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:39::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 6651 | 2026-08-11T11:23:50.205Z | |
| 6652 | 2026-08-11T11:23:50.205Z | |
| 6653 | 2026-08-11T11:23:50.205Z | Aug 11 11:23:49.186Aug 11 11:23:49.186 Aug 11 11:23:49.186INFOAug 11 11:23:49.186 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG |
| 6654 | 2026-08-11T11:23:50.205Z | INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6655 | 2026-08-11T11:23:50.205Z | Aug 11 11:23:49.186DEBG 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 |
| 6656 | 2026-08-11T11:23:50.205Z | 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 11 11:23:49.186 |
| 6657 | 2026-08-11T11:23:50.205Z | replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6658 | 2026-08-11T11:23:50.205Z | 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 11 11:23:49.186 |
| 6659 | 2026-08-11T11:23:50.205Z | Aug 11 11:23:49.186Aug 11 11:23:49.186INFO INFOINFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff Aug 11 11:23:49.186adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6660 | 2026-08-11T11:23:50.205Z | INFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 6661 | 2026-08-11T11:23:50.205Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6662 | 2026-08-11T11:23:50.205Z | |
| 6663 | 2026-08-11T11:23:50.206Z | Aug 11 11:23:49.186 DEBG Aug 11 11:23:49.186Aug 11 11:23:49.186Aug 11 11:23:49.186 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 |
| 6664 | 2026-08-11T11:23:50.206Z | DEBG DEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6665 | 2026-08-11T11:23:50.206Z | 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 } }] |
| 6666 | 2026-08-11T11:23:50.206Z | |
| 6667 | 2026-08-11T11:23:50.206Z | Aug 11 11:23:49.186 Aug 11 11:23:49.186Aug 11 11:23:49.186INFOAug 11 11:23:49.186 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6668 | 2026-08-11T11:23:50.206Z | INFO |
| 6669 | 2026-08-11T11:23:50.206Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 6670 | 2026-08-11T11:23:50.206Z | |
| 6671 | 2026-08-11T11:23:50.206Z | Aug 11 11:23:49.186Aug 11 11:23:49.186 Aug 11 11:23:49.186DEBG DEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:23:49.186 |
| 6672 | 2026-08-11T11:23:50.206Z | 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 DEBGreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6673 | 2026-08-11T11:23:50.206Z | |
| 6674 | 2026-08-11T11:23:50.206Z | Aug 11 11:23:49.186replacing 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 } }] |
| 6675 | 2026-08-11T11:23:50.206Z | INFO Aug 11 11:23:49.186Aug 11 11:23:49.186 Aug 11 11:23:49.186adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6676 | 2026-08-11T11:23:50.206Z | INFOINFO INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 6677 | 2026-08-11T11:23:50.206Z | |
| 6678 | 2026-08-11T11:23:50.206Z | |
| 6679 | 2026-08-11T11:23:50.206Z | Aug 11 11:23:49.186 DEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:49.186Aug 11 11:23:49.186Aug 11 11:23:49.186 DEBG |
| 6680 | 2026-08-11T11:23:50.207Z | DEBG DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6681 | 2026-08-11T11:23:50.207Z | |
| 6682 | 2026-08-11T11:23:50.207Z | Aug 11 11:23:49.186 |
| 6683 | 2026-08-11T11:23:50.207Z | INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 11 11:23:49.186Aug 11 11:23:49.186 Aug 11 11:23:49.186INFO |
| 6684 | 2026-08-11T11:23:50.207Z | INFODEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6685 | 2026-08-11T11:23:50.207Z | |
| 6686 | 2026-08-11T11:23:50.207Z | failed to allocate space for the new target listAug 11 11:23:49.186 |
| 6687 | 2026-08-11T11:23:50.207Z | DEBGAug 11 11:23:49.186Aug 11 11:23:49.186 Aug 11 11:23:49.186replacing 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 } }] |
| 6688 | 2026-08-11T11:23:50.207Z | 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 } }] Aug 11 11:23:49.186replacing 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 } }] |
| 6689 | 2026-08-11T11:23:50.207Z | |
| 6690 | 2026-08-11T11:23:50.207Z | INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG |
| 6691 | 2026-08-11T11:23:50.207Z | Aug 11 11:23:49.186 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 |
| 6692 | 2026-08-11T11:23:50.207Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6693 | 2026-08-11T11:23:50.207Z | Aug 11 11:23:49.186 DEBG Aug 11 11:23:49.186Aug 11 11:23:49.186replacing 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 } }] |
| 6694 | 2026-08-11T11:23:50.207Z | 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 } }]INFO |
| 6695 | 2026-08-11T11:23:50.207Z | unit adding route 3fff:beef:32::/64 -> 2001:db8::55:ff:Aug 11 11:23:49.186 Aug 11 11:23:49.186freemap_route_ipv6INFO INFO |
| 6696 | 2026-08-11T11:23:50.207Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6697 | 2026-08-11T11:23:50.207Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6698 | 2026-08-11T11:23:50.208Z | |
| 6699 | 2026-08-11T11:23:50.208Z | Aug 11 11:23:49.186 DEBG Aug 11 11:23:49.186Aug 11 11:23:49.186Aug 11 11:23:49.186replacing 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 } }] |
| 6700 | 2026-08-11T11:23:50.208Z | DEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6701 | 2026-08-11T11:23:50.208Z | Aug 11 11:23:49.186 DEBGreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFOinitted freemap. size: 64 |
| 6702 | 2026-08-11T11:23:50.208Z | , Aug 11 11:23:49.186 unitINFO :adding route 3fff:beef:33::/64 -> 2001:db8::55:ff Aug 11 11:23:49.186 |
| 6703 | 2026-08-11T11:23:50.208Z | freemap_route_ipv4 adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6704 | 2026-08-11T11:23:50.208Z | Aug 11 11:23:49.186INFO |
| 6705 | 2026-08-11T11:23:50.208Z | DEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ff Aug 11 11:23:49.186 |
| 6706 | 2026-08-11T11:23:50.208Z | Aug 11 11:23:49.186replacing 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 } }] |
| 6707 | 2026-08-11T11:23:50.208Z | DEBG Aug 11 11:23:49.186replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6708 | 2026-08-11T11:23:50.213Z | DEBG Aug 11 11:23:49.186reset freemapreplacing 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 } }], unitINFOAug 11 11:23:49.186 |
| 6709 | 2026-08-11T11:23:50.213Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 6710 | 2026-08-11T11:23:50.213Z | :INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 6711 | 2026-08-11T11:23:50.213Z | |
| 6712 | 2026-08-11T11:23:50.213Z | Aug 11 11:23:49.186Aug 11 11:23:49.186 INFOAug 11 11:23:49.186 Aug 11 11:23:49.186DEBGDEBG 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 } }]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:22::/64 -> 2001:db8::55:ff |
| 6713 | 2026-08-11T11:23:50.213Z | |
| 6714 | 2026-08-11T11:23:50.213Z | initted freemap. size: 64 |
| 6715 | 2026-08-11T11:23:50.214Z | , unit:Aug 11 11:23:49.186Aug 11 11:23:49.186 Aug 11 11:23:49.186INFOfreemap_route_ipv6 |
| 6716 | 2026-08-11T11:23:50.214Z | DEBGINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6717 | 2026-08-11T11:23:50.214Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 11 11:23:49.186 |
| 6718 | 2026-08-11T11:23:50.214Z | |
| 6719 | 2026-08-11T11:23:50.214Z | DEBG Aug 11 11:23:49.186Aug 11 11:23:49.186reset freemap , Aug 11 11:23:49.186DEBGDEBGunit 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 } }]: |
| 6720 | 2026-08-11T11:23:50.214Z | 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 } }] |
| 6721 | 2026-08-11T11:23:50.214Z | INFOAug 11 11:23:49.186 freemap_route_ipv6INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 6722 | 2026-08-11T11:23:50.214Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6723 | 2026-08-11T11:23:50.214Z | |
| 6724 | 2026-08-11T11:23:50.214Z | Aug 11 11:23:49.186Aug 11 11:23:49.186 Aug 11 11:23:49.186DEBG INFODEBG adding route 3fff:beef:36::/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 } }] |
| 6725 | 2026-08-11T11:23:50.214Z | |
| 6726 | 2026-08-11T11:23:50.214Z | Aug 11 11:23:49.186replacing 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 } }] |
| 6727 | 2026-08-11T11:23:50.214Z | INFOAug 11 11:23:49.186 DEBGAug 11 11:23:49.186adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 11 11:23:49.186 INFO |
| 6728 | 2026-08-11T11:23:50.214Z | 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:24::/64 -> 2001:db8::55:ff |
| 6729 | 2026-08-11T11:23:50.214Z | |
| 6730 | 2026-08-11T11:23:50.214Z | INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6731 | 2026-08-11T11:23:50.214Z | Aug 11 11:23:49.186 Aug 11 11:23:49.186INFO Aug 11 11:23:49.186adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 6732 | 2026-08-11T11:23:50.215Z | DEBGAug 11 11:23:49.186DEBG 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 11 11:23:49.186 |
| 6733 | 2026-08-11T11:23:50.215Z | 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 } }] |
| 6734 | 2026-08-11T11:23:50.215Z | Aug 11 11:23:49.186 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 adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6735 | 2026-08-11T11:23:50.215Z | |
| 6736 | 2026-08-11T11:23:50.215Z | Aug 11 11:23:49.186 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 } }] |
| 6737 | 2026-08-11T11:23:50.215Z | Aug 11 11:23:49.186Aug 11 11:23:49.186 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 6738 | 2026-08-11T11:23:50.215Z | |
| 6739 | 2026-08-11T11:23:50.215Z | Aug 11 11:23:49.186Aug 11 11:23:49.186 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: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 } }] |
| 6740 | 2026-08-11T11:23:50.215Z | |
| 6741 | 2026-08-11T11:23:50.215Z | Aug 11 11:23:49.186Aug 11 11:23:49.186 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 6742 | 2026-08-11T11:23:50.215Z | |
| 6743 | 2026-08-11T11:23:50.215Z | Aug 11 11:23:49.186Aug 11 11:23:49.186 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6744 | 2026-08-11T11:23:50.215Z | Aug 11 11:23:49.186 |
| 6745 | 2026-08-11T11:23:50.215Z | INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 11 11:23:49.186Aug 11 11:23:49.186 |
| 6746 | 2026-08-11T11:23:50.215Z | DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 6747 | 2026-08-11T11:23:50.216Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 11 11:23:49.186 |
| 6748 | 2026-08-11T11:23:50.216Z | 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 } }] |
| 6749 | 2026-08-11T11:23:50.216Z | Aug 11 11:23:49.186 DEBG Aug 11 11:23:49.186replacing 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 } }] |
| 6750 | 2026-08-11T11:23:50.216Z | INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6751 | 2026-08-11T11:23:50.216Z | Aug 11 11:23:49.186 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 6752 | 2026-08-11T11:23:50.216Z | Aug 11 11:23:49.186 DEBG Aug 11 11:23:49.186replacing 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 } }] |
| 6753 | 2026-08-11T11:23:50.216Z | 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 } }] |
| 6754 | 2026-08-11T11:23:50.216Z | Aug 11 11:23:49.186Aug 11 11:23:49.186 INFOINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 6755 | 2026-08-11T11:23:50.216Z | |
| 6756 | 2026-08-11T11:23:50.216Z | Aug 11 11:23:49.186Aug 11 11:23:49.186 DEBGDEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6757 | 2026-08-11T11:23:50.216Z | |
| 6758 | 2026-08-11T11:23:50.216Z | Aug 11 11:23:49.186Aug 11 11:23:49.186 INFOINFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6759 | 2026-08-11T11:23:50.216Z | |
| 6760 | 2026-08-11T11:23:50.216Z | Aug 11 11:23:49.186Aug 11 11:23:49.186 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: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 } }] |
| 6761 | 2026-08-11T11:23:50.216Z | |
| 6762 | 2026-08-11T11:23:50.216Z | Aug 11 11:23:49.186Aug 11 11:23:49.186 INFOINFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 6763 | 2026-08-11T11:23:50.216Z | |
| 6764 | 2026-08-11T11:23:50.216Z | Aug 11 11:23:49.186Aug 11 11:23:49.186 DEBGDEBG replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6765 | 2026-08-11T11:23:50.217Z | |
| 6766 | 2026-08-11T11:23:50.217Z | Aug 11 11:23:49.186Aug 11 11:23:49.186 DEBGINFO failed to allocate space for the new target listadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 6767 | 2026-08-11T11:23:50.217Z | |
| 6768 | 2026-08-11T11:23:50.217Z | Aug 11 11:23:49.186 Aug 11 11:23:49.186DEBG 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 } }] |
| 6769 | 2026-08-11T11:23:50.217Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6770 | 2026-08-11T11:23:50.217Z | Aug 11 11:23:49.186 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 6771 | 2026-08-11T11:23:50.217Z | replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:49.186 |
| 6772 | 2026-08-11T11:23:50.217Z | 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 } }] |
| 6773 | 2026-08-11T11:23:50.217Z | Aug 11 11:23:49.186 Aug 11 11:23:49.186INFO INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 6774 | 2026-08-11T11:23:50.217Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 6775 | 2026-08-11T11:23:50.217Z | Aug 11 11:23:49.186Aug 11 11:23:49.186 DEBGDEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 6776 | 2026-08-11T11:23:50.217Z | |
| 6777 | 2026-08-11T11:23:50.217Z | Aug 11 11:23:49.186Aug 11 11:23:49.186 INFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 6778 | 2026-08-11T11:23:50.217Z | |
| 6779 | 2026-08-11T11:23:50.217Z | Aug 11 11:23:49.186Aug 11 11:23:49.186 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: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 } }] |
| 6780 | 2026-08-11T11:23:50.217Z | |
| 6781 | 2026-08-11T11:23:50.217Z | Aug 11 11:23:49.186Aug 11 11:23:49.186 INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 6782 | 2026-08-11T11:23:50.217Z | |
| 6783 | 2026-08-11T11:23:50.217Z | Aug 11 11:23:49.186Aug 11 11:23:49.186 DEBGDEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 6784 | 2026-08-11T11:23:50.217Z | |
| 6785 | 2026-08-11T11:23:50.217Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6786 | 2026-08-11T11:23:50.218Z | |
| 6787 | 2026-08-11T11:23:50.218Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 DEBGDEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6788 | 2026-08-11T11:23:50.218Z | |
| 6789 | 2026-08-11T11:23:50.218Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 6790 | 2026-08-11T11:23:50.218Z | |
| 6791 | 2026-08-11T11:23:50.218Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 DEBGDEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 6792 | 2026-08-11T11:23:50.218Z | |
| 6793 | 2026-08-11T11:23:50.218Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 6794 | 2026-08-11T11:23:50.218Z | |
| 6795 | 2026-08-11T11:23:50.218Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 DEBGDEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6796 | 2026-08-11T11:23:50.218Z | |
| 6797 | 2026-08-11T11:23:50.218Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 6798 | 2026-08-11T11:23:50.218Z | |
| 6799 | 2026-08-11T11:23:50.218Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 DEBGDEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6800 | 2026-08-11T11:23:50.218Z | |
| 6801 | 2026-08-11T11:23:50.218Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6802 | 2026-08-11T11:23:50.218Z | |
| 6803 | 2026-08-11T11:23:50.219Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 DEBGDEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6804 | 2026-08-11T11:23:50.219Z | |
| 6805 | 2026-08-11T11:23:50.219Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 6806 | 2026-08-11T11:23:50.219Z | |
| 6807 | 2026-08-11T11:23:50.219Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 DEBGDEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6808 | 2026-08-11T11:23:50.225Z | |
| 6809 | 2026-08-11T11:23:50.225Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6810 | 2026-08-11T11:23:50.225Z | |
| 6811 | 2026-08-11T11:23:50.225Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 DEBGDEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6812 | 2026-08-11T11:23:50.225Z | |
| 6813 | 2026-08-11T11:23:50.225Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 6814 | 2026-08-11T11:23:50.225Z | |
| 6815 | 2026-08-11T11:23:50.225Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 DEBGDEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6816 | 2026-08-11T11:23:50.225Z | |
| 6817 | 2026-08-11T11:23:50.225Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 6818 | 2026-08-11T11:23:50.225Z | |
| 6819 | 2026-08-11T11:23:50.225Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 DEBGDEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6820 | 2026-08-11T11:23:50.225Z | |
| 6821 | 2026-08-11T11:23:50.225Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 6822 | 2026-08-11T11:23:50.225Z | |
| 6823 | 2026-08-11T11:23:50.225Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 DEBGDEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6824 | 2026-08-11T11:23:50.225Z | |
| 6825 | 2026-08-11T11:23:50.225Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 6826 | 2026-08-11T11:23:50.225Z | |
| 6827 | 2026-08-11T11:23:50.225Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 DEBGDEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6828 | 2026-08-11T11:23:50.225Z | |
| 6829 | 2026-08-11T11:23:50.225Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 6830 | 2026-08-11T11:23:50.225Z | |
| 6831 | 2026-08-11T11:23:50.225Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 DEBGDEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6832 | 2026-08-11T11:23:50.225Z | |
| 6833 | 2026-08-11T11:23:50.225Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 6834 | 2026-08-11T11:23:50.225Z | |
| 6835 | 2026-08-11T11:23:50.225Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 DEBGDEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6836 | 2026-08-11T11:23:50.226Z | |
| 6837 | 2026-08-11T11:23:50.226Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 6838 | 2026-08-11T11:23:50.226Z | |
| 6839 | 2026-08-11T11:23:50.226Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 DEBGDEBG replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 6840 | 2026-08-11T11:23:50.226Z | |
| 6841 | 2026-08-11T11:23:50.226Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 6842 | 2026-08-11T11:23:50.226Z | |
| 6843 | 2026-08-11T11:23:50.226Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 DEBGDEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6844 | 2026-08-11T11:23:50.226Z | |
| 6845 | 2026-08-11T11:23:50.226Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 6846 | 2026-08-11T11:23:50.226Z | |
| 6847 | 2026-08-11T11:23:50.226Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 DEBGDEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 6848 | 2026-08-11T11:23:50.226Z | |
| 6849 | 2026-08-11T11:23:50.226Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 6850 | 2026-08-11T11:23:50.226Z | |
| 6851 | 2026-08-11T11:23:50.226Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 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: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 } }] |
| 6852 | 2026-08-11T11:23:50.226Z | |
| 6853 | 2026-08-11T11:23:50.226Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 6854 | 2026-08-11T11:23:50.226Z | |
| 6855 | 2026-08-11T11:23:50.226Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 DEBGDEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6856 | 2026-08-11T11:23:50.226Z | |
| 6857 | 2026-08-11T11:23:50.226Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 6858 | 2026-08-11T11:23:50.226Z | |
| 6859 | 2026-08-11T11:23:50.226Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 DEBGDEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6860 | 2026-08-11T11:23:50.226Z | |
| 6861 | 2026-08-11T11:23:50.226Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 6862 | 2026-08-11T11:23:50.226Z | |
| 6863 | 2026-08-11T11:23:50.226Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 DEBGDEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6864 | 2026-08-11T11:23:50.226Z | |
| 6865 | 2026-08-11T11:23:50.226Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 6866 | 2026-08-11T11:23:50.226Z | |
| 6867 | 2026-08-11T11:23:50.226Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 DEBGDEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6868 | 2026-08-11T11:23:50.226Z | |
| 6869 | 2026-08-11T11:23:50.226Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 6870 | 2026-08-11T11:23:50.226Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 6871 | 2026-08-11T11:23:50.226Z | |
| 6872 | 2026-08-11T11:23:50.226Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 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: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 } }] |
| 6873 | 2026-08-11T11:23:50.227Z | |
| 6874 | 2026-08-11T11:23:50.227Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 6875 | 2026-08-11T11:23:50.227Z | |
| 6876 | 2026-08-11T11:23:50.227Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 DEBGDEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6877 | 2026-08-11T11:23:50.227Z | |
| 6878 | 2026-08-11T11:23:50.227Z | Aug 11 11:23:49.187Aug 11 11:23:49.187 INFOAug 11 11:23:49.188 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBGAug 11 11:23:49.188 DEBG created new freemapcreated new freemap, |
| 6879 | 2026-08-11T11:23:50.227Z | unitAug 11 11:23:49.187: freemap_route_ipv4DEBG |
| 6880 | 2026-08-11T11:23:50.227Z | , Aug 11 11:23:49.197created new freemap DEBG, 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 } }]: |
| 6881 | 2026-08-11T11:23:50.227Z | unitAug 11 11:23:49.197:Aug 11 11:23:49.197 freemap_route_ipv4 INFO |
| 6882 | 2026-08-11T11:23:50.227Z | DEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffcreated new freemap |
| 6883 | 2026-08-11T11:23:50.227Z | , freemap_route_ipv4unit: |
| 6884 | 2026-08-11T11:23:50.227Z | freemap_route_ipv6Aug 11 11:23:49.187 |
| 6885 | 2026-08-11T11:23:50.227Z | Aug 11 11:23:49.197Aug 11 11:23:49.197 DEBGAug 11 11:23:49.197DEBG Aug 11 11:23:49.197created new freemapreplacing 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 , DEBGcreated new freemap |
| 6886 | 2026-08-11T11:23:50.227Z | created new freemapunitinitted freemap. size: 64:, , unit :unitfreemap_route_ipv4 , :unitAug 11 11:23:49.197:freemap_route_ipv4 |
| 6887 | 2026-08-11T11:23:50.227Z | freemap_route_ipv6 |
| 6888 | 2026-08-11T11:23:50.227Z | |
| 6889 | 2026-08-11T11:23:50.227Z | freemap_route_ipv6INFO |
| 6890 | 2026-08-11T11:23:50.227Z | Aug 11 11:23:49.197 Aug 11 11:23:49.197adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 6891 | 2026-08-11T11:23:50.227Z | Aug 11 11:23:49.197DEBG DEBGDEBGAug 11 11:23:49.197 created new freemap DEBG, unitinitted freemap. size: 64:, reset freemap initted freemap. size: 64, freemap_route_ipv6unit |
| 6892 | 2026-08-11T11:23:50.227Z | unit, Aug 11 11:23:49.197unit::: freemap_route_ipv4 |
| 6893 | 2026-08-11T11:23:50.227Z | freemap_route_ipv4 |
| 6894 | 2026-08-11T11:23:50.227Z | freemap_route_ipv4 |
| 6895 | 2026-08-11T11:23:50.227Z | Aug 11 11:23:49.197 DEBG reset freemap, unit :INFO adding route 3fff:beef:3f::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 6896 | 2026-08-11T11:23:50.227Z | |
| 6897 | 2026-08-11T11:23:50.227Z | Aug 11 11:23:49.197 Aug 11 11:23:49.197Aug 11 11:23:49.197 DEBG DEBGAug 11 11:23:49.197 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 |
| 6898 | 2026-08-11T11:23:50.227Z | DEBGinitted freemap. size: 64 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 } }]unitreset freemap |
| 6899 | 2026-08-11T11:23:50.227Z | , unit:Aug 11 11:23:49.197 initted freemap. size: 64 INFO, Aug 11 11:23:49.197: freemap_route_ipv6unitadding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG: |
| 6900 | 2026-08-11T11:23:50.227Z | |
| 6901 | 2026-08-11T11:23:50.227Z | failed to allocate space for the new target listfreemap_route_ipv6 |
| 6902 | 2026-08-11T11:23:50.227Z | |
| 6903 | 2026-08-11T11:23:50.227Z | freemap_route_ipv4 |
| 6904 | 2026-08-11T11:23:50.227Z | Aug 11 11:23:49.197 Aug 11 11:23:49.197DEBG Aug 11 11:23:49.197Aug 11 11:23:49.197 DEBG DEBGDEBGreset freemap replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }], 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 } }]unit |
| 6905 | 2026-08-11T11:23:50.227Z | reset freemap: freemap_route_ipv6, |
| 6906 | 2026-08-11T11:23:50.227Z | |
| 6907 | 2026-08-11T11:23:50.227Z | unit:Aug 11 11:23:49.197 Aug 11 11:23:49.197DEBG freemap_route_ipv6INFO Aug 11 11:23:49.197adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 11 11:23:49.197 |
| 6908 | 2026-08-11T11:23:50.232Z | INFO |
| 6909 | 2026-08-11T11:23:50.232Z | failed to allocate space for the new target list |
| 6910 | 2026-08-11T11:23:50.232Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff Aug 11 11:23:49.197 |
| 6911 | 2026-08-11T11:23:50.232Z | Aug 11 11:23:49.197INFODEBG DEBG Aug 11 11:23:49.197adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6912 | 2026-08-11T11:23:50.232Z | initted freemap. size: 64DEBG |
| 6913 | 2026-08-11T11:23:50.232Z | , unitAug 11 11:23:49.197replacing 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 } }] |
| 6914 | 2026-08-11T11:23:50.233Z | 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 11 11:23:49.197freemap_route_ipv6Aug 11 11:23:49.197 |
| 6915 | 2026-08-11T11:23:50.233Z | INFO |
| 6916 | 2026-08-11T11:23:50.233Z | DEBG adding route 3fff:beef:36::/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 } }] |
| 6917 | 2026-08-11T11:23:50.233Z | |
| 6918 | 2026-08-11T11:23:50.233Z | Aug 11 11:23:49.197 Aug 11 11:23:49.197INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6919 | 2026-08-11T11:23:50.233Z | reset freemap, unit:Aug 11 11:23:49.187Aug 11 11:23:49.198Aug 11 11:23:49.198 DEBGDEBG 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 } }] |
| 6920 | 2026-08-11T11:23:50.233Z | 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 } }] |
| 6921 | 2026-08-11T11:23:50.233Z | DEBG |
| 6922 | 2026-08-11T11:23:50.233Z | Aug 11 11:23:49.198created new freemap , Aug 11 11:23:49.198INFOAug 11 11:23:49.198 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 6923 | 2026-08-11T11:23:50.233Z | INFOINFO unitadding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 6924 | 2026-08-11T11:23:50.233Z | adding route 3fff:dead::/64 -> 2001:db8::55:3: |
| 6925 | 2026-08-11T11:23:50.233Z | Aug 11 11:23:49.198freemap_route_ipv4Aug 11 11:23:49.198 |
| 6926 | 2026-08-11T11:23:50.233Z | Aug 11 11:23:49.198 DEBGDEBG DEBGreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 6927 | 2026-08-11T11:23:50.233Z | |
| 6928 | 2026-08-11T11:23:50.233Z | |
| 6929 | 2026-08-11T11:23:50.233Z | Aug 11 11:23:49.198 Aug 11 11:23:49.198DEBG Aug 11 11:23:49.198INFO created new freemapINFO Aug 11 11:23:49.198 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.2, |
| 6930 | 2026-08-11T11:23:50.233Z | INFOunit: |
| 6931 | 2026-08-11T11:23:50.233Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 11 11:23:49.198 |
| 6932 | 2026-08-11T11:23:50.234Z | DEBG freemap_route_ipv6replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6933 | 2026-08-11T11:23:50.234Z | |
| 6934 | 2026-08-11T11:23:50.234Z | Aug 11 11:23:49.198Aug 11 11:23:49.198 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 } }]Aug 11 11:23:49.198 |
| 6935 | 2026-08-11T11:23:50.234Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 6936 | 2026-08-11T11:23:50.234Z | INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 11 11:23:49.198 |
| 6937 | 2026-08-11T11:23:50.234Z | Aug 11 11:23:49.198 DEBGDEBGAug 11 11:23:49.198 Aug 11 11:23:49.198INFO replacing targets for 3fff:dead::/64 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.3 initted freemap. size: 64DEBGAug 11 11:23:49.198 |
| 6938 | 2026-08-11T11:23:50.234Z | |
| 6939 | 2026-08-11T11:23:50.234Z | DEBGinitted freemap. size: 64 , 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 } }], unitAug 11 11:23:49.198 |
| 6940 | 2026-08-11T11:23:50.234Z | :Aug 11 11:23:49.198 unit : WARNfreemap_route_ipv4 shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })freemap_route_ipv4 |
| 6941 | 2026-08-11T11:23:50.234Z | |
| 6942 | 2026-08-11T11:23:50.234Z | |
| 6943 | 2026-08-11T11:23:50.234Z | Aug 11 11:23:49.198DEBG 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 } }]Aug 11 11:23:49.198 |
| 6944 | 2026-08-11T11:23:50.234Z | Aug 11 11:23:49.198 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBGERROAug 11 11:23:49.198 Aug 11 11:23:49.198rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) reset freemapINFO |
| 6945 | 2026-08-11T11:23:50.234Z | , unitDEBG: |
| 6946 | 2026-08-11T11:23:50.234Z | adding route 172.16.0.0/32 -> 10.0.0.4reset freemapAug 11 11:23:49.198freemap_route_ipv4 |
| 6947 | 2026-08-11T11:23:50.235Z | , DEBG |
| 6948 | 2026-08-11T11:23:50.235Z | unit:Aug 11 11:23:49.198 Aug 11 11:23:49.198 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 } }] |
| 6949 | 2026-08-11T11:23:50.235Z | freemap_route_ipv4ERRODEBG |
| 6950 | 2026-08-11T11:23:50.235Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 11 11:23:49.198 |
| 6951 | 2026-08-11T11:23:50.235Z | shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds itAug 11 11:23:49.198DEBG |
| 6952 | 2026-08-11T11:23:50.235Z | INFO initted freemap. size: 64Aug 11 11:23:49.198, adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff unitAug 11 11:23:49.198DEBG: |
| 6953 | 2026-08-11T11:23:50.235Z | freemap_route_ipv6initted freemap. size: 64 |
| 6954 | 2026-08-11T11:23:50.235Z | , unitINFO : Aug 11 11:23:49.198adding route 172.17.0.0/32 -> 10.0.0.255 freemap_route_ipv6DEBG |
| 6955 | 2026-08-11T11:23:50.235Z | |
| 6956 | 2026-08-11T11:23:50.235Z | Aug 11 11:23:49.198replacing 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 |
| 6957 | 2026-08-11T11:23:50.235Z | reset freemapAug 11 11:23:49.198, unitAug 11 11:23:49.198DEBGAug 11 11:23:49.198: INFOfreemap_route_ipv6 |
| 6958 | 2026-08-11T11:23:50.235Z | replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff Aug 11 11:23:49.187 |
| 6959 | 2026-08-11T11:23:50.235Z | |
| 6960 | 2026-08-11T11:23:50.235Z | DEBGDEBGAug 11 11:23:49.198 Aug 11 11:23:49.198 created new freemap INFOAug 11 11:23:49.198, unitDEBG: 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 |
| 6961 | 2026-08-11T11:23:50.235Z | reset freemapadding route 172.17.0.1/32 -> 10.0.0.255freemap_route_ipv4 |
| 6962 | 2026-08-11T11:23:50.235Z | |
| 6963 | 2026-08-11T11:23:50.235Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6964 | 2026-08-11T11:23:50.235Z | , Aug 11 11:23:49.198unit :Aug 11 11:23:49.198 DEBGDEBG Aug 11 11:23:49.198failed to allocate space for the new target listreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv6 |
| 6965 | 2026-08-11T11:23:50.235Z | |
| 6966 | 2026-08-11T11:23:50.236Z | DEBG |
| 6967 | 2026-08-11T11:23:50.236Z | created new freemap, Aug 11 11:23:49.198Aug 11 11:23:49.198Aug 11 11:23:49.198 unitAug 11 11:23:49.198DEBG replacing targets for 3fff:dead::/64 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: |
| 6968 | 2026-08-11T11:23:50.236Z | adding route 172.17.0.2/32 -> 10.0.0.255DEBG |
| 6969 | 2026-08-11T11:23:50.236Z | test route::tests::identity_replace_is_noop ... ok |
| 6970 | 2026-08-11T11:23:50.236Z | INFO freemap_route_ipv6adding route 172.16.0.0/32 -> 10.0.0.1 |
| 6971 | 2026-08-11T11:23:50.236Z | |
| 6972 | 2026-08-11T11:23:50.236Z | 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 11 11:23:49.198 |
| 6973 | 2026-08-11T11:23:50.236Z | DEBG Aug 11 11:23:49.198replacing 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 11 11:23:49.198 |
| 6974 | 2026-08-11T11:23:50.236Z | test route::tests::grow_succeeds ... ok |
| 6975 | 2026-08-11T11:23:50.236Z | Aug 11 11:23:49.198DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 11 11:23:49.198DEBG INFO |
| 6976 | 2026-08-11T11:23:50.236Z | INFO adding route 172.17.0.3/32 -> 10.0.0.255initted freemap. size: 64adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6977 | 2026-08-11T11:23:50.236Z | |
| 6978 | 2026-08-11T11:23:50.236Z | , Aug 11 11:23:49.198unit Aug 11 11:23:49.198INFO :DEBGAug 11 11:23:49.198 adding route 172.16.0.0/32 -> 10.0.0.2DEBG |
| 6979 | 2026-08-11T11:23:50.236Z | 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 } }] |
| 6980 | 2026-08-11T11:23:50.236Z | Aug 11 11:23:49.198replacing 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 } }] DEBGfreemap_route_ipv4 |
| 6981 | 2026-08-11T11:23:50.236Z | Aug 11 11:23:49.198replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 6982 | 2026-08-11T11:23:50.236Z | INFO |
| 6983 | 2026-08-11T11:23:50.237Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6984 | 2026-08-11T11:23:50.237Z | Aug 11 11:23:49.198Aug 11 11:23:49.198 Aug 11 11:23:49.198INFO INFOadding route 172.17.0.0/32 -> 10.0.0.255Aug 11 11:23:49.198 DEBG adding route 172.17.0.4/32 -> 10.0.0.255 |
| 6985 | 2026-08-11T11:23:50.237Z | reset freemap |
| 6986 | 2026-08-11T11:23:50.237Z | DEBG, unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, 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 } }]: |
| 6987 | 2026-08-11T11:23:50.237Z | Aug 11 11:23:49.198Aug 11 11:23:49.198 DEBGDEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 6988 | 2026-08-11T11:23:50.237Z | |
| 6989 | 2026-08-11T11:23:50.237Z | freemap_route_ipv4 |
| 6990 | 2026-08-11T11:23:50.237Z | Aug 11 11:23:49.198Aug 11 11:23:49.198Aug 11 11:23:49.198Aug 11 11:23:49.198 INFO INFOINFODEBG initted freemap. size: 64adding route 3fff:dead::/64 -> 2001:db8::55:2, unitAug 11 11:23:49.198 :DEBG freemap_route_ipv6created new freemap |
| 6991 | 2026-08-11T11:23:50.237Z | , unitAug 11 11:23:49.198Aug 11 11:23:49.198Aug 11 11:23:49.207: freemap_route_ipv4DEBG |
| 6992 | 2026-08-11T11:23:50.237Z | DEBGcreated new freemap , reset freemapunit, :unit DEBGfreemap_route_ipv4: created new freemap, unit: |
| 6993 | 2026-08-11T11:23:50.237Z | freemap_route_ipv4adding route 172.17.0.5/32 -> 10.0.0.255 |
| 6994 | 2026-08-11T11:23:50.237Z | freemap_route_ipv6 |
| 6995 | 2026-08-11T11:23:50.237Z | |
| 6996 | 2026-08-11T11:23:50.237Z | |
| 6997 | 2026-08-11T11:23:50.237Z | Aug 11 11:23:49.208 INFOAug 11 11:23:49.208 Aug 11 11:23:49.208 adding route 172.16.0.0/32 -> 10.0.0.1DEBG Aug 11 11:23:49.208 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 11 11:23:49.208 |
| 6998 | 2026-08-11T11:23:50.237Z | |
| 6999 | 2026-08-11T11:23:50.237Z | DEBGDEBG created new freemapreplacing 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 } }], |
| 7000 | 2026-08-11T11:23:50.238Z | unit Aug 11 11:23:49.208:DEBG Aug 11 11:23:49.208freemap_route_ipv6Aug 11 11:23:49.208 INFOINFO |
| 7001 | 2026-08-11T11:23:50.238Z | DEBG adding route 172.17.0.6/32 -> 10.0.0.255created new 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 } }] |
| 7002 | 2026-08-11T11:23:50.238Z | , |
| 7003 | 2026-08-11T11:23:50.238Z | adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 11 11:23:49.208unit |
| 7004 | 2026-08-11T11:23:50.238Z | : DEBGAug 11 11:23:49.208 Aug 11 11:23:49.208 freemap_route_ipv6initted freemap. size: 64DEBG, DEBG |
| 7005 | 2026-08-11T11:23:50.238Z | 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 } }]unit |
| 7006 | 2026-08-11T11:23:50.238Z | : freemap_route_ipv4replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.208 |
| 7007 | 2026-08-11T11:23:50.238Z | |
| 7008 | 2026-08-11T11:23:50.243Z | DEBG Aug 11 11:23:49.208initted freemap. size: 64 Aug 11 11:23:49.208, INFO unit Aug 11 11:23:49.208:adding route 172.16.0.0/32 -> 10.0.0.2INFO Aug 11 11:23:49.208adding route 3fff:beef:1::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 7009 | 2026-08-11T11:23:50.243Z | |
| 7010 | 2026-08-11T11:23:50.243Z | |
| 7011 | 2026-08-11T11:23:50.243Z | DEBG INFOreset freemap , Aug 11 11:23:49.208unitadding route 172.17.0.7/32 -> 10.0.0.255 Aug 11 11:23:49.208:DEBGAug 11 11:23:49.208 replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 7012 | 2026-08-11T11:23:50.243Z | DEBG |
| 7013 | 2026-08-11T11:23:50.243Z | DEBGreset freemap |
| 7014 | 2026-08-11T11:23:50.243Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }], |
| 7015 | 2026-08-11T11:23:50.243Z | Aug 11 11:23:49.208 Aug 11 11:23:49.208DEBG unit initted freemap. size: 64INFO, unit :adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 11 11:23:49.208 freemap_route_ipv6 |
| 7016 | 2026-08-11T11:23:50.243Z | |
| 7017 | 2026-08-11T11:23:50.243Z | INFO Aug 11 11:23:49.208adding route 172.16.0.0/32 -> 10.0.0.3: Aug 11 11:23:49.208Aug 11 11:23:49.208 |
| 7018 | 2026-08-11T11:23:50.243Z | DEBGDEBG 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 } }]reset freemap |
| 7019 | 2026-08-11T11:23:50.244Z | , freemap_route_ipv4replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 7020 | 2026-08-11T11:23:50.244Z | Aug 11 11:23:49.208Aug 11 11:23:49.208 :DEBG |
| 7021 | 2026-08-11T11:23:50.244Z | 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 } }]Aug 11 11:23:49.208 |
| 7022 | 2026-08-11T11:23:50.244Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 7023 | 2026-08-11T11:23:50.244Z | Aug 11 11:23:49.208 INFOAug 11 11:23:49.208 Aug 11 11:23:49.208INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.4adding route 172.17.0.8/32 -> 10.0.0.255 |
| 7024 | 2026-08-11T11:23:50.244Z | |
| 7025 | 2026-08-11T11:23:50.244Z | 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 } }]freemap_route_ipv6 |
| 7026 | 2026-08-11T11:23:50.244Z | |
| 7027 | 2026-08-11T11:23:50.244Z | Aug 11 11:23:49.208 Aug 11 11:23:49.208DEBG initted freemap. size: 64Aug 11 11:23:49.208, unit DEBGINFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 7028 | 2026-08-11T11:23:50.244Z | |
| 7029 | 2026-08-11T11:23:50.244Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 11 11:23:49.208 :INFO |
| 7030 | 2026-08-11T11:23:50.244Z | freemap_route_ipv6 |
| 7031 | 2026-08-11T11:23:50.244Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 11 11:23:49.208 |
| 7032 | 2026-08-11T11:23:50.244Z | INFOAug 11 11:23:49.208 adding route 172.17.0.9/32 -> 10.0.0.255Aug 11 11:23:49.208Aug 11 11:23:49.208DEBG |
| 7033 | 2026-08-11T11:23:50.244Z | 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 } }] |
| 7034 | 2026-08-11T11:23:50.244Z | DEBGAug 11 11:23:49.208Aug 11 11:23:49.208replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7035 | 2026-08-11T11:23:50.244Z | 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 } }]DEBGAug 11 11:23:49.208 |
| 7036 | 2026-08-11T11:23:50.245Z | 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 |
| 7037 | 2026-08-11T11:23:50.245Z | reset freemap Aug 11 11:23:49.208adding route 3fff:beef:5::/64 -> 2001:db8::55:ff , |
| 7038 | 2026-08-11T11:23:50.245Z | unitDEBG :replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 11 11:23:49.208 |
| 7039 | 2026-08-11T11:23:50.245Z | freemap_route_ipv6INFO Aug 11 11:23:49.208adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7040 | 2026-08-11T11:23:50.245Z | DEBG |
| 7041 | 2026-08-11T11:23:50.245Z | 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 } }] |
| 7042 | 2026-08-11T11:23:50.245Z | Aug 11 11:23:49.208 DEBGAug 11 11:23:49.198 Aug 11 11:23:49.208 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 |
| 7043 | 2026-08-11T11:23:50.245Z | INFO created new freemapadding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 11 11:23:49.208, |
| 7044 | 2026-08-11T11:23:50.245Z | Aug 11 11:23:49.208unit : INFO freemap_route_ipv4adding route 172.17.0.11/32 -> 10.0.0.255Aug 11 11:23:49.208 |
| 7045 | 2026-08-11T11:23:50.245Z | |
| 7046 | 2026-08-11T11:23:50.245Z | INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1 |
| 7047 | 2026-08-11T11:23:50.245Z | Aug 11 11:23:49.208replacing 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 } }] |
| 7048 | 2026-08-11T11:23:50.245Z | DEBGAug 11 11:23:49.208 created new freemapDEBG, unitAug 11 11:23:49.208Aug 11 11:23:49.208: INFODEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7049 | 2026-08-11T11:23:50.245Z | |
| 7050 | 2026-08-11T11:23:50.245Z | freemap_route_ipv6replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7051 | 2026-08-11T11:23:50.245Z | |
| 7052 | 2026-08-11T11:23:50.245Z | Aug 11 11:23:49.208 DEBG Aug 11 11:23:49.208replacing 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 11 11:23:49.208Aug 11 11:23:49.208 |
| 7053 | 2026-08-11T11:23:50.245Z | INFO adding route 172.17.0.12/32 -> 10.0.0.255DEBGINFO |
| 7054 | 2026-08-11T11:23:50.245Z | initted freemap. size: 64 Aug 11 11:23:49.208, adding route 172.16.0.0/32 -> 10.0.0.1unitINFO: adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 7055 | 2026-08-11T11:23:50.245Z | freemap_route_ipv4Aug 11 11:23:49.208 |
| 7056 | 2026-08-11T11:23:50.246Z | |
| 7057 | 2026-08-11T11:23:50.246Z | 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 11 11:23:49.208Aug 11 11:23:49.208 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]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 11 11:23:49.208 |
| 7058 | 2026-08-11T11:23:50.246Z | |
| 7059 | 2026-08-11T11:23:50.246Z | DEBG |
| 7060 | 2026-08-11T11:23:50.246Z | reset freemap, unitAug 11 11:23:49.208: Aug 11 11:23:49.208INFOadding route 172.17.0.1/32 -> 10.0.0.255 |
| 7061 | 2026-08-11T11:23:50.246Z | freemap_route_ipv4adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7062 | 2026-08-11T11:23:50.246Z | |
| 7063 | 2026-08-11T11:23:50.246Z | Aug 11 11:23:49.208 Aug 11 11:23:49.208INFOINFO DEBGAug 11 11:23:49.208adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 7064 | 2026-08-11T11:23:50.246Z | |
| 7065 | 2026-08-11T11:23:50.246Z | DEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.208replacing 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 } }] |
| 7066 | 2026-08-11T11:23:50.246Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 7067 | 2026-08-11T11:23:50.246Z | Aug 11 11:23:49.208 |
| 7068 | 2026-08-11T11:23:50.246Z | DEBGDEBG Aug 11 11:23:49.208 initted freemap. size: 64DEBG, unitAug 11 11:23:49.208: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 } }] |
| 7069 | 2026-08-11T11:23:50.246Z | Aug 11 11:23:49.208replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO |
| 7070 | 2026-08-11T11:23:50.246Z | INFO adding route 172.17.0.14/32 -> 10.0.0.255Aug 11 11:23:49.208 |
| 7071 | 2026-08-11T11:23:50.246Z | freemap_route_ipv6adding route 172.17.0.2/32 -> 10.0.0.255 INFO |
| 7072 | 2026-08-11T11:23:50.246Z | |
| 7073 | 2026-08-11T11:23:50.246Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 7074 | 2026-08-11T11:23:50.246Z | Aug 11 11:23:49.208Aug 11 11:23:49.208 Aug 11 11:23:49.208 Aug 11 11:23:49.208 DEBGINFO DEBGreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:23:49.208 |
| 7075 | 2026-08-11T11:23:50.246Z | 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.2 |
| 7076 | 2026-08-11T11:23:50.247Z | |
| 7077 | 2026-08-11T11:23:50.247Z | DEBG DEBG reset freemapreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 7078 | 2026-08-11T11:23:50.247Z | unitAug 11 11:23:49.208Aug 11 11:23:49.208 : Aug 11 11:23:49.208INFOAug 11 11:23:49.208 freemap_route_ipv6INFOINFOadding route 172.17.0.15/32 -> 10.0.0.255 |
| 7079 | 2026-08-11T11:23:50.247Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 172.17.0.3/32 -> 10.0.0.255 |
| 7080 | 2026-08-11T11:23:50.247Z | |
| 7081 | 2026-08-11T11:23:50.247Z | |
| 7082 | 2026-08-11T11:23:50.247Z | DEBG Aug 11 11:23:49.208replacing 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 11 11:23:49.208 Aug 11 11:23:49.208DEBG INFO DEBG |
| 7083 | 2026-08-11T11:23:50.247Z | adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 7084 | 2026-08-11T11:23:50.247Z | Aug 11 11:23:49.208 |
| 7085 | 2026-08-11T11:23:50.247Z | |
| 7086 | 2026-08-11T11:23:50.247Z | DEBGAug 11 11:23:49.208 replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7087 | 2026-08-11T11:23:50.247Z | Aug 11 11:23:49.208 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 11 11:23:49.208 Aug 11 11:23:49.208 INFO INFO |
| 7088 | 2026-08-11T11:23:50.247Z | adding route 172.17.0.16/32 -> 10.0.0.255adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 7089 | 2026-08-11T11:23:50.247Z | Aug 11 11:23:49.208 |
| 7090 | 2026-08-11T11:23:50.247Z | INFOINFO adding route 172.17.0.0/32 -> 10.0.0.255adding route 172.17.0.4/32 -> 10.0.0.255Aug 11 11:23:49.208 |
| 7091 | 2026-08-11T11:23:50.247Z | Aug 11 11:23:49.208 DEBG |
| 7092 | 2026-08-11T11:23:50.247Z | 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 } }] |
| 7093 | 2026-08-11T11:23:50.247Z | DEBG Aug 11 11:23:49.208replacing 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 11 11:23:49.208Aug 11 11:23:49.208 |
| 7094 | 2026-08-11T11:23:50.247Z | Aug 11 11:23:49.208INFO INFODEBGDEBG adding route 172.17.0.0/32 -> 10.0.0.255replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7095 | 2026-08-11T11:23:50.247Z | Aug 11 11:23:49.208adding route 3fff:beef:d::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7096 | 2026-08-11T11:23:50.248Z | |
| 7097 | 2026-08-11T11:23:50.248Z | |
| 7098 | 2026-08-11T11:23:50.248Z | Aug 11 11:23:49.208adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7099 | 2026-08-11T11:23:50.248Z | Aug 11 11:23:49.208DEBG Aug 11 11:23:49.208 INFO replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7100 | 2026-08-11T11:23:50.248Z | DEBGadding route 172.17.0.5/32 -> 10.0.0.255 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 } }] |
| 7101 | 2026-08-11T11:23:50.248Z | Aug 11 11:23:49.208Aug 11 11:23:49.217 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 7102 | 2026-08-11T11:23:50.248Z | Aug 11 11:23:49.217DEBG Aug 11 11:23:49.217 |
| 7103 | 2026-08-11T11:23:50.248Z | DEBGcreated new freemap , 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 } }]unit :INFO |
| 7104 | 2026-08-11T11:23:50.248Z | freemap_route_ipv4adding route 172.17.0.1/32 -> 10.0.0.255 |
| 7105 | 2026-08-11T11:23:50.248Z | |
| 7106 | 2026-08-11T11:23:50.248Z | Aug 11 11:23:49.217Aug 11 11:23:49.217 Aug 11 11:23:49.207DEBG 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 11 11:23:49.217 |
| 7107 | 2026-08-11T11:23:50.248Z | DEBGAug 11 11:23:49.208INFO Aug 11 11:23:49.208Aug 11 11:23:49.217 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffcreated new freemap |
| 7108 | 2026-08-11T11:23:50.253Z | DEBGINFO, created new freemapAug 11 11:23:49.217 unit , INFO :adding route 172.17.0.6/32 -> 10.0.0.255Aug 11 11:23:49.217 |
| 7109 | 2026-08-11T11:23:50.253Z | DEBGDEBG freemap_route_ipv6replacing 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 } }]unitDEBG: created new freemap replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 7110 | 2026-08-11T11:23:50.254Z | unit |
| 7111 | 2026-08-11T11:23:50.254Z | freemap_route_ipv4 :Aug 11 11:23:49.217 |
| 7112 | 2026-08-11T11:23:50.254Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 7113 | 2026-08-11T11:23:50.254Z | Aug 11 11:23:49.217 |
| 7114 | 2026-08-11T11:23:50.254Z | INFO Aug 11 11:23:49.217Aug 11 11:23:49.217freemap_route_ipv6Aug 11 11:23:49.217adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7115 | 2026-08-11T11:23:50.254Z | |
| 7116 | 2026-08-11T11:23:50.254Z | DEBGINFO Aug 11 11:23:49.217 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 } }]DEBG adding route 3fff:beef:10::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7117 | 2026-08-11T11:23:50.254Z | created new freemapAug 11 11:23:49.217DEBGAug 11 11:23:49.217 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 } }], DEBG |
| 7118 | 2026-08-11T11:23:50.254Z | initted freemap. size: 64 |
| 7119 | 2026-08-11T11:23:50.254Z | unit: Aug 11 11:23:49.217freemap_route_ipv6 |
| 7120 | 2026-08-11T11:23:50.254Z | Aug 11 11:23:49.217 DEBGINFO |
| 7121 | 2026-08-11T11:23:50.254Z | , Aug 11 11:23:49.217initted freemap. size: 64, unit Aug 11 11:23:49.217replacing 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 } }] unitDEBG:: freemap_route_ipv4adding route 172.17.0.3/32 -> 10.0.0.255 |
| 7122 | 2026-08-11T11:23:50.254Z | |
| 7123 | 2026-08-11T11:23:50.254Z | initted freemap. size: 64 |
| 7124 | 2026-08-11T11:23:50.254Z | , Aug 11 11:23:49.217freemap_route_ipv4INFO DEBG unitAug 11 11:23:49.217adding route 172.17.0.7/32 -> 10.0.0.255: |
| 7125 | 2026-08-11T11:23:50.254Z | Aug 11 11:23:49.217 freemap_route_ipv4INFO |
| 7126 | 2026-08-11T11:23:50.254Z | DEBG |
| 7127 | 2026-08-11T11:23:50.254Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff reset freemapreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7128 | 2026-08-11T11:23:50.254Z | , unit |
| 7129 | 2026-08-11T11:23:50.255Z | :Aug 11 11:23:49.217 Aug 11 11:23:49.217freemap_route_ipv4 Aug 11 11:23:49.217DEBGAug 11 11:23:49.217 |
| 7130 | 2026-08-11T11:23:50.255Z | reset freemap DEBG, Aug 11 11:23:49.217unit reset freemap:, freemap_route_ipv4DEBG |
| 7131 | 2026-08-11T11:23:50.255Z | unitAug 11 11:23:49.217INFO : 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 } }] |
| 7132 | 2026-08-11T11:23:50.255Z | initted freemap. size: 64adding route 172.17.0.4/32 -> 10.0.0.255, unitfreemap_route_ipv4: |
| 7133 | 2026-08-11T11:23:50.255Z | Aug 11 11:23:49.217 freemap_route_ipv6DEBG |
| 7134 | 2026-08-11T11:23:50.255Z | |
| 7135 | 2026-08-11T11:23:50.255Z | Aug 11 11:23:49.217initted freemap. size: 64 INFOAug 11 11:23:49.217 , adding route 3fff:beef:12::/64 -> 2001:db8::55:ffunitAug 11 11:23:49.217 |
| 7136 | 2026-08-11T11:23:50.255Z | DEBG Aug 11 11:23:49.217DEBG 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 |
| 7137 | 2026-08-11T11:23:50.255Z | : Aug 11 11:23:49.217freemap_route_ipv6reset freemap |
| 7138 | 2026-08-11T11:23:50.255Z | DEBG, Aug 11 11:23:49.217initted freemap. size: 64 INFO, unit 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 } }]unit: |
| 7139 | 2026-08-11T11:23:50.255Z | freemap_route_ipv6:adding route 172.17.0.5/32 -> 10.0.0.255 |
| 7140 | 2026-08-11T11:23:50.255Z | |
| 7141 | 2026-08-11T11:23:50.255Z | Aug 11 11:23:49.217 Aug 11 11:23:49.217 freemap_route_ipv6INFO |
| 7142 | 2026-08-11T11:23:50.255Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG Aug 11 11:23:49.217reset freemap |
| 7143 | 2026-08-11T11:23:50.255Z | Aug 11 11:23:49.217 INFODEBG Aug 11 11:23:49.217, 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 } }]unitAug 11 11:23:49.217: |
| 7144 | 2026-08-11T11:23:50.255Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7145 | 2026-08-11T11:23:50.255Z | 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 11 11:23:49.217 |
| 7146 | 2026-08-11T11:23:50.255Z | |
| 7147 | 2026-08-11T11:23:50.255Z | INFO adding route 172.17.0.6/32 -> 10.0.0.255DEBG |
| 7148 | 2026-08-11T11:23:50.255Z | Aug 11 11:23:49.217reset freemapAug 11 11:23:49.217, Aug 11 11:23:49.217 Aug 11 11:23:49.217INFOunit INFODEBG: replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 7149 | 2026-08-11T11:23:50.256Z | |
| 7150 | 2026-08-11T11:23:50.256Z | freemap_route_ipv6DEBG |
| 7151 | 2026-08-11T11:23:50.256Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 11 11:23:49.217 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 7152 | 2026-08-11T11:23:50.256Z | DEBGAug 11 11:23:49.217 INFO |
| 7153 | 2026-08-11T11:23:50.256Z | replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255Aug 11 11:23:49.217 |
| 7154 | 2026-08-11T11:23:50.256Z | Aug 11 11:23:49.217 |
| 7155 | 2026-08-11T11:23:50.256Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 7156 | 2026-08-11T11:23:50.256Z | Aug 11 11:23:49.217 Aug 11 11:23:49.218 INFO INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 11 11:23:49.218 |
| 7157 | 2026-08-11T11:23:50.256Z | Aug 11 11:23:49.218 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 7158 | 2026-08-11T11:23:50.256Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7159 | 2026-08-11T11:23:50.256Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 11 11:23:49.218 DEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 11 11:23:49.218Aug 11 11:23:49.218 |
| 7160 | 2026-08-11T11:23:50.256Z | |
| 7161 | 2026-08-11T11:23:50.256Z | |
| 7162 | 2026-08-11T11:23:50.256Z | INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 11 11:23:49.218 Aug 11 11:23:49.218replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 7163 | 2026-08-11T11:23:50.256Z | Aug 11 11:23:49.218adding route 172.17.0.8/32 -> 10.0.0.255 INFO |
| 7164 | 2026-08-11T11:23:50.256Z | INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 7165 | 2026-08-11T11:23:50.256Z | |
| 7166 | 2026-08-11T11:23:50.256Z | Aug 11 11:23:49.218adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7167 | 2026-08-11T11:23:50.256Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 7168 | 2026-08-11T11:23:50.256Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 7169 | 2026-08-11T11:23:50.257Z | DEBGAug 11 11:23:49.218 Aug 11 11:23:49.218Aug 11 11:23:49.218replacing 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 } }] |
| 7170 | 2026-08-11T11:23:50.257Z | DEBGDEBGINFO Aug 11 11:23:49.218adding route 3fff:dead::/64 -> 2001:db8::55:3 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 7171 | 2026-08-11T11:23:50.257Z | adding route 172.17.0.9/32 -> 10.0.0.255Aug 11 11:23:49.218 |
| 7172 | 2026-08-11T11:23:50.257Z | 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 } }] |
| 7173 | 2026-08-11T11:23:50.257Z | |
| 7174 | 2026-08-11T11:23:50.257Z | DEBGAug 11 11:23:49.218 Aug 11 11:23:49.218replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7175 | 2026-08-11T11:23:50.257Z | Aug 11 11:23:49.218 DEBGINFO DEBGadding 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 7176 | 2026-08-11T11:23:50.257Z | Aug 11 11:23:49.218 |
| 7177 | 2026-08-11T11:23:50.257Z | Aug 11 11:23:49.218INFO INFO Aug 11 11:23:49.218adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 11 11:23:49.218 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 } }] |
| 7178 | 2026-08-11T11:23:50.257Z | DEBG |
| 7179 | 2026-08-11T11:23:50.257Z | INFO |
| 7180 | 2026-08-11T11:23:50.257Z | 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:4 |
| 7181 | 2026-08-11T11:23:50.257Z | Aug 11 11:23:49.218Aug 11 11:23:49.218 |
| 7182 | 2026-08-11T11:23:50.257Z | DEBG Aug 11 11:23:49.218INFO Aug 11 11:23:49.218Aug 11 11:23:49.218 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 } }] INFOadding route 172.17.0.10/32 -> 10.0.0.255DEBG |
| 7183 | 2026-08-11T11:23:50.257Z | |
| 7184 | 2026-08-11T11:23:50.257Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }, NextHop { asic_port_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:18::/64 -> 2001:db8::55:ffAug 11 11:23:49.218 |
| 7185 | 2026-08-11T11:23:50.257Z | |
| 7186 | 2026-08-11T11:23:50.257Z | Aug 11 11:23:49.218 DEBG INFO |
| 7187 | 2026-08-11T11:23:50.258Z | 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 3fff:dead::/64 -> 2001:db8::55:4 |
| 7188 | 2026-08-11T11:23:50.258Z | |
| 7189 | 2026-08-11T11:23:50.258Z | Aug 11 11:23:49.218 Aug 11 11:23:49.218INFOAug 11 11:23:49.218 DEBG Aug 11 11:23:49.218Aug 11 11:23:49.218replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7190 | 2026-08-11T11:23:50.258Z | |
| 7191 | 2026-08-11T11:23:50.258Z | DEBGINFO DEBGadding route 172.17.0.11/32 -> 10.0.0.255replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7192 | 2026-08-11T11:23:50.258Z | |
| 7193 | 2026-08-11T11:23:50.258Z | Aug 11 11:23:49.218 Aug 11 11:23:49.218WARN Aug 11 11:23:49.218shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG |
| 7194 | 2026-08-11T11:23:50.258Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 11 11:23:49.218 INFO |
| 7195 | 2026-08-11T11:23:50.258Z | DEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 7196 | 2026-08-11T11:23:50.258Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 11 11:23:49.218 |
| 7197 | 2026-08-11T11:23:50.258Z | replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 11 11:23:49.218 |
| 7198 | 2026-08-11T11:23:50.258Z | Aug 11 11:23:49.218 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 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 11 11:23:49.218 |
| 7199 | 2026-08-11T11:23:50.258Z | |
| 7200 | 2026-08-11T11:23:50.258Z | |
| 7201 | 2026-08-11T11:23:50.258Z | INFO Aug 11 11:23:49.218Aug 11 11:23:49.218 WARNWARN adding route 172.17.0.12/32 -> 10.0.0.255shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 11 11:23:49.218 |
| 7202 | 2026-08-11T11:23:50.259Z | DEBG created new freemap, unit: Aug 11 11:23:49.217shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) INFO freemap_route_ipv4adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7203 | 2026-08-11T11:23:50.259Z | |
| 7204 | 2026-08-11T11:23:50.259Z | |
| 7205 | 2026-08-11T11:23:50.259Z | DEBG Aug 11 11:23:49.228replacing 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 } }] |
| 7206 | 2026-08-11T11:23:50.259Z | Aug 11 11:23:49.228 |
| 7207 | 2026-08-11T11:23:50.259Z | Aug 11 11:23:49.228 INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 7208 | 2026-08-11T11:23:50.264Z | Aug 11 11:23:49.228DEBG DEBGcreated new freemapAug 11 11:23:49.228, unitDEBG: DEBG freemap_route_ipv6 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 } }] |
| 7209 | 2026-08-11T11:23:50.264Z | 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 } }] |
| 7210 | 2026-08-11T11:23:50.264Z | 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 } }] |
| 7211 | 2026-08-11T11:23:50.264Z | |
| 7212 | 2026-08-11T11:23:50.264Z | Aug 11 11:23:49.228 Aug 11 11:23:49.228DEBG INFOinitted freemap. size: 64 , adding route 172.17.0.3/32 -> 10.0.0.255unit |
| 7213 | 2026-08-11T11:23:50.264Z | : Aug 11 11:23:49.228freemap_route_ipv4 |
| 7214 | 2026-08-11T11:23:50.264Z | INFO Aug 11 11:23:49.228adding route 172.17.0.9/32 -> 10.0.0.255 |
| 7215 | 2026-08-11T11:23:50.264Z | DEBGAug 11 11:23:49.228 Aug 11 11:23:49.228DEBG Aug 11 11:23:49.228 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 reset freemap |
| 7216 | 2026-08-11T11:23:50.264Z | , unitDEBG: 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 11 11:23:49.228 |
| 7217 | 2026-08-11T11:23:50.264Z | adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7218 | 2026-08-11T11:23:50.264Z | freemap_route_ipv4INFO |
| 7219 | 2026-08-11T11:23:50.265Z | adding route 172.17.0.4/32 -> 10.0.0.255Aug 11 11:23:49.228 |
| 7220 | 2026-08-11T11:23:50.265Z | Aug 11 11:23:49.228INFOAug 11 11:23:49.228 DEBGadding route 172.17.0.10/32 -> 10.0.0.255 |
| 7221 | 2026-08-11T11:23:50.265Z | Aug 11 11:23:49.228DEBG DEBGinitted freemap. size: 64 replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }], |
| 7222 | 2026-08-11T11:23:50.265Z | unitAug 11 11:23:49.228: freemap_route_ipv6DEBG |
| 7223 | 2026-08-11T11:23:50.265Z | Aug 11 11:23:49.228 INFO |
| 7224 | 2026-08-11T11:23:50.265Z | 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.5/32 -> 10.0.0.255Aug 11 11:23:49.228 |
| 7225 | 2026-08-11T11:23:50.265Z | |
| 7226 | 2026-08-11T11:23:50.265Z | DEBG reset freemap, Aug 11 11:23:49.228Aug 11 11:23:49.228 INFOINFO adding route 172.17.0.14/32 -> 10.0.0.255adding route 172.17.0.11/32 -> 10.0.0.255 |
| 7227 | 2026-08-11T11:23:50.265Z | |
| 7228 | 2026-08-11T11:23:50.265Z | unitAug 11 11:23:49.228 Aug 11 11:23:49.208: freemap_route_ipv6DEBG |
| 7229 | 2026-08-11T11:23:50.265Z | Aug 11 11:23:49.228replacing 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 11 11:23:49.228DEBG |
| 7230 | 2026-08-11T11:23:50.265Z | 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 } }] |
| 7231 | 2026-08-11T11:23:50.265Z | 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 } }] |
| 7232 | 2026-08-11T11:23:50.265Z | Aug 11 11:23:49.228DEBG Aug 11 11:23:49.228INFO Aug 11 11:23:49.228INFOAug 11 11:23:49.228 INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.17.0.6/32 -> 10.0.0.255 |
| 7233 | 2026-08-11T11:23:50.265Z | adding route 172.17.0.18/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255 |
| 7234 | 2026-08-11T11:23:50.265Z | 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 } }] |
| 7235 | 2026-08-11T11:23:50.265Z | |
| 7236 | 2026-08-11T11:23:50.266Z | Aug 11 11:23:49.228 |
| 7237 | 2026-08-11T11:23:50.266Z | Aug 11 11:23:49.228 DEBG Aug 11 11:23:49.228Aug 11 11:23:49.228DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 7238 | 2026-08-11T11:23:50.266Z | 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 } }]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.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 } }] |
| 7239 | 2026-08-11T11:23:50.266Z | |
| 7240 | 2026-08-11T11:23:50.266Z | |
| 7241 | 2026-08-11T11:23:50.266Z | Aug 11 11:23:49.228Aug 11 11:23:49.228 INFOAug 11 11:23:49.228 Aug 11 11:23:49.228adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7242 | 2026-08-11T11:23:50.266Z | INFO INFO Aug 11 11:23:49.228adding route 172.17.0.7/32 -> 10.0.0.255 adding route 172.17.0.19/32 -> 10.0.0.255 |
| 7243 | 2026-08-11T11:23:50.266Z | |
| 7244 | 2026-08-11T11:23:50.266Z | INFO INFOadding route 172.17.0.13/32 -> 10.0.0.255Aug 11 11:23:49.228 |
| 7245 | 2026-08-11T11:23:50.266Z | Aug 11 11:23:49.228DEBG DEBGAug 11 11:23:49.228 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7246 | 2026-08-11T11:23:50.266Z | |
| 7247 | 2026-08-11T11:23:50.266Z | 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 } }] |
| 7248 | 2026-08-11T11:23:50.266Z | adding route 172.17.0.15/32 -> 10.0.0.255Aug 11 11:23:49.228 |
| 7249 | 2026-08-11T11:23:50.266Z | Aug 11 11:23:49.228 INFODEBG adding route 172.17.0.8/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 11 11:23:49.228Aug 11 11:23:49.228 |
| 7250 | 2026-08-11T11:23:50.266Z | Aug 11 11:23:49.228 |
| 7251 | 2026-08-11T11:23:50.266Z | DEBGINFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7252 | 2026-08-11T11:23:50.267Z | replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG Aug 11 11:23:49.228 |
| 7253 | 2026-08-11T11:23:50.267Z | DEBG Aug 11 11:23:49.228replacing 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 11 11:23:49.228replacing 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 } }] |
| 7254 | 2026-08-11T11:23:50.267Z | INFODEBG |
| 7255 | 2026-08-11T11:23:50.267Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7256 | 2026-08-11T11:23:50.267Z | 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 11 11:23:49.228 |
| 7257 | 2026-08-11T11:23:50.267Z | INFO adding route 172.17.0.9/32 -> 10.0.0.255Aug 11 11:23:49.228Aug 11 11:23:49.228Aug 11 11:23:49.228 |
| 7258 | 2026-08-11T11:23:50.267Z | Aug 11 11:23:49.218 INFO INFOINFOadding route 172.17.0.21/32 -> 10.0.0.255DEBGAug 11 11:23:49.228 |
| 7259 | 2026-08-11T11:23:50.267Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG adding route 172.17.0.16/32 -> 10.0.0.255 |
| 7260 | 2026-08-11T11:23:50.267Z | Aug 11 11:23:49.228replacing 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 } }] |
| 7261 | 2026-08-11T11:23:50.267Z | Aug 11 11:23:49.229 |
| 7262 | 2026-08-11T11:23:50.267Z | Aug 11 11:23:49.229Aug 11 11:23:49.248 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 } }]DEBG |
| 7263 | 2026-08-11T11:23:50.267Z | Aug 11 11:23:49.248 Aug 11 11:23:49.248created new freemap INFO, unitadding route 172.17.0.10/32 -> 10.0.0.255: |
| 7264 | 2026-08-11T11:23:50.267Z | Aug 11 11:23:49.229INFO DEBGadding route 172.17.0.17/32 -> 10.0.0.255 |
| 7265 | 2026-08-11T11:23:50.267Z | freemap_route_ipv4created new freemap |
| 7266 | 2026-08-11T11:23:50.267Z | , Aug 11 11:23:49.248unit :Aug 11 11:23:49.248DEBG freemap_route_ipv4Aug 11 11:23:49.248replacing 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 } }] |
| 7267 | 2026-08-11T11:23:50.267Z | |
| 7268 | 2026-08-11T11:23:50.267Z | DEBGDEBG created new freemapreplacing 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 11 11:23:49.248unit |
| 7269 | 2026-08-11T11:23:50.268Z | :INFO freemap_route_ipv6 |
| 7270 | 2026-08-11T11:23:50.268Z | adding route 172.17.0.11/32 -> 10.0.0.255Aug 11 11:23:49.248 |
| 7271 | 2026-08-11T11:23:50.268Z | Aug 11 11:23:49.248 INFODEBG Aug 11 11:23:49.248adding route 172.17.0.18/32 -> 10.0.0.255 Aug 11 11:23:49.248DEBGcreated new freemap |
| 7272 | 2026-08-11T11:23:50.268Z | 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 } }] |
| 7273 | 2026-08-11T11:23:50.268Z | DEBG , initted freemap. size: 64Aug 11 11:23:49.248, unitINFO:unit :freemap_route_ipv4 adding route 172.17.0.12/32 -> 10.0.0.255 |
| 7274 | 2026-08-11T11:23:50.268Z | |
| 7275 | 2026-08-11T11:23:50.268Z | freemap_route_ipv6Aug 11 11:23:49.248 |
| 7276 | 2026-08-11T11:23:50.268Z | Aug 11 11:23:49.248Aug 11 11:23:49.248DEBG DEBGDEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7277 | 2026-08-11T11:23:50.268Z | |
| 7278 | 2026-08-11T11:23:50.268Z | Aug 11 11:23:49.248reset freemap DEBG, unitinitted freemap. size: 64Aug 11 11:23:49.248, :unit INFO: adding route 172.17.0.19/32 -> 10.0.0.255freemap_route_ipv4 |
| 7279 | 2026-08-11T11:23:50.268Z | |
| 7280 | 2026-08-11T11:23:50.268Z | freemap_route_ipv4 |
| 7281 | 2026-08-11T11:23:50.268Z | Aug 11 11:23:49.248Aug 11 11:23:49.248 INFO Aug 11 11:23:49.248 DEBGadding route 172.17.0.13/32 -> 10.0.0.255 Aug 11 11:23:49.248initted freemap. size: 64 |
| 7282 | 2026-08-11T11:23:50.268Z | , unit : Aug 11 11:23:49.248 DEBGDEBG freemap_route_ipv6 DEBGreset freemap |
| 7283 | 2026-08-11T11:23:50.268Z | replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }], |
| 7284 | 2026-08-11T11:23:50.268Z | unit: freemap_route_ipv4 |
| 7285 | 2026-08-11T11:23:50.269Z | |
| 7286 | 2026-08-11T11:23:50.269Z | Aug 11 11:23:49.248Aug 11 11:23:49.248 INFO DEBGadding route 172.17.0.14/32 -> 10.0.0.255 |
| 7287 | 2026-08-11T11:23:50.269Z | reset freemapAug 11 11:23:49.248Aug 11 11:23:49.248, unitDEBG:Aug 11 11:23:49.248 initted freemap. size: 64INFODEBG 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 } }]freemap_route_ipv6 |
| 7288 | 2026-08-11T11:23:50.269Z | , unit |
| 7289 | 2026-08-11T11:23:50.269Z | adding route 172.17.0.20/32 -> 10.0.0.255: Aug 11 11:23:49.248 |
| 7290 | 2026-08-11T11:23:50.269Z | Aug 11 11:23:49.248INFO freemap_route_ipv6INFO |
| 7291 | 2026-08-11T11:23:50.269Z | adding route 172.17.0.15/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7292 | 2026-08-11T11:23:50.269Z | |
| 7293 | 2026-08-11T11:23:50.269Z | Aug 11 11:23:49.248Aug 11 11:23:49.248 DEBGDEBG reset freemapreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.248 |
| 7294 | 2026-08-11T11:23:50.269Z | Aug 11 11:23:49.248 DEBGDEBG, Aug 11 11:23:49.248replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7295 | 2026-08-11T11:23:50.269Z | unitreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7296 | 2026-08-11T11:23:50.269Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 7297 | 2026-08-11T11:23:50.269Z | : Aug 11 11:23:49.248freemap_route_ipv6Aug 11 11:23:49.248 |
| 7298 | 2026-08-11T11:23:50.269Z | Aug 11 11:23:49.248 DEBGINFO replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7299 | 2026-08-11T11:23:50.269Z | INFO Aug 11 11:23:49.248adding route 172.17.0.21/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7300 | 2026-08-11T11:23:50.269Z | INFO |
| 7301 | 2026-08-11T11:23:50.269Z | Aug 11 11:23:49.248 INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 11 11:23:49.248 |
| 7302 | 2026-08-11T11:23:50.269Z | adding route 172.17.0.17/32 -> 10.0.0.255 DEBGAug 11 11:23:49.248 |
| 7303 | 2026-08-11T11:23:50.270Z | DEBGAug 11 11:23:49.248 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 11 11:23:49.248 |
| 7304 | 2026-08-11T11:23:50.270Z | 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 } }]DEBGAug 11 11:23:49.248 replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 7305 | 2026-08-11T11:23:50.270Z | |
| 7306 | 2026-08-11T11:23:50.270Z | |
| 7307 | 2026-08-11T11:23:50.270Z | 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 } }] |
| 7308 | 2026-08-11T11:23:50.275Z | Aug 11 11:23:49.248 Aug 11 11:23:49.248INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7309 | 2026-08-11T11:23:50.275Z | INFO Aug 11 11:23:49.248adding route 172.17.0.22/32 -> 10.0.0.255 Aug 11 11:23:49.248 |
| 7310 | 2026-08-11T11:23:50.275Z | DEBG 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 } }] Aug 11 11:23:49.248 |
| 7311 | 2026-08-11T11:23:50.275Z | adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 7312 | 2026-08-11T11:23:50.275Z | 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 11 11:23:49.248 |
| 7313 | 2026-08-11T11:23:50.275Z | INFO Aug 11 11:23:49.248DEBGadding route 172.17.0.19/32 -> 10.0.0.255 Aug 11 11:23:49.248INFOreplacing 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 } }] |
| 7314 | 2026-08-11T11:23:50.275Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7315 | 2026-08-11T11:23:50.275Z | |
| 7316 | 2026-08-11T11:23:50.275Z | 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 11 11:23:49.248 |
| 7317 | 2026-08-11T11:23:50.275Z | Aug 11 11:23:49.248DEBG DEBGreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:23:49.248 |
| 7318 | 2026-08-11T11:23:50.275Z | Aug 11 11:23:49.248replacing 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 |
| 7319 | 2026-08-11T11:23:50.275Z | Aug 11 11:23:49.248INFOadding route 3fff:dead::/64 -> 2001:db8::55:3 INFO |
| 7320 | 2026-08-11T11:23:50.275Z | adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7321 | 2026-08-11T11:23:50.275Z | |
| 7322 | 2026-08-11T11:23:50.275Z | test route::tests::same_size_non_subset_replace ... ok |
| 7323 | 2026-08-11T11:23:50.276Z | Aug 11 11:23:49.248Aug 11 11:23:49.248Aug 11 11:23:49.248 DEBG INFODEBGreplacing 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 } }] |
| 7324 | 2026-08-11T11:23:50.276Z | 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 } }] |
| 7325 | 2026-08-11T11:23:50.276Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 7326 | 2026-08-11T11:23:50.276Z | Aug 11 11:23:49.248Aug 11 11:23:49.248 INFOINFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7327 | 2026-08-11T11:23:50.276Z | adding route 172.17.0.21/32 -> 10.0.0.255Aug 11 11:23:49.248 |
| 7328 | 2026-08-11T11:23:50.276Z | DEBGreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.248 |
| 7329 | 2026-08-11T11:23:50.276Z | 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 11 11:23:49.248Aug 11 11:23:49.248 |
| 7330 | 2026-08-11T11:23:50.276Z | 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 |
| 7331 | 2026-08-11T11:23:50.276Z | adding route 172.17.0.15/32 -> 10.0.0.255DEBG |
| 7332 | 2026-08-11T11:23:50.276Z | 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 } }] |
| 7333 | 2026-08-11T11:23:50.276Z | Aug 11 11:23:49.248Aug 11 11:23:49.248 INFODEBGAug 11 11:23:49.248 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 } }]INFOAug 11 11:23:49.248adding route 172.17.0.24/32 -> 10.0.0.255 |
| 7334 | 2026-08-11T11:23:50.276Z | |
| 7335 | 2026-08-11T11:23:50.276Z | INFOadding route 172.17.0.22/32 -> 10.0.0.255Aug 11 11:23:49.248Aug 11 11:23:49.248 |
| 7336 | 2026-08-11T11:23:50.276Z | 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 } }] INFOadding route 172.17.0.25/32 -> 10.0.0.255 |
| 7337 | 2026-08-11T11:23:50.276Z | Aug 11 11:23:49.248 |
| 7338 | 2026-08-11T11:23:50.276Z | adding route 172.17.0.16/32 -> 10.0.0.255DEBG |
| 7339 | 2026-08-11T11:23:50.276Z | 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 11 11:23:49.248 |
| 7340 | 2026-08-11T11:23:50.276Z | Aug 11 11:23:49.248Aug 11 11:23:49.248 DEBGINFO 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 } }]Aug 11 11:23:49.248 |
| 7341 | 2026-08-11T11:23:50.276Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7342 | 2026-08-11T11:23:50.276Z | INFOreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.248 |
| 7343 | 2026-08-11T11:23:50.276Z | INFOadding route 172.17.0.23/32 -> 10.0.0.255Aug 11 11:23:49.248 |
| 7344 | 2026-08-11T11:23:50.276Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7345 | 2026-08-11T11:23:50.277Z | 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 11 11:23:49.248 |
| 7346 | 2026-08-11T11:23:50.277Z | Aug 11 11:23:49.248DEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 11 11:23:49.248 |
| 7347 | 2026-08-11T11:23:50.277Z | Aug 11 11:23:49.248adding route 172.17.0.26/32 -> 10.0.0.255 Aug 11 11:23:49.248INFO |
| 7348 | 2026-08-11T11:23:50.277Z | adding route 172.17.0.26/32 -> 10.0.0.255INFO |
| 7349 | 2026-08-11T11:23:50.277Z | 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 } }]adding route 172.17.0.24/32 -> 10.0.0.255 |
| 7350 | 2026-08-11T11:23:50.277Z | |
| 7351 | 2026-08-11T11:23:50.277Z | Aug 11 11:23:49.248 DEBGAug 11 11:23:49.248Aug 11 11:23:49.248 DEBGDEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.248 |
| 7352 | 2026-08-11T11:23:50.277Z | 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 } }] |
| 7353 | 2026-08-11T11:23:50.277Z | INFODEBG Aug 11 11:23:49.248replacing 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.18/32 -> 10.0.0.255 |
| 7354 | 2026-08-11T11:23:50.277Z | INFO created new freemapAug 11 11:23:49.248adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7355 | 2026-08-11T11:23:50.277Z | |
| 7356 | 2026-08-11T11:23:50.277Z | , unitINFO:Aug 11 11:23:49.248Aug 11 11:23:49.248 Aug 11 11:23:49.248freemap_route_ipv4 |
| 7357 | 2026-08-11T11:23:50.277Z | DEBGINFOadding route 172.17.0.27/32 -> 10.0.0.255 |
| 7358 | 2026-08-11T11:23:50.277Z | 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 } }] |
| 7359 | 2026-08-11T11:23:50.277Z | 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.27/32 -> 10.0.0.255 |
| 7360 | 2026-08-11T11:23:50.277Z | Aug 11 11:23:49.248 |
| 7361 | 2026-08-11T11:23:50.277Z | DEBG Aug 11 11:23:49.248replacing 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 11 11:23:49.248 DEBG |
| 7362 | 2026-08-11T11:23:50.277Z | INFOcreated new freemapAug 11 11:23:49.248Aug 11 11:23:49.248 , INFOadding route 172.17.0.26/32 -> 10.0.0.255unit :adding route 172.17.0.19/32 -> 10.0.0.255 |
| 7363 | 2026-08-11T11:23:50.277Z | |
| 7364 | 2026-08-11T11:23:50.277Z | freemap_route_ipv6 |
| 7365 | 2026-08-11T11:23:50.277Z | Aug 11 11:23:49.249Aug 11 11:23:49.249Aug 11 11:23:49.249Aug 11 11:23:49.249 DEBGDEBG DEBGreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7366 | 2026-08-11T11:23:50.278Z | initted freemap. size: 64 , unitreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: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 } }] INFOAug 11 11:23:49.249 |
| 7367 | 2026-08-11T11:23:50.278Z | freemap_route_ipv4 |
| 7368 | 2026-08-11T11:23:50.278Z | INFO |
| 7369 | 2026-08-11T11:23:50.278Z | adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7370 | 2026-08-11T11:23:50.278Z | adding route 172.17.0.27/32 -> 10.0.0.255Aug 11 11:23:49.249Aug 11 11:23:49.249 Aug 11 11:23:49.248INFOAug 11 11:23:49.249DEBG |
| 7371 | 2026-08-11T11:23:50.278Z | Aug 11 11:23:49.249 DEBG DEBG reset freemapINFO, replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.20/32 -> 10.0.0.255unit |
| 7372 | 2026-08-11T11:23:50.278Z | 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.28/32 -> 10.0.0.255Aug 11 11:23:49.249 |
| 7373 | 2026-08-11T11:23:50.278Z | |
| 7374 | 2026-08-11T11:23:50.278Z | :Aug 11 11:23:49.249 DEBG |
| 7375 | 2026-08-11T11:23:50.278Z | Aug 11 11:23:49.249freemap_route_ipv4 |
| 7376 | 2026-08-11T11:23:50.278Z | DEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.249 |
| 7377 | 2026-08-11T11:23:50.278Z | 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 11 11:23:49.249Aug 11 11:23:49.249 |
| 7378 | 2026-08-11T11:23:50.278Z | DEBGINFO Aug 11 11:23:49.249 adding route 3fff:dead::/64 -> 2001:db8::55:4 INFOAug 11 11:23:49.249initted freemap. size: 64INFO |
| 7379 | 2026-08-11T11:23:50.278Z | , unit:adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7380 | 2026-08-11T11:23:50.278Z | freemap_route_ipv6 adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7381 | 2026-08-11T11:23:50.278Z | Aug 11 11:23:49.249Aug 11 11:23:49.249 |
| 7382 | 2026-08-11T11:23:50.278Z | DEBGAug 11 11:23:49.249 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:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 7383 | 2026-08-11T11:23:50.278Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 7384 | 2026-08-11T11:23:50.279Z | 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.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 } }] |
| 7385 | 2026-08-11T11:23:50.279Z | |
| 7386 | 2026-08-11T11:23:50.279Z | Aug 11 11:23:49.249Aug 11 11:23:49.249Aug 11 11:23:49.249 DEBGDEBG reset freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55: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 11 11:23:49.249, |
| 7387 | 2026-08-11T11:23:50.279Z | unitAug 11 11:23:49.249 :INFO Aug 11 11:23:49.249 freemap_route_ipv6adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7388 | 2026-08-11T11:23:50.279Z | |
| 7389 | 2026-08-11T11:23:50.279Z | INFODEBG adding route 172.17.0.29/32 -> 10.0.0.255Aug 11 11:23:49.249 |
| 7390 | 2026-08-11T11:23:50.279Z | 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 } }] INFODEBG Aug 11 11:23:49.249adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 7391 | 2026-08-11T11:23:50.279Z | |
| 7392 | 2026-08-11T11:23:50.279Z | |
| 7393 | 2026-08-11T11:23:50.279Z | Aug 11 11:23:49.249DEBG DEBGAug 11 11:23:49.249 replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7394 | 2026-08-11T11:23:50.279Z | |
| 7395 | 2026-08-11T11:23:50.279Z | DEBGAug 11 11:23:49.249 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 } }] |
| 7396 | 2026-08-11T11:23:50.279Z | Aug 11 11:23:49.249Aug 11 11:23:49.249 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffINFO |
| 7397 | 2026-08-11T11:23:50.279Z | Aug 11 11:23:49.249INFOAug 11 11:23:49.249 INFO INFO adding route 172.17.0.30/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7398 | 2026-08-11T11:23:50.279Z | adding route 172.17.0.30/32 -> 10.0.0.255Aug 11 11:23:49.249adding route 172.17.0.30/32 -> 10.0.0.255 |
| 7399 | 2026-08-11T11:23:50.279Z | |
| 7400 | 2026-08-11T11:23:50.279Z | |
| 7401 | 2026-08-11T11:23:50.280Z | DEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:49.249Aug 11 11:23:49.249 Aug 11 11:23:49.249DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.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 } }] |
| 7402 | 2026-08-11T11:23:50.280Z | |
| 7403 | 2026-08-11T11:23:50.280Z | Aug 11 11:23:49.249 |
| 7404 | 2026-08-11T11:23:50.280Z | DEBG Aug 11 11:23:49.249DEBG Aug 11 11:23:49.249INFOreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 7405 | 2026-08-11T11:23:50.280Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 11 11:23:49.249 |
| 7406 | 2026-08-11T11:23:50.280Z | 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 } }] |
| 7407 | 2026-08-11T11:23:50.280Z | INFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 7408 | 2026-08-11T11:23:50.285Z | Aug 11 11:23:49.249 |
| 7409 | 2026-08-11T11:23:50.285Z | Aug 11 11:23:49.249INFO DEBGadding route 172.17.0.31/32 -> 10.0.0.255 Aug 11 11:23:49.249Aug 11 11:23:49.249 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 7410 | 2026-08-11T11:23:50.285Z | |
| 7411 | 2026-08-11T11:23:50.285Z | DEBG DEBGreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:49.249Aug 11 11:23:49.249 Aug 11 11:23:49.249 |
| 7412 | 2026-08-11T11:23:50.285Z | DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:4replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7413 | 2026-08-11T11:23:50.285Z | |
| 7414 | 2026-08-11T11:23:50.286Z | |
| 7415 | 2026-08-11T11:23:50.286Z | INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7416 | 2026-08-11T11:23:50.286Z | Aug 11 11:23:49.249Aug 11 11:23:49.249Aug 11 11:23:49.249 DEBGAug 11 11:23:49.249INFO INFOINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7417 | 2026-08-11T11:23:50.286Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 7418 | 2026-08-11T11:23:50.286Z | Aug 11 11:23:49.249 |
| 7419 | 2026-08-11T11:23:50.286Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7420 | 2026-08-11T11:23:50.286Z | Aug 11 11:23:49.249DEBGAug 11 11:23:49.249 replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7421 | 2026-08-11T11:23:50.286Z | 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 |
| 7422 | 2026-08-11T11:23:50.286Z | Aug 11 11:23:49.249 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 } }]Aug 11 11:23:49.249Aug 11 11:23:49.249 |
| 7423 | 2026-08-11T11:23:50.286Z | 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 } }] |
| 7424 | 2026-08-11T11:23:50.286Z | DEBG INFO adding route 172.17.0.33/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 } }] |
| 7425 | 2026-08-11T11:23:50.286Z | |
| 7426 | 2026-08-11T11:23:50.286Z | Aug 11 11:23:49.249Aug 11 11:23:49.249 Aug 11 11:23:49.249INFOINFO Aug 11 11:23:49.249adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255DEBG |
| 7427 | 2026-08-11T11:23:50.286Z | INFOreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7428 | 2026-08-11T11:23:50.286Z | |
| 7429 | 2026-08-11T11:23:50.286Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 7430 | 2026-08-11T11:23:50.286Z | Aug 11 11:23:49.249 Aug 11 11:23:49.249Aug 11 11:23:49.249 DEBGDEBG Aug 11 11:23:49.249 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 } }]INFOreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7431 | 2026-08-11T11:23:50.286Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7432 | 2026-08-11T11:23:50.286Z | |
| 7433 | 2026-08-11T11:23:50.287Z | 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 11 11:23:49.249 |
| 7434 | 2026-08-11T11:23:50.287Z | INFOAug 11 11:23:49.249 adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7435 | 2026-08-11T11:23:50.287Z | DEBG Aug 11 11:23:49.249replacing 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 11 11:23:49.249 |
| 7436 | 2026-08-11T11:23:50.287Z | Aug 11 11:23:49.249INFO INFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG Aug 11 11:23:49.249 adding route 172.17.0.33/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 } }]INFO |
| 7437 | 2026-08-11T11:23:50.287Z | |
| 7438 | 2026-08-11T11:23:50.287Z | |
| 7439 | 2026-08-11T11:23:50.287Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7440 | 2026-08-11T11:23:50.287Z | Aug 11 11:23:49.249Aug 11 11:23:49.249 DEBGAug 11 11:23:49.249INFOAug 11 11:23:49.249 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 172.17.0.35/32 -> 10.0.0.255 |
| 7441 | 2026-08-11T11:23:50.287Z | DEBG |
| 7442 | 2026-08-11T11:23:50.287Z | 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 } }] |
| 7443 | 2026-08-11T11:23:50.287Z | replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 } }] |
| 7444 | 2026-08-11T11:23:50.287Z | |
| 7445 | 2026-08-11T11:23:50.287Z | Aug 11 11:23:49.249Aug 11 11:23:49.249Aug 11 11:23:49.249 INFODEBG adding route 172.17.0.21/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 } }] |
| 7446 | 2026-08-11T11:23:50.287Z | |
| 7447 | 2026-08-11T11:23:50.287Z | Aug 11 11:23:49.249INFO INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff adding route 172.17.0.36/32 -> 10.0.0.255Aug 11 11:23:49.249Aug 11 11:23:49.249 |
| 7448 | 2026-08-11T11:23:50.287Z | |
| 7449 | 2026-08-11T11:23:50.287Z | INFOAug 11 11:23:49.249DEBG INFOAug 11 11:23:49.249 replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.34/32 -> 10.0.0.255DEBGadding route 172.17.0.36/32 -> 10.0.0.255 |
| 7450 | 2026-08-11T11:23:50.288Z | |
| 7451 | 2026-08-11T11:23:50.288Z | 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 11 11:23:49.249 |
| 7452 | 2026-08-11T11:23:50.288Z | |
| 7453 | 2026-08-11T11:23:50.288Z | DEBG Aug 11 11:23:49.249replacing 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 } }] |
| 7454 | 2026-08-11T11:23:50.288Z | INFOAug 11 11:23:49.249 Aug 11 11:23:49.249 INFO DEBGadding route 172.17.0.37/32 -> 10.0.0.255Aug 11 11:23:49.249adding route 172.17.0.22/32 -> 10.0.0.255Aug 11 11:23:49.249 |
| 7455 | 2026-08-11T11:23:50.288Z | INFO |
| 7456 | 2026-08-11T11:23:50.288Z | DEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 7457 | 2026-08-11T11:23:50.288Z | 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 11 11:23:49.249replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGAug 11 11:23:49.249 |
| 7458 | 2026-08-11T11:23:50.288Z | Aug 11 11:23:49.249 |
| 7459 | 2026-08-11T11:23:50.288Z | 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 } }] |
| 7460 | 2026-08-11T11:23:50.288Z | 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 |
| 7461 | 2026-08-11T11:23:50.288Z | Aug 11 11:23:49.249replacing 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 11 11:23:49.249 |
| 7462 | 2026-08-11T11:23:50.288Z | INFO Aug 11 11:23:49.249Aug 11 11:23:49.249adding route 172.17.0.37/32 -> 10.0.0.255 INFOAug 11 11:23:49.249INFO INFOINFO |
| 7463 | 2026-08-11T11:23:50.288Z | adding route 172.17.0.35/32 -> 10.0.0.255adding route 172.17.0.38/32 -> 10.0.0.255adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 172.17.0.23/32 -> 10.0.0.255 |
| 7464 | 2026-08-11T11:23:50.288Z | Aug 11 11:23:49.249 |
| 7465 | 2026-08-11T11:23:50.289Z | |
| 7466 | 2026-08-11T11:23:50.289Z | 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 } }] |
| 7467 | 2026-08-11T11:23:50.289Z | |
| 7468 | 2026-08-11T11:23:50.289Z | Aug 11 11:23:49.249 Aug 11 11:23:49.249DEBGAug 11 11:23:49.249 DEBGAug 11 11:23:49.249replacing 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 |
| 7469 | 2026-08-11T11:23:50.289Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 7470 | 2026-08-11T11:23:50.289Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 7471 | 2026-08-11T11:23:50.289Z | INFO Aug 11 11:23:49.249 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 Aug 11 11:23:49.249replacing 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 } }] |
| 7472 | 2026-08-11T11:23:50.289Z | DEBGAug 11 11:23:49.249 created new freemapreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], unit |
| 7473 | 2026-08-11T11:23:50.289Z | :adding route 172.17.0.38/32 -> 10.0.0.255 Aug 11 11:23:49.258 |
| 7474 | 2026-08-11T11:23:50.289Z | DEBGAug 11 11:23:49.258 DEBGfreemap_route_ipv4 |
| 7475 | 2026-08-11T11:23:50.289Z | created new freemapreplacing 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 } }], |
| 7476 | 2026-08-11T11:23:50.289Z | unit: freemap_route_ipv4 |
| 7477 | 2026-08-11T11:23:50.289Z | Aug 11 11:23:49.258Aug 11 11:23:49.258 INFOINFO |
| 7478 | 2026-08-11T11:23:50.289Z | DEBGadding route 172.17.0.39/32 -> 10.0.0.255 created new freemap |
| 7479 | 2026-08-11T11:23:50.289Z | adding route 172.17.0.36/32 -> 10.0.0.255, Aug 11 11:23:49.258 |
| 7480 | 2026-08-11T11:23:50.289Z | unitDEBG: Aug 11 11:23:49.258Aug 11 11:23:49.258Aug 11 11:23:49.258freemap_route_ipv6created new freemap |
| 7481 | 2026-08-11T11:23:50.289Z | , INFODEBGunit DEBGadding route 172.17.0.24/32 -> 10.0.0.255 :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 } }] |
| 7482 | 2026-08-11T11:23:50.289Z | Aug 11 11:23:49.258replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv6 |
| 7483 | 2026-08-11T11:23:50.290Z | |
| 7484 | 2026-08-11T11:23:50.290Z | |
| 7485 | 2026-08-11T11:23:50.290Z | Aug 11 11:23:49.258DEBG INFO adding route 172.17.0.40/32 -> 10.0.0.255Aug 11 11:23:49.258 |
| 7486 | 2026-08-11T11:23:50.290Z | initted freemap. size: 64INFO Aug 11 11:23:49.258Aug 11 11:23:49.258 adding route 172.17.0.37/32 -> 10.0.0.255 Aug 11 11:23:49.258 |
| 7487 | 2026-08-11T11:23:50.290Z | DEBG, initted freemap. size: 64DEBGDEBG unit, Aug 11 11:23:49.258unitreplacing 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 } }]: |
| 7488 | 2026-08-11T11:23:50.290Z | : freemap_route_ipv4 |
| 7489 | 2026-08-11T11:23:50.290Z | 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 } }]DEBG |
| 7490 | 2026-08-11T11:23:50.290Z | freemap_route_ipv4replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.258 |
| 7491 | 2026-08-11T11:23:50.290Z | Aug 11 11:23:49.258 |
| 7492 | 2026-08-11T11:23:50.290Z | Aug 11 11:23:49.258INFO DEBGadding route 172.17.0.41/32 -> 10.0.0.255 Aug 11 11:23:49.258 |
| 7493 | 2026-08-11T11:23:50.290Z | reset freemap DEBG, unit:INFOreset freemap Aug 11 11:23:49.258, freemap_route_ipv4 |
| 7494 | 2026-08-11T11:23:50.290Z | DEBGunit :adding route 172.17.0.25/32 -> 10.0.0.255 Aug 11 11:23:49.258Aug 11 11:23:49.258replacing 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 |
| 7495 | 2026-08-11T11:23:50.290Z | |
| 7496 | 2026-08-11T11:23:50.290Z | freemap_route_ipv4initted freemap. size: 64INFO, |
| 7497 | 2026-08-11T11:23:50.290Z | unitAug 11 11:23:49.258:adding route 172.17.0.38/32 -> 10.0.0.255 Aug 11 11:23:49.258 |
| 7498 | 2026-08-11T11:23:50.290Z | INFOfreemap_route_ipv6 DEBG |
| 7499 | 2026-08-11T11:23:50.290Z | adding route 172.17.0.42/32 -> 10.0.0.255initted freemap. size: 64 |
| 7500 | 2026-08-11T11:23:50.290Z | Aug 11 11:23:49.258, unit :DEBGAug 11 11:23:49.258Aug 11 11:23:49.258Aug 11 11:23:49.258 DEBG freemap_route_ipv6 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 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 } }]reset freemap |
| 7501 | 2026-08-11T11:23:50.290Z | |
| 7502 | 2026-08-11T11:23:50.290Z | , |
| 7503 | 2026-08-11T11:23:50.291Z | unitDEBG: Aug 11 11:23:49.258freemap_route_ipv6 |
| 7504 | 2026-08-11T11:23:50.291Z | Aug 11 11:23:49.258replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG INFOreset freemap |
| 7505 | 2026-08-11T11:23:50.291Z | Aug 11 11:23:49.258Aug 11 11:23:49.258 , unitINFO: Aug 11 11:23:49.258adding route 172.17.0.43/32 -> 10.0.0.255 INFOfreemap_route_ipv6 |
| 7506 | 2026-08-11T11:23:50.291Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7507 | 2026-08-11T11:23:50.291Z | adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 7508 | 2026-08-11T11:23:50.295Z | |
| 7509 | 2026-08-11T11:23:50.295Z | Aug 11 11:23:49.258adding route 172.17.0.26/32 -> 10.0.0.255 Aug 11 11:23:49.258 |
| 7510 | 2026-08-11T11:23:50.296Z | Aug 11 11:23:49.258INFOAug 11 11:23:49.258 adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 7511 | 2026-08-11T11:23:50.296Z | DEBGDEBG Aug 11 11:23:49.258replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.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.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 } }] |
| 7512 | 2026-08-11T11:23:50.296Z | |
| 7513 | 2026-08-11T11:23:50.296Z | |
| 7514 | 2026-08-11T11:23:50.296Z | DEBGAug 11 11:23:49.258 DEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.258replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 11 11:23:49.258 |
| 7515 | 2026-08-11T11:23:50.296Z | |
| 7516 | 2026-08-11T11:23:50.296Z | Aug 11 11:23:49.258 INFO INFOadding route 172.17.0.44/32 -> 10.0.0.255 |
| 7517 | 2026-08-11T11:23:50.296Z | adding route 172.16.0.0/32 -> 10.0.0.2INFO |
| 7518 | 2026-08-11T11:23:50.296Z | Aug 11 11:23:49.258Aug 11 11:23:49.258 adding route 172.17.0.40/32 -> 10.0.0.255Aug 11 11:23:49.258DEBG INFO |
| 7519 | 2026-08-11T11:23:50.296Z | 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.16.0.0/32 -> 10.0.0.2Aug 11 11:23:49.258INFO |
| 7520 | 2026-08-11T11:23:50.296Z | DEBGadding route 172.17.0.27/32 -> 10.0.0.255 |
| 7521 | 2026-08-11T11:23:50.296Z | |
| 7522 | 2026-08-11T11:23:50.296Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 11 11:23:49.258 |
| 7523 | 2026-08-11T11:23:50.296Z | Aug 11 11:23:49.258 DEBGAug 11 11:23:49.258 Aug 11 11:23:49.258INFO 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 |
| 7524 | 2026-08-11T11:23:50.296Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 7525 | 2026-08-11T11:23:50.296Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7526 | 2026-08-11T11:23:50.296Z | Aug 11 11:23:49.258 INFOAug 11 11:23:49.258 adding route 172.16.0.0/32 -> 10.0.0.3Aug 11 11:23:49.258 |
| 7527 | 2026-08-11T11:23:50.297Z | DEBGadding route 172.17.0.41/32 -> 10.0.0.255Aug 11 11:23:49.258 |
| 7528 | 2026-08-11T11:23:50.297Z | DEBG Aug 11 11:23:49.258replacing 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 } }] 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 } }] |
| 7529 | 2026-08-11T11:23:50.297Z | |
| 7530 | 2026-08-11T11:23:50.297Z | DEBGAug 11 11:23:49.258 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 7531 | 2026-08-11T11:23:50.297Z | adding route 172.16.0.0/32 -> 10.0.0.3 |
| 7532 | 2026-08-11T11:23:50.297Z | 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 11 11:23:49.258 |
| 7533 | 2026-08-11T11:23:50.297Z | Aug 11 11:23:49.258 Aug 11 11:23:49.258 INFOINFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7534 | 2026-08-11T11:23:50.297Z | adding route 172.16.0.0/32 -> 10.0.0.4INFO |
| 7535 | 2026-08-11T11:23:50.297Z | Aug 11 11:23:49.258Aug 11 11:23:49.258 adding route 172.17.0.28/32 -> 10.0.0.255Aug 11 11:23:49.258 |
| 7536 | 2026-08-11T11:23:50.297Z | DEBGAug 11 11:23:49.258 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 } }] 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 } }]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 } }] |
| 7537 | 2026-08-11T11:23:50.297Z | |
| 7538 | 2026-08-11T11:23:50.297Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7539 | 2026-08-11T11:23:50.297Z | |
| 7540 | 2026-08-11T11:23:50.297Z | Aug 11 11:23:49.258 Aug 11 11:23:49.258Aug 11 11:23:49.258 INFODEBGAug 11 11:23:49.258 DEBGadding route 172.17.0.47/32 -> 10.0.0.255replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7541 | 2026-08-11T11:23:50.297Z | Aug 11 11:23:49.258 |
| 7542 | 2026-08-11T11:23:50.297Z | replacing targets for 172.16.0.0/32 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 } }] |
| 7543 | 2026-08-11T11:23:50.297Z | DEBGAug 11 11:23:49.258Aug 11 11:23:49.258INFO Aug 11 11:23:49.258adding route 172.16.0.0/32 -> 10.0.0.4 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 } }] |
| 7544 | 2026-08-11T11:23:50.298Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7545 | 2026-08-11T11:23:50.298Z | |
| 7546 | 2026-08-11T11:23:50.298Z | replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 7547 | 2026-08-11T11:23:50.298Z | adding route 172.17.0.29/32 -> 10.0.0.255Aug 11 11:23:49.258 |
| 7548 | 2026-08-11T11:23:50.298Z | Aug 11 11:23:49.258DEBG Aug 11 11:23:49.258 Aug 11 11:23:49.258replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]DEBG |
| 7549 | 2026-08-11T11:23:50.298Z | Aug 11 11:23:49.258replacing 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 } }] INFOINFODEBGAug 11 11:23:49.258 |
| 7550 | 2026-08-11T11:23:50.298Z | adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255DEBG |
| 7551 | 2026-08-11T11:23:50.298Z | |
| 7552 | 2026-08-11T11:23:50.298Z | Aug 11 11:23:49.258replacing targets for 172.16.0.0/32 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 } }] |
| 7553 | 2026-08-11T11:23:50.298Z | 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 } }] |
| 7554 | 2026-08-11T11:23:50.298Z | adding route 172.17.0.40/32 -> 10.0.0.255Aug 11 11:23:49.258 |
| 7555 | 2026-08-11T11:23:50.298Z | Aug 11 11:23:49.258DEBG DEBGreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.258 Aug 11 11:23:49.258 |
| 7556 | 2026-08-11T11:23:50.298Z | 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 } }]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 } }] |
| 7557 | 2026-08-11T11:23:50.298Z | |
| 7558 | 2026-08-11T11:23:50.298Z | INFOAug 11 11:23:49.258 Aug 11 11:23:49.258adding route 172.17.0.30/32 -> 10.0.0.255INFOAug 11 11:23:49.258 adding route 172.17.0.49/32 -> 10.0.0.255INFOINFO |
| 7559 | 2026-08-11T11:23:50.298Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7560 | 2026-08-11T11:23:50.299Z | |
| 7561 | 2026-08-11T11:23:50.299Z | adding route 172.17.0.44/32 -> 10.0.0.255Aug 11 11:23:49.258 |
| 7562 | 2026-08-11T11:23:50.299Z | Aug 11 11:23:49.258DEBG DEBGAug 11 11:23:49.258 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.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 } }] |
| 7563 | 2026-08-11T11:23:50.299Z | |
| 7564 | 2026-08-11T11:23:50.299Z | Aug 11 11:23:49.258 DEBG DEBGreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:23:49.258 |
| 7565 | 2026-08-11T11:23:50.299Z | INFO 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 |
| 7566 | 2026-08-11T11:23:50.299Z | |
| 7567 | 2026-08-11T11:23:50.299Z | Aug 11 11:23:49.258Aug 11 11:23:49.258 INFOINFOAug 11 11:23:49.259 adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255Aug 11 11:23:49.259 |
| 7568 | 2026-08-11T11:23:50.299Z | |
| 7569 | 2026-08-11T11:23:50.299Z | 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 } }]INFO |
| 7570 | 2026-08-11T11:23:50.299Z | test route::tests::delete_target_fragmented ... ok |
| 7571 | 2026-08-11T11:23:50.299Z | Aug 11 11:23:49.259Aug 11 11:23:49.259 adding route 172.17.0.31/32 -> 10.0.0.255DEBGAug 11 11:23:49.259DEBG |
| 7572 | 2026-08-11T11:23:50.299Z | 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 } }] |
| 7573 | 2026-08-11T11:23:50.299Z | adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7574 | 2026-08-11T11:23:50.299Z | 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 } }] |
| 7575 | 2026-08-11T11:23:50.299Z | Aug 11 11:23:49.259 Aug 11 11:23:49.259DEBG INFOAug 11 11:23:49.259 adding route 172.17.0.51/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 } }] |
| 7576 | 2026-08-11T11:23:50.299Z | Aug 11 11:23:49.259 DEBG |
| 7577 | 2026-08-11T11:23:50.299Z | adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7578 | 2026-08-11T11:23:50.299Z | Aug 11 11:23:49.259replacing 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 } }] |
| 7579 | 2026-08-11T11:23:50.299Z | DEBG Aug 11 11:23:49.259Aug 11 11:23:49.259 Aug 11 11:23:49.259 DEBGINFOreplacing 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.44/32 -> 10.0.0.255 |
| 7580 | 2026-08-11T11:23:50.300Z | 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 } }] |
| 7581 | 2026-08-11T11:23:50.300Z | |
| 7582 | 2026-08-11T11:23:50.300Z | INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7583 | 2026-08-11T11:23:50.300Z | Aug 11 11:23:49.259Aug 11 11:23:49.259 INFODEBG 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 } }] |
| 7584 | 2026-08-11T11:23:50.300Z | Aug 11 11:23:49.268 Aug 11 11:23:49.268adding route 172.17.0.52/32 -> 10.0.0.255INFO |
| 7585 | 2026-08-11T11:23:50.300Z | adding route 172.17.0.45/32 -> 10.0.0.255DEBG |
| 7586 | 2026-08-11T11:23:50.300Z | 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 11 11:23:49.268 |
| 7587 | 2026-08-11T11:23:50.300Z | DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.268 |
| 7588 | 2026-08-11T11:23:50.300Z | Aug 11 11:23:49.259DEBG INFOAug 11 11:23:49.268 adding route 172.17.0.47/32 -> 10.0.0.255INFO |
| 7589 | 2026-08-11T11:23:50.300Z | adding route 172.17.0.53/32 -> 10.0.0.255Aug 11 11:23:49.268Aug 11 11:23:49.268 INFO |
| 7590 | 2026-08-11T11:23:50.300Z | DEBGadding route 172.17.0.33/32 -> 10.0.0.255 |
| 7591 | 2026-08-11T11:23:50.300Z | 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 11 11:23:49.268 |
| 7592 | 2026-08-11T11:23:50.300Z | 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 } }] |
| 7593 | 2026-08-11T11:23:50.300Z | Aug 11 11:23:49.268 DEBG Aug 11 11:23:49.268Aug 11 11:23:49.268replacing 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 } }] INFOINFOAug 11 11:23:49.268 adding route 172.17.0.54/32 -> 10.0.0.255INFO |
| 7594 | 2026-08-11T11:23:50.300Z | adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7595 | 2026-08-11T11:23:50.300Z | |
| 7596 | 2026-08-11T11:23:50.300Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 7597 | 2026-08-11T11:23:50.300Z | Aug 11 11:23:49.268 Aug 11 11:23:49.268DEBG Aug 11 11:23:49.268DEBGreplacing 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 } }] |
| 7598 | 2026-08-11T11:23:50.300Z | DEBG Aug 11 11:23:49.268replacing 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.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 } }] |
| 7599 | 2026-08-11T11:23:50.301Z | Aug 11 11:23:49.268 INFO |
| 7600 | 2026-08-11T11:23:50.301Z | adding route 172.17.0.55/32 -> 10.0.0.255INFO |
| 7601 | 2026-08-11T11:23:50.301Z | Aug 11 11:23:49.268adding route 172.17.0.34/32 -> 10.0.0.255Aug 11 11:23:49.268 INFOINFOAug 11 11:23:49.268 |
| 7602 | 2026-08-11T11:23:50.301Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7603 | 2026-08-11T11:23:50.301Z | |
| 7604 | 2026-08-11T11:23:50.301Z | 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 } }] |
| 7605 | 2026-08-11T11:23:50.301Z | Aug 11 11:23:49.268Aug 11 11:23:49.268 DEBGDEBGAug 11 11:23:49.268 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 11 11:23:49.268INFO |
| 7606 | 2026-08-11T11:23:50.301Z | 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 } }] |
| 7607 | 2026-08-11T11:23:50.301Z | DEBGadding route 172.17.0.56/32 -> 10.0.0.255 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 } }] |
| 7608 | 2026-08-11T11:23:50.306Z | |
| 7609 | 2026-08-11T11:23:50.306Z | Aug 11 11:23:49.268 INFOAug 11 11:23:49.268 Aug 11 11:23:49.268adding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFO |
| 7610 | 2026-08-11T11:23:50.306Z | Aug 11 11:23:49.268adding route 172.17.0.50/32 -> 10.0.0.255 INFODEBG |
| 7611 | 2026-08-11T11:23:50.306Z | Aug 11 11:23:49.268 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 } }] |
| 7612 | 2026-08-11T11:23:50.306Z | DEBG adding route 172.17.0.35/32 -> 10.0.0.255replacing 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 } }] |
| 7613 | 2026-08-11T11:23:50.306Z | |
| 7614 | 2026-08-11T11:23:50.306Z | Aug 11 11:23:49.268Aug 11 11:23:49.268 INFODEBG adding route 172.17.0.57/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 } }] |
| 7615 | 2026-08-11T11:23:50.306Z | |
| 7616 | 2026-08-11T11:23:50.306Z | Aug 11 11:23:49.268 Aug 11 11:23:49.268INFO Aug 11 11:23:49.268adding route 3fff:beef:27::/64 -> 2001:db8::55:ff DEBG |
| 7617 | 2026-08-11T11:23:50.306Z | INFOAug 11 11:23:49.268replacing 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.51/32 -> 10.0.0.255 |
| 7618 | 2026-08-11T11:23:50.306Z | |
| 7619 | 2026-08-11T11:23:50.306Z | DEBGAug 11 11:23:49.268 DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 11 11:23:49.268 |
| 7620 | 2026-08-11T11:23:50.306Z | |
| 7621 | 2026-08-11T11:23:50.306Z | DEBGAug 11 11:23:49.268 Aug 11 11:23:49.268Aug 11 11:23:49.268 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 } }]INFO |
| 7622 | 2026-08-11T11:23:50.306Z | INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 7623 | 2026-08-11T11:23:50.306Z | adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7624 | 2026-08-11T11:23:50.307Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7625 | 2026-08-11T11:23:50.307Z | Aug 11 11:23:49.268 Aug 11 11:23:49.268INFO Aug 11 11:23:49.268 DEBG DEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 7626 | 2026-08-11T11:23:50.307Z | |
| 7627 | 2026-08-11T11:23:50.307Z | Aug 11 11:23:49.268adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7628 | 2026-08-11T11:23:50.307Z | 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 11 11:23:49.268Aug 11 11:23:49.268 Aug 11 11:23:49.268 INFOINFO DEBG adding route 172.17.0.37/32 -> 10.0.0.255adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 7629 | 2026-08-11T11:23:50.307Z | |
| 7630 | 2026-08-11T11:23:50.307Z | 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 } }] |
| 7631 | 2026-08-11T11:23:50.307Z | |
| 7632 | 2026-08-11T11:23:50.307Z | Aug 11 11:23:49.268Aug 11 11:23:49.268 Aug 11 11:23:49.268INFODEBG adding route 172.17.0.59/32 -> 10.0.0.255replacing 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 } }] |
| 7633 | 2026-08-11T11:23:50.307Z | |
| 7634 | 2026-08-11T11:23:50.307Z | INFO replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.268adding route 172.17.0.53/32 -> 10.0.0.255 Aug 11 11:23:49.268 |
| 7635 | 2026-08-11T11:23:50.307Z | 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:2a::/64 -> 2001:db8::55:ff |
| 7636 | 2026-08-11T11:23:50.307Z | |
| 7637 | 2026-08-11T11:23:50.307Z | Aug 11 11:23:49.268Aug 11 11:23:49.268 |
| 7638 | 2026-08-11T11:23:50.307Z | INFO DEBGAug 11 11:23:49.268 Aug 11 11:23:49.268adding route 172.17.0.46/32 -> 10.0.0.255 Aug 11 11:23:49.268DEBG |
| 7639 | 2026-08-11T11:23:50.307Z | 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 } }] DEBGINFO Aug 11 11:23:49.268 replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255DEBG |
| 7640 | 2026-08-11T11:23:50.308Z | |
| 7641 | 2026-08-11T11:23:50.308Z | |
| 7642 | 2026-08-11T11:23:50.308Z | replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7643 | 2026-08-11T11:23:50.308Z | |
| 7644 | 2026-08-11T11:23:50.308Z | Aug 11 11:23:49.268Aug 11 11:23:49.268Aug 11 11:23:49.268Aug 11 11:23:49.268 INFOINFO Aug 11 11:23:49.268 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 172.17.0.47/32 -> 10.0.0.255 |
| 7645 | 2026-08-11T11:23:50.308Z | |
| 7646 | 2026-08-11T11:23:50.308Z | INFODEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO Aug 11 11:23:49.269 |
| 7647 | 2026-08-11T11:23:50.308Z | DEBGadding route 172.17.0.54/32 -> 10.0.0.255Aug 11 11:23:49.269adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7648 | 2026-08-11T11:23:50.308Z | |
| 7649 | 2026-08-11T11:23:50.308Z | 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 |
| 7650 | 2026-08-11T11:23:50.308Z | 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 11 11:23:49.269 |
| 7651 | 2026-08-11T11:23:50.308Z | DEBGAug 11 11:23:49.269 Aug 11 11:23:49.269 failed to allocate space for the new target listAug 11 11:23:49.269 |
| 7652 | 2026-08-11T11:23:50.308Z | INFODEBGAug 11 11:23:49.269 adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7653 | 2026-08-11T11:23:50.308Z | INFODEBG Aug 11 11:23:49.269 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG |
| 7654 | 2026-08-11T11:23:50.308Z | Aug 11 11:23:49.269 replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 7655 | 2026-08-11T11:23:50.308Z | replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.269 |
| 7656 | 2026-08-11T11:23:50.308Z | |
| 7657 | 2026-08-11T11:23:50.308Z | 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 11 11:23:49.269 |
| 7658 | 2026-08-11T11:23:50.308Z | 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 11 11:23:49.269 |
| 7659 | 2026-08-11T11:23:50.309Z | Aug 11 11:23:49.269 INFOAug 11 11:23:49.269 INFOINFOadding route 172.17.0.49/32 -> 10.0.0.255 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 7660 | 2026-08-11T11:23:50.309Z | adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7661 | 2026-08-11T11:23:50.309Z | |
| 7662 | 2026-08-11T11:23:50.309Z | Aug 11 11:23:49.269 Aug 11 11:23:49.269Aug 11 11:23:49.269 DEBGDEBGDEBG 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 } }] |
| 7663 | 2026-08-11T11:23:50.309Z | replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 7664 | 2026-08-11T11:23:50.309Z | |
| 7665 | 2026-08-11T11:23:50.309Z | Aug 11 11:23:49.269Aug 11 11:23:49.269Aug 11 11:23:49.269 INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 172.17.0.56/32 -> 10.0.0.255INFO |
| 7666 | 2026-08-11T11:23:50.309Z | |
| 7667 | 2026-08-11T11:23:50.309Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7668 | 2026-08-11T11:23:50.309Z | test route::tests::add_target_fails_full ... ok |
| 7669 | 2026-08-11T11:23:50.309Z | Aug 11 11:23:49.269 DEBGAug 11 11:23:49.269 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 11 11:23:49.269 |
| 7670 | 2026-08-11T11:23:50.309Z | 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 } }]DEBG |
| 7671 | 2026-08-11T11:23:50.309Z | Aug 11 11:23:49.269replacing 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 } }] |
| 7672 | 2026-08-11T11:23:50.309Z | test route::tests::delete_targets_full ... ok |
| 7673 | 2026-08-11T11:23:50.309Z | INFO adding route 172.17.0.57/32 -> 10.0.0.255Aug 11 11:23:49.269 |
| 7674 | 2026-08-11T11:23:50.309Z | INFO Aug 11 11:23:49.269adding route 172.17.0.51/32 -> 10.0.0.255 Aug 11 11:23:49.269 |
| 7675 | 2026-08-11T11:23:50.310Z | INFO DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 7676 | 2026-08-11T11:23:50.310Z | 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 11 11:23:49.269 |
| 7677 | 2026-08-11T11:23:50.310Z | 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 } }] |
| 7678 | 2026-08-11T11:23:50.310Z | Aug 11 11:23:49.269 Aug 11 11:23:49.269INFO Aug 11 11:23:49.269adding route 172.17.0.58/32 -> 10.0.0.255 DEBG |
| 7679 | 2026-08-11T11:23:50.310Z | INFO replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7680 | 2026-08-11T11:23:50.310Z | |
| 7681 | 2026-08-11T11:23:50.310Z | Aug 11 11:23:49.269 DEBGAug 11 11:23:49.269 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 11 11:23:49.269DEBG INFO |
| 7682 | 2026-08-11T11:23:50.310Z | 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 } }] |
| 7683 | 2026-08-11T11:23:50.310Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 7684 | 2026-08-11T11:23:50.310Z | Aug 11 11:23:49.269 INFO Aug 11 11:23:49.269Aug 11 11:23:49.269 adding route 172.17.0.59/32 -> 10.0.0.255 DEBG |
| 7685 | 2026-08-11T11:23:50.310Z | INFO replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7686 | 2026-08-11T11:23:50.310Z | |
| 7687 | 2026-08-11T11:23:50.310Z | Aug 11 11:23:49.269 DEBGAug 11 11:23:49.269 replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7688 | 2026-08-11T11:23:50.310Z | Aug 11 11:23:49.269replacing 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 } }] |
| 7689 | 2026-08-11T11:23:50.310Z | INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 7690 | 2026-08-11T11:23:50.310Z | test route::tests::delete_target_full ... ok |
| 7691 | 2026-08-11T11:23:50.310Z | Aug 11 11:23:49.269 INFO INFOAug 11 11:23:49.269 adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255INFO |
| 7692 | 2026-08-11T11:23:50.310Z | |
| 7693 | 2026-08-11T11:23:50.310Z | Aug 11 11:23:49.269adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7694 | 2026-08-11T11:23:50.310Z | 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 11 11:23:49.269 |
| 7695 | 2026-08-11T11:23:50.311Z | Aug 11 11:23:49.269Aug 11 11:23:49.269 DEBG DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.269DEBG 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.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 } }] |
| 7696 | 2026-08-11T11:23:50.311Z | |
| 7697 | 2026-08-11T11:23:50.311Z | INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 7698 | 2026-08-11T11:23:50.311Z | |
| 7699 | 2026-08-11T11:23:50.311Z | Aug 11 11:23:49.269 Aug 11 11:23:49.269INFOAug 11 11:23:49.269 adding route 172.17.0.55/32 -> 10.0.0.255INFO |
| 7700 | 2026-08-11T11:23:50.311Z | adding route 172.17.0.40/32 -> 10.0.0.255INFO adding route 172.17.0.61/32 -> 10.0.0.255 |
| 7701 | 2026-08-11T11:23:50.311Z | Aug 11 11:23:49.279Aug 11 11:23:49.279 DEBGDEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7702 | 2026-08-11T11:23:50.311Z | |
| 7703 | 2026-08-11T11:23:50.311Z | Aug 11 11:23:49.269Aug 11 11:23:49.279Aug 11 11:23:49.279 INFOINFO DEBGadding route 172.17.0.62/32 -> 10.0.0.255 |
| 7704 | 2026-08-11T11:23:50.311Z | 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 } }] |
| 7705 | 2026-08-11T11:23:50.311Z | |
| 7706 | 2026-08-11T11:23:50.311Z | Aug 11 11:23:49.279 INFOAug 11 11:23:49.279 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 11 11:23:49.279 |
| 7707 | 2026-08-11T11:23:50.311Z | 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 } }]DEBG |
| 7708 | 2026-08-11T11:23:50.316Z | Aug 11 11:23:49.279replacing 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 } }] |
| 7709 | 2026-08-11T11:23:50.316Z | DEBG Aug 11 11:23:49.279replacing 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 } }] |
| 7710 | 2026-08-11T11:23:50.316Z | INFO adding route 172.17.0.63/32 -> 10.0.0.255 |
| 7711 | 2026-08-11T11:23:50.316Z | Aug 11 11:23:49.279 INFOAug 11 11:23:49.279 Aug 11 11:23:49.279DEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ffINFO 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 } }] |
| 7712 | 2026-08-11T11:23:50.316Z | |
| 7713 | 2026-08-11T11:23:50.316Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7714 | 2026-08-11T11:23:50.316Z | Aug 11 11:23:49.279 Aug 11 11:23:49.279DEBG DEBGreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7715 | 2026-08-11T11:23:50.316Z | Aug 11 11:23:49.279replacing 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 } }] |
| 7716 | 2026-08-11T11:23:50.316Z | DEBG Aug 11 11:23:49.279Aug 11 11:23:49.279 INFOINFOfailed to allocate space for the new target list |
| 7717 | 2026-08-11T11:23:50.316Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 172.17.0.42/32 -> 10.0.0.255 |
| 7718 | 2026-08-11T11:23:50.316Z | |
| 7719 | 2026-08-11T11:23:50.316Z | Aug 11 11:23:49.279Aug 11 11:23:49.279 DEBGDEBGAug 11 11:23:49.279 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7720 | 2026-08-11T11:23:50.316Z | 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 } }] |
| 7721 | 2026-08-11T11:23:50.316Z | 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 } }] |
| 7722 | 2026-08-11T11:23:50.316Z | Aug 11 11:23:49.279 DEBG failed to allocate space for the new target listAug 11 11:23:49.279 |
| 7723 | 2026-08-11T11:23:50.317Z | INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7724 | 2026-08-11T11:23:50.317Z | Aug 11 11:23:49.279 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 11 11:23:49.279 |
| 7725 | 2026-08-11T11:23:50.317Z | 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 } }] |
| 7726 | 2026-08-11T11:23:50.317Z | Aug 11 11:23:49.279 INFO adding route 172.17.0.44/32 -> 10.0.0.255Aug 11 11:23:49.279 |
| 7727 | 2026-08-11T11:23:50.317Z | 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 11 11:23:49.279 |
| 7728 | 2026-08-11T11:23:50.317Z | 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 } }] |
| 7729 | 2026-08-11T11:23:50.317Z | Aug 11 11:23:49.279 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 7730 | 2026-08-11T11:23:50.317Z | Aug 11 11:23:49.279 adding route 172.17.0.56/32 -> 10.0.0.255INFO |
| 7731 | 2026-08-11T11:23:50.317Z | Aug 11 11:23:49.279adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7732 | 2026-08-11T11:23:50.318Z | DEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:49.279 |
| 7733 | 2026-08-11T11:23:50.318Z | Aug 11 11:23:49.279DEBG DEBGAug 11 11:23:49.279 replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7734 | 2026-08-11T11:23:50.318Z | 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 } }] |
| 7735 | 2026-08-11T11:23:50.318Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 7736 | 2026-08-11T11:23:50.318Z | Aug 11 11:23:49.279 Aug 11 11:23:49.279INFO Aug 11 11:23:49.279INFOadding route 172.17.0.57/32 -> 10.0.0.255 |
| 7737 | 2026-08-11T11:23:50.318Z | DEBGadding route 172.17.0.46/32 -> 10.0.0.255 |
| 7738 | 2026-08-11T11:23:50.318Z | 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 11 11:23:49.279 |
| 7739 | 2026-08-11T11:23:50.318Z | DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.279 |
| 7740 | 2026-08-11T11:23:50.318Z | Aug 11 11:23:49.279DEBG 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 } }] |
| 7741 | 2026-08-11T11:23:50.318Z | Aug 11 11:23:49.279adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 7742 | 2026-08-11T11:23:50.318Z | INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7743 | 2026-08-11T11:23:50.318Z | Aug 11 11:23:49.279Aug 11 11:23:49.279 INFOAug 11 11:23:49.279 adding route 172.17.0.47/32 -> 10.0.0.255DEBG |
| 7744 | 2026-08-11T11:23:50.318Z | 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 } }] |
| 7745 | 2026-08-11T11:23:50.318Z | 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 } }] |
| 7746 | 2026-08-11T11:23:50.318Z | Aug 11 11:23:49.279 DEBGAug 11 11:23:49.279 Aug 11 11:23:49.279replacing 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 } }] |
| 7747 | 2026-08-11T11:23:50.318Z | INFO INFOadding route 172.17.0.59/32 -> 10.0.0.255 |
| 7748 | 2026-08-11T11:23:50.318Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 7749 | 2026-08-11T11:23:50.318Z | Aug 11 11:23:49.279Aug 11 11:23:49.279 Aug 11 11:23:49.279DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7750 | 2026-08-11T11:23:50.318Z | 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 } }]adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7751 | 2026-08-11T11:23:50.318Z | Aug 11 11:23:49.279 |
| 7752 | 2026-08-11T11:23:50.318Z | INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7753 | 2026-08-11T11:23:50.318Z | Aug 11 11:23:49.279Aug 11 11:23:49.279 DEBGINFO Aug 11 11:23:49.279replacing 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 } }] |
| 7754 | 2026-08-11T11:23:50.319Z | DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 7755 | 2026-08-11T11:23:50.319Z | replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7756 | 2026-08-11T11:23:50.319Z | Aug 11 11:23:49.279 INFOAug 11 11:23:49.279 Aug 11 11:23:49.279adding route 172.17.0.49/32 -> 10.0.0.255 DEBGDEBG |
| 7757 | 2026-08-11T11:23:50.319Z | 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 } }]failed to allocate space for the new target list |
| 7758 | 2026-08-11T11:23:50.319Z | |
| 7759 | 2026-08-11T11:23:50.319Z | Aug 11 11:23:49.279 DEBGAug 11 11:23:49.279Aug 11 11:23:49.279 INFO 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 } }] |
| 7760 | 2026-08-11T11:23:50.319Z | replacing targets for 172.16.0.0/32 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 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 7761 | 2026-08-11T11:23:50.319Z | |
| 7762 | 2026-08-11T11:23:50.319Z | Aug 11 11:23:49.279Aug 11 11:23:49.279 INFODEBG adding route 172.17.0.50/32 -> 10.0.0.255replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7763 | 2026-08-11T11:23:50.319Z | |
| 7764 | 2026-08-11T11:23:50.319Z | Aug 11 11:23:49.279Aug 11 11:23:49.279 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 } }]failed to allocate space for the new target list |
| 7765 | 2026-08-11T11:23:50.319Z | |
| 7766 | 2026-08-11T11:23:50.319Z | Aug 11 11:23:49.279Aug 11 11:23:49.279 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7767 | 2026-08-11T11:23:50.319Z | |
| 7768 | 2026-08-11T11:23:50.319Z | Aug 11 11:23:49.279 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 } }] |
| 7769 | 2026-08-11T11:23:50.319Z | Aug 11 11:23:49.279 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7770 | 2026-08-11T11:23:50.319Z | Aug 11 11:23:49.279 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 } }] |
| 7771 | 2026-08-11T11:23:50.319Z | Aug 11 11:23:49.279 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7772 | 2026-08-11T11:23:50.319Z | Aug 11 11:23:49.279 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 } }] |
| 7773 | 2026-08-11T11:23:50.319Z | Aug 11 11:23:49.279 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7774 | 2026-08-11T11:23:50.319Z | Aug 11 11:23:49.279 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 } }] |
| 7775 | 2026-08-11T11:23:50.319Z | Aug 11 11:23:49.279 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7776 | 2026-08-11T11:23:50.320Z | Aug 11 11:23:49.279 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 } }] |
| 7777 | 2026-08-11T11:23:50.320Z | Aug 11 11:23:49.279 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7778 | 2026-08-11T11:23:50.320Z | Aug 11 11:23:49.279 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 } }] |
| 7779 | 2026-08-11T11:23:50.320Z | Aug 11 11:23:49.279 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7780 | 2026-08-11T11:23:50.320Z | Aug 11 11:23:49.279 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 } }] |
| 7781 | 2026-08-11T11:23:50.320Z | Aug 11 11:23:49.279 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7782 | 2026-08-11T11:23:50.320Z | Aug 11 11:23:49.279 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 } }] |
| 7783 | 2026-08-11T11:23:50.320Z | Aug 11 11:23:49.279 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7784 | 2026-08-11T11:23:50.320Z | Aug 11 11:23:49.279 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 } }] |
| 7785 | 2026-08-11T11:23:50.320Z | Aug 11 11:23:49.279 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7786 | 2026-08-11T11:23:50.320Z | Aug 11 11:23:49.279 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 } }] |
| 7787 | 2026-08-11T11:23:50.320Z | Aug 11 11:23:49.279 INFO adding route 172.17.0.61/32 -> 10.0.0.255 |
| 7788 | 2026-08-11T11:23:50.320Z | Aug 11 11:23:49.279 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 } }] |
| 7789 | 2026-08-11T11:23:50.320Z | Aug 11 11:23:49.279 INFO adding route 172.17.0.62/32 -> 10.0.0.255 |
| 7790 | 2026-08-11T11:23:50.320Z | Aug 11 11:23:49.279 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 } }] |
| 7791 | 2026-08-11T11:23:50.320Z | Aug 11 11:23:49.279 DEBG failed to allocate space for the new target list |
| 7792 | 2026-08-11T11:23:50.320Z | Aug 11 11:23:49.279 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 } }] |
| 7793 | 2026-08-11T11:23:50.320Z | Aug 11 11:23:49.280 DEBG created new freemap, unit: freemap_route_ipv4 |
| 7794 | 2026-08-11T11:23:50.320Z | Aug 11 11:23:49.280 DEBG created new freemap, unit: freemap_route_ipv6 |
| 7795 | 2026-08-11T11:23:50.320Z | Aug 11 11:23:49.280 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 7796 | 2026-08-11T11:23:50.320Z | Aug 11 11:23:49.280 DEBG reset freemap, unit: freemap_route_ipv4 |
| 7797 | 2026-08-11T11:23:50.320Z | Aug 11 11:23:49.280 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 7798 | 2026-08-11T11:23:50.320Z | Aug 11 11:23:49.280 DEBG reset freemap, unit: freemap_route_ipv6 |
| 7799 | 2026-08-11T11:23:50.320Z | Aug 11 11:23:49.280 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7800 | 2026-08-11T11:23:50.320Z | Aug 11 11:23:49.280 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 } }] |
| 7801 | 2026-08-11T11:23:50.321Z | Aug 11 11:23:49.280 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7802 | 2026-08-11T11:23:50.321Z | Aug 11 11:23:49.280 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 } }] |
| 7803 | 2026-08-11T11:23:50.321Z | Aug 11 11:23:49.280 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7804 | 2026-08-11T11:23:50.321Z | Aug 11 11:23:49.280 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 } }] |
| 7805 | 2026-08-11T11:23:50.321Z | Aug 11 11:23:49.280 INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7806 | 2026-08-11T11:23:50.321Z | Aug 11 11:23:49.280 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 } }] |
| 7807 | 2026-08-11T11:23:50.321Z | Aug 11 11:23:49.280 INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 7808 | 2026-08-11T11:23:50.325Z | Aug 11 11:23:49.280 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 } }] |
| 7809 | 2026-08-11T11:23:50.325Z | Aug 11 11:23:49.280 INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 7810 | 2026-08-11T11:23:50.325Z | Aug 11 11:23:49.280 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 } }] |
| 7811 | 2026-08-11T11:23:50.325Z | Aug 11 11:23:49.280 INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7812 | 2026-08-11T11:23:50.326Z | Aug 11 11:23:49.280 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 } }] |
| 7813 | 2026-08-11T11:23:50.326Z | Aug 11 11:23:49.290 INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 7814 | 2026-08-11T11:23:50.326Z | Aug 11 11:23:49.290 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 } }] |
| 7815 | 2026-08-11T11:23:50.326Z | Aug 11 11:23:49.290 INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 7816 | 2026-08-11T11:23:50.326Z | Aug 11 11:23:49.290 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 } }] |
| 7817 | 2026-08-11T11:23:50.326Z | Aug 11 11:23:49.290 INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 7818 | 2026-08-11T11:23:50.326Z | Aug 11 11:23:49.290 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 } }] |
| 7819 | 2026-08-11T11:23:50.326Z | Aug 11 11:23:49.290 INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 7820 | 2026-08-11T11:23:50.326Z | Aug 11 11:23:49.290 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 } }] |
| 7821 | 2026-08-11T11:23:50.326Z | Aug 11 11:23:49.290 INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 7822 | 2026-08-11T11:23:50.326Z | Aug 11 11:23:49.290 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 } }] |
| 7823 | 2026-08-11T11:23:50.326Z | Aug 11 11:23:49.290 INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 7824 | 2026-08-11T11:23:50.326Z | Aug 11 11:23:49.290 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 } }] |
| 7825 | 2026-08-11T11:23:50.326Z | Aug 11 11:23:49.290 INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 7826 | 2026-08-11T11:23:50.326Z | Aug 11 11:23:49.290 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 } }] |
| 7827 | 2026-08-11T11:23:50.326Z | Aug 11 11:23:49.290 INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7828 | 2026-08-11T11:23:50.326Z | Aug 11 11:23:49.290 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 } }] |
| 7829 | 2026-08-11T11:23:50.326Z | Aug 11 11:23:49.290 INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 7830 | 2026-08-11T11:23:50.326Z | Aug 11 11:23:49.290 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 } }] |
| 7831 | 2026-08-11T11:23:50.326Z | Aug 11 11:23:49.290 INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 7832 | 2026-08-11T11:23:50.327Z | Aug 11 11:23:49.290 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 } }] |
| 7833 | 2026-08-11T11:23:50.327Z | Aug 11 11:23:49.290 INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7834 | 2026-08-11T11:23:50.327Z | Aug 11 11:23:49.290 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 } }] |
| 7835 | 2026-08-11T11:23:50.327Z | Aug 11 11:23:49.290 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7836 | 2026-08-11T11:23:50.327Z | Aug 11 11:23:49.290 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 } }] |
| 7837 | 2026-08-11T11:23:50.327Z | Aug 11 11:23:49.290 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 7838 | 2026-08-11T11:23:50.327Z | Aug 11 11:23:49.290 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 } }] |
| 7839 | 2026-08-11T11:23:50.327Z | Aug 11 11:23:49.290 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 7840 | 2026-08-11T11:23:50.327Z | Aug 11 11:23:49.290 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 } }] |
| 7841 | 2026-08-11T11:23:50.327Z | Aug 11 11:23:49.290 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7842 | 2026-08-11T11:23:50.327Z | Aug 11 11:23:49.290 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 } }] |
| 7843 | 2026-08-11T11:23:50.327Z | Aug 11 11:23:49.290 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7844 | 2026-08-11T11:23:50.327Z | Aug 11 11:23:49.290 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 } }] |
| 7845 | 2026-08-11T11:23:50.327Z | Aug 11 11:23:49.290 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 7846 | 2026-08-11T11:23:50.327Z | Aug 11 11:23:49.290 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 } }] |
| 7847 | 2026-08-11T11:23:50.327Z | Aug 11 11:23:49.290 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7848 | 2026-08-11T11:23:50.327Z | Aug 11 11:23:49.290 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 } }] |
| 7849 | 2026-08-11T11:23:50.327Z | Aug 11 11:23:49.290 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7850 | 2026-08-11T11:23:50.327Z | Aug 11 11:23:49.290 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 } }] |
| 7851 | 2026-08-11T11:23:50.327Z | Aug 11 11:23:49.290 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 7852 | 2026-08-11T11:23:50.328Z | Aug 11 11:23:49.290 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 } }] |
| 7853 | 2026-08-11T11:23:50.328Z | Aug 11 11:23:49.290 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7854 | 2026-08-11T11:23:50.328Z | Aug 11 11:23:49.290 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 } }] |
| 7855 | 2026-08-11T11:23:50.328Z | Aug 11 11:23:49.290 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 7856 | 2026-08-11T11:23:50.328Z | Aug 11 11:23:49.290 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 } }] |
| 7857 | 2026-08-11T11:23:50.328Z | Aug 11 11:23:49.290 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7858 | 2026-08-11T11:23:50.328Z | Aug 11 11:23:49.290 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 } }] |
| 7859 | 2026-08-11T11:23:50.328Z | Aug 11 11:23:49.290 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 7860 | 2026-08-11T11:23:50.328Z | Aug 11 11:23:49.290 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 } }] |
| 7861 | 2026-08-11T11:23:50.328Z | Aug 11 11:23:49.290 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 7862 | 2026-08-11T11:23:50.328Z | Aug 11 11:23:49.290 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 } }] |
| 7863 | 2026-08-11T11:23:50.328Z | Aug 11 11:23:49.290 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7864 | 2026-08-11T11:23:50.328Z | Aug 11 11:23:49.290 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 } }] |
| 7865 | 2026-08-11T11:23:50.328Z | Aug 11 11:23:49.290 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7866 | 2026-08-11T11:23:50.328Z | Aug 11 11:23:49.290 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 } }] |
| 7867 | 2026-08-11T11:23:50.328Z | Aug 11 11:23:49.290 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 7868 | 2026-08-11T11:23:50.328Z | Aug 11 11:23:49.290 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 } }] |
| 7869 | 2026-08-11T11:23:50.328Z | test route::tests::delete_targets_fragmented ... ok |
| 7870 | 2026-08-11T11:23:50.328Z | Aug 11 11:23:49.290 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7871 | 2026-08-11T11:23:50.328Z | Aug 11 11:23:49.290 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 } }] |
| 7872 | 2026-08-11T11:23:50.328Z | Aug 11 11:23:49.290 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7873 | 2026-08-11T11:23:50.329Z | |
| 7874 | 2026-08-11T11:23:50.329Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s |
| 7875 | 2026-08-11T11:23:50.329Z | |
| 7876 | 2026-08-11T11:23:50.329Z | |
| 7877 | 2026-08-11T11:23:50.329Z | running 0 tests |
| 7878 | 2026-08-11T11:23:50.329Z | |
| 7879 | 2026-08-11T11:23:50.329Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7880 | 2026-08-11T11:23:50.329Z | |
| 7881 | 2026-08-11T11:23:50.329Z | Aug 11 11:23:49.290 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 } }] |
| 7882 | 2026-08-11T11:23:50.329Z | Aug 11 11:23:49.290 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7883 | 2026-08-11T11:23:50.329Z | Aug 11 11:23:49.290 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 } }] |
| 7884 | 2026-08-11T11:23:50.329Z | Aug 11 11:23:49.290 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7885 | 2026-08-11T11:23:50.329Z | Aug 11 11:23:49.290 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 } }] |
| 7886 | 2026-08-11T11:23:50.329Z | Aug 11 11:23:49.290 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7887 | 2026-08-11T11:23:50.329Z | Aug 11 11:23:49.290 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 } }] |
| 7888 | 2026-08-11T11:23:50.329Z | Aug 11 11:23:49.290 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7889 | 2026-08-11T11:23:50.329Z | Aug 11 11:23:49.290 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 } }] |
| 7890 | 2026-08-11T11:23:50.329Z | Aug 11 11:23:49.290 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7891 | 2026-08-11T11:23:50.329Z | Aug 11 11:23:49.290 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 } }] |
| 7892 | 2026-08-11T11:23:50.329Z | Aug 11 11:23:49.290 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7893 | 2026-08-11T11:23:50.330Z | Aug 11 11:23:49.290 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 } }] |
| 7894 | 2026-08-11T11:23:50.330Z | Aug 11 11:23:49.290 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7895 | 2026-08-11T11:23:50.330Z | Aug 11 11:23:49.290 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 } }] |
| 7896 | 2026-08-11T11:23:50.330Z | Aug 11 11:23:49.291 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7897 | 2026-08-11T11:23:50.330Z | Aug 11 11:23:49.291 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 } }] |
| 7898 | 2026-08-11T11:23:50.330Z | Aug 11 11:23:49.291 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7899 | 2026-08-11T11:23:50.330Z | Aug 11 11:23:49.291 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 } }] |
| 7900 | 2026-08-11T11:23:50.330Z | Aug 11 11:23:49.291 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7901 | 2026-08-11T11:23:50.330Z | Aug 11 11:23:49.291 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 } }] |
| 7902 | 2026-08-11T11:23:50.330Z | Aug 11 11:23:49.291 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7903 | 2026-08-11T11:23:50.330Z | Aug 11 11:23:49.291 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 } }] |
| 7904 | 2026-08-11T11:23:50.330Z | Aug 11 11:23:49.291 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7905 | 2026-08-11T11:23:50.330Z | Aug 11 11:23:49.291 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 } }] |
| 7906 | 2026-08-11T11:23:50.330Z | Aug 11 11:23:49.291 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7907 | 2026-08-11T11:23:50.330Z | Aug 11 11:23:49.291 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 } }] |
| 7908 | 2026-08-11T11:23:50.334Z | Aug 11 11:23:49.291 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7909 | 2026-08-11T11:23:50.335Z | Aug 11 11:23:49.291 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 } }] |
| 7910 | 2026-08-11T11:23:50.335Z | Aug 11 11:23:49.291 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 7911 | 2026-08-11T11:23:50.335Z | Aug 11 11:23:49.291 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 } }] |
| 7912 | 2026-08-11T11:23:50.335Z | Aug 11 11:23:49.291 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7913 | 2026-08-11T11:23:50.335Z | Aug 11 11:23:49.291 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 } }] |
| 7914 | 2026-08-11T11:23:50.335Z | Aug 11 11:23:49.291 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7915 | 2026-08-11T11:23:50.335Z | Aug 11 11:23:49.291 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 } }] |
| 7916 | 2026-08-11T11:23:50.335Z | Aug 11 11:23:49.291 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7917 | 2026-08-11T11:23:50.335Z | Aug 11 11:23:49.291 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 } }] |
| 7918 | 2026-08-11T11:23:50.335Z | Aug 11 11:23:49.291 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7919 | 2026-08-11T11:23:50.335Z | Aug 11 11:23:49.291 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 } }] |
| 7920 | 2026-08-11T11:23:50.335Z | Aug 11 11:23:49.291 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7921 | 2026-08-11T11:23:50.335Z | Aug 11 11:23:49.291 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 } }] |
| 7922 | 2026-08-11T11:23:50.335Z | Aug 11 11:23:49.291 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7923 | 2026-08-11T11:23:50.335Z | Aug 11 11:23:49.291 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 } }] |
| 7924 | 2026-08-11T11:23:50.335Z | Aug 11 11:23:49.291 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7925 | 2026-08-11T11:23:50.335Z | Aug 11 11:23:49.291 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 } }] |
| 7926 | 2026-08-11T11:23:50.335Z | Aug 11 11:23:49.291 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7927 | 2026-08-11T11:23:50.335Z | Aug 11 11:23:49.291 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 } }] |
| 7928 | 2026-08-11T11:23:50.336Z | Aug 11 11:23:49.291 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7929 | 2026-08-11T11:23:50.336Z | Aug 11 11:23:49.291 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 } }] |
| 7930 | 2026-08-11T11:23:50.336Z | Aug 11 11:23:49.291 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7931 | 2026-08-11T11:23:50.336Z | Aug 11 11:23:49.291 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 } }] |
| 7932 | 2026-08-11T11:23:50.336Z | Aug 11 11:23:49.291 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7933 | 2026-08-11T11:23:50.336Z | Aug 11 11:23:49.291 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 } }] |
| 7934 | 2026-08-11T11:23:50.336Z | Aug 11 11:23:49.291 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7935 | 2026-08-11T11:23:50.336Z | Aug 11 11:23:49.291 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 } }] |
| 7936 | 2026-08-11T11:23:50.336Z | Aug 11 11:23:49.291 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7937 | 2026-08-11T11:23:50.336Z | Aug 11 11:23:49.291 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 } }] |
| 7938 | 2026-08-11T11:23:50.336Z | Aug 11 11:23:49.291 DEBG failed to allocate space for the new target list |
| 7939 | 2026-08-11T11:23:50.336Z | Aug 11 11:23:49.291 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 } }] |
| 7940 | 2026-08-11T11:23:50.336Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-696ee5442bd93402) |
| 7941 | 2026-08-11T11:23:50.336Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-cd1b9f4a0bf3bd95) |
| 7942 | 2026-08-11T11:23:50.336Z | |
| 7943 | 2026-08-11T11:23:50.336Z | running 0 tests |
| 7944 | 2026-08-11T11:23:50.336Z | |
| 7945 | 2026-08-11T11:23:50.336Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7946 | 2026-08-11T11:23:50.336Z | |
| 7947 | 2026-08-11T11:23:50.336Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-01ad159aa705243b) |
| 7948 | 2026-08-11T11:23:50.336Z | |
| 7949 | 2026-08-11T11:23:50.337Z | running 6 tests |
| 7950 | 2026-08-11T11:23:50.337Z | test tests::test_full_lot_id_neither_present ... ok |
| 7951 | 2026-08-11T11:23:50.337Z | test tests::test_full_lot_id_both_present ... ok |
| 7952 | 2026-08-11T11:23:50.337Z | test tests::test_full_lot_id_lot_only ... ok |
| 7953 | 2026-08-11T11:23:50.337Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 7954 | 2026-08-11T11:23:50.337Z | test tests::test_port_id_cmp ... ok |
| 7955 | 2026-08-11T11:23:50.337Z | test tests::test_parse_client_port_id ... ok |
| 7956 | 2026-08-11T11:23:50.337Z | |
| 7957 | 2026-08-11T11:23:50.337Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7958 | 2026-08-11T11:23:50.337Z | |
| 7959 | 2026-08-11T11:23:50.337Z | Running tests/test_all.rs (target/debug/deps/test_all-5d9fbf4ac0a87495) |
| 7960 | 2026-08-11T11:23:50.337Z | |
| 7961 | 2026-08-11T11:23:50.337Z | running 0 tests |
| 7962 | 2026-08-11T11:23:50.337Z | |
| 7963 | 2026-08-11T11:23:50.337Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7964 | 2026-08-11T11:23:50.337Z | |
| 7965 | 2026-08-11T11:23:50.337Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-3e6bfbc8380dbf99) |
| 7966 | 2026-08-11T11:23:50.337Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-9daf43cdfa0ac479) |
| 7967 | 2026-08-11T11:23:50.337Z | |
| 7968 | 2026-08-11T11:23:50.337Z | running 0 tests |
| 7969 | 2026-08-11T11:23:50.337Z | |
| 7970 | 2026-08-11T11:23:50.338Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7971 | 2026-08-11T11:23:50.338Z | |
| 7972 | 2026-08-11T11:23:50.338Z | |
| 7973 | 2026-08-11T11:23:50.338Z | running 0 tests |
| 7974 | 2026-08-11T11:23:50.338Z | |
| 7975 | 2026-08-11T11:23:50.338Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7976 | 2026-08-11T11:23:50.338Z | |
| 7977 | 2026-08-11T11:23:50.338Z | Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1) |
| 7978 | 2026-08-11T11:23:50.338Z | |
| 7979 | 2026-08-11T11:23:50.338Z | running 12 tests |
| 7980 | 2026-08-11T11:23:50.338Z | test icmp::test_v6_checksum ... ok |
| 7981 | 2026-08-11T11:23:50.338Z | test lldp::test_lldp_parse ... ok |
| 7982 | 2026-08-11T11:23:50.338Z | test icmp::test_v4_checksum ... ok |
| 7983 | 2026-08-11T11:23:50.338Z | test ipv6::test_ipv6_parse ... ok |
| 7984 | 2026-08-11T11:23:50.338Z | test pbuf::test_byte ... ok |
| 7985 | 2026-08-11T11:23:50.338Z | test pbuf::test_nibble ... ok |
| 7986 | 2026-08-11T11:23:50.338Z | test pbuf::test_short ... ok |
| 7987 | 2026-08-11T11:23:50.338Z | test pbuf::test_overflow ... ok |
| 7988 | 2026-08-11T11:23:50.338Z | test pbuf::test_twelve ... ok |
| 7989 | 2026-08-11T11:23:50.338Z | test pbuf::test_word ... ok |
| 7990 | 2026-08-11T11:23:50.339Z | test tcp::test_checksum_ack_data ... ok |
| 7991 | 2026-08-11T11:23:50.339Z | test tcp::test_checksum_syn_nodata ... ok |
| 7992 | 2026-08-11T11:23:50.339Z | |
| 7993 | 2026-08-11T11:23:50.339Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7994 | 2026-08-11T11:23:50.339Z | |
| 7995 | 2026-08-11T11:23:50.339Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 7996 | 2026-08-11T11:23:50.339Z | |
| 7997 | 2026-08-11T11:23:50.339Z | running 0 tests |
| 7998 | 2026-08-11T11:23:50.339Z | |
| 7999 | 2026-08-11T11:23:50.339Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8000 | 2026-08-11T11:23:50.339Z | |
| 8001 | 2026-08-11T11:23:50.339Z | Running unittests src/main.rs (target/debug/deps/swadm-c74741c7ac57aafc) |
| 8002 | 2026-08-11T11:23:50.339Z | |
| 8003 | 2026-08-11T11:23:50.339Z | running 5 tests |
| 8004 | 2026-08-11T11:23:50.339Z | test switchport::test::test_compute_lanes ... ok |
| 8005 | 2026-08-11T11:23:50.339Z | test switchport::test::port_id_ordering ... ok |
| 8006 | 2026-08-11T11:23:50.339Z | test link::test_filter ... ok |
| 8007 | 2026-08-11T11:23:50.343Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 8008 | 2026-08-11T11:23:50.344Z | Rx Loss-of-lock: Yes Lane 0 Yes YesLane 1 Yes |
| 8009 | 2026-08-11T11:23:50.344Z | Lane 2 Rx Loss-of-signal: YesLane 3 |
| 8010 | 2026-08-11T11:23:50.344Z | Yes State: Activated YesActivated Yes |
| 8011 | 2026-08-11T11:23:50.344Z | Activated Rx CDR Enabled: Yes ActivatedYes |
| 8012 | 2026-08-11T11:23:50.344Z | Rx Output Enabled: falseYes falseYes |
| 8013 | 2026-08-11T11:23:50.344Z | Tx Enabled: Yesfalse Yesfalse |
| 8014 | 2026-08-11T11:23:50.344Z | Yes Rx Output Status: valid Yes |
| 8015 | 2026-08-11T11:23:50.344Z | valid valid Tx Loss-of-lock: No validNo |
| 8016 | 2026-08-11T11:23:50.344Z | Rx Loss-of-lock: true Notrue No |
| 8017 | 2026-08-11T11:23:50.344Z | true Tx Loss-of-signal: No true |
| 8018 | 2026-08-11T11:23:50.344Z | No Rx Loss-of-signal: falseNo falseNo |
| 8019 | 2026-08-11T11:23:50.344Z | Tx CDR Enabled: Nofalse falseNo |
| 8020 | 2026-08-11T11:23:50.344Z | No Rx Auto-squelch Disable: trueNo |
| 8021 | 2026-08-11T11:23:50.344Z | Tx Adaptive EQ Fault: No true No trueNo No |
| 8022 | 2026-08-11T11:23:50.344Z | true |
| 8023 | 2026-08-11T11:23:50.344Z | Tx Fault: Yes Tx Output Enabled: true Yes true Yes trueYes |
| 8024 | 2026-08-11T11:23:50.345Z | true |
| 8025 | 2026-08-11T11:23:50.345Z | Tx Output Status: invalid invalid invalid invalid |
| 8026 | 2026-08-11T11:23:50.345Z | Tx Loss-of-lock: false false false false |
| 8027 | 2026-08-11T11:23:50.345Z | Tx Loss-of-signal: true true true true |
| 8028 | 2026-08-11T11:23:50.345Z | Tx Auto-squelch Disable: false false false false |
| 8029 | 2026-08-11T11:23:50.345Z | Tx Adaptive EQ Fail: true true true true |
| 8030 | 2026-08-11T11:23:50.345Z | Tx Failure: false false false false |
| 8031 | 2026-08-11T11:23:50.345Z | Tx Force Squelch: true true true true |
| 8032 | 2026-08-11T11:23:50.345Z | Tx Input Polarity: normal normal normal normal |
| 8033 | 2026-08-11T11:23:50.345Z | test switchport::test::test_print_cmis_datapath ... ok |
| 8034 | 2026-08-11T11:23:50.345Z | test switchport::test::test_print_sff_datapath ... ok |
| 8035 | 2026-08-11T11:23:50.345Z | |
| 8036 | 2026-08-11T11:23:50.345Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8037 | 2026-08-11T11:23:50.345Z | |
| 8038 | 2026-08-11T11:23:50.345Z | Running tests/counters.rs (target/debug/deps/counters-4982a5354f1e9ae7) |
| 8039 | 2026-08-11T11:23:50.345Z | |
| 8040 | 2026-08-11T11:23:50.345Z | running 1 test |
| 8041 | 2026-08-11T11:23:50.345Z | test test_p4_counter_list ... ignored |
| 8042 | 2026-08-11T11:23:50.346Z | |
| 8043 | 2026-08-11T11:23:50.346Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8044 | 2026-08-11T11:23:50.346Z | |
| 8045 | 2026-08-11T11:23:50.346Z | Running tests/port-link.rs (target/debug/deps/port_link-13c02bc02f8aab43) |
| 8046 | 2026-08-11T11:23:50.349Z | |
| 8047 | 2026-08-11T11:23:50.349Z | running 5 tests |
| 8048 | 2026-08-11T11:23:50.349Z | test test_an ... ignored |
| 8049 | 2026-08-11T11:23:50.349Z | test test_enable ... ignored |
| 8050 | 2026-08-11T11:23:50.349Z | test test_ip_addresses ... ignored |
| 8051 | 2026-08-11T11:23:50.349Z | test test_kr ... ignored |
| 8052 | 2026-08-11T11:23:50.349Z | test test_mac ... ignored |
| 8053 | 2026-08-11T11:23:50.349Z | |
| 8054 | 2026-08-11T11:23:50.350Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8055 | 2026-08-11T11:23:50.350Z | |
| 8056 | 2026-08-11T11:23:50.350Z | Running unittests src/main.rs (target/debug/deps/tfportd-1ae81b2a3d099b28) |
| 8057 | 2026-08-11T11:23:50.353Z | |
| 8058 | 2026-08-11T11:23:50.353Z | running 3 tests |
| 8059 | 2026-08-11T11:23:50.353Z | test linklocal::test_parse_ipadm ... ok |
| 8060 | 2026-08-11T11:23:50.353Z | test tfport::test_parse_tfport ... ok |
| 8061 | 2026-08-11T11:23:50.353Z | test config::tests::test_updates ... ok |
| 8062 | 2026-08-11T11:23:50.353Z | |
| 8063 | 2026-08-11T11:23:50.353Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8064 | 2026-08-11T11:23:50.354Z | |
| 8065 | 2026-08-11T11:23:50.354Z | Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40) |
| 8066 | 2026-08-11T11:23:50.357Z | |
| 8067 | 2026-08-11T11:23:50.357Z | running 0 tests |
| 8068 | 2026-08-11T11:23:50.357Z | |
| 8069 | 2026-08-11T11:23:50.360Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8070 | 2026-08-11T11:23:50.360Z | |
| 8071 | 2026-08-11T11:23:50.360Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 8072 | 2026-08-11T11:23:50.363Z | |
| 8073 | 2026-08-11T11:23:50.363Z | running 0 tests |
| 8074 | 2026-08-11T11:23:50.364Z | |
| 8075 | 2026-08-11T11:23:50.364Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8076 | 2026-08-11T11:23:50.364Z | |
| 8077 | 2026-08-11T11:23:50.364Z | Doc-tests aal |
| 8078 | 2026-08-11T11:23:50.492Z | |
| 8079 | 2026-08-11T11:23:50.492Z | running 0 tests |
| 8080 | 2026-08-11T11:23:50.492Z | |
| 8081 | 2026-08-11T11:23:50.495Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8082 | 2026-08-11T11:23:50.495Z | |
| 8083 | 2026-08-11T11:23:50.508Z | Doc-tests aal_macros |
| 8084 | 2026-08-11T11:23:50.579Z | |
| 8085 | 2026-08-11T11:23:50.579Z | running 0 tests |
| 8086 | 2026-08-11T11:23:50.579Z | |
| 8087 | 2026-08-11T11:23:50.579Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8088 | 2026-08-11T11:23:50.579Z | |
| 8089 | 2026-08-11T11:23:50.589Z | Doc-tests common |
| 8090 | 2026-08-11T11:23:50.820Z | |
| 8091 | 2026-08-11T11:23:50.820Z | running 0 tests |
| 8092 | 2026-08-11T11:23:50.820Z | |
| 8093 | 2026-08-11T11:23:50.820Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8094 | 2026-08-11T11:23:50.820Z | |
| 8095 | 2026-08-11T11:23:50.841Z | Doc-tests dpd_api |
| 8096 | 2026-08-11T11:23:51.588Z | |
| 8097 | 2026-08-11T11:23:51.588Z | running 2 tests |
| 8098 | 2026-08-11T11:23:51.588Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 8099 | 2026-08-11T11:23:51.588Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 8100 | 2026-08-11T11:23:51.588Z | |
| 8101 | 2026-08-11T11:23:51.588Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8102 | 2026-08-11T11:23:51.588Z | |
| 8103 | 2026-08-11T11:23:51.618Z | Doc-tests dpd_client |
| 8104 | 2026-08-11T11:23:52.901Z | |
| 8105 | 2026-08-11T11:23:52.901Z | running 0 tests |
| 8106 | 2026-08-11T11:23:52.901Z | |
| 8107 | 2026-08-11T11:23:52.901Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8108 | 2026-08-11T11:23:52.901Z | |
| 8109 | 2026-08-11T11:23:52.947Z | Doc-tests dpd_types |
| 8110 | 2026-08-11T11:23:53.172Z | |
| 8111 | 2026-08-11T11:23:53.173Z | running 0 tests |
| 8112 | 2026-08-11T11:23:53.173Z | |
| 8113 | 2026-08-11T11:23:53.173Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8114 | 2026-08-11T11:23:53.173Z | |
| 8115 | 2026-08-11T11:23:53.239Z | Doc-tests dpd_types_versions |
| 8116 | 2026-08-11T11:23:54.388Z | |
| 8117 | 2026-08-11T11:23:54.388Z | running 1 test |
| 8118 | 2026-08-11T11:23:54.388Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 8119 | 2026-08-11T11:23:54.388Z | |
| 8120 | 2026-08-11T11:23:54.388Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8121 | 2026-08-11T11:23:54.388Z | |
| 8122 | 2026-08-11T11:23:54.433Z | Doc-tests packet |
| 8123 | 2026-08-11T11:23:54.545Z | |
| 8124 | 2026-08-11T11:23:54.545Z | running 0 tests |
| 8125 | 2026-08-11T11:23:54.545Z | |
| 8126 | 2026-08-11T11:23:54.545Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8127 | 2026-08-11T11:23:54.545Z | |
| 8128 | 2026-08-11T11:23:54.560Z | Doc-tests pcap |
| 8129 | 2026-08-11T11:23:54.613Z | |
| 8130 | 2026-08-11T11:23:54.613Z | running 0 tests |
| 8131 | 2026-08-11T11:23:54.613Z | |
| 8132 | 2026-08-11T11:23:54.613Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8133 | 2026-08-11T11:23:54.613Z | |
| 8134 | 2026-08-11T11:23:54.666Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 8135 | 2026-08-11T11:23:54.666Z | + RUST_BACKTRACE=full |
| 8136 | 2026-08-11T11:23:54.667Z | + cargo test --features chaos --no-fail-fast |
| 8137 | 2026-08-11T11:23:55.273Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 8138 | 2026-08-11T11:23:55.355Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 8139 | 2026-08-11T11:23:55.364Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 8140 | 2026-08-11T11:24:03.756Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 8141 | 2026-08-11T11:24:04.358Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 8142 | 2026-08-11T11:24:39.502Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 44.81s |
| 8143 | 2026-08-11T11:24:39.616Z | Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e) |
| 8144 | 2026-08-11T11:24:39.620Z | |
| 8145 | 2026-08-11T11:24:39.621Z | running 5 tests |
| 8146 | 2026-08-11T11:24:39.623Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 8147 | 2026-08-11T11:24:39.624Z | test fuse::tests::chip_revision_b0 ... ok |
| 8148 | 2026-08-11T11:24:39.624Z | test fuse::tests::chip_revision_a0 ... ok |
| 8149 | 2026-08-11T11:24:39.624Z | test fuse::tests::chip_revision_b1 ... ok |
| 8150 | 2026-08-11T11:24:39.624Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 8151 | 2026-08-11T11:24:39.624Z | |
| 8152 | 2026-08-11T11:24:39.624Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8153 | 2026-08-11T11:24:39.624Z | |
| 8154 | 2026-08-11T11:24:39.624Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 8155 | 2026-08-11T11:24:39.627Z | |
| 8156 | 2026-08-11T11:24:39.627Z | running 0 tests |
| 8157 | 2026-08-11T11:24:39.627Z | |
| 8158 | 2026-08-11T11:24:39.627Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8159 | 2026-08-11T11:24:39.627Z | |
| 8160 | 2026-08-11T11:24:39.627Z | Running unittests src/lib.rs (target/debug/deps/asic-a23d923fc57e1b37) |
| 8161 | 2026-08-11T11:24:39.634Z | |
| 8162 | 2026-08-11T11:24:39.634Z | running 0 tests |
| 8163 | 2026-08-11T11:24:39.634Z | |
| 8164 | 2026-08-11T11:24:39.637Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8165 | 2026-08-11T11:24:39.637Z | |
| 8166 | 2026-08-11T11:24:39.637Z | Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac) |
| 8167 | 2026-08-11T11:24:39.640Z | |
| 8168 | 2026-08-11T11:24:39.640Z | running 10 tests |
| 8169 | 2026-08-11T11:24:39.644Z | test nat::tests::test_vni ... ok |
| 8170 | 2026-08-11T11:24:39.644Z | test network::tests::test_equal ... ok |
| 8171 | 2026-08-11T11:24:39.644Z | test network::tests::test_eui64 ... ok |
| 8172 | 2026-08-11T11:24:39.644Z | test network::tests::test_into ... ok |
| 8173 | 2026-08-11T11:24:39.644Z | test network::tests::test_not_equal ... ok |
| 8174 | 2026-08-11T11:24:39.644Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 8175 | 2026-08-11T11:24:39.644Z | test network::tests::test_parse ... ok |
| 8176 | 2026-08-11T11:24:39.644Z | test network::tests::test_to_string ... ok |
| 8177 | 2026-08-11T11:24:39.644Z | test test_purge ... ok |
| 8178 | 2026-08-11T11:24:39.647Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 8179 | 2026-08-11T11:24:39.647Z | |
| 8180 | 2026-08-11T11:24:39.647Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8181 | 2026-08-11T11:24:39.647Z | |
| 8182 | 2026-08-11T11:24:39.647Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef) |
| 8183 | 2026-08-11T11:24:39.671Z | |
| 8184 | 2026-08-11T11:24:39.672Z | running 1 test |
| 8185 | 2026-08-11T11:24:39.675Z | ------- |
| 8186 | 2026-08-11T11:24:39.680Z | Generating OpenAPI documents from API definitions ... |
| 8187 | 2026-08-11T11:24:39.833Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 8188 | 2026-08-11T11:24:39.902Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 8189 | 2026-08-11T11:24:40.925Z | ------- |
| 8190 | 2026-08-11T11:24:40.925Z | Checking 12 OpenAPI documents... |
| 8191 | 2026-08-11T11:24:40.925Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8192 | 2026-08-11T11:24:40.925Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8193 | 2026-08-11T11:24:40.925Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8194 | 2026-08-11T11:24:40.925Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8195 | 2026-08-11T11:24:40.928Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8196 | 2026-08-11T11:24:40.928Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8197 | 2026-08-11T11:24:40.928Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8198 | 2026-08-11T11:24:40.928Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8199 | 2026-08-11T11:24:40.929Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8200 | 2026-08-11T11:24:40.929Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8201 | 2026-08-11T11:24:40.929Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8202 | 2026-08-11T11:24:40.929Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8203 | 2026-08-11T11:24:40.929Z | Fresh dpd "latest" symlink |
| 8204 | 2026-08-11T11:24:40.929Z | ------- |
| 8205 | 2026-08-11T11:24:40.929Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 8206 | 2026-08-11T11:24:40.993Z | test test::test_apis_up_to_date ... ok |
| 8207 | 2026-08-11T11:24:40.993Z | |
| 8208 | 2026-08-11T11:24:40.995Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.32s |
| 8209 | 2026-08-11T11:24:40.995Z | |
| 8210 | 2026-08-11T11:24:41.053Z | Running unittests src/main.rs (target/debug/deps/dpd-6d6720b10860fcd3) |
| 8211 | 2026-08-11T11:24:41.059Z | |
| 8212 | 2026-08-11T11:24:41.059Z | running 34 tests |
| 8213 | 2026-08-11T11:24:41.062Z | test freemap::test_ordering ... ok |
| 8214 | 2026-08-11T11:24:41.062Z | test config::tests::test_updates ... ok |
| 8215 | 2026-08-11T11:24:41.062Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 8216 | 2026-08-11T11:24:41.062Z | test freemap::test_split ... ok |
| 8217 | 2026-08-11T11:24:41.066Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 8218 | 2026-08-11T11:24:41.066Z | test macaddrs::tests::test_mac_offset ... ok |
| 8219 | 2026-08-11T11:24:41.066Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 8220 | 2026-08-11T11:24:41.066Z | test macaddrs::tests::test_parse_port_id ... ok |
| 8221 | 2026-08-11T11:24:41.066Z | test nat::test_mapping ... ok |
| 8222 | 2026-08-11T11:24:41.066Z | Aug 11 11:24:40.079 DEBG created new freemap, unit: freemap_test |
| 8223 | 2026-08-11T11:24:41.066Z | Aug 11 11:24:40.079 Aug 11 11:24:40.079DEBG DEBG created new freemapinitted freemap. size: 128, , unitunit: :freemap_test Aug 11 11:24:40.079 |
| 8224 | 2026-08-11T11:24:41.066Z | freemap_test |
| 8225 | 2026-08-11T11:24:41.066Z | DEBG Aug 11 11:24:40.079created new freemap DEBG, Aug 11 11:24:40.079 DEBG reset freemap, unit :initted freemap. size: 128 Aug 11 11:24:40.079, freemap_test |
| 8226 | 2026-08-11T11:24:41.066Z | DEBGunit :created new freemap freemap_test, |
| 8227 | 2026-08-11T11:24:41.066Z | unit: freemap_test |
| 8228 | 2026-08-11T11:24:41.066Z | Aug 11 11:24:40.079 DEBG reset freemap, unitAug 11 11:24:40.079: DEBGfreemap_test |
| 8229 | 2026-08-11T11:24:41.066Z | initted freemap. size: 128, unit: freemap_test |
| 8230 | 2026-08-11T11:24:41.066Z | unit:Aug 11 11:24:40.079 freemap_testDEBG |
| 8231 | 2026-08-11T11:24:41.066Z | reset freemap, unit:Aug 11 11:24:40.079 freemap_testDEBG |
| 8232 | 2026-08-11T11:24:41.066Z | initted freemap. size: 128, unit: freemap_test |
| 8233 | 2026-08-11T11:24:41.066Z | Aug 11 11:24:40.079 DEBG reset freemap, unit: freemap_test |
| 8234 | 2026-08-11T11:24:41.066Z | test freemap::test_free ... ok |
| 8235 | 2026-08-11T11:24:41.066Z | test freemap::test_reclaim ... ok |
| 8236 | 2026-08-11T11:24:41.066Z | test freemap::test_basic ... ok |
| 8237 | 2026-08-11T11:24:41.066Z | test freemap::test_exhaustion ... ok |
| 8238 | 2026-08-11T11:24:41.066Z | test port_map::tests::dump_map ... ok |
| 8239 | 2026-08-11T11:24:41.066Z | test port_map::tests::test_backplane_group ... ok |
| 8240 | 2026-08-11T11:24:41.066Z | test port_map::tests::test_port_map ... ok |
| 8241 | 2026-08-11T11:24:41.067Z | Aug 11 11:24:40.080 DEBG created new freemap, unit: freemap_test |
| 8242 | 2026-08-11T11:24:41.067Z | Aug 11 11:24:40.080 DEBG initted freemap. size: 128, unit: freemap_test |
| 8243 | 2026-08-11T11:24:41.067Z | Aug 11 11:24:40.080 DEBG reset freemap, unit: freemap_test |
| 8244 | 2026-08-11T11:24:41.067Z | test freemap::test_span ... ok |
| 8245 | 2026-08-11T11:24:41.067Z | test api_server::tests::test_build_info ... ok |
| 8246 | 2026-08-11T11:24:41.067Z | Aug 11 11:24:40.080 DEBG created new freemap, unit: freemap_test |
| 8247 | 2026-08-11T11:24:41.067Z | Aug 11 11:24:40.080 DEBG initted freemap. size: 8, unit: freemap_test |
| 8248 | 2026-08-11T11:24:41.067Z | Aug 11 11:24:40.080 DEBG reset freemap, unit: freemap_test |
| 8249 | 2026-08-11T11:24:41.067Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 8250 | 2026-08-11T11:24:41.067Z | Aug 11 11:24:40.080 DEBG created new freemap, unit: freemap_route_ipv4 |
| 8251 | 2026-08-11T11:24:41.067Z | Aug 11 11:24:40.080 DEBG created new freemap, unit: freemap_route_ipv6 |
| 8252 | 2026-08-11T11:24:41.067Z | Aug 11 11:24:40.080 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 8253 | 2026-08-11T11:24:41.067Z | Aug 11 11:24:40.080 DEBG reset freemap, unit: freemap_route_ipv4 |
| 8254 | 2026-08-11T11:24:41.067Z | Aug 11 11:24:40.080 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 8255 | 2026-08-11T11:24:41.067Z | Aug 11 11:24:40.080 DEBG reset freemap, unit: freemap_route_ipv6 |
| 8256 | 2026-08-11T11:24:41.067Z | Aug 11 11:24:40.080 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8257 | 2026-08-11T11:24:41.067Z | Aug 11 11:24:40.080 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8258 | 2026-08-11T11:24:41.067Z | Aug 11 11:24:40.080 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8259 | 2026-08-11T11:24:41.067Z | Aug 11 11:24:40.080 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8260 | 2026-08-11T11:24:41.067Z | Aug 11 11:24:40.080 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8261 | 2026-08-11T11:24:41.067Z | Aug 11 11:24:40.080 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 8262 | 2026-08-11T11:24:41.067Z | Aug 11 11:24:40.080 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8263 | 2026-08-11T11:24:41.067Z | Aug 11 11:24:40.080 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 8264 | 2026-08-11T11:24:41.067Z | Aug 11 11:24:40.080 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8265 | 2026-08-11T11:24:41.067Z | Aug 11 11:24:40.080 DEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8266 | 2026-08-11T11:24:41.067Z | Aug 11 11:24:40.080 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8267 | 2026-08-11T11:24:41.067Z | Aug 11 11:24:40.080 DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8268 | 2026-08-11T11:24:41.067Z | Aug 11 11:24:40.080 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8269 | 2026-08-11T11:24:41.067Z | Aug 11 11:24:40.080 DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8270 | 2026-08-11T11:24:41.067Z | Aug 11 11:24:40.080 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8271 | 2026-08-11T11:24:41.067Z | Aug 11 11:24:40.080 DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8272 | 2026-08-11T11:24:41.067Z | Aug 11 11:24:40.080 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8273 | 2026-08-11T11:24:41.067Z | Aug 11 11:24:40.080 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 } }] |
| 8274 | 2026-08-11T11:24:41.067Z | Aug 11 11:24:40.080 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8275 | 2026-08-11T11:24:41.067Z | Aug 11 11:24:40.080 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 } }] |
| 8276 | 2026-08-11T11:24:41.067Z | Aug 11 11:24:40.080 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8277 | 2026-08-11T11:24:41.067Z | Aug 11 11:24:40.080 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 } }] |
| 8278 | 2026-08-11T11:24:41.067Z | Aug 11 11:24:40.080 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8279 | 2026-08-11T11:24:41.067Z | Aug 11 11:24:40.080 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 } }] |
| 8280 | 2026-08-11T11:24:41.068Z | Aug 11 11:24:40.080 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8281 | 2026-08-11T11:24:41.068Z | Aug 11 11:24:40.080 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 } }] |
| 8282 | 2026-08-11T11:24:41.068Z | Aug 11 11:24:40.080 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8283 | 2026-08-11T11:24:41.068Z | Aug 11 11:24:40.080 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 } }] |
| 8284 | 2026-08-11T11:24:41.068Z | Aug 11 11:24:40.080 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8285 | 2026-08-11T11:24:41.068Z | Aug 11 11:24:40.080 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 } }] |
| 8286 | 2026-08-11T11:24:41.068Z | Aug 11 11:24:40.080 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8287 | 2026-08-11T11:24:41.068Z | Aug 11 11:24:40.080 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 } }] |
| 8288 | 2026-08-11T11:24:41.068Z | Aug 11 11:24:40.080 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8289 | 2026-08-11T11:24:41.068Z | Aug 11 11:24:40.080 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 } }] |
| 8290 | 2026-08-11T11:24:41.068Z | Aug 11 11:24:40.080 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8291 | 2026-08-11T11:24:41.068Z | Aug 11 11:24:40.080 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 } }] |
| 8292 | 2026-08-11T11:24:41.068Z | Aug 11 11:24:40.081 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8293 | 2026-08-11T11:24:41.068Z | Aug 11 11:24:40.081 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 } }] |
| 8294 | 2026-08-11T11:24:41.068Z | Aug 11 11:24:40.081 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8295 | 2026-08-11T11:24:41.068Z | Aug 11 11:24:40.081 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 } }] |
| 8296 | 2026-08-11T11:24:41.068Z | Aug 11 11:24:40.081 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 8297 | 2026-08-11T11:24:41.068Z | Aug 11 11:24:40.081 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 } }] |
| 8298 | 2026-08-11T11:24:41.068Z | Aug 11 11:24:40.081 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8299 | 2026-08-11T11:24:41.072Z | Aug 11 11:24:40.081 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 } }] |
| 8300 | 2026-08-11T11:24:41.072Z | Aug 11 11:24:40.081 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 8301 | 2026-08-11T11:24:41.072Z | Aug 11 11:24:40.081 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 } }] |
| 8302 | 2026-08-11T11:24:41.072Z | Aug 11 11:24:40.081 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8303 | 2026-08-11T11:24:41.072Z | Aug 11 11:24:40.081 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 } }] |
| 8304 | 2026-08-11T11:24:41.072Z | Aug 11 11:24:40.081 Aug 11 11:24:40.081DEBG INFOcreated new freemap adding route 3fff:beef:14::/64 -> 2001:db8::55:ff, |
| 8305 | 2026-08-11T11:24:41.072Z | unit: freemap_route_ipv4Aug 11 11:24:40.081 |
| 8306 | 2026-08-11T11:24:41.072Z | 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 } }] |
| 8307 | 2026-08-11T11:24:41.072Z | Aug 11 11:24:40.081Aug 11 11:24:40.081 DEBGINFO created new freemap, unit: freemap_route_ipv6 |
| 8308 | 2026-08-11T11:24:41.072Z | Aug 11 11:24:40.081 DEBGAug 11 11:24:40.081 initted freemap. size: 64 , DEBGunit : created new freemapfreemap_route_ipv4 |
| 8309 | 2026-08-11T11:24:41.072Z | , unitadding route 3fff:beef:15::/64 -> 2001:db8::55:ff:Aug 11 11:24:40.081 |
| 8310 | 2026-08-11T11:24:41.072Z | freemap_route_ipv4DEBG |
| 8311 | 2026-08-11T11:24:41.072Z | reset freemap, unit: freemap_route_ipv4 |
| 8312 | 2026-08-11T11:24:41.072Z | Aug 11 11:24:40.081Aug 11 11:24:40.081 DEBGAug 11 11:24:40.081 DEBG initted freemap. size: 64 DEBGreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.081, |
| 8313 | 2026-08-11T11:24:41.072Z | unit: created new freemap freemap_route_ipv6, |
| 8314 | 2026-08-11T11:24:41.072Z | test port_map::tests::parse_softnpu_revision ... ok |
| 8315 | 2026-08-11T11:24:41.072Z | Aug 11 11:24:40.081Aug 11 11:24:40.081 INFODEBG reset freemapadding route 3fff:beef:16::/64 -> 2001:db8::55:ff, |
| 8316 | 2026-08-11T11:24:41.072Z | unit: freemap_route_ipv6 |
| 8317 | 2026-08-11T11:24:41.072Z | DEBG created new freemap, Aug 11 11:24:40.081unit :INFO freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8318 | 2026-08-11T11:24:41.072Z | |
| 8319 | 2026-08-11T11:24:41.072Z | Aug 11 11:24:40.081Aug 11 11:24:40.081Aug 11 11:24:40.081 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]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 } }] |
| 8320 | 2026-08-11T11:24:41.072Z | DEBG |
| 8321 | 2026-08-11T11:24:41.072Z | created new freemapAug 11 11:24:40.081, unitINFO: adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv6Aug 11 11:24:40.081 |
| 8322 | 2026-08-11T11:24:41.072Z | |
| 8323 | 2026-08-11T11:24:41.072Z | INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 8324 | 2026-08-11T11:24:41.072Z | Aug 11 11:24:40.081Aug 11 11:24:40.081 Aug 11 11:24:40.081 DEBGAug 11 11:24:40.081 DEBG initted freemap. size: 64DEBG, 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 } }]unit |
| 8325 | 2026-08-11T11:24:41.072Z | :created new freemap DEBG, freemap_route_ipv4Aug 11 11:24:40.081 |
| 8326 | 2026-08-11T11:24:41.072Z | unitINFOreplacing 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 } }]: |
| 8327 | 2026-08-11T11:24:41.072Z | freemap_route_ipv4Aug 11 11:24:40.081 |
| 8328 | 2026-08-11T11:24:41.072Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff Aug 11 11:24:40.081DEBG |
| 8329 | 2026-08-11T11:24:41.072Z | INFOAug 11 11:24:40.081 reset freemapadding route 3fff:dead::/64 -> 2001:db8::55:1, |
| 8330 | 2026-08-11T11:24:41.072Z | unitDEBG: created new freemapfreemap_route_ipv4, Aug 11 11:24:40.081unitAug 11 11:24:40.081 |
| 8331 | 2026-08-11T11:24:41.073Z | : freemap_route_ipv6DEBGDEBG |
| 8332 | 2026-08-11T11:24:41.073Z | 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 } }] |
| 8333 | 2026-08-11T11:24:41.073Z | 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 11 11:24:40.081Aug 11 11:24:40.081 DEBGDEBG Aug 11 11:24:40.081initted freemap. size: 64 |
| 8334 | 2026-08-11T11:24:41.073Z | initted freemap. size: 64, unit :INFO freemap_route_ipv4adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 11 11:24:40.081 |
| 8335 | 2026-08-11T11:24:41.073Z | |
| 8336 | 2026-08-11T11:24:41.073Z | INFO , adding route 3fff:dead::/64 -> 2001:db8::55:2unit |
| 8337 | 2026-08-11T11:24:41.073Z | Aug 11 11:24:40.081 :DEBGAug 11 11:24:40.081 Aug 11 11:24:40.081freemap_route_ipv6 |
| 8338 | 2026-08-11T11:24:41.073Z | replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 8339 | 2026-08-11T11:24:41.073Z | Aug 11 11:24:40.081 reset freemapDEBG, reset freemapunit, :unit :Aug 11 11:24:40.081 freemap_route_ipv4freemap_route_ipv6 |
| 8340 | 2026-08-11T11:24:41.073Z | |
| 8341 | 2026-08-11T11:24:41.073Z | INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 8342 | 2026-08-11T11:24:41.073Z | Aug 11 11:24:40.081Aug 11 11:24:40.081 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1initted freemap. size: 64 |
| 8343 | 2026-08-11T11:24:41.073Z | , Aug 11 11:24:40.081unit :DEBGAug 11 11:24:40.081 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 } }] |
| 8344 | 2026-08-11T11:24:41.073Z | |
| 8345 | 2026-08-11T11:24:41.073Z | 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 11 11:24:40.081 |
| 8346 | 2026-08-11T11:24:41.073Z | Aug 11 11:24:40.081INFO DEBGadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff Aug 11 11:24:40.081 |
| 8347 | 2026-08-11T11:24:41.073Z | reset freemapINFO, unitadding route 3fff:dead::/64 -> 2001:db8::55:2: |
| 8348 | 2026-08-11T11:24:41.073Z | Aug 11 11:24:40.081freemap_route_ipv6 |
| 8349 | 2026-08-11T11:24:41.073Z | DEBG Aug 11 11:24:40.081replacing 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 } }] |
| 8350 | 2026-08-11T11:24:41.073Z | Aug 11 11:24:40.081DEBG 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 } }] |
| 8351 | 2026-08-11T11:24:41.073Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 11 11:24:40.081 |
| 8352 | 2026-08-11T11:24:41.073Z | INFOAug 11 11:24:40.081 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 11 11:24:40.081 |
| 8353 | 2026-08-11T11:24:41.073Z | DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 11 11:24:40.081 |
| 8354 | 2026-08-11T11:24:41.073Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff DEBG |
| 8355 | 2026-08-11T11:24:41.073Z | 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 11 11:24:40.081 |
| 8356 | 2026-08-11T11:24:41.073Z | INFO Aug 11 11:24:40.081adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8357 | 2026-08-11T11:24:41.073Z | DEBGAug 11 11:24:40.081 replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8358 | 2026-08-11T11:24:41.073Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 11 11:24:40.081 |
| 8359 | 2026-08-11T11:24:41.073Z | Aug 11 11:24:40.081 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8360 | 2026-08-11T11:24:41.073Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 11 11:24:40.081 |
| 8361 | 2026-08-11T11:24:41.073Z | DEBG Aug 11 11:24:40.081replacing 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 11 11:24:40.081 INFODEBG |
| 8362 | 2026-08-11T11:24:41.073Z | 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:dead::/64 -> 2001:db8::55:1 |
| 8363 | 2026-08-11T11:24:41.073Z | |
| 8364 | 2026-08-11T11:24:41.073Z | Aug 11 11:24:40.081 INFOAug 11 11:24:40.081Aug 11 11:24:40.081 DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 8365 | 2026-08-11T11:24:41.074Z | 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 } }]INFO |
| 8366 | 2026-08-11T11:24:41.074Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 11 11:24:40.081 |
| 8367 | 2026-08-11T11:24:41.074Z | Aug 11 11:24:40.081DEBG 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 |
| 8368 | 2026-08-11T11:24:41.074Z | Aug 11 11:24:40.081 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 8369 | 2026-08-11T11:24:41.074Z | Aug 11 11:24:40.081replacing 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 } }] |
| 8370 | 2026-08-11T11:24:41.074Z | INFOAug 11 11:24:40.081 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG |
| 8371 | 2026-08-11T11:24:41.074Z | 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 11 11:24:40.081 |
| 8372 | 2026-08-11T11:24:41.074Z | Aug 11 11:24:40.081 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 } }] |
| 8373 | 2026-08-11T11:24:41.074Z | unit: freemap_route_ipv6 |
| 8374 | 2026-08-11T11:24:41.074Z | Aug 11 11:24:40.081 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 8375 | 2026-08-11T11:24:41.074Z | Aug 11 11:24:40.081Aug 11 11:24:40.081Aug 11 11:24:40.081 DEBGDEBG initted freemap. size: 64replacing 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 |
| 8376 | 2026-08-11T11:24:41.074Z | , unitadding route 3fff:beef::/64 -> 2001:db8::55:ffAug 11 11:24:40.081: INFOfreemap_route_ipv4 |
| 8377 | 2026-08-11T11:24:41.074Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8378 | 2026-08-11T11:24:41.074Z | |
| 8379 | 2026-08-11T11:24:41.074Z | Aug 11 11:24:40.081DEBG DEBGAug 11 11:24:40.081replacing 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 11 11:24:40.081 |
| 8380 | 2026-08-11T11:24:41.074Z | reset freemap DEBG, unitreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: |
| 8381 | 2026-08-11T11:24:41.074Z | Aug 11 11:24:40.081 INFO Aug 11 11:24:40.081adding route 3fff:beef::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 8382 | 2026-08-11T11:24:41.074Z | |
| 8383 | 2026-08-11T11:24:41.074Z | DEBGINFO Aug 11 11:24:40.081 replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 11 11:24:40.081DEBG |
| 8384 | 2026-08-11T11:24:41.074Z | DEBG |
| 8385 | 2026-08-11T11:24:41.074Z | 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 } }] |
| 8386 | 2026-08-11T11:24:41.074Z | Aug 11 11:24:40.081initted freemap. size: 64 Aug 11 11:24:40.081, unitINFOAug 11 11:24:40.081DEBG :INFO replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 8387 | 2026-08-11T11:24:41.074Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8388 | 2026-08-11T11:24:41.074Z | Aug 11 11:24:40.081 |
| 8389 | 2026-08-11T11:24:41.074Z | |
| 8390 | 2026-08-11T11:24:41.074Z | DEBG reset freemapAug 11 11:24:40.081Aug 11 11:24:40.081 , Aug 11 11:24:40.081INFO DEBGunit DEBG: adding route 3fff:beef:23::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 8391 | 2026-08-11T11:24:41.074Z | 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 } }] |
| 8392 | 2026-08-11T11:24:41.074Z | |
| 8393 | 2026-08-11T11:24:41.074Z | |
| 8394 | 2026-08-11T11:24:41.074Z | Aug 11 11:24:40.081Aug 11 11:24:40.081 Aug 11 11:24:40.081INFOINFOAug 11 11:24:40.081 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8395 | 2026-08-11T11:24:41.074Z | |
| 8396 | 2026-08-11T11:24:41.074Z | 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 } }] |
| 8397 | 2026-08-11T11:24:41.074Z | INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 11 11:24:40.081Aug 11 11:24:40.081 DEBGINFO Aug 11 11:24:40.081 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 } }] |
| 8398 | 2026-08-11T11:24:41.074Z | DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8399 | 2026-08-11T11:24:41.079Z | |
| 8400 | 2026-08-11T11:24:41.079Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8401 | 2026-08-11T11:24:41.079Z | Aug 11 11:24:40.081Aug 11 11:24:40.081Aug 11 11:24:40.081Aug 11 11:24:40.081 INFODEBG adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8402 | 2026-08-11T11:24:41.079Z | INFO DEBGadding route 3fff:beef::/64 -> 2001:db8::55:ff 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: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 } }] |
| 8403 | 2026-08-11T11:24:41.079Z | |
| 8404 | 2026-08-11T11:24:41.079Z | |
| 8405 | 2026-08-11T11:24:41.079Z | Aug 11 11:24:40.081Aug 11 11:24:40.081 Aug 11 11:24:40.081Aug 11 11:24:40.081DEBG DEBGINFOreplacing 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 } }] |
| 8406 | 2026-08-11T11:24:41.079Z | INFO replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8407 | 2026-08-11T11:24:41.079Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 11 11:24:40.081 |
| 8408 | 2026-08-11T11:24:41.079Z | Aug 11 11:24:40.081 INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 11 11:24:40.081adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8409 | 2026-08-11T11:24:41.079Z | |
| 8410 | 2026-08-11T11:24:41.079Z | 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 } }] |
| 8411 | 2026-08-11T11:24:41.079Z | Aug 11 11:24:40.081 DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.081 |
| 8412 | 2026-08-11T11:24:41.079Z | INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 8413 | 2026-08-11T11:24:41.079Z | Aug 11 11:24:40.081 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 11 11:24:40.081 |
| 8414 | 2026-08-11T11:24:41.079Z | 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 } }] |
| 8415 | 2026-08-11T11:24:41.079Z | Aug 11 11:24:40.081 DEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.081 |
| 8416 | 2026-08-11T11:24:41.079Z | Aug 11 11:24:40.081INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8417 | 2026-08-11T11:24:41.079Z | Aug 11 11:24:40.082INFO DEBGDEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 8418 | 2026-08-11T11:24:41.079Z | 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 } }] |
| 8419 | 2026-08-11T11:24:41.079Z | |
| 8420 | 2026-08-11T11:24:41.079Z | Aug 11 11:24:40.082 INFOAug 11 11:24:40.082 Aug 11 11:24:40.082Aug 11 11:24:40.082 INFODEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8421 | 2026-08-11T11:24:41.079Z | 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 } }] |
| 8422 | 2026-08-11T11:24:41.079Z | INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8423 | 2026-08-11T11:24:41.079Z | |
| 8424 | 2026-08-11T11:24:41.079Z | Aug 11 11:24:40.082Aug 11 11:24:40.082 INFODEBG Aug 11 11:24:40.082replacing 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 } }] |
| 8425 | 2026-08-11T11:24:41.079Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 11 11:24:40.082 DEBGDEBG |
| 8426 | 2026-08-11T11:24:41.079Z | Aug 11 11:24:40.082replacing 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 } }] |
| 8427 | 2026-08-11T11:24:41.079Z | Aug 11 11:24:40.082INFO adding route 3fff:beef:5::/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 } }] |
| 8428 | 2026-08-11T11:24:41.079Z | |
| 8429 | 2026-08-11T11:24:41.079Z | DEBG Aug 11 11:24:40.082replacing 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 } }] |
| 8430 | 2026-08-11T11:24:41.079Z | Aug 11 11:24:40.082INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG |
| 8431 | 2026-08-11T11:24:41.080Z | 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 11 11:24:40.082 |
| 8432 | 2026-08-11T11:24:41.080Z | Aug 11 11:24:40.082 Aug 11 11:24:40.082INFO DEBGINFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 8433 | 2026-08-11T11:24:41.080Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.082 |
| 8434 | 2026-08-11T11:24:41.080Z | |
| 8435 | 2026-08-11T11:24:41.080Z | INFOAug 11 11:24:40.082 adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBGAug 11 11:24:40.082 |
| 8436 | 2026-08-11T11:24:41.080Z | INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8437 | 2026-08-11T11:24:41.080Z | 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 11 11:24:40.082 |
| 8438 | 2026-08-11T11:24:41.080Z | Aug 11 11:24:40.082DEBG Aug 11 11:24:40.082DEBG Aug 11 11:24:40.082 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 } }]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 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 } }] |
| 8439 | 2026-08-11T11:24:41.080Z | |
| 8440 | 2026-08-11T11:24:41.080Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 8441 | 2026-08-11T11:24:41.080Z | |
| 8442 | 2026-08-11T11:24:41.080Z | Aug 11 11:24:40.082 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 11 11:24:40.082Aug 11 11:24:40.082Aug 11 11:24:40.082 INFOINFO |
| 8443 | 2026-08-11T11:24:41.080Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG |
| 8444 | 2026-08-11T11:24:41.080Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 11 11:24:40.082 |
| 8445 | 2026-08-11T11:24:41.080Z | DEBGreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.082 replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8446 | 2026-08-11T11:24:41.080Z | Aug 11 11:24:40.082 |
| 8447 | 2026-08-11T11:24:41.080Z | 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 } }] |
| 8448 | 2026-08-11T11:24:41.080Z | 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 } }] |
| 8449 | 2026-08-11T11:24:41.080Z | Aug 11 11:24:40.082Aug 11 11:24:40.082Aug 11 11:24:40.082 INFOINFOINFO Aug 11 11:24:40.082 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ffINFO |
| 8450 | 2026-08-11T11:24:41.080Z | |
| 8451 | 2026-08-11T11:24:41.080Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8452 | 2026-08-11T11:24:41.080Z | |
| 8453 | 2026-08-11T11:24:41.080Z | Aug 11 11:24:40.082 DEBG Aug 11 11:24:40.082replacing 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 11 11:24:40.082 |
| 8454 | 2026-08-11T11:24:41.080Z | 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 } }]DEBG |
| 8455 | 2026-08-11T11:24:41.080Z | Aug 11 11:24:40.082replacing 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 } }] |
| 8456 | 2026-08-11T11:24:41.080Z | INFOAug 11 11:24:40.082 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 11 11:24:40.082 |
| 8457 | 2026-08-11T11:24:41.080Z | INFO DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 11 11:24:40.082 |
| 8458 | 2026-08-11T11:24:41.080Z | Aug 11 11:24:40.082 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 } }]INFOAug 11 11:24:40.082 |
| 8459 | 2026-08-11T11:24:41.080Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8460 | 2026-08-11T11:24:41.080Z | replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8461 | 2026-08-11T11:24:41.080Z | Aug 11 11:24:40.082replacing 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 } }] |
| 8462 | 2026-08-11T11:24:41.080Z | INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 11 11:24:40.082 |
| 8463 | 2026-08-11T11:24:41.080Z | Aug 11 11:24:40.082INFO INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 11 11:24:40.082 |
| 8464 | 2026-08-11T11:24:41.080Z | Aug 11 11:24:40.082 adding route 3fff:beef:a::/64 -> 2001:db8::55:ffDEBG |
| 8465 | 2026-08-11T11:24:41.080Z | DEBG Aug 11 11:24:40.082replacing 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: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 } }] |
| 8466 | 2026-08-11T11:24:41.080Z | |
| 8467 | 2026-08-11T11:24:41.080Z | Aug 11 11:24:40.082 DEBG Aug 11 11:24:40.082replacing 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 } }] |
| 8468 | 2026-08-11T11:24:41.080Z | INFOAug 11 11:24:40.082DEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO |
| 8469 | 2026-08-11T11:24:41.080Z | 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:d::/64 -> 2001:db8::55:ff |
| 8470 | 2026-08-11T11:24:41.081Z | |
| 8471 | 2026-08-11T11:24:41.081Z | Aug 11 11:24:40.082 DEBG Aug 11 11:24:40.082replacing 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 11 11:24:40.082 |
| 8472 | 2026-08-11T11:24:41.081Z | DEBG INFOreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.082 |
| 8473 | 2026-08-11T11:24:41.081Z | INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 11 11:24:40.082 |
| 8474 | 2026-08-11T11:24:41.081Z | INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 8475 | 2026-08-11T11:24:41.081Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 11 11:24:40.082 |
| 8476 | 2026-08-11T11:24:41.081Z | Aug 11 11:24:40.082 INFO DEBG Aug 11 11:24:40.082replacing 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:e::/64 -> 2001:db8::55:ffDEBG |
| 8477 | 2026-08-11T11:24:41.081Z | Aug 11 11:24:40.082 |
| 8478 | 2026-08-11T11:24:41.081Z | 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 |
| 8479 | 2026-08-11T11:24:41.081Z | Aug 11 11:24:40.082Aug 11 11:24:40.082replacing 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 11 11:24:40.082 DEBG |
| 8480 | 2026-08-11T11:24:41.081Z | INFO INFOAug 11 11:24:40.082 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8481 | 2026-08-11T11:24:41.081Z | |
| 8482 | 2026-08-11T11:24:41.081Z | 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 } }] |
| 8483 | 2026-08-11T11:24:41.081Z | INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 11 11:24:40.082Aug 11 11:24:40.082 Aug 11 11:24:40.082 DEBGDEBG 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 } }] |
| 8484 | 2026-08-11T11:24:41.081Z | 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:f::/64 -> 2001:db8::55:ff |
| 8485 | 2026-08-11T11:24:41.081Z | |
| 8486 | 2026-08-11T11:24:41.081Z | |
| 8487 | 2026-08-11T11:24:41.081Z | Aug 11 11:24:40.082 INFOAug 11 11:24:40.082 Aug 11 11:24:40.082adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8488 | 2026-08-11T11:24:41.081Z | DEBG INFOAug 11 11:24:40.082 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 } }] |
| 8489 | 2026-08-11T11:24:41.081Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBGAug 11 11:24:40.082 |
| 8490 | 2026-08-11T11:24:41.081Z | 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 Aug 11 11:24:40.082 |
| 8491 | 2026-08-11T11:24:41.081Z | 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 } }] |
| 8492 | 2026-08-11T11:24:41.081Z | INFO Aug 11 11:24:40.082adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 8493 | 2026-08-11T11:24:41.081Z | DEBGAug 11 11:24:40.082 replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8494 | 2026-08-11T11:24:41.081Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 11 11:24:40.082 |
| 8495 | 2026-08-11T11:24:41.081Z | Aug 11 11:24:40.082Aug 11 11:24:40.082 INFODEBG INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/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 } }] |
| 8496 | 2026-08-11T11:24:41.081Z | |
| 8497 | 2026-08-11T11:24:41.081Z | |
| 8498 | 2026-08-11T11:24:41.081Z | Aug 11 11:24:40.082Aug 11 11:24:40.082 DEBGDEBG Aug 11 11:24:40.082replacing 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 } }] |
| 8499 | 2026-08-11T11:24:41.085Z | Aug 11 11:24:40.082replacing 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 11 11:24:40.082DEBGINFO INFOreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8500 | 2026-08-11T11:24:41.085Z | |
| 8501 | 2026-08-11T11:24:41.085Z | |
| 8502 | 2026-08-11T11:24:41.085Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8503 | 2026-08-11T11:24:41.085Z | Aug 11 11:24:40.082 Aug 11 11:24:40.082DEBGAug 11 11:24:40.082 Aug 11 11:24:40.082INFOreplacing 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 } }] |
| 8504 | 2026-08-11T11:24:41.085Z | DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8505 | 2026-08-11T11:24:41.085Z | 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 } }] |
| 8506 | 2026-08-11T11:24:41.085Z | INFO Aug 11 11:24:40.082adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 8507 | 2026-08-11T11:24:41.085Z | Aug 11 11:24:40.082Aug 11 11:24:40.082INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFO DEBG |
| 8508 | 2026-08-11T11:24:41.085Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.082 |
| 8509 | 2026-08-11T11:24:41.085Z | |
| 8510 | 2026-08-11T11:24:41.085Z | Aug 11 11:24:40.082Aug 11 11:24:40.082 DEBG DEBGDEBGAug 11 11:24:40.082 replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8511 | 2026-08-11T11:24:41.085Z | adding route 3fff:beef:10::/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 } }] |
| 8512 | 2026-08-11T11:24:41.085Z | 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 } }] |
| 8513 | 2026-08-11T11:24:41.085Z | |
| 8514 | 2026-08-11T11:24:41.085Z | Aug 11 11:24:40.082Aug 11 11:24:40.082 Aug 11 11:24:40.082 Aug 11 11:24:40.082 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 } }] |
| 8515 | 2026-08-11T11:24:41.085Z | INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFO |
| 8516 | 2026-08-11T11:24:41.085Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8517 | 2026-08-11T11:24:41.085Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8518 | 2026-08-11T11:24:41.086Z | Aug 11 11:24:40.082 INFOAug 11 11:24:40.082Aug 11 11:24:40.082Aug 11 11:24:40.082 DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8519 | 2026-08-11T11:24:41.086Z | DEBGDEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8520 | 2026-08-11T11:24:41.086Z | replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 11 11:24:40.082 |
| 8521 | 2026-08-11T11:24:41.086Z | DEBG Aug 11 11:24:40.082 |
| 8522 | 2026-08-11T11:24:41.086Z | 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 11 11:24:40.082 |
| 8523 | 2026-08-11T11:24:41.086Z | INFO INFOAug 11 11:24:40.082adding route 3fff:beef:f::/64 -> 2001:db8::55:ff adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8524 | 2026-08-11T11:24:41.086Z | |
| 8525 | 2026-08-11T11:24:41.086Z | INFO Aug 11 11:24:40.082adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 11 11:24:40.082Aug 11 11:24:40.082 |
| 8526 | 2026-08-11T11:24:41.086Z | DEBG DEBGreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 11 11:24:40.082 |
| 8527 | 2026-08-11T11:24:41.086Z | DEBG adding route 3fff:beef:32::/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 } }]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 } }] |
| 8528 | 2026-08-11T11:24:41.086Z | |
| 8529 | 2026-08-11T11:24:41.086Z | |
| 8530 | 2026-08-11T11:24:41.086Z | Aug 11 11:24:40.082 INFO Aug 11 11:24:40.082adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 11 11:24:40.082Aug 11 11:24:40.082 |
| 8531 | 2026-08-11T11:24:41.086Z | INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFOAug 11 11:24:40.082 |
| 8532 | 2026-08-11T11:24:41.086Z | DEBG 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 } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8533 | 2026-08-11T11:24:41.086Z | Aug 11 11:24:40.082 |
| 8534 | 2026-08-11T11:24:41.087Z | DEBG Aug 11 11:24:40.082replacing 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 11 11:24:40.082 |
| 8535 | 2026-08-11T11:24:41.087Z | INFO 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 |
| 8536 | 2026-08-11T11:24:41.087Z | 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:16::/64 -> 2001:db8::55:ff |
| 8537 | 2026-08-11T11:24:41.087Z | |
| 8538 | 2026-08-11T11:24:41.087Z | Aug 11 11:24:40.082 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 11 11:24:40.082 |
| 8539 | 2026-08-11T11:24:41.087Z | Aug 11 11:24:40.082 INFOINFO Aug 11 11:24:40.082Aug 11 11:24:40.082 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ffDEBG |
| 8540 | 2026-08-11T11:24:41.087Z | |
| 8541 | 2026-08-11T11:24:41.087Z | DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8542 | 2026-08-11T11:24:41.087Z | Aug 11 11:24:40.082Aug 11 11:24:40.082 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 } }] DEBGDEBGAug 11 11:24:40.082 |
| 8543 | 2026-08-11T11:24:41.087Z | INFOreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 8544 | 2026-08-11T11:24:41.087Z | |
| 8545 | 2026-08-11T11:24:41.087Z | Aug 11 11:24:40.082 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO |
| 8546 | 2026-08-11T11:24:41.087Z | Aug 11 11:24:40.082Aug 11 11:24:40.082adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 8547 | 2026-08-11T11:24:41.087Z | Aug 11 11:24:40.082INFOINFO DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8548 | 2026-08-11T11:24:41.087Z | 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 11 11:24:40.082 |
| 8549 | 2026-08-11T11:24:41.087Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBGAug 11 11:24:40.082 |
| 8550 | 2026-08-11T11:24:41.087Z | 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 11 11:24:40.082 |
| 8551 | 2026-08-11T11:24:41.087Z | DEBGINFOAug 11 11:24:40.082 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 11 11:24:40.082adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8552 | 2026-08-11T11:24:41.087Z | INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8553 | 2026-08-11T11:24:41.087Z | |
| 8554 | 2026-08-11T11:24:41.087Z | DEBGAug 11 11:24:40.082 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 |
| 8555 | 2026-08-11T11:24:41.087Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 11 11:24:40.082 |
| 8556 | 2026-08-11T11:24:41.087Z | Aug 11 11:24:40.082 DEBGAug 11 11:24:40.082DEBG 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: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 |
| 8557 | 2026-08-11T11:24:41.087Z | Aug 11 11:24:40.082 |
| 8558 | 2026-08-11T11:24:41.087Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG |
| 8559 | 2026-08-11T11:24:41.087Z | 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 11 11:24:40.082 |
| 8560 | 2026-08-11T11:24:41.087Z | INFO Aug 11 11:24:40.082adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 11 11:24:40.082 Aug 11 11:24:40.082 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:19::/64 -> 2001:db8::55:ffINFO |
| 8561 | 2026-08-11T11:24:41.087Z | |
| 8562 | 2026-08-11T11:24:41.087Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 8563 | 2026-08-11T11:24:41.087Z | |
| 8564 | 2026-08-11T11:24:41.087Z | Aug 11 11:24:40.082 INFO Aug 11 11:24:40.082Aug 11 11:24:40.082Aug 11 11:24:40.082 DEBGDEBGDEBG adding route 3fff:beef:36::/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 } }] 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 } }] |
| 8565 | 2026-08-11T11:24:41.087Z | 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 } }] |
| 8566 | 2026-08-11T11:24:41.087Z | |
| 8567 | 2026-08-11T11:24:41.087Z | |
| 8568 | 2026-08-11T11:24:41.087Z | Aug 11 11:24:40.082Aug 11 11:24:40.082Aug 11 11:24:40.082 INFOINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFO |
| 8569 | 2026-08-11T11:24:41.087Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 11 11:24:40.082 |
| 8570 | 2026-08-11T11:24:41.087Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBGAug 11 11:24:40.082 |
| 8571 | 2026-08-11T11:24:41.088Z | Aug 11 11:24:40.082 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 11 11:24:40.082 replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8572 | 2026-08-11T11:24:41.088Z | |
| 8573 | 2026-08-11T11:24:41.088Z | replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8574 | 2026-08-11T11:24:41.088Z | 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 } }] |
| 8575 | 2026-08-11T11:24:41.088Z | Aug 11 11:24:40.082Aug 11 11:24:40.082Aug 11 11:24:40.082 Aug 11 11:24:40.082INFOINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO |
| 8576 | 2026-08-11T11:24:41.088Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO |
| 8577 | 2026-08-11T11:24:41.088Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 11 11:24:40.082 |
| 8578 | 2026-08-11T11:24:41.088Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG |
| 8579 | 2026-08-11T11:24:41.088Z | Aug 11 11:24:40.082Aug 11 11:24:40.082 DEBGreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:24:40.082DEBGreplacing 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 } }] |
| 8580 | 2026-08-11T11:24:41.088Z | DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8581 | 2026-08-11T11:24:41.088Z | 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 } }] |
| 8582 | 2026-08-11T11:24:41.088Z | |
| 8583 | 2026-08-11T11:24:41.088Z | Aug 11 11:24:40.082Aug 11 11:24:40.082 Aug 11 11:24:40.082INFO INFOINFO Aug 11 11:24:40.082adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 8584 | 2026-08-11T11:24:41.088Z | |
| 8585 | 2026-08-11T11:24:41.088Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFO |
| 8586 | 2026-08-11T11:24:41.088Z | Aug 11 11:24:40.082Aug 11 11:24:40.082 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBGDEBG |
| 8587 | 2026-08-11T11:24:41.088Z | 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: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 } }] |
| 8588 | 2026-08-11T11:24:41.088Z | |
| 8589 | 2026-08-11T11:24:41.088Z | Aug 11 11:24:40.082 DEBG Aug 11 11:24:40.082replacing 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 11 11:24:40.082Aug 11 11:24:40.082 INFOINFO |
| 8590 | 2026-08-11T11:24:41.088Z | DEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8591 | 2026-08-11T11:24:41.088Z | |
| 8592 | 2026-08-11T11:24:41.088Z | 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 } }] |
| 8593 | 2026-08-11T11:24:41.088Z | Aug 11 11:24:40.082Aug 11 11:24:40.082 Aug 11 11:24:40.082DEBG 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 |
| 8594 | 2026-08-11T11:24:41.088Z | 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 } }] |
| 8595 | 2026-08-11T11:24:41.088Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 8596 | 2026-08-11T11:24:41.088Z | Aug 11 11:24:40.082Aug 11 11:24:40.082Aug 11 11:24:40.082 Aug 11 11:24:40.082 INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffDEBG |
| 8597 | 2026-08-11T11:24:41.088Z | |
| 8598 | 2026-08-11T11:24:41.088Z | 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 } }] |
| 8599 | 2026-08-11T11:24:41.092Z | INFO Aug 11 11:24:40.082Aug 11 11:24:40.082Aug 11 11:24:40.082 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBG 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 } }] |
| 8600 | 2026-08-11T11:24:41.092Z | 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 } }] |
| 8601 | 2026-08-11T11:24:41.092Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8602 | 2026-08-11T11:24:41.092Z | |
| 8603 | 2026-08-11T11:24:41.092Z | Aug 11 11:24:40.082 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 11 11:24:40.083 |
| 8604 | 2026-08-11T11:24:41.092Z | Aug 11 11:24:40.083Aug 11 11:24:40.083 DEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFODEBG |
| 8605 | 2026-08-11T11:24:41.092Z | Aug 11 11:24:40.083replacing 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:1a::/64 -> 2001:db8::55:ffDEBG |
| 8606 | 2026-08-11T11:24:41.092Z | 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 } }] |
| 8607 | 2026-08-11T11:24:41.092Z | |
| 8608 | 2026-08-11T11:24:41.093Z | Aug 11 11:24:40.083 INFOAug 11 11:24:40.083Aug 11 11:24:40.083Aug 11 11:24:40.083 DEBGadding route 3fff:beef:3a::/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 } }]INFO |
| 8609 | 2026-08-11T11:24:41.093Z | |
| 8610 | 2026-08-11T11:24:41.093Z | INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8611 | 2026-08-11T11:24:41.093Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 8612 | 2026-08-11T11:24:41.093Z | Aug 11 11:24:40.083 INFOAug 11 11:24:40.083Aug 11 11:24:40.083 Aug 11 11:24:40.083 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBGDEBGDEBG |
| 8613 | 2026-08-11T11:24:41.093Z | 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 } }] |
| 8614 | 2026-08-11T11:24:41.093Z | replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8615 | 2026-08-11T11:24:41.093Z | |
| 8616 | 2026-08-11T11:24:41.093Z | Aug 11 11:24:40.083Aug 11 11:24:40.083 Aug 11 11:24:40.083INFO INFOAug 11 11:24:40.083adding route 3fff:beef:21::/64 -> 2001:db8::55:ff INFO |
| 8617 | 2026-08-11T11:24:41.093Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffDEBG |
| 8618 | 2026-08-11T11:24:41.093Z | 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 11 11:24:40.083 |
| 8619 | 2026-08-11T11:24:41.093Z | DEBG |
| 8620 | 2026-08-11T11:24:41.093Z | Aug 11 11:24:40.083replacing 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 |
| 8621 | 2026-08-11T11:24:41.093Z | Aug 11 11:24:40.083Aug 11 11:24:40.083 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 |
| 8622 | 2026-08-11T11:24:41.093Z | 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 11 11:24:40.083 |
| 8623 | 2026-08-11T11:24:41.093Z | Aug 11 11:24:40.083adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff INFO |
| 8624 | 2026-08-11T11:24:41.093Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFOAug 11 11:24:40.083 |
| 8625 | 2026-08-11T11:24:41.093Z | Aug 11 11:24:40.083adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFO |
| 8626 | 2026-08-11T11:24:41.093Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG |
| 8627 | 2026-08-11T11:24:41.093Z | Aug 11 11:24:40.083 Aug 11 11:24:40.083 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 } }] |
| 8628 | 2026-08-11T11:24:41.093Z | DEBGAug 11 11:24:40.083 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 } }] |
| 8629 | 2026-08-11T11:24:41.093Z | replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8630 | 2026-08-11T11:24:41.093Z | Aug 11 11:24:40.083 Aug 11 11:24:40.083 INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 11 11:24:40.083 |
| 8631 | 2026-08-11T11:24:41.093Z | INFO |
| 8632 | 2026-08-11T11:24:41.093Z | 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:20::/64 -> 2001:db8::55:ff |
| 8633 | 2026-08-11T11:24:41.093Z | Aug 11 11:24:40.083 |
| 8634 | 2026-08-11T11:24:41.093Z | Aug 11 11:24:40.083DEBG 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 } }] |
| 8635 | 2026-08-11T11:24:41.093Z | DEBG Aug 11 11:24:40.083replacing 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 } }] |
| 8636 | 2026-08-11T11:24:41.093Z | DEBG Aug 11 11:24:40.083replacing 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 11 11:24:40.083 |
| 8637 | 2026-08-11T11:24:41.093Z | DEBGAug 11 11:24:40.083 INFOINFOfailed to allocate space for the new target list |
| 8638 | 2026-08-11T11:24:41.093Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 8639 | 2026-08-11T11:24:41.093Z | |
| 8640 | 2026-08-11T11:24:41.093Z | Aug 11 11:24:40.083 Aug 11 11:24:40.083INFO Aug 11 11:24:40.083 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBGAug 11 11:24:40.083DEBG |
| 8641 | 2026-08-11T11:24:41.093Z | DEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8642 | 2026-08-11T11:24:41.093Z | Aug 11 11:24:40.083replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 8643 | 2026-08-11T11:24:41.093Z | |
| 8644 | 2026-08-11T11:24:41.093Z | Aug 11 11:24:40.083replacing 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 } }] |
| 8645 | 2026-08-11T11:24:41.093Z | INFOAug 11 11:24:40.083 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFO |
| 8646 | 2026-08-11T11:24:41.093Z | Aug 11 11:24:40.083adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8647 | 2026-08-11T11:24:41.094Z | INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 11 11:24:40.083 |
| 8648 | 2026-08-11T11:24:41.094Z | DEBGAug 11 11:24:40.083 replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8649 | 2026-08-11T11:24:41.094Z | Aug 11 11:24:40.083replacing 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 } }] |
| 8650 | 2026-08-11T11:24:41.094Z | DEBGAug 11 11:24:40.083 replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8651 | 2026-08-11T11:24:41.094Z | Aug 11 11:24:40.083 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFO |
| 8652 | 2026-08-11T11:24:41.094Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 8653 | 2026-08-11T11:24:41.094Z | Aug 11 11:24:40.083 INFOAug 11 11:24:40.083Aug 11 11:24:40.083 DEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBG |
| 8654 | 2026-08-11T11:24:41.094Z | 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 } }] |
| 8655 | 2026-08-11T11:24:41.094Z | 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 } }] |
| 8656 | 2026-08-11T11:24:41.094Z | Aug 11 11:24:40.083 DEBGAug 11 11:24:40.083Aug 11 11:24:40.083 INFO INFO replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 8657 | 2026-08-11T11:24:41.094Z | |
| 8658 | 2026-08-11T11:24:41.094Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8659 | 2026-08-11T11:24:41.094Z | Aug 11 11:24:40.083Aug 11 11:24:40.083 Aug 11 11:24:40.083DEBG 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 } }] |
| 8660 | 2026-08-11T11:24:41.094Z | INFOreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8661 | 2026-08-11T11:24:41.094Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8662 | 2026-08-11T11:24:41.094Z | Aug 11 11:24:40.083 Aug 11 11:24:40.083Aug 11 11:24:40.083 INFOINFODEBG adding route 3fff:beef:28::/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 } }] |
| 8663 | 2026-08-11T11:24:41.094Z | |
| 8664 | 2026-08-11T11:24:41.094Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 8665 | 2026-08-11T11:24:41.094Z | Aug 11 11:24:40.083Aug 11 11:24:40.083 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:25::/64 -> 2001:db8::55:ffAug 11 11:24:40.083 |
| 8666 | 2026-08-11T11:24:41.094Z | |
| 8667 | 2026-08-11T11:24:41.094Z | 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 } }] |
| 8668 | 2026-08-11T11:24:41.094Z | Aug 11 11:24:40.083 DEBG Aug 11 11:24:40.083Aug 11 11:24:40.083 replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 8669 | 2026-08-11T11:24:41.094Z | INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 8670 | 2026-08-11T11:24:41.094Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 8671 | 2026-08-11T11:24:41.094Z | Aug 11 11:24:40.083 INFOAug 11 11:24:40.083Aug 11 11:24:40.083 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG |
| 8672 | 2026-08-11T11:24:41.094Z | replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8673 | 2026-08-11T11:24:41.094Z | 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 11 11:24:40.083 |
| 8674 | 2026-08-11T11:24:41.094Z | DEBG Aug 11 11:24:40.083replacing 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 11 11:24:40.083 |
| 8675 | 2026-08-11T11:24:41.094Z | INFO INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8676 | 2026-08-11T11:24:41.094Z | Aug 11 11:24:40.083adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 8677 | 2026-08-11T11:24:41.094Z | INFO Aug 11 11:24:40.083adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 8678 | 2026-08-11T11:24:41.094Z | DEBG Aug 11 11:24:40.083replacing 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 } }] |
| 8679 | 2026-08-11T11:24:41.094Z | DEBG Aug 11 11:24:40.083replacing 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 11 11:24:40.083 DEBGINFO |
| 8680 | 2026-08-11T11:24:41.094Z | 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:25::/64 -> 2001:db8::55:ff |
| 8681 | 2026-08-11T11:24:41.094Z | |
| 8682 | 2026-08-11T11:24:41.094Z | Aug 11 11:24:40.083Aug 11 11:24:40.083 Aug 11 11:24:40.083INFODEBG INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8683 | 2026-08-11T11:24:41.094Z | |
| 8684 | 2026-08-11T11:24:41.094Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8685 | 2026-08-11T11:24:41.094Z | Aug 11 11:24:40.083 Aug 11 11:24:40.083Aug 11 11:24:40.083INFO DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 8686 | 2026-08-11T11:24:41.094Z | replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8687 | 2026-08-11T11:24:41.095Z | 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 } }] |
| 8688 | 2026-08-11T11:24:41.095Z | Aug 11 11:24:40.083 Aug 11 11:24:40.083DEBG Aug 11 11:24:40.083 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 } }]INFOINFO |
| 8689 | 2026-08-11T11:24:41.095Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 8690 | 2026-08-11T11:24:41.095Z | |
| 8691 | 2026-08-11T11:24:41.095Z | Aug 11 11:24:40.083 INFOAug 11 11:24:40.083 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG |
| 8692 | 2026-08-11T11:24:41.095Z | 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 11 11:24:40.083 |
| 8693 | 2026-08-11T11:24:41.095Z | DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.083 |
| 8694 | 2026-08-11T11:24:41.095Z | Aug 11 11:24:40.083 adding route 3fff:beef:3::/64 -> 2001:db8::55:ff DEBGAug 11 11:24:40.083 INFOreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8695 | 2026-08-11T11:24:41.095Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 8696 | 2026-08-11T11:24:41.095Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 8697 | 2026-08-11T11:24:41.095Z | |
| 8698 | 2026-08-11T11:24:41.095Z | Aug 11 11:24:40.083Aug 11 11:24:40.083 Aug 11 11:24:40.083DEBGINFO 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 } }]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 } }] |
| 8699 | 2026-08-11T11:24:41.099Z | |
| 8700 | 2026-08-11T11:24:41.099Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 11 11:24:40.083 |
| 8701 | 2026-08-11T11:24:41.099Z | Aug 11 11:24:40.083DEBG Aug 11 11:24:40.083Aug 11 11:24:40.083 INFO replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 8702 | 2026-08-11T11:24:41.099Z | |
| 8703 | 2026-08-11T11:24:41.099Z | 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:2b::/64 -> 2001:db8::55:ff |
| 8704 | 2026-08-11T11:24:41.099Z | |
| 8705 | 2026-08-11T11:24:41.099Z | Aug 11 11:24:40.083Aug 11 11:24:40.083 Aug 11 11:24:40.083DEBGAug 11 11:24:40.083 replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8706 | 2026-08-11T11:24:41.099Z | DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff INFOAug 11 11:24:40.083replacing 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 } }] |
| 8707 | 2026-08-11T11:24:41.099Z | INFO |
| 8708 | 2026-08-11T11:24:41.099Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 11 11:24:40.083 |
| 8709 | 2026-08-11T11:24:41.099Z | |
| 8710 | 2026-08-11T11:24:41.099Z | DEBG Aug 11 11:24:40.083replacing 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 11 11:24:40.083 |
| 8711 | 2026-08-11T11:24:41.099Z | Aug 11 11:24:40.083DEBG INFO DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 8712 | 2026-08-11T11:24:41.099Z | 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 11 11:24:40.083 |
| 8713 | 2026-08-11T11:24:41.099Z | INFOreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8714 | 2026-08-11T11:24:41.099Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 11 11:24:40.083 |
| 8715 | 2026-08-11T11:24:41.099Z | INFOAug 11 11:24:40.083 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG |
| 8716 | 2026-08-11T11:24:41.099Z | 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 } }] |
| 8717 | 2026-08-11T11:24:41.099Z | Aug 11 11:24:40.083Aug 11 11:24:40.083 DEBGDEBG Aug 11 11:24:40.083replacing 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: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 } }] |
| 8718 | 2026-08-11T11:24:41.099Z | Aug 11 11:24:40.083INFO |
| 8719 | 2026-08-11T11:24:41.099Z | INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 11 11:24:40.083 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFO |
| 8720 | 2026-08-11T11:24:41.099Z | Aug 11 11:24:40.083 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8721 | 2026-08-11T11:24:41.099Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 11 11:24:40.083 |
| 8722 | 2026-08-11T11:24:41.099Z | |
| 8723 | 2026-08-11T11:24:41.099Z | DEBG Aug 11 11:24:40.083replacing 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 11 11:24:40.083 Aug 11 11:24:40.083DEBG 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 } }] |
| 8724 | 2026-08-11T11:24:41.099Z | |
| 8725 | 2026-08-11T11:24:41.099Z | replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8726 | 2026-08-11T11:24:41.100Z | 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 } }] |
| 8727 | 2026-08-11T11:24:41.100Z | Aug 11 11:24:40.083Aug 11 11:24:40.083Aug 11 11:24:40.083 Aug 11 11:24:40.083 INFOINFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 8728 | 2026-08-11T11:24:41.100Z | |
| 8729 | 2026-08-11T11:24:41.100Z | |
| 8730 | 2026-08-11T11:24:41.100Z | INFO Aug 11 11:24:40.083adding route 3fff:beef:6::/64 -> 2001:db8::55:ff Aug 11 11:24:40.083DEBG |
| 8731 | 2026-08-11T11:24:41.100Z | DEBGreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.083 |
| 8732 | 2026-08-11T11:24:41.100Z | 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 } }] |
| 8733 | 2026-08-11T11:24:41.100Z | DEBGAug 11 11:24:40.083 Aug 11 11:24:40.083 DEBGINFOAug 11 11:24:40.083 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:33::/64 -> 2001:db8::55:ff |
| 8734 | 2026-08-11T11:24:41.100Z | 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 } }] |
| 8735 | 2026-08-11T11:24:41.100Z | |
| 8736 | 2026-08-11T11:24:41.100Z | Aug 11 11:24:40.083adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff Aug 11 11:24:40.083INFO |
| 8737 | 2026-08-11T11:24:41.100Z | Aug 11 11:24:40.083DEBG adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff Aug 11 11:24:40.083 |
| 8738 | 2026-08-11T11:24:41.100Z | 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 |
| 8739 | 2026-08-11T11:24:41.100Z | 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 } }] |
| 8740 | 2026-08-11T11:24:41.100Z | INFO Aug 11 11:24:40.083adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 11 11:24:40.083Aug 11 11:24:40.083 |
| 8741 | 2026-08-11T11:24:41.100Z | INFOINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG |
| 8742 | 2026-08-11T11:24:41.100Z | |
| 8743 | 2026-08-11T11:24:41.100Z | 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 } }] |
| 8744 | 2026-08-11T11:24:41.100Z | Aug 11 11:24:40.083Aug 11 11:24:40.083Aug 11 11:24:40.083 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 11 11:24:40.083 |
| 8745 | 2026-08-11T11:24:41.100Z | 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 } }]INFODEBG |
| 8746 | 2026-08-11T11:24:41.100Z | 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 } }] |
| 8747 | 2026-08-11T11:24:41.100Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 8748 | 2026-08-11T11:24:41.100Z | Aug 11 11:24:40.083 Aug 11 11:24:40.083Aug 11 11:24:40.083INFO Aug 11 11:24:40.083adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 8749 | 2026-08-11T11:24:41.100Z | INFODEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 8750 | 2026-08-11T11:24:41.100Z | |
| 8751 | 2026-08-11T11:24:41.100Z | INFO Aug 11 11:24:40.083Aug 11 11:24:40.083Aug 11 11:24:40.083 DEBGDEBG adding route 3fff:beef:8::/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 } }]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 } }] |
| 8752 | 2026-08-11T11:24:41.100Z | INFO |
| 8753 | 2026-08-11T11:24:41.100Z | |
| 8754 | 2026-08-11T11:24:41.100Z | Aug 11 11:24:40.083adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 8755 | 2026-08-11T11:24:41.100Z | INFOAug 11 11:24:40.083 Aug 11 11:24:40.083adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFO |
| 8756 | 2026-08-11T11:24:41.100Z | Aug 11 11:24:40.083 adding route 3fff:beef:30::/64 -> 2001:db8::55:ff DEBG |
| 8757 | 2026-08-11T11:24:41.100Z | Aug 11 11:24:40.083replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8758 | 2026-08-11T11:24:41.100Z | Aug 11 11:24:40.083 DEBG Aug 11 11:24:40.083replacing 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: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 } }] |
| 8759 | 2026-08-11T11:24:41.100Z | |
| 8760 | 2026-08-11T11:24:41.100Z | INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG |
| 8761 | 2026-08-11T11:24:41.100Z | 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 11 11:24:40.083 |
| 8762 | 2026-08-11T11:24:41.100Z | Aug 11 11:24:40.083Aug 11 11:24:40.083 INFO DEBGAug 11 11:24:40.083 adding route 3fff:beef:31::/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 } }] |
| 8763 | 2026-08-11T11:24:41.100Z | |
| 8764 | 2026-08-11T11:24:41.100Z | INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO |
| 8765 | 2026-08-11T11:24:41.101Z | Aug 11 11:24:40.083 DEBG Aug 11 11:24:40.083adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 11 11:24:40.083 |
| 8766 | 2026-08-11T11:24:41.101Z | INFO DEBGadding route 3fff:beef:33::/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 11 11:24:40.083 |
| 8767 | 2026-08-11T11:24:41.101Z | 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 } }] |
| 8768 | 2026-08-11T11:24:41.101Z | |
| 8769 | 2026-08-11T11:24:41.101Z | DEBG Aug 11 11:24:40.083replacing 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 11 11:24:40.083 DEBG Aug 11 11:24:40.084Aug 11 11:24:40.084Aug 11 11:24:40.083 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 } }] DEBG |
| 8770 | 2026-08-11T11:24:41.101Z | |
| 8771 | 2026-08-11T11:24:41.101Z | created new freemap created new freemap, , unitDEBGunit Aug 11 11:24:40.087created new freemap: INFOfreemap_route_ipv4: Aug 11 11:24:40.087 |
| 8772 | 2026-08-11T11:24:41.101Z | , freemap_route_ipv4adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 8773 | 2026-08-11T11:24:41.101Z | unit |
| 8774 | 2026-08-11T11:24:41.101Z | :INFO Aug 11 11:24:40.087adding route 3fff:beef:a::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 8775 | 2026-08-11T11:24:41.101Z | DEBGAug 11 11:24:40.087 |
| 8776 | 2026-08-11T11:24:41.101Z | Aug 11 11:24:40.087 Aug 11 11:24:40.087DEBG 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 } }] |
| 8777 | 2026-08-11T11:24:41.101Z | created new freemapreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 8778 | 2026-08-11T11:24:41.101Z | unitDEBG :Aug 11 11:24:40.087 created new freemapINFOfreemap_route_ipv6 |
| 8779 | 2026-08-11T11:24:41.101Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 11 11:24:40.087 |
| 8780 | 2026-08-11T11:24:41.101Z | , Aug 11 11:24:40.087unit DEBG Aug 11 11:24:40.087created new freemap :DEBG freemap_route_ipv6replacing 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 } }], |
| 8781 | 2026-08-11T11:24:41.101Z | |
| 8782 | 2026-08-11T11:24:41.101Z | unit: freemap_route_ipv6Aug 11 11:24:40.087 |
| 8783 | 2026-08-11T11:24:41.101Z | INFO INFOAug 11 11:24:40.087 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 11 11:24:40.087 |
| 8784 | 2026-08-11T11:24:41.101Z | DEBG DEBGinitted freemap. size: 64adding route 3fff:beef:32::/64 -> 2001:db8::55:ff, unitinitted freemap. size: 64: |
| 8785 | 2026-08-11T11:24:41.101Z | , unitfreemap_route_ipv4: |
| 8786 | 2026-08-11T11:24:41.101Z | freemap_route_ipv4Aug 11 11:24:40.087 |
| 8787 | 2026-08-11T11:24:41.101Z | DEBGAug 11 11:24:40.087 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 |
| 8788 | 2026-08-11T11:24:41.101Z | Aug 11 11:24:40.087replacing 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 } }] |
| 8789 | 2026-08-11T11:24:41.101Z | DEBGAug 11 11:24:40.087Aug 11 11:24:40.087 reset freemapAug 11 11:24:40.087INFO , DEBGINFOunit : adding route 3fff:beef:37::/64 -> 2001:db8::55:fffreemap_route_ipv4adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 8790 | 2026-08-11T11:24:41.101Z | |
| 8791 | 2026-08-11T11:24:41.101Z | reset freemap |
| 8792 | 2026-08-11T11:24:41.101Z | , unit:Aug 11 11:24:40.087 Aug 11 11:24:40.087DEBGfreemap_route_ipv4 DEBG |
| 8793 | 2026-08-11T11:24:41.101Z | 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: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 11 11:24:40.087 |
| 8794 | 2026-08-11T11:24:41.101Z | |
| 8795 | 2026-08-11T11:24:41.101Z | DEBGAug 11 11:24:40.087Aug 11 11:24:40.087 initted freemap. size: 64INFO, unitadding route 3fff:beef:34::/64 -> 2001:db8::55:ff : |
| 8796 | 2026-08-11T11:24:41.101Z | DEBGAug 11 11:24:40.087 INFO initted freemap. size: 64 , freemap_route_ipv6unit |
| 8797 | 2026-08-11T11:24:41.101Z | :Aug 11 11:24:40.087 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG |
| 8798 | 2026-08-11T11:24:41.101Z | freemap_route_ipv6 |
| 8799 | 2026-08-11T11:24:41.105Z | 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 11 11:24:40.087 |
| 8800 | 2026-08-11T11:24:41.105Z | Aug 11 11:24:40.087DEBG Aug 11 11:24:40.087 DEBGDEBGreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] reset freemap |
| 8801 | 2026-08-11T11:24:41.105Z | , unit Aug 11 11:24:40.087:Aug 11 11:24:40.087 INFOfreemap_route_ipv6 reset freemapadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 8802 | 2026-08-11T11:24:41.105Z | |
| 8803 | 2026-08-11T11:24:41.105Z | INFO, unit :adding route 3fff:beef:39::/64 -> 2001:db8::55:ff Aug 11 11:24:40.087 |
| 8804 | 2026-08-11T11:24:41.105Z | freemap_route_ipv6 |
| 8805 | 2026-08-11T11:24:41.105Z | Aug 11 11:24:40.087DEBG INFOreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8806 | 2026-08-11T11:24:41.105Z | Aug 11 11:24:40.087adding route 172.16.0.0/32 -> 10.0.0.1 |
| 8807 | 2026-08-11T11:24:41.106Z | DEBG Aug 11 11:24:40.087replacing 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 11 11:24:40.087INFO |
| 8808 | 2026-08-11T11:24:41.106Z | Aug 11 11:24:40.087 INFODEBGAug 11 11:24:40.087 adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 8809 | 2026-08-11T11:24:41.106Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 8810 | 2026-08-11T11:24:41.106Z | |
| 8811 | 2026-08-11T11:24:41.106Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 8812 | 2026-08-11T11:24:41.106Z | Aug 11 11:24:40.087Aug 11 11:24:40.087 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 } }] |
| 8813 | 2026-08-11T11:24:41.106Z | Aug 11 11:24:40.087INFOINFO Aug 11 11:24:40.087adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 11 11:24:40.087 INFODEBGadding route 172.16.0.0/32 -> 10.0.0.2DEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 8814 | 2026-08-11T11:24:41.106Z | 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 } }] |
| 8815 | 2026-08-11T11:24:41.106Z | |
| 8816 | 2026-08-11T11:24:41.106Z | |
| 8817 | 2026-08-11T11:24:41.106Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 11 11:24:40.087 |
| 8818 | 2026-08-11T11:24:41.106Z | Aug 11 11:24:40.087DEBG 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 11 11:24:40.087 |
| 8819 | 2026-08-11T11:24:41.106Z | Aug 11 11:24:40.087 INFO DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 8820 | 2026-08-11T11:24:41.106Z | 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: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 11 11:24:40.087 |
| 8821 | 2026-08-11T11:24:41.106Z | |
| 8822 | 2026-08-11T11:24:41.106Z | INFOAug 11 11:24:40.087 Aug 11 11:24:40.087INFO Aug 11 11:24:40.087 DEBGAug 11 11:24:40.087adding route 172.16.0.0/32 -> 10.0.0.3INFO |
| 8823 | 2026-08-11T11:24:41.106Z | adding route 3fff:beef:c::/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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8824 | 2026-08-11T11:24:41.106Z | |
| 8825 | 2026-08-11T11:24:41.106Z | INFOAug 11 11:24:40.087 adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 8826 | 2026-08-11T11:24:41.106Z | DEBG Aug 11 11:24:40.087replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8827 | 2026-08-11T11:24:41.106Z | Aug 11 11:24:40.087 |
| 8828 | 2026-08-11T11:24:41.106Z | INFODEBG 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:3c::/64 -> 2001:db8::55:ff |
| 8829 | 2026-08-11T11:24:41.106Z | |
| 8830 | 2026-08-11T11:24:41.106Z | Aug 11 11:24:40.087Aug 11 11:24:40.087 INFOAug 11 11:24:40.087 adding route 172.16.0.0/32 -> 10.0.0.4DEBGDEBG |
| 8831 | 2026-08-11T11:24:41.106Z | Aug 11 11:24:40.087replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] DEBGAug 11 11:24:40.087Aug 11 11:24:40.083Aug 11 11:24:40.087 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 } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8832 | 2026-08-11T11:24:41.106Z | |
| 8833 | 2026-08-11T11:24:41.106Z | |
| 8834 | 2026-08-11T11:24:41.106Z | DEBG created new freemapreplacing 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 , Aug 11 11:24:40.087Aug 11 11:24:40.087unit : INFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 11 11:24:40.087 |
| 8835 | 2026-08-11T11:24:41.106Z | INFO |
| 8836 | 2026-08-11T11:24:41.106Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 8837 | 2026-08-11T11:24:41.106Z | adding route 172.17.0.0/32 -> 10.0.0.255 freemap_route_ipv4 |
| 8838 | 2026-08-11T11:24:41.106Z | INFO |
| 8839 | 2026-08-11T11:24:41.106Z | Aug 11 11:24:40.087Aug 11 11:24:40.087 DEBG Aug 11 11:24:40.087DEBG DEBGreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8840 | 2026-08-11T11:24:41.106Z | 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:3 |
| 8841 | 2026-08-11T11:24:41.106Z | |
| 8842 | 2026-08-11T11:24:41.106Z | Aug 11 11:24:40.087 Aug 11 11:24:40.087INFO Aug 11 11:24:40.087replacing 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 11 11:24:40.087 |
| 8843 | 2026-08-11T11:24:41.106Z | INFODEBG INFOadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 8844 | 2026-08-11T11:24:41.107Z | created new freemapadding route 3fff:beef:39::/64 -> 2001:db8::55:ff, |
| 8845 | 2026-08-11T11:24:41.107Z | unitAug 11 11:24:40.087: INFOfreemap_route_ipv6 |
| 8846 | 2026-08-11T11:24:41.107Z | adding route 172.17.0.1/32 -> 10.0.0.255Aug 11 11:24:40.087 |
| 8847 | 2026-08-11T11:24:41.107Z | Aug 11 11:24:40.087DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ff Aug 11 11:24:40.087Aug 11 11:24:40.087 DEBGDEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8848 | 2026-08-11T11:24:41.107Z | replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8849 | 2026-08-11T11:24:41.107Z | initted freemap. size: 64 |
| 8850 | 2026-08-11T11:24:41.107Z | , |
| 8851 | 2026-08-11T11:24:41.107Z | unitAug 11 11:24:40.087:Aug 11 11:24:40.087 INFO freemap_route_ipv4 |
| 8852 | 2026-08-11T11:24:41.107Z | DEBG adding route 172.17.0.2/32 -> 10.0.0.255Aug 11 11:24:40.087failed to allocate space for the new target list |
| 8853 | 2026-08-11T11:24:41.107Z | |
| 8854 | 2026-08-11T11:24:41.107Z | INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 11 11:24:40.087Aug 11 11:24:40.087 Aug 11 11:24:40.087DEBG 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 } }]DEBG |
| 8855 | 2026-08-11T11:24:41.107Z | |
| 8856 | 2026-08-11T11:24:41.107Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]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 } }] |
| 8857 | 2026-08-11T11:24:41.107Z | |
| 8858 | 2026-08-11T11:24:41.107Z | Aug 11 11:24:40.087 DEBG Aug 11 11:24:40.087Aug 11 11:24:40.087Aug 11 11:24:40.087 INFOINFODEBGreset freemap , adding route 172.17.0.3/32 -> 10.0.0.255unit |
| 8859 | 2026-08-11T11:24:41.107Z | :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:f::/64 -> 2001:db8::55:ff |
| 8860 | 2026-08-11T11:24:41.107Z | freemap_route_ipv4Aug 11 11:24:40.087 |
| 8861 | 2026-08-11T11:24:41.107Z | DEBG |
| 8862 | 2026-08-11T11:24:41.107Z | 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 11 11:24:40.087 |
| 8863 | 2026-08-11T11:24:41.107Z | Aug 11 11:24:40.087 DEBGINFOAug 11 11:24:40.087 Aug 11 11:24:40.087adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 8864 | 2026-08-11T11:24:41.107Z | INFO , adding route 172.17.0.4/32 -> 10.0.0.255unit |
| 8865 | 2026-08-11T11:24:41.107Z | Aug 11 11:24:40.087: DEBG DEBGreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8866 | 2026-08-11T11:24:41.107Z | 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 } }] |
| 8867 | 2026-08-11T11:24:41.107Z | freemap_route_ipv6Aug 11 11:24:40.087 |
| 8868 | 2026-08-11T11:24:41.107Z | Aug 11 11:24:40.087 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 } }]Aug 11 11:24:40.087 |
| 8869 | 2026-08-11T11:24:41.107Z | Aug 11 11:24:40.087 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO |
| 8870 | 2026-08-11T11:24:41.107Z | DEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffreset freemap |
| 8871 | 2026-08-11T11:24:41.107Z | , unitAug 11 11:24:40.087: freemap_route_ipv6INFO |
| 8872 | 2026-08-11T11:24:41.107Z | Aug 11 11:24:40.087Aug 11 11:24:40.087 DEBGadding route 172.17.0.5/32 -> 10.0.0.255DEBG |
| 8873 | 2026-08-11T11:24:41.107Z | 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 11 11:24:40.087 |
| 8874 | 2026-08-11T11:24:41.107Z | Aug 11 11:24:40.087INFO 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 |
| 8875 | 2026-08-11T11:24:41.107Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8876 | 2026-08-11T11:24:41.107Z | 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 } }] |
| 8877 | 2026-08-11T11:24:41.107Z | Aug 11 11:24:40.087 Aug 11 11:24:40.087INFOAug 11 11:24:40.087 adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffINFO |
| 8878 | 2026-08-11T11:24:41.107Z | adding route 172.17.0.6/32 -> 10.0.0.255Aug 11 11:24:40.087 |
| 8879 | 2026-08-11T11:24:41.107Z | DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 11 11:24:40.087 Aug 11 11:24:40.087 |
| 8880 | 2026-08-11T11:24:41.107Z | 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:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 11 11:24:40.087Aug 11 11:24:40.087 |
| 8881 | 2026-08-11T11:24:41.107Z | |
| 8882 | 2026-08-11T11:24:41.107Z | INFO replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8883 | 2026-08-11T11:24:41.108Z | 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 } }] |
| 8884 | 2026-08-11T11:24:41.108Z | Aug 11 11:24:40.088Aug 11 11:24:40.087 Aug 11 11:24:40.094DEBG INFO DEBG created new freemapadding route 3fff:dead::/64 -> 2001:db8::55:4 , |
| 8885 | 2026-08-11T11:24:41.108Z | unitreplacing 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 } }]: |
| 8886 | 2026-08-11T11:24:41.108Z | freemap_route_ipv4Aug 11 11:24:40.094 |
| 8887 | 2026-08-11T11:24:41.108Z | DEBG |
| 8888 | 2026-08-11T11:24:41.108Z | Aug 11 11:24:40.094replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8889 | 2026-08-11T11:24:41.108Z | INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 11 11:24:40.094 |
| 8890 | 2026-08-11T11:24:41.108Z | DEBGAug 11 11:24:40.094 DEBG created new freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_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 11 11:24:40.087unitAug 11 11:24:40.094: |
| 8891 | 2026-08-11T11:24:41.108Z | INFO freemap_route_ipv6adding route 172.17.0.7/32 -> 10.0.0.255 |
| 8892 | 2026-08-11T11:24:41.108Z | |
| 8893 | 2026-08-11T11:24:41.108Z | DEBG Aug 11 11:24:40.094replacing 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 } }] |
| 8894 | 2026-08-11T11:24:41.108Z | DEBG Aug 11 11:24:40.094replacing 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 } }] |
| 8895 | 2026-08-11T11:24:41.108Z | DEBG Aug 11 11:24:40.094initted freemap. size: 64 , INFOunit :adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8896 | 2026-08-11T11:24:41.108Z | freemap_route_ipv4 |
| 8897 | 2026-08-11T11:24:41.108Z | Aug 11 11:24:40.094Aug 11 11:24:40.094 DEBGINFO Aug 11 11:24:40.094adding route 172.17.0.8/32 -> 10.0.0.255 reset freemapDEBG, |
| 8898 | 2026-08-11T11:24:41.108Z | unit : freemap_route_ipv4replacing 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 } }] |
| 8899 | 2026-08-11T11:24:41.112Z | |
| 8900 | 2026-08-11T11:24:41.112Z | Aug 11 11:24:40.094 DEBGAug 11 11:24:40.094 DEBGAug 11 11:24:40.083 initted freemap. size: 64replacing 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 |
| 8901 | 2026-08-11T11:24:41.112Z | Aug 11 11:24:40.094 unitadding route 3fff:beef:38::/64 -> 2001:db8::55:ff: |
| 8902 | 2026-08-11T11:24:41.112Z | INFOAug 11 11:24:40.094 INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff Aug 11 11:24:40.094adding route 172.17.0.9/32 -> 10.0.0.255 |
| 8903 | 2026-08-11T11:24:41.112Z | |
| 8904 | 2026-08-11T11:24:41.112Z | freemap_route_ipv6 DEBG |
| 8905 | 2026-08-11T11:24:41.112Z | 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 } }] |
| 8906 | 2026-08-11T11:24:41.112Z | Aug 11 11:24:40.094 DEBGAug 11 11:24:40.094 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 |
| 8907 | 2026-08-11T11:24:41.112Z | reset freemap, Aug 11 11:24:40.094unit :DEBG Aug 11 11:24:40.094Aug 11 11:24:40.094freemap_route_ipv6 |
| 8908 | 2026-08-11T11:24:41.112Z | INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 8909 | 2026-08-11T11:24:41.112Z | INFO |
| 8910 | 2026-08-11T11:24:41.112Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 11 11:24:40.094Aug 11 11:24:40.094Aug 11 11:24:40.094 INFOINFO |
| 8911 | 2026-08-11T11:24:41.112Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 8912 | 2026-08-11T11:24:41.112Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 8913 | 2026-08-11T11:24:41.112Z | Aug 11 11:24:40.094Aug 11 11:24:40.094 Aug 11 11:24:40.094DEBG 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 |
| 8914 | 2026-08-11T11:24:41.112Z | 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 } }] |
| 8915 | 2026-08-11T11:24:41.112Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBGAug 11 11:24:40.094 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 |
| 8916 | 2026-08-11T11:24:41.112Z | Aug 11 11:24:40.094 adding route 172.17.0.11/32 -> 10.0.0.255INFO |
| 8917 | 2026-08-11T11:24:41.112Z | |
| 8918 | 2026-08-11T11:24:41.112Z | Aug 11 11:24:40.094 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 11 11:24:40.094adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 8919 | 2026-08-11T11:24:41.112Z | |
| 8920 | 2026-08-11T11:24:41.112Z | DEBG Aug 11 11:24:40.094Aug 11 11:24:40.094Aug 11 11:24:40.094 DEBGDEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 8921 | 2026-08-11T11:24:41.112Z | |
| 8922 | 2026-08-11T11:24:41.112Z | 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 } }] |
| 8923 | 2026-08-11T11:24:41.112Z | Aug 11 11:24:40.094Aug 11 11:24:40.094 INFOAug 11 11:24:40.094 INFOadding route 172.17.0.12/32 -> 10.0.0.255 |
| 8924 | 2026-08-11T11:24:41.112Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 8925 | 2026-08-11T11:24:41.112Z | INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 8926 | 2026-08-11T11:24:41.112Z | Aug 11 11:24:40.094 DEBGAug 11 11:24:40.094 replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFODEBG |
| 8927 | 2026-08-11T11:24:41.112Z | 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 172.16.0.0/32 -> 10.0.0.2 |
| 8928 | 2026-08-11T11:24:41.112Z | |
| 8929 | 2026-08-11T11:24:41.113Z | Aug 11 11:24:40.094Aug 11 11:24:40.094 INFODEBG Aug 11 11:24:40.094Aug 11 11:24:40.094 adding route 172.17.0.13/32 -> 10.0.0.255 INFO |
| 8930 | 2026-08-11T11:24:41.113Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG 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 } }] |
| 8931 | 2026-08-11T11:24:41.113Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 11 11:24:40.094 |
| 8932 | 2026-08-11T11:24:41.113Z | |
| 8933 | 2026-08-11T11:24:41.113Z | DEBG Aug 11 11:24:40.094replacing 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 11 11:24:40.094DEBGAug 11 11:24:40.094 |
| 8934 | 2026-08-11T11:24:41.113Z | 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 } }] |
| 8935 | 2026-08-11T11:24:41.113Z | INFO INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 8936 | 2026-08-11T11:24:41.113Z | Aug 11 11:24:40.094Aug 11 11:24:40.094 INFOadding route 172.17.0.0/32 -> 10.0.0.255 |
| 8937 | 2026-08-11T11:24:41.113Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 11 11:24:40.094 |
| 8938 | 2026-08-11T11:24:41.113Z | INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 8939 | 2026-08-11T11:24:41.113Z | DEBGAug 11 11:24:40.094 Aug 11 11:24:40.094DEBGreplacing 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 11 11:24:40.094replacing 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 } }] |
| 8940 | 2026-08-11T11:24:41.113Z | DEBG DEBG |
| 8941 | 2026-08-11T11:24:41.113Z | replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.094replacing 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 } }] |
| 8942 | 2026-08-11T11:24:41.113Z | DEBG |
| 8943 | 2026-08-11T11:24:41.113Z | failed to allocate space for the new target list |
| 8944 | 2026-08-11T11:24:41.113Z | Aug 11 11:24:40.094 INFOAug 11 11:24:40.094 adding route 172.17.0.15/32 -> 10.0.0.255INFO |
| 8945 | 2026-08-11T11:24:41.113Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 11 11:24:40.094 |
| 8946 | 2026-08-11T11:24:41.113Z | Aug 11 11:24:40.094INFO DEBGadding route 172.17.0.1/32 -> 10.0.0.255 Aug 11 11:24:40.094replacing 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 } }] |
| 8947 | 2026-08-11T11:24:41.113Z | |
| 8948 | 2026-08-11T11:24:41.113Z | 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 } }] |
| 8949 | 2026-08-11T11:24:41.113Z | Aug 11 11:24:40.094Aug 11 11:24:40.094 DEBGAug 11 11:24:40.094Aug 11 11:24:40.094INFO INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8950 | 2026-08-11T11:24:41.113Z | adding route 172.17.0.16/32 -> 10.0.0.255DEBGadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 8951 | 2026-08-11T11:24:41.113Z | |
| 8952 | 2026-08-11T11:24:41.113Z | 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 } }] |
| 8953 | 2026-08-11T11:24:41.113Z | Aug 11 11:24:40.094 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 } }] |
| 8954 | 2026-08-11T11:24:41.113Z | Aug 11 11:24:40.094Aug 11 11:24:40.094Aug 11 11:24:40.094 INFOINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBGadding route 172.17.0.2/32 -> 10.0.0.255 |
| 8955 | 2026-08-11T11:24:41.113Z | |
| 8956 | 2026-08-11T11:24:41.113Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 8957 | 2026-08-11T11:24:41.113Z | 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 } }] |
| 8958 | 2026-08-11T11:24:41.113Z | Aug 11 11:24:40.094 Aug 11 11:24:40.094DEBGAug 11 11:24:40.094 DEBGINFO replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 8959 | 2026-08-11T11:24:41.113Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 8960 | 2026-08-11T11:24:41.113Z | |
| 8961 | 2026-08-11T11:24:41.113Z | Aug 11 11:24:40.094 INFOAug 11 11:24:40.094 adding route 172.17.0.3/32 -> 10.0.0.255DEBG |
| 8962 | 2026-08-11T11:24:41.113Z | test route::tests::identity_replace_is_noop ... ok |
| 8963 | 2026-08-11T11:24:41.113Z | Aug 11 11:24:40.094replacing 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 } }] |
| 8964 | 2026-08-11T11:24:41.113Z | test route::tests::grow_succeeds ... ok |
| 8965 | 2026-08-11T11:24:41.113Z | INFO Aug 11 11:24:40.094adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8966 | 2026-08-11T11:24:41.113Z | DEBG Aug 11 11:24:40.094replacing 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 11 11:24:40.094 |
| 8967 | 2026-08-11T11:24:41.113Z | DEBGINFO Aug 11 11:24:40.094replacing 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 } }] |
| 8968 | 2026-08-11T11:24:41.113Z | adding route 172.17.0.18/32 -> 10.0.0.255INFO |
| 8969 | 2026-08-11T11:24:41.114Z | adding route 172.17.0.4/32 -> 10.0.0.255Aug 11 11:24:40.094 |
| 8970 | 2026-08-11T11:24:41.114Z | INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 8971 | 2026-08-11T11:24:41.114Z | Aug 11 11:24:40.094 DEBGAug 11 11:24:40.094 Aug 11 11:24:40.094Aug 11 11:24:40.094replacing 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 } }] INFODEBG DEBGadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 8972 | 2026-08-11T11:24:41.114Z | 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 } }] |
| 8973 | 2026-08-11T11:24:41.114Z | 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 } }] |
| 8974 | 2026-08-11T11:24:41.114Z | |
| 8975 | 2026-08-11T11:24:41.114Z | Aug 11 11:24:40.094 DEBG replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.094 |
| 8976 | 2026-08-11T11:24:41.114Z | Aug 11 11:24:40.094INFO INFOAug 11 11:24:40.094adding route 172.17.0.5/32 -> 10.0.0.255 INFOAug 11 11:24:40.094 |
| 8977 | 2026-08-11T11:24:41.114Z | adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff INFO |
| 8978 | 2026-08-11T11:24:41.114Z | adding route 172.17.0.19/32 -> 10.0.0.255adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 8979 | 2026-08-11T11:24:41.114Z | |
| 8980 | 2026-08-11T11:24:41.114Z | Aug 11 11:24:40.094Aug 11 11:24:40.094Aug 11 11:24:40.094 DEBG DEBG Aug 11 11:24:40.094DEBG 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 11 11:24:40.087DEBGreplacing 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.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 } }] |
| 8981 | 2026-08-11T11:24:41.114Z | |
| 8982 | 2026-08-11T11:24:41.114Z | 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 } }] |
| 8983 | 2026-08-11T11:24:41.114Z | |
| 8984 | 2026-08-11T11:24:41.114Z | Aug 11 11:24:40.094 Aug 11 11:24:40.094 INFOinitted freemap. size: 64 INFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 11 11:24:40.094 |
| 8985 | 2026-08-11T11:24:41.114Z | , unitDEBG: adding route 172.17.0.20/32 -> 10.0.0.255failed to allocate space for the new target list |
| 8986 | 2026-08-11T11:24:41.114Z | |
| 8987 | 2026-08-11T11:24:41.114Z | Aug 11 11:24:40.094 freemap_route_ipv4INFO |
| 8988 | 2026-08-11T11:24:41.114Z | adding route 172.17.0.6/32 -> 10.0.0.255Aug 11 11:24:40.094 |
| 8989 | 2026-08-11T11:24:41.114Z | Aug 11 11:24:40.094Aug 11 11:24:40.094 DEBG DEBGDEBGreplacing 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 } }] |
| 8990 | 2026-08-11T11:24:41.114Z | replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8991 | 2026-08-11T11:24:41.114Z | |
| 8992 | 2026-08-11T11:24:41.114Z | Aug 11 11:24:40.094Aug 11 11:24:40.094 Aug 11 11:24:40.094INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 8993 | 2026-08-11T11:24:41.114Z | DEBG Aug 11 11:24:40.094Aug 11 11:24:40.094 DEBGINFO Aug 11 11:24:40.094 DEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ff DEBG |
| 8994 | 2026-08-11T11:24:41.114Z | failed to allocate space for the new target list |
| 8995 | 2026-08-11T11:24:41.114Z | 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 } }]reset freemap |
| 8996 | 2026-08-11T11:24:41.114Z | Aug 11 11:24:40.094, unit :DEBGAug 11 11:24:40.094 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 } }] freemap_route_ipv4 |
| 8997 | 2026-08-11T11:24:41.114Z | Aug 11 11:24:40.094Aug 11 11:24:40.095Aug 11 11:24:40.095 DEBG created new freemap , DEBGDEBG unitINFO:created new freemapAug 11 11:24:40.100 adding route 172.17.0.22/32 -> 10.0.0.255 |
| 8998 | 2026-08-11T11:24:41.114Z | DEBGfreemap_route_ipv4created new freemap |
| 8999 | 2026-08-11T11:24:41.118Z | , , unitinitted freemap. size: 64unit:, Aug 11 11:24:40.100unit:: DEBGfreemap_route_ipv6 |
| 9000 | 2026-08-11T11:24:41.118Z | created new freemapfreemap_route_ipv4, Aug 11 11:24:40.100unit |
| 9001 | 2026-08-11T11:24:41.118Z | Aug 11 11:24:40.100 DEBG:DEBG freemap_route_ipv6reset freemap |
| 9002 | 2026-08-11T11:24:41.118Z | , freemap_route_ipv4Aug 11 11:24:40.100 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 } }]unit |
| 9003 | 2026-08-11T11:24:41.118Z | : freemap_route_ipv6DEBG |
| 9004 | 2026-08-11T11:24:41.118Z | Aug 11 11:24:40.100Aug 11 11:24:40.100 INFOAug 11 11:24:40.100DEBG DEBG |
| 9005 | 2026-08-11T11:24:41.118Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9006 | 2026-08-11T11:24:41.118Z | created new freemapcreated new freemap , , unitAug 11 11:24:40.101initted freemap. size: 64 :Aug 11 11:24:40.101unit , :INFO unit :adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG freemap_route_ipv6freemap_route_ipv4 |
| 9007 | 2026-08-11T11:24:41.118Z | |
| 9008 | 2026-08-11T11:24:41.118Z | freemap_route_ipv6 |
| 9009 | 2026-08-11T11:24:41.118Z | |
| 9010 | 2026-08-11T11:24:41.118Z | 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 11 11:24:40.101 |
| 9011 | 2026-08-11T11:24:41.118Z | Aug 11 11:24:40.101 Aug 11 11:24:40.101Aug 11 11:24:40.101DEBG DEBGDEBG Aug 11 11:24:40.101reset freemap , DEBGunit initted freemap. size: 64initted freemap. size: 64, , :unit unit::freemap_route_ipv4INFO adding route 172.17.0.24/32 -> 10.0.0.255freemap_route_ipv4 |
| 9012 | 2026-08-11T11:24:41.119Z | |
| 9013 | 2026-08-11T11:24:41.119Z | |
| 9014 | 2026-08-11T11:24:41.119Z | freemap_route_ipv4 |
| 9015 | 2026-08-11T11:24:41.119Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 11 11:24:40.101 |
| 9016 | 2026-08-11T11:24:41.119Z | DEBGAug 11 11:24:40.101Aug 11 11:24:40.101 reset freemapAug 11 11:24:40.101 DEBGINFO , reset freemapadding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 9017 | 2026-08-11T11:24:41.119Z | , unitunit:Aug 11 11:24:40.101 freemap_route_ipv4 |
| 9018 | 2026-08-11T11:24:41.119Z | initted freemap. size: 64DEBG, unitAug 11 11:24:40.101 : : DEBGfreemap_route_ipv6Aug 11 11:24:40.101 |
| 9019 | 2026-08-11T11:24:41.119Z | 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 } }]DEBG |
| 9020 | 2026-08-11T11:24:41.119Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] initted freemap. size: 64 |
| 9021 | 2026-08-11T11:24:41.119Z | , freemap_route_ipv4unit |
| 9022 | 2026-08-11T11:24:41.119Z | : freemap_route_ipv6Aug 11 11:24:40.101 |
| 9023 | 2026-08-11T11:24:41.119Z | Aug 11 11:24:40.101Aug 11 11:24:40.101 Aug 11 11:24:40.101DEBG INFODEBG Aug 11 11:24:40.101INFOadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 9024 | 2026-08-11T11:24:41.119Z | reset freemap adding route 172.17.0.25/32 -> 10.0.0.255, unit |
| 9025 | 2026-08-11T11:24:41.119Z | DEBGAug 11 11:24:40.101: reset freemap DEBG, Aug 11 11:24:40.101unit replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 9026 | 2026-08-11T11:24:41.119Z | freemap_route_ipv6: initted freemap. size: 64freemap_route_ipv6 |
| 9027 | 2026-08-11T11:24:41.119Z | , |
| 9028 | 2026-08-11T11:24:41.119Z | unitAug 11 11:24:40.101 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 Aug 11 11:24:40.101 |
| 9029 | 2026-08-11T11:24:41.119Z | adding route 3fff:dead::/64 -> 2001:db8::55:4INFO |
| 9030 | 2026-08-11T11:24:41.119Z | freemap_route_ipv6 adding route 172.16.0.0/32 -> 10.0.0.1Aug 11 11:24:40.101 |
| 9031 | 2026-08-11T11:24:41.119Z | Aug 11 11:24:40.101INFO |
| 9032 | 2026-08-11T11:24:41.119Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 11 11:24:40.101adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9033 | 2026-08-11T11:24:41.119Z | |
| 9034 | 2026-08-11T11:24:41.119Z | INFO Aug 11 11:24:40.101adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9035 | 2026-08-11T11:24:41.119Z | Aug 11 11:24:40.101 Aug 11 11:24:40.101DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9036 | 2026-08-11T11:24:41.119Z | DEBG |
| 9037 | 2026-08-11T11:24:41.119Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 11 11:24:40.101 |
| 9038 | 2026-08-11T11:24:41.119Z | DEBGAug 11 11:24:40.101 Aug 11 11:24:40.101 INFOWARNAug 11 11:24:40.101 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.2replacing 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 } }] |
| 9039 | 2026-08-11T11:24:41.119Z | INFO |
| 9040 | 2026-08-11T11:24:41.119Z | |
| 9041 | 2026-08-11T11:24:41.119Z | adding route 172.17.0.0/32 -> 10.0.0.255Aug 11 11:24:40.101 |
| 9042 | 2026-08-11T11:24:41.119Z | ERROAug 11 11:24:40.101Aug 11 11:24:40.101Aug 11 11:24:40.101 DEBG rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }] |
| 9043 | 2026-08-11T11:24:41.119Z | |
| 9044 | 2026-08-11T11:24:41.119Z | INFOAug 11 11:24:40.101 Aug 11 11:24:40.101ERRO adding route 172.17.0.27/32 -> 10.0.0.255INFO |
| 9045 | 2026-08-11T11:24:41.119Z | adding route 172.17.0.1/32 -> 10.0.0.255 DEBG |
| 9046 | 2026-08-11T11:24:41.119Z | 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 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 11 11:24:40.101replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9047 | 2026-08-11T11:24:41.119Z | Aug 11 11:24:40.101Aug 11 11:24:40.101 |
| 9048 | 2026-08-11T11:24:41.119Z | DEBG |
| 9049 | 2026-08-11T11:24:41.119Z | 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 |
| 9050 | 2026-08-11T11:24:41.120Z | 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 11 11:24:40.101 |
| 9051 | 2026-08-11T11:24:41.120Z | INFO Aug 11 11:24:40.101adding route 172.16.0.0/32 -> 10.0.0.3 |
| 9052 | 2026-08-11T11:24:41.120Z | INFOAug 11 11:24:40.101 DEBG adding route 172.17.0.28/32 -> 10.0.0.255INFOAug 11 11:24:40.101reset freemapAug 11 11:24:40.101 |
| 9053 | 2026-08-11T11:24:41.120Z | , 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 } }]unit |
| 9054 | 2026-08-11T11:24:41.120Z | Aug 11 11:24:40.101adding route 172.17.0.7/32 -> 10.0.0.255 INFODEBG |
| 9055 | 2026-08-11T11:24:41.120Z | : freemap_route_ipv6 adding route 172.17.0.2/32 -> 10.0.0.255Aug 11 11:24:40.101 |
| 9056 | 2026-08-11T11:24:41.120Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 9057 | 2026-08-11T11:24:41.120Z | |
| 9058 | 2026-08-11T11:24:41.120Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 9059 | 2026-08-11T11:24:41.120Z | 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 11 11:24:40.101 |
| 9060 | 2026-08-11T11:24:41.120Z | INFODEBGAug 11 11:24:40.101Aug 11 11:24:40.101 adding route 172.16.0.0/32 -> 10.0.0.4INFODEBG |
| 9061 | 2026-08-11T11:24:41.120Z | adding route 172.17.0.29/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 } }] |
| 9062 | 2026-08-11T11:24:41.120Z | |
| 9063 | 2026-08-11T11:24:41.120Z | Aug 11 11:24:40.101 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 11 11:24:40.101 |
| 9064 | 2026-08-11T11:24:41.120Z | Aug 11 11:24:40.101 Aug 11 11:24:40.101INFO DEBGAug 11 11:24:40.101DEBGINFO 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 } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]adding route 172.17.0.3/32 -> 10.0.0.255 |
| 9065 | 2026-08-11T11:24:41.120Z | |
| 9066 | 2026-08-11T11:24:41.120Z | |
| 9067 | 2026-08-11T11:24:41.120Z | adding route 172.17.0.8/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9068 | 2026-08-11T11:24:41.120Z | |
| 9069 | 2026-08-11T11:24:41.120Z | Aug 11 11:24:40.101Aug 11 11:24:40.101 Aug 11 11:24:40.101DEBG Aug 11 11:24:40.101 DEBG DEBGreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9070 | 2026-08-11T11:24:41.120Z | |
| 9071 | 2026-08-11T11:24:41.120Z | |
| 9072 | 2026-08-11T11:24:41.120Z | Aug 11 11:24:40.101INFO Aug 11 11:24:40.101adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9073 | 2026-08-11T11:24:41.120Z | Aug 11 11:24:40.101INFO INFODEBGadding route 172.17.0.4/32 -> 10.0.0.255 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.9/32 -> 10.0.0.255 |
| 9074 | 2026-08-11T11:24:41.120Z | |
| 9075 | 2026-08-11T11:24:41.120Z | |
| 9076 | 2026-08-11T11:24:41.120Z | Aug 11 11:24:40.101 Aug 11 11:24:40.101Aug 11 11:24:40.101 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 } }] Aug 11 11:24:40.101 |
| 9077 | 2026-08-11T11:24:41.120Z | 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 } }] |
| 9078 | 2026-08-11T11:24:41.120Z | 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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9079 | 2026-08-11T11:24:41.120Z | Aug 11 11:24:40.101 |
| 9080 | 2026-08-11T11:24:41.120Z | Aug 11 11:24:40.101 INFOAug 11 11:24:40.101 INFOINFO adding route 172.17.0.5/32 -> 10.0.0.255 adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9081 | 2026-08-11T11:24:41.120Z | |
| 9082 | 2026-08-11T11:24:41.120Z | |
| 9083 | 2026-08-11T11:24:41.120Z | Aug 11 11:24:40.101 DEBGAug 11 11:24:40.101 Aug 11 11:24:40.101 DEBGreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9084 | 2026-08-11T11:24:41.120Z | replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9085 | 2026-08-11T11:24:41.120Z | |
| 9086 | 2026-08-11T11:24:41.120Z | Aug 11 11:24:40.101 INFOAug 11 11:24:40.101 adding route 172.17.0.6/32 -> 10.0.0.255INFO |
| 9087 | 2026-08-11T11:24:41.120Z | adding route 172.17.0.32/32 -> 10.0.0.255Aug 11 11:24:40.101 |
| 9088 | 2026-08-11T11:24:41.121Z | INFOAug 11 11:24:40.101 adding route 172.17.0.11/32 -> 10.0.0.255Aug 11 11:24:40.101DEBG 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 } }] |
| 9089 | 2026-08-11T11:24:41.121Z | 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 } }] |
| 9090 | 2026-08-11T11:24:41.121Z | |
| 9091 | 2026-08-11T11:24:41.121Z | Aug 11 11:24:40.101Aug 11 11:24:40.101 Aug 11 11:24:40.101 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 } }] INFO |
| 9092 | 2026-08-11T11:24:41.121Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9093 | 2026-08-11T11:24:41.121Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9094 | 2026-08-11T11:24:41.121Z | Aug 11 11:24:40.101 INFO adding route 172.17.0.12/32 -> 10.0.0.255Aug 11 11:24:40.101 |
| 9095 | 2026-08-11T11:24:41.121Z | Aug 11 11:24:40.101 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 } }] |
| 9096 | 2026-08-11T11:24:41.121Z | Aug 11 11:24:40.101replacing 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 } }] |
| 9097 | 2026-08-11T11:24:41.121Z | 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 11 11:24:40.101 |
| 9098 | 2026-08-11T11:24:41.121Z | Aug 11 11:24:40.101INFO INFOadding route 172.17.0.8/32 -> 10.0.0.255 Aug 11 11:24:40.101adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9099 | 2026-08-11T11:24:41.125Z | INFO |
| 9100 | 2026-08-11T11:24:41.125Z | adding route 172.17.0.13/32 -> 10.0.0.255Aug 11 11:24:40.101 |
| 9101 | 2026-08-11T11:24:41.125Z | Aug 11 11:24:40.101DEBG 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 } }] Aug 11 11:24:40.101 |
| 9102 | 2026-08-11T11:24:41.125Z | 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 } }] |
| 9103 | 2026-08-11T11:24:41.125Z | DEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.101 |
| 9104 | 2026-08-11T11:24:41.125Z | INFOAug 11 11:24:40.101 adding route 172.17.0.9/32 -> 10.0.0.255INFO adding route 172.17.0.35/32 -> 10.0.0.255Aug 11 11:24:40.102 |
| 9105 | 2026-08-11T11:24:41.125Z | Aug 11 11:24:40.102Aug 11 11:24:40.101 DEBG DEBGcreated new freemap , created new freemapunitDEBG:, unit created new freemap:Aug 11 11:24:40.107freemap_route_ipv4 freemap_route_ipv4DEBG |
| 9106 | 2026-08-11T11:24:41.125Z | , 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 11 11:24:40.107 |
| 9107 | 2026-08-11T11:24:41.125Z | unit :DEBG |
| 9108 | 2026-08-11T11:24:41.125Z | freemap_route_ipv4 |
| 9109 | 2026-08-11T11:24:41.125Z | created new freemap, Aug 11 11:24:40.108 unitDEBG:Aug 11 11:24:40.108 created new freemapINFOfreemap_route_ipv6 Aug 11 11:24:40.108 |
| 9110 | 2026-08-11T11:24:41.125Z | , adding route 172.17.0.36/32 -> 10.0.0.255unitINFO |
| 9111 | 2026-08-11T11:24:41.125Z | :adding route 3fff:beef:22::/64 -> 2001:db8::55:ff Aug 11 11:24:40.108 |
| 9112 | 2026-08-11T11:24:41.125Z | Aug 11 11:24:40.108DEBG DEBGinitted freemap. size: 64freemap_route_ipv6, |
| 9113 | 2026-08-11T11:24:41.125Z | 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 11 11:24:40.108unit |
| 9114 | 2026-08-11T11:24:41.125Z | : freemap_route_ipv4 |
| 9115 | 2026-08-11T11:24:41.125Z | DEBG Aug 11 11:24:40.108replacing 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 11 11:24:40.108INFO |
| 9116 | 2026-08-11T11:24:41.125Z | DEBGadding route 172.17.0.37/32 -> 10.0.0.255Aug 11 11:24:40.108 initted freemap. size: 64 |
| 9117 | 2026-08-11T11:24:41.125Z | DEBGAug 11 11:24:40.108 , reset freemapunit :, Aug 11 11:24:40.108INFO DEBGfreemap_route_ipv4 unitadding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9118 | 2026-08-11T11:24:41.125Z | |
| 9119 | 2026-08-11T11:24:41.125Z | |
| 9120 | 2026-08-11T11:24:41.125Z | : freemap_route_ipv4Aug 11 11:24:40.108Aug 11 11:24:40.108 DEBGDEBG reset freemapreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.108, |
| 9121 | 2026-08-11T11:24:41.125Z | unit |
| 9122 | 2026-08-11T11:24:41.125Z | INFO: adding route 172.17.0.38/32 -> 10.0.0.255Aug 11 11:24:40.108 |
| 9123 | 2026-08-11T11:24:41.125Z | freemap_route_ipv4INFO |
| 9124 | 2026-08-11T11:24:41.125Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 9125 | 2026-08-11T11:24:41.125Z | Aug 11 11:24:40.108Aug 11 11:24:40.108 DEBGDEBG Aug 11 11:24:40.108replacing 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 } }] initted freemap. size: 64 |
| 9126 | 2026-08-11T11:24:41.125Z | DEBG, Aug 11 11:24:40.108 unitreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:DEBG |
| 9127 | 2026-08-11T11:24:41.125Z | initted freemap. size: 64 , freemap_route_ipv6Aug 11 11:24:40.108unit: |
| 9128 | 2026-08-11T11:24:41.126Z | freemap_route_ipv6Aug 11 11:24:40.108 |
| 9129 | 2026-08-11T11:24:41.126Z | INFO INFOadding route 172.17.0.39/32 -> 10.0.0.255 |
| 9130 | 2026-08-11T11:24:41.126Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 9131 | 2026-08-11T11:24:41.126Z | Aug 11 11:24:40.108Aug 11 11:24:40.108 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 } }] |
| 9132 | 2026-08-11T11:24:41.126Z | Aug 11 11:24:40.108 DEBG reset freemap, Aug 11 11:24:40.108Aug 11 11:24:40.108 DEBGINFO DEBGunit adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9133 | 2026-08-11T11:24:41.126Z | : 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 } }]freemap_route_ipv6reset freemap |
| 9134 | 2026-08-11T11:24:41.126Z | |
| 9135 | 2026-08-11T11:24:41.126Z | Aug 11 11:24:40.108, unit :DEBGAug 11 11:24:40.108 Aug 11 11:24:40.108 freemap_route_ipv6 |
| 9136 | 2026-08-11T11:24:41.126Z | 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 } }]INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9137 | 2026-08-11T11:24:41.126Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 9138 | 2026-08-11T11:24:41.126Z | |
| 9139 | 2026-08-11T11:24:41.126Z | Aug 11 11:24:40.108Aug 11 11:24:40.108Aug 11 11:24:40.108 Aug 11 11:24:40.108 INFO DEBG INFOadding route 172.17.0.41/32 -> 10.0.0.255DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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: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 } }] |
| 9140 | 2026-08-11T11:24:41.126Z | |
| 9141 | 2026-08-11T11:24:41.126Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9142 | 2026-08-11T11:24:41.126Z | |
| 9143 | 2026-08-11T11:24:41.126Z | Aug 11 11:24:40.108Aug 11 11:24:40.108 INFODEBGAug 11 11:24:40.108 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 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 9144 | 2026-08-11T11:24:41.126Z | |
| 9145 | 2026-08-11T11:24:41.126Z | Aug 11 11:24:40.108Aug 11 11:24:40.095 DEBGINFO Aug 11 11:24:40.108DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 9146 | 2026-08-11T11:24:41.126Z | created new freemapAug 11 11:24:40.108 , 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 } }]unit |
| 9147 | 2026-08-11T11:24:41.126Z | : freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9148 | 2026-08-11T11:24:41.126Z | |
| 9149 | 2026-08-11T11:24:41.126Z | INFO Aug 11 11:24:40.108adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9150 | 2026-08-11T11:24:41.126Z | Aug 11 11:24:40.108INFOAug 11 11:24:40.108 INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 11 11:24:40.108 DEBG |
| 9151 | 2026-08-11T11:24:41.126Z | Aug 11 11:24:40.108 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 9152 | 2026-08-11T11:24:41.126Z | adding route 3fff:dead::/64 -> 2001:db8::55:2created new freemapDEBGAug 11 11:24:40.108, |
| 9153 | 2026-08-11T11:24:41.126Z | unit replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG: freemap_route_ipv6Aug 11 11:24:40.108 |
| 9154 | 2026-08-11T11:24:41.126Z | 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 11 11:24:40.108 |
| 9155 | 2026-08-11T11:24:41.126Z | INFOAug 11 11:24:40.108 |
| 9156 | 2026-08-11T11:24:41.126Z | adding route 3fff:dead::/64 -> 2001:db8::55:3INFODEBG |
| 9157 | 2026-08-11T11:24:41.126Z | Aug 11 11:24:40.108 adding route 172.17.0.43/32 -> 10.0.0.255 DEBG |
| 9158 | 2026-08-11T11:24:41.126Z | Aug 11 11:24:40.108initted freemap. size: 64Aug 11 11:24:40.108, unitDEBGAug 11 11:24:40.108: INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] freemap_route_ipv4adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 9159 | 2026-08-11T11:24:41.126Z | |
| 9160 | 2026-08-11T11:24:41.126Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 9161 | 2026-08-11T11:24:41.126Z | DEBGAug 11 11:24:40.108 |
| 9162 | 2026-08-11T11:24:41.126Z | 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 } }] |
| 9163 | 2026-08-11T11:24:41.126Z | Aug 11 11:24:40.108DEBG DEBGreset freemap 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 } }], |
| 9164 | 2026-08-11T11:24:41.126Z | Aug 11 11:24:40.108unit Aug 11 11:24:40.108:INFOAug 11 11:24:40.108 Aug 11 11:24:40.108 adding route 172.17.0.44/32 -> 10.0.0.255freemap_route_ipv4 |
| 9165 | 2026-08-11T11:24:41.126Z | |
| 9166 | 2026-08-11T11:24:41.127Z | INFO INFOINFOadding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 11 11:24:40.108Aug 11 11:24:40.108 |
| 9167 | 2026-08-11T11:24:41.127Z | DEBG adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG |
| 9168 | 2026-08-11T11:24:41.127Z | adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }] |
| 9169 | 2026-08-11T11:24:41.127Z | |
| 9170 | 2026-08-11T11:24:41.127Z | initted freemap. size: 64, Aug 11 11:24:40.108unitAug 11 11:24:40.108:Aug 11 11:24:40.108 freemap_route_ipv6INFO |
| 9171 | 2026-08-11T11:24:41.127Z | 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 } }] |
| 9172 | 2026-08-11T11:24:41.127Z | adding route 172.17.0.45/32 -> 10.0.0.255Aug 11 11:24:40.108replacing 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 } }] |
| 9173 | 2026-08-11T11:24:41.127Z | Aug 11 11:24:40.108 |
| 9174 | 2026-08-11T11:24:41.127Z | DEBG Aug 11 11:24:40.108DEBGAug 11 11:24:40.108Aug 11 11:24:40.108 reset freemap 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:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]unit :DEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 9175 | 2026-08-11T11:24:41.127Z | |
| 9176 | 2026-08-11T11:24:41.127Z | |
| 9177 | 2026-08-11T11:24:41.127Z | replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6 |
| 9178 | 2026-08-11T11:24:41.127Z | |
| 9179 | 2026-08-11T11:24:41.127Z | Aug 11 11:24:40.108 Aug 11 11:24:40.108Aug 11 11:24:40.108Aug 11 11:24:40.108DEBG 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 11 11:24:40.108INFOINFOINFO adding route 172.17.0.46/32 -> 10.0.0.255WARN |
| 9180 | 2026-08-11T11:24:41.127Z | |
| 9181 | 2026-08-11T11:24:41.127Z | shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9182 | 2026-08-11T11:24:41.127Z | |
| 9183 | 2026-08-11T11:24:41.127Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9184 | 2026-08-11T11:24:41.127Z | Aug 11 11:24:40.108 Aug 11 11:24:40.108INFO Aug 11 11:24:40.108 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG |
| 9185 | 2026-08-11T11:24:41.127Z | 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9186 | 2026-08-11T11:24:41.127Z | |
| 9187 | 2026-08-11T11:24:41.127Z | Aug 11 11:24:40.108Aug 11 11:24:40.108 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 11 11:24:40.108 |
| 9188 | 2026-08-11T11:24:41.127Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9189 | 2026-08-11T11:24:41.127Z | Aug 11 11:24:40.108 INFOAug 11 11:24:40.108Aug 11 11:24:40.108 adding route 172.17.0.47/32 -> 10.0.0.255DEBGDEBG DEBG |
| 9190 | 2026-08-11T11:24:41.127Z | 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 } }]replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 9191 | 2026-08-11T11:24:41.127Z | |
| 9192 | 2026-08-11T11:24:41.127Z | |
| 9193 | 2026-08-11T11:24:41.127Z | Aug 11 11:24:40.108Aug 11 11:24:40.108 Aug 11 11:24:40.101Aug 11 11:24:40.108 WARN INFODEBG INFOAug 11 11:24:40.108 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 172.17.0.14/32 -> 10.0.0.255INFO |
| 9194 | 2026-08-11T11:24:41.127Z | 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.16.0.0/32 -> 10.0.0.1shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 9195 | 2026-08-11T11:24:41.127Z | |
| 9196 | 2026-08-11T11:24:41.127Z | |
| 9197 | 2026-08-11T11:24:41.127Z | |
| 9198 | 2026-08-11T11:24:41.127Z | Aug 11 11:24:40.108 DEBGAug 11 11:24:40.108Aug 11 11:24:40.108 replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGINFO Aug 11 11:24:40.108 |
| 9199 | 2026-08-11T11:24:41.131Z | adding route 172.17.0.48/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 } }] |
| 9200 | 2026-08-11T11:24:41.131Z | |
| 9201 | 2026-08-11T11:24:41.131Z | DEBG Aug 11 11:24:40.108replacing 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 } }] |
| 9202 | 2026-08-11T11:24:41.131Z | Aug 11 11:24:40.108Aug 11 11:24:40.108 INFO INFODEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.15/32 -> 10.0.0.255adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 9203 | 2026-08-11T11:24:41.131Z | |
| 9204 | 2026-08-11T11:24:41.131Z | Aug 11 11:24:40.108 |
| 9205 | 2026-08-11T11:24:41.131Z | INFOAug 11 11:24:40.108 Aug 11 11:24:40.108DEBG Aug 11 11:24:40.108 adding route 172.16.0.0/32 -> 10.0.0.2INFOreplacing 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 } }] |
| 9206 | 2026-08-11T11:24:41.131Z | adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9207 | 2026-08-11T11:24:41.131Z | |
| 9208 | 2026-08-11T11:24:41.132Z | DEBG Aug 11 11:24:40.108Aug 11 11:24:40.108replacing 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 11 11:24:40.108 |
| 9209 | 2026-08-11T11:24:41.132Z | INFODEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 9210 | 2026-08-11T11:24:41.132Z | Aug 11 11:24:40.109adding route 172.17.0.16/32 -> 10.0.0.255 DEBG created new freemap |
| 9211 | 2026-08-11T11:24:41.132Z | , |
| 9212 | 2026-08-11T11:24:41.132Z | unitAug 11 11:24:40.114 :INFO freemap_route_ipv4adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9213 | 2026-08-11T11:24:41.132Z | Aug 11 11:24:40.114 |
| 9214 | 2026-08-11T11:24:41.132Z | Aug 11 11:24:40.114 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 } }]DEBG |
| 9215 | 2026-08-11T11:24:41.132Z | Aug 11 11:24:40.114 Aug 11 11:24:40.114created new freemapDEBGAug 11 11:24:40.114 , 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 } }]unit |
| 9216 | 2026-08-11T11:24:41.132Z | INFO: adding route 172.17.0.17/32 -> 10.0.0.255 |
| 9217 | 2026-08-11T11:24:41.132Z | freemap_route_ipv6Aug 11 11:24:40.114 |
| 9218 | 2026-08-11T11:24:41.132Z | DEBGINFOAug 11 11:24:40.114 adding route 172.17.0.51/32 -> 10.0.0.255Aug 11 11:24:40.114 |
| 9219 | 2026-08-11T11:24:41.132Z | DEBG created new freemapDEBGreplacing 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 } }], |
| 9220 | 2026-08-11T11:24:41.132Z | unit:Aug 11 11:24:40.114initted freemap. size: 64 Aug 11 11:24:40.114 DEBG, INFOunit freemap_route_ipv6adding route 172.17.0.18/32 -> 10.0.0.255 |
| 9221 | 2026-08-11T11:24:41.132Z | |
| 9222 | 2026-08-11T11:24:41.132Z | 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 } }] |
| 9223 | 2026-08-11T11:24:41.132Z | : freemap_route_ipv4Aug 11 11:24:40.114Aug 11 11:24:40.114 DEBG 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 } }] |
| 9224 | 2026-08-11T11:24:41.132Z | initted freemap. size: 64 |
| 9225 | 2026-08-11T11:24:41.132Z | , Aug 11 11:24:40.114unit :Aug 11 11:24:40.114INFOAug 11 11:24:40.114 DEBG INFO adding route 172.17.0.52/32 -> 10.0.0.255freemap_route_ipv4 |
| 9226 | 2026-08-11T11:24:41.132Z | adding route 172.17.0.19/32 -> 10.0.0.255reset freemap |
| 9227 | 2026-08-11T11:24:41.132Z | |
| 9228 | 2026-08-11T11:24:41.132Z | , unit: Aug 11 11:24:40.114Aug 11 11:24:40.114 DEBG DEBGfreemap_route_ipv4 reset freemapreplacing 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 } }] |
| 9229 | 2026-08-11T11:24:41.132Z | , Aug 11 11:24:40.114unit |
| 9230 | 2026-08-11T11:24:41.132Z | : freemap_route_ipv4DEBG |
| 9231 | 2026-08-11T11:24:41.132Z | Aug 11 11:24:40.114Aug 11 11:24:40.114 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 |
| 9232 | 2026-08-11T11:24:41.132Z | adding route 172.17.0.20/32 -> 10.0.0.255DEBG |
| 9233 | 2026-08-11T11:24:41.132Z | Aug 11 11:24:40.114Aug 11 11:24:40.114 INFODEBGAug 11 11:24:40.114 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 |
| 9234 | 2026-08-11T11:24:41.132Z | initted freemap. size: 64initted freemap. size: 64 , adding route 172.17.0.53/32 -> 10.0.0.255, |
| 9235 | 2026-08-11T11:24:41.132Z | unit: unitfreemap_route_ipv6: |
| 9236 | 2026-08-11T11:24:41.132Z | Aug 11 11:24:40.114Aug 11 11:24:40.114 freemap_route_ipv6DEBGINFO |
| 9237 | 2026-08-11T11:24:41.132Z | replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9238 | 2026-08-11T11:24:41.132Z | Aug 11 11:24:40.114 |
| 9239 | 2026-08-11T11:24:41.132Z | DEBGAug 11 11:24:40.114 Aug 11 11:24:40.114reset freemapDEBG, unit :DEBG Aug 11 11:24:40.114 freemap_route_ipv6reset freemapreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 9240 | 2026-08-11T11:24:41.132Z | |
| 9241 | 2026-08-11T11:24:41.132Z | unitINFO :adding route 172.17.0.54/32 -> 10.0.0.255 Aug 11 11:24:40.114Aug 11 11:24:40.114 freemap_route_ipv6 INFO |
| 9242 | 2026-08-11T11:24:41.132Z | adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9243 | 2026-08-11T11:24:41.132Z | |
| 9244 | 2026-08-11T11:24:41.132Z | INFOAug 11 11:24:40.114Aug 11 11:24:40.114Aug 11 11:24:40.114 DEBGINFO 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 } }] |
| 9245 | 2026-08-11T11:24:41.132Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9246 | 2026-08-11T11:24:41.133Z | |
| 9247 | 2026-08-11T11:24:41.133Z | |
| 9248 | 2026-08-11T11:24:41.133Z | Aug 11 11:24:40.114Aug 11 11:24:40.114 INFODEBG adding route 172.17.0.55/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 11 11:24:40.114Aug 11 11:24:40.114 |
| 9249 | 2026-08-11T11:24:41.133Z | |
| 9250 | 2026-08-11T11:24:41.133Z | |
| 9251 | 2026-08-11T11:24:41.133Z | INFO Aug 11 11:24:40.114adding route 172.17.0.23/32 -> 10.0.0.255 DEBG |
| 9252 | 2026-08-11T11:24:41.133Z | Aug 11 11:24:40.114replacing 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 } }] |
| 9253 | 2026-08-11T11:24:41.133Z | DEBGDEBGAug 11 11:24:40.114 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 } }] |
| 9254 | 2026-08-11T11:24:41.133Z | Aug 11 11:24:40.114replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFOAug 11 11:24:40.114 DEBG |
| 9255 | 2026-08-11T11:24:41.133Z | INFO replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9256 | 2026-08-11T11:24:41.133Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 9257 | 2026-08-11T11:24:41.133Z | Aug 11 11:24:40.114Aug 11 11:24:40.114adding route 172.17.0.56/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9258 | 2026-08-11T11:24:41.133Z | test route::tests::delete_target_fragmented ... ok |
| 9259 | 2026-08-11T11:24:41.133Z | Aug 11 11:24:40.114 |
| 9260 | 2026-08-11T11:24:41.133Z | INFOINFO INFO adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9261 | 2026-08-11T11:24:41.133Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9262 | 2026-08-11T11:24:41.133Z | |
| 9263 | 2026-08-11T11:24:41.133Z | Aug 11 11:24:40.114Aug 11 11:24:40.114 DEBGDEBGAug 11 11:24:40.114 Aug 11 11:24:40.114DEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 11 11:24:40.114 |
| 9264 | 2026-08-11T11:24:41.133Z | DEBG |
| 9265 | 2026-08-11T11:24:41.133Z | 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 11 11:24:40.114 |
| 9266 | 2026-08-11T11:24:41.133Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 9267 | 2026-08-11T11:24:41.133Z | INFO adding route 172.17.0.25/32 -> 10.0.0.255replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.114 |
| 9268 | 2026-08-11T11:24:41.133Z | |
| 9269 | 2026-08-11T11:24:41.133Z | INFO Aug 11 11:24:40.114adding route 172.17.0.11/32 -> 10.0.0.255 Aug 11 11:24:40.114INFO |
| 9270 | 2026-08-11T11:24:41.133Z | 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 11 11:24:40.114 |
| 9271 | 2026-08-11T11:24:41.133Z | Aug 11 11:24:40.114adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 11 11:24:40.114 |
| 9272 | 2026-08-11T11:24:41.133Z | DEBGAug 11 11:24:40.114 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9273 | 2026-08-11T11:24:41.133Z | 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 } }] |
| 9274 | 2026-08-11T11:24:41.133Z | Aug 11 11:24:40.109Aug 11 11:24:40.121Aug 11 11:24:40.121INFOAug 11 11:24:40.121 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 } }]DEBGINFO |
| 9275 | 2026-08-11T11:24:41.133Z | 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 } }]adding route 172.17.0.12/32 -> 10.0.0.255adding route 172.17.0.57/32 -> 10.0.0.255created new freemapAug 11 11:24:40.121, |
| 9276 | 2026-08-11T11:24:41.133Z | unitINFO |
| 9277 | 2026-08-11T11:24:41.133Z | |
| 9278 | 2026-08-11T11:24:41.133Z | : freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 11 11:24:40.121Aug 11 11:24:40.121 |
| 9279 | 2026-08-11T11:24:41.133Z | INFODEBGAug 11 11:24:40.121 |
| 9280 | 2026-08-11T11:24:41.133Z | adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9281 | 2026-08-11T11:24:41.133Z | Aug 11 11:24:40.121 replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9282 | 2026-08-11T11:24:41.133Z | Aug 11 11:24:40.121 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 } }] created new freemapAug 11 11:24:40.121, |
| 9283 | 2026-08-11T11:24:41.133Z | Aug 11 11:24:40.121INFOunit :Aug 11 11:24:40.121 adding route 172.17.0.58/32 -> 10.0.0.255DEBG |
| 9284 | 2026-08-11T11:24:41.133Z | 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 } }]freemap_route_ipv6DEBG |
| 9285 | 2026-08-11T11:24:41.134Z | |
| 9286 | 2026-08-11T11:24:41.134Z | Aug 11 11:24:40.121 replacing targets for 3fff:dead::/64 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 } }]DEBG |
| 9287 | 2026-08-11T11:24:41.134Z | Aug 11 11:24:40.121Aug 11 11:24:40.121 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 |
| 9288 | 2026-08-11T11:24:41.134Z | adding route 172.17.0.28/32 -> 10.0.0.255DEBG |
| 9289 | 2026-08-11T11:24:41.134Z | Aug 11 11:24:40.121initted freemap. size: 64 , INFOunit Aug 11 11:24:40.121Aug 11 11:24:40.121adding route 172.17.0.59/32 -> 10.0.0.255: |
| 9290 | 2026-08-11T11:24:41.134Z | WARN Aug 11 11:24:40.121DEBG shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG |
| 9291 | 2026-08-11T11:24:41.134Z | freemap_route_ipv4replacing 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 } }] |
| 9292 | 2026-08-11T11:24:41.134Z | |
| 9293 | 2026-08-11T11:24:41.134Z | 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 } }] |
| 9294 | 2026-08-11T11:24:41.134Z | Aug 11 11:24:40.121Aug 11 11:24:40.121 INFODEBG adding route 172.17.0.29/32 -> 10.0.0.255reset freemap |
| 9295 | 2026-08-11T11:24:41.134Z | , unit: |
| 9296 | 2026-08-11T11:24:41.134Z | Aug 11 11:24:40.121Aug 11 11:24:40.121 freemap_route_ipv4DEBG |
| 9297 | 2026-08-11T11:24:41.134Z | INFO 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.60/32 -> 10.0.0.255 |
| 9298 | 2026-08-11T11:24:41.134Z | |
| 9299 | 2026-08-11T11:24:41.138Z | Aug 11 11:24:40.121 INFO Aug 11 11:24:40.121Aug 11 11:24:40.121 INFOAug 11 11:24:40.121 DEBGadding route 172.17.0.30/32 -> 10.0.0.255 adding route 172.17.0.0/32 -> 10.0.0.255 |
| 9300 | 2026-08-11T11:24:41.138Z | 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 } }] |
| 9301 | 2026-08-11T11:24:41.138Z | DEBG |
| 9302 | 2026-08-11T11:24:41.138Z | initted freemap. size: 64Aug 11 11:24:40.121Aug 11 11:24:40.121 DEBGDEBGAug 11 11:24:40.121 DEBGreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 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 } }]failed to allocate space for the new target list |
| 9303 | 2026-08-11T11:24:41.138Z | DEBG |
| 9304 | 2026-08-11T11:24:41.138Z | |
| 9305 | 2026-08-11T11:24:41.138Z | 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 } }], |
| 9306 | 2026-08-11T11:24:41.138Z | Aug 11 11:24:40.121unit Aug 11 11:24:40.121INFOAug 11 11:24:40.121 adding route 172.17.0.31/32 -> 10.0.0.255DEBG |
| 9307 | 2026-08-11T11:24:41.138Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]: |
| 9308 | 2026-08-11T11:24:41.138Z | INFO Aug 11 11:24:40.121 Aug 11 11:24:40.121DEBGadding route 172.17.0.1/32 -> 10.0.0.255 |
| 9309 | 2026-08-11T11:24:41.138Z | 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 } }] |
| 9310 | 2026-08-11T11:24:41.138Z | INFOfreemap_route_ipv6 |
| 9311 | 2026-08-11T11:24:41.138Z | Aug 11 11:24:40.121Aug 11 11:24:40.121 DEBGadding route 172.17.0.13/32 -> 10.0.0.255 |
| 9312 | 2026-08-11T11:24:41.138Z | replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9313 | 2026-08-11T11:24:41.138Z | adding route 172.17.0.32/32 -> 10.0.0.255Aug 11 11:24:40.121 |
| 9314 | 2026-08-11T11:24:41.138Z | DEBG Aug 11 11:24:40.121replacing 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 } }] |
| 9315 | 2026-08-11T11:24:41.138Z | Aug 11 11:24:40.121DEBG Aug 11 11:24:40.121DEBG 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 |
| 9316 | 2026-08-11T11:24:41.138Z | reset freemap , unitAug 11 11:24:40.121adding route 172.17.0.2/32 -> 10.0.0.255: |
| 9317 | 2026-08-11T11:24:41.138Z | Aug 11 11:24:40.121 INFO Aug 11 11:24:40.121adding route 172.17.0.33/32 -> 10.0.0.255INFO |
| 9318 | 2026-08-11T11:24:41.138Z | DEBGadding route 172.17.0.14/32 -> 10.0.0.255freemap_route_ipv6 |
| 9319 | 2026-08-11T11:24:41.138Z | 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 } }] |
| 9320 | 2026-08-11T11:24:41.138Z | |
| 9321 | 2026-08-11T11:24:41.138Z | Aug 11 11:24:40.121Aug 11 11:24:40.121 DEBGDEBGAug 11 11:24:40.121 Aug 11 11:24:40.121 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 |
| 9322 | 2026-08-11T11:24:41.138Z | adding route 172.17.0.3/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 } }] |
| 9323 | 2026-08-11T11:24:41.138Z | |
| 9324 | 2026-08-11T11:24:41.138Z | |
| 9325 | 2026-08-11T11:24:41.138Z | Aug 11 11:24:40.121 INFO INFOadding route 172.17.0.34/32 -> 10.0.0.255 |
| 9326 | 2026-08-11T11:24:41.138Z | Aug 11 11:24:40.121adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 11 11:24:40.121 DEBG |
| 9327 | 2026-08-11T11:24:41.138Z | 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 |
| 9328 | 2026-08-11T11:24:41.138Z | adding route 172.17.0.15/32 -> 10.0.0.255Aug 11 11:24:40.121 |
| 9329 | 2026-08-11T11:24:41.138Z | Aug 11 11:24:40.121DEBGAug 11 11:24:40.121 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 |
| 9330 | 2026-08-11T11:24:41.138Z | DEBGAug 11 11:24:40.121adding route 172.17.0.4/32 -> 10.0.0.255 DEBG |
| 9331 | 2026-08-11T11:24:41.138Z | Aug 11 11:24:40.121replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 11 11:24:40.121replacing 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 } }] |
| 9332 | 2026-08-11T11:24:41.138Z | DEBG |
| 9333 | 2026-08-11T11:24:41.139Z | 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 } }] adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9334 | 2026-08-11T11:24:41.139Z | |
| 9335 | 2026-08-11T11:24:41.139Z | Aug 11 11:24:40.121 INFO adding route 172.17.0.16/32 -> 10.0.0.255Aug 11 11:24:40.121Aug 11 11:24:40.121 Aug 11 11:24:40.121 |
| 9336 | 2026-08-11T11:24:41.139Z | INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9337 | 2026-08-11T11:24:41.139Z | adding route 172.17.0.5/32 -> 10.0.0.255DEBG |
| 9338 | 2026-08-11T11:24:41.139Z | Aug 11 11:24:40.121 replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9339 | 2026-08-11T11:24:41.139Z | 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 11 11:24:40.121 |
| 9340 | 2026-08-11T11:24:41.139Z | Aug 11 11:24:40.121DEBGAug 11 11:24:40.121 Aug 11 11:24:40.121INFOreplacing 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 } }] |
| 9341 | 2026-08-11T11:24:41.139Z | INFO DEBG adding route 172.17.0.17/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 } }] |
| 9342 | 2026-08-11T11:24:41.139Z | adding route 172.17.0.36/32 -> 10.0.0.255Aug 11 11:24:40.121 |
| 9343 | 2026-08-11T11:24:41.139Z | |
| 9344 | 2026-08-11T11:24:41.139Z | Aug 11 11:24:40.121INFO DEBGadding route 172.17.0.6/32 -> 10.0.0.255Aug 11 11:24:40.121 |
| 9345 | 2026-08-11T11:24:41.139Z | Aug 11 11:24:40.121 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 } }]INFO |
| 9346 | 2026-08-11T11:24:41.139Z | Aug 11 11:24:40.121adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 9347 | 2026-08-11T11:24:41.139Z | 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 } }] |
| 9348 | 2026-08-11T11:24:41.139Z | Aug 11 11:24:40.121replacing 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 |
| 9349 | 2026-08-11T11:24:41.139Z | Aug 11 11:24:40.121adding route 172.17.0.18/32 -> 10.0.0.255Aug 11 11:24:40.121 |
| 9350 | 2026-08-11T11:24:41.139Z | INFO adding route 172.17.0.37/32 -> 10.0.0.255DEBG |
| 9351 | 2026-08-11T11:24:41.139Z | Aug 11 11:24:40.121Aug 11 11:24:40.121 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFODEBG |
| 9352 | 2026-08-11T11:24:41.139Z | 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 } }] |
| 9353 | 2026-08-11T11:24:41.139Z | |
| 9354 | 2026-08-11T11:24:41.139Z | Aug 11 11:24:40.121 Aug 11 11:24:40.121DEBGAug 11 11:24:40.121 replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9355 | 2026-08-11T11:24:41.139Z | Aug 11 11:24:40.121 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 |
| 9356 | 2026-08-11T11:24:41.139Z | test route::tests::same_size_non_subset_replace ... ok |
| 9357 | 2026-08-11T11:24:41.139Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 9358 | 2026-08-11T11:24:41.139Z | INFO Aug 11 11:24:40.121adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9359 | 2026-08-11T11:24:41.139Z | INFOadding route 172.17.0.19/32 -> 10.0.0.255 |
| 9360 | 2026-08-11T11:24:41.139Z | Aug 11 11:24:40.121adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9361 | 2026-08-11T11:24:41.139Z | INFOAug 11 11:24:40.121 adding route 172.17.0.8/32 -> 10.0.0.255DEBGAug 11 11:24:40.121 |
| 9362 | 2026-08-11T11:24:41.139Z | Aug 11 11:24:40.121DEBG DEBGreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.121 |
| 9363 | 2026-08-11T11:24:41.139Z | 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 } }] |
| 9364 | 2026-08-11T11:24:41.139Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_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 |
| 9365 | 2026-08-11T11:24:41.139Z | Aug 11 11:24:40.121replacing 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 11 11:24:40.121INFO |
| 9366 | 2026-08-11T11:24:41.139Z | INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 9367 | 2026-08-11T11:24:41.139Z | Aug 11 11:24:40.121adding route 172.17.0.39/32 -> 10.0.0.255Aug 11 11:24:40.121 |
| 9368 | 2026-08-11T11:24:41.139Z | INFOAug 11 11:24:40.121 adding route 172.17.0.9/32 -> 10.0.0.255DEBGDEBGAug 11 11:24:40.121 |
| 9369 | 2026-08-11T11:24:41.139Z | 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 172.17.0.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 11 11:24:40.121 |
| 9370 | 2026-08-11T11:24:41.139Z | |
| 9371 | 2026-08-11T11:24:41.139Z | DEBG |
| 9372 | 2026-08-11T11:24:41.140Z | 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 } }] |
| 9373 | 2026-08-11T11:24:41.140Z | Aug 11 11:24:40.121 INFOAug 11 11:24:40.121 adding route 172.17.0.40/32 -> 10.0.0.255INFO |
| 9374 | 2026-08-11T11:24:41.140Z | Aug 11 11:24:40.121adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9375 | 2026-08-11T11:24:41.140Z | INFO Aug 11 11:24:40.121adding route 172.17.0.10/32 -> 10.0.0.255 |
| 9376 | 2026-08-11T11:24:41.140Z | DEBG Aug 11 11:24:40.108Aug 11 11:24:40.121replacing 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 } }] |
| 9377 | 2026-08-11T11:24:41.140Z | INFODEBG adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 9378 | 2026-08-11T11:24:41.140Z | Aug 11 11:24:40.122Aug 11 11:24:40.122 DEBGAug 11 11:24:40.121DEBG DEBGcreated new freemap created new freemapAug 11 11:24:40.127 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, created new freemap |
| 9379 | 2026-08-11T11:24:41.140Z | , , unitunit: unitfreemap_route_ipv4: |
| 9380 | 2026-08-11T11:24:41.140Z | :Aug 11 11:24:40.127freemap_route_ipv4 replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4INFOAug 11 11:24:40.127 |
| 9381 | 2026-08-11T11:24:41.140Z | adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9382 | 2026-08-11T11:24:41.140Z | DEBG |
| 9383 | 2026-08-11T11:24:41.140Z | created new freemap, unitAug 11 11:24:40.127: |
| 9384 | 2026-08-11T11:24:41.140Z | Aug 11 11:24:40.127 DEBG created new freemap , Aug 11 11:24:40.127DEBGunit : INFOfreemap_route_ipv6 created new freemapadding route 3fff:beef:30::/64 -> 2001:db8::55:ff, |
| 9385 | 2026-08-11T11:24:41.140Z | |
| 9386 | 2026-08-11T11:24:41.140Z | freemap_route_ipv6unit |
| 9387 | 2026-08-11T11:24:41.140Z | :Aug 11 11:24:40.127 freemap_route_ipv6Aug 11 11:24:40.127DEBG |
| 9388 | 2026-08-11T11:24:41.140Z | DEBGreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.127 |
| 9389 | 2026-08-11T11:24:41.140Z | Aug 11 11:24:40.127 initted freemap. size: 64 DEBG, DEBGAug 11 11:24:40.127initted freemap. size: 64 , INFOunit :adding route 3fff:beef:31::/64 -> 2001:db8::55:ff initted freemap. size: 64freemap_route_ipv4 |
| 9390 | 2026-08-11T11:24:41.140Z | |
| 9391 | 2026-08-11T11:24:41.140Z | , unitunit:: freemap_route_ipv4freemap_route_ipv4 |
| 9392 | 2026-08-11T11:24:41.140Z | |
| 9393 | 2026-08-11T11:24:41.140Z | Aug 11 11:24:40.127Aug 11 11:24:40.127 DEBGDEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap |
| 9394 | 2026-08-11T11:24:41.140Z | Aug 11 11:24:40.127, unitDEBG: reset freemapAug 11 11:24:40.127, freemap_route_ipv4unit |
| 9395 | 2026-08-11T11:24:41.140Z | : freemap_route_ipv4Aug 11 11:24:40.127 |
| 9396 | 2026-08-11T11:24:41.140Z | DEBGAug 11 11:24:40.127 reset freemap , INFOAug 11 11:24:40.127DEBG unit adding route 3fff:beef:32::/64 -> 2001:db8::55:ff initted freemap. size: 64 |
| 9397 | 2026-08-11T11:24:41.140Z | :, DEBGunit : initted freemap. size: 64 , freemap_route_ipv6unit |
| 9398 | 2026-08-11T11:24:41.140Z | :freemap_route_ipv4 freemap_route_ipv6 |
| 9399 | 2026-08-11T11:24:41.145Z | |
| 9400 | 2026-08-11T11:24:41.145Z | Aug 11 11:24:40.127Aug 11 11:24:40.127 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 } }] |
| 9401 | 2026-08-11T11:24:41.145Z | DEBGAug 11 11:24:40.127Aug 11 11:24:40.127 reset freemap , DEBGunitINFO: initted freemap. size: 64Aug 11 11:24:40.127freemap_route_ipv6 |
| 9402 | 2026-08-11T11:24:41.145Z | , DEBGunitadding route 3fff:beef:33::/64 -> 2001:db8::55:ff :reset freemapAug 11 11:24:40.127, |
| 9403 | 2026-08-11T11:24:41.145Z | unit INFO: Aug 11 11:24:40.127freemap_route_ipv6 adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9404 | 2026-08-11T11:24:41.145Z | DEBG |
| 9405 | 2026-08-11T11:24:41.145Z | freemap_route_ipv6replacing 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 } }] |
| 9406 | 2026-08-11T11:24:41.145Z | |
| 9407 | 2026-08-11T11:24:41.145Z | Aug 11 11:24:40.127Aug 11 11:24:40.127 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9408 | 2026-08-11T11:24:41.145Z | Aug 11 11:24:40.127Aug 11 11:24:40.127 DEBGINFOAug 11 11:24:40.127DEBG DEBG adding route 3fff:beef:34::/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 } }] |
| 9409 | 2026-08-11T11:24:41.145Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 9410 | 2026-08-11T11:24:41.145Z | |
| 9411 | 2026-08-11T11:24:41.145Z | reset freemap, Aug 11 11:24:40.127Aug 11 11:24:40.127 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9412 | 2026-08-11T11:24:41.145Z | unit: Aug 11 11:24:40.127 INFO Aug 11 11:24:40.127adding route 172.16.0.0/32 -> 10.0.0.2freemap_route_ipv6 |
| 9413 | 2026-08-11T11:24:41.145Z | |
| 9414 | 2026-08-11T11:24:41.145Z | 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: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 } }] |
| 9415 | 2026-08-11T11:24:41.145Z | |
| 9416 | 2026-08-11T11:24:41.145Z | Aug 11 11:24:40.127Aug 11 11:24:40.127 Aug 11 11:24:40.127 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 9417 | 2026-08-11T11:24:41.145Z | Aug 11 11:24:40.127replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] INFOINFO |
| 9418 | 2026-08-11T11:24:41.145Z | Aug 11 11:24:40.127adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 9419 | 2026-08-11T11:24:41.145Z | 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 } }]adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9420 | 2026-08-11T11:24:41.145Z | |
| 9421 | 2026-08-11T11:24:41.145Z | Aug 11 11:24:40.127Aug 11 11:24:40.127 DEBGAug 11 11:24:40.127DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 9422 | 2026-08-11T11:24:41.145Z | |
| 9423 | 2026-08-11T11:24:41.145Z | Aug 11 11:24:40.127 INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9424 | 2026-08-11T11:24:41.145Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 11 11:24:40.127 |
| 9425 | 2026-08-11T11:24:41.145Z | INFOAug 11 11:24:40.127 DEBGAug 11 11:24:40.127 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 9426 | 2026-08-11T11:24:41.145Z | INFO |
| 9427 | 2026-08-11T11:24:41.145Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9428 | 2026-08-11T11:24:41.145Z | Aug 11 11:24:40.127 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 } }] |
| 9429 | 2026-08-11T11:24:41.145Z | Aug 11 11:24:40.127Aug 11 11:24:40.127 DEBGDEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9430 | 2026-08-11T11:24:41.145Z | |
| 9431 | 2026-08-11T11:24:41.145Z | Aug 11 11:24:40.121Aug 11 11:24:40.127 Aug 11 11:24:40.127INFO INFOadding route 172.17.0.41/32 -> 10.0.0.255INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.3 |
| 9432 | 2026-08-11T11:24:41.145Z | |
| 9433 | 2026-08-11T11:24:41.145Z | |
| 9434 | 2026-08-11T11:24:41.146Z | Aug 11 11:24:40.127 Aug 11 11:24:40.127 DEBG Aug 11 11:24:40.127replacing 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 } }] |
| 9435 | 2026-08-11T11:24:41.146Z | DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]replacing targets for 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 11 11:24:40.128 |
| 9436 | 2026-08-11T11:24:41.146Z | |
| 9437 | 2026-08-11T11:24:41.146Z | INFO adding route 172.17.0.42/32 -> 10.0.0.255Aug 11 11:24:40.128 Aug 11 11:24:40.127Aug 11 11:24:40.128INFO INFO |
| 9438 | 2026-08-11T11:24:41.146Z | adding route 172.16.0.0/32 -> 10.0.0.4DEBG |
| 9439 | 2026-08-11T11:24:41.146Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.128 |
| 9440 | 2026-08-11T11:24:41.146Z | |
| 9441 | 2026-08-11T11:24:41.146Z | DEBG Aug 11 11:24:40.128replacing 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 11 11:24:40.128DEBG |
| 9442 | 2026-08-11T11:24:41.146Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9443 | 2026-08-11T11:24:41.146Z | DEBG Aug 11 11:24:40.128replacing 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 11 11:24:40.128 |
| 9444 | 2026-08-11T11:24:41.146Z | INFO Aug 11 11:24:40.128adding route 172.17.0.23/32 -> 10.0.0.255INFO |
| 9445 | 2026-08-11T11:24:41.146Z | Aug 11 11:24:40.128 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.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 11 11:24:40.128adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9446 | 2026-08-11T11:24:41.146Z | DEBG |
| 9447 | 2026-08-11T11:24:41.146Z | 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 } }] |
| 9448 | 2026-08-11T11:24:41.146Z | |
| 9449 | 2026-08-11T11:24:41.146Z | Aug 11 11:24:40.128Aug 11 11:24:40.128 INFODEBG adding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9450 | 2026-08-11T11:24:41.146Z | Aug 11 11:24:40.128 |
| 9451 | 2026-08-11T11:24:41.146Z | DEBGAug 11 11:24:40.128 Aug 11 11:24:40.128replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9452 | 2026-08-11T11:24:41.146Z | 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 } }] |
| 9453 | 2026-08-11T11:24:41.146Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 9454 | 2026-08-11T11:24:41.146Z | Aug 11 11:24:40.128 Aug 11 11:24:40.128Aug 11 11:24:40.128 INFOINFO DEBGadding route 172.17.0.44/32 -> 10.0.0.255 |
| 9455 | 2026-08-11T11:24:41.146Z | adding route 172.17.0.25/32 -> 10.0.0.255replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9456 | 2026-08-11T11:24:41.146Z | |
| 9457 | 2026-08-11T11:24:41.146Z | Aug 11 11:24:40.128 DEBGAug 11 11:24:40.128 replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9458 | 2026-08-11T11:24:41.146Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 11 11:24:40.128 |
| 9459 | 2026-08-11T11:24:41.146Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 9460 | 2026-08-11T11:24:41.146Z | DEBGAug 11 11:24:40.128 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 |
| 9461 | 2026-08-11T11:24:41.146Z | Aug 11 11:24:40.128 adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9462 | 2026-08-11T11:24:41.146Z | DEBG Aug 11 11:24:40.128replacing 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 } }] |
| 9463 | 2026-08-11T11:24:41.146Z | INFOAug 11 11:24:40.128 adding route 172.17.0.26/32 -> 10.0.0.255DEBG |
| 9464 | 2026-08-11T11:24:41.146Z | 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 } }] |
| 9465 | 2026-08-11T11:24:41.146Z | Aug 11 11:24:40.128 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 11 11:24:40.128Aug 11 11:24:40.128 |
| 9466 | 2026-08-11T11:24:41.146Z | 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.46/32 -> 10.0.0.255 |
| 9467 | 2026-08-11T11:24:41.146Z | |
| 9468 | 2026-08-11T11:24:41.146Z | Aug 11 11:24:40.128 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 } }] |
| 9469 | 2026-08-11T11:24:41.146Z | Aug 11 11:24:40.128Aug 11 11:24:40.128 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 } }]Aug 11 11:24:40.128 |
| 9470 | 2026-08-11T11:24:41.146Z | adding route 172.17.0.27/32 -> 10.0.0.255DEBG |
| 9471 | 2026-08-11T11:24:41.146Z | failed to allocate space for the new target list |
| 9472 | 2026-08-11T11:24:41.147Z | Aug 11 11:24:40.128 INFO adding route 172.17.0.47/32 -> 10.0.0.255Aug 11 11:24:40.121 |
| 9473 | 2026-08-11T11:24:41.147Z | Aug 11 11:24:40.128Aug 11 11:24:40.128 DEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]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 |
| 9474 | 2026-08-11T11:24:41.147Z | |
| 9475 | 2026-08-11T11:24:41.147Z | replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.128 |
| 9476 | 2026-08-11T11:24:41.147Z | DEBGAug 11 11:24:40.128 replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9477 | 2026-08-11T11:24:41.147Z | Aug 11 11:24:40.128adding route 172.17.0.28/32 -> 10.0.0.255 |
| 9478 | 2026-08-11T11:24:41.147Z | INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 9479 | 2026-08-11T11:24:41.147Z | Aug 11 11:24:40.128 Aug 11 11:24:40.128Aug 11 11:24:40.128INFO DEBGDEBGadding route 172.17.0.48/32 -> 10.0.0.255 |
| 9480 | 2026-08-11T11:24:41.147Z | 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.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 } }] |
| 9481 | 2026-08-11T11:24:41.147Z | |
| 9482 | 2026-08-11T11:24:41.147Z | Aug 11 11:24:40.128Aug 11 11:24:40.128 DEBGAug 11 11:24:40.128 INFO replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.29/32 -> 10.0.0.255INFO |
| 9483 | 2026-08-11T11:24:41.147Z | |
| 9484 | 2026-08-11T11:24:41.147Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 9485 | 2026-08-11T11:24:41.147Z | Aug 11 11:24:40.128Aug 11 11:24:40.128Aug 11 11:24:40.128 DEBGDEBGINFO adding route 172.17.0.49/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 } }] |
| 9486 | 2026-08-11T11:24:41.147Z | Aug 11 11:24:40.128replacing 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 } }] |
| 9487 | 2026-08-11T11:24:41.147Z | Aug 11 11:24:40.133DEBG INFOcreated new freemap adding route 172.17.0.30/32 -> 10.0.0.255, |
| 9488 | 2026-08-11T11:24:41.147Z | unitAug 11 11:24:40.134: DEBGfreemap_route_ipv4Aug 11 11:24:40.134 |
| 9489 | 2026-08-11T11:24:41.147Z | 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 } }] |
| 9490 | 2026-08-11T11:24:41.147Z | 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 11 11:24:40.134 |
| 9491 | 2026-08-11T11:24:41.147Z | DEBG created new freemap, unit: freemap_route_ipv6 |
| 9492 | 2026-08-11T11:24:41.147Z | Aug 11 11:24:40.134 INFOAug 11 11:24:40.134 Aug 11 11:24:40.134 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9493 | 2026-08-11T11:24:41.147Z | adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9494 | 2026-08-11T11:24:41.147Z | DEBGAug 11 11:24:40.134 Aug 11 11:24:40.134DEBGinitted freemap. size: 64 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 } }], DEBGunit :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 } }] |
| 9495 | 2026-08-11T11:24:41.147Z | |
| 9496 | 2026-08-11T11:24:41.147Z | freemap_route_ipv4Aug 11 11:24:40.134Aug 11 11:24:40.134 INFOINFO |
| 9497 | 2026-08-11T11:24:41.147Z | adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9498 | 2026-08-11T11:24:41.147Z | |
| 9499 | 2026-08-11T11:24:41.152Z | Aug 11 11:24:40.128Aug 11 11:24:40.134Aug 11 11:24:40.134 DEBG DEBGAug 11 11:24:40.134reset freemap DEBGcreated new freemap |
| 9500 | 2026-08-11T11:24:41.152Z | , unit:DEBG, unit freemap_route_ipv4: |
| 9501 | 2026-08-11T11:24:41.152Z | Aug 11 11:24:40.134replacing 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 } }] freemap_route_ipv4 |
| 9502 | 2026-08-11T11:24:41.152Z | INFO |
| 9503 | 2026-08-11T11:24:41.152Z | Aug 11 11:24:40.134 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 Aug 11 11:24:40.134initted freemap. size: 64 |
| 9504 | 2026-08-11T11:24:41.152Z | , adding route 172.17.0.13/32 -> 10.0.0.255 DEBG |
| 9505 | 2026-08-11T11:24:41.152Z | unit :created new freemap freemap_route_ipv6, |
| 9506 | 2026-08-11T11:24:41.152Z | Aug 11 11:24:40.134unitAug 11 11:24:40.134 INFOAug 11 11:24:40.134 DEBGadding route 172.17.0.52/32 -> 10.0.0.255 |
| 9507 | 2026-08-11T11:24:41.152Z | 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 |
| 9508 | 2026-08-11T11:24:41.152Z | adding route 172.17.0.33/32 -> 10.0.0.255Aug 11 11:24:40.134: |
| 9509 | 2026-08-11T11:24:41.152Z | Aug 11 11:24:40.134 DEBG Aug 11 11:24:40.134 freemap_route_ipv6DEBG |
| 9510 | 2026-08-11T11:24:41.152Z | INFO adding route 172.17.0.14/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 } }]reset freemap |
| 9511 | 2026-08-11T11:24:41.152Z | , Aug 11 11:24:40.134unit |
| 9512 | 2026-08-11T11:24:41.152Z | :Aug 11 11:24:40.134 DEBGAug 11 11:24:40.134 freemap_route_ipv6DEBGinitted freemap. size: 64Aug 11 11:24:40.134, |
| 9513 | 2026-08-11T11:24:41.152Z | unit 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: |
| 9514 | 2026-08-11T11:24:41.152Z | adding route 172.17.0.53/32 -> 10.0.0.255Aug 11 11:24:40.134 freemap_route_ipv4 |
| 9515 | 2026-08-11T11:24:41.152Z | |
| 9516 | 2026-08-11T11:24:41.152Z | DEBGINFO Aug 11 11:24:40.134Aug 11 11:24:40.134adding route 172.16.0.0/32 -> 10.0.0.1 Aug 11 11:24:40.134DEBGreplacing 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 } }] |
| 9517 | 2026-08-11T11:24:41.152Z | INFO reset freemapadding route 172.17.0.15/32 -> 10.0.0.255, |
| 9518 | 2026-08-11T11:24:41.152Z | unit: freemap_route_ipv4 |
| 9519 | 2026-08-11T11:24:41.152Z | DEBG |
| 9520 | 2026-08-11T11:24:41.152Z | Aug 11 11:24:40.134 Aug 11 11:24:40.134DEBGreplacing 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 11 11:24:40.134 |
| 9521 | 2026-08-11T11:24:41.152Z | DEBGINFOreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9522 | 2026-08-11T11:24:41.152Z | initted freemap. size: 64 , Aug 11 11:24:40.134 unitAug 11 11:24:40.134DEBG: Aug 11 11:24:40.134 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.34/32 -> 10.0.0.255 |
| 9523 | 2026-08-11T11:24:41.152Z | INFOfreemap_route_ipv6 |
| 9524 | 2026-08-11T11:24:41.152Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 9525 | 2026-08-11T11:24:41.152Z | Aug 11 11:24:40.134 |
| 9526 | 2026-08-11T11:24:41.152Z | Aug 11 11:24:40.134 INFO INFOadding route 172.16.0.0/32 -> 10.0.0.2 Aug 11 11:24:40.134adding route 172.17.0.54/32 -> 10.0.0.255DEBG |
| 9527 | 2026-08-11T11:24:41.152Z | DEBG |
| 9528 | 2026-08-11T11:24:41.152Z | 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 } }] |
| 9529 | 2026-08-11T11:24:41.152Z | reset freemapAug 11 11:24:40.134Aug 11 11:24:40.134, unitDEBG Aug 11 11:24:40.134replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9530 | 2026-08-11T11:24:41.152Z | Aug 11 11:24:40.134 :DEBGINFO freemap_route_ipv6replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:24:40.134 |
| 9531 | 2026-08-11T11:24:41.153Z | DEBGadding route 172.17.0.17/32 -> 10.0.0.255 |
| 9532 | 2026-08-11T11:24:41.153Z | |
| 9533 | 2026-08-11T11:24:41.153Z | 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 11 11:24:40.134Aug 11 11:24:40.134 |
| 9534 | 2026-08-11T11:24:41.153Z | Aug 11 11:24:40.134 INFOINFO INFODEBG adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3 |
| 9535 | 2026-08-11T11:24:41.153Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9536 | 2026-08-11T11:24:41.153Z | |
| 9537 | 2026-08-11T11:24:41.153Z | 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 } }] |
| 9538 | 2026-08-11T11:24:41.153Z | Aug 11 11:24:40.134 Aug 11 11:24:40.134DEBG Aug 11 11:24:40.134 Aug 11 11:24:40.134replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 INFODEBGAug 11 11:24:40.134 adding route 172.17.0.18/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9539 | 2026-08-11T11:24:41.153Z | 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 } }] |
| 9540 | 2026-08-11T11:24:41.153Z | |
| 9541 | 2026-08-11T11:24:41.153Z | INFO |
| 9542 | 2026-08-11T11:24:41.153Z | Aug 11 11:24:40.134adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9543 | 2026-08-11T11:24:41.153Z | Aug 11 11:24:40.134INFO Aug 11 11:24:40.134Aug 11 11:24:40.134 INFODEBGadding route 172.16.0.0/32 -> 10.0.0.1INFO 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.4 |
| 9544 | 2026-08-11T11:24:41.153Z | |
| 9545 | 2026-08-11T11:24:41.153Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9546 | 2026-08-11T11:24:41.153Z | |
| 9547 | 2026-08-11T11:24:41.153Z | Aug 11 11:24:40.134Aug 11 11:24:40.134Aug 11 11:24:40.134Aug 11 11:24:40.134 Aug 11 11:24:40.134INFODEBG DEBGadding route 172.17.0.19/32 -> 10.0.0.255 DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]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 } }] |
| 9548 | 2026-08-11T11:24:41.153Z | |
| 9549 | 2026-08-11T11:24:41.153Z | |
| 9550 | 2026-08-11T11:24:41.153Z | 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 } }] |
| 9551 | 2026-08-11T11:24:41.153Z | DEBGAug 11 11:24:40.134 Aug 11 11:24:40.134 DEBGINFOAug 11 11:24:40.134 Aug 11 11:24:40.134 adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9552 | 2026-08-11T11:24:41.153Z | INFODEBG 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.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 } }] |
| 9553 | 2026-08-11T11:24:41.153Z | replacing targets for 172.16.0.0/32 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 } }] |
| 9554 | 2026-08-11T11:24:41.153Z | |
| 9555 | 2026-08-11T11:24:41.153Z | |
| 9556 | 2026-08-11T11:24:41.153Z | Aug 11 11:24:40.134Aug 11 11:24:40.134 DEBGDEBG Aug 11 11:24:40.134replacing 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 11 11:24:40.134 |
| 9557 | 2026-08-11T11:24:41.153Z | replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 9558 | 2026-08-11T11:24:41.153Z | INFOadding route 172.17.0.20/32 -> 10.0.0.255Aug 11 11:24:40.134 Aug 11 11:24:40.134INFO |
| 9559 | 2026-08-11T11:24:41.153Z | test route::tests::delete_target_full ... ok |
| 9560 | 2026-08-11T11:24:41.153Z | INFOadding route 172.16.0.0/32 -> 10.0.0.2 adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9561 | 2026-08-11T11:24:41.153Z | |
| 9562 | 2026-08-11T11:24:41.153Z | Aug 11 11:24:40.134 |
| 9563 | 2026-08-11T11:24:41.153Z | 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 } }] |
| 9564 | 2026-08-11T11:24:41.153Z | Aug 11 11:24:40.134Aug 11 11:24:40.134 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.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 11 11:24:40.134 |
| 9565 | 2026-08-11T11:24:41.153Z | |
| 9566 | 2026-08-11T11:24:41.153Z | DEBGAug 11 11:24:40.134 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 } }] |
| 9567 | 2026-08-11T11:24:41.153Z | INFOAug 11 11:24:40.134 INFO adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9568 | 2026-08-11T11:24:41.153Z | |
| 9569 | 2026-08-11T11:24:41.154Z | Aug 11 11:24:40.134Aug 11 11:24:40.134 INFOINFOAug 11 11:24:40.134 adding route 172.17.0.0/32 -> 10.0.0.255DEBGAug 11 11:24:40.134 |
| 9570 | 2026-08-11T11:24:41.154Z | 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 } }] 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 } }] |
| 9571 | 2026-08-11T11:24:41.154Z | adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9572 | 2026-08-11T11:24:41.154Z | Aug 11 11:24:40.134 |
| 9573 | 2026-08-11T11:24:41.154Z | DEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.134Aug 11 11:24:40.134 Aug 11 11:24:40.134DEBGINFO |
| 9574 | 2026-08-11T11:24:41.154Z | INFOadding route 172.17.0.22/32 -> 10.0.0.255 |
| 9575 | 2026-08-11T11:24:41.154Z | adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9576 | 2026-08-11T11:24:41.154Z | 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 } }] |
| 9577 | 2026-08-11T11:24:41.154Z | Aug 11 11:24:40.134Aug 11 11:24:40.134 INFODEBG Aug 11 11:24:40.134adding route 172.17.0.1/32 -> 10.0.0.255 |
| 9578 | 2026-08-11T11:24:41.154Z | 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 |
| 9579 | 2026-08-11T11:24:41.154Z | 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 11 11:24:40.134 |
| 9580 | 2026-08-11T11:24:41.154Z | Aug 11 11:24:40.134DEBGAug 11 11:24:40.134 INFOreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9581 | 2026-08-11T11:24:41.154Z | Aug 11 11:24:40.134adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9582 | 2026-08-11T11:24:41.154Z | adding route 172.17.0.38/32 -> 10.0.0.255Aug 11 11:24:40.134INFO |
| 9583 | 2026-08-11T11:24:41.154Z | adding route 172.17.0.61/32 -> 10.0.0.255 |
| 9584 | 2026-08-11T11:24:41.154Z | INFOAug 11 11:24:40.134 adding route 172.17.0.2/32 -> 10.0.0.255DEBG |
| 9585 | 2026-08-11T11:24:41.154Z | Aug 11 11:24:40.134replacing 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 } }] |
| 9586 | 2026-08-11T11:24:41.154Z | Aug 11 11:24:40.134Aug 11 11:24:40.134 DEBGDEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9587 | 2026-08-11T11:24:41.154Z | Aug 11 11:24:40.134DEBG INFO replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.134adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9588 | 2026-08-11T11:24:41.154Z | |
| 9589 | 2026-08-11T11:24:41.154Z | INFO |
| 9590 | 2026-08-11T11:24:41.154Z | adding route 172.17.0.3/32 -> 10.0.0.255Aug 11 11:24:40.134 |
| 9591 | 2026-08-11T11:24:41.154Z | Aug 11 11:24:40.134INFO Aug 11 11:24:40.134adding route 172.17.0.62/32 -> 10.0.0.255 |
| 9592 | 2026-08-11T11:24:41.154Z | Aug 11 11:24:40.134DEBG DEBGreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.134 |
| 9593 | 2026-08-11T11:24:41.154Z | 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 } }] |
| 9594 | 2026-08-11T11:24:41.154Z | 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 } }] |
| 9595 | 2026-08-11T11:24:41.154Z | INFO adding route 172.17.0.39/32 -> 10.0.0.255Aug 11 11:24:40.134 |
| 9596 | 2026-08-11T11:24:41.154Z | Aug 11 11:24:40.134 Aug 11 11:24:40.134 INFO DEBGadding route 172.17.0.4/32 -> 10.0.0.255 |
| 9597 | 2026-08-11T11:24:41.154Z | INFOfailed to allocate space for the new target list adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9598 | 2026-08-11T11:24:41.154Z | |
| 9599 | 2026-08-11T11:24:41.158Z | Aug 11 11:24:40.134 DEBGAug 11 11:24:40.134 Aug 11 11:24:40.134replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG Aug 11 11:24:40.134 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 } }] |
| 9600 | 2026-08-11T11:24:41.158Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9601 | 2026-08-11T11:24:41.158Z | Aug 11 11:24:40.140 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9602 | 2026-08-11T11:24:41.158Z | |
| 9603 | 2026-08-11T11:24:41.158Z | DEBGAug 11 11:24:40.140 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 11 11:24:40.140 INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 9604 | 2026-08-11T11:24:41.158Z | 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 11 11:24:40.140 |
| 9605 | 2026-08-11T11:24:41.158Z | 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 } }] |
| 9606 | 2026-08-11T11:24:41.158Z | |
| 9607 | 2026-08-11T11:24:41.158Z | Aug 11 11:24:40.140Aug 11 11:24:40.140 INFOINFO adding route 172.17.0.27/32 -> 10.0.0.255Aug 11 11:24:40.140adding route 172.17.0.6/32 -> 10.0.0.255 |
| 9608 | 2026-08-11T11:24:41.158Z | |
| 9609 | 2026-08-11T11:24:41.158Z | INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9610 | 2026-08-11T11:24:41.158Z | Aug 11 11:24:40.140Aug 11 11:24:40.140 DEBGDEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.140replacing 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 } }] |
| 9611 | 2026-08-11T11:24:41.158Z | |
| 9612 | 2026-08-11T11:24:41.159Z | 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 } }] |
| 9613 | 2026-08-11T11:24:41.159Z | Aug 11 11:24:40.140Aug 11 11:24:40.140 INFOAug 11 11:24:40.140 INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9614 | 2026-08-11T11:24:41.159Z | |
| 9615 | 2026-08-11T11:24:41.159Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 9616 | 2026-08-11T11:24:41.159Z | Aug 11 11:24:40.140Aug 11 11:24:40.140 Aug 11 11:24:40.140DEBGDEBG 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.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 } }] |
| 9617 | 2026-08-11T11:24:41.159Z | |
| 9618 | 2026-08-11T11:24:41.159Z | 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 } }] |
| 9619 | 2026-08-11T11:24:41.159Z | Aug 11 11:24:40.140Aug 11 11:24:40.140 INFOINFO adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.8/32 -> 10.0.0.255 |
| 9620 | 2026-08-11T11:24:41.159Z | |
| 9621 | 2026-08-11T11:24:41.159Z | Aug 11 11:24:40.140 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9622 | 2026-08-11T11:24:41.159Z | Aug 11 11:24:40.140Aug 11 11:24:40.140 DEBGAug 11 11:24:40.140 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 } }]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 } }] |
| 9623 | 2026-08-11T11:24:41.159Z | |
| 9624 | 2026-08-11T11:24:41.159Z | 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 } }] |
| 9625 | 2026-08-11T11:24:41.159Z | Aug 11 11:24:40.140Aug 11 11:24:40.140 Aug 11 11:24:40.140INFO INFO INFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9626 | 2026-08-11T11:24:41.159Z | |
| 9627 | 2026-08-11T11:24:41.159Z | adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9628 | 2026-08-11T11:24:41.159Z | Aug 11 11:24:40.140Aug 11 11:24:40.140 Aug 11 11:24:40.140 DEBGDEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9629 | 2026-08-11T11:24:41.159Z | |
| 9630 | 2026-08-11T11:24:41.159Z | 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 } }] |
| 9631 | 2026-08-11T11:24:41.159Z | Aug 11 11:24:40.140 Aug 11 11:24:40.140INFO Aug 11 11:24:40.140 adding route 172.17.0.10/32 -> 10.0.0.255INFO |
| 9632 | 2026-08-11T11:24:41.159Z | INFOadding route 172.17.0.31/32 -> 10.0.0.255 |
| 9633 | 2026-08-11T11:24:41.159Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9634 | 2026-08-11T11:24:41.159Z | Aug 11 11:24:40.140 Aug 11 11:24:40.140DEBG Aug 11 11:24:40.140DEBG 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 } }]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 } }] |
| 9635 | 2026-08-11T11:24:41.159Z | |
| 9636 | 2026-08-11T11:24:41.159Z | 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 } }] |
| 9637 | 2026-08-11T11:24:41.159Z | Aug 11 11:24:40.140Aug 11 11:24:40.140 Aug 11 11:24:40.140INFO INFO INFOadding route 172.17.0.32/32 -> 10.0.0.255 |
| 9638 | 2026-08-11T11:24:41.159Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9639 | 2026-08-11T11:24:41.159Z | adding route 172.17.0.11/32 -> 10.0.0.255 |
| 9640 | 2026-08-11T11:24:41.159Z | Aug 11 11:24:40.140 Aug 11 11:24:40.140DEBG Aug 11 11:24:40.140replacing 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 |
| 9641 | 2026-08-11T11:24:41.159Z | 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 } }]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 } }] |
| 9642 | 2026-08-11T11:24:41.159Z | |
| 9643 | 2026-08-11T11:24:41.159Z | Aug 11 11:24:40.140 INFO adding route 172.17.0.33/32 -> 10.0.0.255Aug 11 11:24:40.140 |
| 9644 | 2026-08-11T11:24:41.159Z | Aug 11 11:24:40.140 INFOINFO Aug 11 11:24:40.140adding route 172.17.0.46/32 -> 10.0.0.255 adding route 172.17.0.12/32 -> 10.0.0.255DEBG |
| 9645 | 2026-08-11T11:24:41.159Z | |
| 9646 | 2026-08-11T11:24:41.159Z | 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 } }] |
| 9647 | 2026-08-11T11:24:41.159Z | Aug 11 11:24:40.140 Aug 11 11:24:40.140Aug 11 11:24:40.140 DEBGINFO DEBGadding route 172.17.0.34/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 } }] |
| 9648 | 2026-08-11T11:24:41.159Z | |
| 9649 | 2026-08-11T11:24:41.159Z | 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 } }] |
| 9650 | 2026-08-11T11:24:41.160Z | Aug 11 11:24:40.140Aug 11 11:24:40.140 Aug 11 11:24:40.140DEBGINFO 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.13/32 -> 10.0.0.255 |
| 9651 | 2026-08-11T11:24:41.160Z | INFO |
| 9652 | 2026-08-11T11:24:41.160Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9653 | 2026-08-11T11:24:41.160Z | Aug 11 11:24:40.140Aug 11 11:24:40.140 INFODEBG adding route 172.17.0.35/32 -> 10.0.0.255Aug 11 11:24:40.140 |
| 9654 | 2026-08-11T11:24:41.160Z | 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 } }] |
| 9655 | 2026-08-11T11:24:41.160Z | 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 } }] |
| 9656 | 2026-08-11T11:24:41.160Z | Aug 11 11:24:40.140Aug 11 11:24:40.140 DEBGINFO replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.140adding route 172.17.0.14/32 -> 10.0.0.255 |
| 9657 | 2026-08-11T11:24:41.160Z | |
| 9658 | 2026-08-11T11:24:41.160Z | INFO adding route 172.17.0.48/32 -> 10.0.0.255Aug 11 11:24:40.140Aug 11 11:24:40.140 |
| 9659 | 2026-08-11T11:24:41.160Z | 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.17.0.36/32 -> 10.0.0.255 |
| 9660 | 2026-08-11T11:24:41.160Z | test route::tests::add_target_fails_full ... ok |
| 9661 | 2026-08-11T11:24:41.160Z | |
| 9662 | 2026-08-11T11:24:41.160Z | test route::tests::delete_targets_fragmented ... ok |
| 9663 | 2026-08-11T11:24:41.160Z | Aug 11 11:24:40.140 DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.140Aug 11 11:24:40.140 INFO |
| 9664 | 2026-08-11T11:24:41.160Z | DEBG adding route 172.17.0.15/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 } }] |
| 9665 | 2026-08-11T11:24:41.160Z | |
| 9666 | 2026-08-11T11:24:41.160Z | Aug 11 11:24:40.140 Aug 11 11:24:40.140INFOAug 11 11:24:40.140 INFOadding route 172.17.0.49/32 -> 10.0.0.255 DEBG |
| 9667 | 2026-08-11T11:24:41.160Z | adding route 172.17.0.37/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 } }] |
| 9668 | 2026-08-11T11:24:41.160Z | |
| 9669 | 2026-08-11T11:24:41.160Z | Aug 11 11:24:40.140Aug 11 11:24:40.140 Aug 11 11:24:40.140DEBG INFO DEBGadding route 172.17.0.16/32 -> 10.0.0.255replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9670 | 2026-08-11T11:24:41.160Z | 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 } }] |
| 9671 | 2026-08-11T11:24:41.160Z | |
| 9672 | 2026-08-11T11:24:41.160Z | Aug 11 11:24:40.140Aug 11 11:24:40.140 Aug 11 11:24:40.140DEBG 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 } }] |
| 9673 | 2026-08-11T11:24:41.160Z | adding route 172.17.0.38/32 -> 10.0.0.255INFO |
| 9674 | 2026-08-11T11:24:41.160Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9675 | 2026-08-11T11:24:41.160Z | Aug 11 11:24:40.140Aug 11 11:24:40.140 Aug 11 11:24:40.140DEBGINFO 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 } }] adding route 172.17.0.17/32 -> 10.0.0.255 |
| 9676 | 2026-08-11T11:24:41.160Z | |
| 9677 | 2026-08-11T11:24:41.160Z | 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 } }] |
| 9678 | 2026-08-11T11:24:41.160Z | Aug 11 11:24:40.140Aug 11 11:24:40.140Aug 11 11:24:40.140 INFO INFODEBGadding route 172.17.0.39/32 -> 10.0.0.255 |
| 9679 | 2026-08-11T11:24:41.160Z | replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9680 | 2026-08-11T11:24:41.160Z | |
| 9681 | 2026-08-11T11:24:41.160Z | Aug 11 11:24:40.140 Aug 11 11:24:40.140Aug 11 11:24:40.140 DEBGINFO DEBGreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.18/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 } }] |
| 9682 | 2026-08-11T11:24:41.160Z | |
| 9683 | 2026-08-11T11:24:41.160Z | |
| 9684 | 2026-08-11T11:24:41.160Z | Aug 11 11:24:40.140Aug 11 11:24:40.140Aug 11 11:24:40.140 INFODEBG adding route 172.17.0.40/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 } }] |
| 9685 | 2026-08-11T11:24:41.160Z | INFO |
| 9686 | 2026-08-11T11:24:41.160Z | adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9687 | 2026-08-11T11:24:41.160Z | Aug 11 11:24:40.140Aug 11 11:24:40.140 DEBGINFO Aug 11 11:24:40.140replacing 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.19/32 -> 10.0.0.255 |
| 9688 | 2026-08-11T11:24:41.160Z | |
| 9689 | 2026-08-11T11:24:41.161Z | DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.140Aug 11 11:24:40.140 |
| 9690 | 2026-08-11T11:24:41.161Z | INFODEBG adding route 172.17.0.41/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 } }] |
| 9691 | 2026-08-11T11:24:41.161Z | |
| 9692 | 2026-08-11T11:24:41.161Z | Aug 11 11:24:40.140 INFO adding route 172.17.0.53/32 -> 10.0.0.255Aug 11 11:24:40.140Aug 11 11:24:40.140 DEBG |
| 9693 | 2026-08-11T11:24:41.161Z | replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9694 | 2026-08-11T11:24:41.161Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 9695 | 2026-08-11T11:24:41.161Z | Aug 11 11:24:40.140 DEBGAug 11 11:24:40.140 Aug 11 11:24:40.140INFO 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 } }] |
| 9696 | 2026-08-11T11:24:41.161Z | DEBGadding route 172.17.0.42/32 -> 10.0.0.255 |
| 9697 | 2026-08-11T11:24:41.161Z | 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 11 11:24:40.140 |
| 9698 | 2026-08-11T11:24:41.161Z | Aug 11 11:24:40.140INFO DEBGadding route 172.17.0.54/32 -> 10.0.0.255Aug 11 11:24:40.140 replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9699 | 2026-08-11T11:24:41.165Z | |
| 9700 | 2026-08-11T11:24:41.165Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9701 | 2026-08-11T11:24:41.165Z | Aug 11 11:24:40.140Aug 11 11:24:40.140 INFODEBG Aug 11 11:24:40.140 replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255DEBG |
| 9702 | 2026-08-11T11:24:41.165Z | |
| 9703 | 2026-08-11T11:24:41.165Z | 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 } }] |
| 9704 | 2026-08-11T11:24:41.165Z | Aug 11 11:24:40.140 Aug 11 11:24:40.140DEBGAug 11 11:24:40.140 INFOINFOreplacing 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 } }] |
| 9705 | 2026-08-11T11:24:41.165Z | adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9706 | 2026-08-11T11:24:41.165Z | |
| 9707 | 2026-08-11T11:24:41.165Z | Aug 11 11:24:40.140Aug 11 11:24:40.140 Aug 11 11:24:40.140INFO DEBG adding route 172.17.0.44/32 -> 10.0.0.255DEBG |
| 9708 | 2026-08-11T11:24:41.165Z | 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.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 } }] |
| 9709 | 2026-08-11T11:24:41.165Z | |
| 9710 | 2026-08-11T11:24:41.165Z | Aug 11 11:24:40.140 DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.140 |
| 9711 | 2026-08-11T11:24:41.165Z | Aug 11 11:24:40.140 INFOINFO adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255Aug 11 11:24:40.140 |
| 9712 | 2026-08-11T11:24:41.165Z | |
| 9713 | 2026-08-11T11:24:41.165Z | INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9714 | 2026-08-11T11:24:41.165Z | Aug 11 11:24:40.140Aug 11 11:24:40.140 Aug 11 11:24:40.140 DEBGDEBGDEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9715 | 2026-08-11T11:24:41.165Z | |
| 9716 | 2026-08-11T11:24:41.165Z | 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 } }] |
| 9717 | 2026-08-11T11:24:41.165Z | Aug 11 11:24:40.140Aug 11 11:24:40.140 Aug 11 11:24:40.140INFOINFO adding route 172.17.0.24/32 -> 10.0.0.255INFOadding route 172.17.0.46/32 -> 10.0.0.255 adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9718 | 2026-08-11T11:24:41.165Z | Aug 11 11:24:40.147 |
| 9719 | 2026-08-11T11:24:41.165Z | 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 } }] |
| 9720 | 2026-08-11T11:24:41.165Z | |
| 9721 | 2026-08-11T11:24:41.165Z | Aug 11 11:24:40.147 Aug 11 11:24:40.147DEBG INFO adding route 172.17.0.58/32 -> 10.0.0.255Aug 11 11:24:40.147 |
| 9722 | 2026-08-11T11:24:41.165Z | 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 } }] |
| 9723 | 2026-08-11T11:24:41.165Z | Aug 11 11:24:40.147 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 } }] |
| 9724 | 2026-08-11T11:24:41.165Z | Aug 11 11:24:40.147Aug 11 11:24:40.147 INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9725 | 2026-08-11T11:24:41.165Z | |
| 9726 | 2026-08-11T11:24:41.165Z | Aug 11 11:24:40.147 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 } }] |
| 9727 | 2026-08-11T11:24:41.165Z | Aug 11 11:24:40.147 Aug 11 11:24:40.147DEBG INFOreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9728 | 2026-08-11T11:24:41.165Z | adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9729 | 2026-08-11T11:24:41.166Z | Aug 11 11:24:40.147 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 } }] |
| 9730 | 2026-08-11T11:24:41.166Z | Aug 11 11:24:40.147 INFOAug 11 11:24:40.147 adding route 172.17.0.48/32 -> 10.0.0.255INFO |
| 9731 | 2026-08-11T11:24:41.166Z | adding route 172.17.0.61/32 -> 10.0.0.255 |
| 9732 | 2026-08-11T11:24:41.166Z | Aug 11 11:24:40.147 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 } }] |
| 9733 | 2026-08-11T11:24:41.166Z | Aug 11 11:24:40.147 DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.147 |
| 9734 | 2026-08-11T11:24:41.166Z | INFO adding route 172.17.0.62/32 -> 10.0.0.255 |
| 9735 | 2026-08-11T11:24:41.166Z | 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 11 11:24:40.147 |
| 9736 | 2026-08-11T11:24:41.166Z | Aug 11 11:24:40.147 INFO DEBGadding route 172.17.0.49/32 -> 10.0.0.255 Aug 11 11:24:40.147replacing 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 } }] |
| 9737 | 2026-08-11T11:24:41.166Z | INFO |
| 9738 | 2026-08-11T11:24:41.166Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9739 | 2026-08-11T11:24:41.166Z | Aug 11 11:24:40.147Aug 11 11:24:40.147Aug 11 11:24:40.147 INFODEBGDEBG 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.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 } }] |
| 9740 | 2026-08-11T11:24:41.166Z | |
| 9741 | 2026-08-11T11:24:41.166Z | adding route 172.17.0.63/32 -> 10.0.0.255 |
| 9742 | 2026-08-11T11:24:41.166Z | Aug 11 11:24:40.147Aug 11 11:24:40.147Aug 11 11:24:40.147 INFOINFODEBG adding route 172.17.0.50/32 -> 10.0.0.255 adding route 172.17.0.26/32 -> 10.0.0.255replacing 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 } }] |
| 9743 | 2026-08-11T11:24:41.166Z | |
| 9744 | 2026-08-11T11:24:41.166Z | |
| 9745 | 2026-08-11T11:24:41.166Z | Aug 11 11:24:40.147Aug 11 11:24:40.147 Aug 11 11:24:40.147DEBG DEBGreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9746 | 2026-08-11T11:24:41.166Z | 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 } }]failed to allocate space for the new target list |
| 9747 | 2026-08-11T11:24:41.166Z | |
| 9748 | 2026-08-11T11:24:41.166Z | Aug 11 11:24:40.147Aug 11 11:24:40.147Aug 11 11:24:40.147 INFO DEBGadding route 172.17.0.27/32 -> 10.0.0.255INFO |
| 9749 | 2026-08-11T11:24:41.166Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.51/32 -> 10.0.0.255 |
| 9750 | 2026-08-11T11:24:41.166Z | |
| 9751 | 2026-08-11T11:24:41.166Z | Aug 11 11:24:40.147 DEBG Aug 11 11:24:40.147Aug 11 11:24:40.147replacing 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 } }] |
| 9752 | 2026-08-11T11:24:41.166Z | DEBGDEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]failed to allocate space for the new target list |
| 9753 | 2026-08-11T11:24:41.166Z | |
| 9754 | 2026-08-11T11:24:41.166Z | Aug 11 11:24:40.147 INFO adding route 172.17.0.28/32 -> 10.0.0.255Aug 11 11:24:40.147 |
| 9755 | 2026-08-11T11:24:41.166Z | INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9756 | 2026-08-11T11:24:41.166Z | Aug 11 11:24:40.147 DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.147 |
| 9757 | 2026-08-11T11:24:41.166Z | 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 } }] |
| 9758 | 2026-08-11T11:24:41.166Z | Aug 11 11:24:40.147 INFO adding route 172.17.0.29/32 -> 10.0.0.255Aug 11 11:24:40.147 |
| 9759 | 2026-08-11T11:24:41.166Z | INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 9760 | 2026-08-11T11:24:41.166Z | test route::tests::delete_targets_full ... ok |
| 9761 | 2026-08-11T11:24:41.166Z | Aug 11 11:24:40.147 DEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.147 |
| 9762 | 2026-08-11T11:24:41.166Z | 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 } }] |
| 9763 | 2026-08-11T11:24:41.166Z | Aug 11 11:24:40.147Aug 11 11:24:40.147 INFOINFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9764 | 2026-08-11T11:24:41.166Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9765 | 2026-08-11T11:24:41.166Z | |
| 9766 | 2026-08-11T11:24:41.166Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s |
| 9767 | 2026-08-11T11:24:41.166Z | |
| 9768 | 2026-08-11T11:24:41.167Z | Aug 11 11:24:40.147Aug 11 11:24:40.147 DEBGDEBG 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.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 } }] |
| 9769 | 2026-08-11T11:24:41.167Z | |
| 9770 | 2026-08-11T11:24:41.167Z | Aug 11 11:24:40.147Aug 11 11:24:40.147 INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9771 | 2026-08-11T11:24:41.167Z | |
| 9772 | 2026-08-11T11:24:41.167Z | Aug 11 11:24:40.147Aug 11 11:24:40.147 DEBGDEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9773 | 2026-08-11T11:24:41.167Z | |
| 9774 | 2026-08-11T11:24:41.167Z | Aug 11 11:24:40.147Aug 11 11:24:40.147 INFOINFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9775 | 2026-08-11T11:24:41.167Z | |
| 9776 | 2026-08-11T11:24:41.167Z | Aug 11 11:24:40.147Aug 11 11:24:40.147 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.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9777 | 2026-08-11T11:24:41.167Z | |
| 9778 | 2026-08-11T11:24:41.167Z | Aug 11 11:24:40.147Aug 11 11:24:40.147 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9779 | 2026-08-11T11:24:41.167Z | INFO adding route 172.17.0.33/32 -> 10.0.0.255Aug 11 11:24:40.147 |
| 9780 | 2026-08-11T11:24:41.167Z | 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 } }] |
| 9781 | 2026-08-11T11:24:41.167Z | Aug 11 11:24:40.147Aug 11 11:24:40.147 INFODEBG adding route 172.17.0.58/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 } }] |
| 9782 | 2026-08-11T11:24:41.167Z | |
| 9783 | 2026-08-11T11:24:41.167Z | Aug 11 11:24:40.147Aug 11 11:24:40.147 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.34/32 -> 10.0.0.255 |
| 9784 | 2026-08-11T11:24:41.167Z | |
| 9785 | 2026-08-11T11:24:41.167Z | Aug 11 11:24:40.147Aug 11 11:24:40.147 DEBGINFO replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9786 | 2026-08-11T11:24:41.167Z | |
| 9787 | 2026-08-11T11:24:41.167Z | Aug 11 11:24:40.147Aug 11 11:24:40.147 INFODEBG adding route 172.17.0.35/32 -> 10.0.0.255replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9788 | 2026-08-11T11:24:41.167Z | |
| 9789 | 2026-08-11T11:24:41.167Z | Aug 11 11:24:40.147Aug 11 11:24:40.147 DEBGINFO replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9790 | 2026-08-11T11:24:41.167Z | |
| 9791 | 2026-08-11T11:24:41.167Z | Aug 11 11:24:40.147Aug 11 11:24:40.147 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.36/32 -> 10.0.0.255 |
| 9792 | 2026-08-11T11:24:41.167Z | |
| 9793 | 2026-08-11T11:24:41.167Z | Aug 11 11:24:40.147Aug 11 11:24:40.147 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }] |
| 9794 | 2026-08-11T11:24:41.167Z | |
| 9795 | 2026-08-11T11:24:41.167Z | Aug 11 11:24:40.147Aug 11 11:24:40.147 INFODEBG adding route 172.17.0.37/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9796 | 2026-08-11T11:24:41.167Z | |
| 9797 | 2026-08-11T11:24:41.167Z | Aug 11 11:24:40.147 DEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9798 | 2026-08-11T11:24:41.167Z | Aug 11 11:24:40.147 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9799 | 2026-08-11T11:24:41.171Z | Aug 11 11:24:40.147 DEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9800 | 2026-08-11T11:24:41.171Z | Aug 11 11:24:40.147 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 9801 | 2026-08-11T11:24:41.171Z | Aug 11 11:24:40.147 DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9802 | 2026-08-11T11:24:41.171Z | Aug 11 11:24:40.147 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9803 | 2026-08-11T11:24:41.171Z | Aug 11 11:24:40.147 DEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9804 | 2026-08-11T11:24:41.171Z | Aug 11 11:24:40.147 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 9805 | 2026-08-11T11:24:41.171Z | Aug 11 11:24:40.147 DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9806 | 2026-08-11T11:24:41.171Z | Aug 11 11:24:40.147 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9807 | 2026-08-11T11:24:41.171Z | Aug 11 11:24:40.147 DEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9808 | 2026-08-11T11:24:41.171Z | Aug 11 11:24:40.147 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9809 | 2026-08-11T11:24:41.171Z | Aug 11 11:24:40.147 DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9810 | 2026-08-11T11:24:41.171Z | Aug 11 11:24:40.147 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9811 | 2026-08-11T11:24:41.171Z | Aug 11 11:24:40.147 DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9812 | 2026-08-11T11:24:41.171Z | Aug 11 11:24:40.147 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9813 | 2026-08-11T11:24:41.171Z | Aug 11 11:24:40.147 DEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9814 | 2026-08-11T11:24:41.171Z | Aug 11 11:24:40.147 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9815 | 2026-08-11T11:24:41.171Z | Aug 11 11:24:40.147 DEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9816 | 2026-08-11T11:24:41.171Z | Aug 11 11:24:40.147 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9817 | 2026-08-11T11:24:41.171Z | Aug 11 11:24:40.147 DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9818 | 2026-08-11T11:24:41.171Z | Aug 11 11:24:40.147 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9819 | 2026-08-11T11:24:41.171Z | Aug 11 11:24:40.147 DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9820 | 2026-08-11T11:24:41.171Z | Aug 11 11:24:40.147 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9821 | 2026-08-11T11:24:41.171Z | Aug 11 11:24:40.147 DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9822 | 2026-08-11T11:24:41.171Z | Aug 11 11:24:40.147 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9823 | 2026-08-11T11:24:41.171Z | Aug 11 11:24:40.147 DEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9824 | 2026-08-11T11:24:41.171Z | Aug 11 11:24:40.147 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9825 | 2026-08-11T11:24:41.171Z | Aug 11 11:24:40.147 DEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9826 | 2026-08-11T11:24:41.171Z | Aug 11 11:24:40.147 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9827 | 2026-08-11T11:24:41.172Z | Aug 11 11:24:40.147 DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9828 | 2026-08-11T11:24:41.172Z | Aug 11 11:24:40.147 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 9829 | 2026-08-11T11:24:41.172Z | Aug 11 11:24:40.147 DEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9830 | 2026-08-11T11:24:41.172Z | Aug 11 11:24:40.147 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9831 | 2026-08-11T11:24:41.172Z | Aug 11 11:24:40.147 DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9832 | 2026-08-11T11:24:41.172Z | Aug 11 11:24:40.147 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9833 | 2026-08-11T11:24:41.172Z | Aug 11 11:24:40.147 DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9834 | 2026-08-11T11:24:41.172Z | Aug 11 11:24:40.147 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9835 | 2026-08-11T11:24:41.172Z | Aug 11 11:24:40.147 DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9836 | 2026-08-11T11:24:41.172Z | Aug 11 11:24:40.147 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9837 | 2026-08-11T11:24:41.172Z | Aug 11 11:24:40.147 DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9838 | 2026-08-11T11:24:41.172Z | Aug 11 11:24:40.147 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9839 | 2026-08-11T11:24:41.172Z | Aug 11 11:24:40.147 DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9840 | 2026-08-11T11:24:41.172Z | Aug 11 11:24:40.153 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9841 | 2026-08-11T11:24:41.172Z | Aug 11 11:24:40.153 DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9842 | 2026-08-11T11:24:41.172Z | Aug 11 11:24:40.153 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9843 | 2026-08-11T11:24:41.172Z | Aug 11 11:24:40.153 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 } }] |
| 9844 | 2026-08-11T11:24:41.172Z | Aug 11 11:24:40.153 DEBG failed to allocate space for the new target list |
| 9845 | 2026-08-11T11:24:41.172Z | Aug 11 11:24:40.153 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 } }] |
| 9846 | 2026-08-11T11:24:41.172Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-8a7b77a033db65a1) |
| 9847 | 2026-08-11T11:24:41.172Z | |
| 9848 | 2026-08-11T11:24:41.172Z | running 0 tests |
| 9849 | 2026-08-11T11:24:41.172Z | |
| 9850 | 2026-08-11T11:24:41.172Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9851 | 2026-08-11T11:24:41.172Z | |
| 9852 | 2026-08-11T11:24:41.172Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024) |
| 9853 | 2026-08-11T11:24:41.172Z | |
| 9854 | 2026-08-11T11:24:41.172Z | running 0 tests |
| 9855 | 2026-08-11T11:24:41.172Z | |
| 9856 | 2026-08-11T11:24:41.172Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9857 | 2026-08-11T11:24:41.172Z | |
| 9858 | 2026-08-11T11:24:41.172Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-750e40ee01b056d8) |
| 9859 | 2026-08-11T11:24:41.172Z | |
| 9860 | 2026-08-11T11:24:41.172Z | running 6 tests |
| 9861 | 2026-08-11T11:24:41.172Z | test tests::test_full_lot_id_neither_present ... ok |
| 9862 | 2026-08-11T11:24:41.172Z | test tests::test_full_lot_id_lot_only ... ok |
| 9863 | 2026-08-11T11:24:41.172Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 9864 | 2026-08-11T11:24:41.173Z | test tests::test_full_lot_id_both_present ... ok |
| 9865 | 2026-08-11T11:24:41.173Z | test tests::test_port_id_cmp ... ok |
| 9866 | 2026-08-11T11:24:41.173Z | test tests::test_parse_client_port_id ... ok |
| 9867 | 2026-08-11T11:24:41.173Z | |
| 9868 | 2026-08-11T11:24:41.173Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9869 | 2026-08-11T11:24:41.173Z | |
| 9870 | 2026-08-11T11:24:41.173Z | Running tests/test_all.rs (target/debug/deps/test_all-8b8febcc4252f7ff) |
| 9871 | 2026-08-11T11:24:41.173Z | |
| 9872 | 2026-08-11T11:24:41.173Z | running 6 tests |
| 9873 | 2026-08-11T11:24:44.180Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
| 9874 | 2026-08-11T11:24:44.183Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
| 9875 | 2026-08-11T11:24:44.184Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
| 9876 | 2026-08-11T11:24:44.188Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
| 9877 | 2026-08-11T11:24:44.519Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
| 9878 | 2026-08-11T11:24:45.410Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... ok |
| 9879 | 2026-08-11T11:24:45.410Z | |
| 9880 | 2026-08-11T11:24:45.410Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.24s |
| 9881 | 2026-08-11T11:24:45.410Z | |
| 9882 | 2026-08-11T11:24:45.416Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21) |
| 9883 | 2026-08-11T11:24:45.421Z | |
| 9884 | 2026-08-11T11:24:45.421Z | running 0 tests |
| 9885 | 2026-08-11T11:24:45.424Z | |
| 9886 | 2026-08-11T11:24:45.424Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9887 | 2026-08-11T11:24:45.424Z | |
| 9888 | 2026-08-11T11:24:45.424Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62) |
| 9889 | 2026-08-11T11:24:45.427Z | |
| 9890 | 2026-08-11T11:24:45.427Z | running 0 tests |
| 9891 | 2026-08-11T11:24:45.427Z | |
| 9892 | 2026-08-11T11:24:45.427Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9893 | 2026-08-11T11:24:45.428Z | |
| 9894 | 2026-08-11T11:24:45.428Z | Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1) |
| 9895 | 2026-08-11T11:24:45.437Z | |
| 9896 | 2026-08-11T11:24:45.437Z | running 12 tests |
| 9897 | 2026-08-11T11:24:45.440Z | test lldp::test_lldp_parse ... ok |
| 9898 | 2026-08-11T11:24:45.440Z | test icmp::test_v4_checksum ... ok |
| 9899 | 2026-08-11T11:24:45.440Z | test ipv6::test_ipv6_parse ... ok |
| 9900 | 2026-08-11T11:24:45.440Z | test pbuf::test_byte ... ok |
| 9901 | 2026-08-11T11:24:45.440Z | test icmp::test_v6_checksum ... ok |
| 9902 | 2026-08-11T11:24:45.440Z | test pbuf::test_nibble ... ok |
| 9903 | 2026-08-11T11:24:45.440Z | test pbuf::test_overflow ... ok |
| 9904 | 2026-08-11T11:24:45.440Z | test pbuf::test_short ... ok |
| 9905 | 2026-08-11T11:24:45.440Z | test pbuf::test_twelve ... ok |
| 9906 | 2026-08-11T11:24:45.440Z | test pbuf::test_word ... ok |
| 9907 | 2026-08-11T11:24:45.440Z | test tcp::test_checksum_ack_data ... ok |
| 9908 | 2026-08-11T11:24:45.440Z | test tcp::test_checksum_syn_nodata ... ok |
| 9909 | 2026-08-11T11:24:45.440Z | |
| 9910 | 2026-08-11T11:24:45.440Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9911 | 2026-08-11T11:24:45.440Z | |
| 9912 | 2026-08-11T11:24:45.440Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 9913 | 2026-08-11T11:24:45.443Z | |
| 9914 | 2026-08-11T11:24:45.444Z | running 0 tests |
| 9915 | 2026-08-11T11:24:45.444Z | |
| 9916 | 2026-08-11T11:24:45.444Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9917 | 2026-08-11T11:24:45.444Z | |
| 9918 | 2026-08-11T11:24:45.446Z | Running unittests src/main.rs (target/debug/deps/swadm-3b6d5ab7a19b39bb) |
| 9919 | 2026-08-11T11:24:45.446Z | |
| 9920 | 2026-08-11T11:24:45.446Z | running 5 tests |
| 9921 | 2026-08-11T11:24:45.449Z | test switchport::test::test_compute_lanes ... ok |
| 9922 | 2026-08-11T11:24:45.449Z | test switchport::test::port_id_ordering ... ok |
| 9923 | 2026-08-11T11:24:45.449Z | Lane 0 Lane 0 Lane 1Lane 1 Lane 2Lane 2 Lane 3Lane 3 |
| 9924 | 2026-08-11T11:24:45.449Z | |
| 9925 | 2026-08-11T11:24:45.449Z | State: Activated Rx Loss-of-lock: Yes ActivatedYes Activated Yes ActivatedYes |
| 9926 | 2026-08-11T11:24:45.449Z | |
| 9927 | 2026-08-11T11:24:45.450Z | Rx Output Enabled: false Rx Loss-of-signal: Yesfalse falseYes false |
| 9928 | 2026-08-11T11:24:45.450Z | Yes Yes Rx Output Status: valid |
| 9929 | 2026-08-11T11:24:45.450Z | valid Rx CDR Enabled: Yes valid Yesvalid |
| 9930 | 2026-08-11T11:24:45.450Z | Rx Loss-of-lock: trueYes Yestrue |
| 9931 | 2026-08-11T11:24:45.450Z | Tx Enabled: Yes true Yestrue |
| 9932 | 2026-08-11T11:24:45.450Z | Yes Rx Loss-of-signal: false Yesfalse |
| 9933 | 2026-08-11T11:24:45.450Z | Tx Loss-of-lock: Nofalse false |
| 9934 | 2026-08-11T11:24:45.450Z | No Rx Auto-squelch Disable: trueNo Notrue |
| 9935 | 2026-08-11T11:24:45.450Z | Tx Loss-of-signal: Notrue trueNo |
| 9936 | 2026-08-11T11:24:45.450Z | Tx Output Enabled: true Notrue No |
| 9937 | 2026-08-11T11:24:45.450Z | true Tx CDR Enabled: No true |
| 9938 | 2026-08-11T11:24:45.450Z | No Tx Output Status: invalid invalidNo No |
| 9939 | 2026-08-11T11:24:45.450Z | invalid invalid Tx Adaptive EQ Fault: No |
| 9940 | 2026-08-11T11:24:45.450Z | No Tx Loss-of-lock: false No falseNo |
| 9941 | 2026-08-11T11:24:45.450Z | false Tx Fault: Yesfalse |
| 9942 | 2026-08-11T11:24:45.450Z | Yes Tx Loss-of-signal: trueYes Yestrue |
| 9943 | 2026-08-11T11:24:45.450Z | true true |
| 9944 | 2026-08-11T11:24:45.450Z | Tx Auto-squelch Disable: false false false false |
| 9945 | 2026-08-11T11:24:45.450Z | Tx Adaptive EQ Fail: true true true true |
| 9946 | 2026-08-11T11:24:45.450Z | Tx Failure: false false false false |
| 9947 | 2026-08-11T11:24:45.450Z | Tx Force Squelch: true true true true |
| 9948 | 2026-08-11T11:24:45.450Z | Tx Input Polarity: normal normal normal normal |
| 9949 | 2026-08-11T11:24:45.450Z | test switchport::test::test_print_sff_datapath ... ok |
| 9950 | 2026-08-11T11:24:45.450Z | test switchport::test::test_print_cmis_datapath ... ok |
| 9951 | 2026-08-11T11:24:45.450Z | test link::test_filter ... ok |
| 9952 | 2026-08-11T11:24:45.450Z | |
| 9953 | 2026-08-11T11:24:45.450Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9954 | 2026-08-11T11:24:45.450Z | |
| 9955 | 2026-08-11T11:24:45.450Z | Running tests/counters.rs (target/debug/deps/counters-dafdf3819a3acd7e) |
| 9956 | 2026-08-11T11:24:45.454Z | |
| 9957 | 2026-08-11T11:24:45.454Z | running 1 test |
| 9958 | 2026-08-11T11:24:45.457Z | test test_p4_counter_list ... ignored |
| 9959 | 2026-08-11T11:24:45.457Z | |
| 9960 | 2026-08-11T11:24:45.457Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9961 | 2026-08-11T11:24:45.457Z | |
| 9962 | 2026-08-11T11:24:45.457Z | Running tests/port-link.rs (target/debug/deps/port_link-721a5ab28abf000c) |
| 9963 | 2026-08-11T11:24:45.460Z | |
| 9964 | 2026-08-11T11:24:45.460Z | running 5 tests |
| 9965 | 2026-08-11T11:24:45.460Z | test test_an ... ignored |
| 9966 | 2026-08-11T11:24:45.460Z | test test_enable ... ignored |
| 9967 | 2026-08-11T11:24:45.460Z | test test_ip_addresses ... ignored |
| 9968 | 2026-08-11T11:24:45.460Z | test test_kr ... ignored |
| 9969 | 2026-08-11T11:24:45.460Z | test test_mac ... ignored |
| 9970 | 2026-08-11T11:24:45.460Z | |
| 9971 | 2026-08-11T11:24:45.460Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9972 | 2026-08-11T11:24:45.460Z | |
| 9973 | 2026-08-11T11:24:45.460Z | Running unittests src/main.rs (target/debug/deps/tfportd-fdbe62e0e3cfe18f) |
| 9974 | 2026-08-11T11:24:45.463Z | |
| 9975 | 2026-08-11T11:24:45.463Z | running 3 tests |
| 9976 | 2026-08-11T11:24:45.463Z | test linklocal::test_parse_ipadm ... ok |
| 9977 | 2026-08-11T11:24:45.463Z | test tfport::test_parse_tfport ... ok |
| 9978 | 2026-08-11T11:24:45.463Z | test config::tests::test_updates ... ok |
| 9979 | 2026-08-11T11:24:45.463Z | |
| 9980 | 2026-08-11T11:24:45.463Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9981 | 2026-08-11T11:24:45.463Z | |
| 9982 | 2026-08-11T11:24:45.463Z | Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40) |
| 9983 | 2026-08-11T11:24:45.466Z | |
| 9984 | 2026-08-11T11:24:45.466Z | running 0 tests |
| 9985 | 2026-08-11T11:24:45.466Z | |
| 9986 | 2026-08-11T11:24:45.469Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9987 | 2026-08-11T11:24:45.469Z | |
| 9988 | 2026-08-11T11:24:45.469Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 9989 | 2026-08-11T11:24:45.472Z | |
| 9990 | 2026-08-11T11:24:45.472Z | running 0 tests |
| 9991 | 2026-08-11T11:24:45.472Z | |
| 9992 | 2026-08-11T11:24:45.472Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9993 | 2026-08-11T11:24:45.472Z | |
| 9994 | 2026-08-11T11:24:45.472Z | Doc-tests aal |
| 9995 | 2026-08-11T11:24:45.644Z | |
| 9996 | 2026-08-11T11:24:45.644Z | running 0 tests |
| 9997 | 2026-08-11T11:24:45.644Z | |
| 9998 | 2026-08-11T11:24:45.647Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9999 | 2026-08-11T11:24:45.647Z | |
| 10000 | 2026-08-11T11:24:45.661Z | Doc-tests aal_macros |
| 10001 | 2026-08-11T11:24:45.733Z | |
| 10002 | 2026-08-11T11:24:45.733Z | running 0 tests |
| 10003 | 2026-08-11T11:24:45.733Z | |
| 10004 | 2026-08-11T11:24:45.733Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10005 | 2026-08-11T11:24:45.733Z | |
| 10006 | 2026-08-11T11:24:45.744Z | Doc-tests common |
| 10007 | 2026-08-11T11:24:45.982Z | |
| 10008 | 2026-08-11T11:24:45.982Z | running 0 tests |
| 10009 | 2026-08-11T11:24:45.982Z | |
| 10010 | 2026-08-11T11:24:45.982Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10011 | 2026-08-11T11:24:45.982Z | |
| 10012 | 2026-08-11T11:24:46.003Z | Doc-tests dpd_api |
| 10013 | 2026-08-11T11:24:46.837Z | |
| 10014 | 2026-08-11T11:24:46.837Z | running 2 tests |
| 10015 | 2026-08-11T11:24:46.837Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 10016 | 2026-08-11T11:24:46.837Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 10017 | 2026-08-11T11:24:46.837Z | |
| 10018 | 2026-08-11T11:24:46.837Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10019 | 2026-08-11T11:24:46.837Z | |
| 10020 | 2026-08-11T11:24:46.868Z | Doc-tests dpd_client |
| 10021 | 2026-08-11T11:24:48.137Z | |
| 10022 | 2026-08-11T11:24:48.137Z | running 0 tests |
| 10023 | 2026-08-11T11:24:48.137Z | |
| 10024 | 2026-08-11T11:24:48.137Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10025 | 2026-08-11T11:24:48.137Z | |
| 10026 | 2026-08-11T11:24:48.184Z | Doc-tests dpd_types |
| 10027 | 2026-08-11T11:24:48.397Z | |
| 10028 | 2026-08-11T11:24:48.397Z | running 0 tests |
| 10029 | 2026-08-11T11:24:48.397Z | |
| 10030 | 2026-08-11T11:24:48.397Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10031 | 2026-08-11T11:24:48.398Z | |
| 10032 | 2026-08-11T11:24:48.423Z | Doc-tests dpd_types_versions |
| 10033 | 2026-08-11T11:24:49.635Z | |
| 10034 | 2026-08-11T11:24:49.635Z | running 1 test |
| 10035 | 2026-08-11T11:24:49.635Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 10036 | 2026-08-11T11:24:49.635Z | |
| 10037 | 2026-08-11T11:24:49.635Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10038 | 2026-08-11T11:24:49.635Z | |
| 10039 | 2026-08-11T11:24:49.681Z | Doc-tests packet |
| 10040 | 2026-08-11T11:24:49.794Z | |
| 10041 | 2026-08-11T11:24:49.794Z | running 0 tests |
| 10042 | 2026-08-11T11:24:49.794Z | |
| 10043 | 2026-08-11T11:24:49.794Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10044 | 2026-08-11T11:24:49.794Z | |
| 10045 | 2026-08-11T11:24:49.810Z | Doc-tests pcap |
| 10046 | 2026-08-11T11:24:49.864Z | |
| 10047 | 2026-08-11T11:24:49.864Z | running 0 tests |
| 10048 | 2026-08-11T11:24:49.864Z | |
| 10049 | 2026-08-11T11:24:49.864Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10050 | 2026-08-11T11:24:49.864Z | |
| 10051 | 2026-08-11T11:24:49.913Z | process exited: duration 592440 ms, exit code 0 |
| |
| 10052 | 2026-08-11T11:24:49.920Z | found 0 output files |