|
|
|
| 1 | 2026-08-14T11:53:04.040Z | job assigned to worker 01M001V4171EKK4SE0TEXYY7VT [factory aws, i-047269ce45ffe642b] (queued for 1 m 1 s) |
| |
| 2 | 2026-08-14T11:53:10.707Z | starting task 0: "setup" |
| 3 | 2026-08-14T11:53:10.712Z | ++ uname -s |
| 4 | 2026-08-14T11:53:10.715Z | + kern=SunOS |
| 5 | 2026-08-14T11:53:10.715Z | + build_user=build |
| 6 | 2026-08-14T11:53:10.715Z | + build_uid=12345 |
| 7 | 2026-08-14T11:53:10.715Z | + work_dir=/work |
| 8 | 2026-08-14T11:53:10.715Z | + input_dir=/input |
| 9 | 2026-08-14T11:53:10.715Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-14T11:53:10.715Z | + case "$kern" in |
| 11 | 2026-08-14T11:53:10.715Z | + groupadd -g 12345 build |
| 12 | 2026-08-14T11:53:10.718Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-14T11:53:12.722Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-14T11:53:12.821Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-14T11:53:12.824Z | + home_fs=zfs |
| 16 | 2026-08-14T11:53:12.824Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-14T11:53:12.824Z | + mkdir -p /home/build |
| 18 | 2026-08-14T11:53:12.824Z | + chown build:build /home/build /work |
| 19 | 2026-08-14T11:53:14.825Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-14T11:53:14.828Z | process exited: duration 4122 ms, exit code 0 |
| |
| 21 | 2026-08-14T11:53:14.835Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-14T11:53:14.839Z | * rust toolchain channel = "1.90.0" |
| 23 | 2026-08-14T11:53:14.839Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 24 | 2026-08-14T11:53:14.839Z | * rust toolchain profile = "default" |
| 25 | 2026-08-14T11:53:14.839Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-14T11:53:14.839Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-14T11:53:14.839Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-14T11:53:14.842Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-14T11:53:14.842Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-08-14T11:53:14.944Z | info: downloading installer |
| 31 | 2026-08-14T11:53:16.231Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-14T11:53:16.231Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-14T11:53:16.231Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-14T11:53:16.231Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-14T11:53:16.243Z | info: profile set to default |
| 36 | 2026-08-14T11:53:16.243Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-14T11:53:16.246Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 38 | 2026-08-14T11:53:16.381Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 39 | 2026-08-14T11:53:16.385Z | info: downloading 6 components |
| 40 | 2026-08-14T11:53:31.098Z | info: default toolchain set to 1.90.0-x86_64-unknown-illumos |
| 41 | 2026-08-14T11:53:31.098Z | |
| 42 | 2026-08-14T11:53:31.126Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 43 | 2026-08-14T11:53:31.126Z | |
| 44 | 2026-08-14T11:53:31.126Z | |
| 45 | 2026-08-14T11:53:31.126Z | Rust is installed now. Great! |
| 46 | 2026-08-14T11:53:31.126Z | |
| 47 | 2026-08-14T11:53:31.126Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-14T11:53:31.126Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-14T11:53:31.126Z | |
| 50 | 2026-08-14T11:53:31.126Z | To configure your current shell, you need to source |
| 51 | 2026-08-14T11:53:31.126Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-14T11:53:31.126Z | |
| 53 | 2026-08-14T11:53:31.126Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-14T11:53:31.130Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-14T11:53:31.130Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-14T11:53:31.130Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-14T11:53:31.130Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-14T11:53:31.130Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-14T11:53:31.130Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-14T11:53:31.130Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-14T11:53:31.130Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-14T11:53:31.213Z | + rustup --version |
| 63 | 2026-08-14T11:53:31.222Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-14T11:53:31.225Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-14T11:53:31.244Z | info: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 66 | 2026-08-14T11:53:31.247Z | + cargo --version |
| 67 | 2026-08-14T11:53:31.259Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 68 | 2026-08-14T11:53:31.262Z | + rustc --version |
| 69 | 2026-08-14T11:53:31.281Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 70 | 2026-08-14T11:53:31.285Z | process exited: duration 16449 ms, exit code 0 |
| |
| 71 | 2026-08-14T11:53:31.291Z | starting task 2: "authentication" |
| 72 | 2026-08-14T11:53:31.307Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-14T11:53:31.314Z | starting task 3: "clone repository" |
| 74 | 2026-08-14T11:53:31.318Z | + mkdir -p /work/oxidecomputer/dendrite |
| 75 | 2026-08-14T11:53:31.321Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 76 | 2026-08-14T11:53:31.350Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 77 | 2026-08-14T11:53:32.270Z | + cd /work/oxidecomputer/dendrite |
| 78 | 2026-08-14T11:53:32.270Z | + git fetch origin 7b2ea46c5d68bb081bd3f501951fd14784262e1b |
| 79 | 2026-08-14T11:53:32.530Z | From https://github.com/oxidecomputer/dendrite |
| 80 | 2026-08-14T11:53:32.530Z | * branch 7b2ea46c5d68bb081bd3f501951fd14784262e1b -> FETCH_HEAD |
| 81 | 2026-08-14T11:53:32.537Z | + [[ -n nsk/nat-2-nat-family ]] |
| 82 | 2026-08-14T11:53:32.540Z | ++ git branch --show-current |
| 83 | 2026-08-14T11:53:32.540Z | + current=main |
| 84 | 2026-08-14T11:53:32.540Z | + [[ main != nsk/nat-2-nat-family ]] |
| 85 | 2026-08-14T11:53:32.540Z | + git branch -f nsk/nat-2-nat-family 7b2ea46c5d68bb081bd3f501951fd14784262e1b |
| 86 | 2026-08-14T11:53:32.543Z | + git checkout -f nsk/nat-2-nat-family |
| 87 | 2026-08-14T11:53:32.561Z | Switched to branch 'nsk/nat-2-nat-family' |
| 88 | 2026-08-14T11:53:32.564Z | + git reset --hard 7b2ea46c5d68bb081bd3f501951fd14784262e1b |
| 89 | 2026-08-14T11:53:32.564Z | HEAD is now at 7b2ea46 introduce NatAddress trait for the NAT ingress tables |
| 90 | 2026-08-14T11:53:32.567Z | process exited: duration 1250 ms, exit code 0 |
| |
| 91 | 2026-08-14T11:53:32.573Z | starting task 4: "build" |
| 92 | 2026-08-14T11:53:32.577Z | + source .github/buildomat/common.sh |
| 93 | 2026-08-14T11:53:32.580Z | ++ TOFINO_STAGES=20 |
| 94 | 2026-08-14T11:53:32.580Z | ++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94 |
| 95 | 2026-08-14T11:53:32.580Z | ++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 96 | 2026-08-14T11:53:32.580Z | ++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b |
| 97 | 2026-08-14T11:53:32.580Z | +++ uname -s |
| 98 | 2026-08-14T11:53:32.580Z | ++ '[' SunOS == SunOS ']' |
| 99 | 2026-08-14T11:53:32.580Z | ++ SERIES=illumos |
| 100 | 2026-08-14T11:53:32.580Z | +++ uname -s |
| 101 | 2026-08-14T11:53:32.583Z | ++ '[' SunOS == SunOS ']' |
| 102 | 2026-08-14T11:53:32.583Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94 |
| 103 | 2026-08-14T11:53:32.583Z | ++ rustup show active-toolchain |
| 104 | 2026-08-14T11:53:32.586Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 105 | 2026-08-14T11:53:32.586Z | + source .github/buildomat/illumos.sh |
| 106 | 2026-08-14T11:53:32.586Z | ++ banner 'sde setup' |
| 107 | 2026-08-14T11:53:32.590Z | |
| 108 | 2026-08-14T11:53:32.590Z | #### ##### ###### #### ###### ##### # # ##### |
| 109 | 2026-08-14T11:53:32.590Z | # # # # # # # # # # # |
| 110 | 2026-08-14T11:53:32.590Z | #### # # ##### #### ##### # # # # # |
| 111 | 2026-08-14T11:53:32.590Z | # # # # # # # # # ##### |
| 112 | 2026-08-14T11:53:32.590Z | # # # # # # # # # # # # |
| 113 | 2026-08-14T11:53:32.590Z | #### ##### ###### #### ###### # #### # |
| 114 | 2026-08-14T11:53:32.590Z | |
| 115 | 2026-08-14T11:53:32.590Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 116 | 2026-08-14T11:53:32.590Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 117 | 2026-08-14T11:53:32.590Z | ++ export PKG=tofino_sde.p5p |
| 118 | 2026-08-14T11:53:32.590Z | ++ PKG=tofino_sde.p5p |
| 119 | 2026-08-14T11:53:32.590Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p |
| 120 | 2026-08-14T11:53:32.594Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 121 | 2026-08-14T11:53:32.598Z | Dload Upload Total Spent Left Speed |
| 122 | 2026-08-14T11:53:33.656Z |
0 0 0 0 0 0 0 0 0
92 76.03M 92 70.26M 0 0 70.32M 0 00:01 00:01 70.33M
100 76.03M 100 76.03M 0 0 71.63M 0 00:01 00:01 70.33M
100 76.03M 100 76.03M 0 0 71.63M 0 00:01 00:01 70.33M
100 76.03M 100 76.03M 0 0 71.63M 0 00:01 00:01 70.33M |
| 123 | 2026-08-14T11:53:33.660Z | +++ digest -a sha256 tofino_sde.p5p |
| 124 | 2026-08-14T11:53:33.707Z | ++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 125 | 2026-08-14T11:53:33.710Z | ++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']' |
| 126 | 2026-08-14T11:53:33.710Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 127 | 2026-08-14T11:53:37.542Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-08-14T11:53:37.853Z | Startup: Caching catalogs ... Done |
| 129 | 2026-08-14T11:53:37.904Z | Startup: Refreshing catalog 'oxide' ... Done |
| 130 | 2026-08-14T11:53:39.837Z | Planning: Solver setup ... Done |
| 131 | 2026-08-14T11:53:39.894Z | Planning: Running solver ... Done |
| 132 | 2026-08-14T11:53:39.932Z | Planning: Finding local manifests ... Done |
| 133 | 2026-08-14T11:53:39.935Z | Planning: Fetching manifests: 1/1 100% complete |
| 134 | 2026-08-14T11:53:39.939Z | Planning: Fetching manifests: 1/1 100% complete |
| 135 | 2026-08-14T11:53:39.953Z | Planning: Package planning ... Done |
| 136 | 2026-08-14T11:53:39.956Z | Planning: Merging actions ... Done |
| 137 | 2026-08-14T11:53:40.051Z | Planning: Checking for conflicting actions ... Done |
| 138 | 2026-08-14T11:53:40.055Z | Planning: Consolidating action changes ... Done |
| 139 | 2026-08-14T11:53:40.827Z | Planning: Evaluating mediators ... Done |
| 140 | 2026-08-14T11:53:40.830Z | Planning: Planning completed in 2.92 seconds |
| 141 | 2026-08-14T11:53:40.834Z | Packages to install: 1 |
| 142 | 2026-08-14T11:53:40.837Z | Create boot environment: No |
| 143 | 2026-08-14T11:53:40.837Z | Create backup boot environment: No |
| 144 | 2026-08-14T11:53:40.860Z | |
| 145 | 2026-08-14T11:53:40.860Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 146 | 2026-08-14T11:53:40.994Z | Download: Completed 75.30 MB in 0.13 seconds (562M/s) |
| 147 | 2026-08-14T11:53:41.171Z | Actions: 1/293 actions (Installing new actions) |
| 148 | 2026-08-14T11:53:42.130Z | Actions: Completed 293 actions in 0.96 seconds. |
| 149 | 2026-08-14T11:53:42.133Z | Finalize: Updating package state database ... Done |
| 150 | 2026-08-14T11:53:42.174Z | Finalize: Updating package cache ... Done |
| 151 | 2026-08-14T11:53:42.254Z | Finalize: Updating image state ... Done |
| 152 | 2026-08-14T11:53:44.780Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-08-14T11:53:44.855Z | Finalize: Reading search index ... Done |
| 154 | 2026-08-14T11:53:44.859Z | Finalize: Updating search index ... Done |
| 155 | 2026-08-14T11:53:45.066Z | Finalize: Updating package cache ... Done |
| 156 | 2026-08-14T11:53:45.218Z | ++ export SDE=/opt/oxide/tofino_sde |
| 157 | 2026-08-14T11:53:45.218Z | ++ SDE=/opt/oxide/tofino_sde |
| 158 | 2026-08-14T11:53:45.218Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 159 | 2026-08-14T11:53:45.218Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 160 | 2026-08-14T11:53:45.221Z | ++ banner packages |
| 161 | 2026-08-14T11:53:45.221Z | |
| 162 | 2026-08-14T11:53:45.221Z | ##### ## #### # # ## #### ###### #### |
| 163 | 2026-08-14T11:53:45.221Z | # # # # # # # # # # # # # # |
| 164 | 2026-08-14T11:53:45.221Z | # # # # # #### # # # ##### #### |
| 165 | 2026-08-14T11:53:45.221Z | ##### ###### # # # ###### # ### # # |
| 166 | 2026-08-14T11:53:45.221Z | # # # # # # # # # # # # # # |
| 167 | 2026-08-14T11:53:45.221Z | # # # #### # # # # #### ###### #### |
| 168 | 2026-08-14T11:53:45.221Z | |
| 169 | 2026-08-14T11:53:45.221Z | ++ pfexec pkg install clang-15 pcap gcc14 |
| 170 | 2026-08-14T11:53:45.488Z | Startup: Refreshing catalog 'helios' ... Done |
| 171 | 2026-08-14T11:53:45.491Z | Startup: Refreshing catalog 'oxide' ... Done |
| 172 | 2026-08-14T11:53:47.073Z | Planning: Solver setup ... Done |
| 173 | 2026-08-14T11:53:47.131Z | Planning: Running solver ... Done |
| 174 | 2026-08-14T11:53:47.172Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-08-14T11:53:47.172Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-08-14T11:53:47.175Z | Planning: Planning completed in 1.68 seconds |
| 177 | 2026-08-14T11:53:47.189Z | No updates necessary for this image. |
| 178 | 2026-08-14T11:53:47.311Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 179 | 2026-08-14T11:53:47.525Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-08-14T11:53:47.639Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-08-14T11:53:47.643Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-08-14T11:53:47.805Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-08-14T11:53:47.808Z | Planning: Planning completed in 0.28 seconds |
| 184 | 2026-08-14T11:53:47.830Z | Mediators to change: 2 |
| 185 | 2026-08-14T11:53:47.830Z | Create boot environment: No |
| 186 | 2026-08-14T11:53:47.830Z | Create backup boot environment: No |
| 187 | 2026-08-14T11:53:47.884Z | Finalize: Updating package state database ... Done |
| 188 | 2026-08-14T11:53:47.884Z | Finalize: Updating package cache ... Done |
| 189 | 2026-08-14T11:53:47.927Z | Finalize: Updating image state ... Done |
| 190 | 2026-08-14T11:53:49.937Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-08-14T11:53:50.007Z | Finalize: Reading search index ... Done |
| 192 | 2026-08-14T11:53:50.010Z | Finalize: Updating search index ... Done |
| 193 | 2026-08-14T11:53:50.098Z | Finalize: Updating package cache ... Done |
| 194 | 2026-08-14T11:53:50.170Z | ++ cargo --version |
| 195 | 2026-08-14T11:53:50.181Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 196 | 2026-08-14T11:53:50.184Z | ++ rustc --version |
| 197 | 2026-08-14T11:53:50.204Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 198 | 2026-08-14T11:53:50.208Z | + banner copyrights |
| 199 | 2026-08-14T11:53:50.213Z | |
| 200 | 2026-08-14T11:53:50.213Z | #### #### ##### # # ##### # #### # # ##### #### |
| 201 | 2026-08-14T11:53:50.213Z | # # # # # # # # # # # # # # # # # |
| 202 | 2026-08-14T11:53:50.213Z | # # # # # # # # # # ###### # #### |
| 203 | 2026-08-14T11:53:50.213Z | # # # ##### # ##### # # ### # # # # |
| 204 | 2026-08-14T11:53:50.213Z | # # # # # # # # # # # # # # # # |
| 205 | 2026-08-14T11:53:50.213Z | #### #### # # # # # #### # # # #### |
| 206 | 2026-08-14T11:53:50.213Z | |
| 207 | 2026-08-14T11:53:50.213Z | + ./tools/check_copyrights.sh |
| 208 | 2026-08-14T11:53:50.502Z | common/src/illumos.rs: Copyright with wrong year |
| 209 | 2026-08-14T11:53:51.292Z | dpd/p4/headers.p4: Copyright with wrong year |
| 210 | 2026-08-14T11:53:51.759Z | packet/src/eth.rs: Copyright with wrong year |
| 211 | 2026-08-14T11:53:51.852Z | pcap/build.rs: Copyright with wrong year |
| 212 | 2026-08-14T11:53:52.024Z | tfportd/src/linklocal.rs: Copyright with wrong year |
| 213 | 2026-08-14T11:53:52.258Z | + banner clippy |
| 214 | 2026-08-14T11:53:52.261Z | |
| 215 | 2026-08-14T11:53:52.261Z | #### # # ##### ##### # # |
| 216 | 2026-08-14T11:53:52.261Z | # # # # # # # # # # |
| 217 | 2026-08-14T11:53:52.261Z | # # # # # # # # |
| 218 | 2026-08-14T11:53:52.261Z | # # # ##### ##### # |
| 219 | 2026-08-14T11:53:52.262Z | # # # # # # # |
| 220 | 2026-08-14T11:53:52.262Z | #### ###### # # # # |
| 221 | 2026-08-14T11:53:52.262Z | |
| 222 | 2026-08-14T11:53:52.262Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 223 | 2026-08-14T11:53:52.262Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 224 | 2026-08-14T11:53:52.405Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 225 | 2026-08-14T11:54:06.274Z | Updating crates.io index |
| 226 | 2026-08-14T11:54:06.277Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 227 | 2026-08-14T11:54:06.702Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 228 | 2026-08-14T11:54:07.724Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 229 | 2026-08-14T11:54:08.112Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 230 | 2026-08-14T11:54:08.456Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 231 | 2026-08-14T11:54:09.341Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 232 | 2026-08-14T11:54:09.626Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 233 | 2026-08-14T11:54:09.993Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 234 | 2026-08-14T11:54:10.388Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 235 | 2026-08-14T11:54:10.762Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 236 | 2026-08-14T11:54:11.269Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 237 | 2026-08-14T11:54:11.621Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 238 | 2026-08-14T11:54:12.287Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 239 | 2026-08-14T11:54:12.617Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 240 | 2026-08-14T11:54:12.974Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 241 | 2026-08-14T11:54:13.820Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 242 | 2026-08-14T11:54:14.152Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 243 | 2026-08-14T11:54:14.563Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 244 | 2026-08-14T11:54:15.259Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 245 | 2026-08-14T11:54:15.580Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 246 | 2026-08-14T11:54:15.905Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 247 | 2026-08-14T11:54:17.523Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 248 | 2026-08-14T11:54:18.092Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-08-14T11:54:18.597Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 250 | 2026-08-14T11:54:20.336Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 251 | 2026-08-14T11:54:21.236Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 252 | 2026-08-14T11:54:21.560Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-08-14T11:54:22.124Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 254 | 2026-08-14T11:54:23.940Z | Downloading crates ... |
| 255 | 2026-08-14T11:54:24.006Z | Downloaded atomic-waker v1.1.2 |
| 256 | 2026-08-14T11:54:24.013Z | Downloaded adler2 v2.0.1 |
| 257 | 2026-08-14T11:54:24.017Z | Downloaded arrayvec v0.7.6 |
| 258 | 2026-08-14T11:54:24.020Z | Downloaded crypto-common v0.1.6 |
| 259 | 2026-08-14T11:54:24.020Z | Downloaded const_format_proc_macros v0.2.34 |
| 260 | 2026-08-14T11:54:24.024Z | Downloaded crc8 v0.1.1 |
| 261 | 2026-08-14T11:54:24.024Z | Downloaded atomicwrites v0.4.4 |
| 262 | 2026-08-14T11:54:24.027Z | Downloaded anstyle v1.0.14 |
| 263 | 2026-08-14T11:54:24.030Z | Downloaded dof v0.3.0 |
| 264 | 2026-08-14T11:54:24.030Z | Downloaded defmt-parser v1.0.0 |
| 265 | 2026-08-14T11:54:24.033Z | Downloaded anyhow v1.0.102 |
| 266 | 2026-08-14T11:54:24.036Z | Downloaded data-encoding v2.9.0 |
| 267 | 2026-08-14T11:54:24.040Z | Downloaded dof v0.4.0 |
| 268 | 2026-08-14T11:54:24.040Z | Downloaded displaydoc v0.2.5 |
| 269 | 2026-08-14T11:54:24.043Z | Downloaded group v0.13.0 |
| 270 | 2026-08-14T11:54:24.043Z | Downloaded allocator-api2 v0.2.21 |
| 271 | 2026-08-14T11:54:24.047Z | Downloaded heck v0.4.1 |
| 272 | 2026-08-14T11:54:24.050Z | Downloaded async-trait v0.1.89 |
| 273 | 2026-08-14T11:54:24.053Z | Downloaded foreign-types-shared v0.1.1 |
| 274 | 2026-08-14T11:54:24.053Z | Downloaded cstr-argument v0.1.2 |
| 275 | 2026-08-14T11:54:24.056Z | Downloaded httparse v1.10.1 |
| 276 | 2026-08-14T11:54:24.059Z | Downloaded crypto-common v0.2.2 |
| 277 | 2026-08-14T11:54:24.059Z | Downloaded generic-array v0.14.7 |
| 278 | 2026-08-14T11:54:24.062Z | Downloaded hex v0.4.3 |
| 279 | 2026-08-14T11:54:24.066Z | Downloaded git-stub v1.0.0 |
| 280 | 2026-08-14T11:54:24.066Z | Downloaded crucible-workspace-hack v0.1.0 |
| 281 | 2026-08-14T11:54:24.069Z | Downloaded git-stub-vcs v0.1.0 |
| 282 | 2026-08-14T11:54:24.069Z | Downloaded digest v0.10.7 |
| 283 | 2026-08-14T11:54:24.073Z | Downloaded bytes v1.12.0 |
| 284 | 2026-08-14T11:54:24.076Z | Downloaded foreign-types-shared v0.3.1 |
| 285 | 2026-08-14T11:54:24.077Z | Downloaded anstyle-query v1.1.4 |
| 286 | 2026-08-14T11:54:24.080Z | Downloaded fnv v1.0.7 |
| 287 | 2026-08-14T11:54:24.080Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 288 | 2026-08-14T11:54:24.084Z | Downloaded foreign-types-macros v0.2.3 |
| 289 | 2026-08-14T11:54:24.084Z | Downloaded equivalent v1.0.2 |
| 290 | 2026-08-14T11:54:24.087Z | Downloaded clap_lex v1.1.0 |
| 291 | 2026-08-14T11:54:24.087Z | Downloaded float-ord v0.3.2 |
| 292 | 2026-08-14T11:54:24.090Z | Downloaded foreign-types v0.5.0 |
| 293 | 2026-08-14T11:54:24.093Z | Downloaded anstream v1.0.0 |
| 294 | 2026-08-14T11:54:24.093Z | Downloaded embedded-io v0.6.1 |
| 295 | 2026-08-14T11:54:24.096Z | Downloaded convert_case v0.4.0 |
| 296 | 2026-08-14T11:54:24.100Z | Downloaded darling_macro v0.21.3 |
| 297 | 2026-08-14T11:54:24.100Z | Downloaded colorchoice v1.0.4 |
| 298 | 2026-08-14T11:54:24.103Z | Downloaded fs_extra v1.3.0 |
| 299 | 2026-08-14T11:54:24.103Z | Downloaded cfg-if v1.0.4 |
| 300 | 2026-08-14T11:54:24.106Z | Downloaded hostname v0.4.2 |
| 301 | 2026-08-14T11:54:24.106Z | Downloaded base16ct v0.2.0 |
| 302 | 2026-08-14T11:54:24.109Z | Downloaded block-buffer v0.10.4 |
| 303 | 2026-08-14T11:54:24.112Z | Downloaded fastrand v2.3.0 |
| 304 | 2026-08-14T11:54:24.112Z | Downloaded hash32 v0.3.1 |
| 305 | 2026-08-14T11:54:24.117Z | Downloaded embedded-io v0.4.0 |
| 306 | 2026-08-14T11:54:24.117Z | Downloaded heck v0.5.0 |
| 307 | 2026-08-14T11:54:24.120Z | Downloaded foreign-types v0.3.2 |
| 308 | 2026-08-14T11:54:24.120Z | Downloaded futures-core v0.3.32 |
| 309 | 2026-08-14T11:54:24.124Z | Downloaded enum-as-inner v0.6.1 |
| 310 | 2026-08-14T11:54:24.124Z | Downloaded foldhash v0.1.5 |
| 311 | 2026-08-14T11:54:24.127Z | Downloaded erased-serde v0.3.31 |
| 312 | 2026-08-14T11:54:24.127Z | Downloaded dtrace-parser v0.2.0 |
| 313 | 2026-08-14T11:54:24.130Z | Downloaded block-buffer v0.12.0 |
| 314 | 2026-08-14T11:54:24.130Z | Downloaded futures-io v0.3.32 |
| 315 | 2026-08-14T11:54:24.133Z | Downloaded futures-task v0.3.32 |
| 316 | 2026-08-14T11:54:24.133Z | Downloaded cobs v0.3.0 |
| 317 | 2026-08-14T11:54:24.136Z | Downloaded dtrace-parser v0.3.0 |
| 318 | 2026-08-14T11:54:24.140Z | Downloaded hostname v0.3.1 |
| 319 | 2026-08-14T11:54:24.140Z | Downloaded hubpack_derive v0.1.1 |
| 320 | 2026-08-14T11:54:24.143Z | Downloaded hubpack v0.1.2 |
| 321 | 2026-08-14T11:54:24.143Z | Downloaded debug-ignore v1.0.5 |
| 322 | 2026-08-14T11:54:24.146Z | Downloaded http-body v1.0.1 |
| 323 | 2026-08-14T11:54:24.146Z | Downloaded gethostname v0.5.0 |
| 324 | 2026-08-14T11:54:24.150Z | Downloaded cargo_metadata v0.18.1 |
| 325 | 2026-08-14T11:54:24.150Z | Downloaded futures-macro v0.3.32 |
| 326 | 2026-08-14T11:54:24.153Z | Downloaded daft-derive v0.1.5 |
| 327 | 2026-08-14T11:54:24.156Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 328 | 2026-08-14T11:54:24.156Z | Downloaded glob v0.3.3 |
| 329 | 2026-08-14T11:54:24.159Z | Downloaded camino-tempfile v1.4.1 |
| 330 | 2026-08-14T11:54:24.162Z | Downloaded filetime v0.2.26 |
| 331 | 2026-08-14T11:54:24.162Z | Downloaded deranged v0.5.3 |
| 332 | 2026-08-14T11:54:24.165Z | Downloaded futures-channel v0.3.32 |
| 333 | 2026-08-14T11:54:24.165Z | Downloaded indent_write v2.2.0 |
| 334 | 2026-08-14T11:54:24.168Z | Downloaded colored v3.1.1 |
| 335 | 2026-08-14T11:54:24.172Z | Downloaded ident_case v1.0.1 |
| 336 | 2026-08-14T11:54:24.172Z | Downloaded is-terminal v0.4.16 |
| 337 | 2026-08-14T11:54:24.175Z | Downloaded is_terminal_polyfill v1.70.1 |
| 338 | 2026-08-14T11:54:24.175Z | Downloaded keccak v0.1.6 |
| 339 | 2026-08-14T11:54:24.178Z | Downloaded is_ci v1.2.0 |
| 340 | 2026-08-14T11:54:24.178Z | Downloaded lazy_static v1.5.0 |
| 341 | 2026-08-14T11:54:24.181Z | Downloaded kstat-rs v0.2.4 |
| 342 | 2026-08-14T11:54:24.181Z | Downloaded instant v0.1.13 |
| 343 | 2026-08-14T11:54:24.184Z | Downloaded itoa v1.0.15 |
| 344 | 2026-08-14T11:54:24.187Z | Downloaded fs-err v3.1.2 |
| 345 | 2026-08-14T11:54:24.187Z | Downloaded hyper-tls v0.6.0 |
| 346 | 2026-08-14T11:54:24.190Z | Downloaded digest v0.11.3 |
| 347 | 2026-08-14T11:54:24.190Z | Downloaded highway v1.3.0 |
| 348 | 2026-08-14T11:54:24.193Z | Downloaded globset v0.4.16 |
| 349 | 2026-08-14T11:54:24.197Z | Downloaded http-body-util v0.1.3 |
| 350 | 2026-08-14T11:54:24.197Z | Downloaded ff v0.13.1 |
| 351 | 2026-08-14T11:54:24.200Z | Downloaded critical-section v1.2.0 |
| 352 | 2026-08-14T11:54:24.200Z | Downloaded httpdate v1.0.3 |
| 353 | 2026-08-14T11:54:24.203Z | Downloaded find-msvc-tools v0.1.9 |
| 354 | 2026-08-14T11:54:24.203Z | Downloaded cmake v0.1.54 |
| 355 | 2026-08-14T11:54:24.206Z | Downloaded bytecount v0.6.9 |
| 356 | 2026-08-14T11:54:24.209Z | Downloaded daft v0.1.5 |
| 357 | 2026-08-14T11:54:24.209Z | Downloaded chacha20 v0.9.1 |
| 358 | 2026-08-14T11:54:24.213Z | Downloaded csv-core v0.1.12 |
| 359 | 2026-08-14T11:54:24.213Z | Downloaded backoff v0.4.0 |
| 360 | 2026-08-14T11:54:24.216Z | Downloaded bitflags v1.3.2 |
| 361 | 2026-08-14T11:54:24.216Z | Downloaded humantime v2.3.0 |
| 362 | 2026-08-14T11:54:24.219Z | Downloaded either v1.15.0 |
| 363 | 2026-08-14T11:54:24.222Z | Downloaded defmt v1.0.1 |
| 364 | 2026-08-14T11:54:24.225Z | Downloaded linked-hash-map v0.5.6 |
| 365 | 2026-08-14T11:54:24.225Z | Downloaded elliptic-curve v0.13.8 |
| 366 | 2026-08-14T11:54:24.228Z | Downloaded managed v0.8.0 |
| 367 | 2026-08-14T11:54:24.231Z | Downloaded match_cfg v0.1.0 |
| 368 | 2026-08-14T11:54:24.231Z | Downloaded mime v0.3.17 |
| 369 | 2026-08-14T11:54:24.234Z | Downloaded idna_adapter v1.2.1 |
| 370 | 2026-08-14T11:54:24.234Z | Downloaded fixedbitset v0.5.7 |
| 371 | 2026-08-14T11:54:24.237Z | Downloaded ipnet v2.11.0 |
| 372 | 2026-08-14T11:54:24.237Z | Downloaded crossbeam-epoch v0.9.18 |
| 373 | 2026-08-14T11:54:24.240Z | Downloaded jobserver v0.1.34 |
| 374 | 2026-08-14T11:54:24.243Z | Downloaded async-compression v0.4.33 |
| 375 | 2026-08-14T11:54:24.246Z | Downloaded newtype_derive v0.1.6 |
| 376 | 2026-08-14T11:54:24.249Z | Downloaded num-derive v0.4.2 |
| 377 | 2026-08-14T11:54:24.249Z | Downloaded num v0.4.3 |
| 378 | 2026-08-14T11:54:24.252Z | Downloaded newtype-uuid-macros v0.1.0 |
| 379 | 2026-08-14T11:54:24.252Z | Downloaded newline-converter v0.3.0 |
| 380 | 2026-08-14T11:54:24.255Z | Downloaded memoffset v0.9.1 |
| 381 | 2026-08-14T11:54:24.255Z | Downloaded memmap v0.7.0 |
| 382 | 2026-08-14T11:54:24.259Z | Downloaded ipnetwork v0.21.1 |
| 383 | 2026-08-14T11:54:24.259Z | Downloaded ingot-types v0.1.2 |
| 384 | 2026-08-14T11:54:24.262Z | Downloaded ingot v0.1.1 |
| 385 | 2026-08-14T11:54:24.262Z | Downloaded console v0.15.11 |
| 386 | 2026-08-14T11:54:24.265Z | Downloaded macaddr v1.0.1 |
| 387 | 2026-08-14T11:54:24.265Z | Downloaded lru-slab v0.1.2 |
| 388 | 2026-08-14T11:54:24.268Z | Downloaded num-iter v0.1.45 |
| 389 | 2026-08-14T11:54:24.268Z | Downloaded lru-cache v0.1.2 |
| 390 | 2026-08-14T11:54:24.271Z | Downloaded crossbeam-utils v0.8.21 |
| 391 | 2026-08-14T11:54:24.274Z | Downloaded num-conv v0.2.1 |
| 392 | 2026-08-14T11:54:24.274Z | Downloaded libscf-sys v1.2.0 |
| 393 | 2026-08-14T11:54:24.277Z | Downloaded cookie v0.18.1 |
| 394 | 2026-08-14T11:54:24.277Z | Downloaded num_enum_derive v0.5.11 |
| 395 | 2026-08-14T11:54:24.280Z | Downloaded olpc-cjson v0.1.4 |
| 396 | 2026-08-14T11:54:24.280Z | Downloaded derive-where v1.6.0 |
| 397 | 2026-08-14T11:54:24.283Z | Downloaded blake2 v0.10.6 |
| 398 | 2026-08-14T11:54:24.286Z | Downloaded openssl-macros v0.1.1 |
| 399 | 2026-08-14T11:54:24.286Z | Downloaded omicron-workspace-hack v0.1.0 |
| 400 | 2026-08-14T11:54:24.289Z | Downloaded darling v0.21.3 |
| 401 | 2026-08-14T11:54:24.292Z | Downloaded libsw v3.5.0 |
| 402 | 2026-08-14T11:54:24.292Z | Downloaded clap_derive v4.6.1 |
| 403 | 2026-08-14T11:54:24.297Z | Downloaded percent-encoding v2.3.2 |
| 404 | 2026-08-14T11:54:24.297Z | Downloaded num_threads v0.1.7 |
| 405 | 2026-08-14T11:54:24.300Z | Downloaded ciborium v0.2.2 |
| 406 | 2026-08-14T11:54:24.300Z | Downloaded opaque-debug v0.3.1 |
| 407 | 2026-08-14T11:54:24.300Z | Downloaded hybrid-array v0.4.12 |
| 408 | 2026-08-14T11:54:24.303Z | Downloaded lock_api v0.4.14 |
| 409 | 2026-08-14T11:54:24.303Z | Downloaded const-oid v0.10.2 |
| 410 | 2026-08-14T11:54:24.306Z | Downloaded libsw-core v0.3.2 |
| 411 | 2026-08-14T11:54:24.309Z | Downloaded bitflags v2.11.1 |
| 412 | 2026-08-14T11:54:24.312Z | Downloaded newtype-uuid v1.3.2 |
| 413 | 2026-08-14T11:54:24.312Z | Downloaded clap v4.6.1 |
| 414 | 2026-08-14T11:54:24.317Z | Downloaded phf_shared v0.12.1 |
| 415 | 2026-08-14T11:54:24.320Z | Downloaded openssl-probe v0.1.6 |
| 416 | 2026-08-14T11:54:24.320Z | Downloaded plain v0.2.3 |
| 417 | 2026-08-14T11:54:24.323Z | Downloaded native-tls v0.2.14 |
| 418 | 2026-08-14T11:54:24.323Z | Downloaded multer v3.1.0 |
| 419 | 2026-08-14T11:54:24.326Z | Downloaded linear-map v1.2.0 |
| 420 | 2026-08-14T11:54:24.329Z | Downloaded getrandom v0.4.2 |
| 421 | 2026-08-14T11:54:24.332Z | Downloaded iana-time-zone v0.1.64 |
| 422 | 2026-08-14T11:54:24.332Z | Downloaded ingot-macros v0.1.1 |
| 423 | 2026-08-14T11:54:24.335Z | Downloaded drift v0.2.0 |
| 424 | 2026-08-14T11:54:24.339Z | Downloaded num-integer v0.1.46 |
| 425 | 2026-08-14T11:54:24.342Z | Downloaded getrandom v0.3.3 |
| 426 | 2026-08-14T11:54:24.345Z | Downloaded num-rational v0.4.2 |
| 427 | 2026-08-14T11:54:24.345Z | Downloaded num-complex v0.4.6 |
| 428 | 2026-08-14T11:54:24.348Z | Downloaded potential_utf v0.1.3 |
| 429 | 2026-08-14T11:54:24.348Z | Downloaded pretty-hex v0.4.1 |
| 430 | 2026-08-14T11:54:24.351Z | Downloaded num_enum v0.5.11 |
| 431 | 2026-08-14T11:54:24.355Z | Downloaded icu_properties v2.0.1 |
| 432 | 2026-08-14T11:54:24.358Z | Downloaded dropshot_endpoint v0.17.1 |
| 433 | 2026-08-14T11:54:24.358Z | Downloaded dropshot_endpoint v0.16.7 |
| 434 | 2026-08-14T11:54:24.361Z | Downloaded quick-error v1.2.3 |
| 435 | 2026-08-14T11:54:24.364Z | Downloaded progenitor-macro v0.14.0 |
| 436 | 2026-08-14T11:54:24.364Z | Downloaded parse-display v0.10.0 |
| 437 | 2026-08-14T11:54:24.364Z | Downloaded num_enum_derive v0.7.5 |
| 438 | 2026-08-14T11:54:24.367Z | Downloaded proc-macro-crate v1.3.1 |
| 439 | 2026-08-14T11:54:24.367Z | Downloaded progenitor-macro v0.11.1 |
| 440 | 2026-08-14T11:54:24.370Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 441 | 2026-08-14T11:54:24.370Z | Downloaded proc-macro-error-attr v1.0.4 |
| 442 | 2026-08-14T11:54:24.373Z | Downloaded password-hash v0.5.0 |
| 443 | 2026-08-14T11:54:24.373Z | Downloaded progenitor-client v0.11.1 |
| 444 | 2026-08-14T11:54:24.376Z | Downloaded progenitor-client v0.14.0 |
| 445 | 2026-08-14T11:54:24.376Z | Downloaded progenitor-client v0.10.0 |
| 446 | 2026-08-14T11:54:24.376Z | Downloaded rand_chacha v0.3.1 |
| 447 | 2026-08-14T11:54:24.379Z | Downloaded parse-display-derive v0.10.0 |
| 448 | 2026-08-14T11:54:24.379Z | Downloaded num_enum v0.7.5 |
| 449 | 2026-08-14T11:54:24.382Z | Downloaded libloading v0.8.9 |
| 450 | 2026-08-14T11:54:24.385Z | Downloaded hyper-rustls v0.27.7 |
| 451 | 2026-08-14T11:54:24.388Z | Downloaded progenitor-macro v0.10.0 |
| 452 | 2026-08-14T11:54:24.388Z | Downloaded oxnet v0.1.6 |
| 453 | 2026-08-14T11:54:24.391Z | Downloaded oxide-tokio-rt v0.1.2 |
| 454 | 2026-08-14T11:54:24.391Z | Downloaded litemap v0.8.0 |
| 455 | 2026-08-14T11:54:24.394Z | Downloaded derive_more v0.99.20 |
| 456 | 2026-08-14T11:54:24.397Z | Downloaded pin-project-lite v0.2.16 |
| 457 | 2026-08-14T11:54:24.400Z | Downloaded ppv-lite86 v0.2.21 |
| 458 | 2026-08-14T11:54:24.400Z | Downloaded pkg-config v0.3.32 |
| 459 | 2026-08-14T11:54:24.403Z | Downloaded pin-project-internal v1.1.10 |
| 460 | 2026-08-14T11:54:24.403Z | Downloaded ref-cast v1.0.25 |
| 461 | 2026-08-14T11:54:24.406Z | Downloaded ref-cast-impl v1.0.25 |
| 462 | 2026-08-14T11:54:24.406Z | Downloaded rand_xorshift v0.4.0 |
| 463 | 2026-08-14T11:54:24.410Z | Downloaded flate2 v1.1.2 |
| 464 | 2026-08-14T11:54:24.413Z | Downloaded paste v1.0.15 |
| 465 | 2026-08-14T11:54:24.413Z | Downloaded heapless v0.8.0 |
| 466 | 2026-08-14T11:54:24.416Z | Downloaded icu_provider v2.0.0 |
| 467 | 2026-08-14T11:54:24.419Z | Downloaded icu_normalizer_data v2.0.0 |
| 468 | 2026-08-14T11:54:24.422Z | Downloaded proc-macro-error2 v2.0.1 |
| 469 | 2026-08-14T11:54:24.422Z | Downloaded icu_normalizer v2.0.0 |
| 470 | 2026-08-14T11:54:24.425Z | Downloaded rustc_version v0.4.1 |
| 471 | 2026-08-14T11:54:24.428Z | Downloaded progenitor v0.11.1 |
| 472 | 2026-08-14T11:54:24.428Z | Downloaded poly1305 v0.8.0 |
| 473 | 2026-08-14T11:54:24.431Z | Downloaded powerfmt v0.2.0 |
| 474 | 2026-08-14T11:54:24.431Z | Downloaded rustc_version v0.1.7 |
| 475 | 2026-08-14T11:54:24.434Z | Downloaded half v2.7.1 |
| 476 | 2026-08-14T11:54:24.434Z | Downloaded parking_lot_core v0.9.12 |
| 477 | 2026-08-14T11:54:24.437Z | Downloaded rustc-hash v2.1.1 |
| 478 | 2026-08-14T11:54:24.437Z | Downloaded parking_lot v0.12.5 |
| 479 | 2026-08-14T11:54:24.440Z | Downloaded memmap2 v0.9.8 |
| 480 | 2026-08-14T11:54:24.440Z | Downloaded same-file v1.0.6 |
| 481 | 2026-08-14T11:54:24.443Z | Downloaded scopeguard v1.2.0 |
| 482 | 2026-08-14T11:54:24.443Z | Downloaded rand_core v0.6.4 |
| 483 | 2026-08-14T11:54:24.446Z | Downloaded const_format v0.2.34 |
| 484 | 2026-08-14T11:54:24.449Z | Downloaded rand_chacha v0.9.0 |
| 485 | 2026-08-14T11:54:24.449Z | Downloaded serde-big-array v0.5.1 |
| 486 | 2026-08-14T11:54:24.452Z | Downloaded search_path v0.1.4 |
| 487 | 2026-08-14T11:54:24.452Z | Downloaded rand_core v0.9.3 |
| 488 | 2026-08-14T11:54:24.455Z | Downloaded indexmap v1.9.3 |
| 489 | 2026-08-14T11:54:24.458Z | Downloaded proc-macro-error v1.0.4 |
| 490 | 2026-08-14T11:54:24.458Z | Downloaded progenitor v0.14.0 |
| 491 | 2026-08-14T11:54:24.460Z | Downloaded chacha20poly1305 v0.10.1 |
| 492 | 2026-08-14T11:54:24.460Z | Downloaded icu_locale_core v2.0.0 |
| 493 | 2026-08-14T11:54:24.465Z | Downloaded serde_plain v1.0.2 |
| 494 | 2026-08-14T11:54:24.468Z | Downloaded once_cell v1.21.3 |
| 495 | 2026-08-14T11:54:24.468Z | Downloaded serde_repr v0.1.20 |
| 496 | 2026-08-14T11:54:24.471Z | Downloaded semver v0.1.20 |
| 497 | 2026-08-14T11:54:24.471Z | Downloaded serde_urlencoded v0.7.1 |
| 498 | 2026-08-14T11:54:24.471Z | Downloaded serde_spanned v1.1.1 |
| 499 | 2026-08-14T11:54:24.474Z | Downloaded serde_spanned v0.6.9 |
| 500 | 2026-08-14T11:54:24.474Z | Downloaded log v0.4.29 |
| 501 | 2026-08-14T11:54:24.478Z | Downloaded crypto-bigint v0.5.5 |
| 502 | 2026-08-14T11:54:24.481Z | Downloaded pest_derive v2.8.2 |
| 503 | 2026-08-14T11:54:24.481Z | Downloaded quote v1.0.45 |
| 504 | 2026-08-14T11:54:24.484Z | Downloaded pem v3.0.5 |
| 505 | 2026-08-14T11:54:24.487Z | Downloaded hmac v0.12.1 |
| 506 | 2026-08-14T11:54:24.487Z | Downloaded hickory-resolver v0.24.4 |
| 507 | 2026-08-14T11:54:24.490Z | Downloaded secrecy v0.10.3 |
| 508 | 2026-08-14T11:54:24.490Z | Downloaded num-traits v0.2.19 |
| 509 | 2026-08-14T11:54:24.493Z | Downloaded scroll_derive v0.13.1 |
| 510 | 2026-08-14T11:54:24.493Z | Downloaded scroll_derive v0.12.1 |
| 511 | 2026-08-14T11:54:24.496Z | Downloaded pest_meta v2.8.2 |
| 512 | 2026-08-14T11:54:24.496Z | Downloaded base64 v0.22.1 |
| 513 | 2026-08-14T11:54:24.499Z | Downloaded icu_collections v2.0.0 |
| 514 | 2026-08-14T11:54:24.503Z | Downloaded phf v0.12.1 |
| 515 | 2026-08-14T11:54:24.506Z | Downloaded rusty-fork v0.3.0 |
| 516 | 2026-08-14T11:54:24.506Z | Downloaded jiff-static v0.2.15 |
| 517 | 2026-08-14T11:54:24.506Z | Downloaded pest_generator v2.8.2 |
| 518 | 2026-08-14T11:54:24.509Z | Downloaded owo-colors v4.3.0 |
| 519 | 2026-08-14T11:54:24.509Z | Downloaded cancel-safe-futures v0.1.5 |
| 520 | 2026-08-14T11:54:24.512Z | Downloaded postcard v1.1.3 |
| 521 | 2026-08-14T11:54:24.515Z | Downloaded quinn-udp v0.5.14 |
| 522 | 2026-08-14T11:54:24.515Z | Downloaded scroll v0.13.0 |
| 523 | 2026-08-14T11:54:24.518Z | Downloaded rustls-pemfile v2.2.0 |
| 524 | 2026-08-14T11:54:24.518Z | Downloaded slog-bunyan v2.5.0 |
| 525 | 2026-08-14T11:54:24.518Z | Downloaded scroll v0.12.0 |
| 526 | 2026-08-14T11:54:24.522Z | Downloaded sha1 v0.10.6 |
| 527 | 2026-08-14T11:54:24.522Z | Downloaded resolv-conf v0.7.5 |
| 528 | 2026-08-14T11:54:24.525Z | Downloaded base64ct v1.8.0 |
| 529 | 2026-08-14T11:54:24.525Z | Downloaded sha1 v0.11.0 |
| 530 | 2026-08-14T11:54:24.528Z | Downloaded byteorder v1.5.0 |
| 531 | 2026-08-14T11:54:24.528Z | Downloaded clang-sys v1.8.1 |
| 532 | 2026-08-14T11:54:24.531Z | Downloaded siphasher v1.0.1 |
| 533 | 2026-08-14T11:54:24.531Z | Downloaded sigpipe v0.1.3 |
| 534 | 2026-08-14T11:54:24.531Z | Downloaded signal-hook-tokio v0.4.0 |
| 535 | 2026-08-14T11:54:24.534Z | Downloaded miniz_oxide v0.8.9 |
| 536 | 2026-08-14T11:54:24.534Z | Downloaded camino v1.2.3 |
| 537 | 2026-08-14T11:54:24.537Z | Downloaded smawk v0.3.2 |
| 538 | 2026-08-14T11:54:24.537Z | Downloaded anstyle-parse v1.0.0 |
| 539 | 2026-08-14T11:54:24.540Z | Downloaded strum v0.27.2 |
| 540 | 2026-08-14T11:54:24.540Z | Downloaded strsim v0.11.1 |
| 541 | 2026-08-14T11:54:24.543Z | Downloaded bit-vec v0.8.0 |
| 542 | 2026-08-14T11:54:24.543Z | Downloaded structmeta-derive v0.3.0 |
| 543 | 2026-08-14T11:54:24.543Z | Downloaded structmeta v0.3.0 |
| 544 | 2026-08-14T11:54:24.546Z | Downloaded omicron-zone-package v0.12.2 |
| 545 | 2026-08-14T11:54:24.546Z | Downloaded bcs v0.1.6 |
| 546 | 2026-08-14T11:54:24.549Z | Downloaded rustversion v1.0.22 |
| 547 | 2026-08-14T11:54:24.553Z | Downloaded defmt-macros v1.0.1 |
| 548 | 2026-08-14T11:54:24.553Z | Downloaded progenitor v0.10.0 |
| 549 | 2026-08-14T11:54:24.556Z | Downloaded hyper-util v0.1.20 |
| 550 | 2026-08-14T11:54:24.556Z | Downloaded hashbrown v0.12.3 |
| 551 | 2026-08-14T11:54:24.559Z | Downloaded hickory-resolver v0.25.2 |
| 552 | 2026-08-14T11:54:24.562Z | Downloaded proc-macro2 v1.0.106 |
| 553 | 2026-08-14T11:54:24.565Z | Downloaded darling_core v0.21.3 |
| 554 | 2026-08-14T11:54:24.568Z | Downloaded shlex v1.3.0 |
| 555 | 2026-08-14T11:54:24.568Z | Downloaded subtle v2.6.1 |
| 556 | 2026-08-14T11:54:24.571Z | Downloaded papergrid v0.11.0 |
| 557 | 2026-08-14T11:54:24.574Z | Downloaded papergrid v0.18.0 |
| 558 | 2026-08-14T11:54:24.577Z | Downloaded swrite v0.1.0 |
| 559 | 2026-08-14T11:54:24.577Z | Downloaded slab v0.4.11 |
| 560 | 2026-08-14T11:54:24.577Z | Downloaded futures-util v0.3.32 |
| 561 | 2026-08-14T11:54:24.583Z | Downloaded tabwriter v1.4.1 |
| 562 | 2026-08-14T11:54:24.586Z | Downloaded tabled_derive v0.7.0 |
| 563 | 2026-08-14T11:54:24.586Z | Downloaded supports-color v3.0.2 |
| 564 | 2026-08-14T11:54:24.586Z | Downloaded strum v0.28.0 |
| 565 | 2026-08-14T11:54:24.589Z | Downloaded strum v0.26.3 |
| 566 | 2026-08-14T11:54:24.589Z | Downloaded sync_wrapper v1.0.2 |
| 567 | 2026-08-14T11:54:24.589Z | Downloaded slog-json v2.6.1 |
| 568 | 2026-08-14T11:54:24.598Z | Downloaded testing_table v0.3.0 |
| 569 | 2026-08-14T11:54:24.598Z | Downloaded termtree v0.5.1 |
| 570 | 2026-08-14T11:54:24.598Z | Downloaded serde_derive_internals v0.29.1 |
| 571 | 2026-08-14T11:54:24.598Z | Downloaded tagptr v0.2.0 |
| 572 | 2026-08-14T11:54:24.598Z | Downloaded slog-dtrace v0.3.0 |
| 573 | 2026-08-14T11:54:24.598Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 574 | 2026-08-14T11:54:24.598Z | Downloaded serde_path_to_error v0.1.20 |
| 575 | 2026-08-14T11:54:24.598Z | Downloaded progenitor-impl v0.11.1 |
| 576 | 2026-08-14T11:54:24.602Z | Downloaded progenitor-impl v0.10.0 |
| 577 | 2026-08-14T11:54:24.602Z | Downloaded pin-project v1.1.10 |
| 578 | 2026-08-14T11:54:24.607Z | Downloaded slog-term v2.9.2 |
| 579 | 2026-08-14T11:54:24.610Z | Downloaded static_assertions v1.1.0 |
| 580 | 2026-08-14T11:54:24.610Z | Downloaded stable_deref_trait v1.2.0 |
| 581 | 2026-08-14T11:54:24.613Z | Downloaded smf v0.2.3 |
| 582 | 2026-08-14T11:54:24.613Z | Downloaded semver v1.0.28 |
| 583 | 2026-08-14T11:54:24.616Z | Downloaded sha2 v0.10.9 |
| 584 | 2026-08-14T11:54:24.616Z | Downloaded time-core v0.1.8 |
| 585 | 2026-08-14T11:54:24.616Z | Downloaded strum_macros v0.26.4 |
| 586 | 2026-08-14T11:54:24.619Z | Downloaded terminal_size v0.4.3 |
| 587 | 2026-08-14T11:54:24.620Z | Downloaded take_mut v0.2.2 |
| 588 | 2026-08-14T11:54:24.623Z | Downloaded signal-hook-registry v1.4.6 |
| 589 | 2026-08-14T11:54:24.623Z | Downloaded serde_with_macros v3.14.1 |
| 590 | 2026-08-14T11:54:24.623Z | Downloaded cc v1.2.64 |
| 591 | 2026-08-14T11:54:24.626Z | Downloaded minimal-lexical v0.2.1 |
| 592 | 2026-08-14T11:54:24.629Z | Downloaded serde_tokenstream v0.2.3 |
| 593 | 2026-08-14T11:54:24.629Z | Downloaded strum_macros v0.28.0 |
| 594 | 2026-08-14T11:54:24.632Z | Downloaded curl v0.4.50 |
| 595 | 2026-08-14T11:54:24.632Z | Downloaded tinyvec_macros v0.1.1 |
| 596 | 2026-08-14T11:54:24.635Z | Downloaded ryu v1.0.20 |
| 597 | 2026-08-14T11:54:24.635Z | Downloaded thread-id v4.2.2 |
| 598 | 2026-08-14T11:54:24.638Z | Downloaded schemars_derive v0.8.22 |
| 599 | 2026-08-14T11:54:24.638Z | Downloaded signal-hook v0.4.4 |
| 600 | 2026-08-14T11:54:24.641Z | Downloaded shlex v2.0.1 |
| 601 | 2026-08-14T11:54:24.641Z | Downloaded http v1.4.2 |
| 602 | 2026-08-14T11:54:24.644Z | Downloaded expectorate v1.2.0 |
| 603 | 2026-08-14T11:54:24.644Z | Downloaded slog-async v2.8.0 |
| 604 | 2026-08-14T11:54:24.647Z | Downloaded progenitor-impl v0.14.0 |
| 605 | 2026-08-14T11:54:24.647Z | Downloaded form_urlencoded v1.2.2 |
| 606 | 2026-08-14T11:54:24.650Z | Downloaded derive-ex v0.1.8 |
| 607 | 2026-08-14T11:54:24.650Z | Downloaded inout v0.1.4 |
| 608 | 2026-08-14T11:54:24.650Z | Downloaded internet-checksum v0.2.1 |
| 609 | 2026-08-14T11:54:24.650Z | Downloaded snafu-derive v0.8.9 |
| 610 | 2026-08-14T11:54:24.653Z | Downloaded crc32fast v1.5.0 |
| 611 | 2026-08-14T11:54:24.653Z | Downloaded thiserror-impl v1.0.69 |
| 612 | 2026-08-14T11:54:24.656Z | Downloaded thiserror v2.0.18 |
| 613 | 2026-08-14T11:54:24.659Z | Downloaded thiserror v1.0.69 |
| 614 | 2026-08-14T11:54:24.662Z | Downloaded toml_write v0.1.2 |
| 615 | 2026-08-14T11:54:24.662Z | Downloaded memchr v2.7.5 |
| 616 | 2026-08-14T11:54:24.665Z | Downloaded strum_macros v0.27.2 |
| 617 | 2026-08-14T11:54:24.665Z | Downloaded compression-codecs v0.4.32 |
| 618 | 2026-08-14T11:54:24.668Z | Downloaded cexpr v0.6.0 |
| 619 | 2026-08-14T11:54:24.671Z | Downloaded tower-layer v0.3.3 |
| 620 | 2026-08-14T11:54:24.671Z | Downloaded synstructure v0.13.2 |
| 621 | 2026-08-14T11:54:24.671Z | Downloaded smallvec v1.15.1 |
| 622 | 2026-08-14T11:54:24.674Z | Downloaded errno v0.3.14 |
| 623 | 2026-08-14T11:54:24.674Z | Downloaded autocfg v1.5.0 |
| 624 | 2026-08-14T11:54:24.674Z | Downloaded argon2 v0.5.3 |
| 625 | 2026-08-14T11:54:24.677Z | Downloaded fixedbitset v0.4.2 |
| 626 | 2026-08-14T11:54:24.677Z | Downloaded compression-core v0.4.32 |
| 627 | 2026-08-14T11:54:24.677Z | Downloaded aead v0.5.2 |
| 628 | 2026-08-14T11:54:24.680Z | Downloaded futures-sink v0.3.32 |
| 629 | 2026-08-14T11:54:24.680Z | Downloaded toml_datetime v0.6.11 |
| 630 | 2026-08-14T11:54:24.680Z | Downloaded ciborium-io v0.2.2 |
| 631 | 2026-08-14T11:54:24.683Z | Downloaded dyn-clone v1.0.20 |
| 632 | 2026-08-14T11:54:24.683Z | Downloaded cpufeatures v0.2.17 |
| 633 | 2026-08-14T11:54:24.683Z | Downloaded ciborium-ll v0.2.2 |
| 634 | 2026-08-14T11:54:24.686Z | Downloaded bit-set v0.8.0 |
| 635 | 2026-08-14T11:54:24.686Z | Downloaded async-stream v0.3.6 |
| 636 | 2026-08-14T11:54:24.686Z | Downloaded getrandom v0.2.16 |
| 637 | 2026-08-14T11:54:24.689Z | Downloaded foldhash v0.2.0 |
| 638 | 2026-08-14T11:54:24.692Z | Downloaded prettyplease v0.2.37 |
| 639 | 2026-08-14T11:54:24.692Z | Downloaded cargo-platform v0.1.9 |
| 640 | 2026-08-14T11:54:24.695Z | Downloaded futures v0.3.32 |
| 641 | 2026-08-14T11:54:24.695Z | Downloaded try-lock v0.2.5 |
| 642 | 2026-08-14T11:54:24.698Z | Downloaded cpufeatures v0.3.0 |
| 643 | 2026-08-14T11:54:24.698Z | Downloaded constant_time_eq v0.3.1 |
| 644 | 2026-08-14T11:54:24.698Z | Downloaded arrayref v0.3.9 |
| 645 | 2026-08-14T11:54:24.701Z | Downloaded futures-executor v0.3.32 |
| 646 | 2026-08-14T11:54:24.701Z | Downloaded dunce v1.0.5 |
| 647 | 2026-08-14T11:54:24.701Z | Downloaded cipher v0.4.4 |
| 648 | 2026-08-14T11:54:24.704Z | Downloaded tokio-rustls v0.25.0 |
| 649 | 2026-08-14T11:54:24.704Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 650 | 2026-08-14T11:54:24.707Z | Downloaded topological-sort v0.2.2 |
| 651 | 2026-08-14T11:54:24.707Z | Downloaded tokio-macros v2.7.0 |
| 652 | 2026-08-14T11:54:24.707Z | Downloaded unicode-linebreak v0.1.5 |
| 653 | 2026-08-14T11:54:24.707Z | Downloaded typify-macro v0.4.3 |
| 654 | 2026-08-14T11:54:24.711Z | Downloaded cfg_aliases v0.2.1 |
| 655 | 2026-08-14T11:54:24.711Z | Downloaded async-stream-impl v0.3.6 |
| 656 | 2026-08-14T11:54:24.711Z | Downloaded universal-hash v0.5.1 |
| 657 | 2026-08-14T11:54:24.711Z | Downloaded async-recursion v1.1.1 |
| 658 | 2026-08-14T11:54:24.714Z | Downloaded untrusted v0.9.0 |
| 659 | 2026-08-14T11:54:24.714Z | Downloaded tower-service v0.3.3 |
| 660 | 2026-08-14T11:54:24.717Z | Downloaded thiserror-no-std v2.0.2 |
| 661 | 2026-08-14T11:54:24.723Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 662 | 2026-08-14T11:54:24.726Z | Downloaded untrusted v0.7.1 |
| 663 | 2026-08-14T11:54:24.726Z | Downloaded unicode-xid v0.2.6 |
| 664 | 2026-08-14T11:54:24.726Z | Downloaded thiserror-impl v2.0.18 |
| 665 | 2026-08-14T11:54:24.729Z | Downloaded tinystr v0.8.1 |
| 666 | 2026-08-14T11:54:24.729Z | Downloaded usdt-attr-macro v0.6.0 |
| 667 | 2026-08-14T11:54:24.729Z | Downloaded usdt-attr-macro v0.5.0 |
| 668 | 2026-08-14T11:54:24.729Z | Downloaded utf8parse v0.2.2 |
| 669 | 2026-08-14T11:54:24.732Z | Downloaded unarray v0.1.4 |
| 670 | 2026-08-14T11:54:24.732Z | Downloaded usdt-macro v0.6.0 |
| 671 | 2026-08-14T11:54:24.732Z | Downloaded usdt v0.5.0 |
| 672 | 2026-08-14T11:54:24.735Z | Downloaded usdt v0.6.0 |
| 673 | 2026-08-14T11:54:24.735Z | Downloaded time-macros v0.2.27 |
| 674 | 2026-08-14T11:54:24.735Z | Downloaded thread_local v1.1.9 |
| 675 | 2026-08-14T11:54:24.738Z | Downloaded thread-id v5.0.0 |
| 676 | 2026-08-14T11:54:24.738Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 677 | 2026-08-14T11:54:24.738Z | Downloaded openssl-sys v0.9.117 |
| 678 | 2026-08-14T11:54:24.741Z | Downloaded spin v0.9.8 |
| 679 | 2026-08-14T11:54:24.744Z | Downloaded serde_derive v1.0.228 |
| 680 | 2026-08-14T11:54:24.744Z | Downloaded serde_core v1.0.228 |
| 681 | 2026-08-14T11:54:24.747Z | Downloaded usdt-macro v0.5.0 |
| 682 | 2026-08-14T11:54:24.747Z | Downloaded rayon-core v1.13.0 |
| 683 | 2026-08-14T11:54:24.750Z | Downloaded mio v1.2.1 |
| 684 | 2026-08-14T11:54:24.753Z | Downloaded tokio-native-tls v0.3.1 |
| 685 | 2026-08-14T11:54:24.753Z | Downloaded version_check v0.9.5 |
| 686 | 2026-08-14T11:54:24.757Z | Downloaded utf8_iter v1.0.4 |
| 687 | 2026-08-14T11:54:24.757Z | Downloaded tokio-dtrace v0.1.1 |
| 688 | 2026-08-14T11:54:24.757Z | Downloaded hashbrown v0.17.1 |
| 689 | 2026-08-14T11:54:24.760Z | Downloaded dropshot-api-manager v0.7.2 |
| 690 | 2026-08-14T11:54:24.763Z | Downloaded hashbrown v0.15.5 |
| 691 | 2026-08-14T11:54:24.766Z | Downloaded scuffle v0.1.0 |
| 692 | 2026-08-14T11:54:24.769Z | Downloaded crossbeam-deque v0.8.6 |
| 693 | 2026-08-14T11:54:24.769Z | Downloaded defmt v0.3.100 |
| 694 | 2026-08-14T11:54:24.772Z | Downloaded indexmap v2.14.0 |
| 695 | 2026-08-14T11:54:24.775Z | Downloaded want v0.3.1 |
| 696 | 2026-08-14T11:54:24.775Z | Downloaded xattr v1.6.1 |
| 697 | 2026-08-14T11:54:24.778Z | Downloaded waitgroup v0.1.2 |
| 698 | 2026-08-14T11:54:24.781Z | Downloaded tokio-rustls v0.26.4 |
| 699 | 2026-08-14T11:54:24.784Z | Downloaded term v1.2.0 |
| 700 | 2026-08-14T11:54:24.784Z | Downloaded wait-timeout v0.2.1 |
| 701 | 2026-08-14T11:54:24.787Z | Downloaded similar v2.7.0 |
| 702 | 2026-08-14T11:54:24.790Z | Downloaded serde_yaml v0.9.34+deprecated |
| 703 | 2026-08-14T11:54:24.790Z | Downloaded rustls-pki-types v1.12.0 |
| 704 | 2026-08-14T11:54:24.793Z | Downloaded crossbeam-channel v0.5.15 |
| 705 | 2026-08-14T11:54:24.796Z | Downloaded slog v2.8.2 |
| 706 | 2026-08-14T11:54:24.799Z | Downloaded rand v0.9.3 |
| 707 | 2026-08-14T11:54:24.799Z | Downloaded test-strategy v0.4.3 |
| 708 | 2026-08-14T11:54:24.802Z | Downloaded qorb v0.4.1 |
| 709 | 2026-08-14T11:54:24.805Z | Downloaded zerofrom-derive v0.1.6 |
| 710 | 2026-08-14T11:54:24.808Z | Downloaded itertools v0.12.1 |
| 711 | 2026-08-14T11:54:24.811Z | Downloaded zerofrom v0.1.6 |
| 712 | 2026-08-14T11:54:24.811Z | Downloaded yoke-derive v0.8.0 |
| 713 | 2026-08-14T11:54:24.811Z | Downloaded nom v7.1.3 |
| 714 | 2026-08-14T11:54:24.814Z | Downloaded schemars v0.8.22 |
| 715 | 2026-08-14T11:54:24.819Z | Downloaded usdt-impl v0.6.0 |
| 716 | 2026-08-14T11:54:24.822Z | Downloaded zone v0.3.1 |
| 717 | 2026-08-14T11:54:24.822Z | Downloaded quinn v0.11.9 |
| 718 | 2026-08-14T11:54:24.825Z | Downloaded zone_cfg_derive v0.3.1 |
| 719 | 2026-08-14T11:54:24.825Z | Downloaded typify-macro v0.6.2 |
| 720 | 2026-08-14T11:54:24.825Z | Downloaded tracing-attributes v0.1.30 |
| 721 | 2026-08-14T11:54:24.828Z | Downloaded rand v0.8.5 |
| 722 | 2026-08-14T11:54:24.828Z | Downloaded hashbrown v0.16.1 |
| 723 | 2026-08-14T11:54:24.832Z | Downloaded socket2 v0.5.10 |
| 724 | 2026-08-14T11:54:24.835Z | Downloaded tokio-stream v0.1.17 |
| 725 | 2026-08-14T11:54:24.838Z | Downloaded vsss-rs v3.3.4 |
| 726 | 2026-08-14T11:54:24.838Z | Downloaded tinyvec v1.10.0 |
| 727 | 2026-08-14T11:54:24.841Z | Downloaded tempfile v3.27.0 |
| 728 | 2026-08-14T11:54:24.841Z | Downloaded toml v0.8.23 |
| 729 | 2026-08-14T11:54:24.844Z | Downloaded walkdir v2.5.0 |
| 730 | 2026-08-14T11:54:24.863Z | Downloaded whoami v1.6.1 |
| 731 | 2026-08-14T11:54:24.866Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 732 | 2026-08-14T11:54:24.866Z | Downloaded usdt-impl v0.5.0 |
| 733 | 2026-08-14T11:54:24.869Z | Downloaded rustls-webpki v0.103.6 |
| 734 | 2026-08-14T11:54:24.872Z | Downloaded schemars v0.9.0 |
| 735 | 2026-08-14T11:54:24.876Z | Downloaded steno v0.4.1 |
| 736 | 2026-08-14T11:54:24.879Z | Downloaded writeable v0.6.1 |
| 737 | 2026-08-14T11:54:24.882Z | Downloaded yoke v0.8.0 |
| 738 | 2026-08-14T11:54:24.882Z | Downloaded schemars v1.2.0 |
| 739 | 2026-08-14T11:54:24.888Z | Downloaded zerovec-derive v0.11.1 |
| 740 | 2026-08-14T11:54:24.891Z | Downloaded typify v0.4.3 |
| 741 | 2026-08-14T11:54:24.891Z | Downloaded tracing-core v0.1.34 |
| 742 | 2026-08-14T11:54:24.894Z | Downloaded ucd-trie v0.1.7 |
| 743 | 2026-08-14T11:54:24.894Z | Downloaded snafu v0.8.9 |
| 744 | 2026-08-14T11:54:24.897Z | Downloaded zeroize_derive v1.4.3 |
| 745 | 2026-08-14T11:54:24.897Z | Downloaded hkdf v0.12.4 |
| 746 | 2026-08-14T11:54:24.900Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 747 | 2026-08-14T11:54:24.904Z | Downloaded toml v0.7.8 |
| 748 | 2026-08-14T11:54:24.904Z | Downloaded libm v0.2.15 |
| 749 | 2026-08-14T11:54:24.908Z | Downloaded vergen v8.3.2 |
| 750 | 2026-08-14T11:54:24.911Z | Downloaded idna v1.1.0 |
| 751 | 2026-08-14T11:54:24.914Z | Downloaded iri-string v0.7.8 |
| 752 | 2026-08-14T11:54:24.917Z | Downloaded iddqd v0.3.18 |
| 753 | 2026-08-14T11:54:24.920Z | Downloaded socket2 v0.6.4 |
| 754 | 2026-08-14T11:54:24.920Z | Downloaded serde v1.0.228 |
| 755 | 2026-08-14T11:54:24.923Z | Downloaded itertools v0.14.0 |
| 756 | 2026-08-14T11:54:24.926Z | Downloaded zeroize v1.8.1 |
| 757 | 2026-08-14T11:54:24.926Z | Downloaded unsafe-libyaml v0.2.11 |
| 758 | 2026-08-14T11:54:24.929Z | Downloaded textwrap v0.16.2 |
| 759 | 2026-08-14T11:54:24.929Z | Downloaded tar v0.4.45 |
| 760 | 2026-08-14T11:54:24.932Z | Downloaded icu_properties_data v2.0.1 |
| 761 | 2026-08-14T11:54:24.936Z | Downloaded pest v2.8.2 |
| 762 | 2026-08-14T11:54:24.939Z | Downloaded git2 v0.19.0 |
| 763 | 2026-08-14T11:54:24.942Z | Downloaded zmij v1.0.17 |
| 764 | 2026-08-14T11:54:24.945Z | Downloaded h2 v0.4.14 |
| 765 | 2026-08-14T11:54:24.948Z | Downloaded unicode-ident v1.0.24 |
| 766 | 2026-08-14T11:54:24.948Z | Downloaded typify v0.6.2 |
| 767 | 2026-08-14T11:54:24.951Z | Downloaded goblin v0.8.2 |
| 768 | 2026-08-14T11:54:24.955Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 769 | 2026-08-14T11:54:24.961Z | Downloaded itertools v0.15.0 |
| 770 | 2026-08-14T11:54:24.965Z | Downloaded zerocopy-derive v0.7.35 |
| 771 | 2026-08-14T11:54:24.973Z | Downloaded toml_edit v0.22.27 |
| 772 | 2026-08-14T11:54:24.979Z | Downloaded clap_builder v4.6.0 |
| 773 | 2026-08-14T11:54:24.984Z | Downloaded uuid v1.23.3 |
| 774 | 2026-08-14T11:54:24.987Z | Downloaded aho-corasick v1.1.3 |
| 775 | 2026-08-14T11:54:25.002Z | Downloaded blake3 v1.8.2 |
| 776 | 2026-08-14T11:54:25.019Z | Downloaded toml_edit v0.19.15 |
| 777 | 2026-08-14T11:54:25.028Z | Downloaded tracing v0.1.41 |
| 778 | 2026-08-14T11:54:25.043Z | Downloaded zerotrie v0.2.2 |
| 779 | 2026-08-14T11:54:25.046Z | Downloaded reqwest v0.12.23 |
| 780 | 2026-08-14T11:54:25.049Z | Downloaded iddqd v0.4.5 |
| 781 | 2026-08-14T11:54:25.053Z | Downloaded zerocopy-derive v0.8.27 |
| 782 | 2026-08-14T11:54:25.057Z | Downloaded hyper v1.10.1 |
| 783 | 2026-08-14T11:54:25.067Z | Downloaded tower v0.5.2 |
| 784 | 2026-08-14T11:54:25.072Z | Downloaded url v2.5.7 |
| 785 | 2026-08-14T11:54:25.075Z | Downloaded typenum v1.20.1 |
| 786 | 2026-08-14T11:54:25.078Z | Downloaded reqwest v0.13.2 |
| 787 | 2026-08-14T11:54:25.083Z | Downloaded typed-path v0.9.3 |
| 788 | 2026-08-14T11:54:25.085Z | Downloaded tokio-util v0.7.16 |
| 789 | 2026-08-14T11:54:25.090Z | Downloaded unicode-segmentation v1.12.0 |
| 790 | 2026-08-14T11:54:25.101Z | Downloaded regex v1.12.4 |
| 791 | 2026-08-14T11:54:25.111Z | Downloaded serde_json v1.0.150 |
| 792 | 2026-08-14T11:54:25.129Z | Downloaded unicode-normalization v0.1.24 |
| 793 | 2026-08-14T11:54:25.132Z | Downloaded rayon v1.11.0 |
| 794 | 2026-08-14T11:54:25.135Z | Downloaded serde_with v3.14.1 |
| 795 | 2026-08-14T11:54:25.143Z | Downloaded aws-lc-rs v1.16.2 |
| 796 | 2026-08-14T11:54:25.149Z | Downloaded bindgen v0.72.1 |
| 797 | 2026-08-14T11:54:25.153Z | Downloaded tower-http v0.6.8 |
| 798 | 2026-08-14T11:54:25.158Z | Downloaded tough v0.20.0 |
| 799 | 2026-08-14T11:54:25.163Z | Downloaded zerovec v0.11.4 |
| 800 | 2026-08-14T11:54:25.167Z | Downloaded goblin v0.10.1 |
| 801 | 2026-08-14T11:54:25.170Z | Downloaded proptest v1.8.0 |
| 802 | 2026-08-14T11:54:25.175Z | Downloaded rustls-webpki v0.102.8 |
| 803 | 2026-08-14T11:54:25.185Z | Downloaded moka v0.12.11 |
| 804 | 2026-08-14T11:54:25.190Z | Downloaded chrono v0.4.45 |
| 805 | 2026-08-14T11:54:25.194Z | Downloaded portable-atomic v1.11.1 |
| 806 | 2026-08-14T11:54:25.207Z | Downloaded winnow v0.5.40 |
| 807 | 2026-08-14T11:54:25.230Z | Downloaded zerocopy v0.7.35 |
| 808 | 2026-08-14T11:54:25.240Z | Downloaded winnow v1.0.3 |
| 809 | 2026-08-14T11:54:25.246Z | Downloaded winnow v0.7.14 |
| 810 | 2026-08-14T11:54:25.251Z | Downloaded curve25519-dalek v4.1.3 |
| 811 | 2026-08-14T11:54:25.256Z | Downloaded quinn-proto v0.11.14 |
| 812 | 2026-08-14T11:54:25.260Z | Downloaded tabled v0.15.0 |
| 813 | 2026-08-14T11:54:25.270Z | Downloaded syn v1.0.109 |
| 814 | 2026-08-14T11:54:25.273Z | Downloaded dropshot v0.16.7 |
| 815 | 2026-08-14T11:54:25.293Z | Downloaded tabled v0.21.0 |
| 816 | 2026-08-14T11:54:25.302Z | Downloaded time v0.3.47 |
| 817 | 2026-08-14T11:54:25.308Z | Downloaded dropshot v0.17.1 |
| 818 | 2026-08-14T11:54:25.320Z | Downloaded vcpkg v0.2.15 |
| 819 | 2026-08-14T11:54:25.343Z | Downloaded zerocopy v0.8.27 |
| 820 | 2026-08-14T11:54:25.355Z | Downloaded unicode-width v0.1.14 |
| 821 | 2026-08-14T11:54:25.358Z | Downloaded smoltcp v0.11.0 |
| 822 | 2026-08-14T11:54:25.363Z | Downloaded nix v0.31.3 |
| 823 | 2026-08-14T11:54:25.370Z | Downloaded regress v0.10.5 |
| 824 | 2026-08-14T11:54:25.374Z | Downloaded syn v2.0.118 |
| 825 | 2026-08-14T11:54:25.380Z | Downloaded webpki-roots v1.0.2 |
| 826 | 2026-08-14T11:54:25.383Z | Downloaded rustls v0.22.4 |
| 827 | 2026-08-14T11:54:25.389Z | Downloaded rustls v0.23.40 |
| 828 | 2026-08-14T11:54:25.395Z | Downloaded openapiv3 v2.2.0 |
| 829 | 2026-08-14T11:54:25.401Z | Downloaded rustix v0.38.44 |
| 830 | 2026-08-14T11:54:25.413Z | Downloaded regress v0.11.1 |
| 831 | 2026-08-14T11:54:25.418Z | Downloaded regex-syntax v0.8.11 |
| 832 | 2026-08-14T11:54:25.423Z | Downloaded rustix v1.1.4 |
| 833 | 2026-08-14T11:54:25.435Z | Downloaded hickory-proto v0.25.2 |
| 834 | 2026-08-14T11:54:25.444Z | Downloaded nix v0.30.1 |
| 835 | 2026-08-14T11:54:25.450Z | Downloaded hickory-proto v0.24.4 |
| 836 | 2026-08-14T11:54:25.459Z | Downloaded unicode-width v0.2.1 |
| 837 | 2026-08-14T11:54:25.462Z | Downloaded typify-impl v0.4.3 |
| 838 | 2026-08-14T11:54:25.470Z | Downloaded typify-impl v0.6.2 |
| 839 | 2026-08-14T11:54:25.476Z | Downloaded openssl v0.10.81 |
| 840 | 2026-08-14T11:54:25.481Z | Downloaded bstr v1.12.0 |
| 841 | 2026-08-14T11:54:25.506Z | Downloaded petgraph v0.6.5 |
| 842 | 2026-08-14T11:54:25.534Z | Downloaded petgraph v0.8.2 |
| 843 | 2026-08-14T11:54:25.547Z | Downloaded libc v0.2.186 |
| 844 | 2026-08-14T11:54:25.571Z | Downloaded libz-sys v1.1.22 |
| 845 | 2026-08-14T11:54:25.589Z | Downloaded regex-automata v0.4.13 |
| 846 | 2026-08-14T11:54:25.600Z | Downloaded encoding_rs v0.8.35 |
| 847 | 2026-08-14T11:54:25.615Z | Downloaded jiff v0.2.15 |
| 848 | 2026-08-14T11:54:25.674Z | Downloaded chrono-tz v0.10.4 |
| 849 | 2026-08-14T11:54:25.722Z | Downloaded csv v1.4.0 |
| 850 | 2026-08-14T11:54:25.734Z | Downloaded sha3 v0.10.8 |
| 851 | 2026-08-14T11:54:25.757Z | Downloaded tokio v1.52.3 |
| 852 | 2026-08-14T11:54:25.921Z | Downloaded ring v0.17.14 |
| 853 | 2026-08-14T11:54:25.971Z | Downloaded curl-sys v0.4.89+curl-8.20.0 |
| 854 | 2026-08-14T11:54:26.006Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 855 | 2026-08-14T11:54:26.612Z | Downloaded aws-lc-sys v0.39.1 |
| 856 | 2026-08-14T11:54:26.940Z | Compiling proc-macro2 v1.0.106 |
| 857 | 2026-08-14T11:54:26.940Z | Compiling quote v1.0.45 |
| 858 | 2026-08-14T11:54:26.940Z | Compiling unicode-ident v1.0.24 |
| 859 | 2026-08-14T11:54:26.940Z | Compiling serde_core v1.0.228 |
| 860 | 2026-08-14T11:54:26.943Z | Compiling serde v1.0.228 |
| 861 | 2026-08-14T11:54:26.943Z | Compiling libc v0.2.186 |
| 862 | 2026-08-14T11:54:26.943Z | Checking cfg-if v1.0.4 |
| 863 | 2026-08-14T11:54:27.201Z | Compiling zmij v1.0.17 |
| 864 | 2026-08-14T11:54:27.281Z | Compiling autocfg v1.5.0 |
| 865 | 2026-08-14T11:54:27.586Z | Compiling memchr v2.7.5 |
| 866 | 2026-08-14T11:54:27.627Z | Compiling libm v0.2.15 |
| 867 | 2026-08-14T11:54:27.955Z | Compiling getrandom v0.4.2 |
| 868 | 2026-08-14T11:54:27.972Z | Checking smallvec v1.15.1 |
| 869 | 2026-08-14T11:54:28.029Z | Compiling thiserror v2.0.18 |
| 870 | 2026-08-14T11:54:28.154Z | Compiling version_check v0.9.5 |
| 871 | 2026-08-14T11:54:28.159Z | Checking itoa v1.0.15 |
| 872 | 2026-08-14T11:54:28.230Z | Compiling jobserver v0.1.34 |
| 873 | 2026-08-14T11:54:28.286Z | Compiling shlex v2.0.1 |
| 874 | 2026-08-14T11:54:28.317Z | Compiling syn v2.0.118 |
| 875 | 2026-08-14T11:54:28.375Z | Compiling find-msvc-tools v0.1.9 |
| 876 | 2026-08-14T11:54:28.418Z | Compiling icu_normalizer_data v2.0.0 |
| 877 | 2026-08-14T11:54:28.461Z | Compiling icu_properties_data v2.0.1 |
| 878 | 2026-08-14T11:54:28.535Z | Compiling cc v1.2.64 |
| 879 | 2026-08-14T11:54:28.605Z | Compiling parking_lot_core v0.9.12 |
| 880 | 2026-08-14T11:54:28.676Z | Checking stable_deref_trait v1.2.0 |
| 881 | 2026-08-14T11:54:28.692Z | Compiling serde_json v1.0.150 |
| 882 | 2026-08-14T11:54:28.918Z | Compiling heck v0.5.0 |
| 883 | 2026-08-14T11:54:28.954Z | Checking litemap v0.8.0 |
| 884 | 2026-08-14T11:54:28.993Z | Checking writeable v0.6.1 |
| 885 | 2026-08-14T11:54:29.114Z | Compiling num-traits v0.2.19 |
| 886 | 2026-08-14T11:54:29.129Z | Checking percent-encoding v2.3.2 |
| 887 | 2026-08-14T11:54:29.311Z | Checking form_urlencoded v1.2.2 |
| 888 | 2026-08-14T11:54:29.437Z | Checking utf8_iter v1.0.4 |
| 889 | 2026-08-14T11:54:29.483Z | Compiling zerocopy v0.8.27 |
| 890 | 2026-08-14T11:54:29.499Z | Checking pin-project-lite v0.2.16 |
| 891 | 2026-08-14T11:54:29.556Z | Checking iana-time-zone v0.1.64 |
| 892 | 2026-08-14T11:54:29.588Z | Compiling log v0.4.29 |
| 893 | 2026-08-14T11:54:29.618Z | Compiling rustversion v1.0.22 |
| 894 | 2026-08-14T11:54:29.660Z | Compiling equivalent v1.0.2 |
| 895 | 2026-08-14T11:54:29.747Z | Compiling semver v1.0.28 |
| 896 | 2026-08-14T11:54:29.762Z | Checking socket2 v0.6.4 |
| 897 | 2026-08-14T11:54:29.766Z | Checking uuid v1.23.3 |
| 898 | 2026-08-14T11:54:29.903Z | Checking scopeguard v1.2.0 |
| 899 | 2026-08-14T11:54:30.009Z | Checking lock_api v0.4.14 |
| 900 | 2026-08-14T11:54:30.151Z | Checking signal-hook-registry v1.4.6 |
| 901 | 2026-08-14T11:54:30.210Z | Checking getrandom v0.2.16 |
| 902 | 2026-08-14T11:54:30.239Z | Checking mio v1.2.1 |
| 903 | 2026-08-14T11:54:30.299Z | Compiling schemars v0.8.22 |
| 904 | 2026-08-14T11:54:30.314Z | Checking dyn-clone v1.0.20 |
| 905 | 2026-08-14T11:54:30.318Z | Checking parking_lot v0.12.5 |
| 906 | 2026-08-14T11:54:30.345Z | Checking bitflags v2.11.1 |
| 907 | 2026-08-14T11:54:30.516Z | Compiling portable-atomic v1.11.1 |
| 908 | 2026-08-14T11:54:30.516Z | Checking futures-core v0.3.32 |
| 909 | 2026-08-14T11:54:30.578Z | Checking critical-section v1.2.0 |
| 910 | 2026-08-14T11:54:30.635Z | Compiling ring v0.17.14 |
| 911 | 2026-08-14T11:54:30.663Z | Compiling hashbrown v0.17.1 |
| 912 | 2026-08-14T11:54:30.756Z | Compiling httparse v1.10.1 |
| 913 | 2026-08-14T11:54:30.815Z | Compiling thiserror v1.0.69 |
| 914 | 2026-08-14T11:54:30.868Z | Compiling regex-syntax v0.8.11 |
| 915 | 2026-08-14T11:54:31.150Z | Compiling synstructure v0.13.2 |
| 916 | 2026-08-14T11:54:31.165Z | Compiling serde_derive_internals v0.29.1 |
| 917 | 2026-08-14T11:54:31.450Z | Checking once_cell v1.21.3 |
| 918 | 2026-08-14T11:54:31.473Z | Compiling indexmap v2.14.0 |
| 919 | 2026-08-14T11:54:31.662Z | Checking futures-sink v0.3.32 |
| 920 | 2026-08-14T11:54:31.910Z | Checking slab v0.4.11 |
| 921 | 2026-08-14T11:54:31.914Z | Compiling rustix v1.1.4 |
| 922 | 2026-08-14T11:54:32.015Z | Compiling aho-corasick v1.1.3 |
| 923 | 2026-08-14T11:54:32.064Z | Checking subtle v2.6.1 |
| 924 | 2026-08-14T11:54:32.133Z | Compiling ucd-trie v0.1.7 |
| 925 | 2026-08-14T11:54:32.211Z | Checking futures-channel v0.3.32 |
| 926 | 2026-08-14T11:54:32.358Z | Compiling anyhow v1.0.102 |
| 927 | 2026-08-14T11:54:32.398Z | Checking rand_core v0.6.4 |
| 928 | 2026-08-14T11:54:32.418Z | Compiling serde_derive v1.0.228 |
| 929 | 2026-08-14T11:54:32.482Z | Compiling zerofrom-derive v0.1.6 |
| 930 | 2026-08-14T11:54:32.563Z | Compiling yoke-derive v0.8.0 |
| 931 | 2026-08-14T11:54:32.566Z | Compiling zerovec-derive v0.11.1 |
| 932 | 2026-08-14T11:54:32.673Z | Compiling displaydoc v0.2.5 |
| 933 | 2026-08-14T11:54:32.971Z | Compiling thiserror-impl v2.0.18 |
| 934 | 2026-08-14T11:54:33.404Z | Compiling schemars_derive v0.8.22 |
| 935 | 2026-08-14T11:54:33.432Z | Compiling tokio-macros v2.7.0 |
| 936 | 2026-08-14T11:54:33.582Z | Compiling zerocopy-derive v0.8.27 |
| 937 | 2026-08-14T11:54:33.637Z | Compiling futures-macro v0.3.32 |
| 938 | 2026-08-14T11:54:33.665Z | Checking zerofrom v0.1.6 |
| 939 | 2026-08-14T11:54:33.787Z | Checking yoke v0.8.0 |
| 940 | 2026-08-14T11:54:33.956Z | Checking zerovec v0.11.4 |
| 941 | 2026-08-14T11:54:34.140Z | Checking zerotrie v0.2.2 |
| 942 | 2026-08-14T11:54:34.374Z | Compiling zeroize_derive v1.4.3 |
| 943 | 2026-08-14T11:54:34.390Z | Compiling thiserror-impl v1.0.69 |
| 944 | 2026-08-14T11:54:34.419Z | Compiling regex-automata v0.4.13 |
| 945 | 2026-08-14T11:54:34.545Z | Compiling pest v2.8.2 |
| 946 | 2026-08-14T11:54:34.652Z | Checking tinystr v0.8.1 |
| 947 | 2026-08-14T11:54:34.779Z | Checking potential_utf v0.1.3 |
| 948 | 2026-08-14T11:54:34.826Z | Checking icu_locale_core v2.0.0 |
| 949 | 2026-08-14T11:54:34.907Z | Checking icu_collections v2.0.0 |
| 950 | 2026-08-14T11:54:35.222Z | Checking zeroize v1.8.1 |
| 951 | 2026-08-14T11:54:35.304Z | Checking icu_provider v2.0.0 |
| 952 | 2026-08-14T11:54:35.430Z | Checking bytes v1.12.0 |
| 953 | 2026-08-14T11:54:35.543Z | Checking icu_normalizer v2.0.0 |
| 954 | 2026-08-14T11:54:35.579Z | Checking icu_properties v2.0.1 |
| 955 | 2026-08-14T11:54:35.594Z | Checking chrono v0.4.45 |
| 956 | 2026-08-14T11:54:35.849Z | Compiling serde_tokenstream v0.2.3 |
| 957 | 2026-08-14T11:54:35.865Z | Checking tokio v1.52.3 |
| 958 | 2026-08-14T11:54:36.129Z | Compiling regex v1.12.4 |
| 959 | 2026-08-14T11:54:36.335Z | Compiling pest_meta v2.8.2 |
| 960 | 2026-08-14T11:54:36.380Z | Checking idna_adapter v1.2.1 |
| 961 | 2026-08-14T11:54:36.506Z | Checking idna v1.1.0 |
| 962 | 2026-08-14T11:54:36.525Z | Checking futures-task v0.3.32 |
| 963 | 2026-08-14T11:54:36.648Z | Checking futures-io v0.3.32 |
| 964 | 2026-08-14T11:54:36.666Z | Checking typenum v1.20.1 |
| 965 | 2026-08-14T11:54:36.684Z | Compiling getrandom v0.3.3 |
| 966 | 2026-08-14T11:54:36.753Z | Checking url v2.5.7 |
| 967 | 2026-08-14T11:54:36.767Z | Checking futures-util v0.3.32 |
| 968 | 2026-08-14T11:54:37.028Z | Compiling pest_generator v2.8.2 |
| 969 | 2026-08-14T11:54:37.221Z | Compiling tracing-attributes v0.1.30 |
| 970 | 2026-08-14T11:54:37.416Z | Checking tracing-core v0.1.34 |
| 971 | 2026-08-14T11:54:37.636Z | Compiling allocator-api2 v0.2.21 |
| 972 | 2026-08-14T11:54:37.639Z | Compiling pest_derive v2.8.2 |
| 973 | 2026-08-14T11:54:37.714Z | Compiling foldhash v0.2.0 |
| 974 | 2026-08-14T11:54:37.805Z | Compiling pkg-config v0.3.32 |
| 975 | 2026-08-14T11:54:37.908Z | Checking fnv v1.0.7 |
| 976 | 2026-08-14T11:54:37.959Z | Compiling hashbrown v0.16.1 |
| 977 | 2026-08-14T11:54:38.098Z | Checking http v1.4.2 |
| 978 | 2026-08-14T11:54:38.133Z | Compiling generic-array v0.14.7 |
| 979 | 2026-08-14T11:54:38.250Z | Compiling vcpkg v0.2.15 |
| 980 | 2026-08-14T11:54:38.400Z | Checking tracing v0.1.41 |
| 981 | 2026-08-14T11:54:38.526Z | Compiling byteorder v1.5.0 |
| 982 | 2026-08-14T11:54:38.573Z | Compiling num-conv v0.2.1 |
| 983 | 2026-08-14T11:54:38.576Z | Compiling time-core v0.1.8 |
| 984 | 2026-08-14T11:54:38.738Z | Compiling time-macros v0.2.27 |
| 985 | 2026-08-14T11:54:38.742Z | Checking errno v0.3.14 |
| 986 | 2026-08-14T11:54:38.807Z | Checking base64 v0.22.1 |
| 987 | 2026-08-14T11:54:38.872Z | Checking ipnet v2.11.0 |
| 988 | 2026-08-14T11:54:39.001Z | Checking tokio-util v0.7.16 |
| 989 | 2026-08-14T11:54:39.040Z | Compiling scroll_derive v0.13.1 |
| 990 | 2026-08-14T11:54:39.091Z | Compiling camino v1.2.3 |
| 991 | 2026-08-14T11:54:39.263Z | Checking crypto-common v0.1.6 |
| 992 | 2026-08-14T11:54:39.384Z | Checking http-body v1.0.1 |
| 993 | 2026-08-14T11:54:39.459Z | Checking atomic-waker v1.1.2 |
| 994 | 2026-08-14T11:54:39.479Z | Compiling crossbeam-utils v0.8.21 |
| 995 | 2026-08-14T11:54:39.513Z | Checking ppv-lite86 v0.2.21 |
| 996 | 2026-08-14T11:54:39.717Z | Compiling slog v2.8.2 |
| 997 | 2026-08-14T11:54:39.797Z | Checking tower-layer v0.3.3 |
| 998 | 2026-08-14T11:54:39.813Z | Checking try-lock v0.2.5 |
| 999 | 2026-08-14T11:54:39.830Z | Compiling paste v1.0.15 |
| 1000 | 2026-08-14T11:54:39.855Z | Checking tower-service v0.3.3 |
| 1001 | 2026-08-14T11:54:39.904Z | Checking want v0.3.1 |
| 1002 | 2026-08-14T11:54:39.938Z | Checking h2 v0.4.14 |
| 1003 | 2026-08-14T11:54:39.985Z | Checking ipnetwork v0.21.1 |
| 1004 | 2026-08-14T11:54:40.023Z | Checking erased-serde v0.3.31 |
| 1005 | 2026-08-14T11:54:40.155Z | Checking rustls-pki-types v1.12.0 |
| 1006 | 2026-08-14T11:54:40.188Z | Checking httpdate v1.0.3 |
| 1007 | 2026-08-14T11:54:40.203Z | Checking pretty-hex v0.4.1 |
| 1008 | 2026-08-14T11:54:40.223Z | Checking ryu v1.0.20 |
| 1009 | 2026-08-14T11:54:40.318Z | Compiling async-trait v0.1.89 |
| 1010 | 2026-08-14T11:54:40.332Z | Checking socket2 v0.5.10 |
| 1011 | 2026-08-14T11:54:40.427Z | Checking untrusted v0.9.0 |
| 1012 | 2026-08-14T11:54:40.470Z | Compiling scroll v0.13.0 |
| 1013 | 2026-08-14T11:54:40.575Z | Checking plain v0.2.3 |
| 1014 | 2026-08-14T11:54:40.668Z | Compiling usdt-impl v0.6.0 |
| 1015 | 2026-08-14T11:54:40.754Z | Checking http-body-util v0.1.3 |
| 1016 | 2026-08-14T11:54:40.789Z | Compiling openssl-sys v0.9.117 |
| 1017 | 2026-08-14T11:54:40.834Z | Compiling goblin v0.10.1 |
| 1018 | 2026-08-14T11:54:40.932Z | Compiling cmake v0.1.54 |
| 1019 | 2026-08-14T11:54:41.105Z | Compiling strsim v0.11.1 |
| 1020 | 2026-08-14T11:54:41.129Z | Compiling fs_extra v1.3.0 |
| 1021 | 2026-08-14T11:54:41.270Z | Compiling slog-async v2.8.0 |
| 1022 | 2026-08-14T11:54:41.341Z | Compiling dunce v1.0.5 |
| 1023 | 2026-08-14T11:54:41.437Z | Compiling aws-lc-sys v0.39.1 |
| 1024 | 2026-08-14T11:54:41.454Z | Checking rand_core v0.9.3 |
| 1025 | 2026-08-14T11:54:41.523Z | Checking serde_urlencoded v0.7.1 |
| 1026 | 2026-08-14T11:54:41.565Z | Checking oxnet v0.1.6 |
| 1027 | 2026-08-14T11:54:41.598Z | Checking block-buffer v0.10.4 |
| 1028 | 2026-08-14T11:54:41.617Z | Compiling regress v0.10.5 |
| 1029 | 2026-08-14T11:54:41.725Z | Compiling dtrace-parser v0.3.0 |
| 1030 | 2026-08-14T11:54:41.741Z | Compiling openapiv3 v2.2.0 |
| 1031 | 2026-08-14T11:54:41.818Z | Compiling thread-id v5.0.0 |
| 1032 | 2026-08-14T11:54:41.886Z | Checking hyper v1.10.1 |
| 1033 | 2026-08-14T11:54:42.341Z | Checking digest v0.10.7 |
| 1034 | 2026-08-14T11:54:42.452Z | Compiling ident_case v1.0.1 |
| 1035 | 2026-08-14T11:54:42.526Z | Compiling omicron-workspace-hack v0.1.0 |
| 1036 | 2026-08-14T11:54:42.573Z | Compiling darling_core v0.21.3 |
| 1037 | 2026-08-14T11:54:42.752Z | Checking rand_chacha v0.9.0 |
| 1038 | 2026-08-14T11:54:42.783Z | Checking hyper-util v0.1.20 |
| 1039 | 2026-08-14T11:54:42.934Z | Compiling daft-derive v0.1.5 |
| 1040 | 2026-08-14T11:54:43.193Z | Compiling typify-impl v0.4.3 |
| 1041 | 2026-08-14T11:54:43.391Z | Checking powerfmt v0.2.0 |
| 1042 | 2026-08-14T11:54:43.539Z | Compiling dof v0.4.0 |
| 1043 | 2026-08-14T11:54:43.648Z | Compiling aws-lc-rs v1.16.2 |
| 1044 | 2026-08-14T11:54:43.830Z | Checking deranged v0.5.3 |
| 1045 | 2026-08-14T11:54:44.287Z | Checking rand v0.9.3 |
| 1046 | 2026-08-14T11:54:44.461Z | Checking num_threads v0.1.7 |
| 1047 | 2026-08-14T11:54:44.549Z | Compiling unsafe-libyaml v0.2.11 |
| 1048 | 2026-08-14T11:54:44.596Z | Compiling usdt-attr-macro v0.6.0 |
| 1049 | 2026-08-14T11:54:44.611Z | Compiling darling_macro v0.21.3 |
| 1050 | 2026-08-14T11:54:44.698Z | Compiling usdt-macro v0.6.0 |
| 1051 | 2026-08-14T11:54:44.726Z | Compiling syn v1.0.109 |
| 1052 | 2026-08-14T11:54:44.807Z | Checking time v0.3.47 |
| 1053 | 2026-08-14T11:54:45.121Z | Compiling serde_yaml v0.9.34+deprecated |
| 1054 | 2026-08-14T11:54:45.158Z | Compiling darling v0.21.3 |
| 1055 | 2026-08-14T11:54:45.240Z | Checking sync_wrapper v1.0.2 |
| 1056 | 2026-08-14T11:54:45.433Z | Checking encoding_rs v0.8.35 |
| 1057 | 2026-08-14T11:54:45.510Z | Checking mime v0.3.17 |
| 1058 | 2026-08-14T11:54:45.679Z | Checking cpufeatures v0.2.17 |
| 1059 | 2026-08-14T11:54:45.752Z | Checking untrusted v0.7.1 |
| 1060 | 2026-08-14T11:54:45.868Z | Checking tower v0.5.2 |
| 1061 | 2026-08-14T11:54:46.252Z | Checking crossbeam-channel v0.5.15 |
| 1062 | 2026-08-14T11:54:46.327Z | Checking futures-executor v0.3.32 |
| 1063 | 2026-08-14T11:54:46.355Z | Compiling structmeta-derive v0.3.0 |
| 1064 | 2026-08-14T11:54:46.371Z | Compiling multer v3.1.0 |
| 1065 | 2026-08-14T11:54:46.466Z | Checking iri-string v0.7.8 |
| 1066 | 2026-08-14T11:54:46.503Z | Compiling rustls v0.23.40 |
| 1067 | 2026-08-14T11:54:46.558Z | Compiling rustls v0.22.4 |
| 1068 | 2026-08-14T11:54:46.561Z | Compiling typify-macro v0.4.3 |
| 1069 | 2026-08-14T11:54:46.637Z | Checking futures v0.3.32 |
| 1070 | 2026-08-14T11:54:46.720Z | Compiling async-stream-impl v0.3.6 |
| 1071 | 2026-08-14T11:54:46.796Z | Checking thread_local v1.1.9 |
| 1072 | 2026-08-14T11:54:46.940Z | Checking fastrand v2.3.0 |
| 1073 | 2026-08-14T11:54:46.957Z | Checking hex v0.4.3 |
| 1074 | 2026-08-14T11:54:47.115Z | Checking foreign-types-shared v0.1.1 |
| 1075 | 2026-08-14T11:54:47.165Z | Compiling openssl v0.10.81 |
| 1076 | 2026-08-14T11:54:47.198Z | Checking foreign-types v0.3.2 |
| 1077 | 2026-08-14T11:54:47.270Z | Checking tempfile v3.27.0 |
| 1078 | 2026-08-14T11:54:47.355Z | Compiling structmeta v0.3.0 |
| 1079 | 2026-08-14T11:54:47.442Z | Checking tower-http v0.6.8 |
| 1080 | 2026-08-14T11:54:47.456Z | Compiling strum_macros v0.26.4 |
| 1081 | 2026-08-14T11:54:47.470Z | Compiling openssl-macros v0.1.1 |
| 1082 | 2026-08-14T11:54:47.541Z | Checking memmap2 v0.9.8 |
| 1083 | 2026-08-14T11:54:47.556Z | Checking is-terminal v0.4.16 |
| 1084 | 2026-08-14T11:54:47.641Z | Checking match_cfg v0.1.0 |
| 1085 | 2026-08-14T11:54:47.694Z | Checking term v1.2.0 |
| 1086 | 2026-08-14T11:54:47.710Z | Compiling native-tls v0.2.14 |
| 1087 | 2026-08-14T11:54:47.713Z | Checking openssl-probe v0.1.6 |
| 1088 | 2026-08-14T11:54:47.900Z | Checking unicode-width v0.2.1 |
| 1089 | 2026-08-14T11:54:47.916Z | Checking take_mut v0.2.2 |
| 1090 | 2026-08-14T11:54:48.010Z | Compiling typify v0.4.3 |
| 1091 | 2026-08-14T11:54:48.059Z | Checking slog-term v2.9.2 |
| 1092 | 2026-08-14T11:54:48.097Z | Checking hostname v0.3.1 |
| 1093 | 2026-08-14T11:54:48.187Z | Checking slog-json v2.6.1 |
| 1094 | 2026-08-14T11:54:48.308Z | Compiling newtype-uuid-macros v0.1.0 |
| 1095 | 2026-08-14T11:54:48.350Z | Compiling ref-cast v1.0.25 |
| 1096 | 2026-08-14T11:54:48.457Z | Checking slog-bunyan v2.5.0 |
| 1097 | 2026-08-14T11:54:48.707Z | Compiling ref-cast-impl v1.0.25 |
| 1098 | 2026-08-14T11:54:48.792Z | Compiling dropshot v0.16.7 |
| 1099 | 2026-08-14T11:54:49.050Z | Compiling derive-ex v0.1.8 |
| 1100 | 2026-08-14T11:54:49.069Z | Checking webpki-roots v1.0.2 |
| 1101 | 2026-08-14T11:54:49.087Z | Compiling dropshot_endpoint v0.16.7 |
| 1102 | 2026-08-14T11:54:49.188Z | Compiling strum_macros v0.27.2 |
| 1103 | 2026-08-14T11:54:49.371Z | Checking either v1.15.0 |
| 1104 | 2026-08-14T11:54:49.554Z | Checking winnow v0.7.14 |
| 1105 | 2026-08-14T11:54:50.373Z | Checking tokio-native-tls v0.3.1 |
| 1106 | 2026-08-14T11:54:50.606Z | Compiling test-strategy v0.4.3 |
| 1107 | 2026-08-14T11:54:50.623Z | Checking hyper-tls v0.6.0 |
| 1108 | 2026-08-14T11:54:50.713Z | Compiling progenitor-impl v0.11.1 |
| 1109 | 2026-08-14T11:54:50.751Z | Checking newtype-uuid v1.3.2 |
| 1110 | 2026-08-14T11:54:50.804Z | Checking winnow v1.0.3 |
| 1111 | 2026-08-14T11:54:50.926Z | Checking daft v0.1.5 |
| 1112 | 2026-08-14T11:54:50.970Z | Compiling serde_with_macros v3.14.1 |
| 1113 | 2026-08-14T11:54:51.082Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 1114 | 2026-08-14T11:54:51.112Z | Checking serde_spanned v1.1.1 |
| 1115 | 2026-08-14T11:54:51.127Z | Checking usdt v0.6.0 |
| 1116 | 2026-08-14T11:54:51.232Z | Checking debug-ignore v1.0.5 |
| 1117 | 2026-08-14T11:54:51.280Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 1118 | 2026-08-14T11:54:51.408Z | Checking spin v0.9.8 |
| 1119 | 2026-08-14T11:54:51.459Z | Compiling parse-display-derive v0.10.0 |
| 1120 | 2026-08-14T11:54:51.532Z | Checking async-stream v0.3.6 |
| 1121 | 2026-08-14T11:54:51.725Z | Checking rustls-webpki v0.102.8 |
| 1122 | 2026-08-14T11:54:51.740Z | Checking rustls-pemfile v2.2.0 |
| 1123 | 2026-08-14T11:54:51.876Z | Checking waitgroup v0.1.2 |
| 1124 | 2026-08-14T11:54:51.936Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1125 | 2026-08-14T11:54:51.976Z | Checking serde_path_to_error v0.1.20 |
| 1126 | 2026-08-14T11:54:52.049Z | Checking hostname v0.4.2 |
| 1127 | 2026-08-14T11:54:52.233Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1128 | 2026-08-14T11:54:52.371Z | Checking strum v0.26.3 |
| 1129 | 2026-08-14T11:54:52.481Z | Checking rand_chacha v0.3.1 |
| 1130 | 2026-08-14T11:54:52.532Z | Compiling toml_datetime v0.6.11 |
| 1131 | 2026-08-14T11:54:52.669Z | Checking macaddr v1.0.1 |
| 1132 | 2026-08-14T11:54:52.758Z | Compiling progenitor-macro v0.11.1 |
| 1133 | 2026-08-14T11:54:52.775Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1134 | 2026-08-14T11:54:52.843Z | Checking wait-timeout v0.2.1 |
| 1135 | 2026-08-14T11:54:52.946Z | Checking bit-vec v0.8.0 |
| 1136 | 2026-08-14T11:54:52.976Z | Checking quick-error v1.2.3 |
| 1137 | 2026-08-14T11:54:52.979Z | Checking lazy_static v1.5.0 |
| 1138 | 2026-08-14T11:54:53.074Z | Checking rusty-fork v0.3.0 |
| 1139 | 2026-08-14T11:54:53.089Z | Checking toml v0.9.12+spec-1.1.0 |
| 1140 | 2026-08-14T11:54:53.149Z | Checking bit-set v0.8.0 |
| 1141 | 2026-08-14T11:54:53.237Z | Checking rand v0.8.5 |
| 1142 | 2026-08-14T11:54:53.279Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1143 | 2026-08-14T11:54:53.294Z | Checking tabwriter v1.4.1 |
| 1144 | 2026-08-14T11:54:53.450Z | Checking tokio-rustls v0.25.0 |
| 1145 | 2026-08-14T11:54:53.638Z | Checking sha1 v0.10.6 |
| 1146 | 2026-08-14T11:54:53.638Z | Checking rand_xorshift v0.4.0 |
| 1147 | 2026-08-14T11:54:53.717Z | Compiling clap_derive v4.6.1 |
| 1148 | 2026-08-14T11:54:53.779Z | Checking utf8parse v0.2.2 |
| 1149 | 2026-08-14T11:54:53.810Z | Checking unarray v0.1.4 |
| 1150 | 2026-08-14T11:54:53.855Z | Checking colored v3.1.1 |
| 1151 | 2026-08-14T11:54:53.892Z | Checking anstyle-parse v1.0.0 |
| 1152 | 2026-08-14T11:54:53.924Z | Checking proptest v1.8.0 |
| 1153 | 2026-08-14T11:54:54.038Z | Checking strum v0.27.2 |
| 1154 | 2026-08-14T11:54:54.146Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1155 | 2026-08-14T11:54:54.150Z | Checking terminal_size v0.4.3 |
| 1156 | 2026-08-14T11:54:54.557Z | Checking colorchoice v1.0.4 |
| 1157 | 2026-08-14T11:54:54.625Z | Checking anstyle v1.0.14 |
| 1158 | 2026-08-14T11:54:54.658Z | Checking is_terminal_polyfill v1.70.1 |
| 1159 | 2026-08-14T11:54:54.710Z | Checking anstyle-query v1.1.4 |
| 1160 | 2026-08-14T11:54:54.802Z | Checking anstream v1.0.0 |
| 1161 | 2026-08-14T11:54:55.360Z | Checking clap_lex v1.1.0 |
| 1162 | 2026-08-14T11:54:55.513Z | Checking clap_builder v4.6.0 |
| 1163 | 2026-08-14T11:54:55.560Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1164 | 2026-08-14T11:54:56.089Z | Checking serde_with v3.14.1 |
| 1165 | 2026-08-14T11:54:56.310Z | Compiling itertools v0.14.0 |
| 1166 | 2026-08-14T11:54:56.738Z | Checking clap v4.6.1 |
| 1167 | 2026-08-14T11:54:56.816Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1168 | 2026-08-14T11:54:56.832Z | Checking instant v0.1.13 |
| 1169 | 2026-08-14T11:54:56.915Z | Checking rustc-hash v2.1.1 |
| 1170 | 2026-08-14T11:54:57.034Z | Checking iddqd v0.3.18 |
| 1171 | 2026-08-14T11:54:57.034Z | Checking backoff v0.4.0 |
| 1172 | 2026-08-14T11:54:57.211Z | Checking parse-display v0.10.0 |
| 1173 | 2026-08-14T11:54:57.351Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1174 | 2026-08-14T11:54:57.457Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1175 | 2026-08-14T11:54:59.044Z | Compiling num-derive v0.4.2 |
| 1176 | 2026-08-14T11:54:59.542Z | Compiling rustls-webpki v0.103.6 |
| 1177 | 2026-08-14T11:54:59.936Z | Compiling prettyplease v0.2.37 |
| 1178 | 2026-08-14T11:55:00.744Z | Compiling cfg_aliases v0.2.1 |
| 1179 | 2026-08-14T11:55:01.734Z | Compiling memoffset v0.9.1 |
| 1180 | 2026-08-14T11:55:02.332Z | Checking serde_spanned v0.6.9 |
| 1181 | 2026-08-14T11:55:02.891Z | Compiling tokio-rustls v0.26.4 |
| 1182 | 2026-08-14T11:55:03.438Z | Compiling hyper-rustls v0.27.7 |
| 1183 | 2026-08-14T11:55:03.672Z | Compiling reqwest v0.12.23 |
| 1184 | 2026-08-14T11:55:04.582Z | Checking crossbeam-epoch v0.9.18 |
| 1185 | 2026-08-14T11:55:04.774Z | Compiling progenitor-client v0.11.1 |
| 1186 | 2026-08-14T11:55:04.995Z | Compiling winnow v0.5.40 |
| 1187 | 2026-08-14T11:55:06.226Z | Compiling progenitor v0.11.1 |
| 1188 | 2026-08-14T11:55:06.288Z | Compiling toml_edit v0.19.15 |
| 1189 | 2026-08-14T11:55:06.959Z | Compiling num-integer v0.1.46 |
| 1190 | 2026-08-14T11:55:07.459Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1191 | 2026-08-14T11:55:07.510Z | Compiling proc-macro-crate v1.3.1 |
| 1192 | 2026-08-14T11:55:07.534Z | Compiling progenitor-client v0.10.0 |
| 1193 | 2026-08-14T11:55:08.517Z | Compiling hubpack_derive v0.1.1 |
| 1194 | 2026-08-14T11:55:08.777Z | Checking toml_write v0.1.2 |
| 1195 | 2026-08-14T11:55:08.943Z | Compiling rayon-core v1.13.0 |
| 1196 | 2026-08-14T11:55:09.056Z | Checking hubpack v0.1.2 |
| 1197 | 2026-08-14T11:55:09.071Z | Checking toml_edit v0.22.27 |
| 1198 | 2026-08-14T11:55:09.188Z | Checking num-iter v0.1.45 |
| 1199 | 2026-08-14T11:55:09.216Z | Checking num-rational v0.4.2 |
| 1200 | 2026-08-14T11:55:09.479Z | Compiling zerocopy-derive v0.7.35 |
| 1201 | 2026-08-14T11:55:09.547Z | Compiling num-complex v0.4.6 |
| 1202 | 2026-08-14T11:55:09.919Z | Checking static_assertions v1.1.0 |
| 1203 | 2026-08-14T11:55:09.991Z | Checking num v0.4.3 |
| 1204 | 2026-08-14T11:55:10.137Z | Checking toml v0.8.23 |
| 1205 | 2026-08-14T11:55:10.216Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1206 | 2026-08-14T11:55:10.325Z | Checking crossbeam-deque v0.8.6 |
| 1207 | 2026-08-14T11:55:10.466Z | Checking float-ord v0.3.2 |
| 1208 | 2026-08-14T11:55:10.553Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1209 | 2026-08-14T11:55:10.625Z | Compiling proc-macro-error-attr v1.0.4 |
| 1210 | 2026-08-14T11:55:10.822Z | Compiling heck v0.4.1 |
| 1211 | 2026-08-14T11:55:10.859Z | Checking bytecount v0.6.9 |
| 1212 | 2026-08-14T11:55:10.893Z | Compiling heapless v0.8.0 |
| 1213 | 2026-08-14T11:55:10.973Z | Checking libscf-sys v1.2.0 |
| 1214 | 2026-08-14T11:55:11.016Z | Compiling ingot-macros v0.1.1 |
| 1215 | 2026-08-14T11:55:11.097Z | Checking hash32 v0.3.1 |
| 1216 | 2026-08-14T11:55:11.223Z | Compiling proc-macro-error v1.0.4 |
| 1217 | 2026-08-14T11:55:11.349Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1218 | 2026-08-14T11:55:11.435Z | Compiling smoltcp v0.11.0 |
| 1219 | 2026-08-14T11:55:11.982Z | Compiling zerocopy v0.7.35 |
| 1220 | 2026-08-14T11:55:12.160Z | Compiling num_enum_derive v0.7.5 |
| 1221 | 2026-08-14T11:55:12.214Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1222 | 2026-08-14T11:55:12.367Z | Checking cobs v0.3.0 |
| 1223 | 2026-08-14T11:55:12.510Z | Compiling foreign-types-macros v0.2.3 |
| 1224 | 2026-08-14T11:55:12.514Z | Compiling scroll_derive v0.12.1 |
| 1225 | 2026-08-14T11:55:12.638Z | Compiling usdt-impl v0.5.0 |
| 1226 | 2026-08-14T11:55:12.764Z | Checking foreign-types-shared v0.3.1 |
| 1227 | 2026-08-14T11:55:12.857Z | Checking managed v0.8.0 |
| 1228 | 2026-08-14T11:55:12.886Z | Compiling crucible-workspace-hack v0.1.0 |
| 1229 | 2026-08-14T11:55:13.039Z | Checking bitflags v1.3.2 |
| 1230 | 2026-08-14T11:55:13.131Z | Checking foreign-types v0.5.0 |
| 1231 | 2026-08-14T11:55:13.170Z | Checking num_enum v0.7.5 |
| 1232 | 2026-08-14T11:55:13.201Z | Checking scroll v0.12.0 |
| 1233 | 2026-08-14T11:55:13.215Z | Checking postcard v1.1.3 |
| 1234 | 2026-08-14T11:55:13.246Z | Compiling dof v0.3.0 |
| 1235 | 2026-08-14T11:55:13.493Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1236 | 2026-08-14T11:55:13.542Z | Compiling dtrace-parser v0.2.0 |
| 1237 | 2026-08-14T11:55:13.586Z | Checking ingot-types v0.1.2 |
| 1238 | 2026-08-14T11:55:13.602Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1239 | 2026-08-14T11:55:13.628Z | Checking camino-tempfile v1.4.1 |
| 1240 | 2026-08-14T11:55:13.685Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1241 | 2026-08-14T11:55:13.779Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1242 | 2026-08-14T11:55:13.885Z | Checking cstr-argument v0.1.2 |
| 1243 | 2026-08-14T11:55:13.910Z | Checking ingot v0.1.1 |
| 1244 | 2026-08-14T11:55:14.006Z | Compiling thread-id v4.2.2 |
| 1245 | 2026-08-14T11:55:14.010Z | Compiling minimal-lexical v0.2.1 |
| 1246 | 2026-08-14T11:55:14.072Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1247 | 2026-08-14T11:55:14.178Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1248 | 2026-08-14T11:55:14.195Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1249 | 2026-08-14T11:55:14.244Z | Compiling nom v7.1.3 |
| 1250 | 2026-08-14T11:55:14.260Z | Checking goblin v0.8.2 |
| 1251 | 2026-08-14T11:55:14.348Z | Checking rayon v1.11.0 |
| 1252 | 2026-08-14T11:55:14.614Z | Compiling num_enum_derive v0.5.11 |
| 1253 | 2026-08-14T11:55:14.878Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1254 | 2026-08-14T11:55:15.165Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1255 | 2026-08-14T11:55:15.433Z | Compiling rustc_version v0.4.1 |
| 1256 | 2026-08-14T11:55:15.612Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1257 | 2026-08-14T11:55:15.711Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1258 | 2026-08-14T11:55:15.736Z | Checking tinyvec_macros v0.1.1 |
| 1259 | 2026-08-14T11:55:15.808Z | Compiling rustix v0.38.44 |
| 1260 | 2026-08-14T11:55:15.824Z | Compiling convert_case v0.4.0 |
| 1261 | 2026-08-14T11:55:15.967Z | Checking tinyvec v1.10.0 |
| 1262 | 2026-08-14T11:55:16.130Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1263 | 2026-08-14T11:55:16.214Z | Compiling derive_more v0.99.20 |
| 1264 | 2026-08-14T11:55:16.217Z | Checking num_enum v0.5.11 |
| 1265 | 2026-08-14T11:55:16.261Z | Compiling nix v0.30.1 |
| 1266 | 2026-08-14T11:55:16.276Z | Compiling nix v0.31.3 |
| 1267 | 2026-08-14T11:55:16.493Z | Compiling libz-sys v1.1.22 |
| 1268 | 2026-08-14T11:55:16.574Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1269 | 2026-08-14T11:55:16.660Z | Compiling crc32fast v1.5.0 |
| 1270 | 2026-08-14T11:55:16.978Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1271 | 2026-08-14T11:55:17.010Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1272 | 2026-08-14T11:55:17.143Z | Compiling usdt-attr-macro v0.5.0 |
| 1273 | 2026-08-14T11:55:17.368Z | Compiling usdt-macro v0.5.0 |
| 1274 | 2026-08-14T11:55:17.578Z | Compiling zone_cfg_derive v0.3.1 |
| 1275 | 2026-08-14T11:55:17.707Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1276 | 2026-08-14T11:55:17.860Z | Checking papergrid v0.18.0 |
| 1277 | 2026-08-14T11:55:17.878Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1278 | 2026-08-14T11:55:18.024Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1279 | 2026-08-14T11:55:18.197Z | Checking itertools v0.12.1 |
| 1280 | 2026-08-14T11:55:18.235Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1281 | 2026-08-14T11:55:18.391Z | Checking sigpipe v0.1.3 |
| 1282 | 2026-08-14T11:55:18.430Z | Checking memmap v0.7.0 |
| 1283 | 2026-08-14T11:55:18.462Z | Checking glob v0.3.3 |
| 1284 | 2026-08-14T11:55:18.477Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1285 | 2026-08-14T11:55:18.560Z | Checking jiff v0.2.15 |
| 1286 | 2026-08-14T11:55:18.609Z | Checking adler2 v2.0.1 |
| 1287 | 2026-08-14T11:55:18.625Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1288 | 2026-08-14T11:55:18.640Z | Checking tabled v0.21.0 |
| 1289 | 2026-08-14T11:55:18.715Z | Checking usdt v0.5.0 |
| 1290 | 2026-08-14T11:55:18.730Z | Checking miniz_oxide v0.8.9 |
| 1291 | 2026-08-14T11:55:18.850Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1292 | 2026-08-14T11:55:18.922Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1293 | 2026-08-14T11:55:19.067Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1294 | 2026-08-14T11:55:19.166Z | Checking zone v0.3.1 |
| 1295 | 2026-08-14T11:55:19.485Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1296 | 2026-08-14T11:55:19.500Z | Checking itertools v0.15.0 |
| 1297 | 2026-08-14T11:55:19.715Z | Checking smf v0.2.3 |
| 1298 | 2026-08-14T11:55:19.908Z | Checking secrecy v0.10.3 |
| 1299 | 2026-08-14T11:55:19.923Z | Checking bstr v1.12.0 |
| 1300 | 2026-08-14T11:55:19.926Z | Checking whoami v1.6.1 |
| 1301 | 2026-08-14T11:55:20.068Z | Checking flate2 v1.1.2 |
| 1302 | 2026-08-14T11:55:20.147Z | Compiling curve25519-dalek v4.1.3 |
| 1303 | 2026-08-14T11:55:20.257Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1304 | 2026-08-14T11:55:20.369Z | Checking hmac v0.12.1 |
| 1305 | 2026-08-14T11:55:20.384Z | Compiling clang-sys v1.8.1 |
| 1306 | 2026-08-14T11:55:20.419Z | Checking inout v0.1.4 |
| 1307 | 2026-08-14T11:55:20.497Z | Checking hybrid-array v0.4.12 |
| 1308 | 2026-08-14T11:55:20.550Z | Checking ff v0.13.1 |
| 1309 | 2026-08-14T11:55:20.677Z | Compiling enum-as-inner v0.6.1 |
| 1310 | 2026-08-14T11:55:20.747Z | Checking data-encoding v2.9.0 |
| 1311 | 2026-08-14T11:55:20.953Z | Compiling semver v0.1.20 |
| 1312 | 2026-08-14T11:55:20.972Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1313 | 2026-08-14T11:55:21.042Z | Checking group v0.13.0 |
| 1314 | 2026-08-14T11:55:21.129Z | Compiling rustc_version v0.1.7 |
| 1315 | 2026-08-14T11:55:21.152Z | Checking cipher v0.4.4 |
| 1316 | 2026-08-14T11:55:21.211Z | Checking hkdf v0.12.4 |
| 1317 | 2026-08-14T11:55:21.312Z | Checking atomicwrites v0.4.4 |
| 1318 | 2026-08-14T11:55:21.334Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1319 | 2026-08-14T11:55:21.349Z | Checking universal-hash v0.5.1 |
| 1320 | 2026-08-14T11:55:21.352Z | Checking crypto-bigint v0.5.5 |
| 1321 | 2026-08-14T11:55:21.379Z | Compiling regress v0.11.1 |
| 1322 | 2026-08-14T11:55:21.435Z | Checking half v2.7.1 |
| 1323 | 2026-08-14T11:55:21.469Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1324 | 2026-08-14T11:55:21.630Z | Checking indent_write v2.2.0 |
| 1325 | 2026-08-14T11:55:21.681Z | Checking opaque-debug v0.3.1 |
| 1326 | 2026-08-14T11:55:21.752Z | Checking base64ct v1.8.0 |
| 1327 | 2026-08-14T11:55:21.768Z | Checking ciborium-io v0.2.2 |
| 1328 | 2026-08-14T11:55:21.856Z | Checking base16ct v0.2.0 |
| 1329 | 2026-08-14T11:55:21.975Z | Checking ciborium-ll v0.2.2 |
| 1330 | 2026-08-14T11:55:21.978Z | Checking password-hash v0.5.0 |
| 1331 | 2026-08-14T11:55:22.149Z | Checking poly1305 v0.8.0 |
| 1332 | 2026-08-14T11:55:22.207Z | Checking chacha20 v0.9.1 |
| 1333 | 2026-08-14T11:55:22.364Z | Checking elliptic-curve v0.13.8 |
| 1334 | 2026-08-14T11:55:22.379Z | Compiling newtype_derive v0.1.6 |
| 1335 | 2026-08-14T11:55:22.379Z | Checking thiserror-no-std v2.0.2 |
| 1336 | 2026-08-14T11:55:22.409Z | Checking block-buffer v0.12.0 |
| 1337 | 2026-08-14T11:55:22.477Z | Checking crypto-common v0.2.2 |
| 1338 | 2026-08-14T11:55:22.507Z | Checking similar v2.7.0 |
| 1339 | 2026-08-14T11:55:22.549Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1340 | 2026-08-14T11:55:22.593Z | Checking blake2 v0.10.6 |
| 1341 | 2026-08-14T11:55:22.597Z | Checking aead v0.5.2 |
| 1342 | 2026-08-14T11:55:22.740Z | Compiling libloading v0.8.9 |
| 1343 | 2026-08-14T11:55:22.772Z | Checking const-oid v0.10.2 |
| 1344 | 2026-08-14T11:55:22.788Z | Checking resolv-conf v0.7.5 |
| 1345 | 2026-08-14T11:55:22.804Z | Checking compression-core v0.4.32 |
| 1346 | 2026-08-14T11:55:22.824Z | Checking keccak v0.1.6 |
| 1347 | 2026-08-14T11:55:22.922Z | Compiling typify-impl v0.6.2 |
| 1348 | 2026-08-14T11:55:22.925Z | Compiling owo-colors v4.3.0 |
| 1349 | 2026-08-14T11:55:22.925Z | Compiling bindgen v0.72.1 |
| 1350 | 2026-08-14T11:55:22.969Z | Checking linked-hash-map v0.5.6 |
| 1351 | 2026-08-14T11:55:22.969Z | Checking sha3 v0.10.8 |
| 1352 | 2026-08-14T11:55:23.083Z | Checking digest v0.11.3 |
| 1353 | 2026-08-14T11:55:23.134Z | Checking lru-cache v0.1.2 |
| 1354 | 2026-08-14T11:55:23.168Z | Checking compression-codecs v0.4.32 |
| 1355 | 2026-08-14T11:55:23.236Z | Checking argon2 v0.5.3 |
| 1356 | 2026-08-14T11:55:23.252Z | Checking vsss-rs v3.3.4 |
| 1357 | 2026-08-14T11:55:23.317Z | Checking chacha20poly1305 v0.10.1 |
| 1358 | 2026-08-14T11:55:23.386Z | Checking ciborium v0.2.2 |
| 1359 | 2026-08-14T11:55:23.441Z | Checking hickory-proto v0.24.4 |
| 1360 | 2026-08-14T11:55:23.521Z | Checking tokio-dtrace v0.1.1 |
| 1361 | 2026-08-14T11:55:23.700Z | Compiling cexpr v0.6.0 |
| 1362 | 2026-08-14T11:55:23.800Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1363 | 2026-08-14T11:55:24.089Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1364 | 2026-08-14T11:55:24.259Z | Checking serde-big-array v0.5.1 |
| 1365 | 2026-08-14T11:55:24.319Z | Compiling serde_repr v0.1.20 |
| 1366 | 2026-08-14T11:55:24.322Z | Compiling derive-where v1.6.0 |
| 1367 | 2026-08-14T11:55:24.391Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 1368 | 2026-08-14T11:55:24.589Z | Compiling dropshot v0.17.1 |
| 1369 | 2026-08-14T11:55:24.821Z | Checking unicode-segmentation v1.12.0 |
| 1370 | 2026-08-14T11:55:24.837Z | Checking same-file v1.0.6 |
| 1371 | 2026-08-14T11:55:24.877Z | Compiling shlex v1.3.0 |
| 1372 | 2026-08-14T11:55:24.923Z | Checking cpufeatures v0.3.0 |
| 1373 | 2026-08-14T11:55:24.952Z | Checking siphasher v1.0.1 |
| 1374 | 2026-08-14T11:55:25.000Z | Checking sha1 v0.11.0 |
| 1375 | 2026-08-14T11:55:25.174Z | Checking phf_shared v0.12.1 |
| 1376 | 2026-08-14T11:55:25.189Z | Checking newline-converter v0.3.0 |
| 1377 | 2026-08-14T11:55:25.238Z | Checking walkdir v2.5.0 |
| 1378 | 2026-08-14T11:55:25.302Z | Checking hickory-resolver v0.24.4 |
| 1379 | 2026-08-14T11:55:25.318Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1380 | 2026-08-14T11:55:25.460Z | Checking toml v1.1.2+spec-1.1.0 |
| 1381 | 2026-08-14T11:55:25.551Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1382 | 2026-08-14T11:55:25.965Z | Checking oxide-tokio-rt v0.1.2 |
| 1383 | 2026-08-14T11:55:26.038Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1384 | 2026-08-14T11:55:26.125Z | Checking async-compression v0.4.33 |
| 1385 | 2026-08-14T11:55:26.238Z | Checking console v0.15.11 |
| 1386 | 2026-08-14T11:55:26.368Z | Compiling progenitor-impl v0.10.0 |
| 1387 | 2026-08-14T11:55:26.398Z | Compiling typify-macro v0.6.2 |
| 1388 | 2026-08-14T11:55:26.508Z | Checking tokio-stream v0.1.17 |
| 1389 | 2026-08-14T11:55:26.777Z | Compiling dropshot_endpoint v0.17.1 |
| 1390 | 2026-08-14T11:55:26.807Z | Compiling pin-project-internal v1.1.10 |
| 1391 | 2026-08-14T11:55:26.875Z | Compiling slog-dtrace v0.3.0 |
| 1392 | 2026-08-14T11:55:27.109Z | Checking csv-core v0.1.12 |
| 1393 | 2026-08-14T11:55:27.286Z | Checking unicode-width v0.1.14 |
| 1394 | 2026-08-14T11:55:27.533Z | Compiling cancel-safe-futures v0.1.5 |
| 1395 | 2026-08-14T11:55:27.550Z | Checking swrite v0.1.0 |
| 1396 | 2026-08-14T11:55:27.643Z | Checking unicode-linebreak v0.1.5 |
| 1397 | 2026-08-14T11:55:27.783Z | Compiling chrono-tz v0.10.4 |
| 1398 | 2026-08-14T11:55:27.857Z | Compiling unicode-xid v0.2.6 |
| 1399 | 2026-08-14T11:55:27.874Z | Checking foldhash v0.1.5 |
| 1400 | 2026-08-14T11:55:27.903Z | Checking smawk v0.3.2 |
| 1401 | 2026-08-14T11:55:27.984Z | Compiling const_format_proc_macros v0.2.34 |
| 1402 | 2026-08-14T11:55:28.016Z | Checking hashbrown v0.15.5 |
| 1403 | 2026-08-14T11:55:28.031Z | Checking textwrap v0.16.2 |
| 1404 | 2026-08-14T11:55:28.047Z | Checking pin-project v1.1.10 |
| 1405 | 2026-08-14T11:55:28.165Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1406 | 2026-08-14T11:55:28.240Z | Checking csv v1.4.0 |
| 1407 | 2026-08-14T11:55:28.388Z | Compiling progenitor-macro v0.10.0 |
| 1408 | 2026-08-14T11:55:28.475Z | Checking qorb v0.4.1 |
| 1409 | 2026-08-14T11:55:28.600Z | Checking expectorate v1.2.0 |
| 1410 | 2026-08-14T11:55:28.728Z | Checking phf v0.12.1 |
| 1411 | 2026-08-14T11:55:28.749Z | Checking unicode-normalization v0.1.24 |
| 1412 | 2026-08-14T11:55:28.872Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1413 | 2026-08-14T11:55:29.157Z | Compiling snafu-derive v0.8.9 |
| 1414 | 2026-08-14T11:55:29.599Z | Checking libsw-core v0.3.2 |
| 1415 | 2026-08-14T11:55:29.712Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1416 | 2026-08-14T11:55:29.739Z | Compiling async-recursion v1.1.1 |
| 1417 | 2026-08-14T11:55:30.143Z | Compiling cookie v0.18.1 |
| 1418 | 2026-08-14T11:55:30.286Z | Checking highway v1.3.0 |
| 1419 | 2026-08-14T11:55:30.353Z | Checking fixedbitset v0.5.7 |
| 1420 | 2026-08-14T11:55:30.378Z | Checking fixedbitset v0.4.2 |
| 1421 | 2026-08-14T11:55:30.516Z | Compiling moka v0.12.11 |
| 1422 | 2026-08-14T11:55:30.532Z | Checking petgraph v0.6.5 |
| 1423 | 2026-08-14T11:55:30.553Z | Checking petgraph v0.8.2 |
| 1424 | 2026-08-14T11:55:30.859Z | Checking snafu v0.8.9 |
| 1425 | 2026-08-14T11:55:31.100Z | Checking libsw v3.5.0 |
| 1426 | 2026-08-14T11:55:31.247Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1427 | 2026-08-14T11:55:31.433Z | Checking olpc-cjson v0.1.4 |
| 1428 | 2026-08-14T11:55:31.670Z | Checking const_format v0.2.34 |
| 1429 | 2026-08-14T11:55:31.757Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1430 | 2026-08-14T11:55:32.083Z | Compiling typify v0.6.2 |
| 1431 | 2026-08-14T11:55:32.117Z | Checking papergrid v0.11.0 |
| 1432 | 2026-08-14T11:55:32.142Z | Checking globset v0.4.16 |
| 1433 | 2026-08-14T11:55:32.165Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1434 | 2026-08-14T11:55:32.182Z | Checking gethostname v0.5.0 |
| 1435 | 2026-08-14T11:55:32.372Z | Compiling tabled_derive v0.7.0 |
| 1436 | 2026-08-14T11:55:32.375Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1437 | 2026-08-14T11:55:32.450Z | Checking progenitor v0.10.0 |
| 1438 | 2026-08-14T11:55:32.583Z | Checking reqwest v0.13.2 |
| 1439 | 2026-08-14T11:55:32.632Z | Checking bcs v0.1.6 |
| 1440 | 2026-08-14T11:55:32.690Z | Checking pem v3.0.5 |
| 1441 | 2026-08-14T11:55:32.706Z | Checking serde_plain v1.0.2 |
| 1442 | 2026-08-14T11:55:32.847Z | Checking termtree v0.5.1 |
| 1443 | 2026-08-14T11:55:32.863Z | Checking humantime v2.3.0 |
| 1444 | 2026-08-14T11:55:32.863Z | Checking tagptr v0.2.0 |
| 1445 | 2026-08-14T11:55:32.978Z | Checking typed-path v0.9.3 |
| 1446 | 2026-08-14T11:55:33.011Z | Checking crc8 v0.1.1 |
| 1447 | 2026-08-14T11:55:33.037Z | Checking linear-map v1.2.0 |
| 1448 | 2026-08-14T11:55:33.106Z | Compiling signal-hook v0.4.4 |
| 1449 | 2026-08-14T11:55:33.201Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1450 | 2026-08-14T11:55:33.292Z | Checking tabled v0.15.0 |
| 1451 | 2026-08-14T11:55:33.349Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1452 | 2026-08-14T11:55:33.717Z | Checking tough v0.20.0 |
| 1453 | 2026-08-14T11:55:33.836Z | Compiling progenitor-impl v0.14.0 |
| 1454 | 2026-08-14T11:55:34.391Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1455 | 2026-08-14T11:55:34.412Z | Checking steno v0.4.1 |
| 1456 | 2026-08-14T11:55:34.777Z | Checking hickory-proto v0.25.2 |
| 1457 | 2026-08-14T11:55:35.378Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 1458 | 2026-08-14T11:55:35.440Z | Compiling cargo-platform v0.1.9 |
| 1459 | 2026-08-14T11:55:35.671Z | Compiling vergen v8.3.2 |
| 1460 | 2026-08-14T11:55:35.687Z | Compiling fs-err v3.1.2 |
| 1461 | 2026-08-14T11:55:35.802Z | Compiling cargo_metadata v0.18.1 |
| 1462 | 2026-08-14T11:55:35.945Z | Compiling progenitor-macro v0.14.0 |
| 1463 | 2026-08-14T11:55:36.031Z | Checking progenitor-client v0.14.0 |
| 1464 | 2026-08-14T11:55:36.100Z | Checking dropshot-api-manager-types v0.7.2 |
| 1465 | 2026-08-14T11:55:36.249Z | Checking sha2 v0.10.9 |
| 1466 | 2026-08-14T11:55:36.265Z | Compiling blake3 v1.8.2 |
| 1467 | 2026-08-14T11:55:36.328Z | Checking hickory-resolver v0.25.2 |
| 1468 | 2026-08-14T11:55:36.945Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1469 | 2026-08-14T11:55:36.994Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1470 | 2026-08-14T11:55:37.095Z | Checking git-stub v1.0.0 |
| 1471 | 2026-08-14T11:55:37.242Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1472 | 2026-08-14T11:55:37.705Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1473 | 2026-08-14T11:55:37.776Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1474 | 2026-08-14T11:55:38.194Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1475 | 2026-08-14T11:55:38.286Z | Compiling strum_macros v0.28.0 |
| 1476 | 2026-08-14T11:55:38.627Z | Checking filetime v0.2.26 |
| 1477 | 2026-08-14T11:55:38.761Z | Checking constant_time_eq v0.3.1 |
| 1478 | 2026-08-14T11:55:38.777Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1479 | 2026-08-14T11:55:38.847Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1480 | 2026-08-14T11:55:38.862Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1481 | 2026-08-14T11:55:38.983Z | Compiling curl v0.4.50 |
| 1482 | 2026-08-14T11:55:39.106Z | Checking xattr v1.6.1 |
| 1483 | 2026-08-14T11:55:39.228Z | Checking is_ci v1.2.0 |
| 1484 | 2026-08-14T11:55:39.244Z | Checking arrayref v0.3.9 |
| 1485 | 2026-08-14T11:55:39.290Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1486 | 2026-08-14T11:55:39.316Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1487 | 2026-08-14T11:55:39.331Z | Checking arrayvec v0.7.6 |
| 1488 | 2026-08-14T11:55:39.348Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1489 | 2026-08-14T11:55:39.513Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1490 | 2026-08-14T11:55:39.596Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1491 | 2026-08-14T11:55:39.845Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1492 | 2026-08-14T11:55:40.002Z | Checking progenitor v0.14.0 |
| 1493 | 2026-08-14T11:55:40.021Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1494 | 2026-08-14T11:55:40.048Z | Checking strum v0.28.0 |
| 1495 | 2026-08-14T11:55:40.051Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1496 | 2026-08-14T11:55:40.169Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1497 | 2026-08-14T11:55:40.208Z | Checking supports-color v3.0.2 |
| 1498 | 2026-08-14T11:55:40.323Z | Checking tar v0.4.45 |
| 1499 | 2026-08-14T11:55:40.363Z | Checking toml v0.7.8 |
| 1500 | 2026-08-14T11:55:40.458Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1501 | 2026-08-14T11:55:40.705Z | Checking git-stub-vcs v0.1.0 |
| 1502 | 2026-08-14T11:55:40.725Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1503 | 2026-08-14T11:55:41.192Z | Checking drift v0.2.0 |
| 1504 | 2026-08-14T11:55:41.506Z | Checking kstat-rs v0.2.4 |
| 1505 | 2026-08-14T11:55:41.537Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1506 | 2026-08-14T11:55:41.687Z | Checking topological-sort v0.2.2 |
| 1507 | 2026-08-14T11:55:41.820Z | Checking omicron-zone-package v0.12.2 |
| 1508 | 2026-08-14T11:55:41.929Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1509 | 2026-08-14T11:55:41.945Z | Checking dropshot-api-manager v0.7.2 |
| 1510 | 2026-08-14T11:55:43.015Z | Checking signal-hook-tokio v0.4.0 |
| 1511 | 2026-08-14T11:55:43.142Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1512 | 2026-08-14T11:55:43.579Z | Checking scuffle v0.1.0 |
| 1513 | 2026-08-14T11:55:43.649Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1514 | 2026-08-14T11:55:43.715Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1515 | 2026-08-14T11:55:44.095Z | Checking iddqd v0.4.5 |
| 1516 | 2026-08-14T11:55:44.113Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1517 | 2026-08-14T11:55:44.414Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1518 | 2026-08-14T11:55:44.611Z | Checking internet-checksum v0.2.1 |
| 1519 | 2026-08-14T11:55:44.703Z | Checking search_path v0.1.4 |
| 1520 | 2026-08-14T11:55:44.745Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1521 | 2026-08-14T11:55:44.840Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1522 | 2026-08-14T11:55:44.947Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1523 | 2026-08-14T11:55:45.052Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1524 | 2026-08-14T11:55:45.629Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1525 | 2026-08-14T11:55:46.143Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1526 | 2026-08-14T11:55:46.278Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1527 | 2026-08-14T11:55:46.518Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1528 | 2026-08-14T11:55:47.529Z | Compiling git2 v0.19.0 |
| 1529 | 2026-08-14T11:55:48.182Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1530 | 2026-08-14T11:55:49.768Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1531 | 2026-08-14T11:55:57.343Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1532 | 2026-08-14T11:55:58.603Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1533 | 2026-08-14T11:56:03.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 11s |
| 1534 | 2026-08-14T11:56:03.795Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1535 | 2026-08-14T11:56:03.795Z | + cargo clippy --features tofino_asic -- --deny warnings |
| 1536 | 2026-08-14T11:56:04.281Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 1537 | 2026-08-14T11:56:04.281Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1538 | 2026-08-14T11:56:04.358Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1539 | 2026-08-14T11:56:04.361Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1540 | 2026-08-14T11:56:11.392Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1541 | 2026-08-14T11:56:11.395Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1542 | 2026-08-14T11:56:13.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.04s |
| 1543 | 2026-08-14T11:56:14.023Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1544 | 2026-08-14T11:56:14.023Z | + cargo clippy --features softnpu -- --deny warnings |
| 1545 | 2026-08-14T11:56:14.318Z | Downloading crates ... |
| 1546 | 2026-08-14T11:56:14.451Z | Downloaded typeid v1.0.3 |
| 1547 | 2026-08-14T11:56:14.454Z | Downloaded funty v2.0.0 |
| 1548 | 2026-08-14T11:56:14.457Z | Downloaded wyz v0.5.1 |
| 1549 | 2026-08-14T11:56:14.460Z | Downloaded tap v1.0.1 |
| 1550 | 2026-08-14T11:56:14.463Z | Downloaded serde_arrays v0.1.0 |
| 1551 | 2026-08-14T11:56:14.466Z | Downloaded bitstruct_derive v0.1.0 |
| 1552 | 2026-08-14T11:56:14.470Z | Downloaded bitstruct v0.1.1 |
| 1553 | 2026-08-14T11:56:14.473Z | Downloaded radium v0.7.0 |
| 1554 | 2026-08-14T11:56:14.476Z | Downloaded erased-serde v0.4.8 |
| 1555 | 2026-08-14T11:56:14.481Z | Downloaded libloading v0.7.4 |
| 1556 | 2026-08-14T11:56:14.484Z | Downloaded ascii v1.1.0 |
| 1557 | 2026-08-14T11:56:14.487Z | Downloaded num-bigint v0.4.6 |
| 1558 | 2026-08-14T11:56:14.495Z | Downloaded bitvec v1.0.1 |
| 1559 | 2026-08-14T11:56:14.620Z | Checking num-integer v0.1.46 |
| 1560 | 2026-08-14T11:56:14.623Z | Checking num-complex v0.4.6 |
| 1561 | 2026-08-14T11:56:14.710Z | Compiling radium v0.7.0 |
| 1562 | 2026-08-14T11:56:14.717Z | Checking tap v1.0.1 |
| 1563 | 2026-08-14T11:56:14.724Z | Checking funty v2.0.0 |
| 1564 | 2026-08-14T11:56:14.730Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1565 | 2026-08-14T11:56:14.733Z | Compiling typeid v1.0.3 |
| 1566 | 2026-08-14T11:56:14.743Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1567 | 2026-08-14T11:56:14.799Z | Checking wyz v0.5.1 |
| 1568 | 2026-08-14T11:56:14.891Z | Checking num-bigint v0.4.6 |
| 1569 | 2026-08-14T11:56:14.891Z | Checking num-iter v0.1.45 |
| 1570 | 2026-08-14T11:56:14.941Z | Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1571 | 2026-08-14T11:56:14.956Z | Compiling erased-serde v0.4.8 |
| 1572 | 2026-08-14T11:56:15.010Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1573 | 2026-08-14T11:56:15.018Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1574 | 2026-08-14T11:56:15.071Z | Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1575 | 2026-08-14T11:56:15.107Z | Compiling bitstruct_derive v0.1.0 |
| 1576 | 2026-08-14T11:56:15.145Z | Checking bitvec v1.0.1 |
| 1577 | 2026-08-14T11:56:15.148Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1578 | 2026-08-14T11:56:15.161Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1579 | 2026-08-14T11:56:15.164Z | Checking ascii v1.1.0 |
| 1580 | 2026-08-14T11:56:15.175Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1581 | 2026-08-14T11:56:15.248Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1582 | 2026-08-14T11:56:15.325Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1583 | 2026-08-14T11:56:15.334Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1584 | 2026-08-14T11:56:15.360Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1585 | 2026-08-14T11:56:15.363Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1586 | 2026-08-14T11:56:15.608Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1587 | 2026-08-14T11:56:15.638Z | Checking serde_arrays v0.1.0 |
| 1588 | 2026-08-14T11:56:15.722Z | Checking num-rational v0.4.2 |
| 1589 | 2026-08-14T11:56:15.739Z | Checking libloading v0.7.4 |
| 1590 | 2026-08-14T11:56:15.747Z | Checking bitstruct v0.1.1 |
| 1591 | 2026-08-14T11:56:15.761Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1592 | 2026-08-14T11:56:15.982Z | Checking num v0.4.3 |
| 1593 | 2026-08-14T11:56:16.047Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1594 | 2026-08-14T11:56:16.567Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 1595 | 2026-08-14T11:56:16.865Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 1596 | 2026-08-14T11:56:16.868Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 1597 | 2026-08-14T11:56:17.051Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1598 | 2026-08-14T11:56:17.260Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1599 | 2026-08-14T11:56:17.260Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1600 | 2026-08-14T11:56:17.711Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1601 | 2026-08-14T11:56:17.922Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1602 | 2026-08-14T11:56:17.925Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1603 | 2026-08-14T11:56:17.925Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1604 | 2026-08-14T11:56:17.925Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1605 | 2026-08-14T11:56:18.300Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1606 | 2026-08-14T11:56:18.697Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1607 | 2026-08-14T11:56:19.561Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1608 | 2026-08-14T11:56:21.752Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1609 | 2026-08-14T11:56:22.094Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1610 | 2026-08-14T11:56:22.952Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1611 | 2026-08-14T11:56:23.628Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1612 | 2026-08-14T11:56:23.742Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1613 | 2026-08-14T11:56:30.260Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1614 | 2026-08-14T11:56:31.511Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1615 | 2026-08-14T11:56:32.033Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1616 | 2026-08-14T11:56:36.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.32s |
| 1617 | 2026-08-14T11:56:36.528Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1618 | 2026-08-14T11:56:36.528Z | + cargo clippy --features chaos -- --deny warnings |
| 1619 | 2026-08-14T11:56:37.004Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1620 | 2026-08-14T11:56:37.007Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1621 | 2026-08-14T11:56:37.007Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1622 | 2026-08-14T11:56:44.091Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1623 | 2026-08-14T11:56:44.097Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1624 | 2026-08-14T11:56:46.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.96s |
| 1625 | 2026-08-14T11:56:46.685Z | + banner fmt |
| 1626 | 2026-08-14T11:56:46.689Z | |
| 1627 | 2026-08-14T11:56:46.689Z | ###### # # ##### |
| 1628 | 2026-08-14T11:56:46.689Z | # ## ## # |
| 1629 | 2026-08-14T11:56:46.689Z | ##### # ## # # |
| 1630 | 2026-08-14T11:56:46.689Z | # # # # |
| 1631 | 2026-08-14T11:56:46.689Z | # # # # |
| 1632 | 2026-08-14T11:56:46.689Z | # # # # |
| 1633 | 2026-08-14T11:56:46.689Z | |
| 1634 | 2026-08-14T11:56:46.689Z | + cargo fmt -- --check |
| 1635 | 2026-08-14T11:56:47.142Z | + banner test |
| 1636 | 2026-08-14T11:56:47.174Z | |
| 1637 | 2026-08-14T11:56:47.174Z | ##### ###### #### ##### |
| 1638 | 2026-08-14T11:56:47.174Z | # # # # |
| 1639 | 2026-08-14T11:56:47.174Z | # ##### #### # |
| 1640 | 2026-08-14T11:56:47.175Z | # # # # |
| 1641 | 2026-08-14T11:56:47.175Z | # # # # # |
| 1642 | 2026-08-14T11:56:47.175Z | # ###### #### # |
| 1643 | 2026-08-14T11:56:47.175Z | |
| 1644 | 2026-08-14T11:56:47.175Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1645 | 2026-08-14T11:56:47.175Z | + RUST_BACKTRACE=full |
| 1646 | 2026-08-14T11:56:47.175Z | + cargo test --features tofino_stub --no-fail-fast |
| 1647 | 2026-08-14T11:56:47.969Z | Compiling unicode-ident v1.0.24 |
| 1648 | 2026-08-14T11:56:47.969Z | Compiling cfg-if v1.0.4 |
| 1649 | 2026-08-14T11:56:47.972Z | Compiling memchr v2.7.5 |
| 1650 | 2026-08-14T11:56:47.972Z | Compiling serde_core v1.0.228 |
| 1651 | 2026-08-14T11:56:48.107Z | Compiling itoa v1.0.15 |
| 1652 | 2026-08-14T11:56:48.145Z | Compiling libc v0.2.186 |
| 1653 | 2026-08-14T11:56:48.146Z | Compiling zmij v1.0.17 |
| 1654 | 2026-08-14T11:56:48.156Z | Compiling libm v0.2.15 |
| 1655 | 2026-08-14T11:56:48.178Z | Compiling proc-macro2 v1.0.106 |
| 1656 | 2026-08-14T11:56:48.367Z | Compiling equivalent v1.0.2 |
| 1657 | 2026-08-14T11:56:48.460Z | Compiling heck v0.5.0 |
| 1658 | 2026-08-14T11:56:48.590Z | Compiling quote v1.0.45 |
| 1659 | 2026-08-14T11:56:48.598Z | Compiling smallvec v1.15.1 |
| 1660 | 2026-08-14T11:56:48.725Z | Compiling log v0.4.29 |
| 1661 | 2026-08-14T11:56:48.740Z | Compiling iana-time-zone v0.1.64 |
| 1662 | 2026-08-14T11:56:48.807Z | Compiling syn v2.0.118 |
| 1663 | 2026-08-14T11:56:48.871Z | Compiling dyn-clone v1.0.20 |
| 1664 | 2026-08-14T11:56:48.904Z | Compiling hashbrown v0.17.1 |
| 1665 | 2026-08-14T11:56:48.945Z | Compiling stable_deref_trait v1.2.0 |
| 1666 | 2026-08-14T11:56:48.953Z | Compiling pin-project-lite v0.2.16 |
| 1667 | 2026-08-14T11:56:49.019Z | Compiling percent-encoding v2.3.2 |
| 1668 | 2026-08-14T11:56:49.031Z | Compiling litemap v0.8.0 |
| 1669 | 2026-08-14T11:56:49.047Z | Compiling fnv v1.0.7 |
| 1670 | 2026-08-14T11:56:49.243Z | Compiling writeable v0.6.1 |
| 1671 | 2026-08-14T11:56:49.250Z | Compiling icu_properties_data v2.0.1 |
| 1672 | 2026-08-14T11:56:49.250Z | Compiling icu_normalizer_data v2.0.0 |
| 1673 | 2026-08-14T11:56:49.250Z | Compiling regex-syntax v0.8.11 |
| 1674 | 2026-08-14T11:56:49.304Z | Compiling form_urlencoded v1.2.2 |
| 1675 | 2026-08-14T11:56:49.377Z | Compiling utf8_iter v1.0.4 |
| 1676 | 2026-08-14T11:56:49.437Z | Compiling scopeguard v1.2.0 |
| 1677 | 2026-08-14T11:56:49.450Z | Compiling num-traits v0.2.19 |
| 1678 | 2026-08-14T11:56:49.486Z | Compiling getrandom v0.4.2 |
| 1679 | 2026-08-14T11:56:49.540Z | Compiling lock_api v0.4.14 |
| 1680 | 2026-08-14T11:56:49.647Z | Compiling aho-corasick v1.1.3 |
| 1681 | 2026-08-14T11:56:49.763Z | Compiling semver v1.0.28 |
| 1682 | 2026-08-14T11:56:49.857Z | Compiling serde_json v1.0.150 |
| 1683 | 2026-08-14T11:56:49.977Z | Compiling indexmap v2.14.0 |
| 1684 | 2026-08-14T11:56:50.041Z | Compiling byteorder v1.5.0 |
| 1685 | 2026-08-14T11:56:50.136Z | Compiling ucd-trie v0.1.7 |
| 1686 | 2026-08-14T11:56:50.318Z | Compiling futures-core v0.3.32 |
| 1687 | 2026-08-14T11:56:50.348Z | Compiling uuid v1.23.3 |
| 1688 | 2026-08-14T11:56:50.348Z | Compiling allocator-api2 v0.2.21 |
| 1689 | 2026-08-14T11:56:51.513Z | Compiling foldhash v0.2.0 |
| 1690 | 2026-08-14T11:56:51.532Z | Compiling time-core v0.1.8 |
| 1691 | 2026-08-14T11:56:51.532Z | Compiling regex-automata v0.4.13 |
| 1692 | 2026-08-14T11:56:51.533Z | Compiling num-conv v0.2.1 |
| 1693 | 2026-08-14T11:56:51.533Z | Compiling hashbrown v0.16.1 |
| 1694 | 2026-08-14T11:56:51.533Z | Compiling futures-sink v0.3.32 |
| 1695 | 2026-08-14T11:56:51.533Z | Compiling time-macros v0.2.27 |
| 1696 | 2026-08-14T11:56:51.533Z | Compiling ryu v1.0.20 |
| 1697 | 2026-08-14T11:56:51.533Z | Compiling pretty-hex v0.4.1 |
| 1698 | 2026-08-14T11:56:51.533Z | Compiling slab v0.4.11 |
| 1699 | 2026-08-14T11:56:51.533Z | Compiling plain v0.2.3 |
| 1700 | 2026-08-14T11:56:51.542Z | Compiling synstructure v0.13.2 |
| 1701 | 2026-08-14T11:56:51.547Z | Compiling serde_derive_internals v0.29.1 |
| 1702 | 2026-08-14T11:56:51.554Z | Compiling strsim v0.11.1 |
| 1703 | 2026-08-14T11:56:51.887Z | Compiling futures-channel v0.3.32 |
| 1704 | 2026-08-14T11:56:51.911Z | Compiling futures-io v0.3.32 |
| 1705 | 2026-08-14T11:56:51.934Z | Compiling futures-task v0.3.32 |
| 1706 | 2026-08-14T11:56:52.023Z | Compiling socket2 v0.6.4 |
| 1707 | 2026-08-14T11:56:52.064Z | Compiling parking_lot_core v0.9.12 |
| 1708 | 2026-08-14T11:56:52.097Z | Compiling signal-hook-registry v1.4.6 |
| 1709 | 2026-08-14T11:56:52.097Z | Compiling thread-id v5.0.0 |
| 1710 | 2026-08-14T11:56:52.180Z | Compiling mio v1.2.1 |
| 1711 | 2026-08-14T11:56:52.271Z | Compiling parking_lot v0.12.5 |
| 1712 | 2026-08-14T11:56:52.349Z | Compiling regex v1.12.4 |
| 1713 | 2026-08-14T11:56:52.459Z | Compiling regress v0.10.5 |
| 1714 | 2026-08-14T11:56:52.486Z | Compiling darling_core v0.21.3 |
| 1715 | 2026-08-14T11:56:52.528Z | Compiling bitflags v2.11.1 |
| 1716 | 2026-08-14T11:56:52.675Z | Compiling base64 v0.22.1 |
| 1717 | 2026-08-14T11:56:52.693Z | Compiling getrandom v0.2.16 |
| 1718 | 2026-08-14T11:56:52.751Z | Compiling serde_derive v1.0.228 |
| 1719 | 2026-08-14T11:56:52.766Z | Compiling zerofrom-derive v0.1.6 |
| 1720 | 2026-08-14T11:56:52.816Z | Compiling yoke-derive v0.8.0 |
| 1721 | 2026-08-14T11:56:52.876Z | Compiling zerovec-derive v0.11.1 |
| 1722 | 2026-08-14T11:56:53.009Z | Compiling displaydoc v0.2.5 |
| 1723 | 2026-08-14T11:56:53.236Z | Compiling thiserror-impl v2.0.18 |
| 1724 | 2026-08-14T11:56:53.757Z | Compiling schemars_derive v0.8.22 |
| 1725 | 2026-08-14T11:56:53.853Z | Compiling tokio-macros v2.7.0 |
| 1726 | 2026-08-14T11:56:54.013Z | Compiling zerocopy-derive v0.8.27 |
| 1727 | 2026-08-14T11:56:54.017Z | Compiling zeroize_derive v1.4.3 |
| 1728 | 2026-08-14T11:56:54.469Z | Compiling thiserror v2.0.18 |
| 1729 | 2026-08-14T11:56:54.555Z | Compiling futures-macro v0.3.32 |
| 1730 | 2026-08-14T11:56:54.575Z | Compiling zerofrom v0.1.6 |
| 1731 | 2026-08-14T11:56:54.598Z | Compiling thiserror-impl v1.0.69 |
| 1732 | 2026-08-14T11:56:54.651Z | Compiling tracing-attributes v0.1.30 |
| 1733 | 2026-08-14T11:56:54.700Z | Compiling yoke v0.8.0 |
| 1734 | 2026-08-14T11:56:54.887Z | Compiling zerovec v0.11.4 |
| 1735 | 2026-08-14T11:56:54.957Z | Compiling zerotrie v0.2.2 |
| 1736 | 2026-08-14T11:56:55.224Z | Compiling zerocopy v0.8.27 |
| 1737 | 2026-08-14T11:56:55.282Z | Compiling pest v2.8.2 |
| 1738 | 2026-08-14T11:56:55.444Z | Compiling scroll_derive v0.13.1 |
| 1739 | 2026-08-14T11:56:55.466Z | Compiling serde v1.0.228 |
| 1740 | 2026-08-14T11:56:55.838Z | Compiling tinystr v0.8.1 |
| 1741 | 2026-08-14T11:56:55.938Z | Compiling bytes v1.12.0 |
| 1742 | 2026-08-14T11:56:55.992Z | Compiling serde_tokenstream v0.2.3 |
| 1743 | 2026-08-14T11:56:56.045Z | Compiling icu_locale_core v2.0.0 |
| 1744 | 2026-08-14T11:56:56.279Z | Compiling potential_utf v0.1.3 |
| 1745 | 2026-08-14T11:56:56.300Z | Compiling chrono v0.4.45 |
| 1746 | 2026-08-14T11:56:56.313Z | Compiling async-trait v0.1.89 |
| 1747 | 2026-08-14T11:56:56.458Z | Compiling icu_collections v2.0.0 |
| 1748 | 2026-08-14T11:56:56.575Z | Compiling icu_provider v2.0.0 |
| 1749 | 2026-08-14T11:56:56.578Z | Compiling http v1.4.2 |
| 1750 | 2026-08-14T11:56:56.719Z | Compiling pest_meta v2.8.2 |
| 1751 | 2026-08-14T11:56:56.891Z | Compiling icu_normalizer v2.0.0 |
| 1752 | 2026-08-14T11:56:56.904Z | Compiling icu_properties v2.0.1 |
| 1753 | 2026-08-14T11:56:56.965Z | Compiling scroll v0.13.0 |
| 1754 | 2026-08-14T11:56:57.222Z | Compiling goblin v0.10.1 |
| 1755 | 2026-08-14T11:56:57.299Z | Compiling pest_generator v2.8.2 |
| 1756 | 2026-08-14T11:56:57.479Z | Compiling schemars v0.8.22 |
| 1757 | 2026-08-14T11:56:57.544Z | Compiling thiserror v1.0.69 |
| 1758 | 2026-08-14T11:56:57.648Z | Compiling tokio v1.52.3 |
| 1759 | 2026-08-14T11:56:57.798Z | Compiling idna_adapter v1.2.1 |
| 1760 | 2026-08-14T11:56:57.922Z | Compiling idna v1.1.0 |
| 1761 | 2026-08-14T11:56:57.947Z | Compiling openapiv3 v2.2.0 |
| 1762 | 2026-08-14T11:56:58.014Z | Compiling pest_derive v2.8.2 |
| 1763 | 2026-08-14T11:56:58.071Z | Compiling daft-derive v0.1.5 |
| 1764 | 2026-08-14T11:56:58.426Z | Compiling url v2.5.7 |
| 1765 | 2026-08-14T11:56:58.583Z | Compiling dtrace-parser v0.3.0 |
| 1766 | 2026-08-14T11:56:58.685Z | Compiling typify-impl v0.4.3 |
| 1767 | 2026-08-14T11:56:58.814Z | Compiling darling_macro v0.21.3 |
| 1768 | 2026-08-14T11:56:59.298Z | Compiling http-body v1.0.1 |
| 1769 | 2026-08-14T11:56:59.406Z | Compiling darling v0.21.3 |
| 1770 | 2026-08-14T11:56:59.449Z | Compiling ppv-lite86 v0.2.21 |
| 1771 | 2026-08-14T11:56:59.461Z | Compiling erased-serde v0.3.31 |
| 1772 | 2026-08-14T11:56:59.487Z | Compiling serde_yaml v0.9.34+deprecated |
| 1773 | 2026-08-14T11:56:59.526Z | Compiling openssl-macros v0.1.1 |
| 1774 | 2026-08-14T11:56:59.944Z | Compiling dof v0.4.0 |
| 1775 | 2026-08-14T11:56:59.999Z | Compiling atomic-waker v1.1.2 |
| 1776 | 2026-08-14T11:57:00.105Z | Compiling ipnet v2.11.0 |
| 1777 | 2026-08-14T11:57:00.457Z | Compiling usdt-impl v0.6.0 |
| 1778 | 2026-08-14T11:57:00.796Z | Compiling httparse v1.10.1 |
| 1779 | 2026-08-14T11:57:01.054Z | Compiling tower-layer v0.3.3 |
| 1780 | 2026-08-14T11:57:01.109Z | Compiling untrusted v0.9.0 |
| 1781 | 2026-08-14T11:57:01.166Z | Compiling tower-service v0.3.3 |
| 1782 | 2026-08-14T11:57:01.219Z | Compiling anyhow v1.0.102 |
| 1783 | 2026-08-14T11:57:01.233Z | Compiling try-lock v0.2.5 |
| 1784 | 2026-08-14T11:57:01.264Z | Compiling syn v1.0.109 |
| 1785 | 2026-08-14T11:57:01.283Z | Compiling zeroize v1.8.1 |
| 1786 | 2026-08-14T11:57:01.340Z | Compiling want v0.3.1 |
| 1787 | 2026-08-14T11:57:01.490Z | Compiling httpdate v1.0.3 |
| 1788 | 2026-08-14T11:57:01.525Z | Compiling portable-atomic v1.11.1 |
| 1789 | 2026-08-14T11:57:01.935Z | Compiling structmeta-derive v0.3.0 |
| 1790 | 2026-08-14T11:57:01.979Z | Compiling usdt-macro v0.6.0 |
| 1791 | 2026-08-14T11:57:02.041Z | Compiling usdt-attr-macro v0.6.0 |
| 1792 | 2026-08-14T11:57:02.216Z | Compiling async-stream-impl v0.3.6 |
| 1793 | 2026-08-14T11:57:02.717Z | Compiling critical-section v1.2.0 |
| 1794 | 2026-08-14T11:57:02.859Z | Compiling once_cell v1.21.3 |
| 1795 | 2026-08-14T11:57:02.972Z | Compiling structmeta v0.3.0 |
| 1796 | 2026-08-14T11:57:03.090Z | Compiling newtype-uuid-macros v0.1.0 |
| 1797 | 2026-08-14T11:57:03.175Z | Compiling strum_macros v0.26.4 |
| 1798 | 2026-08-14T11:57:03.341Z | Compiling powerfmt v0.2.0 |
| 1799 | 2026-08-14T11:57:03.551Z | Compiling deranged v0.5.3 |
| 1800 | 2026-08-14T11:57:03.789Z | Compiling num_threads v0.1.7 |
| 1801 | 2026-08-14T11:57:04.439Z | Compiling http-body-util v0.1.3 |
| 1802 | 2026-08-14T11:57:04.486Z | Compiling omicron-workspace-hack v0.1.0 |
| 1803 | 2026-08-14T11:57:04.577Z | Compiling dropshot_endpoint v0.16.7 |
| 1804 | 2026-08-14T11:57:04.601Z | Compiling serde_urlencoded v0.7.1 |
| 1805 | 2026-08-14T11:57:04.677Z | Compiling ref-cast-impl v1.0.25 |
| 1806 | 2026-08-14T11:57:04.795Z | Compiling derive-ex v0.1.8 |
| 1807 | 2026-08-14T11:57:04.807Z | Compiling typify-macro v0.4.3 |
| 1808 | 2026-08-14T11:57:04.843Z | Compiling strum_macros v0.27.2 |
| 1809 | 2026-08-14T11:57:04.856Z | Compiling sync_wrapper v1.0.2 |
| 1810 | 2026-08-14T11:57:04.982Z | Compiling serde_with_macros v3.14.1 |
| 1811 | 2026-08-14T11:57:05.113Z | Compiling subtle v2.6.1 |
| 1812 | 2026-08-14T11:57:05.314Z | Compiling thread_local v1.1.9 |
| 1813 | 2026-08-14T11:57:05.580Z | Compiling iri-string v0.7.8 |
| 1814 | 2026-08-14T11:57:05.686Z | Compiling futures-util v0.3.32 |
| 1815 | 2026-08-14T11:57:06.157Z | Compiling match_cfg v0.1.0 |
| 1816 | 2026-08-14T11:57:06.289Z | Compiling rand_core v0.6.4 |
| 1817 | 2026-08-14T11:57:06.331Z | Compiling typenum v1.20.1 |
| 1818 | 2026-08-14T11:57:06.469Z | Compiling test-strategy v0.4.3 |
| 1819 | 2026-08-14T11:57:06.522Z | Compiling take_mut v0.2.2 |
| 1820 | 2026-08-14T11:57:06.633Z | Compiling term v1.2.0 |
| 1821 | 2026-08-14T11:57:06.869Z | Compiling typify v0.4.3 |
| 1822 | 2026-08-14T11:57:06.967Z | Compiling progenitor-impl v0.11.1 |
| 1823 | 2026-08-14T11:57:07.134Z | Compiling parse-display-derive v0.10.0 |
| 1824 | 2026-08-14T11:57:07.153Z | Compiling tracing-core v0.1.34 |
| 1825 | 2026-08-14T11:57:07.216Z | Compiling toml_datetime v0.6.11 |
| 1826 | 2026-08-14T11:57:07.330Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1827 | 2026-08-14T11:57:07.490Z | Compiling tracing v0.1.41 |
| 1828 | 2026-08-14T11:57:07.685Z | Compiling camino v1.2.3 |
| 1829 | 2026-08-14T11:57:07.800Z | Compiling clap_derive v4.6.1 |
| 1830 | 2026-08-14T11:57:07.972Z | Compiling encoding_rs v0.8.35 |
| 1831 | 2026-08-14T11:57:08.046Z | Compiling mime v0.3.17 |
| 1832 | 2026-08-14T11:57:08.093Z | Compiling fastrand v2.3.0 |
| 1833 | 2026-08-14T11:57:08.115Z | Compiling cpufeatures v0.2.17 |
| 1834 | 2026-08-14T11:57:08.271Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1835 | 2026-08-14T11:57:08.734Z | Compiling unicode-width v0.2.1 |
| 1836 | 2026-08-14T11:57:09.199Z | Compiling errno v0.3.14 |
| 1837 | 2026-08-14T11:57:09.214Z | Compiling hex v0.4.3 |
| 1838 | 2026-08-14T11:57:09.352Z | Compiling generic-array v0.14.7 |
| 1839 | 2026-08-14T11:57:09.470Z | Compiling ipnetwork v0.21.1 |
| 1840 | 2026-08-14T11:57:09.493Z | Compiling crossbeam-utils v0.8.21 |
| 1841 | 2026-08-14T11:57:09.638Z | Compiling tokio-util v0.7.16 |
| 1842 | 2026-08-14T11:57:09.846Z | Compiling slog v2.8.2 |
| 1843 | 2026-08-14T11:57:10.025Z | Compiling rustix v1.1.4 |
| 1844 | 2026-08-14T11:57:10.211Z | Compiling getrandom v0.3.3 |
| 1845 | 2026-08-14T11:57:10.320Z | Compiling winnow v0.7.14 |
| 1846 | 2026-08-14T11:57:10.391Z | Compiling rand_core v0.9.3 |
| 1847 | 2026-08-14T11:57:10.395Z | Compiling h2 v0.4.14 |
| 1848 | 2026-08-14T11:57:10.413Z | Compiling progenitor-macro v0.11.1 |
| 1849 | 2026-08-14T11:57:10.424Z | Compiling crypto-common v0.1.6 |
| 1850 | 2026-08-14T11:57:10.556Z | Compiling oxnet v0.1.6 |
| 1851 | 2026-08-14T11:57:10.605Z | Compiling itertools v0.14.0 |
| 1852 | 2026-08-14T11:57:11.271Z | Compiling winnow v1.0.3 |
| 1853 | 2026-08-14T11:57:11.560Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1854 | 2026-08-14T11:57:11.621Z | Compiling num-derive v0.4.2 |
| 1855 | 2026-08-14T11:57:11.806Z | Compiling serde_spanned v1.1.1 |
| 1856 | 2026-08-14T11:57:11.859Z | Compiling socket2 v0.5.10 |
| 1857 | 2026-08-14T11:57:11.960Z | Compiling spin v0.9.8 |
| 1858 | 2026-08-14T11:57:12.082Z | Compiling debug-ignore v1.0.5 |
| 1859 | 2026-08-14T11:57:12.257Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1860 | 2026-08-14T11:57:12.301Z | Compiling rand_chacha v0.9.0 |
| 1861 | 2026-08-14T11:57:12.470Z | Compiling hyper v1.10.1 |
| 1862 | 2026-08-14T11:57:12.515Z | Compiling rustls-pki-types v1.12.0 |
| 1863 | 2026-08-14T11:57:12.572Z | Compiling quick-error v1.2.3 |
| 1864 | 2026-08-14T11:57:12.683Z | Compiling rand v0.9.3 |
| 1865 | 2026-08-14T11:57:12.789Z | Compiling tabwriter v1.4.1 |
| 1866 | 2026-08-14T11:57:12.991Z | Compiling async-stream v0.3.6 |
| 1867 | 2026-08-14T11:57:13.029Z | Compiling waitgroup v0.1.2 |
| 1868 | 2026-08-14T11:57:13.163Z | Compiling serde_path_to_error v0.1.20 |
| 1869 | 2026-08-14T11:57:13.175Z | Compiling bit-vec v0.8.0 |
| 1870 | 2026-08-14T11:57:13.274Z | Compiling lazy_static v1.5.0 |
| 1871 | 2026-08-14T11:57:13.287Z | Compiling colored v3.1.1 |
| 1872 | 2026-08-14T11:57:13.376Z | Compiling bit-set v0.8.0 |
| 1873 | 2026-08-14T11:57:13.405Z | Compiling strum v0.26.3 |
| 1874 | 2026-08-14T11:57:13.503Z | Compiling time v0.3.47 |
| 1875 | 2026-08-14T11:57:13.516Z | Compiling hyper-util v0.1.20 |
| 1876 | 2026-08-14T11:57:13.531Z | Compiling ring v0.17.14 |
| 1877 | 2026-08-14T11:57:13.676Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1878 | 2026-08-14T11:57:13.982Z | Compiling unarray v0.1.4 |
| 1879 | 2026-08-14T11:57:14.203Z | Compiling anstyle v1.0.14 |
| 1880 | 2026-08-14T11:57:14.215Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1881 | 2026-08-14T11:57:14.429Z | Compiling crossbeam-channel v0.5.15 |
| 1882 | 2026-08-14T11:57:14.850Z | Compiling macaddr v1.0.1 |
| 1883 | 2026-08-14T11:57:14.998Z | Compiling utf8parse v0.2.2 |
| 1884 | 2026-08-14T11:57:15.096Z | Compiling block-buffer v0.10.4 |
| 1885 | 2026-08-14T11:57:15.117Z | Compiling anstyle-parse v1.0.0 |
| 1886 | 2026-08-14T11:57:15.134Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1887 | 2026-08-14T11:57:15.190Z | Compiling ref-cast v1.0.25 |
| 1888 | 2026-08-14T11:57:15.228Z | Compiling anstyle-query v1.1.4 |
| 1889 | 2026-08-14T11:57:15.252Z | Compiling is_terminal_polyfill v1.70.1 |
| 1890 | 2026-08-14T11:57:15.300Z | Compiling colorchoice v1.0.4 |
| 1891 | 2026-08-14T11:57:15.319Z | Compiling digest v0.10.7 |
| 1892 | 2026-08-14T11:57:15.332Z | Compiling strum v0.27.2 |
| 1893 | 2026-08-14T11:57:15.346Z | Compiling is-terminal v0.4.16 |
| 1894 | 2026-08-14T11:57:15.358Z | Compiling clap_lex v1.1.0 |
| 1895 | 2026-08-14T11:57:15.425Z | Compiling anstream v1.0.0 |
| 1896 | 2026-08-14T11:57:15.449Z | Compiling slog-term v2.9.2 |
| 1897 | 2026-08-14T11:57:15.452Z | Compiling slog-async v2.8.0 |
| 1898 | 2026-08-14T11:57:15.476Z | Compiling slog-json v2.6.1 |
| 1899 | 2026-08-14T11:57:15.579Z | Compiling hostname v0.3.1 |
| 1900 | 2026-08-14T11:57:15.721Z | Compiling slog-bunyan v2.5.0 |
| 1901 | 2026-08-14T11:57:15.766Z | Compiling tower v0.5.2 |
| 1902 | 2026-08-14T11:57:15.775Z | Compiling futures-executor v0.3.32 |
| 1903 | 2026-08-14T11:57:15.812Z | Compiling instant v0.1.13 |
| 1904 | 2026-08-14T11:57:16.027Z | Compiling futures v0.3.32 |
| 1905 | 2026-08-14T11:57:16.052Z | Compiling aws-lc-sys v0.39.1 |
| 1906 | 2026-08-14T11:57:16.097Z | Compiling untrusted v0.7.1 |
| 1907 | 2026-08-14T11:57:16.162Z | Compiling tower-http v0.6.8 |
| 1908 | 2026-08-14T11:57:16.223Z | Compiling openssl-sys v0.9.117 |
| 1909 | 2026-08-14T11:57:16.579Z | Compiling aws-lc-rs v1.16.2 |
| 1910 | 2026-08-14T11:57:16.666Z | Compiling memmap2 v0.9.8 |
| 1911 | 2026-08-14T11:57:17.417Z | Compiling foreign-types-shared v0.1.1 |
| 1912 | 2026-08-14T11:57:17.509Z | Compiling rustls-webpki v0.103.6 |
| 1913 | 2026-08-14T11:57:17.710Z | Compiling foreign-types v0.3.2 |
| 1914 | 2026-08-14T11:57:18.050Z | Compiling rustls v0.23.40 |
| 1915 | 2026-08-14T11:57:18.352Z | Compiling tempfile v3.27.0 |
| 1916 | 2026-08-14T11:57:18.491Z | Compiling openssl-probe v0.1.6 |
| 1917 | 2026-08-14T11:57:18.801Z | Compiling openssl v0.10.81 |
| 1918 | 2026-08-14T11:57:19.103Z | Compiling either v1.15.0 |
| 1919 | 2026-08-14T11:57:19.312Z | Compiling usdt v0.6.0 |
| 1920 | 2026-08-14T11:57:19.601Z | Compiling webpki-roots v1.0.2 |
| 1921 | 2026-08-14T11:57:19.937Z | Compiling newtype-uuid v1.3.2 |
| 1922 | 2026-08-14T11:57:20.360Z | Compiling daft v0.1.5 |
| 1923 | 2026-08-14T11:57:20.971Z | Compiling tokio-rustls v0.26.4 |
| 1924 | 2026-08-14T11:57:21.245Z | Compiling native-tls v0.2.14 |
| 1925 | 2026-08-14T11:57:21.367Z | Compiling hyper-rustls v0.27.7 |
| 1926 | 2026-08-14T11:57:21.574Z | Compiling tokio-native-tls v0.3.1 |
| 1927 | 2026-08-14T11:57:21.710Z | Compiling hyper-tls v0.6.0 |
| 1928 | 2026-08-14T11:57:21.944Z | Compiling reqwest v0.12.23 |
| 1929 | 2026-08-14T11:57:22.679Z | Compiling rustls-webpki v0.102.8 |
| 1930 | 2026-08-14T11:57:22.825Z | Compiling rustls-pemfile v2.2.0 |
| 1931 | 2026-08-14T11:57:23.026Z | Compiling multer v3.1.0 |
| 1932 | 2026-08-14T11:57:23.539Z | Compiling hostname v0.4.2 |
| 1933 | 2026-08-14T11:57:23.596Z | Compiling rustls v0.22.4 |
| 1934 | 2026-08-14T11:57:23.684Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1935 | 2026-08-14T11:57:24.271Z | Compiling terminal_size v0.4.3 |
| 1936 | 2026-08-14T11:57:24.401Z | Compiling rand_chacha v0.3.1 |
| 1937 | 2026-08-14T11:57:24.425Z | Compiling wait-timeout v0.2.1 |
| 1938 | 2026-08-14T11:57:25.220Z | Compiling rand v0.8.5 |
| 1939 | 2026-08-14T11:57:25.368Z | Compiling rusty-fork v0.3.0 |
| 1940 | 2026-08-14T11:57:25.473Z | Compiling tokio-rustls v0.25.0 |
| 1941 | 2026-08-14T11:57:26.490Z | Compiling sha1 v0.10.6 |
| 1942 | 2026-08-14T11:57:26.552Z | Compiling rand_xorshift v0.4.0 |
| 1943 | 2026-08-14T11:57:26.723Z | Compiling hubpack_derive v0.1.1 |
| 1944 | 2026-08-14T11:57:27.692Z | Compiling proptest v1.8.0 |
| 1945 | 2026-08-14T11:57:27.704Z | Compiling dropshot v0.16.7 |
| 1946 | 2026-08-14T11:57:27.719Z | Compiling clap_builder v4.6.0 |
| 1947 | 2026-08-14T11:57:29.168Z | Compiling serde_spanned v0.6.9 |
| 1948 | 2026-08-14T11:57:29.635Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1949 | 2026-08-14T11:57:29.885Z | Compiling clap v4.6.1 |
| 1950 | 2026-08-14T11:57:29.967Z | Compiling prettyplease v0.2.37 |
| 1951 | 2026-08-14T11:57:31.348Z | Compiling progenitor-client v0.10.0 |
| 1952 | 2026-08-14T11:57:31.380Z | Compiling progenitor-client v0.11.1 |
| 1953 | 2026-08-14T11:57:31.546Z | Compiling serde_with v3.14.1 |
| 1954 | 2026-08-14T11:57:32.238Z | Compiling progenitor v0.11.1 |
| 1955 | 2026-08-14T11:57:33.128Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1956 | 2026-08-14T11:57:33.205Z | Compiling rustc-hash v2.1.1 |
| 1957 | 2026-08-14T11:57:33.475Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1958 | 2026-08-14T11:57:33.531Z | Compiling iddqd v0.3.18 |
| 1959 | 2026-08-14T11:57:34.510Z | Compiling backoff v0.4.0 |
| 1960 | 2026-08-14T11:57:34.657Z | Compiling parse-display v0.10.0 |
| 1961 | 2026-08-14T11:57:34.672Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1962 | 2026-08-14T11:57:34.721Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1963 | 2026-08-14T11:57:34.850Z | Compiling toml_write v0.1.2 |
| 1964 | 2026-08-14T11:57:34.897Z | Compiling winnow v0.5.40 |
| 1965 | 2026-08-14T11:57:34.994Z | Compiling toml_edit v0.22.27 |
| 1966 | 2026-08-14T11:57:36.784Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1967 | 2026-08-14T11:57:36.798Z | Compiling num-integer v0.1.46 |
| 1968 | 2026-08-14T11:57:37.062Z | Compiling float-ord v0.3.2 |
| 1969 | 2026-08-14T11:57:37.515Z | Compiling toml v0.8.23 |
| 1970 | 2026-08-14T11:57:41.088Z | Compiling num-iter v0.1.45 |
| 1971 | 2026-08-14T11:57:41.199Z | Compiling num-rational v0.4.2 |
| 1972 | 2026-08-14T11:57:41.212Z | Compiling num-complex v0.4.6 |
| 1973 | 2026-08-14T11:57:41.625Z | Compiling num v0.4.3 |
| 1974 | 2026-08-14T11:57:42.265Z | Compiling toml_edit v0.19.15 |
| 1975 | 2026-08-14T11:57:43.874Z | Compiling proc-macro-crate v1.3.1 |
| 1976 | 2026-08-14T11:57:45.598Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1977 | 2026-08-14T11:57:45.796Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1978 | 2026-08-14T11:57:46.248Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1979 | 2026-08-14T11:57:46.980Z | Compiling memoffset v0.9.1 |
| 1980 | 2026-08-14T11:57:47.012Z | Compiling zerocopy-derive v0.7.35 |
| 1981 | 2026-08-14T11:57:47.883Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1982 | 2026-08-14T11:57:48.080Z | Compiling libscf-sys v1.2.0 |
| 1983 | 2026-08-14T11:57:48.143Z | Compiling ingot-macros v0.1.1 |
| 1984 | 2026-08-14T11:57:49.234Z | Compiling scroll_derive v0.12.1 |
| 1985 | 2026-08-14T11:57:49.540Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1986 | 2026-08-14T11:57:50.633Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1987 | 2026-08-14T11:57:52.574Z | Compiling zerocopy v0.7.35 |
| 1988 | 2026-08-14T11:57:52.921Z | Compiling num_enum_derive v0.7.5 |
| 1989 | 2026-08-14T11:57:53.147Z | Compiling hubpack v0.1.2 |
| 1990 | 2026-08-14T11:57:53.292Z | Compiling foreign-types-macros v0.2.3 |
| 1991 | 2026-08-14T11:57:53.567Z | Compiling static_assertions v1.1.0 |
| 1992 | 2026-08-14T11:57:54.081Z | Compiling glob v0.3.3 |
| 1993 | 2026-08-14T11:57:54.114Z | Compiling proc-macro-error-attr v1.0.4 |
| 1994 | 2026-08-14T11:57:54.290Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1995 | 2026-08-14T11:57:54.445Z | Compiling dtrace-parser v0.2.0 |
| 1996 | 2026-08-14T11:57:54.762Z | Compiling bytecount v0.6.9 |
| 1997 | 2026-08-14T11:57:54.801Z | Compiling proc-macro-error v1.0.4 |
| 1998 | 2026-08-14T11:57:54.906Z | Compiling dof v0.3.0 |
| 1999 | 2026-08-14T11:57:55.451Z | Compiling num_enum_derive v0.5.11 |
| 2000 | 2026-08-14T11:57:56.971Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2001 | 2026-08-14T11:57:57.068Z | Compiling thread-id v4.2.2 |
| 2002 | 2026-08-14T11:57:57.157Z | Compiling usdt-impl v0.5.0 |
| 2003 | 2026-08-14T11:57:57.688Z | Compiling derive_more v0.99.20 |
| 2004 | 2026-08-14T11:57:57.980Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2005 | 2026-08-14T11:57:58.043Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 2006 | 2026-08-14T11:57:58.999Z | Compiling minimal-lexical v0.2.1 |
| 2007 | 2026-08-14T11:57:59.066Z | Compiling usdt-macro v0.5.0 |
| 2008 | 2026-08-14T11:57:59.259Z | Compiling nom v7.1.3 |
| 2009 | 2026-08-14T11:57:59.472Z | Compiling usdt-attr-macro v0.5.0 |
| 2010 | 2026-08-14T11:57:59.491Z | Compiling zone_cfg_derive v0.3.1 |
| 2011 | 2026-08-14T11:57:59.844Z | Compiling papergrid v0.18.0 |
| 2012 | 2026-08-14T11:57:59.895Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2013 | 2026-08-14T11:58:00.209Z | Compiling rustc_version v0.4.1 |
| 2014 | 2026-08-14T11:58:00.379Z | Compiling nix v0.31.3 |
| 2015 | 2026-08-14T11:58:00.497Z | Compiling itertools v0.15.0 |
| 2016 | 2026-08-14T11:58:00.610Z | Compiling crossbeam-epoch v0.9.18 |
| 2017 | 2026-08-14T11:58:00.659Z | Compiling dropshot_endpoint v0.17.1 |
| 2018 | 2026-08-14T11:58:00.961Z | Compiling tabled v0.21.0 |
| 2019 | 2026-08-14T11:58:00.973Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2020 | 2026-08-14T11:58:01.225Z | Compiling adler2 v2.0.1 |
| 2021 | 2026-08-14T11:58:01.372Z | Compiling miniz_oxide v0.8.9 |
| 2022 | 2026-08-14T11:58:01.474Z | Compiling crc32fast v1.5.0 |
| 2023 | 2026-08-14T11:58:01.771Z | Compiling enum-as-inner v0.6.1 |
| 2024 | 2026-08-14T11:58:01.813Z | Compiling regress v0.11.1 |
| 2025 | 2026-08-14T11:58:01.955Z | Compiling flate2 v1.1.2 |
| 2026 | 2026-08-14T11:58:02.073Z | Compiling curve25519-dalek v4.1.3 |
| 2027 | 2026-08-14T11:58:02.340Z | Compiling hybrid-array v0.4.12 |
| 2028 | 2026-08-14T11:58:02.370Z | Compiling crossbeam-deque v0.8.6 |
| 2029 | 2026-08-14T11:58:02.373Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2030 | 2026-08-14T11:58:02.472Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2031 | 2026-08-14T11:58:02.567Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2032 | 2026-08-14T11:58:02.598Z | Compiling rayon-core v1.13.0 |
| 2033 | 2026-08-14T11:58:02.814Z | Compiling block-buffer v0.12.0 |
| 2034 | 2026-08-14T11:58:02.982Z | Compiling crypto-common v0.2.2 |
| 2035 | 2026-08-14T11:58:03.171Z | Compiling clang-sys v1.8.1 |
| 2036 | 2026-08-14T11:58:03.338Z | Compiling compression-core v0.4.32 |
| 2037 | 2026-08-14T11:58:03.473Z | Compiling typify-impl v0.6.2 |
| 2038 | 2026-08-14T11:58:03.505Z | Compiling const-oid v0.10.2 |
| 2039 | 2026-08-14T11:58:03.573Z | Compiling compression-codecs v0.4.32 |
| 2040 | 2026-08-14T11:58:03.725Z | Compiling digest v0.11.3 |
| 2041 | 2026-08-14T11:58:03.775Z | Compiling scroll v0.12.0 |
| 2042 | 2026-08-14T11:58:03.898Z | Compiling hash32 v0.3.1 |
| 2043 | 2026-08-14T11:58:04.048Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2044 | 2026-08-14T11:58:04.071Z | Compiling cpufeatures v0.3.0 |
| 2045 | 2026-08-14T11:58:04.074Z | Compiling heapless v0.8.0 |
| 2046 | 2026-08-14T11:58:04.136Z | Compiling sha1 v0.11.0 |
| 2047 | 2026-08-14T11:58:04.149Z | Compiling goblin v0.8.2 |
| 2048 | 2026-08-14T11:58:04.152Z | Compiling async-compression v0.4.33 |
| 2049 | 2026-08-14T11:58:04.360Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2050 | 2026-08-14T11:58:04.387Z | Compiling ingot-types v0.1.2 |
| 2051 | 2026-08-14T11:58:04.510Z | Compiling cobs v0.3.0 |
| 2052 | 2026-08-14T11:58:04.638Z | Compiling libloading v0.8.9 |
| 2053 | 2026-08-14T11:58:04.716Z | Compiling foreign-types-shared v0.3.1 |
| 2054 | 2026-08-14T11:58:04.778Z | Compiling managed v0.8.0 |
| 2055 | 2026-08-14T11:58:04.815Z | Compiling bitflags v1.3.2 |
| 2056 | 2026-08-14T11:58:04.842Z | Compiling foreign-types v0.5.0 |
| 2057 | 2026-08-14T11:58:04.927Z | Compiling bindgen v0.72.1 |
| 2058 | 2026-08-14T11:58:04.945Z | Compiling ingot v0.1.1 |
| 2059 | 2026-08-14T11:58:05.000Z | Compiling smoltcp v0.11.0 |
| 2060 | 2026-08-14T11:58:05.895Z | Compiling dropshot v0.17.1 |
| 2061 | 2026-08-14T11:58:05.935Z | Compiling postcard v1.1.3 |
| 2062 | 2026-08-14T11:58:06.698Z | Compiling cexpr v0.6.0 |
| 2063 | 2026-08-14T11:58:06.960Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2064 | 2026-08-14T11:58:07.269Z | Compiling num_enum v0.7.5 |
| 2065 | 2026-08-14T11:58:07.402Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2066 | 2026-08-14T11:58:07.609Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2067 | 2026-08-14T11:58:07.732Z | Compiling camino-tempfile v1.4.1 |
| 2068 | 2026-08-14T11:58:07.840Z | Compiling serde_repr v0.1.20 |
| 2069 | 2026-08-14T11:58:07.909Z | Compiling derive-where v1.6.0 |
| 2070 | 2026-08-14T11:58:07.974Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2071 | 2026-08-14T11:58:08.087Z | Compiling cstr-argument v0.1.2 |
| 2072 | 2026-08-14T11:58:08.269Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2073 | 2026-08-14T11:58:08.283Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2074 | 2026-08-14T11:58:09.173Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2075 | 2026-08-14T11:58:09.368Z | Compiling rayon v1.11.0 |
| 2076 | 2026-08-14T11:58:09.435Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2077 | 2026-08-14T11:58:09.567Z | Compiling crucible-workspace-hack v0.1.0 |
| 2078 | 2026-08-14T11:58:09.689Z | Compiling typify-macro v0.6.2 |
| 2079 | 2026-08-14T11:58:10.526Z | Compiling memmap v0.7.0 |
| 2080 | 2026-08-14T11:58:10.617Z | Compiling tinyvec_macros v0.1.1 |
| 2081 | 2026-08-14T11:58:10.699Z | Compiling tinyvec v1.10.0 |
| 2082 | 2026-08-14T11:58:10.720Z | Compiling usdt v0.5.0 |
| 2083 | 2026-08-14T11:58:11.011Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2084 | 2026-08-14T11:58:11.448Z | Compiling num_enum v0.5.11 |
| 2085 | 2026-08-14T11:58:11.798Z | Compiling typify v0.6.2 |
| 2086 | 2026-08-14T11:58:11.894Z | Compiling pin-project-internal v1.1.10 |
| 2087 | 2026-08-14T11:58:12.773Z | Compiling progenitor-impl v0.14.0 |
| 2088 | 2026-08-14T11:58:12.910Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2089 | 2026-08-14T11:58:12.994Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2090 | 2026-08-14T11:58:13.030Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 2091 | 2026-08-14T11:58:13.096Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 2092 | 2026-08-14T11:58:13.280Z | Compiling rustix v0.38.44 |
| 2093 | 2026-08-14T11:58:13.803Z | Compiling itertools v0.12.1 |
| 2094 | 2026-08-14T11:58:13.833Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2095 | 2026-08-14T11:58:14.010Z | Compiling progenitor-impl v0.10.0 |
| 2096 | 2026-08-14T11:58:14.157Z | Compiling sigpipe v0.1.3 |
| 2097 | 2026-08-14T11:58:14.185Z | Compiling jiff v0.2.15 |
| 2098 | 2026-08-14T11:58:14.250Z | Compiling const_format_proc_macros v0.2.34 |
| 2099 | 2026-08-14T11:58:14.756Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2100 | 2026-08-14T11:58:15.011Z | Compiling zone v0.3.1 |
| 2101 | 2026-08-14T11:58:15.022Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2102 | 2026-08-14T11:58:16.322Z | Compiling progenitor-macro v0.14.0 |
| 2103 | 2026-08-14T11:58:16.464Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2104 | 2026-08-14T11:58:16.697Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2105 | 2026-08-14T11:58:16.742Z | Compiling nix v0.30.1 |
| 2106 | 2026-08-14T11:58:17.109Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2107 | 2026-08-14T11:58:17.479Z | Compiling progenitor-macro v0.10.0 |
| 2108 | 2026-08-14T11:58:17.498Z | Compiling snafu-derive v0.8.9 |
| 2109 | 2026-08-14T11:58:17.866Z | Compiling secrecy v0.10.3 |
| 2110 | 2026-08-14T11:58:17.973Z | Compiling smf v0.2.3 |
| 2111 | 2026-08-14T11:58:18.030Z | Compiling async-recursion v1.1.1 |
| 2112 | 2026-08-14T11:58:18.125Z | Compiling bstr v1.12.0 |
| 2113 | 2026-08-14T11:58:18.735Z | Compiling whoami v1.6.1 |
| 2114 | 2026-08-14T11:58:18.932Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2115 | 2026-08-14T11:58:19.697Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2116 | 2026-08-14T11:58:20.639Z | Compiling hmac v0.12.1 |
| 2117 | 2026-08-14T11:58:20.964Z | Compiling inout v0.1.4 |
| 2118 | 2026-08-14T11:58:20.987Z | Compiling ff v0.13.1 |
| 2119 | 2026-08-14T11:58:21.133Z | Compiling crc8 v0.1.1 |
| 2120 | 2026-08-14T11:58:21.260Z | Compiling data-encoding v2.9.0 |
| 2121 | 2026-08-14T11:58:21.545Z | Compiling group v0.13.0 |
| 2122 | 2026-08-14T11:58:21.590Z | Compiling cipher v0.4.4 |
| 2123 | 2026-08-14T11:58:21.817Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2124 | 2026-08-14T11:58:22.117Z | Compiling hkdf v0.12.4 |
| 2125 | 2026-08-14T11:58:22.501Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2126 | 2026-08-14T11:58:22.555Z | Compiling atomicwrites v0.4.4 |
| 2127 | 2026-08-14T11:58:22.662Z | Compiling tokio-dtrace v0.1.1 |
| 2128 | 2026-08-14T11:58:23.068Z | Compiling tabled_derive v0.7.0 |
| 2129 | 2026-08-14T11:58:23.434Z | Compiling reqwest v0.13.2 |
| 2130 | 2026-08-14T11:58:23.438Z | Compiling universal-hash v0.5.1 |
| 2131 | 2026-08-14T11:58:23.544Z | Compiling crypto-bigint v0.5.5 |
| 2132 | 2026-08-14T11:58:23.574Z | Compiling half v2.7.1 |
| 2133 | 2026-08-14T11:58:23.874Z | Compiling base16ct v0.2.0 |
| 2134 | 2026-08-14T11:58:23.900Z | Compiling opaque-debug v0.3.1 |
| 2135 | 2026-08-14T11:58:24.024Z | Compiling indent_write v2.2.0 |
| 2136 | 2026-08-14T11:58:24.042Z | Compiling base64ct v1.8.0 |
| 2137 | 2026-08-14T11:58:24.170Z | Compiling ciborium-io v0.2.2 |
| 2138 | 2026-08-14T11:58:24.277Z | Compiling password-hash v0.5.0 |
| 2139 | 2026-08-14T11:58:24.350Z | Compiling ciborium-ll v0.2.2 |
| 2140 | 2026-08-14T11:58:24.585Z | Compiling elliptic-curve v0.13.8 |
| 2141 | 2026-08-14T11:58:24.588Z | Compiling progenitor-client v0.14.0 |
| 2142 | 2026-08-14T11:58:24.728Z | Compiling poly1305 v0.8.0 |
| 2143 | 2026-08-14T11:58:25.287Z | Compiling oxide-tokio-rt v0.1.2 |
| 2144 | 2026-08-14T11:58:25.502Z | Compiling chacha20 v0.9.1 |
| 2145 | 2026-08-14T11:58:25.678Z | Compiling similar v2.7.0 |
| 2146 | 2026-08-14T11:58:25.730Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2147 | 2026-08-14T11:58:25.890Z | Compiling thiserror-no-std v2.0.2 |
| 2148 | 2026-08-14T11:58:27.112Z | Compiling blake2 v0.10.6 |
| 2149 | 2026-08-14T11:58:27.437Z | Compiling aead v0.5.2 |
| 2150 | 2026-08-14T11:58:27.479Z | Compiling strum_macros v0.28.0 |
| 2151 | 2026-08-14T11:58:27.825Z | Compiling keccak v0.1.6 |
| 2152 | 2026-08-14T11:58:27.950Z | Compiling resolv-conf v0.7.5 |
| 2153 | 2026-08-14T11:58:27.985Z | Compiling linked-hash-map v0.5.6 |
| 2154 | 2026-08-14T11:58:28.094Z | Compiling sha3 v0.10.8 |
| 2155 | 2026-08-14T11:58:28.177Z | Compiling lru-cache v0.1.2 |
| 2156 | 2026-08-14T11:58:28.311Z | Compiling chacha20poly1305 v0.10.1 |
| 2157 | 2026-08-14T11:58:28.404Z | Compiling argon2 v0.5.3 |
| 2158 | 2026-08-14T11:58:28.457Z | Compiling progenitor v0.14.0 |
| 2159 | 2026-08-14T11:58:28.599Z | Compiling vsss-rs v3.3.4 |
| 2160 | 2026-08-14T11:58:28.707Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2161 | 2026-08-14T11:58:28.927Z | Compiling ciborium v0.2.2 |
| 2162 | 2026-08-14T11:58:28.974Z | Compiling hickory-proto v0.24.4 |
| 2163 | 2026-08-14T11:58:29.293Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2164 | 2026-08-14T11:58:29.375Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2165 | 2026-08-14T11:58:29.843Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2166 | 2026-08-14T11:58:29.874Z | Compiling serde-big-array v0.5.1 |
| 2167 | 2026-08-14T11:58:29.886Z | Compiling siphasher v1.0.1 |
| 2168 | 2026-08-14T11:58:30.128Z | Compiling unicode-segmentation v1.12.0 |
| 2169 | 2026-08-14T11:58:30.230Z | Compiling same-file v1.0.6 |
| 2170 | 2026-08-14T11:58:30.406Z | Compiling walkdir v2.5.0 |
| 2171 | 2026-08-14T11:58:30.410Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2172 | 2026-08-14T11:58:30.543Z | Compiling newline-converter v0.3.0 |
| 2173 | 2026-08-14T11:58:30.555Z | Compiling phf_shared v0.12.1 |
| 2174 | 2026-08-14T11:58:30.665Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2175 | 2026-08-14T11:58:30.732Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2176 | 2026-08-14T11:58:30.853Z | Compiling hickory-resolver v0.24.4 |
| 2177 | 2026-08-14T11:58:31.493Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2178 | 2026-08-14T11:58:32.482Z | Compiling newtype_derive v0.1.6 |
| 2179 | 2026-08-14T11:58:32.553Z | Compiling owo-colors v4.3.0 |
| 2180 | 2026-08-14T11:58:32.567Z | Compiling tokio-stream v0.1.17 |
| 2181 | 2026-08-14T11:58:32.960Z | Compiling console v0.15.11 |
| 2182 | 2026-08-14T11:58:33.052Z | Compiling csv-core v0.1.12 |
| 2183 | 2026-08-14T11:58:33.308Z | Compiling foldhash v0.1.5 |
| 2184 | 2026-08-14T11:58:33.324Z | Compiling swrite v0.1.0 |
| 2185 | 2026-08-14T11:58:33.328Z | Compiling unicode-linebreak v0.1.5 |
| 2186 | 2026-08-14T11:58:33.393Z | Compiling humantime v2.3.0 |
| 2187 | 2026-08-14T11:58:33.436Z | Compiling termtree v0.5.1 |
| 2188 | 2026-08-14T11:58:33.490Z | Compiling unicode-width v0.1.14 |
| 2189 | 2026-08-14T11:58:33.587Z | Compiling smawk v0.3.2 |
| 2190 | 2026-08-14T11:58:33.673Z | Compiling hashbrown v0.15.5 |
| 2191 | 2026-08-14T11:58:33.780Z | Compiling textwrap v0.16.2 |
| 2192 | 2026-08-14T11:58:33.790Z | Compiling expectorate v1.2.0 |
| 2193 | 2026-08-14T11:58:33.814Z | Compiling csv v1.4.0 |
| 2194 | 2026-08-14T11:58:34.015Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2195 | 2026-08-14T11:58:34.215Z | Compiling qorb v0.4.1 |
| 2196 | 2026-08-14T11:58:34.300Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2197 | 2026-08-14T11:58:35.490Z | Compiling phf v0.12.1 |
| 2198 | 2026-08-14T11:58:35.656Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2199 | 2026-08-14T11:58:36.268Z | Compiling pin-project v1.1.10 |
| 2200 | 2026-08-14T11:58:36.354Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 2201 | 2026-08-14T11:58:36.379Z | Compiling unicode-normalization v0.1.24 |
| 2202 | 2026-08-14T11:58:36.409Z | Compiling libz-sys v1.1.22 |
| 2203 | 2026-08-14T11:58:36.738Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2204 | 2026-08-14T11:58:37.721Z | Compiling libsw-core v0.3.2 |
| 2205 | 2026-08-14T11:58:37.895Z | Compiling highway v1.3.0 |
| 2206 | 2026-08-14T11:58:38.203Z | Compiling fixedbitset v0.5.7 |
| 2207 | 2026-08-14T11:58:38.299Z | Compiling fixedbitset v0.4.2 |
| 2208 | 2026-08-14T11:58:38.569Z | Compiling petgraph v0.6.5 |
| 2209 | 2026-08-14T11:58:38.653Z | Compiling petgraph v0.8.2 |
| 2210 | 2026-08-14T11:58:39.621Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2211 | 2026-08-14T11:58:40.074Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2212 | 2026-08-14T11:58:40.319Z | Compiling progenitor v0.10.0 |
| 2213 | 2026-08-14T11:58:40.488Z | Compiling libsw v3.5.0 |
| 2214 | 2026-08-14T11:58:41.089Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2215 | 2026-08-14T11:58:42.005Z | Compiling olpc-cjson v0.1.4 |
| 2216 | 2026-08-14T11:58:42.042Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2217 | 2026-08-14T11:58:42.312Z | Compiling snafu v0.8.9 |
| 2218 | 2026-08-14T11:58:42.711Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2219 | 2026-08-14T11:58:42.917Z | Compiling chrono-tz v0.10.4 |
| 2220 | 2026-08-14T11:58:43.030Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2221 | 2026-08-14T11:58:43.633Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2222 | 2026-08-14T11:58:43.862Z | Compiling papergrid v0.11.0 |
| 2223 | 2026-08-14T11:58:43.903Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2224 | 2026-08-14T11:58:44.160Z | Compiling strum v0.28.0 |
| 2225 | 2026-08-14T11:58:44.188Z | Compiling globset v0.4.16 |
| 2226 | 2026-08-14T11:58:44.297Z | Compiling const_format v0.2.34 |
| 2227 | 2026-08-14T11:58:44.602Z | Compiling slog-dtrace v0.3.0 |
| 2228 | 2026-08-14T11:58:44.628Z | Compiling cancel-safe-futures v0.1.5 |
| 2229 | 2026-08-14T11:58:44.932Z | Compiling gethostname v0.5.0 |
| 2230 | 2026-08-14T11:58:45.079Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2231 | 2026-08-14T11:58:45.677Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2232 | 2026-08-14T11:58:45.932Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2233 | 2026-08-14T11:58:45.980Z | Compiling bcs v0.1.6 |
| 2234 | 2026-08-14T11:58:46.289Z | Compiling serde_plain v1.0.2 |
| 2235 | 2026-08-14T11:58:46.314Z | Compiling cargo-platform v0.1.9 |
| 2236 | 2026-08-14T11:58:46.326Z | Compiling pem v3.0.5 |
| 2237 | 2026-08-14T11:58:46.475Z | Compiling tagptr v0.2.0 |
| 2238 | 2026-08-14T11:58:46.534Z | Compiling linear-map v1.2.0 |
| 2239 | 2026-08-14T11:58:46.735Z | Compiling typed-path v0.9.3 |
| 2240 | 2026-08-14T11:58:47.538Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2241 | 2026-08-14T11:58:48.177Z | Compiling tough v0.20.0 |
| 2242 | 2026-08-14T11:58:48.768Z | Compiling moka v0.12.11 |
| 2243 | 2026-08-14T11:58:48.780Z | Compiling cargo_metadata v0.18.1 |
| 2244 | 2026-08-14T11:58:49.171Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2245 | 2026-08-14T11:58:50.054Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2246 | 2026-08-14T11:58:50.303Z | Compiling tabled v0.15.0 |
| 2247 | 2026-08-14T11:58:50.374Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2248 | 2026-08-14T11:58:51.005Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2249 | 2026-08-14T11:58:51.213Z | Compiling git2 v0.19.0 |
| 2250 | 2026-08-14T11:58:53.002Z | Compiling steno v0.4.1 |
| 2251 | 2026-08-14T11:58:54.089Z | Compiling hickory-proto v0.25.2 |
| 2252 | 2026-08-14T11:58:54.101Z | Compiling cookie v0.18.1 |
| 2253 | 2026-08-14T11:58:56.157Z | Compiling hickory-resolver v0.25.2 |
| 2254 | 2026-08-14T11:58:56.804Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2255 | 2026-08-14T11:58:59.110Z | Compiling vergen v8.3.2 |
| 2256 | 2026-08-14T11:59:00.720Z | Compiling signal-hook v0.4.4 |
| 2257 | 2026-08-14T11:59:01.236Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2258 | 2026-08-14T11:59:01.383Z | Compiling predicates-core v1.0.9 |
| 2259 | 2026-08-14T11:59:01.594Z | Compiling mockall_derive v0.14.0 |
| 2260 | 2026-08-14T11:59:02.044Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2261 | 2026-08-14T11:59:02.129Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2262 | 2026-08-14T11:59:02.178Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2263 | 2026-08-14T11:59:02.389Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2264 | 2026-08-14T11:59:02.402Z | Compiling sha2 v0.10.9 |
| 2265 | 2026-08-14T11:59:03.324Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 2266 | 2026-08-14T11:59:04.004Z | Compiling mockall v0.14.0 |
| 2267 | 2026-08-14T11:59:04.241Z | Compiling yansi v1.0.1 |
| 2268 | 2026-08-14T11:59:04.244Z | Compiling diff v0.1.13 |
| 2269 | 2026-08-14T11:59:04.549Z | Compiling pretty_assertions v1.4.1 |
| 2270 | 2026-08-14T11:59:04.573Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2271 | 2026-08-14T11:59:05.678Z | Compiling fs-err v3.1.2 |
| 2272 | 2026-08-14T11:59:05.725Z | Compiling predicates v3.1.3 |
| 2273 | 2026-08-14T11:59:05.990Z | Compiling predicates-tree v1.0.12 |
| 2274 | 2026-08-14T11:59:06.690Z | Compiling git-stub v1.0.0 |
| 2275 | 2026-08-14T11:59:06.770Z | Compiling filetime v0.2.26 |
| 2276 | 2026-08-14T11:59:06.970Z | Compiling arrayvec v0.7.6 |
| 2277 | 2026-08-14T11:59:06.985Z | Compiling arrayref v0.3.9 |
| 2278 | 2026-08-14T11:59:07.064Z | Compiling is_ci v1.2.0 |
| 2279 | 2026-08-14T11:59:07.181Z | Compiling fragile v2.0.1 |
| 2280 | 2026-08-14T11:59:07.220Z | Compiling xattr v1.6.1 |
| 2281 | 2026-08-14T11:59:07.416Z | Compiling constant_time_eq v0.3.1 |
| 2282 | 2026-08-14T11:59:07.496Z | Compiling downcast v0.11.0 |
| 2283 | 2026-08-14T11:59:07.508Z | Compiling blake3 v1.8.2 |
| 2284 | 2026-08-14T11:59:07.535Z | Compiling tar v0.4.45 |
| 2285 | 2026-08-14T11:59:07.855Z | Compiling toml v0.7.8 |
| 2286 | 2026-08-14T11:59:08.082Z | Compiling supports-color v3.0.2 |
| 2287 | 2026-08-14T11:59:08.275Z | Compiling git-stub-vcs v0.1.0 |
| 2288 | 2026-08-14T11:59:08.541Z | Compiling signal-hook-tokio v0.4.0 |
| 2289 | 2026-08-14T11:59:08.657Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 2290 | 2026-08-14T11:59:08.950Z | Compiling scuffle v0.1.0 |
| 2291 | 2026-08-14T11:59:09.863Z | Compiling drift v0.2.0 |
| 2292 | 2026-08-14T11:59:10.501Z | Compiling kstat-rs v0.2.4 |
| 2293 | 2026-08-14T11:59:10.712Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2294 | 2026-08-14T11:59:10.827Z | Compiling topological-sort v0.2.2 |
| 2295 | 2026-08-14T11:59:10.987Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2296 | 2026-08-14T11:59:11.041Z | Compiling hex-literal v1.1.0 |
| 2297 | 2026-08-14T11:59:11.172Z | Compiling omicron-zone-package v0.12.2 |
| 2298 | 2026-08-14T11:59:11.235Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2299 | 2026-08-14T11:59:11.875Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2300 | 2026-08-14T11:59:13.143Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2301 | 2026-08-14T11:59:13.267Z | Compiling dropshot-api-manager v0.7.2 |
| 2302 | 2026-08-14T11:59:14.008Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2303 | 2026-08-14T11:59:14.258Z | Compiling curl v0.4.50 |
| 2304 | 2026-08-14T11:59:14.504Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 2305 | 2026-08-14T11:59:14.526Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2306 | 2026-08-14T11:59:14.775Z | Compiling iddqd v0.4.5 |
| 2307 | 2026-08-14T11:59:15.142Z | Compiling internet-checksum v0.2.1 |
| 2308 | 2026-08-14T11:59:15.296Z | Compiling search_path v0.1.4 |
| 2309 | 2026-08-14T11:59:15.618Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2310 | 2026-08-14T11:59:15.718Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 2311 | 2026-08-14T11:59:18.888Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2312 | 2026-08-14T11:59:20.264Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2313 | 2026-08-14T12:00:04.197Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 17s |
| 2314 | 2026-08-14T12:00:04.321Z | Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e) |
| 2315 | 2026-08-14T12:00:04.325Z | |
| 2316 | 2026-08-14T12:00:04.325Z | running 5 tests |
| 2317 | 2026-08-14T12:00:04.328Z | test fuse::tests::chip_revision_b1 ... ok |
| 2318 | 2026-08-14T12:00:04.328Z | test fuse::tests::chip_revision_b0 ... ok |
| 2319 | 2026-08-14T12:00:04.328Z | test fuse::tests::chip_revision_a0 ... ok |
| 2320 | 2026-08-14T12:00:04.328Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2321 | 2026-08-14T12:00:04.328Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2322 | 2026-08-14T12:00:04.328Z | |
| 2323 | 2026-08-14T12:00:04.328Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2324 | 2026-08-14T12:00:04.328Z | |
| 2325 | 2026-08-14T12:00:04.328Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 2326 | 2026-08-14T12:00:04.332Z | |
| 2327 | 2026-08-14T12:00:04.332Z | running 0 tests |
| 2328 | 2026-08-14T12:00:04.332Z | |
| 2329 | 2026-08-14T12:00:04.332Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2330 | 2026-08-14T12:00:04.332Z | |
| 2331 | 2026-08-14T12:00:04.332Z | Running unittests src/lib.rs (target/debug/deps/asic-383fcf9cca2eddde) |
| 2332 | 2026-08-14T12:00:04.332Z | |
| 2333 | 2026-08-14T12:00:04.332Z | running 0 tests |
| 2334 | 2026-08-14T12:00:04.332Z | |
| 2335 | 2026-08-14T12:00:04.332Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2336 | 2026-08-14T12:00:04.332Z | |
| 2337 | 2026-08-14T12:00:04.332Z | Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac) |
| 2338 | 2026-08-14T12:00:04.335Z | |
| 2339 | 2026-08-14T12:00:04.335Z | running 11 tests |
| 2340 | 2026-08-14T12:00:04.335Z | test nat::tests::test_vni ... ok |
| 2341 | 2026-08-14T12:00:04.335Z | test network::tests::test_equal ... ok |
| 2342 | 2026-08-14T12:00:04.335Z | test network::tests::test_eui64 ... ok |
| 2343 | 2026-08-14T12:00:04.336Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2344 | 2026-08-14T12:00:04.336Z | test network::tests::test_into ... ok |
| 2345 | 2026-08-14T12:00:04.336Z | test network::tests::test_not_equal ... ok |
| 2346 | 2026-08-14T12:00:04.336Z | test network::tests::test_parse ... ok |
| 2347 | 2026-08-14T12:00:04.336Z | test network::tests::test_to_string ... ok |
| 2348 | 2026-08-14T12:00:04.336Z | test ports::tests::port_ids_are_ascii ... ok |
| 2349 | 2026-08-14T12:00:04.336Z | test test_purge ... ok |
| 2350 | 2026-08-14T12:00:04.339Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2351 | 2026-08-14T12:00:04.339Z | |
| 2352 | 2026-08-14T12:00:04.339Z | test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2353 | 2026-08-14T12:00:04.339Z | |
| 2354 | 2026-08-14T12:00:04.339Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef) |
| 2355 | 2026-08-14T12:00:04.343Z | |
| 2356 | 2026-08-14T12:00:04.343Z | running 1 test |
| 2357 | 2026-08-14T12:00:04.346Z | ------- |
| 2358 | 2026-08-14T12:00:04.346Z | Generating OpenAPI documents from API definitions ... |
| 2359 | 2026-08-14T12:00:04.484Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 2360 | 2026-08-14T12:00:04.552Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2361 | 2026-08-14T12:00:05.550Z | ------- |
| 2362 | 2026-08-14T12:00:05.550Z | Checking 12 OpenAPI documents... |
| 2363 | 2026-08-14T12:00:05.550Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2364 | 2026-08-14T12:00:05.550Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2365 | 2026-08-14T12:00:05.553Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2366 | 2026-08-14T12:00:05.553Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2367 | 2026-08-14T12:00:05.554Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2368 | 2026-08-14T12:00:05.554Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2369 | 2026-08-14T12:00:05.554Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2370 | 2026-08-14T12:00:05.554Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2371 | 2026-08-14T12:00:05.554Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2372 | 2026-08-14T12:00:05.554Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2373 | 2026-08-14T12:00:05.554Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2374 | 2026-08-14T12:00:05.554Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2375 | 2026-08-14T12:00:05.554Z | Fresh dpd "latest" symlink |
| 2376 | 2026-08-14T12:00:05.554Z | ------- |
| 2377 | 2026-08-14T12:00:05.554Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 2378 | 2026-08-14T12:00:05.614Z | test test::test_apis_up_to_date ... ok |
| 2379 | 2026-08-14T12:00:05.614Z | |
| 2380 | 2026-08-14T12:00:05.614Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s |
| 2381 | 2026-08-14T12:00:05.614Z | |
| 2382 | 2026-08-14T12:00:05.665Z | Running unittests src/main.rs (target/debug/deps/dpd-69956902c61aa667) |
| 2383 | 2026-08-14T12:00:05.671Z | |
| 2384 | 2026-08-14T12:00:05.671Z | running 34 tests |
| 2385 | 2026-08-14T12:00:05.674Z | test freemap::test_ordering ... ok |
| 2386 | 2026-08-14T12:00:05.674Z | test config::tests::test_updates ... ok |
| 2387 | 2026-08-14T12:00:05.674Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 2388 | 2026-08-14T12:00:05.674Z | test freemap::test_split ... ok |
| 2389 | 2026-08-14T12:00:05.674Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2390 | 2026-08-14T12:00:05.679Z | test macaddrs::tests::test_mac_offset ... ok |
| 2391 | 2026-08-14T12:00:05.679Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2392 | 2026-08-14T12:00:05.679Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2393 | 2026-08-14T12:00:05.679Z | test nat::test_mapping ... ok |
| 2394 | 2026-08-14T12:00:05.679Z | Aug 14 12:00:04.215 DEBG Aug 14 12:00:04.215created new freemap DEBG, unitcreated new freemap:, unitfreemap_test: freemap_test |
| 2395 | 2026-08-14T12:00:05.679Z | |
| 2396 | 2026-08-14T12:00:05.679Z | Aug 14 12:00:04.215 DEBG initted freemap. size: 128, unit: freemap_testAug 14 12:00:04.215 |
| 2397 | 2026-08-14T12:00:05.679Z | DEBG initted freemap. size: 128, unitAug 14 12:00:04.215: DEBGfreemap_test |
| 2398 | 2026-08-14T12:00:05.679Z | reset freemap, unitAug 14 12:00:04.215: Aug 14 12:00:04.215DEBG freemap_test |
| 2399 | 2026-08-14T12:00:05.679Z | DEBG created new freemapreset freemap, , unitunit:: freemap_testfreemap_test |
| 2400 | 2026-08-14T12:00:05.679Z | |
| 2401 | 2026-08-14T12:00:05.679Z | Aug 14 12:00:04.215 DEBG initted freemap. size: 128, unit: freemap_test |
| 2402 | 2026-08-14T12:00:05.679Z | Aug 14 12:00:04.215 DEBG reset freemap, unit: freemap_test |
| 2403 | 2026-08-14T12:00:05.679Z | test freemap::test_exhaustion ... ok |
| 2404 | 2026-08-14T12:00:05.679Z | test freemap::test_free ... ok |
| 2405 | 2026-08-14T12:00:05.679Z | test freemap::test_basic ... ok |
| 2406 | 2026-08-14T12:00:05.679Z | Aug 14 12:00:04.215 DEBG created new freemap, unit: freemap_test |
| 2407 | 2026-08-14T12:00:05.679Z | Aug 14 12:00:04.215 DEBG initted freemap. size: 128, unit: freemap_test |
| 2408 | 2026-08-14T12:00:05.679Z | Aug 14 12:00:04.215 DEBG reset freemap, unit: freemap_test |
| 2409 | 2026-08-14T12:00:05.679Z | test port_map::tests::test_backplane_group ... ok |
| 2410 | 2026-08-14T12:00:05.679Z | test freemap::test_reclaim ... ok |
| 2411 | 2026-08-14T12:00:05.680Z | test port_map::tests::test_port_map ... ok |
| 2412 | 2026-08-14T12:00:05.680Z | test port_map::tests::dump_map ... ok |
| 2413 | 2026-08-14T12:00:05.680Z | Aug 14 12:00:04.215 DEBG created new freemap, unit: freemap_test |
| 2414 | 2026-08-14T12:00:05.680Z | Aug 14 12:00:04.215 DEBG initted freemap. size: 8, unit: freemap_test |
| 2415 | 2026-08-14T12:00:05.680Z | Aug 14 12:00:04.215 DEBG reset freemap, unit: freemap_test |
| 2416 | 2026-08-14T12:00:05.680Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 2417 | 2026-08-14T12:00:05.680Z | Aug 14 12:00:04.216 DEBG created new freemap, unit: freemap_test |
| 2418 | 2026-08-14T12:00:05.680Z | Aug 14 12:00:04.216 DEBG initted freemap. size: 128, unit: freemap_test |
| 2419 | 2026-08-14T12:00:05.680Z | Aug 14 12:00:04.216 DEBG reset freemap, unit: freemap_test |
| 2420 | 2026-08-14T12:00:05.680Z | Aug 14 12:00:04.216 DEBG created new freemap, unit: freemap_route_ipv4 |
| 2421 | 2026-08-14T12:00:05.680Z | Aug 14 12:00:04.216 DEBG created new freemap, unit: freemap_route_ipv6 |
| 2422 | 2026-08-14T12:00:05.680Z | Aug 14 12:00:04.216 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 2423 | 2026-08-14T12:00:05.680Z | Aug 14 12:00:04.216 DEBG reset freemap, unit: freemap_route_ipv4 |
| 2424 | 2026-08-14T12:00:05.680Z | Aug 14 12:00:04.216 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 2425 | 2026-08-14T12:00:05.680Z | Aug 14 12:00:04.216 DEBG reset freemap, unit: freemap_route_ipv6 |
| 2426 | 2026-08-14T12:00:05.680Z | Aug 14 12:00:04.216 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2427 | 2026-08-14T12:00:05.680Z | Aug 14 12:00:04.216 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 } }] |
| 2428 | 2026-08-14T12:00:05.680Z | Aug 14 12:00:04.216 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2429 | 2026-08-14T12:00:05.680Z | Aug 14 12:00:04.216 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 } }] |
| 2430 | 2026-08-14T12:00:05.680Z | Aug 14 12:00:04.216 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 2431 | 2026-08-14T12:00:05.680Z | Aug 14 12:00:04.216 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 } }] |
| 2432 | 2026-08-14T12:00:05.680Z | Aug 14 12:00:04.216 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 2433 | 2026-08-14T12:00:05.680Z | Aug 14 12:00:04.216 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 } }] |
| 2434 | 2026-08-14T12:00:05.680Z | Aug 14 12:00:04.216 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2435 | 2026-08-14T12:00:05.680Z | Aug 14 12:00:04.216 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 } }] |
| 2436 | 2026-08-14T12:00:05.680Z | Aug 14 12:00:04.216 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2437 | 2026-08-14T12:00:05.680Z | Aug 14 12:00:04.216 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 } }] |
| 2438 | 2026-08-14T12:00:05.680Z | Aug 14 12:00:04.216 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2439 | 2026-08-14T12:00:05.680Z | Aug 14 12:00:04.216 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 } }] |
| 2440 | 2026-08-14T12:00:05.680Z | Aug 14 12:00:04.216 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2441 | 2026-08-14T12:00:05.680Z | Aug 14 12:00:04.216 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 } }] |
| 2442 | 2026-08-14T12:00:05.680Z | Aug 14 12:00:04.216 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2443 | 2026-08-14T12:00:05.680Z | Aug 14 12:00:04.216 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 } }] |
| 2444 | 2026-08-14T12:00:05.680Z | Aug 14 12:00:04.216 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2445 | 2026-08-14T12:00:05.680Z | Aug 14 12:00:04.216 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 } }] |
| 2446 | 2026-08-14T12:00:05.680Z | Aug 14 12:00:04.216 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2447 | 2026-08-14T12:00:05.680Z | Aug 14 12:00:04.216 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 } }] |
| 2448 | 2026-08-14T12:00:05.680Z | Aug 14 12:00:04.216 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2449 | 2026-08-14T12:00:05.681Z | Aug 14 12:00:04.216 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 } }] |
| 2450 | 2026-08-14T12:00:05.681Z | Aug 14 12:00:04.216 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2451 | 2026-08-14T12:00:05.681Z | Aug 14 12:00:04.216 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 } }] |
| 2452 | 2026-08-14T12:00:05.681Z | Aug 14 12:00:04.216 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2453 | 2026-08-14T12:00:05.681Z | Aug 14 12:00:04.216 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 } }] |
| 2454 | 2026-08-14T12:00:05.681Z | Aug 14 12:00:04.216 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2455 | 2026-08-14T12:00:05.681Z | Aug 14 12:00:04.216 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 } }] |
| 2456 | 2026-08-14T12:00:05.681Z | Aug 14 12:00:04.216 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2457 | 2026-08-14T12:00:05.681Z | Aug 14 12:00:04.216 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 } }] |
| 2458 | 2026-08-14T12:00:05.681Z | Aug 14 12:00:04.216 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2459 | 2026-08-14T12:00:05.681Z | Aug 14 12:00:04.216 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 } }] |
| 2460 | 2026-08-14T12:00:05.681Z | Aug 14 12:00:04.216 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2461 | 2026-08-14T12:00:05.681Z | Aug 14 12:00:04.216 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 } }] |
| 2462 | 2026-08-14T12:00:05.681Z | Aug 14 12:00:04.216 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2463 | 2026-08-14T12:00:05.681Z | Aug 14 12:00:04.216 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 } }] |
| 2464 | 2026-08-14T12:00:05.681Z | Aug 14 12:00:04.216 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2465 | 2026-08-14T12:00:05.681Z | Aug 14 12:00:04.216 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 } }] |
| 2466 | 2026-08-14T12:00:05.681Z | Aug 14 12:00:04.216 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2467 | 2026-08-14T12:00:05.681Z | Aug 14 12:00:04.216 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 } }] |
| 2468 | 2026-08-14T12:00:05.681Z | Aug 14 12:00:04.216 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2469 | 2026-08-14T12:00:05.681Z | Aug 14 12:00:04.216 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 } }] |
| 2470 | 2026-08-14T12:00:05.681Z | Aug 14 12:00:04.216 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2471 | 2026-08-14T12:00:05.681Z | Aug 14 12:00:04.216 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 } }] |
| 2472 | 2026-08-14T12:00:05.681Z | Aug 14 12:00:04.216 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2473 | 2026-08-14T12:00:05.681Z | Aug 14 12:00:04.216 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 } }] |
| 2474 | 2026-08-14T12:00:05.681Z | Aug 14 12:00:04.216 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2475 | 2026-08-14T12:00:05.681Z | Aug 14 12:00:04.216 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 } }] |
| 2476 | 2026-08-14T12:00:05.681Z | Aug 14 12:00:04.216 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2477 | 2026-08-14T12:00:05.681Z | Aug 14 12:00:04.216 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 } }] |
| 2478 | 2026-08-14T12:00:05.681Z | Aug 14 12:00:04.216 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2479 | 2026-08-14T12:00:05.681Z | Aug 14 12:00:04.216 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 } }] |
| 2480 | 2026-08-14T12:00:05.681Z | Aug 14 12:00:04.216 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2481 | 2026-08-14T12:00:05.681Z | Aug 14 12:00:04.216 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 } }] |
| 2482 | 2026-08-14T12:00:05.681Z | Aug 14 12:00:04.216 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2483 | 2026-08-14T12:00:05.681Z | Aug 14 12:00:04.216 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 } }] |
| 2484 | 2026-08-14T12:00:05.681Z | Aug 14 12:00:04.216 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2485 | 2026-08-14T12:00:05.681Z | Aug 14 12:00:04.216 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 } }] |
| 2486 | 2026-08-14T12:00:05.681Z | Aug 14 12:00:04.216 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2487 | 2026-08-14T12:00:05.681Z | Aug 14 12:00:04.216 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 } }] |
| 2488 | 2026-08-14T12:00:05.681Z | Aug 14 12:00:04.216 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2489 | 2026-08-14T12:00:05.682Z | Aug 14 12:00:04.216 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 } }] |
| 2490 | 2026-08-14T12:00:05.686Z | Aug 14 12:00:04.216 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 2491 | 2026-08-14T12:00:05.686Z | Aug 14 12:00:04.216 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 14 12:00:04.216 |
| 2492 | 2026-08-14T12:00:05.686Z | DEBG Aug 14 12:00:04.216created new freemap INFO, unitadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff: |
| 2493 | 2026-08-14T12:00:05.686Z | freemap_route_ipv4Aug 14 12:00:04.216Aug 14 12:00:04.216 |
| 2494 | 2026-08-14T12:00:05.686Z | test freemap::test_span ... ok |
| 2495 | 2026-08-14T12:00:05.686Z | DEBGDEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap |
| 2496 | 2026-08-14T12:00:05.686Z | , unitAug 14 12:00:04.216: Aug 14 12:00:04.216freemap_route_ipv4 INFO |
| 2497 | 2026-08-14T12:00:05.686Z | DEBG created new freemapadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff, |
| 2498 | 2026-08-14T12:00:05.686Z | unitAug 14 12:00:04.216: DEBGfreemap_route_ipv6 |
| 2499 | 2026-08-14T12:00:05.686Z | created new freemapAug 14 12:00:04.216, unitDEBG: 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 } }]freemap_route_ipv6 |
| 2500 | 2026-08-14T12:00:05.686Z | |
| 2501 | 2026-08-14T12:00:05.686Z | test api_server::tests::test_build_info ... ok |
| 2502 | 2026-08-14T12:00:05.686Z | Aug 14 12:00:04.216 DEBGAug 14 12:00:04.216 Aug 14 12:00:04.216 DEBGinitted freemap. size: 64 , initted freemap. size: 64INFO, unitunit: : adding route 3fff:beef:1f::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 2503 | 2026-08-14T12:00:05.686Z | |
| 2504 | 2026-08-14T12:00:05.686Z | freemap_route_ipv4 |
| 2505 | 2026-08-14T12:00:05.686Z | Aug 14 12:00:04.216Aug 14 12:00:04.216 Aug 14 12:00:04.216DEBG DEBG DEBGreset freemap , 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 } }]unit |
| 2506 | 2026-08-14T12:00:05.686Z | : reset freemapfreemap_route_ipv4, |
| 2507 | 2026-08-14T12:00:05.686Z | unit: freemap_route_ipv4 |
| 2508 | 2026-08-14T12:00:05.686Z | Aug 14 12:00:04.216 Aug 14 12:00:04.216INFO DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2509 | 2026-08-14T12:00:05.686Z | initted freemap. size: 64, Aug 14 12:00:04.217unit :DEBG Aug 14 12:00:04.216freemap_route_ipv6 |
| 2510 | 2026-08-14T12:00:05.686Z | 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 |
| 2511 | 2026-08-14T12:00:05.686Z | initted freemap. size: 64, unit:Aug 14 12:00:04.217 freemap_route_ipv6Aug 14 12:00:04.217DEBG |
| 2512 | 2026-08-14T12:00:05.686Z | reset freemapINFO, Aug 14 12:00:04.217unit adding route 3fff:beef:21::/64 -> 2001:db8::55:ff:DEBG freemap_route_ipv6reset freemap |
| 2513 | 2026-08-14T12:00:05.686Z | |
| 2514 | 2026-08-14T12:00:05.687Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2515 | 2026-08-14T12:00:05.687Z | , unit:Aug 14 12:00:04.217 freemap_route_ipv6INFOAug 14 12:00:04.217 |
| 2516 | 2026-08-14T12:00:05.687Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2517 | 2026-08-14T12:00:05.687Z | DEBG Aug 14 12:00:04.217replacing 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 } }] |
| 2518 | 2026-08-14T12:00:05.687Z | Aug 14 12:00:04.217INFO Aug 14 12:00:04.217adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 2519 | 2026-08-14T12:00:05.687Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 2520 | 2026-08-14T12:00:05.687Z | INFO Aug 14 12:00:04.217adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2521 | 2026-08-14T12:00:05.687Z | DEBG Aug 14 12:00:04.217replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 2522 | 2026-08-14T12:00:05.687Z | Aug 14 12:00:04.217INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG |
| 2523 | 2026-08-14T12:00:05.687Z | Aug 14 12:00:04.217replacing 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 |
| 2524 | 2026-08-14T12:00:05.687Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 14 12:00:04.217 |
| 2525 | 2026-08-14T12:00:05.687Z | DEBG Aug 14 12:00:04.217replacing 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 14 12:00:04.217 |
| 2526 | 2026-08-14T12:00:05.687Z | INFO DEBG adding route 3fff:beef:23::/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 } }] |
| 2527 | 2026-08-14T12:00:05.687Z | |
| 2528 | 2026-08-14T12:00:05.687Z | Aug 14 12:00:04.217 INFOAug 14 12:00:04.217 adding route 3fff:beef:1::/64 -> 2001:db8::55:ffDEBGAug 14 12:00:04.217 |
| 2529 | 2026-08-14T12:00:05.687Z | replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2530 | 2026-08-14T12:00:05.687Z | adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 14 12:00:04.217 |
| 2531 | 2026-08-14T12:00:05.687Z | DEBGAug 14 12:00:04.217 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 |
| 2532 | 2026-08-14T12:00:05.687Z | Aug 14 12:00:04.217adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2533 | 2026-08-14T12:00:05.687Z | DEBGAug 14 12:00:04.217 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 14 12:00:04.217 |
| 2534 | 2026-08-14T12:00:05.687Z | INFO DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2535 | 2026-08-14T12:00:05.687Z | Aug 14 12:00:04.217replacing 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 } }] |
| 2536 | 2026-08-14T12:00:05.687Z | INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 14 12:00:04.217 |
| 2537 | 2026-08-14T12:00:05.687Z | Aug 14 12:00:04.217DEBG 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 } }] |
| 2538 | 2026-08-14T12:00:05.687Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 2539 | 2026-08-14T12:00:05.687Z | Aug 14 12:00:04.217 DEBGAug 14 12:00:04.217Aug 14 12:00:04.217 INFO DEBGreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2540 | 2026-08-14T12:00:05.687Z | |
| 2541 | 2026-08-14T12:00:05.687Z | 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 } }] |
| 2542 | 2026-08-14T12:00:05.687Z | Aug 14 12:00:04.217Aug 14 12:00:04.217 INFODEBG Aug 14 12:00:04.217replacing 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:2::/64 -> 2001:db8::55:ff |
| 2543 | 2026-08-14T12:00:05.687Z | INFO |
| 2544 | 2026-08-14T12:00:05.687Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2545 | 2026-08-14T12:00:05.687Z | Aug 14 12:00:04.217Aug 14 12:00:04.217 Aug 14 12:00:04.217INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBG |
| 2546 | 2026-08-14T12:00:05.687Z | 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 } }]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 } }] |
| 2547 | 2026-08-14T12:00:05.687Z | |
| 2548 | 2026-08-14T12:00:05.687Z | Aug 14 12:00:04.217 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 14 12:00:04.217 |
| 2549 | 2026-08-14T12:00:05.687Z | Aug 14 12:00:04.217INFO INFOAug 14 12:00:04.217adding route 3fff:beef:27::/64 -> 2001:db8::55:ff adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO |
| 2550 | 2026-08-14T12:00:05.687Z | Aug 14 12:00:04.217 |
| 2551 | 2026-08-14T12:00:05.687Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2552 | 2026-08-14T12:00:05.687Z | DEBGAug 14 12:00:04.217 created new freemapDEBGAug 14 12:00:04.217, Aug 14 12:00:04.217replacing 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 } }] |
| 2553 | 2026-08-14T12:00:05.687Z | DEBG DEBGunitreplacing 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 } }]: |
| 2554 | 2026-08-14T12:00:05.688Z | 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 14 12:00:04.217 |
| 2555 | 2026-08-14T12:00:05.688Z | freemap_route_ipv4 |
| 2556 | 2026-08-14T12:00:05.688Z | INFO Aug 14 12:00:04.217adding route 3fff:beef:4::/64 -> 2001:db8::55:ff INFOAug 14 12:00:04.217 |
| 2557 | 2026-08-14T12:00:05.688Z | Aug 14 12:00:04.217adding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFO |
| 2558 | 2026-08-14T12:00:05.688Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2559 | 2026-08-14T12:00:05.688Z | DEBGAug 14 12:00:04.217 created new freemapDEBGAug 14 12:00:04.217 Aug 14 12:00:04.217 , 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 } }]DEBGunit |
| 2560 | 2026-08-14T12:00:05.688Z | : freemap_route_ipv6DEBG |
| 2561 | 2026-08-14T12:00:05.688Z | 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 14 12:00:04.217 |
| 2562 | 2026-08-14T12:00:05.688Z | INFOreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:04.217 DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2563 | 2026-08-14T12:00:05.688Z | initted freemap. size: 64Aug 14 12:00:04.217 |
| 2564 | 2026-08-14T12:00:05.688Z | Aug 14 12:00:04.217 INFO, unit :adding route 3fff:beef:7::/64 -> 2001:db8::55:ff Aug 14 12:00:04.217 |
| 2565 | 2026-08-14T12:00:05.688Z | freemap_route_ipv4 |
| 2566 | 2026-08-14T12:00:05.688Z | DEBG INFOreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 14 12:00:04.217 |
| 2567 | 2026-08-14T12:00:05.688Z | DEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 14 12:00:04.217 |
| 2568 | 2026-08-14T12:00:05.688Z | Aug 14 12:00:04.217replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 2569 | 2026-08-14T12:00:05.688Z | Aug 14 12:00:04.217adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG |
| 2570 | 2026-08-14T12:00:05.688Z | DEBG reset freemapAug 14 12:00:04.217, 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 } }] unit |
| 2571 | 2026-08-14T12:00:05.688Z | Aug 14 12:00:04.217INFO 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 } }] freemap_route_ipv4 |
| 2572 | 2026-08-14T12:00:05.688Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2573 | 2026-08-14T12:00:05.688Z | |
| 2574 | 2026-08-14T12:00:05.688Z | Aug 14 12:00:04.217Aug 14 12:00:04.217 Aug 14 12:00:04.217INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBGDEBGAug 14 12:00:04.217 |
| 2575 | 2026-08-14T12:00:05.688Z | 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 14 12:00:04.217 |
| 2576 | 2026-08-14T12:00:05.688Z | initted freemap. size: 64 , unitDEBG: Aug 14 12:00:04.217 freemap_route_ipv6 |
| 2577 | 2026-08-14T12:00:05.688Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFO |
| 2578 | 2026-08-14T12:00:05.688Z | 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:9::/64 -> 2001:db8::55:ff |
| 2579 | 2026-08-14T12:00:05.688Z | Aug 14 12:00:04.217Aug 14 12:00:04.217 |
| 2580 | 2026-08-14T12:00:05.688Z | 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 } }]reset freemap |
| 2581 | 2026-08-14T12:00:05.688Z | Aug 14 12:00:04.217Aug 14 12:00:04.217, unit DEBGINFO:Aug 14 12:00:04.217 replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6INFO |
| 2582 | 2026-08-14T12:00:05.688Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2583 | 2026-08-14T12:00:05.688Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 2584 | 2026-08-14T12:00:05.688Z | |
| 2585 | 2026-08-14T12:00:05.688Z | Aug 14 12:00:04.217Aug 14 12:00:04.217Aug 14 12:00:04.217 DEBGINFODEBG 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:a::/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 } }] |
| 2586 | 2026-08-14T12:00:05.688Z | |
| 2587 | 2026-08-14T12:00:05.688Z | |
| 2588 | 2026-08-14T12:00:05.688Z | Aug 14 12:00:04.217Aug 14 12:00:04.217 INFOAug 14 12:00:04.217 DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2589 | 2026-08-14T12:00:05.688Z | INFO 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:2c::/64 -> 2001:db8::55:ff |
| 2590 | 2026-08-14T12:00:05.692Z | |
| 2591 | 2026-08-14T12:00:05.692Z | Aug 14 12:00:04.217Aug 14 12:00:04.217 INFODEBG Aug 14 12:00:04.217adding route 3fff:beef:b::/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 } }] |
| 2592 | 2026-08-14T12:00:05.693Z | DEBG |
| 2593 | 2026-08-14T12:00:05.693Z | 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 } }] |
| 2594 | 2026-08-14T12:00:05.693Z | Aug 14 12:00:04.217Aug 14 12:00:04.217 DEBGINFO Aug 14 12:00:04.217replacing 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 } }] |
| 2595 | 2026-08-14T12:00:05.693Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2596 | 2026-08-14T12:00:05.693Z | INFO Aug 14 12:00:04.217adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 14 12:00:04.217 |
| 2597 | 2026-08-14T12:00:05.693Z | DEBGINFO replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 14 12:00:04.217 |
| 2598 | 2026-08-14T12:00:05.693Z | |
| 2599 | 2026-08-14T12:00:05.693Z | 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 } }] |
| 2600 | 2026-08-14T12:00:05.693Z | Aug 14 12:00:04.217Aug 14 12:00:04.217 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 } }]Aug 14 12:00:04.217 |
| 2601 | 2026-08-14T12:00:05.693Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2602 | 2026-08-14T12:00:05.693Z | INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 14 12:00:04.217 |
| 2603 | 2026-08-14T12:00:05.693Z | Aug 14 12:00:04.217INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBGAug 14 12:00:04.217 |
| 2604 | 2026-08-14T12:00:05.693Z | 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 |
| 2605 | 2026-08-14T12:00:05.693Z | 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 14 12:00:04.217 |
| 2606 | 2026-08-14T12:00:05.693Z | Aug 14 12:00:04.217DEBG 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 |
| 2607 | 2026-08-14T12:00:05.693Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 14 12:00:04.217 |
| 2608 | 2026-08-14T12:00:05.693Z | Aug 14 12:00:04.217INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO |
| 2609 | 2026-08-14T12:00:05.693Z | Aug 14 12:00:04.217adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2610 | 2026-08-14T12:00:05.693Z | 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 14 12:00:04.217 |
| 2611 | 2026-08-14T12:00:05.693Z | Aug 14 12:00:04.217DEBG DEBGreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2612 | 2026-08-14T12:00:05.693Z | 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 14 12:00:04.217 |
| 2613 | 2026-08-14T12:00:05.693Z | Aug 14 12:00:04.217INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFO |
| 2614 | 2026-08-14T12:00:05.693Z | Aug 14 12:00:04.217adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 2615 | 2026-08-14T12:00:05.693Z | INFO Aug 14 12:00:04.217adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2616 | 2026-08-14T12:00:05.693Z | DEBGAug 14 12:00:04.217 replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2617 | 2026-08-14T12:00:05.693Z | Aug 14 12:00:04.217 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 } }] |
| 2618 | 2026-08-14T12:00:05.693Z | 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 } }] |
| 2619 | 2026-08-14T12:00:05.693Z | Aug 14 12:00:04.217 INFOAug 14 12:00:04.217 adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 14 12:00:04.217 |
| 2620 | 2026-08-14T12:00:05.693Z | INFO INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ff Aug 14 12:00:04.217adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2621 | 2026-08-14T12:00:05.693Z | DEBG |
| 2622 | 2026-08-14T12:00:05.693Z | 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 } }] |
| 2623 | 2026-08-14T12:00:05.693Z | Aug 14 12:00:04.217Aug 14 12:00:04.217 Aug 14 12:00:04.217 DEBGDEBG 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 } }]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 } }] |
| 2624 | 2026-08-14T12:00:05.693Z | |
| 2625 | 2026-08-14T12:00:05.693Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2626 | 2026-08-14T12:00:05.693Z | Aug 14 12:00:04.217Aug 14 12:00:04.217 Aug 14 12:00:04.217INFO DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2627 | 2026-08-14T12:00:05.693Z | replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2628 | 2026-08-14T12:00:05.693Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 14 12:00:04.217Aug 14 12:00:04.217 |
| 2629 | 2026-08-14T12:00:05.693Z | DEBG INFOreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2630 | 2026-08-14T12:00:05.694Z | Aug 14 12:00:04.217adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2631 | 2026-08-14T12:00:05.694Z | DEBG Aug 14 12:00:04.217replacing 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 } }] |
| 2632 | 2026-08-14T12:00:05.694Z | Aug 14 12:00:04.217INFO DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2633 | 2026-08-14T12:00:05.694Z | 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 14 12:00:04.217 |
| 2634 | 2026-08-14T12:00:05.694Z | INFO Aug 14 12:00:04.217adding route 3fff:beef:33::/64 -> 2001:db8::55:ff Aug 14 12:00:04.217 |
| 2635 | 2026-08-14T12:00:05.694Z | 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 } }] |
| 2636 | 2026-08-14T12:00:05.694Z | INFOAug 14 12:00:04.217 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 14 12:00:04.217 |
| 2637 | 2026-08-14T12:00:05.694Z | DEBG INFO adding route 3fff:beef:13::/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 } }] |
| 2638 | 2026-08-14T12:00:05.694Z | Aug 14 12:00:04.217 |
| 2639 | 2026-08-14T12:00:05.694Z | 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 14 12:00:04.217 |
| 2640 | 2026-08-14T12:00:05.694Z | Aug 14 12:00:04.217INFO DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 14 12:00:04.217 |
| 2641 | 2026-08-14T12:00:05.694Z | replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2642 | 2026-08-14T12:00:05.694Z | Aug 14 12:00:04.217adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2643 | 2026-08-14T12:00:05.694Z | 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 } }] |
| 2644 | 2026-08-14T12:00:05.694Z | Aug 14 12:00:04.217Aug 14 12:00:04.217 DEBGINFO Aug 14 12:00:04.217 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 } }] |
| 2645 | 2026-08-14T12:00:05.694Z | INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2646 | 2026-08-14T12:00:05.694Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 2647 | 2026-08-14T12:00:05.694Z | Aug 14 12:00:04.217Aug 14 12:00:04.217Aug 14 12:00:04.217 DEBG INFOreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2648 | 2026-08-14T12:00:05.694Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2649 | 2026-08-14T12:00:05.694Z | replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:04.217 |
| 2650 | 2026-08-14T12:00:05.694Z | INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 14 12:00:04.217Aug 14 12:00:04.217 |
| 2651 | 2026-08-14T12:00:05.694Z | INFODEBG Aug 14 12:00:04.217replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:1INFOAug 14 12:00:04.217 |
| 2652 | 2026-08-14T12:00:05.694Z | |
| 2653 | 2026-08-14T12:00:05.694Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG |
| 2654 | 2026-08-14T12:00:05.694Z | 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 } }] |
| 2655 | 2026-08-14T12:00:05.694Z | Aug 14 12:00:04.217Aug 14 12:00:04.217 Aug 14 12:00:04.217 DEBG INFO Aug 14 12:00:04.217replacing 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 } }] INFO |
| 2656 | 2026-08-14T12:00:05.694Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2657 | 2026-08-14T12:00:05.694Z | DEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2658 | 2026-08-14T12:00:05.694Z | |
| 2659 | 2026-08-14T12:00:05.694Z | Aug 14 12:00:04.217 DEBGAug 14 12:00:04.217 Aug 14 12:00:04.217Aug 14 12:00:04.217 replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2660 | 2026-08-14T12:00:05.694Z | DEBG INFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2661 | 2026-08-14T12:00:05.694Z | Aug 14 12:00:04.217 |
| 2662 | 2026-08-14T12:00:05.694Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2663 | 2026-08-14T12:00:05.694Z | INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 14 12:00:04.217 |
| 2664 | 2026-08-14T12:00:05.694Z | Aug 14 12:00:04.217INFO DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 14 12:00:04.217 |
| 2665 | 2026-08-14T12:00:05.694Z | Aug 14 12:00:04.217 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 } }] DEBGDEBG |
| 2666 | 2026-08-14T12:00:05.694Z | Aug 14 12:00:04.217replacing 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 } }] |
| 2667 | 2026-08-14T12:00:05.694Z | DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 14 12:00:04.217 |
| 2668 | 2026-08-14T12:00:05.694Z | 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 |
| 2669 | 2026-08-14T12:00:05.695Z | Aug 14 12:00:04.217Aug 14 12:00:04.217adding route 3fff:beef:38::/64 -> 2001:db8::55:ff INFO |
| 2670 | 2026-08-14T12:00:05.695Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFO |
| 2671 | 2026-08-14T12:00:05.695Z | Aug 14 12:00:04.217adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2672 | 2026-08-14T12:00:05.695Z | Aug 14 12:00:04.217Aug 14 12:00:04.217 INFODEBG DEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2673 | 2026-08-14T12:00:05.695Z | |
| 2674 | 2026-08-14T12:00:05.695Z | 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 } }] |
| 2675 | 2026-08-14T12:00:05.695Z | Aug 14 12:00:04.217Aug 14 12:00:04.217Aug 14 12:00:04.217 Aug 14 12:00:04.217INFODEBG DEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFO replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 2676 | 2026-08-14T12:00:05.695Z | |
| 2677 | 2026-08-14T12:00:05.695Z | |
| 2678 | 2026-08-14T12:00:05.695Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2679 | 2026-08-14T12:00:05.695Z | Aug 14 12:00:04.217 DEBGAug 14 12:00:04.217 Aug 14 12:00:04.217 Aug 14 12:00:04.217INFOINFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2680 | 2026-08-14T12:00:05.695Z | |
| 2681 | 2026-08-14T12:00:05.695Z | 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: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 } }] |
| 2682 | 2026-08-14T12:00:05.695Z | |
| 2683 | 2026-08-14T12:00:05.695Z | Aug 14 12:00:04.217 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 14 12:00:04.217Aug 14 12:00:04.217 |
| 2684 | 2026-08-14T12:00:05.695Z | Aug 14 12:00:04.217INFO DEBGINFO Aug 14 12:00:04.217replacing 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 } }] |
| 2685 | 2026-08-14T12:00:05.695Z | INFOadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 2686 | 2026-08-14T12:00:05.695Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2687 | 2026-08-14T12:00:05.695Z | |
| 2688 | 2026-08-14T12:00:05.695Z | Aug 14 12:00:04.217 Aug 14 12:00:04.217INFOAug 14 12:00:04.217 Aug 14 12:00:04.217 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG DEBGreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2689 | 2026-08-14T12:00:05.695Z | 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 } }] |
| 2690 | 2026-08-14T12:00:05.699Z | |
| 2691 | 2026-08-14T12:00:05.699Z | Aug 14 12:00:04.217DEBG DEBGreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 14 12:00:04.217replacing 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 } }] |
| 2692 | 2026-08-14T12:00:05.699Z | Aug 14 12:00:04.217 |
| 2693 | 2026-08-14T12:00:05.699Z | INFOINFO Aug 14 12:00:04.217 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff Aug 14 12:00:04.217 |
| 2694 | 2026-08-14T12:00:05.699Z | INFOINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2695 | 2026-08-14T12:00:05.699Z | Aug 14 12:00:04.217 |
| 2696 | 2026-08-14T12:00:05.699Z | |
| 2697 | 2026-08-14T12:00:05.699Z | DEBG Aug 14 12:00:04.217replacing 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 14 12:00:04.217 |
| 2698 | 2026-08-14T12:00:05.699Z | DEBG Aug 14 12:00:04.217replacing 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 |
| 2699 | 2026-08-14T12:00:05.699Z | Aug 14 12:00:04.217DEBG 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 } }] |
| 2700 | 2026-08-14T12:00:05.699Z | INFO Aug 14 12:00:04.217 INFOAug 14 12:00:04.217replacing 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 } }] |
| 2701 | 2026-08-14T12:00:05.699Z | DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2702 | 2026-08-14T12:00:05.699Z | created new freemap, unit: freemap_route_ipv4Aug 14 12:00:04.218 |
| 2703 | 2026-08-14T12:00:05.699Z | DEBG Aug 14 12:00:04.218replacing 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 14 12:00:04.218 |
| 2704 | 2026-08-14T12:00:05.700Z | INFO DEBGAug 14 12:00:04.218 adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 14 12:00:04.218created new freemap , INFO unit |
| 2705 | 2026-08-14T12:00:05.700Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff: |
| 2706 | 2026-08-14T12:00:05.700Z | INFOfreemap_route_ipv6 Aug 14 12:00:04.218 |
| 2707 | 2026-08-14T12:00:05.700Z | Aug 14 12:00:04.218 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 2708 | 2026-08-14T12:00:05.700Z | 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: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 } }] |
| 2709 | 2026-08-14T12:00:05.700Z | |
| 2710 | 2026-08-14T12:00:05.700Z | Aug 14 12:00:04.218Aug 14 12:00:04.218 Aug 14 12:00:04.218Aug 14 12:00:04.218DEBG INFOinitted freemap. size: 64 adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO, |
| 2711 | 2026-08-14T12:00:05.700Z | unitDEBG:adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff freemap_route_ipv4 |
| 2712 | 2026-08-14T12:00:05.700Z | |
| 2713 | 2026-08-14T12:00:05.700Z | 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 14 12:00:04.218 |
| 2714 | 2026-08-14T12:00:05.700Z | DEBGAug 14 12:00:04.218 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 14 12:00:04.218DEBG |
| 2715 | 2026-08-14T12:00:05.700Z | 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 |
| 2716 | 2026-08-14T12:00:05.700Z | reset freemapAug 14 12:00:04.218, Aug 14 12:00:04.218unitAug 14 12:00:04.218 :INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2717 | 2026-08-14T12:00:05.700Z | freemap_route_ipv4 |
| 2718 | 2026-08-14T12:00:05.700Z | failed to allocate space for the new target list |
| 2719 | 2026-08-14T12:00:05.700Z | |
| 2720 | 2026-08-14T12:00:05.700Z | Aug 14 12:00:04.218 Aug 14 12:00:04.218DEBGAug 14 12:00:04.218 Aug 14 12:00:04.218DEBG 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: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 } }] |
| 2721 | 2026-08-14T12:00:05.700Z | DEBG |
| 2722 | 2026-08-14T12:00:05.700Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 2723 | 2026-08-14T12:00:05.700Z | initted freemap. size: 64Aug 14 12:00:04.218, INFOAug 14 12:00:04.218 unit :adding route 3fff:beef:5::/64 -> 2001:db8::55:ffINFO |
| 2724 | 2026-08-14T12:00:05.700Z | freemap_route_ipv6adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2725 | 2026-08-14T12:00:05.700Z | |
| 2726 | 2026-08-14T12:00:05.700Z | Aug 14 12:00:04.218Aug 14 12:00:04.218 Aug 14 12:00:04.218DEBGDEBG reset freemapreplacing 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 |
| 2727 | 2026-08-14T12:00:05.700Z | , replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 2728 | 2026-08-14T12:00:05.700Z | :Aug 14 12:00:04.218 Aug 14 12:00:04.218INFO INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 2729 | 2026-08-14T12:00:05.700Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2730 | 2026-08-14T12:00:05.700Z | Aug 14 12:00:04.218 Aug 14 12:00:04.218DEBG freemap_route_ipv6DEBG |
| 2731 | 2026-08-14T12:00:05.700Z | replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2732 | 2026-08-14T12:00:05.700Z | |
| 2733 | 2026-08-14T12:00:05.700Z | Aug 14 12:00:04.218Aug 14 12:00:04.218 Aug 14 12:00:04.218INFO INFOINFOadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2734 | 2026-08-14T12:00:05.700Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2735 | 2026-08-14T12:00:05.700Z | |
| 2736 | 2026-08-14T12:00:05.700Z | Aug 14 12:00:04.218 DEBG Aug 14 12:00:04.218Aug 14 12:00:04.218replacing 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 } }] |
| 2737 | 2026-08-14T12:00:05.700Z | DEBG 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 } }] |
| 2738 | 2026-08-14T12:00:05.700Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 14 12:00:04.218 |
| 2739 | 2026-08-14T12:00:05.700Z | INFOAug 14 12:00:04.218 adding route 3fff:beef:8::/64 -> 2001:db8::55:ffINFOAug 14 12:00:04.218 |
| 2740 | 2026-08-14T12:00:05.700Z | INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 2741 | 2026-08-14T12:00:05.700Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2742 | 2026-08-14T12:00:05.701Z | Aug 14 12:00:04.218Aug 14 12:00:04.218 Aug 14 12:00:04.218 DEBGDEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 2743 | 2026-08-14T12:00:05.701Z | |
| 2744 | 2026-08-14T12:00:05.701Z | 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 } }] |
| 2745 | 2026-08-14T12:00:05.701Z | Aug 14 12:00:04.218Aug 14 12:00:04.218 Aug 14 12:00:04.218INFO INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff INFOadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 2746 | 2026-08-14T12:00:05.701Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2747 | 2026-08-14T12:00:05.701Z | |
| 2748 | 2026-08-14T12:00:05.701Z | Aug 14 12:00:04.218Aug 14 12:00:04.218Aug 14 12:00:04.218 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 } }]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 } }] |
| 2749 | 2026-08-14T12:00:05.701Z | DEBG |
| 2750 | 2026-08-14T12:00:05.701Z | 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 } }] |
| 2751 | 2026-08-14T12:00:05.701Z | Aug 14 12:00:04.218 INFO Aug 14 12:00:04.218adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 14 12:00:04.218 |
| 2752 | 2026-08-14T12:00:05.701Z | INFO INFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2753 | 2026-08-14T12:00:05.701Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 14 12:00:04.218 |
| 2754 | 2026-08-14T12:00:05.701Z | DEBG Aug 14 12:00:04.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 } }, NextHop { asic_port_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 } }] |
| 2755 | 2026-08-14T12:00:05.701Z | DEBGAug 14 12:00:04.218 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 |
| 2756 | 2026-08-14T12:00:05.701Z | 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 14 12:00:04.218 |
| 2757 | 2026-08-14T12:00:05.701Z | 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 14 12:00:04.218Aug 14 12:00:04.218 |
| 2758 | 2026-08-14T12:00:05.701Z | INFOINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2759 | 2026-08-14T12:00:05.701Z | |
| 2760 | 2026-08-14T12:00:05.701Z | Aug 14 12:00:04.218Aug 14 12:00:04.218 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: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 } }] |
| 2761 | 2026-08-14T12:00:05.701Z | |
| 2762 | 2026-08-14T12:00:05.701Z | Aug 14 12:00:04.218Aug 14 12:00:04.218 INFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 2763 | 2026-08-14T12:00:05.701Z | |
| 2764 | 2026-08-14T12:00:05.701Z | Aug 14 12:00:04.218 Aug 14 12:00:04.218DEBG DEBGreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2765 | 2026-08-14T12:00:05.701Z | 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 } }] |
| 2766 | 2026-08-14T12:00:05.701Z | Aug 14 12:00:04.218 Aug 14 12:00:04.218 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2767 | 2026-08-14T12:00:05.701Z | INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2768 | 2026-08-14T12:00:05.701Z | Aug 14 12:00:04.218 DEBG Aug 14 12:00:04.218replacing 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 } }] |
| 2769 | 2026-08-14T12:00:05.701Z | 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 } }] |
| 2770 | 2026-08-14T12:00:05.701Z | Aug 14 12:00:04.218 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 14 12:00:04.218 |
| 2771 | 2026-08-14T12:00:05.701Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff INFO |
| 2772 | 2026-08-14T12:00:05.701Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 14 12:00:04.218 |
| 2773 | 2026-08-14T12:00:05.701Z | DEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:04.218 |
| 2774 | 2026-08-14T12:00:05.701Z | Aug 14 12:00:04.218DEBG DEBGreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:04.218 |
| 2775 | 2026-08-14T12:00:05.701Z | 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 } }]INFO |
| 2776 | 2026-08-14T12:00:05.701Z | Aug 14 12:00:04.218adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2777 | 2026-08-14T12:00:05.701Z | INFOAug 14 12:00:04.218 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO |
| 2778 | 2026-08-14T12:00:05.701Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2779 | 2026-08-14T12:00:05.701Z | Aug 14 12:00:04.218Aug 14 12:00:04.218 DEBGDEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2780 | 2026-08-14T12:00:05.701Z | |
| 2781 | 2026-08-14T12:00:05.701Z | Aug 14 12:00:04.218 DEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:04.218Aug 14 12:00:04.218 |
| 2782 | 2026-08-14T12:00:05.702Z | INFO INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2783 | 2026-08-14T12:00:05.702Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 14 12:00:04.218 |
| 2784 | 2026-08-14T12:00:05.702Z | INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2785 | 2026-08-14T12:00:05.702Z | Aug 14 12:00:04.218Aug 14 12:00:04.218 DEBGAug 14 12:00:04.218DEBG 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 |
| 2786 | 2026-08-14T12:00:05.702Z | 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: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 } }] |
| 2787 | 2026-08-14T12:00:05.702Z | Aug 14 12:00:04.218 |
| 2788 | 2026-08-14T12:00:05.702Z | INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 2789 | 2026-08-14T12:00:05.702Z | Aug 14 12:00:04.218Aug 14 12:00:04.218 INFO INFOAug 14 12:00:04.218adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2790 | 2026-08-14T12:00:05.706Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG |
| 2791 | 2026-08-14T12:00:05.706Z | 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 14 12:00:04.218 |
| 2792 | 2026-08-14T12:00:05.706Z | Aug 14 12:00:04.218DEBG 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 } }] |
| 2793 | 2026-08-14T12:00:05.706Z | DEBGAug 14 12:00:04.218 replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2794 | 2026-08-14T12:00:05.706Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 14 12:00:04.218 |
| 2795 | 2026-08-14T12:00:05.706Z | INFOAug 14 12:00:04.218 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 14 12:00:04.218 |
| 2796 | 2026-08-14T12:00:05.706Z | INFO DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 2797 | 2026-08-14T12:00:05.706Z | Aug 14 12:00:04.218replacing 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 |
| 2798 | 2026-08-14T12:00:05.706Z | 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 14 12:00:04.218 |
| 2799 | 2026-08-14T12:00:05.706Z | Aug 14 12:00:04.218DEBG INFOreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2800 | 2026-08-14T12:00:05.706Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 14 12:00:04.218 |
| 2801 | 2026-08-14T12:00:05.706Z | INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2802 | 2026-08-14T12:00:05.706Z | Aug 14 12:00:04.218 Aug 14 12:00:04.218INFO Aug 14 12:00:04.218adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG |
| 2803 | 2026-08-14T12:00:05.706Z | DEBGreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2804 | 2026-08-14T12:00:05.706Z | 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 } }] |
| 2805 | 2026-08-14T12:00:05.706Z | Aug 14 12:00:04.218Aug 14 12:00:04.218Aug 14 12:00:04.218 DEBG INFO 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 |
| 2806 | 2026-08-14T12:00:05.706Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2807 | 2026-08-14T12:00:05.706Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2808 | 2026-08-14T12:00:05.706Z | Aug 14 12:00:04.218Aug 14 12:00:04.218 INFODEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 14 12:00:04.218replacing 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 } }] |
| 2809 | 2026-08-14T12:00:05.706Z | |
| 2810 | 2026-08-14T12:00:05.706Z | 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 } }] |
| 2811 | 2026-08-14T12:00:05.706Z | Aug 14 12:00:04.218Aug 14 12:00:04.218 INFOAug 14 12:00:04.218DEBG adding route 3fff:beef:15::/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 } }] |
| 2812 | 2026-08-14T12:00:05.706Z | |
| 2813 | 2026-08-14T12:00:05.706Z | INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2814 | 2026-08-14T12:00:05.706Z | Aug 14 12:00:04.218Aug 14 12:00:04.218 Aug 14 12:00:04.218DEBGINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }] |
| 2815 | 2026-08-14T12:00:05.706Z | 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 } }] |
| 2816 | 2026-08-14T12:00:05.707Z | |
| 2817 | 2026-08-14T12:00:05.707Z | Aug 14 12:00:04.218Aug 14 12:00:04.218Aug 14 12:00:04.218 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 } }]INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2818 | 2026-08-14T12:00:05.707Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2819 | 2026-08-14T12:00:05.707Z | |
| 2820 | 2026-08-14T12:00:05.707Z | Aug 14 12:00:04.218Aug 14 12:00:04.218 Aug 14 12:00:04.218 INFO DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG |
| 2821 | 2026-08-14T12:00:05.707Z | replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2822 | 2026-08-14T12:00:05.707Z | |
| 2823 | 2026-08-14T12:00:05.707Z | Aug 14 12:00:04.218 DEBGAug 14 12:00:04.218Aug 14 12:00:04.218 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 } }] |
| 2824 | 2026-08-14T12:00:05.707Z | INFO INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2825 | 2026-08-14T12:00:05.707Z | |
| 2826 | 2026-08-14T12:00:05.707Z | Aug 14 12:00:04.218 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 14 12:00:04.218 |
| 2827 | 2026-08-14T12:00:05.707Z | Aug 14 12:00:04.218DEBG 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 |
| 2828 | 2026-08-14T12:00:05.707Z | 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 } }] |
| 2829 | 2026-08-14T12:00:05.707Z | Aug 14 12:00:04.218 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 } }] |
| 2830 | 2026-08-14T12:00:05.707Z | Aug 14 12:00:04.218Aug 14 12:00:04.218 INFOINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 2831 | 2026-08-14T12:00:05.707Z | |
| 2832 | 2026-08-14T12:00:05.707Z | Aug 14 12:00:04.218Aug 14 12:00:04.218 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: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 } }] |
| 2833 | 2026-08-14T12:00:05.707Z | |
| 2834 | 2026-08-14T12:00:05.707Z | Aug 14 12:00:04.218Aug 14 12:00:04.218 INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 2835 | 2026-08-14T12:00:05.707Z | |
| 2836 | 2026-08-14T12:00:05.707Z | Aug 14 12:00:04.218Aug 14 12:00:04.218 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: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 } }] |
| 2837 | 2026-08-14T12:00:05.707Z | |
| 2838 | 2026-08-14T12:00:05.707Z | Aug 14 12:00:04.218Aug 14 12:00:04.218 INFOINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2839 | 2026-08-14T12:00:05.707Z | |
| 2840 | 2026-08-14T12:00:05.707Z | Aug 14 12:00:04.218Aug 14 12:00:04.218 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: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 } }] |
| 2841 | 2026-08-14T12:00:05.707Z | |
| 2842 | 2026-08-14T12:00:05.707Z | Aug 14 12:00:04.218Aug 14 12:00:04.218 INFOINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2843 | 2026-08-14T12:00:05.707Z | |
| 2844 | 2026-08-14T12:00:05.707Z | Aug 14 12:00:04.218Aug 14 12:00:04.218 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: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 } }] |
| 2845 | 2026-08-14T12:00:05.707Z | |
| 2846 | 2026-08-14T12:00:05.707Z | Aug 14 12:00:04.218Aug 14 12:00:04.218 INFOINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 2847 | 2026-08-14T12:00:05.707Z | |
| 2848 | 2026-08-14T12:00:05.707Z | Aug 14 12:00:04.218Aug 14 12:00:04.218 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: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 } }] |
| 2849 | 2026-08-14T12:00:05.707Z | |
| 2850 | 2026-08-14T12:00:05.707Z | Aug 14 12:00:04.218Aug 14 12:00:04.218 INFOAug 14 12:00:04.218 INFOINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 2851 | 2026-08-14T12:00:05.707Z | |
| 2852 | 2026-08-14T12:00:05.707Z | |
| 2853 | 2026-08-14T12:00:05.707Z | Aug 14 12:00:04.218Aug 14 12:00:04.218Aug 14 12:00:04.218 DEBGDEBG DEBGreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2854 | 2026-08-14T12:00:05.708Z | 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 } }] |
| 2855 | 2026-08-14T12:00:05.708Z | 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 } }] |
| 2856 | 2026-08-14T12:00:05.708Z | Aug 14 12:00:04.218Aug 14 12:00:04.218 INFOAug 14 12:00:04.218 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFO |
| 2857 | 2026-08-14T12:00:05.708Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2858 | 2026-08-14T12:00:05.708Z | |
| 2859 | 2026-08-14T12:00:05.708Z | Aug 14 12:00:04.218 DEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:04.218 |
| 2860 | 2026-08-14T12:00:05.708Z | Aug 14 12:00:04.218DEBG 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 } }] |
| 2861 | 2026-08-14T12:00:05.708Z | 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 14 12:00:04.218 |
| 2862 | 2026-08-14T12:00:05.708Z | INFO Aug 14 12:00:04.218adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2863 | 2026-08-14T12:00:05.708Z | Aug 14 12:00:04.218INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFOAug 14 12:00:04.218 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 2864 | 2026-08-14T12:00:05.708Z | DEBG |
| 2865 | 2026-08-14T12:00:05.708Z | 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 } }] |
| 2866 | 2026-08-14T12:00:05.708Z | Aug 14 12:00:04.218 Aug 14 12:00:04.218Aug 14 12:00:04.218DEBG INFOreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2867 | 2026-08-14T12:00:05.708Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2868 | 2026-08-14T12:00:05.708Z | 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 } }] |
| 2869 | 2026-08-14T12:00:05.708Z | Aug 14 12:00:04.218Aug 14 12:00:04.218 Aug 14 12:00:04.218DEBGINFO replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFO |
| 2870 | 2026-08-14T12:00:05.708Z | |
| 2871 | 2026-08-14T12:00:05.708Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2872 | 2026-08-14T12:00:05.708Z | Aug 14 12:00:04.218Aug 14 12:00:04.218 Aug 14 12:00:04.218INFODEBG adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff 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 } }] |
| 2873 | 2026-08-14T12:00:05.708Z | Aug 14 12:00:04.218 |
| 2874 | 2026-08-14T12:00:05.708Z | 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 } }]DEBG |
| 2875 | 2026-08-14T12:00:05.708Z | Aug 14 12:00:04.218Aug 14 12:00:04.218created new freemap Aug 14 12:00:04.218DEBG, INFOreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 2876 | 2026-08-14T12:00:05.708Z | : adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO |
| 2877 | 2026-08-14T12:00:05.708Z | freemap_route_ipv4Aug 14 12:00:04.218adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 2878 | 2026-08-14T12:00:05.708Z | INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 2879 | 2026-08-14T12:00:05.708Z | |
| 2880 | 2026-08-14T12:00:05.708Z | Aug 14 12:00:04.218Aug 14 12:00:04.218 Aug 14 12:00:04.218DEBGAug 14 12:00:04.218 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 } }]DEBGcreated new freemapreplacing 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 } }] , |
| 2881 | 2026-08-14T12:00:05.708Z | unit |
| 2882 | 2026-08-14T12:00:05.708Z | : freemap_route_ipv6 |
| 2883 | 2026-08-14T12:00:05.708Z | Aug 14 12:00:04.219 Aug 14 12:00:04.219INFOreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 14 12:00:04.219 INFODEBG |
| 2884 | 2026-08-14T12:00:05.708Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 2885 | 2026-08-14T12:00:05.708Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff, |
| 2886 | 2026-08-14T12:00:05.708Z | unit: Aug 14 12:00:04.219freemap_route_ipv4 |
| 2887 | 2026-08-14T12:00:05.708Z | INFOAug 14 12:00:04.219 Aug 14 12:00:04.219DEBG adding route 3fff:beef:22::/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 } }] |
| 2888 | 2026-08-14T12:00:05.708Z | Aug 14 12:00:04.219 |
| 2889 | 2026-08-14T12:00:05.708Z | DEBG DEBG Aug 14 12:00:04.219reset freemapAug 14 12:00:04.219replacing 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 } }] INFODEBG |
| 2890 | 2026-08-14T12:00:05.716Z | , unitadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff: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 } }] |
| 2891 | 2026-08-14T12:00:05.716Z | |
| 2892 | 2026-08-14T12:00:05.716Z | freemap_route_ipv4 |
| 2893 | 2026-08-14T12:00:05.716Z | Aug 14 12:00:04.219Aug 14 12:00:04.219Aug 14 12:00:04.219 Aug 14 12:00:04.219 INFO INFODEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2894 | 2026-08-14T12:00:05.716Z | |
| 2895 | 2026-08-14T12:00:05.716Z | 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 } }] |
| 2896 | 2026-08-14T12:00:05.716Z | initted freemap. size: 64, Aug 14 12:00:04.219unitAug 14 12:00:04.219 :DEBG Aug 14 12:00:04.219INFOreplacing 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 } }]freemap_route_ipv6 |
| 2897 | 2026-08-14T12:00:05.716Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 2898 | 2026-08-14T12:00:05.716Z | |
| 2899 | 2026-08-14T12:00:05.716Z | DEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:04.219 |
| 2900 | 2026-08-14T12:00:05.716Z | Aug 14 12:00:04.219 Aug 14 12:00:04.219 INFODEBGDEBG Aug 14 12:00:04.219 adding route 3fff:beef:24::/64 -> 2001:db8::55:ff reset freemap |
| 2901 | 2026-08-14T12:00:05.716Z | 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 } }], unit |
| 2902 | 2026-08-14T12:00:05.716Z | :INFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:fffreemap_route_ipv6Aug 14 12:00:04.219 |
| 2903 | 2026-08-14T12:00:05.716Z | |
| 2904 | 2026-08-14T12:00:05.716Z | DEBGAug 14 12:00:04.219 Aug 14 12:00:04.219replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 2905 | 2026-08-14T12:00:05.716Z | INFOAug 14 12:00:04.219 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 2906 | 2026-08-14T12:00:05.716Z | DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff 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 } }] |
| 2907 | 2026-08-14T12:00:05.716Z | |
| 2908 | 2026-08-14T12:00:05.716Z | Aug 14 12:00:04.219Aug 14 12:00:04.219 Aug 14 12:00:04.219INFO DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 2909 | 2026-08-14T12:00:05.716Z | Aug 14 12:00:04.219replacing 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 } }] |
| 2910 | 2026-08-14T12:00:05.716Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO |
| 2911 | 2026-08-14T12:00:05.716Z | Aug 14 12:00:04.219Aug 14 12:00:04.219 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 } }] |
| 2912 | 2026-08-14T12:00:05.716Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 2913 | 2026-08-14T12:00:05.716Z | |
| 2914 | 2026-08-14T12:00:05.716Z | Aug 14 12:00:04.219 INFO Aug 14 12:00:04.219adding route 172.16.0.0/32 -> 10.0.0.2 Aug 14 12:00:04.219Aug 14 12:00:04.219 |
| 2915 | 2026-08-14T12:00:05.716Z | 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 } }] |
| 2916 | 2026-08-14T12:00:05.716Z | Aug 14 12:00:04.219adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 14 12:00:04.219 |
| 2917 | 2026-08-14T12:00:05.716Z | 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 } }] DEBGcreated new freemapAug 14 12:00:04.219Aug 14 12:00:04.219 |
| 2918 | 2026-08-14T12:00:05.717Z | INFO , replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ffunit |
| 2919 | 2026-08-14T12:00:05.717Z | :Aug 14 12:00:04.219 DEBG |
| 2920 | 2026-08-14T12:00:05.717Z | Aug 14 12:00:04.219INFO freemap_route_ipv4DEBG |
| 2921 | 2026-08-14T12:00:05.717Z | 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: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 } }] |
| 2922 | 2026-08-14T12:00:05.717Z | adding route 172.16.0.0/32 -> 10.0.0.3 |
| 2923 | 2026-08-14T12:00:05.717Z | |
| 2924 | 2026-08-14T12:00:05.717Z | Aug 14 12:00:04.219 Aug 14 12:00:04.219Aug 14 12:00:04.219DEBG Aug 14 12:00:04.219INFO DEBGINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff Aug 14 12:00:04.219replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 2925 | 2026-08-14T12:00:05.717Z | |
| 2926 | 2026-08-14T12:00:05.717Z | DEBGfailed to allocate space for the new target list created new freemapadding route 3fff:beef:32::/64 -> 2001:db8::55:ff, Aug 14 12:00:04.219 |
| 2927 | 2026-08-14T12:00:05.717Z | |
| 2928 | 2026-08-14T12:00:05.717Z | Aug 14 12:00:04.219Aug 14 12:00:04.219 Aug 14 12:00:04.219DEBGINFO 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 } }]DEBGadding route 172.16.0.0/32 -> 10.0.0.4 |
| 2929 | 2026-08-14T12:00:05.717Z | |
| 2930 | 2026-08-14T12:00:05.717Z | 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 |
| 2931 | 2026-08-14T12:00:05.717Z | unitAug 14 12:00:04.219:replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 14 12:00:04.219INFO Aug 14 12:00:04.219freemap_route_ipv6INFO |
| 2932 | 2026-08-14T12:00:05.717Z | |
| 2933 | 2026-08-14T12:00:05.717Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2934 | 2026-08-14T12:00:05.717Z | DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 14 12:00:04.219 |
| 2935 | 2026-08-14T12:00:05.717Z | Aug 14 12:00:04.219 |
| 2936 | 2026-08-14T12:00:05.717Z | DEBG DEBGreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2937 | 2026-08-14T12:00:05.717Z | Aug 14 12:00:04.219initted freemap. size: 64 , DEBGAug 14 12:00:04.219Aug 14 12:00:04.219unit : INFO INFOreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2938 | 2026-08-14T12:00:05.717Z | freemap_route_ipv4adding route 172.17.0.0/32 -> 10.0.0.255 |
| 2939 | 2026-08-14T12:00:05.717Z | |
| 2940 | 2026-08-14T12:00:05.717Z | |
| 2941 | 2026-08-14T12:00:05.717Z | Aug 14 12:00:04.219 INFOAug 14 12:00:04.219Aug 14 12:00:04.219 Aug 14 12:00:04.219 DEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ff DEBGDEBG |
| 2942 | 2026-08-14T12:00:05.717Z | 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 } }] |
| 2943 | 2026-08-14T12:00:05.717Z | 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 } }]reset freemapAug 14 12:00:04.219, |
| 2944 | 2026-08-14T12:00:05.717Z | Aug 14 12:00:04.219 unit DEBGINFO : replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:04.219adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 2945 | 2026-08-14T12:00:05.717Z | |
| 2946 | 2026-08-14T12:00:05.717Z | INFOfreemap_route_ipv4 |
| 2947 | 2026-08-14T12:00:05.717Z | Aug 14 12:00:04.219adding route 172.17.0.1/32 -> 10.0.0.255 Aug 14 12:00:04.219 |
| 2948 | 2026-08-14T12:00:05.717Z | DEBGINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 2949 | 2026-08-14T12:00:05.717Z | 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 14 12:00:04.219 |
| 2950 | 2026-08-14T12:00:05.717Z | Aug 14 12:00:04.219DEBGAug 14 12:00:04.219 Aug 14 12:00:04.219 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 } }]INFO |
| 2951 | 2026-08-14T12:00:05.717Z | adding route 3fff:beef:2b::/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 } }] |
| 2952 | 2026-08-14T12:00:05.717Z | |
| 2953 | 2026-08-14T12:00:05.717Z | test route::tests::identity_replace_is_noop ... ok |
| 2954 | 2026-08-14T12:00:05.717Z | Aug 14 12:00:04.219 INFODEBG adding route 172.17.0.2/32 -> 10.0.0.255Aug 14 12:00:04.219 |
| 2955 | 2026-08-14T12:00:05.717Z | initted freemap. size: 64Aug 14 12:00:04.219INFO, unitDEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff: |
| 2956 | 2026-08-14T12:00:05.717Z | replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 2957 | 2026-08-14T12:00:05.718Z | |
| 2958 | 2026-08-14T12:00:05.718Z | Aug 14 12:00:04.219 DEBG Aug 14 12:00:04.219Aug 14 12:00:04.219 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 } }] DEBGINFO |
| 2959 | 2026-08-14T12:00:05.718Z | reset freemapAug 14 12:00:04.219, adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff unitDEBGAug 14 12:00:04.219 |
| 2960 | 2026-08-14T12:00:05.718Z | INFOreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 2961 | 2026-08-14T12:00:05.718Z | Aug 14 12:00:04.220Aug 14 12:00:04.219 DEBGDEBG created new freemapcreated new freemap, unit, :unit :freemap_route_ipv4 |
| 2962 | 2026-08-14T12:00:05.718Z | freemap_route_ipv4Aug 14 12:00:04.225Aug 14 12:00:04.220 |
| 2963 | 2026-08-14T12:00:05.718Z | DEBG DEBGcreated new freemap 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 } }], |
| 2964 | 2026-08-14T12:00:05.718Z | unitAug 14 12:00:04.225: DEBGfreemap_route_ipv4 |
| 2965 | 2026-08-14T12:00:05.718Z | created new freemap, unitAug 14 12:00:04.225: DEBGfreemap_route_ipv6: freemap_route_ipv6 created new freemap, |
| 2966 | 2026-08-14T12:00:05.718Z | |
| 2967 | 2026-08-14T12:00:05.718Z | unit:Aug 14 12:00:04.225 freemap_route_ipv6DEBG |
| 2968 | 2026-08-14T12:00:05.718Z | Aug 14 12:00:04.225Aug 14 12:00:04.220created new freemap Aug 14 12:00:04.225Aug 14 12:00:04.225DEBG, unit :created new freemap , Aug 14 12:00:04.225DEBG unitfreemap_route_ipv6INFO |
| 2969 | 2026-08-14T12:00:05.718Z | : DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 2970 | 2026-08-14T12:00:05.718Z | INFOinitted freemap. size: 64 , adding route 172.16.0.0/32 -> 10.0.0.1initted freemap. size: 64unitfreemap_route_ipv4Aug 14 12:00:04.225, : |
| 2971 | 2026-08-14T12:00:05.718Z | |
| 2972 | 2026-08-14T12:00:05.718Z | Aug 14 12:00:04.225 freemap_route_ipv4unit |
| 2973 | 2026-08-14T12:00:05.718Z | :Aug 14 12:00:04.225 DEBGAug 14 12:00:04.225 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 } }]DEBG |
| 2974 | 2026-08-14T12:00:05.718Z | Aug 14 12:00:04.225 |
| 2975 | 2026-08-14T12:00:05.718Z | DEBGDEBGcreated new freemap Aug 14 12:00:04.225Aug 14 12:00:04.225, DEBGunit reset freemap , 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 } }] DEBGfreemap_route_ipv6 |
| 2976 | 2026-08-14T12:00:05.718Z | reset freemap unit |
| 2977 | 2026-08-14T12:00:05.718Z | : adding route 3fff:beef:39::/64 -> 2001:db8::55:ffinitted freemap. size: 64, Aug 14 12:00:04.225unit:freemap_route_ipv4 |
| 2978 | 2026-08-14T12:00:05.718Z | |
| 2979 | 2026-08-14T12:00:05.718Z | freemap_route_ipv4 |
| 2980 | 2026-08-14T12:00:05.718Z | INFO, unit Aug 14 12:00:04.225: freemap_route_ipv4adding route 172.16.0.0/32 -> 10.0.0.2Aug 14 12:00:04.225 Aug 14 12:00:04.225Aug 14 12:00:04.225 |
| 2981 | 2026-08-14T12:00:05.718Z | DEBG |
| 2982 | 2026-08-14T12:00:05.718Z | initted freemap. size: 64 Aug 14 12:00:04.225DEBG DEBGAug 14 12:00:04.225, DEBG DEBG unit :replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] initted freemap. size: 64freemap_route_ipv6initted freemap. size: 64 |
| 2983 | 2026-08-14T12:00:05.718Z | , |
| 2984 | 2026-08-14T12:00:05.718Z | unit:, unit 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 } }]: |
| 2985 | 2026-08-14T12:00:05.718Z | freemap_route_ipv4DEBG |
| 2986 | 2026-08-14T12:00:05.718Z | Aug 14 12:00:04.225freemap_route_ipv6 |
| 2987 | 2026-08-14T12:00:05.718Z | DEBGAug 14 12:00:04.225reset freemap Aug 14 12:00:04.225 DEBGINFO reset freemapadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff, |
| 2988 | 2026-08-14T12:00:05.718Z | unit: freemap_route_ipv4 |
| 2989 | 2026-08-14T12:00:05.718Z | Aug 14 12:00:04.225 DEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:04.225 |
| 2990 | 2026-08-14T12:00:05.723Z | DEBG initted freemap. size: 64, Aug 14 12:00:04.225unit :INFO freemap_route_ipv6adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 2991 | 2026-08-14T12:00:05.723Z | |
| 2992 | 2026-08-14T12:00:05.723Z | Aug 14 12:00:04.225Aug 14 12:00:04.225 DEBGDEBG reset freemapreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 2993 | 2026-08-14T12:00:05.723Z | unit: freemap_route_ipv6 |
| 2994 | 2026-08-14T12:00:05.723Z | Aug 14 12:00:04.225 INFOAug 14 12:00:04.225 Aug 14 12:00:04.225INFO |
| 2995 | 2026-08-14T12:00:05.723Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 2996 | 2026-08-14T12:00:05.723Z | adding route 172.16.0.0/32 -> 10.0.0.3INFO |
| 2997 | 2026-08-14T12:00:05.723Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 14 12:00:04.225 |
| 2998 | 2026-08-14T12:00:05.723Z | Aug 14 12:00:04.225 Aug 14 12:00:04.225DEBGINFO 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 14 12:00:04.225 |
| 2999 | 2026-08-14T12:00:05.723Z | DEBG DEBGreset freemap Aug 14 12:00:04.225, Aug 14 12:00:04.225unit :INFOadding route 172.17.0.3/32 -> 10.0.0.255 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] adding route 3fff:beef:3d::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 3000 | 2026-08-14T12:00:05.723Z | DEBG |
| 3001 | 2026-08-14T12:00:05.723Z | |
| 3002 | 2026-08-14T12:00:05.723Z | |
| 3003 | 2026-08-14T12:00:05.723Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3004 | 2026-08-14T12:00:05.723Z | Aug 14 12:00:04.225 Aug 14 12:00:04.225Aug 14 12:00:04.225DEBG INFOreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:04.225 |
| 3005 | 2026-08-14T12:00:05.723Z | Aug 14 12:00:04.225DEBG INFO replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3006 | 2026-08-14T12:00:05.723Z | Aug 14 12:00:04.225 |
| 3007 | 2026-08-14T12:00:05.723Z | INFOadding route 172.16.0.0/32 -> 10.0.0.4 |
| 3008 | 2026-08-14T12:00:05.723Z | DEBGadding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 14 12:00:04.225Aug 14 12:00:04.225 |
| 3009 | 2026-08-14T12:00:05.723Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] DEBGINFO Aug 14 12:00:04.225 adding route 172.17.0.4/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3010 | 2026-08-14T12:00:05.723Z | Aug 14 12:00:04.225 |
| 3011 | 2026-08-14T12:00:05.723Z | |
| 3012 | 2026-08-14T12:00:05.723Z | 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 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 14 12:00:04.225 |
| 3013 | 2026-08-14T12:00:05.723Z | Aug 14 12:00:04.225 |
| 3014 | 2026-08-14T12:00:05.723Z | INFOAug 14 12:00:04.225DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 3015 | 2026-08-14T12:00:05.723Z | 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 14 12:00:04.225 |
| 3016 | 2026-08-14T12:00:05.723Z | |
| 3017 | 2026-08-14T12:00:05.723Z | INFOAug 14 12:00:04.225 adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffAug 14 12:00:04.225 |
| 3018 | 2026-08-14T12:00:05.724Z | DEBGINFO adding route 172.17.0.5/32 -> 10.0.0.255replacing 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 } }] |
| 3019 | 2026-08-14T12:00:05.724Z | Aug 14 12:00:04.225 |
| 3020 | 2026-08-14T12:00:05.724Z | DEBG Aug 14 12:00:04.225replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 14 12:00:04.225INFO DEBGreset freemapadding route 3fff:dead::/64 -> 2001:db8::55:1 , |
| 3021 | 2026-08-14T12:00:05.724Z | unit |
| 3022 | 2026-08-14T12:00:05.724Z | :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 } }] |
| 3023 | 2026-08-14T12:00:05.724Z | freemap_route_ipv6 |
| 3024 | 2026-08-14T12:00:05.724Z | Aug 14 12:00:04.225Aug 14 12:00:04.225 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }] |
| 3025 | 2026-08-14T12:00:05.724Z | |
| 3026 | 2026-08-14T12:00:05.724Z | Aug 14 12:00:04.225 INFO Aug 14 12:00:04.225adding route 172.17.0.6/32 -> 10.0.0.255 |
| 3027 | 2026-08-14T12:00:05.724Z | DEBGAug 14 12:00:04.225 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFOAug 14 12:00:04.225 |
| 3028 | 2026-08-14T12:00:05.724Z | adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 3029 | 2026-08-14T12:00:05.724Z | 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 } }] |
| 3030 | 2026-08-14T12:00:05.724Z | , Aug 14 12:00:04.225unit :Aug 14 12:00:04.225DEBG Aug 14 12:00:04.225 failed to allocate space for the new target listAug 14 12:00:04.225freemap_route_ipv4 |
| 3031 | 2026-08-14T12:00:05.724Z | |
| 3032 | 2026-08-14T12:00:05.724Z | INFO INFOadding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 3033 | 2026-08-14T12:00:05.724Z | Aug 14 12:00:04.225 DEBGadding route 172.17.0.7/32 -> 10.0.0.255 initted freemap. size: 64 |
| 3034 | 2026-08-14T12:00:05.724Z | , unit: 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 } }] |
| 3035 | 2026-08-14T12:00:05.724Z | Aug 14 12:00:04.225Aug 14 12:00:04.225 INFODEBG adding route 3fff:beef::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3036 | 2026-08-14T12:00:05.724Z | |
| 3037 | 2026-08-14T12:00:05.724Z | freemap_route_ipv6Aug 14 12:00:04.225 |
| 3038 | 2026-08-14T12:00:05.724Z | Aug 14 12:00:04.225Aug 14 12:00:04.225Aug 14 12:00:04.225 DEBG DEBG DEBGreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 3039 | 2026-08-14T12:00:05.724Z | replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3040 | 2026-08-14T12:00:05.724Z | reset freemap |
| 3041 | 2026-08-14T12:00:05.724Z | , Aug 14 12:00:04.225unit :INFOAug 14 12:00:04.225 freemap_route_ipv6 Aug 14 12:00:04.225adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 3042 | 2026-08-14T12:00:05.724Z | |
| 3043 | 2026-08-14T12:00:05.724Z | INFO DEBGadding route 172.17.0.8/32 -> 10.0.0.255 |
| 3044 | 2026-08-14T12:00:05.724Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 14 12:00:04.225 |
| 3045 | 2026-08-14T12:00:05.724Z | Aug 14 12:00:04.225 INFODEBG 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 |
| 3046 | 2026-08-14T12:00:05.724Z | Aug 14 12:00:04.225Aug 14 12:00:04.225 INFODEBG |
| 3047 | 2026-08-14T12:00:05.724Z | replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 14 12:00:04.225 |
| 3048 | 2026-08-14T12:00:05.724Z | adding route 172.17.0.0/32 -> 10.0.0.255Aug 14 12:00:04.225INFO |
| 3049 | 2026-08-14T12:00:05.724Z | DEBGAug 14 12:00:04.225 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 3050 | 2026-08-14T12:00:05.724Z | |
| 3051 | 2026-08-14T12:00:05.724Z | adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3052 | 2026-08-14T12:00:05.724Z | Aug 14 12:00:04.225Aug 14 12:00:04.225Aug 14 12:00:04.225 DEBGDEBG INFO replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }] |
| 3053 | 2026-08-14T12:00:05.724Z | |
| 3054 | 2026-08-14T12:00:05.724Z | |
| 3055 | 2026-08-14T12:00:05.724Z | Aug 14 12:00:04.225Aug 14 12:00:04.225Aug 14 12:00:04.225 Aug 14 12:00:04.225 INFO 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 } }] |
| 3056 | 2026-08-14T12:00:05.724Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3057 | 2026-08-14T12:00:05.725Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 3058 | 2026-08-14T12:00:05.725Z | DEBGAug 14 12:00:04.225 INFOreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3059 | 2026-08-14T12:00:05.725Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 14 12:00:04.225 |
| 3060 | 2026-08-14T12:00:05.725Z | Aug 14 12:00:04.225DEBG 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 } }]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 14 12:00:04.225 |
| 3061 | 2026-08-14T12:00:05.725Z | |
| 3062 | 2026-08-14T12:00:05.725Z | INFO Aug 14 12:00:04.225adding route 172.17.0.1/32 -> 10.0.0.255 |
| 3063 | 2026-08-14T12:00:05.725Z | DEBGAug 14 12:00:04.225Aug 14 12:00:04.225 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 } }] |
| 3064 | 2026-08-14T12:00:05.725Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ffINFOAug 14 12:00:04.225 |
| 3065 | 2026-08-14T12:00:05.725Z | adding route 172.17.0.11/32 -> 10.0.0.255DEBG |
| 3066 | 2026-08-14T12:00:05.725Z | Aug 14 12:00:04.225 INFOAug 14 12:00:04.225replacing 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 14 12:00:04.225 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG |
| 3067 | 2026-08-14T12:00:05.725Z | |
| 3068 | 2026-08-14T12:00:05.725Z | 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 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 } }] |
| 3069 | 2026-08-14T12:00:05.725Z | |
| 3070 | 2026-08-14T12:00:05.725Z | Aug 14 12:00:04.231Aug 14 12:00:04.231 INFOAug 14 12:00:04.231Aug 14 12:00:04.231DEBG 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 } }] |
| 3071 | 2026-08-14T12:00:05.725Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 3072 | 2026-08-14T12:00:05.725Z | INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 172.17.0.2/32 -> 10.0.0.255 |
| 3073 | 2026-08-14T12:00:05.725Z | Aug 14 12:00:04.232 |
| 3074 | 2026-08-14T12:00:05.725Z | 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 14 12:00:04.232Aug 14 12:00:04.232Aug 14 12:00:04.232 DEBG |
| 3075 | 2026-08-14T12:00:05.725Z | 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 } }] |
| 3076 | 2026-08-14T12:00:05.725Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 14 12:00:04.232replacing 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 } }] |
| 3077 | 2026-08-14T12:00:05.725Z | |
| 3078 | 2026-08-14T12:00:05.725Z | INFO Aug 14 12:00:04.232adding route 172.17.0.13/32 -> 10.0.0.255 |
| 3079 | 2026-08-14T12:00:05.725Z | Aug 14 12:00:04.232INFO Aug 14 12:00:04.232 adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 3080 | 2026-08-14T12:00:05.725Z | DEBG Aug 14 12:00:04.232replacing 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 |
| 3081 | 2026-08-14T12:00:05.725Z | Aug 14 12:00:04.232adding route 172.17.0.3/32 -> 10.0.0.255replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3082 | 2026-08-14T12:00:05.725Z | |
| 3083 | 2026-08-14T12:00:05.725Z | DEBGAug 14 12:00:04.232 Aug 14 12:00:04.232 DEBGINFO Aug 14 12:00:04.232replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.14/32 -> 10.0.0.255adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 3084 | 2026-08-14T12:00:05.725Z | |
| 3085 | 2026-08-14T12:00:05.725Z | |
| 3086 | 2026-08-14T12:00:05.725Z | |
| 3087 | 2026-08-14T12:00:05.725Z | Aug 14 12:00:04.232Aug 14 12:00:04.232 DEBGAug 14 12:00:04.232 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 |
| 3088 | 2026-08-14T12:00:05.725Z | DEBGAug 14 12:00:04.232 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 } }] |
| 3089 | 2026-08-14T12:00:05.725Z | INFOadding route 172.17.0.4/32 -> 10.0.0.255 adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 3090 | 2026-08-14T12:00:05.731Z | |
| 3091 | 2026-08-14T12:00:05.732Z | Aug 14 12:00:04.232Aug 14 12:00:04.232 INFO INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 172.17.0.15/32 -> 10.0.0.255 |
| 3092 | 2026-08-14T12:00:05.732Z | |
| 3093 | 2026-08-14T12:00:05.732Z | Aug 14 12:00:04.232Aug 14 12:00:04.232 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 } }]DEBGAug 14 12:00:04.232 |
| 3094 | 2026-08-14T12:00:05.732Z | Aug 14 12:00:04.232 DEBG DEBGAug 14 12:00:04.232replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3095 | 2026-08-14T12:00:05.732Z | 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 } }] |
| 3096 | 2026-08-14T12:00:05.732Z | INFO |
| 3097 | 2026-08-14T12:00:05.732Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 3098 | 2026-08-14T12:00:05.732Z | Aug 14 12:00:04.232Aug 14 12:00:04.232 INFO INFOAug 14 12:00:04.232adding route 172.17.0.5/32 -> 10.0.0.255 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 3099 | 2026-08-14T12:00:05.732Z | adding route 172.17.0.16/32 -> 10.0.0.255Aug 14 12:00:04.226 |
| 3100 | 2026-08-14T12:00:05.732Z | |
| 3101 | 2026-08-14T12:00:05.732Z | Aug 14 12:00:04.232 Aug 14 12:00:04.232DEBGDEBG Aug 14 12:00:04.232 replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGDEBG 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 } }], |
| 3102 | 2026-08-14T12:00:05.732Z | |
| 3103 | 2026-08-14T12:00:05.732Z | Aug 14 12:00:04.232replacing 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 } }] unitDEBG |
| 3104 | 2026-08-14T12:00:05.732Z | :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 } }] |
| 3105 | 2026-08-14T12:00:05.732Z | Aug 14 12:00:04.232freemap_route_ipv4 INFOAug 14 12:00:04.232 |
| 3106 | 2026-08-14T12:00:05.732Z | Aug 14 12:00:04.232INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 3107 | 2026-08-14T12:00:05.732Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFO |
| 3108 | 2026-08-14T12:00:05.732Z | adding route 172.17.0.6/32 -> 10.0.0.255Aug 14 12:00:04.232 |
| 3109 | 2026-08-14T12:00:05.732Z | DEBG Aug 14 12:00:04.232Aug 14 12:00:04.232Aug 14 12:00:04.232 Aug 14 12:00:04.226replacing 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 } }] DEBGINFO |
| 3110 | 2026-08-14T12:00:05.732Z | DEBG adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3111 | 2026-08-14T12:00:05.732Z | created new freemapAug 14 12:00:04.232, 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 } }]unitAug 14 12:00:04.232: |
| 3112 | 2026-08-14T12:00:05.732Z | INFO Aug 14 12:00:04.232 adding route 3fff:beef:a::/64 -> 2001:db8::55:ff DEBGAug 14 12:00:04.232DEBGDEBGfreemap_route_ipv4 |
| 3113 | 2026-08-14T12:00:05.732Z | |
| 3114 | 2026-08-14T12:00:05.732Z | created new freemap replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3115 | 2026-08-14T12:00:05.732Z | Aug 14 12:00:04.232 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG |
| 3116 | 2026-08-14T12:00:05.732Z | 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 14 12:00:04.232Aug 14 12:00:04.232 DEBG |
| 3117 | 2026-08-14T12:00:05.732Z | INFOreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3118 | 2026-08-14T12:00:05.732Z | adding route 172.17.0.18/32 -> 10.0.0.255created new freemap, |
| 3119 | 2026-08-14T12:00:05.732Z | unit, Aug 14 12:00:04.232:unitAug 14 12:00:04.232 :Aug 14 12:00:04.232 INFOINFOfreemap_route_ipv6 DEBG |
| 3120 | 2026-08-14T12:00:05.732Z | Aug 14 12:00:04.232adding route 172.17.0.7/32 -> 10.0.0.255adding route 3fff:beef:b::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 3121 | 2026-08-14T12:00:05.732Z | |
| 3122 | 2026-08-14T12:00:05.732Z | 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 } }] |
| 3123 | 2026-08-14T12:00:05.732Z | Aug 14 12:00:04.232 DEBGDEBG Aug 14 12:00:04.232Aug 14 12:00:04.232replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 3124 | 2026-08-14T12:00:05.732Z | initted freemap. size: 64adding route 3fff:beef:33::/64 -> 2001:db8::55:ff, |
| 3125 | 2026-08-14T12:00:05.732Z | unitDEBGAug 14 12:00:04.232 |
| 3126 | 2026-08-14T12:00:05.732Z | : freemap_route_ipv4Aug 14 12:00:04.232Aug 14 12:00:04.232 |
| 3127 | 2026-08-14T12:00:05.732Z | DEBGINFO 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 } }]initted freemap. size: 64 , |
| 3128 | 2026-08-14T12:00:05.733Z | unit 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 14 12:00:04.232adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3129 | 2026-08-14T12:00:05.733Z | : |
| 3130 | 2026-08-14T12:00:05.733Z | DEBGAug 14 12:00:04.232freemap_route_ipv4 Aug 14 12:00:04.232INFOreplacing 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 } }] |
| 3131 | 2026-08-14T12:00:05.733Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 14 12:00:04.232INFOAug 14 12:00:04.232 |
| 3132 | 2026-08-14T12:00:05.733Z | DEBG DEBG reset freemap replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 3133 | 2026-08-14T12:00:05.733Z | |
| 3134 | 2026-08-14T12:00:05.733Z | Aug 14 12:00:04.232, unit |
| 3135 | 2026-08-14T12:00:05.733Z | DEBG:Aug 14 12:00:04.232 Aug 14 12:00:04.232freemap_route_ipv4 |
| 3136 | 2026-08-14T12:00:05.733Z | 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 14 12:00:04.232 |
| 3137 | 2026-08-14T12:00:05.733Z | INFO replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.20/32 -> 10.0.0.255 |
| 3138 | 2026-08-14T12:00:05.733Z | |
| 3139 | 2026-08-14T12:00:05.733Z | Aug 14 12:00:04.232Aug 14 12:00:04.232 DEBGAug 14 12:00:04.232INFO DEBGAug 14 12:00:04.232 replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff initted freemap. size: 64 |
| 3140 | 2026-08-14T12:00:05.733Z | |
| 3141 | 2026-08-14T12:00:05.733Z | INFO Aug 14 12:00:04.232adding route 3fff:beef:35::/64 -> 2001:db8::55:ff, |
| 3142 | 2026-08-14T12:00:05.733Z | unitAug 14 12:00:04.232 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 } }]DEBGAug 14 12:00:04.232 reset freemapfreemap_route_ipv6INFO, |
| 3143 | 2026-08-14T12:00:05.733Z | Aug 14 12:00:04.232unit |
| 3144 | 2026-08-14T12:00:05.733Z | adding route 172.17.0.21/32 -> 10.0.0.255DEBG Aug 14 12:00:04.232replacing 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 } }] |
| 3145 | 2026-08-14T12:00:05.733Z | |
| 3146 | 2026-08-14T12:00:05.733Z | Aug 14 12:00:04.232: DEBGINFO freemap_route_ipv4Aug 14 12:00:04.232adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreset freemapAug 14 12:00:04.232 , INFOunit DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff: |
| 3147 | 2026-08-14T12:00:05.733Z | |
| 3148 | 2026-08-14T12:00:05.733Z | 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 } }] |
| 3149 | 2026-08-14T12:00:05.733Z | test route::tests::grow_succeeds ... ok |
| 3150 | 2026-08-14T12:00:05.733Z | |
| 3151 | 2026-08-14T12:00:05.733Z | freemap_route_ipv6Aug 14 12:00:04.232 |
| 3152 | 2026-08-14T12:00:05.733Z | DEBGAug 14 12:00:04.232Aug 14 12:00:04.232 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 14 12:00:04.232DEBG |
| 3153 | 2026-08-14T12:00:05.733Z | DEBGinitted freemap. size: 64 INFO, replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3154 | 2026-08-14T12:00:05.733Z | Aug 14 12:00:04.232adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3155 | 2026-08-14T12:00:05.733Z | INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 14 12:00:04.232unit Aug 14 12:00:04.232Aug 14 12:00:04.232 |
| 3156 | 2026-08-14T12:00:05.733Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 3157 | 2026-08-14T12:00:05.733Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 3158 | 2026-08-14T12:00:05.733Z | DEBGINFO : replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 14 12:00:04.232adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 3159 | 2026-08-14T12:00:05.733Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3160 | 2026-08-14T12:00:05.733Z | freemap_route_ipv6 |
| 3161 | 2026-08-14T12:00:05.733Z | DEBG |
| 3162 | 2026-08-14T12:00:05.733Z | 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 } }] |
| 3163 | 2026-08-14T12:00:05.733Z | Aug 14 12:00:04.232Aug 14 12:00:04.232 Aug 14 12:00:04.226DEBG 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 |
| 3164 | 2026-08-14T12:00:05.733Z | Aug 14 12:00:04.232Aug 14 12:00:04.232INFOAug 14 12:00:04.232 adding route 172.17.0.23/32 -> 10.0.0.255DEBGDEBG |
| 3165 | 2026-08-14T12:00:05.733Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] created new freemap |
| 3166 | 2026-08-14T12:00:05.733Z | reset freemap, , unit: INFOunit Aug 14 12:00:04.232Aug 14 12:00:04.232adding route 3fff:beef:10::/64 -> 2001:db8::55:ff Aug 14 12:00:04.232INFOfreemap_route_ipv4 DEBG |
| 3167 | 2026-08-14T12:00:05.733Z | INFO adding route 172.17.0.0/32 -> 10.0.0.255: |
| 3168 | 2026-08-14T12:00:05.734Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 3169 | 2026-08-14T12:00:05.734Z | 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 } }] |
| 3170 | 2026-08-14T12:00:05.734Z | freemap_route_ipv6 |
| 3171 | 2026-08-14T12:00:05.734Z | Aug 14 12:00:04.232Aug 14 12:00:04.232 DEBG |
| 3172 | 2026-08-14T12:00:05.734Z | Aug 14 12:00:04.232Aug 14 12:00:04.232 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 } }]Aug 14 12:00:04.232 DEBG |
| 3173 | 2026-08-14T12:00:05.734Z | INFO adding route 172.17.0.24/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 } }] |
| 3174 | 2026-08-14T12:00:05.734Z | DEBGAug 14 12:00:04.232created new freemap Aug 14 12:00:04.232 |
| 3175 | 2026-08-14T12:00:05.734Z | , unitINFOINFO: 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 14 12:00:04.232 Aug 14 12:00:04.232adding route 3fff:beef:11::/64 -> 2001:db8::55:ff freemap_route_ipv6INFO |
| 3176 | 2026-08-14T12:00:05.734Z | |
| 3177 | 2026-08-14T12:00:05.734Z | |
| 3178 | 2026-08-14T12:00:05.734Z | DEBG adding route 172.17.0.1/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3179 | 2026-08-14T12:00:05.734Z | |
| 3180 | 2026-08-14T12:00:05.734Z | 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 14 12:00:04.232 |
| 3181 | 2026-08-14T12:00:05.734Z | Aug 14 12:00:04.232 Aug 14 12:00:04.232INFO DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 14 12:00:04.232 DEBG Aug 14 12:00:04.232 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 } }]DEBG |
| 3182 | 2026-08-14T12:00:05.734Z | initted freemap. size: 64replacing 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 14 12:00:04.232 |
| 3183 | 2026-08-14T12:00:05.734Z | |
| 3184 | 2026-08-14T12:00:05.734Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 14 12:00:04.232, unitDEBGAug 14 12:00:04.232Aug 14 12:00:04.232 INFOreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 3185 | 2026-08-14T12:00:05.734Z | INFOadding route 172.17.0.25/32 -> 10.0.0.255: |
| 3186 | 2026-08-14T12:00:05.734Z | adding route 172.17.0.2/32 -> 10.0.0.255freemap_route_ipv4 |
| 3187 | 2026-08-14T12:00:05.734Z | |
| 3188 | 2026-08-14T12:00:05.734Z | Aug 14 12:00:04.232 Aug 14 12:00:04.232INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 3189 | 2026-08-14T12:00:05.734Z | |
| 3190 | 2026-08-14T12:00:05.738Z | Aug 14 12:00:04.232Aug 14 12:00:04.232 |
| 3191 | 2026-08-14T12:00:05.738Z | DEBG Aug 14 12:00:04.232reset freemap 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 } }], unitDEBG: 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 } }] freemap_route_ipv4 |
| 3192 | 2026-08-14T12:00:05.738Z | Aug 14 12:00:04.232 |
| 3193 | 2026-08-14T12:00:05.738Z | Aug 14 12:00:04.238 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 } }]initted freemap. size: 64 |
| 3194 | 2026-08-14T12:00:05.738Z | , Aug 14 12:00:04.238unit :INFO freemap_route_ipv6 |
| 3195 | 2026-08-14T12:00:05.738Z | Aug 14 12:00:04.238 INFOINFO adding route 172.17.0.8/32 -> 10.0.0.255adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 3196 | 2026-08-14T12:00:05.738Z | |
| 3197 | 2026-08-14T12:00:05.738Z | Aug 14 12:00:04.238 Aug 14 12:00:04.232DEBGAug 14 12:00:04.238 DEBGreset freemapAug 14 12:00:04.238 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 } }]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 } }] unitreplacing 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 } }] |
| 3198 | 2026-08-14T12:00:05.739Z | : |
| 3199 | 2026-08-14T12:00:05.739Z | |
| 3200 | 2026-08-14T12:00:05.739Z | freemap_route_ipv6 |
| 3201 | 2026-08-14T12:00:05.739Z | Aug 14 12:00:04.238 INFO adding route 172.17.0.3/32 -> 10.0.0.255Aug 14 12:00:04.238 |
| 3202 | 2026-08-14T12:00:05.739Z | |
| 3203 | 2026-08-14T12:00:05.739Z | Aug 14 12:00:04.238 INFO Aug 14 12:00:04.238adding route 3fff:beef:14::/64 -> 2001:db8::55:ff INFOAug 14 12:00:04.238 |
| 3204 | 2026-08-14T12:00:05.739Z | INFO adding route 172.17.0.9/32 -> 10.0.0.255DEBG |
| 3205 | 2026-08-14T12:00:05.739Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3206 | 2026-08-14T12:00:05.739Z | 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 14 12:00:04.238 |
| 3207 | 2026-08-14T12:00:05.739Z | DEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:04.238 |
| 3208 | 2026-08-14T12:00:05.739Z | DEBGAug 14 12:00:04.238 Aug 14 12:00:04.238replacing 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 14 12:00:04.238 |
| 3209 | 2026-08-14T12:00:05.739Z | INFO INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff DEBGadding route 172.17.0.4/32 -> 10.0.0.255 |
| 3210 | 2026-08-14T12:00:05.739Z | |
| 3211 | 2026-08-14T12:00:05.739Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 14 12:00:04.238 |
| 3212 | 2026-08-14T12:00:05.739Z | Aug 14 12:00:04.238INFO DEBGAug 14 12:00:04.238adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3213 | 2026-08-14T12:00:05.739Z | 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 } }]DEBGAug 14 12:00:04.238 |
| 3214 | 2026-08-14T12:00:05.739Z | 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 |
| 3215 | 2026-08-14T12:00:05.739Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 14 12:00:04.238Aug 14 12:00:04.238Aug 14 12:00:04.238 INFODEBG |
| 3216 | 2026-08-14T12:00:05.739Z | 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:beef:16::/64 -> 2001:db8::55:ff |
| 3217 | 2026-08-14T12:00:05.739Z | |
| 3218 | 2026-08-14T12:00:05.739Z | INFO Aug 14 12:00:04.238Aug 14 12:00:04.238 adding route 172.17.0.5/32 -> 10.0.0.255DEBGAug 14 12:00:04.225 |
| 3219 | 2026-08-14T12:00:05.739Z | Aug 14 12:00:04.238 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 14 12:00:04.238DEBG |
| 3220 | 2026-08-14T12:00:05.739Z | INFOreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3221 | 2026-08-14T12:00:05.739Z | adding route 172.17.0.11/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 3222 | 2026-08-14T12:00:05.739Z | |
| 3223 | 2026-08-14T12:00:05.739Z | Aug 14 12:00:04.238DEBG Aug 14 12:00:04.238replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:04.238 INFODEBG |
| 3224 | 2026-08-14T12:00:05.739Z | Aug 14 12:00:04.238adding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO |
| 3225 | 2026-08-14T12:00:05.739Z | replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3 DEBG |
| 3226 | 2026-08-14T12:00:05.739Z | |
| 3227 | 2026-08-14T12:00:05.739Z | Aug 14 12:00:04.238replacing targets for 3fff:dead::/64 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 } }] |
| 3228 | 2026-08-14T12:00:05.739Z | DEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:04.238 |
| 3229 | 2026-08-14T12:00:05.739Z | INFOAug 14 12:00:04.238 Aug 14 12:00:04.238adding route 172.17.0.6/32 -> 10.0.0.255 |
| 3230 | 2026-08-14T12:00:05.739Z | DEBGWARN Aug 14 12:00:04.238Aug 14 12:00:04.238shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3231 | 2026-08-14T12:00:05.739Z | |
| 3232 | 2026-08-14T12:00:05.739Z | INFOINFO Aug 14 12:00:04.238Aug 14 12:00:04.238Aug 14 12:00:04.238 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 172.17.0.12/32 -> 10.0.0.255ERRO |
| 3233 | 2026-08-14T12:00:05.740Z | INFO |
| 3234 | 2026-08-14T12:00:05.740Z | rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3235 | 2026-08-14T12:00:05.740Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 14 12:00:04.238 |
| 3236 | 2026-08-14T12:00:05.740Z | DEBGAug 14 12:00:04.238 DEBGreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:04.238 |
| 3237 | 2026-08-14T12:00:05.740Z | Aug 14 12:00:04.238 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 } }]DEBG DEBGERRO |
| 3238 | 2026-08-14T12:00:05.740Z | 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 itreplacing 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 } }] |
| 3239 | 2026-08-14T12:00:05.740Z | |
| 3240 | 2026-08-14T12:00:05.740Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 14 12:00:04.238Aug 14 12:00:04.238 INFOINFOAug 14 12:00:04.238 |
| 3241 | 2026-08-14T12:00:05.740Z | adding route 172.17.0.7/32 -> 10.0.0.255 INFO |
| 3242 | 2026-08-14T12:00:05.740Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 3243 | 2026-08-14T12:00:05.740Z | adding route 172.17.0.13/32 -> 10.0.0.255 |
| 3244 | 2026-08-14T12:00:05.740Z | Aug 14 12:00:04.238Aug 14 12:00:04.238 Aug 14 12:00:04.238Aug 14 12:00:04.238DEBGDEBG 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 } }]DEBGDEBG |
| 3245 | 2026-08-14T12:00:05.740Z | replacing targets for 3fff:dead::/64 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: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 } }] |
| 3246 | 2026-08-14T12:00:05.740Z | 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 } }] |
| 3247 | 2026-08-14T12:00:05.740Z | |
| 3248 | 2026-08-14T12:00:05.740Z | Aug 14 12:00:04.238 Aug 14 12:00:04.238INFO Aug 14 12:00:04.238INFO adding route 172.17.0.8/32 -> 10.0.0.255adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 3249 | 2026-08-14T12:00:05.740Z | Aug 14 12:00:04.238WARN |
| 3250 | 2026-08-14T12:00:05.740Z | INFOshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3251 | 2026-08-14T12:00:05.740Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3252 | 2026-08-14T12:00:05.740Z | Aug 14 12:00:04.238 DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:04.238 |
| 3253 | 2026-08-14T12:00:05.740Z | 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 } }] |
| 3254 | 2026-08-14T12:00:05.740Z | Aug 14 12:00:04.238Aug 14 12:00:04.238 INFODEBGAug 14 12:00:04.238 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 3255 | 2026-08-14T12:00:05.740Z | |
| 3256 | 2026-08-14T12:00:05.740Z | INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 3257 | 2026-08-14T12:00:05.740Z | Aug 14 12:00:04.238 DEBG Aug 14 12:00:04.238replacing 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 14 12:00:04.238 INFODEBG |
| 3258 | 2026-08-14T12:00:05.740Z | adding route 172.17.0.9/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 } }] |
| 3259 | 2026-08-14T12:00:05.740Z | |
| 3260 | 2026-08-14T12:00:05.740Z | Aug 14 12:00:04.239 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 3261 | 2026-08-14T12:00:05.740Z | Aug 14 12:00:04.239 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 } }] |
| 3262 | 2026-08-14T12:00:05.740Z | Aug 14 12:00:04.239 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 } }] |
| 3263 | 2026-08-14T12:00:05.740Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 3264 | 2026-08-14T12:00:05.740Z | Aug 14 12:00:04.239 INFO adding route 172.17.0.10/32 -> 10.0.0.255Aug 14 12:00:04.239 |
| 3265 | 2026-08-14T12:00:05.740Z | Aug 14 12:00:04.239INFO INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 3266 | 2026-08-14T12:00:05.740Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3267 | 2026-08-14T12:00:05.740Z | Aug 14 12:00:04.239 DEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:04.239 replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:04.239DEBG |
| 3268 | 2026-08-14T12:00:05.740Z | DEBG |
| 3269 | 2026-08-14T12:00:05.740Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 3270 | 2026-08-14T12:00:05.740Z | 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 } }] |
| 3271 | 2026-08-14T12:00:05.740Z | 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 } }] |
| 3272 | 2026-08-14T12:00:05.740Z | Aug 14 12:00:04.239 INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 3273 | 2026-08-14T12:00:05.741Z | Aug 14 12:00:04.239Aug 14 12:00:04.239 INFOINFO Aug 14 12:00:04.239Aug 14 12:00:04.239 INFODEBG adding route 172.17.0.17/32 -> 10.0.0.255adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 3274 | 2026-08-14T12:00:05.741Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 3275 | 2026-08-14T12:00:05.741Z | 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 } }] |
| 3276 | 2026-08-14T12:00:05.741Z | |
| 3277 | 2026-08-14T12:00:05.741Z | Aug 14 12:00:04.239Aug 14 12:00:04.239 Aug 14 12:00:04.239 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 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 |
| 3278 | 2026-08-14T12:00:05.741Z | |
| 3279 | 2026-08-14T12:00:05.741Z | 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 14 12:00:04.239 |
| 3280 | 2026-08-14T12:00:05.741Z | INFOAug 14 12:00:04.239 adding route 172.17.0.12/32 -> 10.0.0.255INFOAug 14 12:00:04.239 |
| 3281 | 2026-08-14T12:00:05.741Z | INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 3282 | 2026-08-14T12:00:05.741Z | adding route 172.17.0.18/32 -> 10.0.0.255Aug 14 12:00:04.239 |
| 3283 | 2026-08-14T12:00:05.741Z | INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 3284 | 2026-08-14T12:00:05.741Z | Aug 14 12:00:04.239Aug 14 12:00:04.239 adding route 172.17.0.26/32 -> 10.0.0.255DEBGDEBG |
| 3285 | 2026-08-14T12:00:05.741Z | Aug 14 12:00:04.239Aug 14 12:00:04.239 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 } }] |
| 3286 | 2026-08-14T12:00:05.741Z | DEBGreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3287 | 2026-08-14T12:00:05.741Z | replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 3288 | 2026-08-14T12:00:05.741Z | Aug 14 12:00:04.239Aug 14 12:00:04.239 |
| 3289 | 2026-08-14T12:00:05.741Z | DEBGINFOAug 14 12:00:04.239 adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 3290 | 2026-08-14T12:00:05.745Z | failed to allocate space for the new target listDEBG |
| 3291 | 2026-08-14T12:00:05.745Z | 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 } }] |
| 3292 | 2026-08-14T12:00:05.745Z | Aug 14 12:00:04.239Aug 14 12:00:04.239 Aug 14 12:00:04.239Aug 14 12:00:04.239 INFOINFO DEBGadding route 172.17.0.13/32 -> 10.0.0.255adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3293 | 2026-08-14T12:00:05.745Z | |
| 3294 | 2026-08-14T12:00:05.745Z | 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 } }] |
| 3295 | 2026-08-14T12:00:05.745Z | DEBGAug 14 12:00:04.239 Aug 14 12:00:04.239Aug 14 12:00:04.239 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG 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 } }] |
| 3296 | 2026-08-14T12:00:05.745Z | INFOAug 14 12:00:04.239 DEBGadding route 172.17.0.27/32 -> 10.0.0.255 |
| 3297 | 2026-08-14T12:00:05.745Z | 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 14 12:00:04.245 |
| 3298 | 2026-08-14T12:00:05.745Z | INFO adding route 172.17.0.20/32 -> 10.0.0.255Aug 14 12:00:04.245 |
| 3299 | 2026-08-14T12:00:05.745Z | |
| 3300 | 2026-08-14T12:00:05.745Z | Aug 14 12:00:04.245 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.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 } }] |
| 3301 | 2026-08-14T12:00:05.745Z | |
| 3302 | 2026-08-14T12:00:05.745Z | Aug 14 12:00:04.245 INFOAug 14 12:00:04.245Aug 14 12:00:04.245 INFOINFO Aug 14 12:00:04.239 adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3303 | 2026-08-14T12:00:05.746Z | adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.14/32 -> 10.0.0.255DEBG |
| 3304 | 2026-08-14T12:00:05.746Z | created new freemap |
| 3305 | 2026-08-14T12:00:05.746Z | Aug 14 12:00:04.245, Aug 14 12:00:04.245DEBG 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 } }] |
| 3306 | 2026-08-14T12:00:05.746Z | unitreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: |
| 3307 | 2026-08-14T12:00:05.746Z | freemap_route_ipv4Aug 14 12:00:04.245 INFO adding route 172.17.0.22/32 -> 10.0.0.255Aug 14 12:00:04.239 |
| 3308 | 2026-08-14T12:00:05.746Z | Aug 14 12:00:04.245DEBG created new freemapINFO, |
| 3309 | 2026-08-14T12:00:05.746Z | unit Aug 14 12:00:04.245: DEBGfreemap_route_ipv4 |
| 3310 | 2026-08-14T12:00:05.746Z | 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 14 12:00:04.245 |
| 3311 | 2026-08-14T12:00:05.746Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3312 | 2026-08-14T12:00:05.746Z | DEBGAug 14 12:00:04.245 Aug 14 12:00:04.245 created new freemap DEBG, INFOunitcreated new freemap , :adding route 172.17.0.23/32 -> 10.0.0.255 unitfreemap_route_ipv6Aug 14 12:00:04.245 |
| 3313 | 2026-08-14T12:00:05.746Z | : |
| 3314 | 2026-08-14T12:00:05.746Z | freemap_route_ipv6 |
| 3315 | 2026-08-14T12:00:05.746Z | DEBG Aug 14 12:00:04.245Aug 14 12:00:04.245 DEBGDEBG Aug 14 12:00:04.245replacing 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 } }] DEBGreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64 |
| 3316 | 2026-08-14T12:00:05.746Z | , |
| 3317 | 2026-08-14T12:00:05.746Z | initted freemap. size: 64unit, :unit :freemap_route_ipv4 Aug 14 12:00:04.245freemap_route_ipv4 |
| 3318 | 2026-08-14T12:00:05.746Z | |
| 3319 | 2026-08-14T12:00:05.746Z | INFO adding route 172.17.0.24/32 -> 10.0.0.255Aug 14 12:00:04.245 |
| 3320 | 2026-08-14T12:00:05.746Z | Aug 14 12:00:04.245 DEBGDEBG Aug 14 12:00:04.245reset freemap , reset freemapunitAug 14 12:00:04.245, :unit freemap_route_ipv4: |
| 3321 | 2026-08-14T12:00:05.746Z | DEBGINFO freemap_route_ipv4 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 } }] |
| 3322 | 2026-08-14T12:00:05.746Z | |
| 3323 | 2026-08-14T12:00:05.746Z | adding route 172.17.0.30/32 -> 10.0.0.255Aug 14 12:00:04.245 |
| 3324 | 2026-08-14T12:00:05.746Z | DEBGAug 14 12:00:04.245 Aug 14 12:00:04.245initted freemap. size: 64 , DEBGINFOunit : freemap_route_ipv6initted freemap. size: 64Aug 14 12:00:04.245 |
| 3325 | 2026-08-14T12:00:05.746Z | , adding route 172.17.0.25/32 -> 10.0.0.255unit |
| 3326 | 2026-08-14T12:00:05.746Z | 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 } }]freemap_route_ipv6 |
| 3327 | 2026-08-14T12:00:05.746Z | |
| 3328 | 2026-08-14T12:00:05.746Z | Aug 14 12:00:04.245 Aug 14 12:00:04.245DEBG DEBGreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:04.245 |
| 3329 | 2026-08-14T12:00:05.746Z | Aug 14 12:00:04.245reset freemapDEBG, unit : Aug 14 12:00:04.245freemap_route_ipv6 |
| 3330 | 2026-08-14T12:00:05.746Z | INFO reset freemapINFOadding route 172.17.0.26/32 -> 10.0.0.255, |
| 3331 | 2026-08-14T12:00:05.746Z | unit :Aug 14 12:00:04.245 adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3332 | 2026-08-14T12:00:05.746Z | INFOfreemap_route_ipv6 |
| 3333 | 2026-08-14T12:00:05.746Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3334 | 2026-08-14T12:00:05.746Z | Aug 14 12:00:04.245 DEBGAug 14 12:00:04.245 Aug 14 12:00:04.245replacing 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 |
| 3335 | 2026-08-14T12:00:05.746Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 14 12:00:04.245DEBG |
| 3336 | 2026-08-14T12:00:05.746Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 14 12:00:04.245 |
| 3337 | 2026-08-14T12:00:05.746Z | Aug 14 12:00:04.245DEBG DEBGINFO replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:04.245 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3338 | 2026-08-14T12:00:05.746Z | adding route 172.17.0.27/32 -> 10.0.0.255INFO |
| 3339 | 2026-08-14T12:00:05.746Z | |
| 3340 | 2026-08-14T12:00:05.746Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 14 12:00:04.245Aug 14 12:00:04.245 |
| 3341 | 2026-08-14T12:00:05.746Z | DEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3342 | 2026-08-14T12:00:05.746Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 14 12:00:04.245 |
| 3343 | 2026-08-14T12:00:05.747Z | Aug 14 12:00:04.245DEBGAug 14 12:00:04.245 Aug 14 12:00:04.245 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] INFOAug 14 12:00:04.245 |
| 3344 | 2026-08-14T12:00:05.747Z | adding route 172.17.0.28/32 -> 10.0.0.255INFODEBG DEBGadding route 172.17.0.32/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 } }] |
| 3345 | 2026-08-14T12:00:05.747Z | |
| 3346 | 2026-08-14T12:00:05.747Z | |
| 3347 | 2026-08-14T12:00:05.747Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3348 | 2026-08-14T12:00:05.747Z | Aug 14 12:00:04.245 DEBGAug 14 12:00:04.245 Aug 14 12:00:04.245INFOreplacing 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 } }] |
| 3349 | 2026-08-14T12:00:05.747Z | Aug 14 12:00:04.245 Aug 14 12:00:04.245adding route 3fff:dead::/64 -> 2001:db8::55:3INFO |
| 3350 | 2026-08-14T12:00:05.747Z | Aug 14 12:00:04.245 adding route 3fff:dead::/64 -> 2001:db8::55:3INFO |
| 3351 | 2026-08-14T12:00:05.747Z | adding route 172.17.0.15/32 -> 10.0.0.255INFO |
| 3352 | 2026-08-14T12:00:05.747Z | DEBGadding route 172.17.0.29/32 -> 10.0.0.255 |
| 3353 | 2026-08-14T12:00:05.747Z | Aug 14 12:00:04.245 Aug 14 12:00:04.245replacing 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 } }]DEBGAug 14 12:00:04.245 |
| 3354 | 2026-08-14T12:00:05.747Z | DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3355 | 2026-08-14T12:00:05.747Z | 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 } }] |
| 3356 | 2026-08-14T12:00:05.747Z | Aug 14 12:00:04.245 |
| 3357 | 2026-08-14T12:00:05.747Z | Aug 14 12:00:04.245INFO adding route 172.17.0.33/32 -> 10.0.0.255Aug 14 12:00:04.245Aug 14 12:00:04.245DEBG Aug 14 12:00:04.245 |
| 3358 | 2026-08-14T12:00:05.747Z | 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 } }] |
| 3359 | 2026-08-14T12:00:05.747Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:4INFO |
| 3360 | 2026-08-14T12:00:05.747Z | Aug 14 12:00:04.245adding route 172.17.0.16/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3361 | 2026-08-14T12:00:05.747Z | DEBG |
| 3362 | 2026-08-14T12:00:05.747Z | Aug 14 12:00:04.245 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 14 12:00:04.245 |
| 3363 | 2026-08-14T12:00:05.747Z | INFOAug 14 12:00:04.245 DEBGadding route 172.17.0.30/32 -> 10.0.0.255 DEBG |
| 3364 | 2026-08-14T12:00:05.747Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 14 12:00:04.245 |
| 3365 | 2026-08-14T12:00:05.747Z | Aug 14 12:00:04.245 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 } }] |
| 3366 | 2026-08-14T12:00:05.747Z | INFOAug 14 12:00:04.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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3367 | 2026-08-14T12:00:05.747Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 14 12:00:04.245 |
| 3368 | 2026-08-14T12:00:05.747Z | Aug 14 12:00:04.245adding route 172.17.0.34/32 -> 10.0.0.255 Aug 14 12:00:04.245INFODEBG adding route 172.17.0.17/32 -> 10.0.0.255Aug 14 12:00:04.245 |
| 3369 | 2026-08-14T12:00:05.747Z | |
| 3370 | 2026-08-14T12:00:05.747Z | 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 } }] |
| 3371 | 2026-08-14T12:00:05.747Z | WARN shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 14 12:00:04.245 |
| 3372 | 2026-08-14T12:00:05.747Z | replacing targets for 3fff:dead::/64 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 } }] |
| 3373 | 2026-08-14T12:00:05.747Z | DEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:04.245 |
| 3374 | 2026-08-14T12:00:05.747Z | INFO Aug 14 12:00:04.245adding route 172.17.0.31/32 -> 10.0.0.255Aug 14 12:00:04.245 |
| 3375 | 2026-08-14T12:00:05.747Z | Aug 14 12:00:04.245 DEBG WARNINFO 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 14 12:00:04.245 shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3376 | 2026-08-14T12:00:05.747Z | |
| 3377 | 2026-08-14T12:00:05.747Z | |
| 3378 | 2026-08-14T12:00:05.747Z | 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 14 12:00:04.245 |
| 3379 | 2026-08-14T12:00:05.747Z | Aug 14 12:00:04.245INFO DEBGadding route 172.17.0.35/32 -> 10.0.0.255 |
| 3380 | 2026-08-14T12:00:05.747Z | replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:04.245 |
| 3381 | 2026-08-14T12:00:05.747Z | INFO Aug 14 12:00:04.245adding route 172.17.0.32/32 -> 10.0.0.255 Aug 14 12:00:04.239DEBG Aug 14 12:00:04.245 |
| 3382 | 2026-08-14T12:00:05.747Z | 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 } }]INFO |
| 3383 | 2026-08-14T12:00:05.748Z | created new freemap , adding route 172.17.0.19/32 -> 10.0.0.255unit |
| 3384 | 2026-08-14T12:00:05.748Z | :Aug 14 12:00:04.245Aug 14 12:00:04.245 DEBG freemap_route_ipv4INFO |
| 3385 | 2026-08-14T12:00:05.748Z | Aug 14 12:00:04.245 adding route 172.17.0.36/32 -> 10.0.0.255 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 } }] |
| 3386 | 2026-08-14T12:00:05.748Z | DEBG |
| 3387 | 2026-08-14T12:00:05.748Z | Aug 14 12:00:04.245replacing 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 } }] |
| 3388 | 2026-08-14T12:00:05.748Z | DEBGAug 14 12:00:04.245Aug 14 12:00:04.245 DEBGINFO INFOcreated new freemapAug 14 12:00:04.245 adding route 172.17.0.33/32 -> 10.0.0.255, adding route 3fff:beef:21::/64 -> 2001:db8::55:ffunit :replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3389 | 2026-08-14T12:00:05.748Z | |
| 3390 | 2026-08-14T12:00:05.752Z | freemap_route_ipv6 |
| 3391 | 2026-08-14T12:00:05.752Z | |
| 3392 | 2026-08-14T12:00:05.752Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 3393 | 2026-08-14T12:00:05.752Z | Aug 14 12:00:04.245Aug 14 12:00:04.245 Aug 14 12:00:04.245DEBGAug 14 12:00:04.245 INFODEBG adding route 172.17.0.37/32 -> 10.0.0.255initted freemap. size: 64replacing 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 } }] |
| 3394 | 2026-08-14T12:00:05.752Z | Aug 14 12:00:04.245, |
| 3395 | 2026-08-14T12:00:05.752Z | DEBG unitDEBG 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 } }]: |
| 3396 | 2026-08-14T12:00:05.752Z | 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 14 12:00:04.245 |
| 3397 | 2026-08-14T12:00:05.752Z | DEBGAug 14 12:00:04.245freemap_route_ipv4Aug 14 12:00:04.245 INFOreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3398 | 2026-08-14T12:00:05.752Z | Aug 14 12:00:04.245INFO |
| 3399 | 2026-08-14T12:00:05.752Z | adding route 172.17.0.21/32 -> 10.0.0.255INFOAug 14 12:00:04.245 adding route 172.17.0.34/32 -> 10.0.0.255DEBG |
| 3400 | 2026-08-14T12:00:05.752Z | reset freemap |
| 3401 | 2026-08-14T12:00:05.752Z | , Aug 14 12:00:04.245adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 14 12:00:04.245unit |
| 3402 | 2026-08-14T12:00:05.752Z | : freemap_route_ipv4 INFO |
| 3403 | 2026-08-14T12:00:05.752Z | DEBG Aug 14 12:00:04.245adding route 172.17.0.38/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 } }] |
| 3404 | 2026-08-14T12:00:05.752Z | Aug 14 12:00:04.245DEBG Aug 14 12:00:04.246 DEBG |
| 3405 | 2026-08-14T12:00:05.752Z | 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 } }] |
| 3406 | 2026-08-14T12:00:05.752Z | created new freemap, unitDEBG: initted freemap. size: 64freemap_route_ipv4Aug 14 12:00:04.255, |
| 3407 | 2026-08-14T12:00:05.752Z | unitINFO: adding route 172.17.0.35/32 -> 10.0.0.255freemap_route_ipv6 |
| 3408 | 2026-08-14T12:00:05.752Z | Aug 14 12:00:04.255 |
| 3409 | 2026-08-14T12:00:05.752Z | Aug 14 12:00:04.255 INFODEBG adding route 172.17.0.22/32 -> 10.0.0.255created new freemap |
| 3410 | 2026-08-14T12:00:05.752Z | , unitAug 14 12:00:04.255: DEBGfreemap_route_ipv6 Aug 14 12:00:04.255 |
| 3411 | 2026-08-14T12:00:05.753Z | Aug 14 12:00:04.255 DEBG DEBGreset freemap 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.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 14 12:00:04.255 |
| 3412 | 2026-08-14T12:00:05.753Z | unit :DEBG freemap_route_ipv6 |
| 3413 | 2026-08-14T12:00:05.753Z | |
| 3414 | 2026-08-14T12:00:05.753Z | initted freemap. size: 64Aug 14 12:00:04.255, unit :INFOAug 14 12:00:04.255 Aug 14 12:00:04.255 adding route 172.17.0.36/32 -> 10.0.0.255INFOfreemap_route_ipv4 |
| 3415 | 2026-08-14T12:00:05.753Z | |
| 3416 | 2026-08-14T12:00:05.753Z | adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 3417 | 2026-08-14T12:00:05.753Z | adding route 172.17.0.23/32 -> 10.0.0.255Aug 14 12:00:04.255 |
| 3418 | 2026-08-14T12:00:05.753Z | DEBGAug 14 12:00:04.255 Aug 14 12:00:04.255DEBGAug 14 12:00:04.255reset freemap , unitDEBG DEBG:replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.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 } }] |
| 3419 | 2026-08-14T12:00:05.753Z | |
| 3420 | 2026-08-14T12:00:05.753Z | |
| 3421 | 2026-08-14T12:00:05.753Z | freemap_route_ipv4 |
| 3422 | 2026-08-14T12:00:05.753Z | Aug 14 12:00:04.255Aug 14 12:00:04.255 Aug 14 12:00:04.255INFOINFO adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3423 | 2026-08-14T12:00:05.753Z | |
| 3424 | 2026-08-14T12:00:05.753Z | INFO Aug 14 12:00:04.255adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3425 | 2026-08-14T12:00:05.753Z | DEBGAug 14 12:00:04.255Aug 14 12:00:04.255 DEBGinitted freemap. size: 64 , DEBGunit replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3426 | 2026-08-14T12:00:05.753Z | |
| 3427 | 2026-08-14T12:00:05.753Z | :Aug 14 12:00:04.255Aug 14 12:00:04.255Aug 14 12:00:04.255 INFO freemap_route_ipv6adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3428 | 2026-08-14T12:00:05.753Z | DEBGINFO |
| 3429 | 2026-08-14T12:00:05.753Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.38/32 -> 10.0.0.255Aug 14 12:00:04.255 |
| 3430 | 2026-08-14T12:00:05.753Z | |
| 3431 | 2026-08-14T12:00:05.753Z | DEBG Aug 14 12:00:04.255 reset freemapDEBG, Aug 14 12:00:04.255Aug 14 12:00:04.255unit :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 } }] |
| 3432 | 2026-08-14T12:00:05.753Z | freemap_route_ipv6 |
| 3433 | 2026-08-14T12:00:05.753Z | 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:3, vlan_id: None } }]Aug 14 12:00:04.255replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3434 | 2026-08-14T12:00:05.753Z | |
| 3435 | 2026-08-14T12:00:05.753Z | Aug 14 12:00:04.255INFO adding route 172.17.0.26/32 -> 10.0.0.255INFOAug 14 12:00:04.255 |
| 3436 | 2026-08-14T12:00:05.753Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3437 | 2026-08-14T12:00:05.753Z | INFO Aug 14 12:00:04.255adding route 172.17.0.39/32 -> 10.0.0.255 DEBG |
| 3438 | 2026-08-14T12:00:05.753Z | 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 } }] |
| 3439 | 2026-08-14T12:00:05.753Z | Aug 14 12:00:04.255 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 } }] |
| 3440 | 2026-08-14T12:00:05.753Z | Aug 14 12:00:04.255 DEBGAug 14 12:00:04.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 } }]INFO |
| 3441 | 2026-08-14T12:00:05.753Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3442 | 2026-08-14T12:00:05.753Z | Aug 14 12:00:04.255 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 } }]Aug 14 12:00:04.255Aug 14 12:00:04.255 |
| 3443 | 2026-08-14T12:00:05.753Z | INFOAug 14 12:00:04.255 Aug 14 12:00:04.255adding route 172.17.0.40/32 -> 10.0.0.255DEBG |
| 3444 | 2026-08-14T12:00:05.753Z | INFO INFO adding route 172.17.0.27/32 -> 10.0.0.255replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3445 | 2026-08-14T12:00:05.753Z | |
| 3446 | 2026-08-14T12:00:05.753Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3447 | 2026-08-14T12:00:05.753Z | Aug 14 12:00:04.255 DEBG Aug 14 12:00:04.255Aug 14 12:00:04.255 Aug 14 12:00:04.255DEBGINFOreplacing 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 } }] |
| 3448 | 2026-08-14T12:00:05.753Z | 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 |
| 3449 | 2026-08-14T12:00:05.753Z | 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 } }] |
| 3450 | 2026-08-14T12:00:05.753Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 14 12:00:04.255 |
| 3451 | 2026-08-14T12:00:05.754Z | Aug 14 12:00:04.255 INFO INFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3452 | 2026-08-14T12:00:05.754Z | |
| 3453 | 2026-08-14T12:00:05.754Z | Aug 14 12:00:04.255Aug 14 12:00:04.255 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 14 12:00:04.255 |
| 3454 | 2026-08-14T12:00:05.754Z | |
| 3455 | 2026-08-14T12:00:05.754Z | Aug 14 12:00:04.255DEBG Aug 14 12:00:04.255DEBG 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 14 12:00:04.255 |
| 3456 | 2026-08-14T12:00:05.754Z | replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3457 | 2026-08-14T12:00:05.754Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 3458 | 2026-08-14T12:00:05.754Z | DEBGAug 14 12:00:04.255 Aug 14 12:00:04.255Aug 14 12:00:04.255INFOreplacing 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.42/32 -> 10.0.0.255 |
| 3459 | 2026-08-14T12:00:05.754Z | |
| 3460 | 2026-08-14T12:00:05.754Z | 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 } }]Aug 14 12:00:04.262adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3461 | 2026-08-14T12:00:05.754Z | |
| 3462 | 2026-08-14T12:00:05.754Z | INFO adding route 172.17.0.0/32 -> 10.0.0.255Aug 14 12:00:04.256 |
| 3463 | 2026-08-14T12:00:05.754Z | DEBG created new freemapAug 14 12:00:04.262Aug 14 12:00:04.262 DEBGAug 14 12:00:04.262 Aug 14 12:00:04.262replacing 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 } }] |
| 3464 | 2026-08-14T12:00:05.754Z | DEBGINFO replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 3465 | 2026-08-14T12:00:05.754Z | Aug 14 12:00:04.262 |
| 3466 | 2026-08-14T12:00:05.754Z | INFO Aug 14 12:00:04.262adding route 172.17.0.1/32 -> 10.0.0.255 |
| 3467 | 2026-08-14T12:00:05.754Z | INFO Aug 14 12:00:04.262adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3468 | 2026-08-14T12:00:05.754Z | 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 } }] |
| 3469 | 2026-08-14T12:00:05.754Z | Aug 14 12:00:04.262Aug 14 12:00:04.262 DEBGDEBG Aug 14 12:00:04.262 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.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 |
| 3470 | 2026-08-14T12:00:05.754Z | Aug 14 12:00:04.262 |
| 3471 | 2026-08-14T12:00:05.754Z | DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 3472 | 2026-08-14T12:00:05.754Z | Aug 14 12:00:04.262Aug 14 12:00:04.262 INFOINFO replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.44/32 -> 10.0.0.255Aug 14 12:00:04.262 |
| 3473 | 2026-08-14T12:00:05.754Z | adding route 172.17.0.2/32 -> 10.0.0.255DEBG |
| 3474 | 2026-08-14T12:00:05.754Z | 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 } }] |
| 3475 | 2026-08-14T12:00:05.754Z | |
| 3476 | 2026-08-14T12:00:05.754Z | Aug 14 12:00:04.262Aug 14 12:00:04.262 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 } }]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 } }] |
| 3477 | 2026-08-14T12:00:05.754Z | Aug 14 12:00:04.262 |
| 3478 | 2026-08-14T12:00:05.754Z | Aug 14 12:00:04.262 INFOINFOAug 14 12:00:04.262Aug 14 12:00:04.262 INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 172.17.0.39/32 -> 10.0.0.255 |
| 3479 | 2026-08-14T12:00:05.754Z | |
| 3480 | 2026-08-14T12:00:05.754Z | adding route 172.17.0.3/32 -> 10.0.0.255 |
| 3481 | 2026-08-14T12:00:05.754Z | INFOAug 14 12:00:04.262 adding route 172.17.0.45/32 -> 10.0.0.255Aug 14 12:00:04.262Aug 14 12:00:04.262 DEBGDEBGDEBG |
| 3482 | 2026-08-14T12:00:05.754Z | 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.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 } }] |
| 3483 | 2026-08-14T12:00:05.754Z | 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 } }] |
| 3484 | 2026-08-14T12:00:05.754Z | Aug 14 12:00:04.262 |
| 3485 | 2026-08-14T12:00:05.754Z | DEBGAug 14 12:00:04.262 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 14 12:00:04.262 |
| 3486 | 2026-08-14T12:00:05.754Z | INFOAug 14 12:00:04.262 adding route 172.17.0.4/32 -> 10.0.0.255Aug 14 12:00:04.262 |
| 3487 | 2026-08-14T12:00:05.754Z | DEBG INFOINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 3488 | 2026-08-14T12:00:05.754Z | adding route 172.17.0.46/32 -> 10.0.0.255replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 14 12:00:04.262 |
| 3489 | 2026-08-14T12:00:05.754Z | DEBG adding route 172.17.0.40/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 } }] |
| 3490 | 2026-08-14T12:00:05.758Z | |
| 3491 | 2026-08-14T12:00:05.758Z | Aug 14 12:00:04.262 |
| 3492 | 2026-08-14T12:00:05.758Z | Aug 14 12:00:04.262 DEBGDEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 3493 | 2026-08-14T12:00:05.759Z | Aug 14 12:00:04.262 |
| 3494 | 2026-08-14T12:00:05.759Z | INFOAug 14 12:00:04.262 adding route 172.17.0.5/32 -> 10.0.0.255DEBGAug 14 12:00:04.262 |
| 3495 | 2026-08-14T12:00:05.759Z | 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 14 12:00:04.262INFO Aug 14 12:00:04.262 |
| 3496 | 2026-08-14T12:00:05.759Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFO |
| 3497 | 2026-08-14T12:00:05.759Z | Aug 14 12:00:04.262 adding route 172.17.0.47/32 -> 10.0.0.255DEBGINFO |
| 3498 | 2026-08-14T12:00:05.759Z | 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 } }] |
| 3499 | 2026-08-14T12:00:05.759Z | adding route 172.17.0.30/32 -> 10.0.0.255Aug 14 12:00:04.262Aug 14 12:00:04.262 |
| 3500 | 2026-08-14T12:00:05.759Z | DEBG Aug 14 12:00:04.262replacing 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 } }]INFOAug 14 12:00:04.262 |
| 3501 | 2026-08-14T12:00:05.759Z | INFOadding route 172.17.0.41/32 -> 10.0.0.255 Aug 14 12:00:04.262 |
| 3502 | 2026-08-14T12:00:05.759Z | adding route 172.17.0.6/32 -> 10.0.0.255 DEBG |
| 3503 | 2026-08-14T12:00:05.759Z | 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 } }]DEBGAug 14 12:00:04.262 Aug 14 12:00:04.262 Aug 14 12:00:04.262 INFOreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3504 | 2026-08-14T12:00:05.759Z | DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff 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.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 } }] |
| 3505 | 2026-08-14T12:00:05.759Z | |
| 3506 | 2026-08-14T12:00:05.759Z | |
| 3507 | 2026-08-14T12:00:05.759Z | |
| 3508 | 2026-08-14T12:00:05.759Z | Aug 14 12:00:04.262Aug 14 12:00:04.262Aug 14 12:00:04.262Aug 14 12:00:04.262 INFO INFO DEBG adding route 172.17.0.7/32 -> 10.0.0.255INFOAug 14 12:00:04.262replacing 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 } }] |
| 3509 | 2026-08-14T12:00:05.759Z | adding route 172.17.0.48/32 -> 10.0.0.255 adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3510 | 2026-08-14T12:00:05.759Z | |
| 3511 | 2026-08-14T12:00:05.759Z | |
| 3512 | 2026-08-14T12:00:05.759Z | INFOAug 14 12:00:04.262 adding route 172.17.0.31/32 -> 10.0.0.255 Aug 14 12:00:04.262Aug 14 12:00:04.262 |
| 3513 | 2026-08-14T12:00:05.759Z | INFO DEBGDEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:04.262 |
| 3514 | 2026-08-14T12:00:05.759Z | 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 |
| 3515 | 2026-08-14T12:00:05.759Z | |
| 3516 | 2026-08-14T12:00:05.759Z | 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 14 12:00:04.262 |
| 3517 | 2026-08-14T12:00:05.759Z | INFOAug 14 12:00:04.262 adding route 172.17.0.8/32 -> 10.0.0.255Aug 14 12:00:04.262 |
| 3518 | 2026-08-14T12:00:05.759Z | DEBGAug 14 12:00:04.262 INFOAug 14 12:00:04.262Aug 14 12:00:04.262 DEBGadding route 172.17.0.43/32 -> 10.0.0.255 |
| 3519 | 2026-08-14T12:00:05.759Z | 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 |
| 3520 | 2026-08-14T12:00:05.759Z | 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 } }] |
| 3521 | 2026-08-14T12:00:05.759Z | adding route 172.17.0.49/32 -> 10.0.0.255Aug 14 12:00:04.262 |
| 3522 | 2026-08-14T12:00:05.759Z | DEBGAug 14 12:00:04.262 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 14 12:00:04.262 |
| 3523 | 2026-08-14T12:00:05.759Z | INFOAug 14 12:00:04.262 INFO DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 172.17.0.9/32 -> 10.0.0.255Aug 14 12:00:04.262 |
| 3524 | 2026-08-14T12:00:05.759Z | |
| 3525 | 2026-08-14T12:00:05.759Z | INFODEBG adding route 172.17.0.44/32 -> 10.0.0.255Aug 14 12:00:04.262replacing 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 } }] |
| 3526 | 2026-08-14T12:00:05.759Z | |
| 3527 | 2026-08-14T12:00:05.759Z | DEBG Aug 14 12:00:04.262replacing 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.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 } }] |
| 3528 | 2026-08-14T12:00:05.759Z | Aug 14 12:00:04.262 |
| 3529 | 2026-08-14T12:00:05.759Z | Aug 14 12:00:04.262 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 172.17.0.50/32 -> 10.0.0.255DEBG |
| 3530 | 2026-08-14T12:00:05.759Z | Aug 14 12:00:04.262 |
| 3531 | 2026-08-14T12:00:05.759Z | INFO Aug 14 12:00:04.262 Aug 14 12:00:04.262adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3532 | 2026-08-14T12:00:05.760Z | Aug 14 12:00:04.262 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 } }] INFOAug 14 12:00:04.262replacing 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 } }] INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 3533 | 2026-08-14T12:00:05.760Z | |
| 3534 | 2026-08-14T12:00:05.760Z | adding route 172.17.0.32/32 -> 10.0.0.255DEBG |
| 3535 | 2026-08-14T12:00:05.760Z | |
| 3536 | 2026-08-14T12:00:05.760Z | Aug 14 12:00:04.262Aug 14 12:00:04.262 Aug 14 12:00:04.262DEBGINFO 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 14 12:00:04.262INFOreplacing 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 } }] |
| 3537 | 2026-08-14T12:00:05.760Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3538 | 2026-08-14T12:00:05.760Z | |
| 3539 | 2026-08-14T12:00:05.760Z | DEBG adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3540 | 2026-08-14T12:00:05.760Z | 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 } }] |
| 3541 | 2026-08-14T12:00:05.760Z | Aug 14 12:00:04.262Aug 14 12:00:04.262 Aug 14 12:00:04.262INFO DEBG INFOadding route 172.17.0.11/32 -> 10.0.0.255 |
| 3542 | 2026-08-14T12:00:05.760Z | Aug 14 12:00:04.262 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 14 12:00:04.262 |
| 3543 | 2026-08-14T12:00:05.760Z | replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3544 | 2026-08-14T12:00:05.760Z | INFO Aug 14 12:00:04.262Aug 14 12:00:04.262replacing 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 |
| 3545 | 2026-08-14T12:00:05.760Z | Aug 14 12:00:04.262 INFOreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 3546 | 2026-08-14T12:00:05.760Z | Aug 14 12:00:04.262 adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3547 | 2026-08-14T12:00:05.760Z | INFO replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:04.262 |
| 3548 | 2026-08-14T12:00:05.760Z | adding route 172.17.0.52/32 -> 10.0.0.255INFO |
| 3549 | 2026-08-14T12:00:05.760Z | Aug 14 12:00:04.262 adding route 172.17.0.33/32 -> 10.0.0.255 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 3550 | 2026-08-14T12:00:05.760Z | DEBG |
| 3551 | 2026-08-14T12:00:05.760Z | 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 14 12:00:04.262 |
| 3552 | 2026-08-14T12:00:05.760Z | test route::tests::same_size_non_subset_replace ... ok |
| 3553 | 2026-08-14T12:00:05.760Z | INFOAug 14 12:00:04.262 Aug 14 12:00:04.262 adding route 172.17.0.12/32 -> 10.0.0.255 |
| 3554 | 2026-08-14T12:00:05.760Z | Aug 14 12:00:04.262DEBG DEBG INFO replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 3555 | 2026-08-14T12:00:05.760Z | |
| 3556 | 2026-08-14T12:00:05.760Z | Aug 14 12:00:04.262adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3557 | 2026-08-14T12:00:05.760Z | Aug 14 12:00:04.262 DEBGINFO Aug 14 12:00:04.262Aug 14 12:00:04.262replacing 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 } }] |
| 3558 | 2026-08-14T12:00:05.760Z | Aug 14 12:00:04.262INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff adding route 172.17.0.53/32 -> 10.0.0.255DEBG |
| 3559 | 2026-08-14T12:00:05.760Z | test route::tests::delete_target_full ... ok |
| 3560 | 2026-08-14T12:00:05.760Z | 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 14 12:00:04.262 |
| 3561 | 2026-08-14T12:00:05.760Z | |
| 3562 | 2026-08-14T12:00:05.760Z | DEBG Aug 14 12:00:04.262INFO 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 } }] |
| 3563 | 2026-08-14T12:00:05.760Z | DEBGAug 14 12:00:04.262 DEBGreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.13/32 -> 10.0.0.255 |
| 3564 | 2026-08-14T12:00:05.760Z | |
| 3565 | 2026-08-14T12:00:05.760Z | 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 14 12:00:04.262 |
| 3566 | 2026-08-14T12:00:05.760Z | Aug 14 12:00:04.262 Aug 14 12:00:04.262INFOINFO Aug 14 12:00:04.262adding route 172.17.0.34/32 -> 10.0.0.255 adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3567 | 2026-08-14T12:00:05.760Z | Aug 14 12:00:04.262INFODEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 3568 | 2026-08-14T12:00:05.760Z | INFOAug 14 12:00:04.262 replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3569 | 2026-08-14T12:00:05.760Z | |
| 3570 | 2026-08-14T12:00:05.760Z | DEBG |
| 3571 | 2026-08-14T12:00:05.761Z | 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 14 12:00:04.262 |
| 3572 | 2026-08-14T12:00:05.761Z | DEBGAug 14 12:00:04.262Aug 14 12:00:04.262 INFOAug 14 12:00:04.262 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 } }] adding route 172.17.0.14/32 -> 10.0.0.255replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3573 | 2026-08-14T12:00:05.761Z | |
| 3574 | 2026-08-14T12:00:05.761Z | |
| 3575 | 2026-08-14T12:00:05.761Z | DEBG Aug 14 12:00:04.262 INFOreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 14 12:00:04.262 |
| 3576 | 2026-08-14T12:00:05.761Z | INFOAug 14 12:00:04.262 Aug 14 12:00:04.262 DEBGAug 14 12:00:04.262 INFOINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 172.17.0.49/32 -> 10.0.0.255 |
| 3577 | 2026-08-14T12:00:05.761Z | 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 } }] |
| 3578 | 2026-08-14T12:00:05.761Z | |
| 3579 | 2026-08-14T12:00:05.761Z | Aug 14 12:00:04.270Aug 14 12:00:04.270 DEBGINFO adding route 172.17.0.15/32 -> 10.0.0.255replacing 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 } }] |
| 3580 | 2026-08-14T12:00:05.761Z | |
| 3581 | 2026-08-14T12:00:05.761Z | adding route 172.17.0.55/32 -> 10.0.0.255Aug 14 12:00:04.271Aug 14 12:00:04.271 |
| 3582 | 2026-08-14T12:00:05.761Z | INFO, DEBGunit :adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 3583 | 2026-08-14T12:00:05.761Z | replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4 |
| 3584 | 2026-08-14T12:00:05.761Z | |
| 3585 | 2026-08-14T12:00:05.761Z | Aug 14 12:00:04.271 DEBGadding route 172.17.0.35/32 -> 10.0.0.255Aug 14 12:00:04.271 Aug 14 12:00:04.271 replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3586 | 2026-08-14T12:00:05.761Z | Aug 14 12:00:04.271DEBG |
| 3587 | 2026-08-14T12:00:05.761Z | 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 } }]Aug 14 12:00:04.271 |
| 3588 | 2026-08-14T12:00:05.761Z | adding route 172.17.0.50/32 -> 10.0.0.255INFO created new freemap |
| 3589 | 2026-08-14T12:00:05.761Z | adding route 172.17.0.56/32 -> 10.0.0.255Aug 14 12:00:04.271 |
| 3590 | 2026-08-14T12:00:05.765Z | , Aug 14 12:00:04.271unit: DEBGAug 14 12:00:04.271 freemap_route_ipv6INFO |
| 3591 | 2026-08-14T12:00:05.765Z | Aug 14 12:00:04.271adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG |
| 3592 | 2026-08-14T12:00:05.765Z | 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 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 } }] |
| 3593 | 2026-08-14T12:00:05.765Z | |
| 3594 | 2026-08-14T12:00:05.765Z | 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 } }] |
| 3595 | 2026-08-14T12:00:05.765Z | Aug 14 12:00:04.271 Aug 14 12:00:04.271Aug 14 12:00:04.271DEBGAug 14 12:00:04.271 Aug 14 12:00:04.271 Aug 14 12:00:04.271INFO DEBGDEBG INFOreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3596 | 2026-08-14T12:00:05.765Z | 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.57/32 -> 10.0.0.255 |
| 3597 | 2026-08-14T12:00:05.765Z | |
| 3598 | 2026-08-14T12:00:05.765Z | INFO adding route 172.17.0.51/32 -> 10.0.0.255Aug 14 12:00:04.271 |
| 3599 | 2026-08-14T12:00:05.765Z | INFO initted freemap. size: 64adding route 172.17.0.36/32 -> 10.0.0.255Aug 14 12:00:04.271Aug 14 12:00:04.271 |
| 3600 | 2026-08-14T12:00:05.765Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff Aug 14 12:00:04.271INFO , DEBG unitadding route 172.17.0.16/32 -> 10.0.0.255 |
| 3601 | 2026-08-14T12:00:05.765Z | :DEBG |
| 3602 | 2026-08-14T12:00:05.765Z | 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 } }] |
| 3603 | 2026-08-14T12:00:05.765Z | 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 } }]freemap_route_ipv4 |
| 3604 | 2026-08-14T12:00:05.765Z | Aug 14 12:00:04.271 |
| 3605 | 2026-08-14T12:00:05.765Z | Aug 14 12:00:04.271 Aug 14 12:00:04.271 DEBGDEBG Aug 14 12:00:04.271replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 172.17.0.58/32 -> 10.0.0.255replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3606 | 2026-08-14T12:00:05.766Z | |
| 3607 | 2026-08-14T12:00:05.766Z | |
| 3608 | 2026-08-14T12:00:05.766Z | Aug 14 12:00:04.271 DEBGAug 14 12:00:04.271 Aug 14 12:00:04.271 DEBGAug 14 12:00:04.271replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 3609 | 2026-08-14T12:00:05.766Z | adding route 172.17.0.52/32 -> 10.0.0.255Aug 14 12:00:04.271reset freemap |
| 3610 | 2026-08-14T12:00:05.766Z | Aug 14 12:00:04.271INFO, unitadding route 172.17.0.17/32 -> 10.0.0.255: |
| 3611 | 2026-08-14T12:00:05.766Z | INFOAug 14 12:00:04.271 INFOfreemap_route_ipv4 |
| 3612 | 2026-08-14T12:00:05.766Z | Aug 14 12:00:04.271DEBGDEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 3613 | 2026-08-14T12:00:05.766Z | DEBG Aug 14 12:00:04.271 replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG Aug 14 12:00:04.271 |
| 3614 | 2026-08-14T12:00:05.766Z | initted freemap. size: 64replacing 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.37/32 -> 10.0.0.255 |
| 3615 | 2026-08-14T12:00:05.766Z | |
| 3616 | 2026-08-14T12:00:05.766Z | , DEBGunitAug 14 12:00:04.271 INFOreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }] |
| 3617 | 2026-08-14T12:00:05.766Z | |
| 3618 | 2026-08-14T12:00:05.766Z | adding route 172.17.0.53/32 -> 10.0.0.255Aug 14 12:00:04.271: |
| 3619 | 2026-08-14T12:00:05.766Z | Aug 14 12:00:04.271Aug 14 12:00:04.271Aug 14 12:00:04.271 INFOINFO adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3620 | 2026-08-14T12:00:05.766Z | |
| 3621 | 2026-08-14T12:00:05.766Z | Aug 14 12:00:04.271INFO DEBG Aug 14 12:00:04.271adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 3622 | 2026-08-14T12:00:05.766Z | DEBGfreemap_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 } }] |
| 3623 | 2026-08-14T12:00:05.766Z | 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 14 12:00:04.271 |
| 3624 | 2026-08-14T12:00:05.766Z | DEBG |
| 3625 | 2026-08-14T12:00:05.766Z | 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 14 12:00:04.271DEBGAug 14 12:00:04.271 |
| 3626 | 2026-08-14T12:00:05.766Z | DEBGINFO Aug 14 12:00:04.271reset freemap , 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 } }]freemap_route_ipv6 |
| 3627 | 2026-08-14T12:00:05.766Z | Aug 14 12:00:04.271 |
| 3628 | 2026-08-14T12:00:05.766Z | 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.54/32 -> 10.0.0.255 INFO |
| 3629 | 2026-08-14T12:00:05.766Z | Aug 14 12:00:04.271 |
| 3630 | 2026-08-14T12:00:05.766Z | adding route 172.17.0.60/32 -> 10.0.0.255Aug 14 12:00:04.271INFO |
| 3631 | 2026-08-14T12:00:05.766Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 14 12:00:04.271 |
| 3632 | 2026-08-14T12:00:05.766Z | DEBG INFOAug 14 12:00:04.271 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 14 12:00:04.271Aug 14 12:00:04.271INFO Aug 14 12:00:04.271DEBGadding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3633 | 2026-08-14T12:00:05.766Z | replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 3634 | 2026-08-14T12:00:05.766Z | |
| 3635 | 2026-08-14T12:00:05.766Z | |
| 3636 | 2026-08-14T12:00:05.766Z | adding route 172.17.0.38/32 -> 10.0.0.255 DEBG Aug 14 12:00:04.271 |
| 3637 | 2026-08-14T12:00:05.766Z | 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 } }]INFOAug 14 12:00:04.271 |
| 3638 | 2026-08-14T12:00:05.766Z | INFOAug 14 12:00:04.271 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 14 12:00:04.271 |
| 3639 | 2026-08-14T12:00:05.766Z | Aug 14 12:00:04.271DEBGDEBGadding route 172.17.0.55/32 -> 10.0.0.255 |
| 3640 | 2026-08-14T12:00:05.766Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.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 } }] |
| 3641 | 2026-08-14T12:00:05.766Z | INFO |
| 3642 | 2026-08-14T12:00:05.766Z | Aug 14 12:00:04.271adding route 172.17.0.61/32 -> 10.0.0.255 |
| 3643 | 2026-08-14T12:00:05.766Z | Aug 14 12:00:04.271 Aug 14 12:00:04.271Aug 14 12:00:04.271 Aug 14 12:00:04.271DEBGINFO INFO replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3644 | 2026-08-14T12:00:05.766Z | adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2DEBG |
| 3645 | 2026-08-14T12:00:05.766Z | |
| 3646 | 2026-08-14T12:00:05.767Z | 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 14 12:00:04.271 Aug 14 12:00:04.271DEBG Aug 14 12:00:04.271 Aug 14 12:00:04.271INFODEBGreplacing 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 } }] |
| 3647 | 2026-08-14T12:00:05.767Z | 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 } }] |
| 3648 | 2026-08-14T12:00:05.767Z | |
| 3649 | 2026-08-14T12:00:05.767Z | 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 } }] |
| 3650 | 2026-08-14T12:00:05.767Z | Aug 14 12:00:04.271 adding route 172.17.0.56/32 -> 10.0.0.255DEBGINFO |
| 3651 | 2026-08-14T12:00:05.767Z | Aug 14 12:00:04.271 adding route 172.17.0.62/32 -> 10.0.0.255 |
| 3652 | 2026-08-14T12:00:05.767Z | test route::tests::delete_target_fragmented ... ok |
| 3653 | 2026-08-14T12:00:05.767Z | Aug 14 12:00:04.271 Aug 14 12:00:04.271 INFO Aug 14 12:00:04.271 INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3654 | 2026-08-14T12:00:05.767Z | |
| 3655 | 2026-08-14T12:00:05.767Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBGDEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 3656 | 2026-08-14T12:00:05.767Z | |
| 3657 | 2026-08-14T12:00:05.767Z | Aug 14 12:00:04.271 DEBGAug 14 12:00:04.271 |
| 3658 | 2026-08-14T12:00:05.767Z | DEBGAug 14 12:00:04.271 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }] |
| 3659 | 2026-08-14T12:00:05.767Z | Aug 14 12:00:04.271INFO Aug 14 12:00:04.271adding route 172.17.0.57/32 -> 10.0.0.255 |
| 3660 | 2026-08-14T12:00:05.767Z | |
| 3661 | 2026-08-14T12:00:05.767Z | DEBGDEBGAug 14 12:00:04.271 Aug 14 12:00:04.271failed to allocate space for the new target list |
| 3662 | 2026-08-14T12:00:05.767Z | INFO DEBG adding route 172.17.0.22/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 } }]Aug 14 12:00:04.271replacing 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 } }] |
| 3663 | 2026-08-14T12:00:05.767Z | 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 } }] |
| 3664 | 2026-08-14T12:00:05.767Z | |
| 3665 | 2026-08-14T12:00:05.767Z | |
| 3666 | 2026-08-14T12:00:05.767Z | Aug 14 12:00:04.271 DEBGAug 14 12:00:04.271 INFOreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:04.271 |
| 3667 | 2026-08-14T12:00:05.767Z | adding route 172.17.0.58/32 -> 10.0.0.255INFO |
| 3668 | 2026-08-14T12:00:05.767Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 14 12:00:04.271 |
| 3669 | 2026-08-14T12:00:05.767Z | INFO Aug 14 12:00:04.246adding route 172.17.0.23/32 -> 10.0.0.255 Aug 14 12:00:04.271 |
| 3670 | 2026-08-14T12:00:05.767Z | Aug 14 12:00:04.271DEBG DEBGDEBG created new freemap, replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 3671 | 2026-08-14T12:00:05.767Z | : Aug 14 12:00:04.246freemap_route_ipv4 |
| 3672 | 2026-08-14T12:00:05.767Z | DEBG Aug 14 12:00:04.271created new freemap , Aug 14 12:00:04.271DEBGunit :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 14 12:00:04.271 |
| 3673 | 2026-08-14T12:00:05.767Z | DEBGfreemap_route_ipv4 INFO |
| 3674 | 2026-08-14T12:00:05.767Z | created new freemap adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff, |
| 3675 | 2026-08-14T12:00:05.767Z | unit:Aug 14 12:00:04.271 freemap_route_ipv6INFOAug 14 12:00:04.271 |
| 3676 | 2026-08-14T12:00:05.767Z | adding route 172.17.0.24/32 -> 10.0.0.255DEBGAug 14 12:00:04.271 |
| 3677 | 2026-08-14T12:00:05.767Z | Aug 14 12:00:04.271 Aug 14 12:00:04.271 replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 3678 | 2026-08-14T12:00:05.767Z | created new freemapDEBGDEBG, Aug 14 12:00:04.271replacing 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 } }]unit :DEBG |
| 3679 | 2026-08-14T12:00:05.767Z | initted freemap. size: 64freemap_route_ipv6failed to allocate space for the new target list |
| 3680 | 2026-08-14T12:00:05.767Z | , |
| 3681 | 2026-08-14T12:00:05.767Z | unitAug 14 12:00:04.271 :INFO freemap_route_ipv4Aug 14 12:00:04.271adding route 172.17.0.25/32 -> 10.0.0.255Aug 14 12:00:04.271 |
| 3682 | 2026-08-14T12:00:05.767Z | |
| 3683 | 2026-08-14T12:00:05.767Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3684 | 2026-08-14T12:00:05.767Z | DEBGAug 14 12:00:04.271 Aug 14 12:00:04.271initted freemap. size: 64 , DEBGDEBG unitreplacing 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 } }]: |
| 3685 | 2026-08-14T12:00:05.767Z | reset freemapfreemap_route_ipv4, |
| 3686 | 2026-08-14T12:00:05.767Z | unit:Aug 14 12:00:04.271 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3687 | 2026-08-14T12:00:05.768Z | Aug 14 12:00:04.271 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 14 12:00:04.271freemap_route_ipv4 |
| 3688 | 2026-08-14T12:00:05.768Z | DEBG |
| 3689 | 2026-08-14T12:00:05.768Z | reset freemap, Aug 14 12:00:04.271unit :INFOAug 14 12:00:04.271 adding route 172.17.0.27/32 -> 10.0.0.255DEBG |
| 3690 | 2026-08-14T12:00:05.772Z | freemap_route_ipv4initted freemap. size: 64 |
| 3691 | 2026-08-14T12:00:05.772Z | , unitAug 14 12:00:04.271 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 } }] |
| 3692 | 2026-08-14T12:00:05.772Z | :Aug 14 12:00:04.271 freemap_route_ipv6INFO |
| 3693 | 2026-08-14T12:00:05.772Z | Aug 14 12:00:04.271 Aug 14 12:00:04.271Aug 14 12:00:04.271 adding route 172.17.0.28/32 -> 10.0.0.255DEBGDEBGINFO initted freemap. size: 64adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3694 | 2026-08-14T12:00:05.772Z | , |
| 3695 | 2026-08-14T12:00:05.772Z | unit:reset freemap , freemap_route_ipv6unit |
| 3696 | 2026-08-14T12:00:05.772Z | Aug 14 12:00:04.271:Aug 14 12:00:04.271 freemap_route_ipv6DEBG |
| 3697 | 2026-08-14T12:00:05.772Z | 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 } }] |
| 3698 | 2026-08-14T12:00:05.772Z | 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 14 12:00:04.271 |
| 3699 | 2026-08-14T12:00:05.772Z | DEBG reset freemapAug 14 12:00:04.271, unitAug 14 12:00:04.271:Aug 14 12:00:04.271INFO INFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3700 | 2026-08-14T12:00:05.772Z | Aug 14 12:00:04.272 DEBGreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 14 12:00:04.277created new freemap |
| 3701 | 2026-08-14T12:00:05.772Z | , DEBGunit :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 } }] |
| 3702 | 2026-08-14T12:00:05.772Z | freemap_route_ipv4 |
| 3703 | 2026-08-14T12:00:05.772Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3704 | 2026-08-14T12:00:05.772Z | Aug 14 12:00:04.277 |
| 3705 | 2026-08-14T12:00:05.772Z | Aug 14 12:00:04.277 INFOAug 14 12:00:04.277 adding route 172.17.0.59/32 -> 10.0.0.255Aug 14 12:00:04.277DEBG INFO |
| 3706 | 2026-08-14T12:00:05.772Z | DEBGadding route 172.17.0.41/32 -> 10.0.0.255 created new freemap |
| 3707 | 2026-08-14T12:00:05.772Z | , unitreplacing 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 14 12:00:04.277 |
| 3708 | 2026-08-14T12:00:05.772Z | freemap_route_ipv6DEBG |
| 3709 | 2026-08-14T12:00:05.772Z | 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 14 12:00:04.277 |
| 3710 | 2026-08-14T12:00:05.772Z | Aug 14 12:00:04.277Aug 14 12:00:04.277 Aug 14 12:00:04.277 DEBG INFO replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 14 12:00:04.277 |
| 3711 | 2026-08-14T12:00:05.772Z | DEBGinitted freemap. size: 64 , unitINFOadding route 172.17.0.30/32 -> 10.0.0.255: |
| 3712 | 2026-08-14T12:00:05.772Z | Aug 14 12:00:04.277 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] freemap_route_ipv4 |
| 3713 | 2026-08-14T12:00:05.772Z | adding route 172.17.0.60/32 -> 10.0.0.255 |
| 3714 | 2026-08-14T12:00:05.772Z | |
| 3715 | 2026-08-14T12:00:05.772Z | Aug 14 12:00:04.277 INFO DEBGadding route 172.17.0.42/32 -> 10.0.0.255 |
| 3716 | 2026-08-14T12:00:05.772Z | Aug 14 12:00:04.277Aug 14 12:00:04.277 Aug 14 12:00:04.277replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 3717 | 2026-08-14T12:00:05.772Z | DEBG reset freemap, 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 } }]unitINFO:Aug 14 12:00:04.277 Aug 14 12:00:04.277 freemap_route_ipv4 |
| 3718 | 2026-08-14T12:00:05.772Z | INFODEBG 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 } }] |
| 3719 | 2026-08-14T12:00:05.772Z | adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3720 | 2026-08-14T12:00:05.773Z | |
| 3721 | 2026-08-14T12:00:05.773Z | Aug 14 12:00:04.277 |
| 3722 | 2026-08-14T12:00:05.773Z | Aug 14 12:00:04.277DEBG DEBGinitted freemap. size: 64 , Aug 14 12:00:04.277unitAug 14 12:00:04.277failed to allocate space for the new target list Aug 14 12:00:04.277:DEBG |
| 3723 | 2026-08-14T12:00:05.773Z | INFO replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3724 | 2026-08-14T12:00:05.773Z | freemap_route_ipv6 |
| 3725 | 2026-08-14T12:00:05.773Z | DEBGAug 14 12:00:04.278Aug 14 12:00:04.278 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] INFO |
| 3726 | 2026-08-14T12:00:05.773Z | Aug 14 12:00:04.278replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] DEBG adding route 172.17.0.43/32 -> 10.0.0.255reset freemap |
| 3727 | 2026-08-14T12:00:05.773Z | , adding route 172.17.0.32/32 -> 10.0.0.255unit |
| 3728 | 2026-08-14T12:00:05.773Z | : |
| 3729 | 2026-08-14T12:00:05.773Z | freemap_route_ipv6 |
| 3730 | 2026-08-14T12:00:05.773Z | Aug 14 12:00:04.278 Aug 14 12:00:04.278DEBGAug 14 12:00:04.278 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 3731 | 2026-08-14T12:00:05.773Z | |
| 3732 | 2026-08-14T12:00:05.773Z | 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 } }] |
| 3733 | 2026-08-14T12:00:05.773Z | Aug 14 12:00:04.278 INFOAug 14 12:00:04.278Aug 14 12:00:04.278 Aug 14 12:00:04.278 adding route 3fff:dead::/64 -> 2001:db8::55:3INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO |
| 3734 | 2026-08-14T12:00:05.773Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3735 | 2026-08-14T12:00:05.773Z | |
| 3736 | 2026-08-14T12:00:05.773Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3737 | 2026-08-14T12:00:05.773Z | Aug 14 12:00:04.278 INFOAug 14 12:00:04.278 Aug 14 12:00:04.278adding route 172.16.0.0/32 -> 10.0.0.1Aug 14 12:00:04.278 |
| 3738 | 2026-08-14T12:00:05.773Z | 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 } }]DEBG |
| 3739 | 2026-08-14T12:00:05.773Z | 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 14 12:00:04.278 |
| 3740 | 2026-08-14T12:00:05.773Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 14 12:00:04.278 |
| 3741 | 2026-08-14T12:00:05.773Z | DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 14 12:00:04.278 |
| 3742 | 2026-08-14T12:00:05.773Z | Aug 14 12:00:04.278adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3743 | 2026-08-14T12:00:05.773Z | INFOINFO adding route 172.17.0.34/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3744 | 2026-08-14T12:00:05.773Z | Aug 14 12:00:04.278 |
| 3745 | 2026-08-14T12:00:05.773Z | Aug 14 12:00:04.278INFO DEBGAug 14 12:00:04.278 adding route 172.16.0.0/32 -> 10.0.0.1Aug 14 12:00:04.278 |
| 3746 | 2026-08-14T12:00:05.773Z | 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 } }]DEBGDEBG |
| 3747 | 2026-08-14T12:00:05.773Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 } }] |
| 3748 | 2026-08-14T12:00:05.773Z | |
| 3749 | 2026-08-14T12:00:05.773Z | Aug 14 12:00:04.278 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 14 12:00:04.278 |
| 3750 | 2026-08-14T12:00:05.773Z | Aug 14 12:00:04.278freemap_route_ipv6INFO |
| 3751 | 2026-08-14T12:00:05.773Z | DEBGAug 14 12:00:04.278 adding route 172.17.0.35/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:3, vlan_id: None } }]Aug 14 12:00:04.278 Aug 14 12:00:04.278INFO |
| 3752 | 2026-08-14T12:00:05.773Z | adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3753 | 2026-08-14T12:00:05.773Z | |
| 3754 | 2026-08-14T12:00:05.773Z | INFOINFO Aug 14 12:00:04.278adding route 172.16.0.0/32 -> 10.0.0.2adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3755 | 2026-08-14T12:00:05.773Z | |
| 3756 | 2026-08-14T12:00:05.773Z | 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 14 12:00:04.278 |
| 3757 | 2026-08-14T12:00:05.773Z | DEBG Aug 14 12:00:04.278replacing 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 14 12:00:04.278 |
| 3758 | 2026-08-14T12:00:05.773Z | Aug 14 12:00:04.278DEBGDEBG 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 } }] |
| 3759 | 2026-08-14T12:00:05.773Z | 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.47/32 -> 10.0.0.255 |
| 3760 | 2026-08-14T12:00:05.774Z | |
| 3761 | 2026-08-14T12:00:05.774Z | Aug 14 12:00:04.278Aug 14 12:00:04.278 INFOINFOAug 14 12:00:04.278 adding route 172.17.0.36/32 -> 10.0.0.255 INFO |
| 3762 | 2026-08-14T12:00:05.774Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 14 12:00:04.278adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3763 | 2026-08-14T12:00:05.774Z | DEBG |
| 3764 | 2026-08-14T12:00:05.774Z | 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 14 12:00:04.278 |
| 3765 | 2026-08-14T12:00:05.774Z | Aug 14 12:00:04.278Aug 14 12:00:04.278 DEBGDEBG Aug 14 12:00:04.278replacing 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 } }] INFOreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3766 | 2026-08-14T12:00:05.774Z | |
| 3767 | 2026-08-14T12:00:05.774Z | 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 14 12:00:04.278 |
| 3768 | 2026-08-14T12:00:05.774Z | adding route 172.17.0.48/32 -> 10.0.0.255 Aug 14 12:00:04.278 |
| 3769 | 2026-08-14T12:00:05.774Z | INFOINFO adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.1/32 -> 10.0.0.255 |
| 3770 | 2026-08-14T12:00:05.774Z | Aug 14 12:00:04.278 |
| 3771 | 2026-08-14T12:00:05.774Z | Aug 14 12:00:04.278 DEBGINFOAug 14 12:00:04.278Aug 14 12:00:04.278 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 } }]DEBG |
| 3772 | 2026-08-14T12:00:05.774Z | 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3773 | 2026-08-14T12:00:05.774Z | |
| 3774 | 2026-08-14T12:00:05.774Z | 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 } }] |
| 3775 | 2026-08-14T12:00:05.774Z | Aug 14 12:00:04.278Aug 14 12:00:04.278 Aug 14 12:00:04.278 Aug 14 12:00:04.278INFOINFODEBG INFOadding route 172.17.0.49/32 -> 10.0.0.255 |
| 3776 | 2026-08-14T12:00:05.774Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3777 | 2026-08-14T12:00:05.774Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.38/32 -> 10.0.0.255 |
| 3778 | 2026-08-14T12:00:05.774Z | |
| 3779 | 2026-08-14T12:00:05.774Z | Aug 14 12:00:04.278 Aug 14 12:00:04.278DEBG Aug 14 12:00:04.278DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3780 | 2026-08-14T12:00:05.774Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 14 12:00:04.278 |
| 3781 | 2026-08-14T12:00:05.774Z | 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 } }] |
| 3782 | 2026-08-14T12:00:05.774Z | Aug 14 12:00:04.278DEBG INFOreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:04.278 adding route 172.17.0.50/32 -> 10.0.0.255DEBG |
| 3783 | 2026-08-14T12:00:05.774Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3784 | 2026-08-14T12:00:05.774Z | |
| 3785 | 2026-08-14T12:00:05.774Z | Aug 14 12:00:04.278Aug 14 12:00:04.278 INFODEBG Aug 14 12:00:04.278replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3786 | 2026-08-14T12:00:05.774Z | adding route 172.17.0.3/32 -> 10.0.0.255INFO Aug 14 12:00:04.278adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3787 | 2026-08-14T12:00:05.774Z | |
| 3788 | 2026-08-14T12:00:05.774Z | DEBG Aug 14 12:00:04.278replacing targets for 3fff:dead::/64 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 } }] |
| 3789 | 2026-08-14T12:00:05.774Z | INFO Aug 14 12:00:04.278Aug 14 12:00:04.278 DEBGDEBGadding route 172.17.0.51/32 -> 10.0.0.255 |
| 3790 | 2026-08-14T12:00:05.779Z | 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.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 } }] |
| 3791 | 2026-08-14T12:00:05.779Z | |
| 3792 | 2026-08-14T12:00:05.779Z | Aug 14 12:00:04.278 Aug 14 12:00:04.278DEBGAug 14 12:00:04.278 INFOINFO adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.4/32 -> 10.0.0.255 |
| 3793 | 2026-08-14T12:00:05.779Z | |
| 3794 | 2026-08-14T12:00:05.779Z | |
| 3795 | 2026-08-14T12:00:05.779Z | Aug 14 12:00:04.278Aug 14 12:00:04.278Aug 14 12:00:04.278 INFODEBG DEBG adding route 172.17.0.52/32 -> 10.0.0.255replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3796 | 2026-08-14T12:00:05.779Z | |
| 3797 | 2026-08-14T12:00:05.779Z | 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 } }] |
| 3798 | 2026-08-14T12:00:05.779Z | Aug 14 12:00:04.278Aug 14 12:00:04.278 Aug 14 12:00:04.278 INFODEBG adding route 172.17.0.41/32 -> 10.0.0.255INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 3799 | 2026-08-14T12:00:05.779Z | |
| 3800 | 2026-08-14T12:00:05.779Z | Aug 14 12:00:04.279 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 14 12:00:04.284DEBG |
| 3801 | 2026-08-14T12:00:05.779Z | DEBG created new freemapreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3802 | 2026-08-14T12:00:05.779Z | , unit: Aug 14 12:00:04.284Aug 14 12:00:04.284Aug 14 12:00:04.284 INFOfreemap_route_ipv4INFO adding route 172.17.0.6/32 -> 10.0.0.255adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3803 | 2026-08-14T12:00:05.779Z | |
| 3804 | 2026-08-14T12:00:05.779Z | |
| 3805 | 2026-08-14T12:00:05.779Z | Aug 14 12:00:04.284DEBGAug 14 12:00:04.284 DEBGDEBG Aug 14 12:00:04.284replacing 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 } }] |
| 3806 | 2026-08-14T12:00:05.779Z | 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 } }] |
| 3807 | 2026-08-14T12:00:05.779Z | Aug 14 12:00:04.284DEBGreplacing 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 } }] |
| 3808 | 2026-08-14T12:00:05.779Z | INFO Aug 14 12:00:04.284adding route 172.17.0.54/32 -> 10.0.0.255created new freemap |
| 3809 | 2026-08-14T12:00:05.779Z | , Aug 14 12:00:04.284unit INFOINFO :adding route 172.17.0.7/32 -> 10.0.0.255 |
| 3810 | 2026-08-14T12:00:05.779Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3811 | 2026-08-14T12:00:05.779Z | freemap_route_ipv6Aug 14 12:00:04.284 |
| 3812 | 2026-08-14T12:00:05.779Z | Aug 14 12:00:04.284DEBG DEBGreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 14 12:00:04.284replacing 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 } }] |
| 3813 | 2026-08-14T12:00:05.779Z | |
| 3814 | 2026-08-14T12:00:05.779Z | Aug 14 12:00:04.284DEBG DEBG Aug 14 12:00:04.284initted freemap. size: 64replacing 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 14 12:00:04.284, |
| 3815 | 2026-08-14T12:00:05.779Z | INFO INFOunit adding route 172.17.0.8/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255 |
| 3816 | 2026-08-14T12:00:05.779Z | Aug 14 12:00:04.284: |
| 3817 | 2026-08-14T12:00:05.779Z | freemap_route_ipv4INFO |
| 3818 | 2026-08-14T12:00:05.779Z | Aug 14 12:00:04.284 DEBG Aug 14 12:00:04.284adding route 172.17.0.43/32 -> 10.0.0.255 Aug 14 12:00:04.284 |
| 3819 | 2026-08-14T12:00:05.779Z | DEBGreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3820 | 2026-08-14T12:00:05.779Z | Aug 14 12:00:04.284reset freemap , |
| 3821 | 2026-08-14T12:00:05.779Z | DEBGunit :Aug 14 12:00:04.284replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 3822 | 2026-08-14T12:00:05.779Z | adding route 172.17.0.9/32 -> 10.0.0.255freemap_route_ipv4 |
| 3823 | 2026-08-14T12:00:05.779Z | |
| 3824 | 2026-08-14T12:00:05.780Z | Aug 14 12:00:04.284Aug 14 12:00:04.284 INFOINFOAug 14 12:00:04.284Aug 14 12:00:04.284 adding route 172.17.0.44/32 -> 10.0.0.255DEBG |
| 3825 | 2026-08-14T12:00:05.780Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 3826 | 2026-08-14T12:00:05.780Z | DEBGinitted freemap. size: 64 , replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 3827 | 2026-08-14T12:00:05.780Z | Aug 14 12:00:04.284: Aug 14 12:00:04.284freemap_route_ipv6DEBG |
| 3828 | 2026-08-14T12:00:05.780Z | DEBGAug 14 12:00:04.284 INFO replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3829 | 2026-08-14T12:00:05.780Z | |
| 3830 | 2026-08-14T12:00:05.780Z | Aug 14 12:00:04.284adding route 172.17.0.10/32 -> 10.0.0.255 DEBG |
| 3831 | 2026-08-14T12:00:05.780Z | reset freemapAug 14 12:00:04.284Aug 14 12:00:04.284, unit INFO: INFOadding route 172.17.0.45/32 -> 10.0.0.255freemap_route_ipv6 Aug 14 12:00:04.284 |
| 3832 | 2026-08-14T12:00:05.780Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 3833 | 2026-08-14T12:00:05.780Z | |
| 3834 | 2026-08-14T12:00:05.780Z | 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 } }] |
| 3835 | 2026-08-14T12:00:05.780Z | Aug 14 12:00:04.284Aug 14 12:00:04.284 Aug 14 12:00:04.284Aug 14 12:00:04.284INFO INFO adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 3836 | 2026-08-14T12:00:05.780Z | adding route 172.17.0.11/32 -> 10.0.0.255DEBGreplacing 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 } }] |
| 3837 | 2026-08-14T12:00:05.780Z | |
| 3838 | 2026-08-14T12:00:05.780Z | Aug 14 12:00:04.284Aug 14 12:00:04.284 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3839 | 2026-08-14T12:00:05.780Z | |
| 3840 | 2026-08-14T12:00:05.780Z | Aug 14 12:00:04.284 INFO Aug 14 12:00:04.284adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3841 | 2026-08-14T12:00:05.780Z | 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 } }] |
| 3842 | 2026-08-14T12:00:05.780Z | Aug 14 12:00:04.284 DEBG Aug 14 12:00:04.284replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3843 | 2026-08-14T12:00:05.780Z | INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3844 | 2026-08-14T12:00:05.780Z | Aug 14 12:00:04.284Aug 14 12:00:04.284Aug 14 12:00:04.284 DEBGDEBGINFO replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.3 |
| 3845 | 2026-08-14T12:00:05.780Z | |
| 3846 | 2026-08-14T12:00:05.780Z | 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 } }] |
| 3847 | 2026-08-14T12:00:05.780Z | Aug 14 12:00:04.285Aug 14 12:00:04.285 Aug 14 12:00:04.285DEBGINFO 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 } }]adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3848 | 2026-08-14T12:00:05.780Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 3849 | 2026-08-14T12:00:05.780Z | |
| 3850 | 2026-08-14T12:00:05.780Z | Aug 14 12:00:04.285 INFOAug 14 12:00:04.285Aug 14 12:00:04.285 adding route 172.16.0.0/32 -> 10.0.0.4DEBG |
| 3851 | 2026-08-14T12:00:05.780Z | replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3852 | 2026-08-14T12:00:05.780Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 3853 | 2026-08-14T12:00:05.780Z | 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 } }] |
| 3854 | 2026-08-14T12:00:05.780Z | test route::tests::add_target_fails_full ... ok |
| 3855 | 2026-08-14T12:00:05.780Z | test route::tests::delete_targets_full ... ok |
| 3856 | 2026-08-14T12:00:05.780Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 3857 | 2026-08-14T12:00:05.780Z | Aug 14 12:00:04.285 Aug 14 12:00:04.285INFO DEBGAug 14 12:00:04.285 adding route 172.17.0.13/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] |
| 3858 | 2026-08-14T12:00:05.780Z | INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3859 | 2026-08-14T12:00:05.780Z | Aug 14 12:00:04.291 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 } }] |
| 3860 | 2026-08-14T12:00:05.780Z | 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 14 12:00:04.291 |
| 3861 | 2026-08-14T12:00:05.780Z | INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3862 | 2026-08-14T12:00:05.780Z | |
| 3863 | 2026-08-14T12:00:05.780Z | Aug 14 12:00:04.291Aug 14 12:00:04.291 INFO adding route 172.17.0.58/32 -> 10.0.0.255Aug 14 12:00:04.291 |
| 3864 | 2026-08-14T12:00:05.781Z | 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 } }] |
| 3865 | 2026-08-14T12:00:05.781Z | DEBGAug 14 12:00:04.291 replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 14 12:00:04.291 |
| 3866 | 2026-08-14T12:00:05.781Z | 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 |
| 3867 | 2026-08-14T12:00:05.781Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3868 | 2026-08-14T12:00:05.781Z | Aug 14 12:00:04.291Aug 14 12:00:04.291 INFOINFO Aug 14 12:00:04.291 adding route 172.17.0.15/32 -> 10.0.0.255DEBG |
| 3869 | 2026-08-14T12:00:05.781Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 3870 | 2026-08-14T12:00:05.781Z | 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 } }] |
| 3871 | 2026-08-14T12:00:05.781Z | Aug 14 12:00:04.291 DEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:04.291 |
| 3872 | 2026-08-14T12:00:05.781Z | Aug 14 12:00:04.291DEBG 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 |
| 3873 | 2026-08-14T12:00:05.781Z | Aug 14 12:00:04.291adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3874 | 2026-08-14T12:00:05.781Z | INFO Aug 14 12:00:04.291 adding route 172.17.0.16/32 -> 10.0.0.255INFOAug 14 12:00:04.291 |
| 3875 | 2026-08-14T12:00:05.781Z | adding route 172.17.0.60/32 -> 10.0.0.255DEBG |
| 3876 | 2026-08-14T12:00:05.781Z | 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 } }] |
| 3877 | 2026-08-14T12:00:05.781Z | Aug 14 12:00:04.291 Aug 14 12:00:04.291DEBG Aug 14 12:00:04.291 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 |
| 3878 | 2026-08-14T12:00:05.781Z | INFOreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3879 | 2026-08-14T12:00:05.781Z | adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3880 | 2026-08-14T12:00:05.781Z | Aug 14 12:00:04.291Aug 14 12:00:04.291Aug 14 12:00:04.291 INFO DEBGadding route 172.17.0.17/32 -> 10.0.0.255 |
| 3881 | 2026-08-14T12:00:05.781Z | 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 |
| 3882 | 2026-08-14T12:00:05.781Z | adding route 172.17.0.61/32 -> 10.0.0.255Aug 14 12:00:04.291Aug 14 12:00:04.291 |
| 3883 | 2026-08-14T12:00:05.781Z | DEBGINFO adding route 172.17.0.53/32 -> 10.0.0.255replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3884 | 2026-08-14T12:00:05.781Z | |
| 3885 | 2026-08-14T12:00:05.781Z | Aug 14 12:00:04.291 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 } }] |
| 3886 | 2026-08-14T12:00:05.781Z | Aug 14 12:00:04.291Aug 14 12:00:04.291 Aug 14 12:00:04.291DEBG Aug 14 12:00:04.291INFO DEBGreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.18/32 -> 10.0.0.255 INFO |
| 3887 | 2026-08-14T12:00:05.781Z | |
| 3888 | 2026-08-14T12:00:05.781Z | replacing targets for 172.16.0.0/32 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 } }] |
| 3889 | 2026-08-14T12:00:05.781Z | adding route 172.17.0.62/32 -> 10.0.0.255 |
| 3890 | 2026-08-14T12:00:05.785Z | Aug 14 12:00:04.291Aug 14 12:00:04.291 Aug 14 12:00:04.278DEBGINFO 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 } }]created new freemapadding route 172.17.0.54/32 -> 10.0.0.255 |
| 3891 | 2026-08-14T12:00:05.785Z | , |
| 3892 | 2026-08-14T12:00:05.785Z | Aug 14 12:00:04.291unit :DEBG Aug 14 12:00:04.291freemap_route_ipv4Aug 14 12:00:04.291replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 3893 | 2026-08-14T12:00:05.785Z | DEBG |
| 3894 | 2026-08-14T12:00:05.785Z | 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 14 12:00:04.291 |
| 3895 | 2026-08-14T12:00:05.785Z | adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3896 | 2026-08-14T12:00:05.786Z | INFO Aug 14 12:00:04.291adding route 172.17.0.63/32 -> 10.0.0.255 |
| 3897 | 2026-08-14T12:00:05.786Z | Aug 14 12:00:04.291INFO DEBG Aug 14 12:00:04.291 adding route 172.17.0.55/32 -> 10.0.0.255replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3898 | 2026-08-14T12:00:05.786Z | DEBG |
| 3899 | 2026-08-14T12:00:05.786Z | Aug 14 12:00:04.291 created new freemapDEBG, Aug 14 12:00:04.291replacing 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 } }]unit DEBG: |
| 3900 | 2026-08-14T12:00:05.786Z | 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 } }] |
| 3901 | 2026-08-14T12:00:05.786Z | Aug 14 12:00:04.291freemap_route_ipv6 INFO |
| 3902 | 2026-08-14T12:00:05.786Z | adding route 172.17.0.20/32 -> 10.0.0.255Aug 14 12:00:04.291Aug 14 12:00:04.291 |
| 3903 | 2026-08-14T12:00:05.786Z | Aug 14 12:00:04.291INFO DEBG DEBGadding route 172.17.0.56/32 -> 10.0.0.255Aug 14 12:00:04.291initted freemap. size: 64 , failed to allocate space for the new target listDEBGunit :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 } }] |
| 3904 | 2026-08-14T12:00:05.786Z | |
| 3905 | 2026-08-14T12:00:05.786Z | freemap_route_ipv4 |
| 3906 | 2026-08-14T12:00:05.786Z | |
| 3907 | 2026-08-14T12:00:05.786Z | Aug 14 12:00:04.291 INFOAug 14 12:00:04.291 Aug 14 12:00:04.291Aug 14 12:00:04.291adding route 172.17.0.21/32 -> 10.0.0.255 DEBGDEBGDEBG |
| 3908 | 2026-08-14T12:00:05.786Z | 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 } }] |
| 3909 | 2026-08-14T12:00:05.786Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]reset freemap |
| 3910 | 2026-08-14T12:00:05.786Z | , unit:Aug 14 12:00:04.291 Aug 14 12:00:04.291INFOAug 14 12:00:04.291 freemap_route_ipv4 DEBGDEBG |
| 3911 | 2026-08-14T12:00:05.786Z | 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.57/32 -> 10.0.0.255 |
| 3912 | 2026-08-14T12:00:05.786Z | failed to allocate space for the new target list |
| 3913 | 2026-08-14T12:00:05.786Z | |
| 3914 | 2026-08-14T12:00:05.786Z | Aug 14 12:00:04.291Aug 14 12:00:04.291 Aug 14 12:00:04.291INFODEBG DEBGadding route 172.17.0.22/32 -> 10.0.0.255 |
| 3915 | 2026-08-14T12:00:05.786Z | 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 } }] |
| 3916 | 2026-08-14T12:00:05.786Z | initted freemap. size: 64, unit:Aug 14 12:00:04.291 Aug 14 12:00:04.291freemap_route_ipv6DEBG |
| 3917 | 2026-08-14T12:00:05.786Z | replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3918 | 2026-08-14T12:00:05.786Z | adding route 172.17.0.58/32 -> 10.0.0.255 |
| 3919 | 2026-08-14T12:00:05.786Z | Aug 14 12:00:04.291 Aug 14 12:00:04.291DEBGAug 14 12:00:04.291 INFOreset freemap , DEBGadding route 172.17.0.23/32 -> 10.0.0.255unit |
| 3920 | 2026-08-14T12:00:05.786Z | :replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv6 |
| 3921 | 2026-08-14T12:00:05.786Z | |
| 3922 | 2026-08-14T12:00:05.786Z | Aug 14 12:00:04.291 DEBG Aug 14 12:00:04.291Aug 14 12:00:04.291 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 } }] INFOINFO |
| 3923 | 2026-08-14T12:00:05.786Z | adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.59/32 -> 10.0.0.255 |
| 3924 | 2026-08-14T12:00:05.786Z | |
| 3925 | 2026-08-14T12:00:05.786Z | Aug 14 12:00:04.291 INFO Aug 14 12:00:04.291Aug 14 12:00:04.291adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3926 | 2026-08-14T12:00:05.786Z | 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 14 12:00:04.291 |
| 3927 | 2026-08-14T12:00:05.786Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 3928 | 2026-08-14T12:00:05.786Z | Aug 14 12:00:04.291replacing 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 } }] |
| 3929 | 2026-08-14T12:00:05.786Z | INFO adding route 172.17.0.60/32 -> 10.0.0.255Aug 14 12:00:04.291 |
| 3930 | 2026-08-14T12:00:05.786Z | Aug 14 12:00:04.291INFO INFOadding route 172.16.0.0/32 -> 10.0.0.2 |
| 3931 | 2026-08-14T12:00:05.786Z | adding route 172.17.0.25/32 -> 10.0.0.255Aug 14 12:00:04.291 |
| 3932 | 2026-08-14T12:00:05.786Z | 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 } }] |
| 3933 | 2026-08-14T12:00:05.786Z | Aug 14 12:00:04.291Aug 14 12:00:04.291 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3934 | 2026-08-14T12:00:05.786Z | Aug 14 12:00:04.291 |
| 3935 | 2026-08-14T12:00:05.787Z | DEBG failed to allocate space for the new target list |
| 3936 | 2026-08-14T12:00:05.787Z | Aug 14 12:00:04.291Aug 14 12:00:04.291 INFOINFOAug 14 12:00:04.291 adding route 172.17.0.26/32 -> 10.0.0.255DEBG |
| 3937 | 2026-08-14T12:00:05.787Z | replacing targets for 172.16.0.0/32 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.16.0.0/32 -> 10.0.0.3 |
| 3938 | 2026-08-14T12:00:05.787Z | |
| 3939 | 2026-08-14T12:00:05.787Z | Aug 14 12:00:04.291 DEBGAug 14 12:00:04.291 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 |
| 3940 | 2026-08-14T12:00:05.787Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3941 | 2026-08-14T12:00:05.787Z | Aug 14 12:00:04.291 INFOAug 14 12:00:04.291 adding route 172.17.0.27/32 -> 10.0.0.255INFO |
| 3942 | 2026-08-14T12:00:05.787Z | adding route 172.16.0.0/32 -> 10.0.0.4 |
| 3943 | 2026-08-14T12:00:05.787Z | Aug 14 12:00:04.291 DEBGAug 14 12:00:04.291 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 |
| 3944 | 2026-08-14T12:00:05.787Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3945 | 2026-08-14T12:00:05.787Z | Aug 14 12:00:04.291 INFO adding route 172.17.0.28/32 -> 10.0.0.255Aug 14 12:00:04.291 |
| 3946 | 2026-08-14T12:00:05.787Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 3947 | 2026-08-14T12:00:05.787Z | Aug 14 12:00:04.291 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 } }] |
| 3948 | 2026-08-14T12:00:05.787Z | Aug 14 12:00:04.291 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3949 | 2026-08-14T12:00:05.787Z | Aug 14 12:00:04.291 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 } }] |
| 3950 | 2026-08-14T12:00:05.787Z | Aug 14 12:00:04.291 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 3951 | 2026-08-14T12:00:05.787Z | test route::tests::delete_targets_fragmented ... ok |
| 3952 | 2026-08-14T12:00:05.787Z | Aug 14 12:00:04.291 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 } }] |
| 3953 | 2026-08-14T12:00:05.787Z | Aug 14 12:00:04.291 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3954 | 2026-08-14T12:00:05.787Z | Aug 14 12:00:04.291 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 } }] |
| 3955 | 2026-08-14T12:00:05.787Z | Aug 14 12:00:04.291 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3956 | 2026-08-14T12:00:05.787Z | |
| 3957 | 2026-08-14T12:00:05.787Z | Aug 14 12:00:04.291 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 } }] |
| 3958 | 2026-08-14T12:00:05.787Z | Aug 14 12:00:04.291 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3959 | 2026-08-14T12:00:05.787Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s |
| 3960 | 2026-08-14T12:00:05.787Z | Aug 14 12:00:04.291 DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3961 | 2026-08-14T12:00:05.787Z | Aug 14 12:00:04.291 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3962 | 2026-08-14T12:00:05.787Z | |
| 3963 | 2026-08-14T12:00:05.787Z | Aug 14 12:00:04.291 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 } }] |
| 3964 | 2026-08-14T12:00:05.787Z | Aug 14 12:00:04.291 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3965 | 2026-08-14T12:00:05.787Z | Aug 14 12:00:04.291 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 } }] |
| 3966 | 2026-08-14T12:00:05.787Z | Aug 14 12:00:04.291 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3967 | 2026-08-14T12:00:05.787Z | Aug 14 12:00:04.292 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 } }] |
| 3968 | 2026-08-14T12:00:05.787Z | Aug 14 12:00:04.292 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3969 | 2026-08-14T12:00:05.787Z | Aug 14 12:00:04.292 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 } }] |
| 3970 | 2026-08-14T12:00:05.787Z | Aug 14 12:00:04.292 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3971 | 2026-08-14T12:00:05.787Z | Aug 14 12:00:04.292 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 } }] |
| 3972 | 2026-08-14T12:00:05.787Z | Aug 14 12:00:04.292 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3973 | 2026-08-14T12:00:05.787Z | Aug 14 12:00:04.292 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 } }] |
| 3974 | 2026-08-14T12:00:05.787Z | Aug 14 12:00:04.292 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3975 | 2026-08-14T12:00:05.788Z | Aug 14 12:00:04.297 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 } }] |
| 3976 | 2026-08-14T12:00:05.788Z | Aug 14 12:00:04.297 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3977 | 2026-08-14T12:00:05.788Z | Aug 14 12:00:04.298 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 } }] |
| 3978 | 2026-08-14T12:00:05.788Z | Aug 14 12:00:04.298 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3979 | 2026-08-14T12:00:05.788Z | Aug 14 12:00:04.298 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 } }] |
| 3980 | 2026-08-14T12:00:05.788Z | Aug 14 12:00:04.298 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3981 | 2026-08-14T12:00:05.788Z | Aug 14 12:00:04.298 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 } }] |
| 3982 | 2026-08-14T12:00:05.788Z | Aug 14 12:00:04.298 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3983 | 2026-08-14T12:00:05.788Z | Aug 14 12:00:04.298 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 } }] |
| 3984 | 2026-08-14T12:00:05.788Z | Aug 14 12:00:04.298 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3985 | 2026-08-14T12:00:05.788Z | Aug 14 12:00:04.298 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 } }] |
| 3986 | 2026-08-14T12:00:05.788Z | Aug 14 12:00:04.298 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3987 | 2026-08-14T12:00:05.788Z | Aug 14 12:00:04.298 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 } }] |
| 3988 | 2026-08-14T12:00:05.788Z | Aug 14 12:00:04.298 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3989 | 2026-08-14T12:00:05.788Z | Aug 14 12:00:04.298 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 } }] |
| 3990 | 2026-08-14T12:00:05.792Z | Aug 14 12:00:04.298 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3991 | 2026-08-14T12:00:05.792Z | Aug 14 12:00:04.298 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 } }] |
| 3992 | 2026-08-14T12:00:05.792Z | Aug 14 12:00:04.298 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3993 | 2026-08-14T12:00:05.792Z | Aug 14 12:00:04.298 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 } }] |
| 3994 | 2026-08-14T12:00:05.792Z | Aug 14 12:00:04.298 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3995 | 2026-08-14T12:00:05.792Z | Aug 14 12:00:04.298 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 } }] |
| 3996 | 2026-08-14T12:00:05.792Z | Aug 14 12:00:04.298 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3997 | 2026-08-14T12:00:05.792Z | Aug 14 12:00:04.298 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 } }] |
| 3998 | 2026-08-14T12:00:05.792Z | Aug 14 12:00:04.298 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3999 | 2026-08-14T12:00:05.792Z | Aug 14 12:00:04.298 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 } }] |
| 4000 | 2026-08-14T12:00:05.792Z | Aug 14 12:00:04.298 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 4001 | 2026-08-14T12:00:05.792Z | Aug 14 12:00:04.298 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 } }] |
| 4002 | 2026-08-14T12:00:05.792Z | Aug 14 12:00:04.298 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 4003 | 2026-08-14T12:00:05.792Z | Aug 14 12:00:04.298 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 } }] |
| 4004 | 2026-08-14T12:00:05.792Z | Aug 14 12:00:04.298 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 4005 | 2026-08-14T12:00:05.792Z | Aug 14 12:00:04.298 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 } }] |
| 4006 | 2026-08-14T12:00:05.792Z | Aug 14 12:00:04.298 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 4007 | 2026-08-14T12:00:05.792Z | Aug 14 12:00:04.298 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 } }] |
| 4008 | 2026-08-14T12:00:05.792Z | Aug 14 12:00:04.298 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 4009 | 2026-08-14T12:00:05.792Z | Aug 14 12:00:04.298 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 } }] |
| 4010 | 2026-08-14T12:00:05.792Z | Aug 14 12:00:04.298 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 4011 | 2026-08-14T12:00:05.792Z | Aug 14 12:00:04.298 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 } }] |
| 4012 | 2026-08-14T12:00:05.792Z | Aug 14 12:00:04.298 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 4013 | 2026-08-14T12:00:05.792Z | Aug 14 12:00:04.298 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 } }] |
| 4014 | 2026-08-14T12:00:05.792Z | Aug 14 12:00:04.298 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 4015 | 2026-08-14T12:00:05.792Z | Aug 14 12:00:04.298 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 } }] |
| 4016 | 2026-08-14T12:00:05.792Z | Aug 14 12:00:04.298 DEBG failed to allocate space for the new target list |
| 4017 | 2026-08-14T12:00:05.792Z | Aug 14 12:00:04.298 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 } }] |
| 4018 | 2026-08-14T12:00:05.792Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-9a5ae64985c3e580) |
| 4019 | 2026-08-14T12:00:05.792Z | |
| 4020 | 2026-08-14T12:00:05.793Z | running 0 tests |
| 4021 | 2026-08-14T12:00:05.793Z | |
| 4022 | 2026-08-14T12:00:05.793Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4023 | 2026-08-14T12:00:05.793Z | |
| 4024 | 2026-08-14T12:00:05.793Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024) |
| 4025 | 2026-08-14T12:00:05.793Z | |
| 4026 | 2026-08-14T12:00:05.793Z | running 0 tests |
| 4027 | 2026-08-14T12:00:05.793Z | |
| 4028 | 2026-08-14T12:00:05.793Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4029 | 2026-08-14T12:00:05.793Z | |
| 4030 | 2026-08-14T12:00:05.793Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-a0641429f08c43c9) |
| 4031 | 2026-08-14T12:00:05.793Z | |
| 4032 | 2026-08-14T12:00:05.793Z | running 6 tests |
| 4033 | 2026-08-14T12:00:05.793Z | test tests::test_full_lot_id_neither_present ... ok |
| 4034 | 2026-08-14T12:00:05.793Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 4035 | 2026-08-14T12:00:05.793Z | test tests::test_full_lot_id_lot_only ... ok |
| 4036 | 2026-08-14T12:00:05.793Z | test tests::test_full_lot_id_both_present ... ok |
| 4037 | 2026-08-14T12:00:05.793Z | test tests::test_parse_client_port_id ... ok |
| 4038 | 2026-08-14T12:00:05.793Z | test tests::test_port_id_cmp ... ok |
| 4039 | 2026-08-14T12:00:05.793Z | |
| 4040 | 2026-08-14T12:00:05.793Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4041 | 2026-08-14T12:00:05.793Z | |
| 4042 | 2026-08-14T12:00:05.793Z | Running tests/test_all.rs (target/debug/deps/test_all-a549e29c96051256) |
| 4043 | 2026-08-14T12:00:05.793Z | |
| 4044 | 2026-08-14T12:00:05.793Z | running 0 tests |
| 4045 | 2026-08-14T12:00:05.793Z | |
| 4046 | 2026-08-14T12:00:05.793Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4047 | 2026-08-14T12:00:05.793Z | |
| 4048 | 2026-08-14T12:00:05.793Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21) |
| 4049 | 2026-08-14T12:00:05.793Z | |
| 4050 | 2026-08-14T12:00:05.793Z | running 0 tests |
| 4051 | 2026-08-14T12:00:05.793Z | |
| 4052 | 2026-08-14T12:00:05.793Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4053 | 2026-08-14T12:00:05.793Z | |
| 4054 | 2026-08-14T12:00:05.793Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62) |
| 4055 | 2026-08-14T12:00:05.793Z | |
| 4056 | 2026-08-14T12:00:05.793Z | running 0 tests |
| 4057 | 2026-08-14T12:00:05.793Z | |
| 4058 | 2026-08-14T12:00:05.793Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4059 | 2026-08-14T12:00:05.793Z | |
| 4060 | 2026-08-14T12:00:05.794Z | Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1) |
| 4061 | 2026-08-14T12:00:05.794Z | |
| 4062 | 2026-08-14T12:00:05.794Z | running 12 tests |
| 4063 | 2026-08-14T12:00:05.794Z | test icmp::test_v6_checksum ... ok |
| 4064 | 2026-08-14T12:00:05.794Z | test icmp::test_v4_checksum ... ok |
| 4065 | 2026-08-14T12:00:05.794Z | test pbuf::test_byte ... ok |
| 4066 | 2026-08-14T12:00:05.794Z | test lldp::test_lldp_parse ... ok |
| 4067 | 2026-08-14T12:00:05.794Z | test ipv6::test_ipv6_parse ... ok |
| 4068 | 2026-08-14T12:00:05.794Z | test pbuf::test_nibble ... ok |
| 4069 | 2026-08-14T12:00:05.794Z | test pbuf::test_overflow ... ok |
| 4070 | 2026-08-14T12:00:05.794Z | test pbuf::test_short ... ok |
| 4071 | 2026-08-14T12:00:05.794Z | test pbuf::test_twelve ... ok |
| 4072 | 2026-08-14T12:00:05.794Z | test pbuf::test_word ... ok |
| 4073 | 2026-08-14T12:00:05.794Z | test tcp::test_checksum_syn_nodata ... ok |
| 4074 | 2026-08-14T12:00:05.794Z | test tcp::test_checksum_ack_data ... ok |
| 4075 | 2026-08-14T12:00:05.794Z | |
| 4076 | 2026-08-14T12:00:05.794Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4077 | 2026-08-14T12:00:05.794Z | |
| 4078 | 2026-08-14T12:00:05.794Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 4079 | 2026-08-14T12:00:05.794Z | |
| 4080 | 2026-08-14T12:00:05.794Z | running 0 tests |
| 4081 | 2026-08-14T12:00:05.794Z | |
| 4082 | 2026-08-14T12:00:05.794Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4083 | 2026-08-14T12:00:05.794Z | |
| 4084 | 2026-08-14T12:00:05.794Z | Running unittests src/main.rs (target/debug/deps/swadm-c74741c7ac57aafc) |
| 4085 | 2026-08-14T12:00:05.794Z | |
| 4086 | 2026-08-14T12:00:05.794Z | running 5 tests |
| 4087 | 2026-08-14T12:00:05.794Z | test switchport::test::test_compute_lanes ... ok |
| 4088 | 2026-08-14T12:00:05.794Z | test switchport::test::port_id_ordering ... ok |
| 4089 | 2026-08-14T12:00:05.794Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 4090 | 2026-08-14T12:00:05.798Z | Lane 0 Rx Loss-of-lock: Yes Yes Lane 1Yes YesLane 2 |
| 4091 | 2026-08-14T12:00:05.798Z | Rx Loss-of-signal: YesLane 3 Yes |
| 4092 | 2026-08-14T12:00:05.798Z | Yes State: Activated Yes |
| 4093 | 2026-08-14T12:00:05.798Z | Activated Rx CDR Enabled: Yes Activated Yes ActivatedYes |
| 4094 | 2026-08-14T12:00:05.798Z | Rx Output Enabled: falseYes |
| 4095 | 2026-08-14T12:00:05.798Z | false false Tx Enabled: Yes falseYes |
| 4096 | 2026-08-14T12:00:05.798Z | Rx Output Status: validYes validYes |
| 4097 | 2026-08-14T12:00:05.798Z | valid Tx Loss-of-lock: No valid |
| 4098 | 2026-08-14T12:00:05.798Z | No Rx Loss-of-lock: trueNo trueNo |
| 4099 | 2026-08-14T12:00:05.798Z | true Tx Loss-of-signal: Notrue |
| 4100 | 2026-08-14T12:00:05.798Z | No Rx Loss-of-signal: falseNo falseNo |
| 4101 | 2026-08-14T12:00:05.798Z | false Tx CDR Enabled: No No false |
| 4102 | 2026-08-14T12:00:05.798Z | No NoRx Auto-squelch Disable: true |
| 4103 | 2026-08-14T12:00:05.798Z | true Tx Adaptive EQ Fault: No trueNo true |
| 4104 | 2026-08-14T12:00:05.798Z | No Tx Output Enabled: trueNo |
| 4105 | 2026-08-14T12:00:05.798Z | true Tx Fault: Yestrue true |
| 4106 | 2026-08-14T12:00:05.798Z | Yes Tx Output Status: invalidYes invalidYes |
| 4107 | 2026-08-14T12:00:05.798Z | invalid invalid |
| 4108 | 2026-08-14T12:00:05.799Z | Tx Loss-of-lock: false false false false |
| 4109 | 2026-08-14T12:00:05.799Z | Tx Loss-of-signal: true true true true |
| 4110 | 2026-08-14T12:00:05.799Z | Tx Auto-squelch Disable: false false false false |
| 4111 | 2026-08-14T12:00:05.799Z | Tx Adaptive EQ Fail: true true true true |
| 4112 | 2026-08-14T12:00:05.799Z | Tx Failure: false false false false |
| 4113 | 2026-08-14T12:00:05.799Z | Tx Force Squelch: true true true true |
| 4114 | 2026-08-14T12:00:05.799Z | Tx Input Polarity: normal normal normal normal |
| 4115 | 2026-08-14T12:00:05.799Z | test switchport::test::test_print_sff_datapath ... ok |
| 4116 | 2026-08-14T12:00:05.799Z | test switchport::test::test_print_cmis_datapath ... ok |
| 4117 | 2026-08-14T12:00:05.799Z | test link::test_filter ... ok |
| 4118 | 2026-08-14T12:00:05.799Z | |
| 4119 | 2026-08-14T12:00:05.799Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4120 | 2026-08-14T12:00:05.799Z | |
| 4121 | 2026-08-14T12:00:05.799Z | Running tests/counters.rs (target/debug/deps/counters-4982a5354f1e9ae7) |
| 4122 | 2026-08-14T12:00:05.799Z | |
| 4123 | 2026-08-14T12:00:05.799Z | running 1 test |
| 4124 | 2026-08-14T12:00:05.799Z | test test_p4_counter_list ... ignored |
| 4125 | 2026-08-14T12:00:05.799Z | |
| 4126 | 2026-08-14T12:00:05.799Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4127 | 2026-08-14T12:00:05.799Z | |
| 4128 | 2026-08-14T12:00:05.799Z | Running tests/port-link.rs (target/debug/deps/port_link-13c02bc02f8aab43) |
| 4129 | 2026-08-14T12:00:05.799Z | |
| 4130 | 2026-08-14T12:00:05.799Z | running 5 tests |
| 4131 | 2026-08-14T12:00:05.799Z | test test_an ... ignored |
| 4132 | 2026-08-14T12:00:05.799Z | test test_enable ... ignored |
| 4133 | 2026-08-14T12:00:05.799Z | test test_ip_addresses ... ignored |
| 4134 | 2026-08-14T12:00:05.799Z | test test_kr ... ignored |
| 4135 | 2026-08-14T12:00:05.799Z | test test_mac ... ignored |
| 4136 | 2026-08-14T12:00:05.799Z | |
| 4137 | 2026-08-14T12:00:05.799Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4138 | 2026-08-14T12:00:05.799Z | |
| 4139 | 2026-08-14T12:00:05.799Z | Running unittests src/main.rs (target/debug/deps/tfportd-c2bdb70bfbc0b426) |
| 4140 | 2026-08-14T12:00:05.799Z | |
| 4141 | 2026-08-14T12:00:05.799Z | running 3 tests |
| 4142 | 2026-08-14T12:00:05.799Z | test linklocal::test_parse_ipadm ... ok |
| 4143 | 2026-08-14T12:00:05.799Z | test tfport::test_parse_tfport ... ok |
| 4144 | 2026-08-14T12:00:05.799Z | test config::tests::test_updates ... ok |
| 4145 | 2026-08-14T12:00:05.799Z | |
| 4146 | 2026-08-14T12:00:05.799Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4147 | 2026-08-14T12:00:05.799Z | |
| 4148 | 2026-08-14T12:00:05.800Z | Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40) |
| 4149 | 2026-08-14T12:00:05.800Z | |
| 4150 | 2026-08-14T12:00:05.800Z | running 0 tests |
| 4151 | 2026-08-14T12:00:05.800Z | |
| 4152 | 2026-08-14T12:00:05.800Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4153 | 2026-08-14T12:00:05.800Z | |
| 4154 | 2026-08-14T12:00:05.800Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 4155 | 2026-08-14T12:00:05.803Z | |
| 4156 | 2026-08-14T12:00:05.803Z | running 0 tests |
| 4157 | 2026-08-14T12:00:05.803Z | |
| 4158 | 2026-08-14T12:00:05.803Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4159 | 2026-08-14T12:00:05.803Z | |
| 4160 | 2026-08-14T12:00:05.803Z | Doc-tests aal |
| 4161 | 2026-08-14T12:00:05.927Z | |
| 4162 | 2026-08-14T12:00:05.927Z | running 0 tests |
| 4163 | 2026-08-14T12:00:05.927Z | |
| 4164 | 2026-08-14T12:00:05.927Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4165 | 2026-08-14T12:00:05.927Z | |
| 4166 | 2026-08-14T12:00:05.942Z | Doc-tests aal_macros |
| 4167 | 2026-08-14T12:00:06.010Z | |
| 4168 | 2026-08-14T12:00:06.010Z | running 0 tests |
| 4169 | 2026-08-14T12:00:06.010Z | |
| 4170 | 2026-08-14T12:00:06.010Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4171 | 2026-08-14T12:00:06.010Z | |
| 4172 | 2026-08-14T12:00:06.020Z | Doc-tests common |
| 4173 | 2026-08-14T12:00:06.251Z | |
| 4174 | 2026-08-14T12:00:06.251Z | running 0 tests |
| 4175 | 2026-08-14T12:00:06.251Z | |
| 4176 | 2026-08-14T12:00:06.251Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4177 | 2026-08-14T12:00:06.251Z | |
| 4178 | 2026-08-14T12:00:06.271Z | Doc-tests dpd_api |
| 4179 | 2026-08-14T12:00:07.002Z | |
| 4180 | 2026-08-14T12:00:07.002Z | running 2 tests |
| 4181 | 2026-08-14T12:00:07.003Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 4182 | 2026-08-14T12:00:07.003Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 4183 | 2026-08-14T12:00:07.003Z | |
| 4184 | 2026-08-14T12:00:07.003Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4185 | 2026-08-14T12:00:07.003Z | |
| 4186 | 2026-08-14T12:00:07.032Z | Doc-tests dpd_client |
| 4187 | 2026-08-14T12:00:08.278Z | |
| 4188 | 2026-08-14T12:00:08.279Z | running 0 tests |
| 4189 | 2026-08-14T12:00:08.279Z | |
| 4190 | 2026-08-14T12:00:08.279Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4191 | 2026-08-14T12:00:08.279Z | |
| 4192 | 2026-08-14T12:00:08.319Z | Doc-tests dpd_types |
| 4193 | 2026-08-14T12:00:08.528Z | |
| 4194 | 2026-08-14T12:00:08.528Z | running 0 tests |
| 4195 | 2026-08-14T12:00:08.528Z | |
| 4196 | 2026-08-14T12:00:08.528Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4197 | 2026-08-14T12:00:08.528Z | |
| 4198 | 2026-08-14T12:00:08.551Z | Doc-tests dpd_types_versions |
| 4199 | 2026-08-14T12:00:09.734Z | |
| 4200 | 2026-08-14T12:00:09.734Z | running 1 test |
| 4201 | 2026-08-14T12:00:09.735Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 4202 | 2026-08-14T12:00:09.735Z | |
| 4203 | 2026-08-14T12:00:09.735Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4204 | 2026-08-14T12:00:09.735Z | |
| 4205 | 2026-08-14T12:00:09.774Z | Doc-tests packet |
| 4206 | 2026-08-14T12:00:09.885Z | |
| 4207 | 2026-08-14T12:00:09.885Z | running 0 tests |
| 4208 | 2026-08-14T12:00:09.885Z | |
| 4209 | 2026-08-14T12:00:09.885Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4210 | 2026-08-14T12:00:09.885Z | |
| 4211 | 2026-08-14T12:00:09.899Z | Doc-tests pcap |
| 4212 | 2026-08-14T12:00:09.949Z | |
| 4213 | 2026-08-14T12:00:09.949Z | running 0 tests |
| 4214 | 2026-08-14T12:00:09.949Z | |
| 4215 | 2026-08-14T12:00:09.949Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4216 | 2026-08-14T12:00:09.949Z | |
| 4217 | 2026-08-14T12:00:10.016Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 4218 | 2026-08-14T12:00:10.016Z | + RUST_BACKTRACE=full |
| 4219 | 2026-08-14T12:00:10.016Z | + cargo test --features tofino_asic --no-fail-fast |
| 4220 | 2026-08-14T12:00:10.606Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 4221 | 2026-08-14T12:00:10.686Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 4222 | 2026-08-14T12:00:10.693Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 4223 | 2026-08-14T12:00:10.700Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 4224 | 2026-08-14T12:00:19.164Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 4225 | 2026-08-14T12:00:19.707Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 4226 | 2026-08-14T12:00:58.668Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 48.64s |
| 4227 | 2026-08-14T12:00:58.791Z | Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e) |
| 4228 | 2026-08-14T12:00:58.794Z | |
| 4229 | 2026-08-14T12:00:58.794Z | running 5 tests |
| 4230 | 2026-08-14T12:00:58.797Z | test fuse::tests::chip_revision_b0 ... ok |
| 4231 | 2026-08-14T12:00:58.797Z | test fuse::tests::chip_revision_a0 ... ok |
| 4232 | 2026-08-14T12:00:58.797Z | test fuse::tests::chip_revision_b1 ... ok |
| 4233 | 2026-08-14T12:00:58.797Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 4234 | 2026-08-14T12:00:58.797Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 4235 | 2026-08-14T12:00:58.797Z | |
| 4236 | 2026-08-14T12:00:58.797Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4237 | 2026-08-14T12:00:58.797Z | |
| 4238 | 2026-08-14T12:00:58.797Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 4239 | 2026-08-14T12:00:58.797Z | |
| 4240 | 2026-08-14T12:00:58.797Z | running 0 tests |
| 4241 | 2026-08-14T12:00:58.798Z | |
| 4242 | 2026-08-14T12:00:58.798Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4243 | 2026-08-14T12:00:58.798Z | |
| 4244 | 2026-08-14T12:00:58.801Z | Running unittests src/lib.rs (target/debug/deps/asic-7fbe7810b219c0c1) |
| 4245 | 2026-08-14T12:00:58.895Z | |
| 4246 | 2026-08-14T12:00:58.895Z | running 8 tests |
| 4247 | 2026-08-14T12:00:58.898Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
| 4248 | 2026-08-14T12:00:58.898Z | test tofino_asic::qsfp::tests::fix_link ... ok |
| 4249 | 2026-08-14T12:00:58.898Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
| 4250 | 2026-08-14T12:00:58.898Z | test tofino_asic::stats::constants_sanity_check ... ok |
| 4251 | 2026-08-14T12:00:58.898Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
| 4252 | 2026-08-14T12:00:58.898Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
| 4253 | 2026-08-14T12:00:58.905Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
| 4254 | 2026-08-14T12:00:59.397Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
| 4255 | 2026-08-14T12:00:59.397Z | |
| 4256 | 2026-08-14T12:00:59.397Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s |
| 4257 | 2026-08-14T12:00:59.397Z | |
| 4258 | 2026-08-14T12:00:59.407Z | Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac) |
| 4259 | 2026-08-14T12:00:59.410Z | |
| 4260 | 2026-08-14T12:00:59.410Z | running 11 tests |
| 4261 | 2026-08-14T12:00:59.413Z | test network::tests::test_eui64 ... ok |
| 4262 | 2026-08-14T12:00:59.413Z | test network::tests::test_equal ... ok |
| 4263 | 2026-08-14T12:00:59.413Z | test nat::tests::test_vni ... ok |
| 4264 | 2026-08-14T12:00:59.413Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 4265 | 2026-08-14T12:00:59.413Z | test network::tests::test_into ... ok |
| 4266 | 2026-08-14T12:00:59.413Z | test network::tests::test_not_equal ... ok |
| 4267 | 2026-08-14T12:00:59.413Z | test network::tests::test_to_string ... ok |
| 4268 | 2026-08-14T12:00:59.413Z | test network::tests::test_parse ... ok |
| 4269 | 2026-08-14T12:00:59.413Z | test ports::tests::port_ids_are_ascii ... ok |
| 4270 | 2026-08-14T12:00:59.413Z | test test_purge ... ok |
| 4271 | 2026-08-14T12:00:59.417Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 4272 | 2026-08-14T12:00:59.417Z | |
| 4273 | 2026-08-14T12:00:59.417Z | test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4274 | 2026-08-14T12:00:59.417Z | |
| 4275 | 2026-08-14T12:00:59.417Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef) |
| 4276 | 2026-08-14T12:00:59.420Z | |
| 4277 | 2026-08-14T12:00:59.420Z | running 1 test |
| 4278 | 2026-08-14T12:00:59.420Z | ------- |
| 4279 | 2026-08-14T12:00:59.420Z | Generating OpenAPI documents from API definitions ... |
| 4280 | 2026-08-14T12:00:59.562Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 4281 | 2026-08-14T12:00:59.629Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 4282 | 2026-08-14T12:01:00.624Z | ------- |
| 4283 | 2026-08-14T12:01:00.624Z | Checking 12 OpenAPI documents... |
| 4284 | 2026-08-14T12:01:00.624Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4285 | 2026-08-14T12:01:00.624Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4286 | 2026-08-14T12:01:00.624Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4287 | 2026-08-14T12:01:00.624Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4288 | 2026-08-14T12:01:00.628Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4289 | 2026-08-14T12:01:00.628Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4290 | 2026-08-14T12:01:00.628Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4291 | 2026-08-14T12:01:00.628Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4292 | 2026-08-14T12:01:00.628Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4293 | 2026-08-14T12:01:00.628Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4294 | 2026-08-14T12:01:00.628Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4295 | 2026-08-14T12:01:00.628Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4296 | 2026-08-14T12:01:00.628Z | Fresh dpd "latest" symlink |
| 4297 | 2026-08-14T12:01:00.628Z | ------- |
| 4298 | 2026-08-14T12:01:00.628Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 4299 | 2026-08-14T12:01:00.685Z | test test::test_apis_up_to_date ... ok |
| 4300 | 2026-08-14T12:01:00.685Z | |
| 4301 | 2026-08-14T12:01:00.685Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s |
| 4302 | 2026-08-14T12:01:00.685Z | |
| 4303 | 2026-08-14T12:01:00.741Z | Running unittests src/main.rs (target/debug/deps/dpd-a748305040c3fc1b) |
| 4304 | 2026-08-14T12:01:00.805Z | |
| 4305 | 2026-08-14T12:01:00.805Z | running 66 tests |
| 4306 | 2026-08-14T12:01:00.808Z | test freemap::test_ordering ... ok |
| 4307 | 2026-08-14T12:01:00.808Z | test config::tests::test_updates ... ok |
| 4308 | 2026-08-14T12:01:00.808Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 4309 | 2026-08-14T12:01:00.808Z | test freemap::test_split ... ok |
| 4310 | 2026-08-14T12:01:00.808Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 4311 | 2026-08-14T12:01:00.808Z | test macaddrs::tests::test_mac_offset ... ok |
| 4312 | 2026-08-14T12:01:00.809Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 4313 | 2026-08-14T12:01:00.809Z | test macaddrs::tests::test_parse_port_id ... ok |
| 4314 | 2026-08-14T12:01:00.809Z | test nat::test_mapping ... ok |
| 4315 | 2026-08-14T12:01:00.813Z | Aug 14 12:00:59.347 DEBGAug 14 12:00:59.347 DEBG created new freemapcreated new freemap, unit: freemap_test |
| 4316 | 2026-08-14T12:01:00.813Z | , unit: freemap_test |
| 4317 | 2026-08-14T12:01:00.813Z | Aug 14 12:00:59.347 DEBG initted freemap. size: 128, unit: freemap_test |
| 4318 | 2026-08-14T12:01:00.813Z | Aug 14 12:00:59.347 DEBG reset freemapAug 14 12:00:59.347, unitDEBG: created new freemapfreemap_test |
| 4319 | 2026-08-14T12:01:00.813Z | , unit: freemap_testAug 14 12:00:59.347 |
| 4320 | 2026-08-14T12:01:00.813Z | DEBG created new freemap, unit: freemap_testAug 14 12:00:59.347 |
| 4321 | 2026-08-14T12:01:00.813Z | DEBG initted freemap. size: 128, unit: freemap_test |
| 4322 | 2026-08-14T12:01:00.813Z | Aug 14 12:00:59.347 DEBG initted freemap. size: 128, unitAug 14 12:00:59.347: DEBGfreemap_test |
| 4323 | 2026-08-14T12:01:00.813Z | reset freemap, unitAug 14 12:00:59.347: DEBGfreemap_test |
| 4324 | 2026-08-14T12:01:00.813Z | reset freemap, unit: freemap_test |
| 4325 | 2026-08-14T12:01:00.813Z | Aug 14 12:00:59.347 DEBG initted freemap. size: 128, unit: freemap_test |
| 4326 | 2026-08-14T12:01:00.814Z | Aug 14 12:00:59.347 DEBG reset freemap, unit: freemap_test |
| 4327 | 2026-08-14T12:01:00.814Z | test freemap::test_reclaim ... ok |
| 4328 | 2026-08-14T12:01:00.814Z | Aug 14 12:00:59.347 DEBG created new freemap, unit: freemap_test |
| 4329 | 2026-08-14T12:01:00.814Z | test freemap::test_basic ... ok |
| 4330 | 2026-08-14T12:01:00.814Z | Aug 14 12:00:59.347 DEBG initted freemap. size: 8, unit: freemap_test |
| 4331 | 2026-08-14T12:01:00.814Z | Aug 14 12:00:59.347 DEBG reset freemap, unit: freemap_test |
| 4332 | 2026-08-14T12:01:00.814Z | test freemap::test_free ... ok |
| 4333 | 2026-08-14T12:01:00.814Z | test freemap::test_exhaustion ... ok |
| 4334 | 2026-08-14T12:01:00.814Z | test port_map::tests::dump_map ... ok |
| 4335 | 2026-08-14T12:01:00.814Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 4336 | 2026-08-14T12:01:00.814Z | test port_map::tests::test_backplane_group ... ok |
| 4337 | 2026-08-14T12:01:00.814Z | test port_map::tests::test_port_map ... ok |
| 4338 | 2026-08-14T12:01:00.814Z | Aug 14 12:00:59.348 DEBG created new freemap, unit: freemap_test |
| 4339 | 2026-08-14T12:01:00.814Z | Aug 14 12:00:59.348 DEBG initted freemap. size: 128, unit: freemap_test |
| 4340 | 2026-08-14T12:01:00.814Z | Aug 14 12:00:59.348 DEBG reset freemap, unit: freemap_test |
| 4341 | 2026-08-14T12:01:00.814Z | test freemap::test_span ... ok |
| 4342 | 2026-08-14T12:01:00.814Z | Aug 14 12:00:59.348 DEBG created new freemap, unit: freemap_route_ipv4 |
| 4343 | 2026-08-14T12:01:00.814Z | Aug 14 12:00:59.348 DEBG created new freemap, unit: freemap_route_ipv6 |
| 4344 | 2026-08-14T12:01:00.814Z | Aug 14 12:00:59.348 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 4345 | 2026-08-14T12:01:00.814Z | Aug 14 12:00:59.348 DEBG reset freemap, unit: freemap_route_ipv4 |
| 4346 | 2026-08-14T12:01:00.814Z | Aug 14 12:00:59.348 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 4347 | 2026-08-14T12:01:00.814Z | Aug 14 12:00:59.348 DEBG reset freemap, unit: freemap_route_ipv6 |
| 4348 | 2026-08-14T12:01:00.814Z | Aug 14 12:00:59.348 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4349 | 2026-08-14T12:01:00.814Z | Aug 14 12:00:59.348 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 14 12:00:59.348 |
| 4350 | 2026-08-14T12:01:00.814Z | DEBG created new freemapAug 14 12:00:59.348, unitINFO: adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv4 |
| 4351 | 2026-08-14T12:01:00.814Z | |
| 4352 | 2026-08-14T12:01:00.814Z | Aug 14 12:00:59.348 DEBGAug 14 12:00:59.348 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG |
| 4353 | 2026-08-14T12:01:00.814Z | created new freemap, unit: Aug 14 12:00:59.348freemap_route_ipv6 |
| 4354 | 2026-08-14T12:01:00.814Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 14 12:00:59.348 |
| 4355 | 2026-08-14T12:01:00.814Z | DEBG initted freemap. size: 64, Aug 14 12:00:59.348unit :DEBG freemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4356 | 2026-08-14T12:01:00.814Z | |
| 4357 | 2026-08-14T12:01:00.814Z | Aug 14 12:00:59.348 DEBG reset freemap, unit: freemap_route_ipv4 |
| 4358 | 2026-08-14T12:01:00.814Z | Aug 14 12:00:59.348 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 4359 | 2026-08-14T12:01:00.814Z | Aug 14 12:00:59.348 DEBG reset freemap, unit: freemap_route_ipv6 |
| 4360 | 2026-08-14T12:01:00.814Z | Aug 14 12:00:59.348 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4361 | 2026-08-14T12:01:00.814Z | Aug 14 12:00:59.348 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4362 | 2026-08-14T12:01:00.814Z | Aug 14 12:00:59.348 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4363 | 2026-08-14T12:01:00.814Z | Aug 14 12:00:59.348 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 4364 | 2026-08-14T12:01:00.814Z | Aug 14 12:00:59.348 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4365 | 2026-08-14T12:01:00.815Z | Aug 14 12:00:59.348 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 4366 | 2026-08-14T12:01:00.815Z | Aug 14 12:00:59.348 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 4367 | 2026-08-14T12:01:00.815Z | Aug 14 12:00:59.348 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 4368 | 2026-08-14T12:01:00.815Z | Aug 14 12:00:59.348 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4369 | 2026-08-14T12:01:00.815Z | Aug 14 12:00:59.348 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 } }] |
| 4370 | 2026-08-14T12:01:00.815Z | Aug 14 12:00:59.348 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4371 | 2026-08-14T12:01:00.815Z | Aug 14 12:00:59.348 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 } }] |
| 4372 | 2026-08-14T12:01:00.815Z | Aug 14 12:00:59.348 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4373 | 2026-08-14T12:01:00.815Z | Aug 14 12:00:59.348 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 } }] |
| 4374 | 2026-08-14T12:01:00.815Z | Aug 14 12:00:59.348 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4375 | 2026-08-14T12:01:00.815Z | Aug 14 12:00:59.348 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 } }] |
| 4376 | 2026-08-14T12:01:00.815Z | test api_server::tests::test_build_info ... ok |
| 4377 | 2026-08-14T12:01:00.815Z | Aug 14 12:00:59.348 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4378 | 2026-08-14T12:01:00.815Z | Aug 14 12:00:59.348 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 } }] |
| 4379 | 2026-08-14T12:01:00.815Z | Aug 14 12:00:59.348 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4380 | 2026-08-14T12:01:00.815Z | Aug 14 12:00:59.349 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 } }] |
| 4381 | 2026-08-14T12:01:00.815Z | Aug 14 12:00:59.349 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4382 | 2026-08-14T12:01:00.815Z | Aug 14 12:00:59.349 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-14T12:01:00.815Z | Aug 14 12:00:59.349Aug 14 12:00:59.348 INFODEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ffcreated new freemap |
| 4384 | 2026-08-14T12:01:00.815Z | , unit: freemap_route_ipv4Aug 14 12:00:59.349 |
| 4385 | 2026-08-14T12:01:00.815Z | 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 } }] |
| 4386 | 2026-08-14T12:01:00.815Z | Aug 14 12:00:59.349Aug 14 12:00:59.349 DEBGINFO created new freemapadding route 3fff:beef:8::/64 -> 2001:db8::55:ff, |
| 4387 | 2026-08-14T12:01:00.815Z | unit: freemap_route_ipv6 |
| 4388 | 2026-08-14T12:01:00.815Z | Aug 14 12:00:59.349 DEBG Aug 14 12:00:59.349replacing 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 } }] |
| 4389 | 2026-08-14T12:01:00.815Z | DEBG initted freemap. size: 64, unitAug 14 12:00:59.349: INFOfreemap_route_ipv4 |
| 4390 | 2026-08-14T12:01:00.815Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4391 | 2026-08-14T12:01:00.815Z | Aug 14 12:00:59.349Aug 14 12:00:59.349 DEBGDEBG reset freemapreplacing 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 } }], |
| 4392 | 2026-08-14T12:01:00.815Z | unit: freemap_route_ipv4 |
| 4393 | 2026-08-14T12:01:00.815Z | Aug 14 12:00:59.349 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 14 12:00:59.349 |
| 4394 | 2026-08-14T12:01:00.815Z | DEBG initted freemap. size: 64Aug 14 12:00:59.349, unitDEBG: replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 4395 | 2026-08-14T12:01:00.815Z | |
| 4396 | 2026-08-14T12:01:00.815Z | Aug 14 12:00:59.349Aug 14 12:00:59.349 INFODEBG adding route 3fff:beef:b::/64 -> 2001:db8::55:ffreset freemap |
| 4397 | 2026-08-14T12:01:00.815Z | , unit: freemap_route_ipv6Aug 14 12:00:59.349 |
| 4398 | 2026-08-14T12:01:00.815Z | DEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:59.349 |
| 4399 | 2026-08-14T12:01:00.815Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4400 | 2026-08-14T12:01:00.815Z | Aug 14 12:00:59.349 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 14 12:00:59.349 |
| 4401 | 2026-08-14T12:01:00.815Z | 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 } }] |
| 4402 | 2026-08-14T12:01:00.815Z | Aug 14 12:00:59.349 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 14 12:00:59.349 |
| 4403 | 2026-08-14T12:01:00.815Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 14 12:00:59.349 |
| 4404 | 2026-08-14T12:01:00.816Z | INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4405 | 2026-08-14T12:01:00.816Z | Aug 14 12:00:59.349 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 14 12:00:59.349 |
| 4406 | 2026-08-14T12:01:00.816Z | 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 } }] |
| 4407 | 2026-08-14T12:01:00.816Z | Aug 14 12:00:59.349 INFO Aug 14 12:00:59.349adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4408 | 2026-08-14T12:01:00.816Z | INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4409 | 2026-08-14T12:01:00.816Z | Aug 14 12:00:59.349 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 14 12:00:59.349 |
| 4410 | 2026-08-14T12:01:00.816Z | 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 } }] |
| 4411 | 2026-08-14T12:01:00.816Z | Aug 14 12:00:59.349 INFO Aug 14 12:00:59.349adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4412 | 2026-08-14T12:01:00.816Z | INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4413 | 2026-08-14T12:01:00.816Z | Aug 14 12:00:59.349 Aug 14 12:00:59.349DEBG DEBGreplacing 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 } }] |
| 4414 | 2026-08-14T12:01:00.816Z | 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 } }] |
| 4415 | 2026-08-14T12:01:00.820Z | Aug 14 12:00:59.349Aug 14 12:00:59.349 INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4416 | 2026-08-14T12:01:00.820Z | |
| 4417 | 2026-08-14T12:01:00.820Z | Aug 14 12:00:59.349Aug 14 12:00:59.349 DEBGDEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4418 | 2026-08-14T12:01:00.820Z | |
| 4419 | 2026-08-14T12:01:00.820Z | Aug 14 12:00:59.349Aug 14 12:00:59.349 INFOINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4420 | 2026-08-14T12:01:00.820Z | |
| 4421 | 2026-08-14T12:01:00.820Z | Aug 14 12:00:59.349Aug 14 12:00:59.349 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: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 } }] |
| 4422 | 2026-08-14T12:01:00.820Z | |
| 4423 | 2026-08-14T12:01:00.820Z | Aug 14 12:00:59.349Aug 14 12:00:59.349Aug 14 12:00:59.349 INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4424 | 2026-08-14T12:01:00.820Z | |
| 4425 | 2026-08-14T12:01:00.820Z | created new freemapAug 14 12:00:59.349Aug 14 12:00:59.349 , DEBGunit DEBGreplacing 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 } }] |
| 4426 | 2026-08-14T12:01:00.820Z | 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 } }]: |
| 4427 | 2026-08-14T12:01:00.821Z | freemap_route_ipv4Aug 14 12:00:59.349 |
| 4428 | 2026-08-14T12:01:00.821Z | INFO Aug 14 12:00:59.349adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4429 | 2026-08-14T12:01:00.821Z | INFOAug 14 12:00:59.349 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG |
| 4430 | 2026-08-14T12:01:00.821Z | created new freemapAug 14 12:00:59.349, unitDEBG: Aug 14 12:00:59.349 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 } }] |
| 4431 | 2026-08-14T12:01:00.821Z | freemap_route_ipv6DEBG |
| 4432 | 2026-08-14T12:01:00.821Z | 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 } }] |
| 4433 | 2026-08-14T12:01:00.821Z | Aug 14 12:00:59.349 INFOAug 14 12:00:59.349 Aug 14 12:00:59.349 adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4434 | 2026-08-14T12:01:00.821Z | DEBGINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 4435 | 2026-08-14T12:01:00.821Z | , Aug 14 12:00:59.349unit 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 14 12:00:59.349 |
| 4436 | 2026-08-14T12:01:00.821Z | freemap_route_ipv4DEBG |
| 4437 | 2026-08-14T12:01:00.821Z | 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 14 12:00:59.349Aug 14 12:00:59.349 |
| 4438 | 2026-08-14T12:01:00.821Z | INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG |
| 4439 | 2026-08-14T12:01:00.821Z | Aug 14 12:00:59.349 reset freemapINFO, unitadding route 3fff:beef:15::/64 -> 2001:db8::55:ff:Aug 14 12:00:59.349 |
| 4440 | 2026-08-14T12:01:00.821Z | freemap_route_ipv4DEBG |
| 4441 | 2026-08-14T12:01:00.821Z | 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 } }] |
| 4442 | 2026-08-14T12:01:00.821Z | Aug 14 12:00:59.349 DEBG Aug 14 12:00:59.349Aug 14 12:00:59.349 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 |
| 4443 | 2026-08-14T12:01:00.821Z | DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4444 | 2026-08-14T12:01:00.821Z | initted freemap. size: 64, unit: freemap_route_ipv6Aug 14 12:00:59.349Aug 14 12:00:59.349 |
| 4445 | 2026-08-14T12:01:00.821Z | INFODEBG adding route 3fff:beef:16::/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 } }] |
| 4446 | 2026-08-14T12:01:00.821Z | |
| 4447 | 2026-08-14T12:01:00.821Z | Aug 14 12:00:59.349 Aug 14 12:00:59.349DEBGAug 14 12:00:59.349 DEBGINFOreset freemap , adding route 3fff:beef:9::/64 -> 2001:db8::55:ffunitreplacing 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 } }]: |
| 4448 | 2026-08-14T12:01:00.821Z | |
| 4449 | 2026-08-14T12:01:00.821Z | test port_map::tests::parse_softnpu_revision ... ok |
| 4450 | 2026-08-14T12:01:00.821Z | freemap_route_ipv6 |
| 4451 | 2026-08-14T12:01:00.821Z | Aug 14 12:00:59.349Aug 14 12:00:59.349Aug 14 12:00:59.349 INFODEBG INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4452 | 2026-08-14T12:01:00.821Z | 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:17::/64 -> 2001:db8::55:ff |
| 4453 | 2026-08-14T12:01:00.821Z | |
| 4454 | 2026-08-14T12:01:00.821Z | Aug 14 12:00:59.349Aug 14 12:00:59.349 INFOAug 14 12:00:59.349 DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4455 | 2026-08-14T12:01:00.821Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef: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-14T12:01:00.821Z | Aug 14 12:00:59.349 |
| 4457 | 2026-08-14T12:01:00.821Z | 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 } }] |
| 4458 | 2026-08-14T12:01:00.821Z | Aug 14 12:00:59.349 Aug 14 12:00:59.349INFO Aug 14 12:00:59.349Aug 14 12:00:59.349 INFO INFO DEBGadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4459 | 2026-08-14T12:01:00.821Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff adding route 3fff:beef:18::/64 -> 2001:db8::55:ffcreated new freemap |
| 4460 | 2026-08-14T12:01:00.821Z | |
| 4461 | 2026-08-14T12:01:00.821Z | , Aug 14 12:00:59.349unit Aug 14 12:00:59.349Aug 14 12:00:59.349DEBG DEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 |
| 4462 | 2026-08-14T12:01:00.821Z | |
| 4463 | 2026-08-14T12:01:00.821Z | :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 14 12:00:59.349 |
| 4464 | 2026-08-14T12:01:00.821Z | freemap_route_ipv4Aug 14 12:00:59.349INFO INFO |
| 4465 | 2026-08-14T12:01:00.821Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 14 12:00:59.349 |
| 4466 | 2026-08-14T12:01:00.821Z | |
| 4467 | 2026-08-14T12:01:00.822Z | Aug 14 12:00:59.349INFO Aug 14 12:00:59.349DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 14 12:00:59.349 |
| 4468 | 2026-08-14T12:01:00.822Z | created new freemapDEBG, unit DEBG: Aug 14 12:00:59.349 replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 4469 | 2026-08-14T12:01:00.822Z | replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4470 | 2026-08-14T12:01:00.822Z | 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 } }] |
| 4471 | 2026-08-14T12:01:00.822Z | |
| 4472 | 2026-08-14T12:01:00.822Z | Aug 14 12:00:59.349 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 14 12:00:59.349 |
| 4473 | 2026-08-14T12:01:00.822Z | Aug 14 12:00:59.349 Aug 14 12:00:59.349 INFO DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4474 | 2026-08-14T12:01:00.822Z | Aug 14 12:00:59.349initted freemap. size: 64 , unitDEBGINFO :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 } }] |
| 4475 | 2026-08-14T12:01:00.822Z | freemap_route_ipv4adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4476 | 2026-08-14T12:01:00.822Z | |
| 4477 | 2026-08-14T12:01:00.822Z | Aug 14 12:00:59.349 DEBG Aug 14 12:00:59.349replacing 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 14 12:00:59.349Aug 14 12:00:59.349INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4478 | 2026-08-14T12:01:00.822Z | DEBGDEBG |
| 4479 | 2026-08-14T12:01:00.822Z | replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap |
| 4480 | 2026-08-14T12:01:00.822Z | , Aug 14 12:00:59.349unit DEBG: Aug 14 12:00:59.349replacing 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 } }] |
| 4481 | 2026-08-14T12:01:00.822Z | freemap_route_ipv4Aug 14 12:00:59.349 |
| 4482 | 2026-08-14T12:01:00.822Z | INFO INFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4483 | 2026-08-14T12:01:00.822Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4484 | 2026-08-14T12:01:00.822Z | Aug 14 12:00:59.349Aug 14 12:00:59.349 Aug 14 12:00:59.349 DEBGINFO DEBGinitted freemap. size: 64 , replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4485 | 2026-08-14T12:01:00.822Z | unit |
| 4486 | 2026-08-14T12:01:00.822Z | Aug 14 12:00:59.349 :DEBGAug 14 12:00:59.349 freemap_route_ipv6DEBGAug 14 12:00:59.349 |
| 4487 | 2026-08-14T12:01:00.822Z | 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: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 } }] |
| 4488 | 2026-08-14T12:01:00.822Z | Aug 14 12:00:59.349INFOAug 14 12:00:59.349 |
| 4489 | 2026-08-14T12:01:00.822Z | Aug 14 12:00:59.349 INFO DEBG Aug 14 12:00:59.349INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4490 | 2026-08-14T12:01:00.822Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:2INFO reset freemap |
| 4491 | 2026-08-14T12:01:00.822Z | |
| 4492 | 2026-08-14T12:01:00.822Z | Aug 14 12:00:59.349adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4493 | 2026-08-14T12:01:00.822Z | DEBG , unitreplacing 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 } }]: |
| 4494 | 2026-08-14T12:01:00.822Z | Aug 14 12:00:59.349Aug 14 12:00:59.349freemap_route_ipv6 |
| 4495 | 2026-08-14T12:01:00.822Z | Aug 14 12:00:59.349DEBG 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 } }] |
| 4496 | 2026-08-14T12:01:00.822Z | DEBG Aug 14 12:00:59.349Aug 14 12:00:59.349 INFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 14 12:00:59.349INFO 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 } }] |
| 4497 | 2026-08-14T12:01:00.822Z | INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4498 | 2026-08-14T12:01:00.822Z | 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 } }] |
| 4499 | 2026-08-14T12:01:00.822Z | Aug 14 12:00:59.349 |
| 4500 | 2026-08-14T12:01:00.822Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff INFO |
| 4501 | 2026-08-14T12:01:00.822Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 14 12:00:59.349Aug 14 12:00:59.349 |
| 4502 | 2026-08-14T12:01:00.822Z | Aug 14 12:00:59.349Aug 14 12:00:59.349 DEBGINFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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::/64 -> 2001:db8::55:ff |
| 4503 | 2026-08-14T12:01:00.822Z | |
| 4504 | 2026-08-14T12:01:00.822Z | DEBGAug 14 12:00:59.349replacing 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 } }] |
| 4505 | 2026-08-14T12:01:00.822Z | Aug 14 12:00:59.349Aug 14 12:00:59.349DEBG 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 } }]DEBGreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4506 | 2026-08-14T12:01:00.823Z | Aug 14 12:00:59.349 |
| 4507 | 2026-08-14T12:01:00.823Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBGINFO |
| 4508 | 2026-08-14T12:01:00.823Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 14 12:00:59.349 |
| 4509 | 2026-08-14T12:01:00.823Z | 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 } }] |
| 4510 | 2026-08-14T12:01:00.823Z | INFOAug 14 12:00:59.349 Aug 14 12:00:59.349Aug 14 12:00:59.349adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4511 | 2026-08-14T12:01:00.823Z | DEBG INFOINFOreplacing 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 } }] |
| 4512 | 2026-08-14T12:01:00.823Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff Aug 14 12:00:59.349 |
| 4513 | 2026-08-14T12:01:00.823Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4514 | 2026-08-14T12:01:00.823Z | 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 14 12:00:59.349 |
| 4515 | 2026-08-14T12:01:00.827Z | Aug 14 12:00:59.349 Aug 14 12:00:59.349DEBG 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 |
| 4516 | 2026-08-14T12:01:00.827Z | DEBG Aug 14 12:00:59.349adding route 3fff:beef:20::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4517 | 2026-08-14T12:01:00.827Z | |
| 4518 | 2026-08-14T12:01:00.827Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 14 12:00:59.349Aug 14 12:00:59.349 Aug 14 12:00:59.349 |
| 4519 | 2026-08-14T12:01:00.827Z | INFOINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4520 | 2026-08-14T12:01:00.827Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ffDEBG |
| 4521 | 2026-08-14T12:01:00.827Z | Aug 14 12:00:59.349 DEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:59.349 |
| 4522 | 2026-08-14T12:01:00.827Z | Aug 14 12:00:59.349 DEBGreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGAug 14 12:00:59.349 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 } }] |
| 4523 | 2026-08-14T12:01:00.827Z | 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 } }] |
| 4524 | 2026-08-14T12:01:00.827Z | INFO |
| 4525 | 2026-08-14T12:01:00.827Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 4526 | 2026-08-14T12:01:00.827Z | Aug 14 12:00:59.349Aug 14 12:00:59.349Aug 14 12:00:59.349 INFOINFO INFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4527 | 2026-08-14T12:01:00.827Z | |
| 4528 | 2026-08-14T12:01:00.827Z | Aug 14 12:00:59.349adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4529 | 2026-08-14T12:01:00.827Z | DEBG Aug 14 12:00:59.349Aug 14 12:00:59.349replacing 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 } }] |
| 4530 | 2026-08-14T12:01:00.827Z | DEBG Aug 14 12:00:59.349DEBGreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 4531 | 2026-08-14T12:01:00.827Z | DEBGAug 14 12:00:59.349 |
| 4532 | 2026-08-14T12:01:00.828Z | INFO Aug 14 12:00:59.349 Aug 14 12:00:59.349 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFOINFO 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:14::/64 -> 2001:db8::55:ff |
| 4533 | 2026-08-14T12:01:00.828Z | |
| 4534 | 2026-08-14T12:01:00.828Z | |
| 4535 | 2026-08-14T12:01:00.828Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4536 | 2026-08-14T12:01:00.828Z | Aug 14 12:00:59.349Aug 14 12:00:59.349 INFOAug 14 12:00:59.349 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG |
| 4537 | 2026-08-14T12:01:00.828Z | 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 } }] |
| 4538 | 2026-08-14T12:01:00.828Z | Aug 14 12:00:59.349Aug 14 12:00:59.349 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:15::/64 -> 2001:db8::55:ff |
| 4539 | 2026-08-14T12:01:00.828Z | |
| 4540 | 2026-08-14T12:01:00.828Z | Aug 14 12:00:59.349 Aug 14 12:00:59.349DEBG DEBGreplacing 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 14 12:00:59.349 |
| 4541 | 2026-08-14T12:01:00.828Z | 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 } }] |
| 4542 | 2026-08-14T12:01:00.828Z | INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4543 | 2026-08-14T12:01:00.828Z | Aug 14 12:00:59.349Aug 14 12:00:59.349 INFOINFO Aug 14 12:00:59.349 adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4544 | 2026-08-14T12:01:00.828Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBG |
| 4545 | 2026-08-14T12:01:00.828Z | 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 } }] |
| 4546 | 2026-08-14T12:01:00.828Z | Aug 14 12:00:59.349Aug 14 12:00:59.349 Aug 14 12:00:59.349 DEBGDEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 |
| 4547 | 2026-08-14T12:01:00.828Z | |
| 4548 | 2026-08-14T12:01:00.828Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4549 | 2026-08-14T12:01:00.828Z | Aug 14 12:00:59.349Aug 14 12:00:59.349 INFOINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4550 | 2026-08-14T12:01:00.828Z | |
| 4551 | 2026-08-14T12:01:00.828Z | Aug 14 12:00:59.349 DEBGAug 14 12:00:59.349 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 14 12:00:59.349 |
| 4552 | 2026-08-14T12:01:00.828Z | DEBGDEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:59.349 |
| 4553 | 2026-08-14T12:01:00.828Z | 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 } }] |
| 4554 | 2026-08-14T12:01:00.828Z | INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 14 12:00:59.349 |
| 4555 | 2026-08-14T12:01:00.828Z | Aug 14 12:00:59.349 INFOINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4556 | 2026-08-14T12:01:00.828Z | |
| 4557 | 2026-08-14T12:01:00.828Z | Aug 14 12:00:59.349 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 14 12:00:59.349Aug 14 12:00:59.349 |
| 4558 | 2026-08-14T12:01:00.828Z | 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: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 14 12:00:59.349 |
| 4559 | 2026-08-14T12:01:00.828Z | |
| 4560 | 2026-08-14T12:01:00.828Z | INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 14 12:00:59.350 |
| 4561 | 2026-08-14T12:01:00.828Z | Aug 14 12:00:59.350INFO INFOAug 14 12:00:59.350 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4562 | 2026-08-14T12:01:00.828Z | |
| 4563 | 2026-08-14T12:01:00.828Z | 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 } }] |
| 4564 | 2026-08-14T12:01:00.828Z | Aug 14 12:00:59.350Aug 14 12:00:59.350 DEBGDEBGAug 14 12:00:59.350 replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4565 | 2026-08-14T12:01:00.828Z | INFO |
| 4566 | 2026-08-14T12:01:00.828Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4567 | 2026-08-14T12:01:00.828Z | Aug 14 12:00:59.350Aug 14 12:00:59.350 INFOINFO Aug 14 12:00:59.350 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4568 | 2026-08-14T12:01:00.828Z | |
| 4569 | 2026-08-14T12:01:00.828Z | 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 } }] |
| 4570 | 2026-08-14T12:01:00.828Z | Aug 14 12:00:59.350Aug 14 12:00:59.350 Aug 14 12:00:59.350DEBG INFOreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4571 | 2026-08-14T12:01:00.828Z | adding route 3fff:beef:f::/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 } }] |
| 4572 | 2026-08-14T12:01:00.829Z | |
| 4573 | 2026-08-14T12:01:00.829Z | Aug 14 12:00:59.350 INFOAug 14 12:00:59.350Aug 14 12:00:59.350 INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG |
| 4574 | 2026-08-14T12:01:00.829Z | adding route 3fff:beef:a::/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 } }] |
| 4575 | 2026-08-14T12:01:00.829Z | |
| 4576 | 2026-08-14T12:01:00.829Z | Aug 14 12:00:59.350 DEBGAug 14 12:00:59.350 Aug 14 12:00:59.350replacing 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 } }] |
| 4577 | 2026-08-14T12:01:00.829Z | DEBG Aug 14 12:00:59.350INFOreplacing 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 } }] |
| 4578 | 2026-08-14T12:01:00.829Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO |
| 4579 | 2026-08-14T12:01:00.829Z | Aug 14 12:00:59.350adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4580 | 2026-08-14T12:01:00.829Z | INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4581 | 2026-08-14T12:01:00.829Z | Aug 14 12:00:59.350Aug 14 12:00:59.350 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: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 14 12:00:59.350 |
| 4582 | 2026-08-14T12:01:00.829Z | |
| 4583 | 2026-08-14T12:01:00.829Z | DEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:59.350Aug 14 12:00:59.350 |
| 4584 | 2026-08-14T12:01:00.829Z | INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffINFO |
| 4585 | 2026-08-14T12:01:00.829Z | Aug 14 12:00:59.350 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4586 | 2026-08-14T12:01:00.829Z | INFOAug 14 12:00:59.350 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG |
| 4587 | 2026-08-14T12:01:00.829Z | Aug 14 12:00:59.350 replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4588 | 2026-08-14T12:01:00.829Z | Aug 14 12:00:59.350replacing 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 } }] |
| 4589 | 2026-08-14T12:01:00.829Z | 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 14 12:00:59.350 |
| 4590 | 2026-08-14T12:01:00.829Z | Aug 14 12:00:59.350 INFOINFO Aug 14 12:00:59.350 adding route 3fff:beef:12::/64 -> 2001:db8::55:ff adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4591 | 2026-08-14T12:01:00.829Z | INFO |
| 4592 | 2026-08-14T12:01:00.829Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4593 | 2026-08-14T12:01:00.829Z | Aug 14 12:00:59.350 Aug 14 12:00:59.350DEBG Aug 14 12:00:59.350DEBG 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 } }]DEBGreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4594 | 2026-08-14T12:01:00.829Z | |
| 4595 | 2026-08-14T12:01:00.829Z | 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 } }] |
| 4596 | 2026-08-14T12:01:00.829Z | Aug 14 12:00:59.350Aug 14 12:00:59.350 INFOINFO Aug 14 12:00:59.350adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4597 | 2026-08-14T12:01:00.829Z | INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4598 | 2026-08-14T12:01:00.829Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4599 | 2026-08-14T12:01:00.829Z | Aug 14 12:00:59.350Aug 14 12:00:59.350 Aug 14 12:00:59.350DEBG DEBGDEBGreplacing 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 } }] |
| 4600 | 2026-08-14T12:01:00.829Z | 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 } }] |
| 4601 | 2026-08-14T12:01:00.829Z | 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 } }] |
| 4602 | 2026-08-14T12:01:00.829Z | Aug 14 12:00:59.350Aug 14 12:00:59.350 Aug 14 12:00:59.350INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4603 | 2026-08-14T12:01:00.829Z | |
| 4604 | 2026-08-14T12:01:00.829Z | INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 14 12:00:59.350 |
| 4605 | 2026-08-14T12:01:00.829Z | Aug 14 12:00:59.350 DEBGDEBGAug 14 12:00:59.350 DEBGreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4606 | 2026-08-14T12:01:00.829Z | |
| 4607 | 2026-08-14T12:01:00.829Z | 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 } }] |
| 4608 | 2026-08-14T12:01:00.829Z | Aug 14 12:00:59.350Aug 14 12:00:59.350 Aug 14 12:00:59.350INFO INFOINFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 4609 | 2026-08-14T12:01:00.829Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4610 | 2026-08-14T12:01:00.830Z | |
| 4611 | 2026-08-14T12:01:00.830Z | Aug 14 12:00:59.350Aug 14 12:00:59.350 DEBGDEBGAug 14 12:00:59.350 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 } }]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 } }] |
| 4612 | 2026-08-14T12:01:00.830Z | 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 } }] |
| 4613 | 2026-08-14T12:01:00.830Z | |
| 4614 | 2026-08-14T12:01:00.830Z | Aug 14 12:00:59.350Aug 14 12:00:59.350Aug 14 12:00:59.350 INFOINFOINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 4615 | 2026-08-14T12:01:00.834Z | |
| 4616 | 2026-08-14T12:01:00.834Z | |
| 4617 | 2026-08-14T12:01:00.834Z | Aug 14 12:00:59.350Aug 14 12:00:59.350Aug 14 12:00:59.350 DEBGDEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4618 | 2026-08-14T12:01:00.834Z | 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 } }] |
| 4619 | 2026-08-14T12:01:00.834Z | 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 } }] |
| 4620 | 2026-08-14T12:01:00.834Z | Aug 14 12:00:59.350 Aug 14 12:00:59.350INFOAug 14 12:00:59.350 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO |
| 4621 | 2026-08-14T12:01:00.834Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO |
| 4622 | 2026-08-14T12:01:00.834Z | Aug 14 12:00:59.350adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4623 | 2026-08-14T12:01:00.834Z | DEBGAug 14 12:00:59.350 Aug 14 12:00:59.350DEBG DEBGreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }] |
| 4624 | 2026-08-14T12:01:00.834Z | 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 } }] |
| 4625 | 2026-08-14T12:01:00.834Z | |
| 4626 | 2026-08-14T12:01:00.834Z | Aug 14 12:00:59.350Aug 14 12:00:59.350 INFOINFO Aug 14 12:00:59.350adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 4627 | 2026-08-14T12:01:00.834Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4628 | 2026-08-14T12:01:00.834Z | INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 14 12:00:59.350 |
| 4629 | 2026-08-14T12:01:00.834Z | Aug 14 12:00:59.350DEBG Aug 14 12:00:59.350DEBG 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: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 } }] |
| 4630 | 2026-08-14T12:01:00.834Z | DEBG |
| 4631 | 2026-08-14T12:01:00.834Z | 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 } }] |
| 4632 | 2026-08-14T12:01:00.834Z | Aug 14 12:00:59.350Aug 14 12:00:59.350 Aug 14 12:00:59.350INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4633 | 2026-08-14T12:01:00.834Z | |
| 4634 | 2026-08-14T12:01:00.834Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4635 | 2026-08-14T12:01:00.834Z | Aug 14 12:00:59.350Aug 14 12:00:59.350 Aug 14 12:00:59.350 DEBG 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: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: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 } }] |
| 4636 | 2026-08-14T12:01:00.834Z | |
| 4637 | 2026-08-14T12:01:00.834Z | |
| 4638 | 2026-08-14T12:01:00.834Z | Aug 14 12:00:59.350Aug 14 12:00:59.350 Aug 14 12:00:59.350 INFO INFOadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 4639 | 2026-08-14T12:01:00.835Z | INFOadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4640 | 2026-08-14T12:01:00.835Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4641 | 2026-08-14T12:01:00.835Z | Aug 14 12:00:59.350 DEBGAug 14 12:00:59.350 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 } }]DEBGAug 14 12:00:59.350 |
| 4642 | 2026-08-14T12:01:00.835Z | 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 |
| 4643 | 2026-08-14T12:01:00.835Z | replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:59.350 |
| 4644 | 2026-08-14T12:01:00.835Z | INFO Aug 14 12:00:59.350adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4645 | 2026-08-14T12:01:00.835Z | Aug 14 12:00:59.350INFO INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff Aug 14 12:00:59.350adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4646 | 2026-08-14T12:01:00.835Z | |
| 4647 | 2026-08-14T12:01:00.835Z | 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 } }] |
| 4648 | 2026-08-14T12:01:00.835Z | Aug 14 12:00:59.350Aug 14 12:00:59.350 Aug 14 12:00:59.350DEBG DEBGINFOreplacing 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 } }] |
| 4649 | 2026-08-14T12:01:00.835Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 4650 | 2026-08-14T12:01:00.835Z | 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 } }] |
| 4651 | 2026-08-14T12:01:00.835Z | Aug 14 12:00:59.350Aug 14 12:00:59.350 Aug 14 12:00:59.350INFO DEBG INFOadding route 3fff:beef:17::/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 } }] |
| 4652 | 2026-08-14T12:01:00.835Z | |
| 4653 | 2026-08-14T12:01:00.835Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4654 | 2026-08-14T12:01:00.835Z | Aug 14 12:00:59.350Aug 14 12:00:59.350 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:29::/64 -> 2001:db8::55:ff |
| 4655 | 2026-08-14T12:01:00.835Z | Aug 14 12:00:59.350 |
| 4656 | 2026-08-14T12:01:00.835Z | 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 } }] |
| 4657 | 2026-08-14T12:01:00.835Z | Aug 14 12:00:59.350Aug 14 12:00:59.350 INFODEBG Aug 14 12:00:59.350replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4658 | 2026-08-14T12:01:00.835Z | |
| 4659 | 2026-08-14T12:01:00.835Z | INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4660 | 2026-08-14T12:01:00.835Z | Aug 14 12:00:59.350Aug 14 12:00:59.350 INFODEBG adding route 3fff:beef:2a::/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 } }] |
| 4661 | 2026-08-14T12:01:00.835Z | Aug 14 12:00:59.350 |
| 4662 | 2026-08-14T12:01:00.835Z | DEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:59.350 |
| 4663 | 2026-08-14T12:01:00.835Z | Aug 14 12:00:59.350 DEBGINFO replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4664 | 2026-08-14T12:01:00.835Z | |
| 4665 | 2026-08-14T12:01:00.835Z | Aug 14 12:00:59.350 INFO Aug 14 12:00:59.350adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 14 12:00:59.350 |
| 4666 | 2026-08-14T12:01:00.835Z | INFOAug 14 12:00:59.350DEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4667 | 2026-08-14T12:01:00.835Z | DEBG |
| 4668 | 2026-08-14T12:01:00.835Z | 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 } }] |
| 4669 | 2026-08-14T12:01:00.835Z | Aug 14 12:00:59.350 DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:59.350 |
| 4670 | 2026-08-14T12:01:00.835Z | INFOAug 14 12:00:59.350 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFOAug 14 12:00:59.350 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4671 | 2026-08-14T12:01:00.835Z | |
| 4672 | 2026-08-14T12:01:00.835Z | INFO Aug 14 12:00:59.350adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 4673 | 2026-08-14T12:01:00.835Z | test route::tests::grow_succeeds ... ok |
| 4674 | 2026-08-14T12:01:00.835Z | DEBGAug 14 12:00:59.350 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 14 12:00:59.350 |
| 4675 | 2026-08-14T12:01:00.835Z | DEBGDEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4676 | 2026-08-14T12:01:00.835Z | |
| 4677 | 2026-08-14T12:01:00.835Z | Aug 14 12:00:59.350 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4678 | 2026-08-14T12:01:00.836Z | Aug 14 12:00:59.350Aug 14 12:00:59.350 INFOINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 14 12:00:59.350 |
| 4679 | 2026-08-14T12:01:00.836Z | DEBGAug 14 12:00:59.350adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 4680 | 2026-08-14T12:01:00.836Z | 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 |
| 4681 | 2026-08-14T12:01:00.836Z | Aug 14 12:00:59.350created new freemapAug 14 12:00:59.350 , Aug 14 12:00:59.350DEBG INFOunit adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }]: |
| 4682 | 2026-08-14T12:01:00.836Z | freemap_route_ipv4 |
| 4683 | 2026-08-14T12:01:00.836Z | |
| 4684 | 2026-08-14T12:01:00.836Z | 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 } }] |
| 4685 | 2026-08-14T12:01:00.836Z | Aug 14 12:00:59.350 INFOAug 14 12:00:59.350Aug 14 12:00:59.350 DEBG Aug 14 12:00:59.350INFO created new freemapadding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4686 | 2026-08-14T12:01:00.836Z | |
| 4687 | 2026-08-14T12:01:00.836Z | |
| 4688 | 2026-08-14T12:01:00.836Z | , unit: Aug 14 12:00:59.350freemap_route_ipv6 |
| 4689 | 2026-08-14T12:01:00.836Z | DEBGAug 14 12:00:59.350 Aug 14 12:00:59.350replacing 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 |
| 4690 | 2026-08-14T12:01:00.836Z | DEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4691 | 2026-08-14T12:01:00.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 } }]Aug 14 12:00:59.350Aug 14 12:00:59.350 INFODEBG |
| 4692 | 2026-08-14T12:01:00.836Z | Aug 14 12:00:59.350adding route 3fff:beef:22::/64 -> 2001:db8::55:ff DEBG |
| 4693 | 2026-08-14T12:01:00.836Z | initted freemap. size: 64 , replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unitAug 14 12:00:59.350:Aug 14 12:00:59.350 INFO |
| 4694 | 2026-08-14T12:01:00.836Z | freemap_route_ipv4DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 14 12:00:59.350 |
| 4695 | 2026-08-14T12:01:00.836Z | |
| 4696 | 2026-08-14T12:01:00.836Z | 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 } }] |
| 4697 | 2026-08-14T12:01:00.836Z | INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4698 | 2026-08-14T12:01:00.836Z | Aug 14 12:00:59.350Aug 14 12:00:59.350 INFODEBG Aug 14 12:00:59.350adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreset freemap |
| 4699 | 2026-08-14T12:01:00.836Z | 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 14 12:00:59.350 |
| 4700 | 2026-08-14T12:01:00.836Z | , Aug 14 12:00:59.350unit :DEBGAug 14 12:00:59.350 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 } }]DEBGINFO |
| 4701 | 2026-08-14T12:01:00.836Z | 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 } }] |
| 4702 | 2026-08-14T12:01:00.836Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 4703 | 2026-08-14T12:01:00.836Z | |
| 4704 | 2026-08-14T12:01:00.836Z | Aug 14 12:00:59.350 Aug 14 12:00:59.350INFOAug 14 12:00:59.350 DEBGINFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 4705 | 2026-08-14T12:01:00.836Z | |
| 4706 | 2026-08-14T12:01:00.836Z | Aug 14 12:00:59.350replacing 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 14 12:00:59.350DEBGAug 14 12:00:59.350 |
| 4707 | 2026-08-14T12:01:00.836Z | DEBGinitted freemap. size: 64 , 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 } }]unitAug 14 12:00:59.350 |
| 4708 | 2026-08-14T12:01:00.836Z | : freemap_route_ipv6INFO |
| 4709 | 2026-08-14T12:01:00.836Z | Aug 14 12:00:59.350 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFO |
| 4710 | 2026-08-14T12:01:00.836Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 14 12:00:59.350 DEBGAug 14 12:00:59.350 reset freemap |
| 4711 | 2026-08-14T12:01:00.836Z | 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 } }]unit |
| 4712 | 2026-08-14T12:01:00.836Z | :Aug 14 12:00:59.350 freemap_route_ipv6DEBGAug 14 12:00:59.350 |
| 4713 | 2026-08-14T12:01:00.836Z | 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 |
| 4714 | 2026-08-14T12:01:00.836Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 14 12:00:59.350 |
| 4715 | 2026-08-14T12:01:00.840Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 4716 | 2026-08-14T12:01:00.840Z | Aug 14 12:00:59.350Aug 14 12:00:59.350DEBG INFODEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:59.350adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 4717 | 2026-08-14T12:01:00.840Z | 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 |
| 4718 | 2026-08-14T12:01:00.840Z | |
| 4719 | 2026-08-14T12:01:00.840Z | Aug 14 12:00:59.350 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 4720 | 2026-08-14T12:01:00.840Z | Aug 14 12:00:59.350Aug 14 12:00:59.350 DEBGINFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ff Aug 14 12:00:59.350 |
| 4721 | 2026-08-14T12:01:00.841Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 4722 | 2026-08-14T12:01:00.841Z | 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 } }] |
| 4723 | 2026-08-14T12:01:00.841Z | DEBG Aug 14 12:00:59.350replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 14 12:00:59.350DEBG |
| 4724 | 2026-08-14T12:01:00.841Z | 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 14 12:00:59.350DEBG |
| 4725 | 2026-08-14T12:01:00.841Z | INFOreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 14 12:00:59.350 |
| 4726 | 2026-08-14T12:01:00.841Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4727 | 2026-08-14T12:01:00.841Z | INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 4728 | 2026-08-14T12:01:00.841Z | Aug 14 12:00:59.350 INFO Aug 14 12:00:59.350adding route 3fff:beef:21::/64 -> 2001:db8::55:ff Aug 14 12:00:59.350 |
| 4729 | 2026-08-14T12:01:00.841Z | DEBG 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 } }] |
| 4730 | 2026-08-14T12:01:00.841Z | 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 } }] |
| 4731 | 2026-08-14T12:01:00.841Z | Aug 14 12:00:59.350Aug 14 12:00:59.350 INFOINFO Aug 14 12:00:59.350 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 4732 | 2026-08-14T12:01:00.841Z | |
| 4733 | 2026-08-14T12:01:00.841Z | DEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:59.350Aug 14 12:00:59.350 |
| 4734 | 2026-08-14T12:01:00.841Z | DEBG DEBG replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:59.350replacing 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 } }] |
| 4735 | 2026-08-14T12:01:00.841Z | INFO |
| 4736 | 2026-08-14T12:01:00.841Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 4737 | 2026-08-14T12:01:00.841Z | Aug 14 12:00:59.350 INFOAug 14 12:00:59.350Aug 14 12:00:59.350 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFO |
| 4738 | 2026-08-14T12:01:00.841Z | DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4739 | 2026-08-14T12:01:00.841Z | replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:59.350 |
| 4740 | 2026-08-14T12:01:00.841Z | 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 14 12:00:59.350Aug 14 12:00:59.350 |
| 4741 | 2026-08-14T12:01:00.841Z | DEBGINFO Aug 14 12:00:59.350 replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4742 | 2026-08-14T12:01:00.841Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 4743 | 2026-08-14T12:01:00.841Z | |
| 4744 | 2026-08-14T12:01:00.841Z | Aug 14 12:00:59.350 Aug 14 12:00:59.350INFO DEBGAug 14 12:00:59.350adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4745 | 2026-08-14T12:01:00.841Z | |
| 4746 | 2026-08-14T12:01:00.841Z | 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 } }] |
| 4747 | 2026-08-14T12:01:00.841Z | Aug 14 12:00:59.350 Aug 14 12:00:59.350INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFOAug 14 12:00:59.350 |
| 4748 | 2026-08-14T12:01:00.841Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG |
| 4749 | 2026-08-14T12:01:00.841Z | Aug 14 12:00:59.350replacing 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 } }] |
| 4750 | 2026-08-14T12:01:00.841Z | DEBG Aug 14 12:00:59.350replacing 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 } }] |
| 4751 | 2026-08-14T12:01:00.841Z | DEBG Aug 14 12:00:59.350replacing 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 } }] |
| 4752 | 2026-08-14T12:01:00.841Z | INFOAug 14 12:00:59.350 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFO |
| 4753 | 2026-08-14T12:01:00.841Z | Aug 14 12:00:59.350adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 4754 | 2026-08-14T12:01:00.841Z | INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 14 12:00:59.351 |
| 4755 | 2026-08-14T12:01:00.841Z | Aug 14 12:00:59.351 DEBGDEBG Aug 14 12:00:59.351 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 } }]DEBG |
| 4756 | 2026-08-14T12:01:00.841Z | |
| 4757 | 2026-08-14T12:01:00.841Z | 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 } }] |
| 4758 | 2026-08-14T12:01:00.841Z | Aug 14 12:00:59.351Aug 14 12:00:59.351Aug 14 12:00:59.351 INFOINFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 4759 | 2026-08-14T12:01:00.841Z | |
| 4760 | 2026-08-14T12:01:00.842Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 4761 | 2026-08-14T12:01:00.842Z | Aug 14 12:00:59.351 Aug 14 12:00:59.351DEBGAug 14 12:00:59.351 DEBGDEBGreplacing 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 } }] |
| 4762 | 2026-08-14T12:01:00.842Z | replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 4763 | 2026-08-14T12:01:00.842Z | |
| 4764 | 2026-08-14T12:01:00.842Z | Aug 14 12:00:59.351Aug 14 12:00:59.351Aug 14 12:00:59.351 INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4765 | 2026-08-14T12:01:00.842Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFO |
| 4766 | 2026-08-14T12:01:00.842Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 14 12:00:59.351 |
| 4767 | 2026-08-14T12:01:00.842Z | DEBGAug 14 12:00:59.351 Aug 14 12:00:59.351DEBGreplacing 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: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 } }] |
| 4768 | 2026-08-14T12:01:00.842Z | |
| 4769 | 2026-08-14T12:01:00.842Z | DEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:59.351 |
| 4770 | 2026-08-14T12:01:00.842Z | Aug 14 12:00:59.351INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFOAug 14 12:00:59.351 |
| 4771 | 2026-08-14T12:01:00.842Z | INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 4772 | 2026-08-14T12:01:00.842Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 14 12:00:59.351 |
| 4773 | 2026-08-14T12:01:00.842Z | DEBGAug 14 12:00:59.351 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 14 12:00:59.351DEBG |
| 4774 | 2026-08-14T12:01:00.842Z | 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 } }] |
| 4775 | 2026-08-14T12:01:00.842Z | 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 14 12:00:59.351 |
| 4776 | 2026-08-14T12:01:00.842Z | INFO Aug 14 12:00:59.351Aug 14 12:00:59.351adding route 3fff:beef:29::/64 -> 2001:db8::55:ff INFO |
| 4777 | 2026-08-14T12:01:00.842Z | INFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 4778 | 2026-08-14T12:01:00.842Z | |
| 4779 | 2026-08-14T12:01:00.842Z | Aug 14 12:00:59.351Aug 14 12:00:59.351Aug 14 12:00:59.351 DEBGDEBG 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 } }] |
| 4780 | 2026-08-14T12:01:00.842Z | 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: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 } }] |
| 4781 | 2026-08-14T12:01:00.842Z | |
| 4782 | 2026-08-14T12:01:00.842Z | Aug 14 12:00:59.351 INFO Aug 14 12:00:59.351adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 4783 | 2026-08-14T12:01:00.842Z | INFO Aug 14 12:00:59.351adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 14 12:00:59.351 INFO |
| 4784 | 2026-08-14T12:01:00.842Z | DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 4785 | 2026-08-14T12:01:00.842Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 4786 | 2026-08-14T12:01:00.842Z | 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 14 12:00:59.351 |
| 4787 | 2026-08-14T12:01:00.842Z | DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:59.351 |
| 4788 | 2026-08-14T12:01:00.842Z | Aug 14 12:00:59.351DEBG 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 } }] failed to allocate space for the new target list |
| 4789 | 2026-08-14T12:01:00.842Z | Aug 14 12:00:59.351 DEBG created new freemap, Aug 14 12:00:59.351unit : |
| 4790 | 2026-08-14T12:01:00.842Z | 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 } }] |
| 4791 | 2026-08-14T12:01:00.842Z | Aug 14 12:00:59.351DEBG 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 } }] |
| 4792 | 2026-08-14T12:01:00.842Z | created new freemap, Aug 14 12:00:59.351unit :INFO freemap_route_ipv4adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 4793 | 2026-08-14T12:01:00.842Z | |
| 4794 | 2026-08-14T12:01:00.842Z | Aug 14 12:00:59.351Aug 14 12:00:59.351 Aug 14 12:00:59.351INFO DEBGDEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 4795 | 2026-08-14T12:01:00.842Z | created new freemap , 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 } }]unit |
| 4796 | 2026-08-14T12:01:00.842Z | : Aug 14 12:00:59.351freemap_route_ipv6 |
| 4797 | 2026-08-14T12:01:00.842Z | 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 } }] |
| 4798 | 2026-08-14T12:01:00.842Z | Aug 14 12:00:59.351 Aug 14 12:00:59.351DEBG INFOinitted freemap. size: 64 , adding route 3fff:beef:24::/64 -> 2001:db8::55:ffunit |
| 4799 | 2026-08-14T12:01:00.843Z | : freemap_route_ipv4 |
| 4800 | 2026-08-14T12:01:00.843Z | Aug 14 12:00:59.351 DEBGAug 14 12:00:59.351 freemap_route_ipv4Aug 14 12:00:59.351replacing 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 } }] |
| 4801 | 2026-08-14T12:01:00.843Z | INFODEBGAug 14 12:00:59.351 reset freemapINFO, unit |
| 4802 | 2026-08-14T12:01:00.843Z | :adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff Aug 14 12:00:59.351 |
| 4803 | 2026-08-14T12:01:00.843Z | freemap_route_ipv4 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG |
| 4804 | 2026-08-14T12:01:00.843Z | |
| 4805 | 2026-08-14T12:01:00.843Z | created new freemapAug 14 12:00:59.351, unit :INFOAug 14 12:00:59.351Aug 14 12:00:59.351 DEBG freemap_route_ipv6 |
| 4806 | 2026-08-14T12:01:00.843Z | initted freemap. size: 64adding route 3fff:beef:25::/64 -> 2001:db8::55:ff, |
| 4807 | 2026-08-14T12:01:00.843Z | Aug 14 12:00:59.351DEBGunit 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 } }]: |
| 4808 | 2026-08-14T12:01:00.843Z | DEBG Aug 14 12:00:59.351freemap_route_ipv6 |
| 4809 | 2026-08-14T12:01:00.843Z | Aug 14 12:00:59.351DEBG initted freemap. size: 64DEBG , 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 14 12:00:59.351unit :Aug 14 12:00:59.351DEBG |
| 4810 | 2026-08-14T12:01:00.843Z | freemap_route_ipv4 INFOreset freemap |
| 4811 | 2026-08-14T12:01:00.843Z | Aug 14 12:00:59.351replacing 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 } }] , INFOunit adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 4812 | 2026-08-14T12:01:00.843Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff: |
| 4813 | 2026-08-14T12:01:00.843Z | Aug 14 12:00:59.351 DEBG freemap_route_ipv6 |
| 4814 | 2026-08-14T12:01:00.843Z | reset freemapAug 14 12:00:59.351 , Aug 14 12:00:59.351unit DEBGAug 14 12:00:59.351: 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 } }]INFOfreemap_route_ipv4 |
| 4815 | 2026-08-14T12:01:00.847Z | DEBG |
| 4816 | 2026-08-14T12:01:00.847Z | adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 4817 | 2026-08-14T12:01:00.847Z | |
| 4818 | 2026-08-14T12:01:00.847Z | Aug 14 12:00:59.351 Aug 14 12:00:59.351DEBGAug 14 12:00:59.351Aug 14 12:00:59.351 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 } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 4819 | 2026-08-14T12:01:00.847Z | |
| 4820 | 2026-08-14T12:01:00.847Z | initted freemap. size: 64INFO, Aug 14 12:00:59.352unit :adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFOAug 14 12:00:59.352 adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4821 | 2026-08-14T12:01:00.847Z | DEBG |
| 4822 | 2026-08-14T12:01:00.847Z | freemap_route_ipv6 |
| 4823 | 2026-08-14T12:01:00.847Z | 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 } }] |
| 4824 | 2026-08-14T12:01:00.847Z | Aug 14 12:00:59.352Aug 14 12:00:59.352Aug 14 12:00:59.352 DEBGINFODEBG Aug 14 12:00:59.352replacing 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 } }] adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG |
| 4825 | 2026-08-14T12:01:00.847Z | |
| 4826 | 2026-08-14T12:01:00.847Z | reset freemapreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 4827 | 2026-08-14T12:01:00.847Z | unit:Aug 14 12:00:59.352Aug 14 12:00:59.352 INFODEBGfreemap_route_ipv6 |
| 4828 | 2026-08-14T12:01:00.847Z | 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:dead::/64 -> 2001:db8::55:1 |
| 4829 | 2026-08-14T12:01:00.847Z | |
| 4830 | 2026-08-14T12:01:00.847Z | Aug 14 12:00:59.352 Aug 14 12:00:59.352INFO Aug 14 12:00:59.352Aug 14 12:00:59.352INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4831 | 2026-08-14T12:01:00.847Z | INFO |
| 4832 | 2026-08-14T12:01:00.847Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 4833 | 2026-08-14T12:01:00.847Z | Aug 14 12:00:59.352 |
| 4834 | 2026-08-14T12:01:00.848Z | DEBG Aug 14 12:00:59.352 Aug 14 12:00:59.352Aug 14 12:00:59.352DEBG 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 } }] |
| 4835 | 2026-08-14T12:01:00.848Z | adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }] |
| 4836 | 2026-08-14T12:01:00.848Z | |
| 4837 | 2026-08-14T12:01:00.848Z | DEBG Aug 14 12:00:59.352replacing 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 14 12:00:59.352INFO |
| 4838 | 2026-08-14T12:01:00.848Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4839 | 2026-08-14T12:01:00.848Z | 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 } }] |
| 4840 | 2026-08-14T12:01:00.848Z | Aug 14 12:00:59.352Aug 14 12:00:59.352 Aug 14 12:00:59.352INFODEBG INFOAug 14 12:00:59.352 adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4841 | 2026-08-14T12:01:00.848Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] INFO |
| 4842 | 2026-08-14T12:01:00.848Z | |
| 4843 | 2026-08-14T12:01:00.848Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 14 12:00:59.352 |
| 4844 | 2026-08-14T12:01:00.848Z | DEBG Aug 14 12:00:59.352replacing 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 14 12:00:59.352 |
| 4845 | 2026-08-14T12:01:00.848Z | INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 14 12:00:59.352replacing 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 14 12:00:59.352 |
| 4846 | 2026-08-14T12:01:00.848Z | |
| 4847 | 2026-08-14T12:01:00.848Z | INFODEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 14 12:00:59.352Aug 14 12:00:59.352 |
| 4848 | 2026-08-14T12:01:00.848Z | 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 |
| 4849 | 2026-08-14T12:01:00.848Z | Aug 14 12:00:59.352 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 4850 | 2026-08-14T12:01:00.848Z | |
| 4851 | 2026-08-14T12:01:00.848Z | 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 } }] |
| 4852 | 2026-08-14T12:01:00.848Z | Aug 14 12:00:59.352Aug 14 12:00:59.352 Aug 14 12:00:59.352INFO INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFOAug 14 12:00:59.352 |
| 4853 | 2026-08-14T12:01:00.848Z | adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG |
| 4854 | 2026-08-14T12:01:00.848Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4855 | 2026-08-14T12:01:00.848Z | 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 14 12:00:59.352Aug 14 12:00:59.352 |
| 4856 | 2026-08-14T12:01:00.848Z | 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 |
| 4857 | 2026-08-14T12:01:00.848Z | Aug 14 12:00:59.352Aug 14 12:00:59.352 INFOreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 14 12:00:59.352DEBG |
| 4858 | 2026-08-14T12:01:00.848Z | adding route 3fff:beef:2b::/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 } }] |
| 4859 | 2026-08-14T12:01:00.848Z | DEBG |
| 4860 | 2026-08-14T12:01:00.848Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 14 12:00:59.352 |
| 4861 | 2026-08-14T12:01:00.848Z | Aug 14 12:00:59.352INFO DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 4862 | 2026-08-14T12:01:00.848Z | Aug 14 12:00:59.352replacing 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 } }] |
| 4863 | 2026-08-14T12:01:00.848Z | WARN Aug 14 12:00:59.352shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Aug 14 12:00:59.352INFO |
| 4864 | 2026-08-14T12:01:00.848Z | Aug 14 12:00:59.352 adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 4865 | 2026-08-14T12:01:00.848Z | 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 } }] |
| 4866 | 2026-08-14T12:01:00.848Z | |
| 4867 | 2026-08-14T12:01:00.848Z | Aug 14 12:00:59.352 Aug 14 12:00:59.352DEBG INFO 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:33::/64 -> 2001:db8::55:ff |
| 4868 | 2026-08-14T12:01:00.848Z | |
| 4869 | 2026-08-14T12:01:00.848Z | Aug 14 12:00:59.352 DEBG Aug 14 12:00:59.352replacing 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 14 12:00:59.352 DEBG |
| 4870 | 2026-08-14T12:01:00.848Z | INFO replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 4871 | 2026-08-14T12:01:00.848Z | |
| 4872 | 2026-08-14T12:01:00.848Z | Aug 14 12:00:59.352 Aug 14 12:00:59.352INFO DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4873 | 2026-08-14T12:01:00.849Z | replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:59.352 |
| 4874 | 2026-08-14T12:01:00.849Z | INFO Aug 14 12:00:59.352adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 4875 | 2026-08-14T12:01:00.849Z | DEBGAug 14 12:00:59.352 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 14 12:00:59.352INFO |
| 4876 | 2026-08-14T12:01:00.849Z | DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 4877 | 2026-08-14T12:01:00.849Z | 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 } }] |
| 4878 | 2026-08-14T12:01:00.849Z | Aug 14 12:00:59.352 INFO Aug 14 12:00:59.352Aug 14 12:00:59.352 adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4879 | 2026-08-14T12:01:00.849Z | INFODEBG 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:35::/64 -> 2001:db8::55:ff |
| 4880 | 2026-08-14T12:01:00.849Z | |
| 4881 | 2026-08-14T12:01:00.849Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 4882 | 2026-08-14T12:01:00.849Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 4883 | 2026-08-14T12:01:00.849Z | Aug 14 12:00:59.352 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 } }] |
| 4884 | 2026-08-14T12:01:00.849Z | Aug 14 12:00:59.352Aug 14 12:00:59.352 DEBGINFOAug 14 12:00:59.352 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:2f::/64 -> 2001:db8::55:ff |
| 4885 | 2026-08-14T12:01:00.849Z | INFO |
| 4886 | 2026-08-14T12:01:00.849Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4887 | 2026-08-14T12:01:00.849Z | Aug 14 12:00:59.352 Aug 14 12:00:59.352DEBG DEBGreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4888 | 2026-08-14T12:01:00.849Z | 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 } }] |
| 4889 | 2026-08-14T12:01:00.849Z | Aug 14 12:00:59.352Aug 14 12:00:59.352 Aug 14 12:00:59.352 INFOINFO INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4890 | 2026-08-14T12:01:00.849Z | |
| 4891 | 2026-08-14T12:01:00.849Z | |
| 4892 | 2026-08-14T12:01:00.849Z | Aug 14 12:00:59.352Aug 14 12:00:59.352 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: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 } }] |
| 4893 | 2026-08-14T12:01:00.849Z | Aug 14 12:00:59.352Aug 14 12:00:59.352Aug 14 12:00:59.359 DEBGINFO created new freemapadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 4894 | 2026-08-14T12:01:00.849Z | DEBG, unitcreated new freemap:, Aug 14 12:00:59.359unit :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 } }]freemap_route_ipv4 |
| 4895 | 2026-08-14T12:01:00.849Z | |
| 4896 | 2026-08-14T12:01:00.849Z | |
| 4897 | 2026-08-14T12:01:00.849Z | Aug 14 12:00:59.359freemap_route_ipv4 |
| 4898 | 2026-08-14T12:01:00.849Z | Aug 14 12:00:59.359INFO Aug 14 12:00:59.359adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG |
| 4899 | 2026-08-14T12:01:00.849Z | INFOcreated new freemap Aug 14 12:00:59.359adding route 3fff:beef:8::/64 -> 2001:db8::55:ff, |
| 4900 | 2026-08-14T12:01:00.849Z | unit: DEBGfreemap_route_ipv6 Aug 14 12:00:59.359 |
| 4901 | 2026-08-14T12:01:00.849Z | created new freemap Aug 14 12:00:59.359, unitDEBG:Aug 14 12:00:59.359 DEBGreplacing 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 } }] DEBGfreemap_route_ipv6 |
| 4902 | 2026-08-14T12:01:00.849Z | initted freemap. size: 64 , replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 4903 | 2026-08-14T12:01:00.849Z | : |
| 4904 | 2026-08-14T12:01:00.849Z | freemap_route_ipv4 |
| 4905 | 2026-08-14T12:01:00.849Z | Aug 14 12:00:59.359 Aug 14 12:00:59.359 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 14 12:00:59.352 |
| 4906 | 2026-08-14T12:01:00.849Z | Aug 14 12:00:59.359Aug 14 12:00:59.359 INFODEBG DEBGAug 14 12:00:59.359adding route 3fff:beef:9::/64 -> 2001:db8::55:ff DEBG |
| 4907 | 2026-08-14T12:01:00.849Z | reset freemap , replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGunitinitted freemap. size: 64 |
| 4908 | 2026-08-14T12:01:00.849Z | :, Aug 14 12:00:59.359unit 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: freemap_route_ipv4 |
| 4909 | 2026-08-14T12:01:00.849Z | replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 4910 | 2026-08-14T12:01:00.850Z | |
| 4911 | 2026-08-14T12:01:00.850Z | Aug 14 12:00:59.359 |
| 4912 | 2026-08-14T12:01:00.850Z | INFO Aug 14 12:00:59.359Aug 14 12:00:59.359 INFOAug 14 12:00:59.359 DEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:34::/64 -> 2001:db8::55:ff Aug 14 12:00:59.359 |
| 4913 | 2026-08-14T12:01:00.850Z | reset freemap |
| 4914 | 2026-08-14T12:01:00.850Z | , unit :DEBGINFOAug 14 12:00:59.359 Aug 14 12:00:59.359 freemap_route_ipv4initted freemap. size: 64 |
| 4915 | 2026-08-14T12:01:00.854Z | DEBG DEBGreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4916 | 2026-08-14T12:01:00.854Z | 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:a::/64 -> 2001:db8::55:ff |
| 4917 | 2026-08-14T12:01:00.854Z | unitAug 14 12:00:59.359: Aug 14 12:00:59.359 |
| 4918 | 2026-08-14T12:01:00.854Z | INFO DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 4919 | 2026-08-14T12:01:00.854Z | initted freemap. size: 64Aug 14 12:00:59.359, |
| 4920 | 2026-08-14T12:01:00.854Z | unit Aug 14 12:00:59.359: INFOfreemap_route_ipv6DEBGAug 14 12:00:59.359 |
| 4921 | 2026-08-14T12:01:00.854Z | Aug 14 12:00:59.359 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 } }]DEBG |
| 4922 | 2026-08-14T12:01:00.854Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 4923 | 2026-08-14T12:01:00.854Z | 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 14 12:00:59.359 |
| 4924 | 2026-08-14T12:01:00.854Z | reset freemap , DEBG Aug 14 12:00:59.359unitreset freemapAug 14 12:00:59.359: , INFOunit : DEBGfreemap_route_ipv6 |
| 4925 | 2026-08-14T12:01:00.854Z | replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4926 | 2026-08-14T12:01:00.854Z | Aug 14 12:00:59.359 |
| 4927 | 2026-08-14T12:01:00.854Z | |
| 4928 | 2026-08-14T12:01:00.854Z | Aug 14 12:00:59.359INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 14 12:00:59.359 |
| 4929 | 2026-08-14T12:01:00.854Z | Aug 14 12:00:59.359 INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 14 12:00:59.359 Aug 14 12:00:59.359 |
| 4930 | 2026-08-14T12:01:00.854Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 4931 | 2026-08-14T12:01:00.854Z | 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:36::/64 -> 2001:db8::55:ff |
| 4932 | 2026-08-14T12:01:00.854Z | DEBG |
| 4933 | 2026-08-14T12:01:00.854Z | Aug 14 12:00:59.359Aug 14 12:00:59.359 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4934 | 2026-08-14T12:01:00.855Z | |
| 4935 | 2026-08-14T12:01:00.855Z | 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 14 12:00:59.359 |
| 4936 | 2026-08-14T12:01:00.855Z | DEBG Aug 14 12:00:59.359Aug 14 12:00:59.359Aug 14 12:00:59.359 INFO replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4937 | 2026-08-14T12:01:00.855Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 14 12:00:59.359 |
| 4938 | 2026-08-14T12:01:00.855Z | INFO INFOAug 14 12:00:59.359adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4939 | 2026-08-14T12:01:00.855Z | adding route 3fff:dead::/64 -> 2001:db8::55:2INFO |
| 4940 | 2026-08-14T12:01:00.855Z | INFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 4941 | 2026-08-14T12:01:00.855Z | Aug 14 12:00:59.359Aug 14 12:00:59.359 Aug 14 12:00:59.359adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 4942 | 2026-08-14T12:01:00.855Z | 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 } }] |
| 4943 | 2026-08-14T12:01:00.855Z | DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 14 12:00:59.359replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 14 12:00:59.359 |
| 4944 | 2026-08-14T12:01:00.855Z | DEBG |
| 4945 | 2026-08-14T12:01:00.855Z | 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 |
| 4946 | 2026-08-14T12:01:00.855Z | Aug 14 12:00:59.359 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 14 12:00:59.359 |
| 4947 | 2026-08-14T12:01:00.855Z | Aug 14 12:00:59.359Aug 14 12:00:59.359 INFOINFO Aug 14 12:00:59.359 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFO |
| 4948 | 2026-08-14T12:01:00.855Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:3 adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 4949 | 2026-08-14T12:01:00.855Z | |
| 4950 | 2026-08-14T12:01:00.855Z | |
| 4951 | 2026-08-14T12:01:00.855Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 4952 | 2026-08-14T12:01:00.855Z | Aug 14 12:00:59.359Aug 14 12:00:59.359 Aug 14 12:00:59.359DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 4953 | 2026-08-14T12:01:00.855Z | Aug 14 12:00:59.359 |
| 4954 | 2026-08-14T12:01:00.855Z | |
| 4955 | 2026-08-14T12:01:00.855Z | 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 } }]Aug 14 12:00:59.359 |
| 4956 | 2026-08-14T12:01:00.855Z | 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 } }] |
| 4957 | 2026-08-14T12:01:00.855Z | Aug 14 12:00:59.359Aug 14 12:00:59.359 INFOINFOAug 14 12:00:59.359 DEBG Aug 14 12:00:59.359adding route 3fff:dead::/64 -> 2001:db8::55:4 INFOAug 14 12:00:59.359replacing 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 |
| 4958 | 2026-08-14T12:01:00.855Z | |
| 4959 | 2026-08-14T12:01:00.855Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff INFOadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 4960 | 2026-08-14T12:01:00.855Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 4961 | 2026-08-14T12:01:00.855Z | |
| 4962 | 2026-08-14T12:01:00.855Z | Aug 14 12:00:59.359 adding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFO |
| 4963 | 2026-08-14T12:01:00.855Z | Aug 14 12:00:59.359Aug 14 12:00:59.359 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 14 12:00:59.359 |
| 4964 | 2026-08-14T12:01:00.855Z | DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG |
| 4965 | 2026-08-14T12:01:00.855Z | Aug 14 12:00:59.359 Aug 14 12:00:59.359replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBGreplacing targets for 3fff:beef: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 14 12:00:59.359 |
| 4966 | 2026-08-14T12:01:00.855Z | |
| 4967 | 2026-08-14T12:01:00.855Z | 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 } }] |
| 4968 | 2026-08-14T12:01:00.855Z | Aug 14 12:00:59.359 replacing targets for 3fff:dead::/64 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 } }] |
| 4969 | 2026-08-14T12:01:00.855Z | Aug 14 12:00:59.359Aug 14 12:00:59.359DEBG Aug 14 12:00:59.359Aug 14 12:00:59.359 DEBGINFOWARN replacing targets for 3fff:dead::/64 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 } }]shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 4970 | 2026-08-14T12:01:00.855Z | replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4971 | 2026-08-14T12:01:00.855Z | 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:3a::/64 -> 2001:db8::55:ff |
| 4972 | 2026-08-14T12:01:00.855Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 4973 | 2026-08-14T12:01:00.855Z | |
| 4974 | 2026-08-14T12:01:00.856Z | Aug 14 12:00:59.359 |
| 4975 | 2026-08-14T12:01:00.856Z | DEBG failed to allocate space for the new target listWARN Aug 14 12:00:59.359 |
| 4976 | 2026-08-14T12:01:00.856Z | Aug 14 12:00:59.359INFOAug 14 12:00:59.359 shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 4977 | 2026-08-14T12:01:00.856Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG 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 } }] |
| 4978 | 2026-08-14T12:01:00.856Z | |
| 4979 | 2026-08-14T12:01:00.856Z | INFOAug 14 12:00:59.359 Aug 14 12:00:59.359adding route 3fff:beef:f::/64 -> 2001:db8::55:ff Aug 14 12:00:59.359Aug 14 12:00:59.359ERRODEBG |
| 4980 | 2026-08-14T12:01:00.856Z | replacing targets for 3fff:dead::/64 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 } }] |
| 4981 | 2026-08-14T12:01:00.856Z | INFOAug 14 12:00:59.359 rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 4982 | 2026-08-14T12:01:00.856Z | |
| 4983 | 2026-08-14T12:01:00.856Z | 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 } }]Aug 14 12:00:59.359Aug 14 12:00:59.359 ERRODEBG |
| 4984 | 2026-08-14T12:01:00.856Z | 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 itreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4985 | 2026-08-14T12:01:00.856Z | |
| 4986 | 2026-08-14T12:01:00.856Z | |
| 4987 | 2026-08-14T12:01:00.856Z | Aug 14 12:00:59.359 INFOAug 14 12:00:59.359 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 14 12:00:59.359INFO |
| 4988 | 2026-08-14T12:01:00.856Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffINFO |
| 4989 | 2026-08-14T12:01:00.856Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 4990 | 2026-08-14T12:01:00.856Z | Aug 14 12:00:59.359 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 } }] |
| 4991 | 2026-08-14T12:01:00.856Z | Aug 14 12:00:59.359 DEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:59.359 |
| 4992 | 2026-08-14T12:01:00.856Z | INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4993 | 2026-08-14T12:01:00.856Z | Aug 14 12:00:59.359 DEBG failed to allocate space for the new target list |
| 4994 | 2026-08-14T12:01:00.856Z | Aug 14 12:00:59.359 Aug 14 12:00:59.359DEBG DEBGAug 14 12:00:59.359 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: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 |
| 4995 | 2026-08-14T12:01:00.856Z | |
| 4996 | 2026-08-14T12:01:00.856Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 4997 | 2026-08-14T12:01:00.856Z | Aug 14 12:00:59.360Aug 14 12:00:59.360 DEBG created new freemap, unitDEBG: freemap_route_ipv4 |
| 4998 | 2026-08-14T12:01:00.856Z | created new freemap, Aug 14 12:00:59.366unit :DEBG freemap_route_ipv4created new freemap |
| 4999 | 2026-08-14T12:01:00.856Z | , unitAug 14 12:00:59.360:Aug 14 12:00:59.366 freemap_route_ipv6DEBG |
| 5000 | 2026-08-14T12:01:00.856Z | created new freemap, unit DEBGAug 14 12:00:59.366: freemap_route_ipv6DEBG |
| 5001 | 2026-08-14T12:01:00.856Z | created new freemapinitted freemap. size: 64, Aug 14 12:00:59.366, unitDEBG: unitinitted freemap. size: 64:, Aug 14 12:00:59.359 unitfreemap_route_ipv4: |
| 5002 | 2026-08-14T12:01:00.856Z | freemap_route_ipv4freemap_route_ipv4INFO |
| 5003 | 2026-08-14T12:01:00.856Z | |
| 5004 | 2026-08-14T12:01:00.856Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 14 12:00:59.366 DEBG created new freemap, unit |
| 5005 | 2026-08-14T12:01:00.856Z | : Aug 14 12:00:59.366freemap_route_ipv6 |
| 5006 | 2026-08-14T12:01:00.856Z | DEBG Aug 14 12:00:59.366Aug 14 12:00:59.366 DEBGDEBG reset freemapinitted freemap. size: 64replacing 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 } }], |
| 5007 | 2026-08-14T12:01:00.856Z | , unitunit:Aug 14 12:00:59.366: freemap_route_ipv4 DEBG |
| 5008 | 2026-08-14T12:01:00.856Z | freemap_route_ipv4reset freemap |
| 5009 | 2026-08-14T12:01:00.856Z | , Aug 14 12:00:59.366Aug 14 12:00:59.366unit DEBG:INFO freemap_route_ipv4 |
| 5010 | 2026-08-14T12:01:00.856Z | Aug 14 12:00:59.366adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 5011 | 2026-08-14T12:01:00.856Z | reset freemapDEBG, Aug 14 12:00:59.366initted freemap. size: 64 Aug 14 12:00:59.366DEBG , DEBGunit replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64:, |
| 5012 | 2026-08-14T12:01:00.857Z | freemap_route_ipv6unitunit |
| 5013 | 2026-08-14T12:01:00.857Z | ::Aug 14 12:00:59.366 freemap_route_ipv6freemap_route_ipv4 |
| 5014 | 2026-08-14T12:01:00.857Z | |
| 5015 | 2026-08-14T12:01:00.861Z | INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 14 12:00:59.366Aug 14 12:00:59.366 DEBG reset freemap, unit: DEBGAug 14 12:00:59.366freemap_route_ipv6 DEBGreset freemap , initted freemap. size: 64 |
| 5016 | 2026-08-14T12:01:00.861Z | , unitunit: freemap_route_ipv6: |
| 5017 | 2026-08-14T12:01:00.861Z | Aug 14 12:00:59.366 freemap_route_ipv6INFO |
| 5018 | 2026-08-14T12:01:00.861Z | Aug 14 12:00:59.366 adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 5019 | 2026-08-14T12:01:00.861Z | |
| 5020 | 2026-08-14T12:01:00.861Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5021 | 2026-08-14T12:01:00.861Z | Aug 14 12:00:59.359Aug 14 12:00:59.366 Aug 14 12:00:59.366 DEBGAug 14 12:00:59.366 DEBGINFOreplacing 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 14 12:00:59.366 DEBGDEBG |
| 5022 | 2026-08-14T12:01:00.861Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 5023 | 2026-08-14T12:01:00.861Z | 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 } }] reset freemap |
| 5024 | 2026-08-14T12:01:00.861Z | , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 5025 | 2026-08-14T12:01:00.861Z | Aug 14 12:00:59.366Aug 14 12:00:59.366 Aug 14 12:00:59.366DEBG: INFOAug 14 12:00:59.366 replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 5026 | 2026-08-14T12:01:00.861Z | |
| 5027 | 2026-08-14T12:01:00.861Z | adding route 3fff:dead::/64 -> 2001:db8::55:2INFO |
| 5028 | 2026-08-14T12:01:00.861Z | freemap_route_ipv6Aug 14 12:00:59.366Aug 14 12:00:59.366 |
| 5029 | 2026-08-14T12:01:00.861Z | Aug 14 12:00:59.366INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 5030 | 2026-08-14T12:01:00.861Z | DEBGAug 14 12:00:59.366 INFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ff 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5031 | 2026-08-14T12:01:00.861Z | |
| 5032 | 2026-08-14T12:01:00.861Z | |
| 5033 | 2026-08-14T12:01:00.861Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 14 12:00:59.366 |
| 5034 | 2026-08-14T12:01:00.861Z | Aug 14 12:00:59.366DEBGAug 14 12:00:59.366 INFOAug 14 12:00:59.366replacing 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 } }] |
| 5035 | 2026-08-14T12:01:00.861Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 14 12:00:59.366DEBG |
| 5036 | 2026-08-14T12:01:00.861Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO |
| 5037 | 2026-08-14T12:01:00.862Z | adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 5038 | 2026-08-14T12:01:00.862Z | Aug 14 12:00:59.366replacing 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 14 12:00:59.366 |
| 5039 | 2026-08-14T12:01:00.862Z | Aug 14 12:00:59.366 INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:2DEBG Aug 14 12:00:59.366adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 5040 | 2026-08-14T12:01:00.862Z | |
| 5041 | 2026-08-14T12:01:00.862Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 14 12:00:59.366 |
| 5042 | 2026-08-14T12:01:00.862Z | DEBG Aug 14 12:00:59.366 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 } }]DEBGINFOAug 14 12:00:59.366 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5043 | 2026-08-14T12:01:00.862Z | INFOadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 5044 | 2026-08-14T12:01:00.862Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5045 | 2026-08-14T12:01:00.862Z | |
| 5046 | 2026-08-14T12:01:00.862Z | Aug 14 12:00:59.366Aug 14 12:00:59.366Aug 14 12:00:59.366 INFO DEBG Aug 14 12:00:59.366replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5047 | 2026-08-14T12:01:00.862Z | DEBG Aug 14 12:00:59.366 |
| 5048 | 2026-08-14T12:01:00.862Z | 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 |
| 5049 | 2026-08-14T12:01:00.862Z | Aug 14 12:00:59.366DEBG Aug 14 12:00:59.366replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 14 12:00:59.366 |
| 5050 | 2026-08-14T12:01:00.862Z | INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 5051 | 2026-08-14T12:01:00.862Z | |
| 5052 | 2026-08-14T12:01:00.862Z | 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 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 5053 | 2026-08-14T12:01:00.862Z | |
| 5054 | 2026-08-14T12:01:00.862Z | Aug 14 12:00:59.366 DEBG Aug 14 12:00:59.366 Aug 14 12:00:59.366DEBG 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 } }] |
| 5055 | 2026-08-14T12:01:00.862Z | 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 } }] |
| 5056 | 2026-08-14T12:01:00.862Z | Aug 14 12:00:59.366 INFOAug 14 12:00:59.366 adding route 172.17.0.0/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 5057 | 2026-08-14T12:01:00.862Z | |
| 5058 | 2026-08-14T12:01:00.862Z | Aug 14 12:00:59.366INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFOAug 14 12:00:59.366 |
| 5059 | 2026-08-14T12:01:00.862Z | Aug 14 12:00:59.366 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 14 12:00:59.352 |
| 5060 | 2026-08-14T12:01:00.862Z | DEBG WARNDEBGreplacing 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 14 12:00:59.366 |
| 5061 | 2026-08-14T12:01:00.862Z | created new freemapDEBGshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }), |
| 5062 | 2026-08-14T12:01:00.862Z | Aug 14 12:00:59.366replacing 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 } }]unit |
| 5063 | 2026-08-14T12:01:00.862Z | Aug 14 12:00:59.366DEBG INFO replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] :adding route 172.17.0.1/32 -> 10.0.0.255 |
| 5064 | 2026-08-14T12:01:00.862Z | |
| 5065 | 2026-08-14T12:01:00.862Z | freemap_route_ipv4Aug 14 12:00:59.366 |
| 5066 | 2026-08-14T12:01:00.862Z | Aug 14 12:00:59.366INFO Aug 14 12:00:59.366INFO DEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ff adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5067 | 2026-08-14T12:01:00.862Z | |
| 5068 | 2026-08-14T12:01:00.862Z | |
| 5069 | 2026-08-14T12:01:00.862Z | Aug 14 12:00:59.366Aug 14 12:00:59.366 Aug 14 12:00:59.366DEBG Aug 14 12:00:59.366 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 |
| 5070 | 2026-08-14T12:01:00.862Z | INFO created new freemapadding route 172.17.0.2/32 -> 10.0.0.255, DEBG |
| 5071 | 2026-08-14T12:01:00.862Z | unitAug 14 12:00:59.366: freemap_route_ipv6 |
| 5072 | 2026-08-14T12:01:00.862Z | test route::tests::same_size_non_subset_replace ... ok |
| 5073 | 2026-08-14T12:01:00.862Z | Aug 14 12:00:59.366INFO adding route 3fff:beef:1a::/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 } }] |
| 5074 | 2026-08-14T12:01:00.862Z | |
| 5075 | 2026-08-14T12:01:00.862Z | Aug 14 12:00:59.366 DEBGDEBGAug 14 12:00:59.366 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 } }] |
| 5076 | 2026-08-14T12:01:00.863Z | DEBGinitted freemap. size: 64 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 14 12:00:59.366unit |
| 5077 | 2026-08-14T12:01:00.863Z | : INFOAug 14 12:00:59.366 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 14 12:00:59.366 freemap_route_ipv4INFO |
| 5078 | 2026-08-14T12:01:00.863Z | |
| 5079 | 2026-08-14T12:01:00.863Z | adding route 172.17.0.3/32 -> 10.0.0.255INFO |
| 5080 | 2026-08-14T12:01:00.863Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 14 12:00:59.366Aug 14 12:00:59.366 |
| 5081 | 2026-08-14T12:01:00.863Z | DEBGAug 14 12:00:59.366 DEBG DEBGreset 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 } }]unit: |
| 5082 | 2026-08-14T12:01:00.863Z | 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 14 12:00:59.366freemap_route_ipv4 |
| 5083 | 2026-08-14T12:01:00.863Z | |
| 5084 | 2026-08-14T12:01:00.863Z | DEBG Aug 14 12:00:59.366replacing 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 } }] |
| 5085 | 2026-08-14T12:01:00.863Z | INFO adding route 172.17.0.4/32 -> 10.0.0.255Aug 14 12:00:59.366 |
| 5086 | 2026-08-14T12:01:00.863Z | Aug 14 12:00:59.366DEBG INFOinitted freemap. size: 64Aug 14 12:00:59.366 , adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffAug 14 12:00:59.366 |
| 5087 | 2026-08-14T12:01:00.863Z | unitINFO: adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 14 12:00:59.366 |
| 5088 | 2026-08-14T12:01:00.863Z | DEBGfreemap_route_ipv6 |
| 5089 | 2026-08-14T12:01:00.863Z | 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 } }] |
| 5090 | 2026-08-14T12:01:00.863Z | Aug 14 12:00:59.366DEBG 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 } }]DEBGAug 14 12:00:59.366 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 14 12:00:59.366 |
| 5091 | 2026-08-14T12:01:00.863Z | |
| 5092 | 2026-08-14T12:01:00.863Z | DEBG reset freemapINFO, Aug 14 12:00:59.366unitadding route 172.17.0.5/32 -> 10.0.0.255Aug 14 12:00:59.366 : |
| 5093 | 2026-08-14T12:01:00.863Z | INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO Aug 14 12:00:59.366 |
| 5094 | 2026-08-14T12:01:00.863Z | DEBG freemap_route_ipv6replacing 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 } }] |
| 5095 | 2026-08-14T12:01:00.863Z | adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 14 12:00:59.366 |
| 5096 | 2026-08-14T12:01:00.863Z | DEBGAug 14 12:00:59.366 INFO |
| 5097 | 2026-08-14T12:01:00.863Z | 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 172.17.0.6/32 -> 10.0.0.255Aug 14 12:00:59.366 |
| 5098 | 2026-08-14T12:01:00.863Z | |
| 5099 | 2026-08-14T12:01:00.863Z | Aug 14 12:00:59.366 Aug 14 12:00:59.366INFO Aug 14 12:00:59.366DEBG DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 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 |
| 5100 | 2026-08-14T12:01:00.863Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 5101 | 2026-08-14T12:01:00.863Z | |
| 5102 | 2026-08-14T12:01:00.863Z | |
| 5103 | 2026-08-14T12:01:00.863Z | Aug 14 12:00:59.366 Aug 14 12:00:59.366INFO Aug 14 12:00:59.366INFO Aug 14 12:00:59.366adding route 172.17.0.7/32 -> 10.0.0.255 |
| 5104 | 2026-08-14T12:01:00.863Z | Aug 14 12:00:59.352 DEBGDEBG adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffcreated new freemapDEBG |
| 5105 | 2026-08-14T12:01:00.863Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 14 12:00:59.366 unitreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5106 | 2026-08-14T12:01:00.863Z | |
| 5107 | 2026-08-14T12:01:00.863Z | DEBG: replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:59.366 Aug 14 12:00:59.367DEBG DEBG created new freemapAug 14 12:00:59.367, unit :DEBG freemap_route_ipv4created new freemap |
| 5108 | 2026-08-14T12:01:00.863Z | , |
| 5109 | 2026-08-14T12:01:00.863Z | unitreplacing 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 } }]: |
| 5110 | 2026-08-14T12:01:00.863Z | freemap_route_ipv4 |
| 5111 | 2026-08-14T12:01:00.863Z | Aug 14 12:00:59.373Aug 14 12:00:59.373 INFODEBG failed to allocate space for the new target listAug 14 12:00:59.373 |
| 5112 | 2026-08-14T12:01:00.863Z | Aug 14 12:00:59.373DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 14 12:00:59.373 created new freemap DEBGAug 14 12:00:59.373INFO , DEBGcreated new freemap |
| 5113 | 2026-08-14T12:01:00.863Z | , unitunit: :freemap_route_ipv6 |
| 5114 | 2026-08-14T12:01:00.863Z | freemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5115 | 2026-08-14T12:01:00.868Z | Aug 14 12:00:59.373 |
| 5116 | 2026-08-14T12:01:00.868Z | Aug 14 12:00:59.373DEBG Aug 14 12:00:59.373Aug 14 12:00:59.373 DEBGDEBG initted freemap. size: 64DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 5117 | 2026-08-14T12:01:00.868Z | , failed to allocate space for the new target list, unit |
| 5118 | 2026-08-14T12:01:00.868Z | :unit adding route 172.17.0.8/32 -> 10.0.0.255Aug 14 12:00:59.373freemap_route_ipv4 INFO |
| 5119 | 2026-08-14T12:01:00.868Z | : adding route 3fff:dead::/64 -> 2001:db8::55:3freemap_route_ipv4 |
| 5120 | 2026-08-14T12:01:00.868Z | |
| 5121 | 2026-08-14T12:01:00.868Z | |
| 5122 | 2026-08-14T12:01:00.868Z | Aug 14 12:00:59.373 Aug 14 12:00:59.373Aug 14 12:00:59.373 DEBG reset freemap, DEBGunit :Aug 14 12:00:59.373reset freemap , freemap_route_ipv4 unit |
| 5123 | 2026-08-14T12:01:00.868Z | DEBG: 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 } }] |
| 5124 | 2026-08-14T12:01:00.868Z | |
| 5125 | 2026-08-14T12:01:00.868Z | Aug 14 12:00:59.373 DEBG initted freemap. size: 64, Aug 14 12:00:59.373Aug 14 12:00:59.373Aug 14 12:00:59.366 unitDEBG: initted freemap. size: 64freemap_route_ipv6, unitINFO |
| 5126 | 2026-08-14T12:01:00.868Z | INFO: adding route 3fff:beef:1f::/64 -> 2001:db8::55:fffreemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5127 | 2026-08-14T12:01:00.868Z | Aug 14 12:00:59.373 |
| 5128 | 2026-08-14T12:01:00.868Z | DEBG |
| 5129 | 2026-08-14T12:01:00.868Z | Aug 14 12:00:59.373DEBG reset freemapDEBGreplacing 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 } }] , |
| 5130 | 2026-08-14T12:01:00.868Z | unit:reset freemap , Aug 14 12:00:59.373unitAug 14 12:00:59.373freemap_route_ipv6 |
| 5131 | 2026-08-14T12:01:00.868Z | 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 14 12:00:59.373 |
| 5132 | 2026-08-14T12:01:00.868Z | DEBGAug 14 12:00:59.373freemap_route_ipv6 INFO |
| 5133 | 2026-08-14T12:01:00.868Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 adding route 172.16.0.0/32 -> 10.0.0.1Aug 14 12:00:59.373adding route 172.17.0.9/32 -> 10.0.0.255 |
| 5134 | 2026-08-14T12:01:00.868Z | |
| 5135 | 2026-08-14T12:01:00.868Z | Aug 14 12:00:59.373 |
| 5136 | 2026-08-14T12:01:00.868Z | INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5137 | 2026-08-14T12:01:00.868Z | Aug 14 12:00:59.373adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 5138 | 2026-08-14T12:01:00.868Z | DEBGAug 14 12:00:59.373Aug 14 12:00:59.373Aug 14 12:00:59.373 DEBGDEBGAug 14 12:00:59.373 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 } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5139 | 2026-08-14T12:01:00.868Z | replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5140 | 2026-08-14T12:01:00.868Z | 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 } }] |
| 5141 | 2026-08-14T12:01:00.868Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5142 | 2026-08-14T12:01:00.868Z | |
| 5143 | 2026-08-14T12:01:00.868Z | Aug 14 12:00:59.373Aug 14 12:00:59.373 Aug 14 12:00:59.373INFO INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO |
| 5144 | 2026-08-14T12:01:00.868Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5145 | 2026-08-14T12:01:00.868Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5146 | 2026-08-14T12:01:00.868Z | Aug 14 12:00:59.373 Aug 14 12:00:59.373DEBG 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 } }]Aug 14 12:00:59.373 |
| 5147 | 2026-08-14T12:01:00.869Z | adding route 172.17.0.10/32 -> 10.0.0.255Aug 14 12:00:59.373DEBG |
| 5148 | 2026-08-14T12:01:00.869Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 14 12:00:59.373 |
| 5149 | 2026-08-14T12:01:00.869Z | INFOAug 14 12:00:59.373 DEBG DEBGAug 14 12:00:59.373adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 5150 | 2026-08-14T12:01:00.869Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 } }] |
| 5151 | 2026-08-14T12:01:00.869Z | |
| 5152 | 2026-08-14T12:01:00.869Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 14 12:00:59.373Aug 14 12:00:59.373 Aug 14 12:00:59.373DEBG |
| 5153 | 2026-08-14T12:01:00.869Z | INFO DEBGadding route 172.17.0.11/32 -> 10.0.0.255 Aug 14 12:00:59.373replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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: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 } }] |
| 5154 | 2026-08-14T12:01:00.869Z | |
| 5155 | 2026-08-14T12:01:00.869Z | DEBG |
| 5156 | 2026-08-14T12:01:00.869Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5157 | 2026-08-14T12:01:00.869Z | Aug 14 12:00:59.373 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 5158 | 2026-08-14T12:01:00.869Z | Aug 14 12:00:59.373 Aug 14 12:00:59.373Aug 14 12:00:59.373 INFODEBG DEBGAug 14 12:00:59.367 adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }] |
| 5159 | 2026-08-14T12:01:00.869Z | |
| 5160 | 2026-08-14T12:01:00.869Z | 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 } }]created new freemap |
| 5161 | 2026-08-14T12:01:00.869Z | Aug 14 12:00:59.373Aug 14 12:00:59.373 DEBG , INFOunitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 14 12:00:59.373:adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 5162 | 2026-08-14T12:01:00.869Z | |
| 5163 | 2026-08-14T12:01:00.869Z | INFO freemap_route_ipv4adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5164 | 2026-08-14T12:01:00.869Z | |
| 5165 | 2026-08-14T12:01:00.869Z | Aug 14 12:00:59.373Aug 14 12:00:59.373 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 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 } }] |
| 5166 | 2026-08-14T12:01:00.869Z | |
| 5167 | 2026-08-14T12:01:00.869Z | Aug 14 12:00:59.373Aug 14 12:00:59.373 DEBGDEBGAug 14 12:00:59.373 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 } }] INFOcreated new freemap |
| 5168 | 2026-08-14T12:01:00.869Z | , adding route 3fff:beef:25::/64 -> 2001:db8::55:ffunit |
| 5169 | 2026-08-14T12:01:00.869Z | : freemap_route_ipv6 |
| 5170 | 2026-08-14T12:01:00.869Z | Aug 14 12:00:59.373 Aug 14 12:00:59.373INFO Aug 14 12:00:59.373adding route 172.17.0.13/32 -> 10.0.0.255 DEBG |
| 5171 | 2026-08-14T12:01:00.869Z | DEBG initted freemap. size: 64replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 5172 | 2026-08-14T12:01:00.869Z | unitAug 14 12:00:59.373: DEBGfreemap_route_ipv4 |
| 5173 | 2026-08-14T12:01:00.869Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 5174 | 2026-08-14T12:01:00.869Z | Aug 14 12:00:59.373replacing 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 } }] |
| 5175 | 2026-08-14T12:01:00.869Z | INFO Aug 14 12:00:59.373adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 5176 | 2026-08-14T12:01:00.869Z | DEBG reset freemap, unitAug 14 12:00:59.373: DEBGfreemap_route_ipv4 Aug 14 12:00:59.373replacing 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 } }] |
| 5177 | 2026-08-14T12:01:00.869Z | |
| 5178 | 2026-08-14T12:01:00.869Z | INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5179 | 2026-08-14T12:01:00.869Z | Aug 14 12:00:59.373 Aug 14 12:00:59.373INFO Aug 14 12:00:59.373 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG |
| 5180 | 2026-08-14T12:01:00.869Z | DEBG initted freemap. size: 64replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 5181 | 2026-08-14T12:01:00.869Z | unitAug 14 12:00:59.373: DEBGfreemap_route_ipv6 |
| 5182 | 2026-08-14T12:01:00.869Z | 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 } }] |
| 5183 | 2026-08-14T12:01:00.869Z | Aug 14 12:00:59.373Aug 14 12:00:59.373 DEBGINFO Aug 14 12:00:59.373 reset freemapadding route 172.17.0.15/32 -> 10.0.0.255 , INFOunit :adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 5184 | 2026-08-14T12:01:00.869Z | |
| 5185 | 2026-08-14T12:01:00.870Z | freemap_route_ipv6Aug 14 12:00:59.373Aug 14 12:00:59.373 DEBGDEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 5186 | 2026-08-14T12:01:00.870Z | |
| 5187 | 2026-08-14T12:01:00.870Z | |
| 5188 | 2026-08-14T12:01:00.870Z | freemap_route_ipv4Aug 14 12:00:59.373Aug 14 12:00:59.373Aug 14 12:00:59.373 |
| 5189 | 2026-08-14T12:01:00.870Z | INFOINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1 |
| 5190 | 2026-08-14T12:01:00.870Z | |
| 5191 | 2026-08-14T12:01:00.870Z | INFO adding route 172.17.0.16/32 -> 10.0.0.255Aug 14 12:00:59.373 |
| 5192 | 2026-08-14T12:01:00.870Z | Aug 14 12:00:59.373 DEBGDEBG created new freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }], Aug 14 12:00:59.373unit |
| 5193 | 2026-08-14T12:01:00.870Z | DEBGAug 14 12:00:59.373: 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 freemap_route_ipv6 |
| 5194 | 2026-08-14T12:01:00.870Z | 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 } }] |
| 5195 | 2026-08-14T12:01:00.870Z | Aug 14 12:00:59.373 |
| 5196 | 2026-08-14T12:01:00.870Z | INFOAug 14 12:00:59.373 adding route 172.16.0.0/32 -> 10.0.0.2Aug 14 12:00:59.373Aug 14 12:00:59.373DEBG |
| 5197 | 2026-08-14T12:01:00.870Z | INFOinitted freemap. size: 64 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 172.17.0.17/32 -> 10.0.0.255, |
| 5198 | 2026-08-14T12:01:00.870Z | |
| 5199 | 2026-08-14T12:01:00.870Z | test transceivers::mpn_test::test_mpn_missing ... ok |
| 5200 | 2026-08-14T12:01:00.870Z | Aug 14 12:00:59.373 unitDEBG: Aug 14 12:00:59.373 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 14 12:00:59.373 |
| 5201 | 2026-08-14T12:01:00.870Z | test route::tests::identity_replace_is_noop ... ok |
| 5202 | 2026-08-14T12:01:00.870Z | DEBGDEBGfreemap_route_ipv4 |
| 5203 | 2026-08-14T12:01:00.870Z | test transceivers::mpn_test::test_mpn_present ... ok |
| 5204 | 2026-08-14T12:01:00.870Z | 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 } }] |
| 5205 | 2026-08-14T12:01:00.870Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
| 5206 | 2026-08-14T12:01:00.870Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok |
| 5207 | 2026-08-14T12:01:00.870Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok |
| 5208 | 2026-08-14T12:01:00.870Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok |
| 5209 | 2026-08-14T12:01:00.870Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok |
| 5210 | 2026-08-14T12:01:00.870Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
| 5211 | 2026-08-14T12:01:00.870Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
| 5212 | 2026-08-14T12:01:00.870Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
| 5213 | 2026-08-14T12:01:00.870Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
| 5214 | 2026-08-14T12:01:00.870Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
| 5215 | 2026-08-14T12:01:00.874Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
| 5216 | 2026-08-14T12:01:00.874Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
| 5217 | 2026-08-14T12:01:00.874Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
| 5218 | 2026-08-14T12:01:00.874Z | replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:59.373Aug 14 12:00:59.373 INFODEBG Aug 14 12:00:59.373adding route 172.16.0.0/32 -> 10.0.0.3 |
| 5219 | 2026-08-14T12:01:00.874Z | |
| 5220 | 2026-08-14T12:01:00.874Z | reset freemap, INFOunit Aug 14 12:00:59.373: Aug 14 12:00:59.373adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff DEBG |
| 5221 | 2026-08-14T12:01:00.874Z | INFO adding route 172.17.0.18/32 -> 10.0.0.255 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 5222 | 2026-08-14T12:01:00.874Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
| 5223 | 2026-08-14T12:01:00.874Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
| 5224 | 2026-08-14T12:01:00.874Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
| 5225 | 2026-08-14T12:01:00.875Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
| 5226 | 2026-08-14T12:01:00.875Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
| 5227 | 2026-08-14T12:01:00.875Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
| 5228 | 2026-08-14T12:01:00.875Z | freemap_route_ipv4Aug 14 12:00:59.373 |
| 5229 | 2026-08-14T12:01:00.875Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
| 5230 | 2026-08-14T12:01:00.875Z | |
| 5231 | 2026-08-14T12:01:00.875Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
| 5232 | 2026-08-14T12:01:00.875Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
| 5233 | 2026-08-14T12:01:00.875Z | 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 } }] |
| 5234 | 2026-08-14T12:01:00.875Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
| 5235 | 2026-08-14T12:01:00.875Z | Aug 14 12:00:59.373Aug 14 12:00:59.373Aug 14 12:00:59.373Aug 14 12:00:59.373 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.4 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 5236 | 2026-08-14T12:01:00.875Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
| 5237 | 2026-08-14T12:01:00.875Z | |
| 5238 | 2026-08-14T12:01:00.875Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
| 5239 | 2026-08-14T12:01:00.875Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
| 5240 | 2026-08-14T12:01:00.875Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
| 5241 | 2026-08-14T12:01:00.875Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
| 5242 | 2026-08-14T12:01:00.875Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
| 5243 | 2026-08-14T12:01:00.875Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
| 5244 | 2026-08-14T12:01:00.875Z | DEBG initted freemap. size: 64DEBGAug 14 12:00:59.373Aug 14 12:00:59.373 , 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 } }]unit: Aug 14 12:00:59.374freemap_route_ipv6 Aug 14 12:00:59.374Aug 14 12:00:59.374 |
| 5245 | 2026-08-14T12:01:00.875Z | DEBG DEBGcreated new freemap , created new freemapunit, :DEBG unitfreemap_route_ipv4 |
| 5246 | 2026-08-14T12:01:00.875Z | 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 } }]: |
| 5247 | 2026-08-14T12:01:00.875Z | freemap_route_ipv4Aug 14 12:00:59.379 |
| 5248 | 2026-08-14T12:01:00.875Z | DEBG created new freemap, unit:Aug 14 12:00:59.379 |
| 5249 | 2026-08-14T12:01:00.875Z | Aug 14 12:00:59.379Aug 14 12:00:59.379 freemap_route_ipv6DEBG |
| 5250 | 2026-08-14T12:01:00.875Z | INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreset freemap |
| 5251 | 2026-08-14T12:01:00.875Z | , unitDEBG: created new freemap , Aug 14 12:00:59.379Aug 14 12:00:59.379 unitDEBG: Aug 14 12:00:59.379freemap_route_ipv6initted freemap. size: 64 |
| 5252 | 2026-08-14T12:01:00.875Z | , unit:DEBG Aug 14 12:00:59.379freemap_route_ipv6freemap_route_ipv4 |
| 5253 | 2026-08-14T12:01:00.875Z | |
| 5254 | 2026-08-14T12:01:00.875Z | 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 } }] |
| 5255 | 2026-08-14T12:01:00.875Z | INFOINFO Aug 14 12:00:59.379adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5256 | 2026-08-14T12:01:00.875Z | DEBGAug 14 12:00:59.379Aug 14 12:00:59.379 reset freemapINFO, unitadding route 172.17.0.19/32 -> 10.0.0.255: |
| 5257 | 2026-08-14T12:01:00.875Z | Aug 14 12:00:59.379freemap_route_ipv4 |
| 5258 | 2026-08-14T12:01:00.875Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff 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 } }] |
| 5259 | 2026-08-14T12:01:00.875Z | |
| 5260 | 2026-08-14T12:01:00.875Z | Aug 14 12:00:59.379Aug 14 12:00:59.379 DEBGAug 14 12:00:59.379 DEBGinitted freemap. size: 64 DEBGDEBG, Aug 14 12:00:59.379initted freemap. size: 64 unit, 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 } }]INFOunit |
| 5261 | 2026-08-14T12:01:00.875Z | : replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6:adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5262 | 2026-08-14T12:01:00.875Z | |
| 5263 | 2026-08-14T12:01:00.875Z | Aug 14 12:00:59.379 INFO |
| 5264 | 2026-08-14T12:01:00.875Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 14 12:00:59.379 |
| 5265 | 2026-08-14T12:01:00.876Z | Aug 14 12:00:59.379freemap_route_ipv4DEBG Aug 14 12:00:59.379 |
| 5266 | 2026-08-14T12:01:00.876Z | Aug 14 12:00:59.379replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 5267 | 2026-08-14T12:01:00.876Z | INFOreset freemap adding route 172.17.0.20/32 -> 10.0.0.255DEBG, |
| 5268 | 2026-08-14T12:01:00.876Z | unit:Aug 14 12:00:59.379 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_ipv6 |
| 5269 | 2026-08-14T12:01:00.876Z | |
| 5270 | 2026-08-14T12:01:00.876Z | INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 5271 | 2026-08-14T12:01:00.876Z | Aug 14 12:00:59.379Aug 14 12:00:59.379 Aug 14 12:00:59.379Aug 14 12:00:59.379 INFOINFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1 Aug 14 12:00:59.379adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 5272 | 2026-08-14T12:01:00.876Z | DEBG |
| 5273 | 2026-08-14T12:01:00.876Z | 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.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 } }] |
| 5274 | 2026-08-14T12:01:00.876Z | |
| 5275 | 2026-08-14T12:01:00.876Z | Aug 14 12:00:59.379DEBG Aug 14 12:00:59.379DEBG Aug 14 12:00:59.379 INFO Aug 14 12:00:59.379replacing 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 } }] reset freemap |
| 5276 | 2026-08-14T12:01:00.876Z | , unit DEBG: replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 14 12:00:59.379INFOadding route 172.17.0.1/32 -> 10.0.0.255 |
| 5277 | 2026-08-14T12:01:00.876Z | |
| 5278 | 2026-08-14T12:01:00.876Z | adding route 172.17.0.21/32 -> 10.0.0.255INFOAug 14 12:00:59.380 adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 5279 | 2026-08-14T12:01:00.876Z | freemap_route_ipv4 |
| 5280 | 2026-08-14T12:01:00.876Z | Aug 14 12:00:59.380INFO DEBG adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5281 | 2026-08-14T12:01:00.876Z | 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 } }] |
| 5282 | 2026-08-14T12:01:00.876Z | |
| 5283 | 2026-08-14T12:01:00.876Z | Aug 14 12:00:59.380 Aug 14 12:00:59.380DEBG Aug 14 12:00:59.380DEBG Aug 14 12:00:59.380replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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 14 12:00:59.380DEBGINFO |
| 5284 | 2026-08-14T12:01:00.876Z | |
| 5285 | 2026-08-14T12:01:00.876Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5286 | 2026-08-14T12:01:00.876Z | adding route 172.17.0.2/32 -> 10.0.0.255DEBG |
| 5287 | 2026-08-14T12:01:00.876Z | initted freemap. size: 64Aug 14 12:00:59.380, Aug 14 12:00:59.380 unitINFOINFO Aug 14 12:00:59.380adding route 172.16.0.0/32 -> 10.0.0.3Aug 14 12:00:59.380 |
| 5288 | 2026-08-14T12:01:00.876Z | :INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff adding route 172.17.0.22/32 -> 10.0.0.255DEBG freemap_route_ipv6replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5289 | 2026-08-14T12:01:00.876Z | |
| 5290 | 2026-08-14T12:01:00.876Z | |
| 5291 | 2026-08-14T12:01:00.876Z | Aug 14 12:00:59.380 DEBG Aug 14 12:00:59.380replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5292 | 2026-08-14T12:01:00.876Z | |
| 5293 | 2026-08-14T12:01:00.876Z | Aug 14 12:00:59.380 Aug 14 12:00:59.380DEBG INFODEBG Aug 14 12:00:59.380adding route 172.17.0.3/32 -> 10.0.0.255 Aug 14 12:00:59.380DEBGreplacing 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 } }]reset freemap |
| 5294 | 2026-08-14T12:01:00.876Z | |
| 5295 | 2026-08-14T12:01:00.876Z | replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5296 | 2026-08-14T12:01:00.876Z | , Aug 14 12:00:59.380adding route 172.16.0.0/32 -> 10.0.0.4Aug 14 12:00:59.380 |
| 5297 | 2026-08-14T12:01:00.876Z | Aug 14 12:00:59.380DEBGINFO unit replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 5298 | 2026-08-14T12:01:00.876Z | INFO |
| 5299 | 2026-08-14T12:01:00.876Z | Aug 14 12:00:59.380 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 14 12:00:59.380 |
| 5300 | 2026-08-14T12:01:00.876Z | DEBGadding route 172.17.0.23/32 -> 10.0.0.255: |
| 5301 | 2026-08-14T12:01:00.876Z | Aug 14 12:00:59.380 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 14 12:00:59.380INFO |
| 5302 | 2026-08-14T12:01:00.876Z | Aug 14 12:00:59.380 freemap_route_ipv6 |
| 5303 | 2026-08-14T12:01:00.877Z | adding route 172.17.0.4/32 -> 10.0.0.255DEBGAug 14 12:00:59.380 DEBG |
| 5304 | 2026-08-14T12:01:00.877Z | replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.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 } }] |
| 5305 | 2026-08-14T12:01:00.877Z | Aug 14 12:00:59.380 |
| 5306 | 2026-08-14T12:01:00.877Z | INFOAug 14 12:00:59.380 Aug 14 12:00:59.380INFODEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ffINFO |
| 5307 | 2026-08-14T12:01:00.877Z | adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5308 | 2026-08-14T12:01:00.877Z | 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 } }] |
| 5309 | 2026-08-14T12:01:00.877Z | |
| 5310 | 2026-08-14T12:01:00.877Z | Aug 14 12:00:59.380Aug 14 12:00:59.380Aug 14 12:00:59.380 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5311 | 2026-08-14T12:01:00.877Z | DEBGAug 14 12:00:59.380adding route 172.17.0.5/32 -> 10.0.0.255 |
| 5312 | 2026-08-14T12:01:00.877Z | replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 5313 | 2026-08-14T12:01:00.877Z | 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 14 12:00:59.380Aug 14 12:00:59.380 DEBGINFOAug 14 12:00:59.380 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 } }] |
| 5314 | 2026-08-14T12:01:00.877Z | |
| 5315 | 2026-08-14T12:01:00.881Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5316 | 2026-08-14T12:01:00.881Z | INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 14 12:00:59.380 |
| 5317 | 2026-08-14T12:01:00.881Z | INFOAug 14 12:00:59.380 Aug 14 12:00:59.380adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5318 | 2026-08-14T12:01:00.881Z | INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.6/32 -> 10.0.0.255 |
| 5319 | 2026-08-14T12:01:00.881Z | |
| 5320 | 2026-08-14T12:01:00.881Z | Aug 14 12:00:59.380 DEBGAug 14 12:00:59.380 Aug 14 12:00:59.380DEBGreplacing 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 } }] |
| 5321 | 2026-08-14T12:01:00.881Z | Aug 14 12:00:59.380 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 } }]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 } }] |
| 5322 | 2026-08-14T12:01:00.881Z | |
| 5323 | 2026-08-14T12:01:00.881Z | Aug 14 12:00:59.380 adding route 172.16.0.0/32 -> 10.0.0.3INFO |
| 5324 | 2026-08-14T12:01:00.881Z | Aug 14 12:00:59.380 adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 5325 | 2026-08-14T12:01:00.881Z | INFOAug 14 12:00:59.380 Aug 14 12:00:59.380adding route 172.17.0.7/32 -> 10.0.0.255 |
| 5326 | 2026-08-14T12:01:00.881Z | Aug 14 12:00:59.380DEBG 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 } }]INFOAug 14 12:00:59.380 |
| 5327 | 2026-08-14T12:01:00.881Z | 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 } }] |
| 5328 | 2026-08-14T12:01:00.881Z | adding route 172.17.0.26/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 } }] |
| 5329 | 2026-08-14T12:01:00.881Z | |
| 5330 | 2026-08-14T12:01:00.881Z | Aug 14 12:00:59.380 Aug 14 12:00:59.380INFO INFOAug 14 12:00:59.380 adding route 172.16.0.0/32 -> 10.0.0.4 Aug 14 12:00:59.380 |
| 5331 | 2026-08-14T12:01:00.881Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBGINFO |
| 5332 | 2026-08-14T12:01:00.881Z | Aug 14 12:00:59.380adding route 172.17.0.8/32 -> 10.0.0.255 |
| 5333 | 2026-08-14T12:01:00.881Z | 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 } }] |
| 5334 | 2026-08-14T12:01:00.881Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 14 12:00:59.380 |
| 5335 | 2026-08-14T12:01:00.881Z | Aug 14 12:00:59.380DEBGAug 14 12:00:59.380 DEBGreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5336 | 2026-08-14T12:01:00.881Z | 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 14 12:00:59.380 |
| 5337 | 2026-08-14T12:01:00.882Z | adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5338 | 2026-08-14T12:01:00.882Z | Aug 14 12:00:59.380Aug 14 12:00:59.380Aug 14 12:00:59.380 INFODEBG DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 5339 | 2026-08-14T12:01:00.882Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 } }] |
| 5340 | 2026-08-14T12:01:00.882Z | |
| 5341 | 2026-08-14T12:01:00.882Z | Aug 14 12:00:59.374Aug 14 12:00:59.380 DEBGDEBG 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 } }], |
| 5342 | 2026-08-14T12:01:00.882Z | INFO Aug 14 12:00:59.380adding route 172.17.0.9/32 -> 10.0.0.255 unit |
| 5343 | 2026-08-14T12:01:00.882Z | INFO:DEBG Aug 14 12:00:59.380 freemap_route_ipv4INFOcreated new freemap |
| 5344 | 2026-08-14T12:01:00.882Z | adding route 172.17.0.28/32 -> 10.0.0.255Aug 14 12:00:59.380adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 5345 | 2026-08-14T12:01:00.882Z | |
| 5346 | 2026-08-14T12:01:00.882Z | , DEBG unitreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:59.380 |
| 5347 | 2026-08-14T12:01:00.882Z | Aug 14 12:00:59.380 : DEBGfreemap_route_ipv4 DEBG |
| 5348 | 2026-08-14T12:01:00.882Z | 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 14 12:00:59.380Aug 14 12:00:59.380replacing 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 } }] |
| 5349 | 2026-08-14T12:01:00.882Z | INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5350 | 2026-08-14T12:01:00.882Z | DEBG |
| 5351 | 2026-08-14T12:01:00.882Z | Aug 14 12:00:59.386 Aug 14 12:00:59.380created new freemap DEBG, unitcreated new freemapINFO, unit:: adding route 172.17.0.29/32 -> 10.0.0.255freemap_route_ipv6freemap_route_ipv6 |
| 5352 | 2026-08-14T12:01:00.882Z | |
| 5353 | 2026-08-14T12:01:00.882Z | Aug 14 12:00:59.386 |
| 5354 | 2026-08-14T12:01:00.882Z | DEBGAug 14 12:00:59.386Aug 14 12:00:59.386 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 } }]initted freemap. size: 64, |
| 5355 | 2026-08-14T12:01:00.882Z | unitreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: |
| 5356 | 2026-08-14T12:01:00.882Z | freemap_route_ipv4 |
| 5357 | 2026-08-14T12:01:00.882Z | Aug 14 12:00:59.386 Aug 14 12:00:59.386INFO DEBGadding route 172.17.0.30/32 -> 10.0.0.255 Aug 14 12:00:59.386initted freemap. size: 64 , DEBGAug 14 12:00:59.386 |
| 5358 | 2026-08-14T12:01:00.882Z | reset freemapunit, : INFOfreemap_route_ipv4 |
| 5359 | 2026-08-14T12:01:00.882Z | adding route 172.17.0.11/32 -> 10.0.0.255unit |
| 5360 | 2026-08-14T12:01:00.882Z | : Aug 14 12:00:59.386 Aug 14 12:00:59.386DEBG 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 } }] |
| 5361 | 2026-08-14T12:01:00.882Z | reset freemapAug 14 12:00:59.386freemap_route_ipv4, |
| 5362 | 2026-08-14T12:01:00.882Z | DEBGunitAug 14 12:00:59.386: INFO adding route 172.17.0.31/32 -> 10.0.0.255Aug 14 12:00:59.386 |
| 5363 | 2026-08-14T12:01:00.882Z | replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 5364 | 2026-08-14T12:01:00.882Z | freemap_route_ipv4initted freemap. size: 64 |
| 5365 | 2026-08-14T12:01:00.882Z | , unitAug 14 12:00:59.386Aug 14 12:00:59.386 : DEBGfreemap_route_ipv6 |
| 5366 | 2026-08-14T12:01:00.882Z | replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5367 | 2026-08-14T12:01:00.882Z | |
| 5368 | 2026-08-14T12:01:00.882Z | Aug 14 12:00:59.386 Aug 14 12:00:59.386Aug 14 12:00:59.386DEBG DEBGINFO Aug 14 12:00:59.386 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 } }]adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5369 | 2026-08-14T12:01:00.882Z | reset freemap , |
| 5370 | 2026-08-14T12:01:00.882Z | DEBGunit :Aug 14 12:00:59.386 freemap_route_ipv6INFOinitted freemap. size: 64 |
| 5371 | 2026-08-14T12:01:00.882Z | , adding route 172.17.0.13/32 -> 10.0.0.255unit |
| 5372 | 2026-08-14T12:01:00.882Z | : freemap_route_ipv6Aug 14 12:00:59.386Aug 14 12:00:59.386Aug 14 12:00:59.386 INFODEBG |
| 5373 | 2026-08-14T12:01:00.882Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 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 } }] |
| 5374 | 2026-08-14T12:01:00.882Z | |
| 5375 | 2026-08-14T12:01:00.882Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 5376 | 2026-08-14T12:01:00.882Z | 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 } }] |
| 5377 | 2026-08-14T12:01:00.883Z | Aug 14 12:00:59.386 Aug 14 12:00:59.386DEBG 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 } }] |
| 5378 | 2026-08-14T12:01:00.883Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5379 | 2026-08-14T12:01:00.883Z | Aug 14 12:00:59.386 DEBGAug 14 12:00:59.386Aug 14 12:00:59.386 Aug 14 12:00:59.386INFOINFOreset freemap adding route 172.17.0.33/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5380 | 2026-08-14T12:01:00.883Z | |
| 5381 | 2026-08-14T12:01:00.883Z | , unitDEBG: Aug 14 12:00:59.386Aug 14 12:00:59.386replacing 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 |
| 5382 | 2026-08-14T12:01:00.883Z | DEBG freemap_route_ipv6replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5383 | 2026-08-14T12:01:00.883Z | |
| 5384 | 2026-08-14T12:01:00.883Z | Aug 14 12:00:59.386 |
| 5385 | 2026-08-14T12:01:00.883Z | INFOAug 14 12:00:59.386Aug 14 12:00:59.386 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5386 | 2026-08-14T12:01:00.883Z | |
| 5387 | 2026-08-14T12:01:00.883Z | Aug 14 12:00:59.386adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5388 | 2026-08-14T12:01:00.883Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 14 12:00:59.386 |
| 5389 | 2026-08-14T12:01:00.883Z | Aug 14 12:00:59.386 Aug 14 12:00:59.380 DEBGAug 14 12:00:59.386 DEBGINFO replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG |
| 5390 | 2026-08-14T12:01:00.883Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 14 12:00:59.386 |
| 5391 | 2026-08-14T12:01:00.883Z | |
| 5392 | 2026-08-14T12:01:00.883Z | replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 5393 | 2026-08-14T12:01:00.883Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 14 12:00:59.386 |
| 5394 | 2026-08-14T12:01:00.883Z | Aug 14 12:00:59.386 Aug 14 12:00:59.386DEBGINFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 14 12:00:59.386Aug 14 12:00:59.386replacing 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 } }] |
| 5395 | 2026-08-14T12:01:00.883Z | |
| 5396 | 2026-08-14T12:01:00.883Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5397 | 2026-08-14T12:01:00.883Z | INFOINFO Aug 14 12:00:59.386adding route 172.17.0.0/32 -> 10.0.0.255 |
| 5398 | 2026-08-14T12:01:00.883Z | DEBGAug 14 12:00:59.386 Aug 14 12:00:59.386replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5399 | 2026-08-14T12:01:00.883Z | 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 } }] |
| 5400 | 2026-08-14T12:01:00.883Z | INFOAug 14 12:00:59.386 DEBGAug 14 12:00:59.386 Aug 14 12:00:59.386replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] adding route 172.17.0.35/32 -> 10.0.0.255adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBGINFO |
| 5401 | 2026-08-14T12:01:00.883Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5402 | 2026-08-14T12:01:00.883Z | |
| 5403 | 2026-08-14T12:01:00.883Z | |
| 5404 | 2026-08-14T12:01:00.883Z | 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 } }] |
| 5405 | 2026-08-14T12:01:00.883Z | Aug 14 12:00:59.386 Aug 14 12:00:59.386DEBG Aug 14 12:00:59.386DEBG DEBGreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:59.386 |
| 5406 | 2026-08-14T12:01:00.883Z | 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 } }]INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 5407 | 2026-08-14T12:01:00.883Z | |
| 5408 | 2026-08-14T12:01:00.883Z | |
| 5409 | 2026-08-14T12:01:00.883Z | Aug 14 12:00:59.393 DEBGAug 14 12:00:59.393 Aug 14 12:00:59.393 INFOINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 172.17.0.18/32 -> 10.0.0.255 |
| 5410 | 2026-08-14T12:01:00.883Z | 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 } }] |
| 5411 | 2026-08-14T12:01:00.883Z | |
| 5412 | 2026-08-14T12:01:00.883Z | Aug 14 12:00:59.393replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 5413 | 2026-08-14T12:01:00.883Z | 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 14 12:00:59.393Aug 14 12:00:59.393 |
| 5414 | 2026-08-14T12:01:00.883Z | Aug 14 12:00:59.393DEBGINFO replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:59.393INFO |
| 5415 | 2026-08-14T12:01:00.888Z | adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255DEBG |
| 5416 | 2026-08-14T12:01:00.888Z | |
| 5417 | 2026-08-14T12:01:00.888Z | failed to allocate space for the new target listAug 14 12:00:59.393Aug 14 12:00:59.393 DEBGDEBG |
| 5418 | 2026-08-14T12:01:00.888Z | 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 14 12:00:59.393 |
| 5419 | 2026-08-14T12:01:00.888Z | 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 } }]INFOAug 14 12:00:59.393 |
| 5420 | 2026-08-14T12:01:00.888Z | adding route 172.17.0.19/32 -> 10.0.0.255Aug 14 12:00:59.393 |
| 5421 | 2026-08-14T12:01:00.888Z | INFO DEBG adding route 172.17.0.3/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 14 12:00:59.393 |
| 5422 | 2026-08-14T12:01:00.888Z | |
| 5423 | 2026-08-14T12:01:00.888Z | Aug 14 12:00:59.393DEBG INFOAug 14 12:00:59.393 replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.1/32 -> 10.0.0.255 |
| 5424 | 2026-08-14T12:01:00.888Z | |
| 5425 | 2026-08-14T12:01:00.888Z | 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 } }] |
| 5426 | 2026-08-14T12:01:00.888Z | Aug 14 12:00:59.393Aug 14 12:00:59.393 DEBGINFO replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5427 | 2026-08-14T12:01:00.888Z | |
| 5428 | 2026-08-14T12:01:00.888Z | Aug 14 12:00:59.393 Aug 14 12:00:59.393Aug 14 12:00:59.393 INFODEBG INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 5429 | 2026-08-14T12:01:00.888Z | adding route 172.17.0.2/32 -> 10.0.0.255replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5430 | 2026-08-14T12:01:00.888Z | |
| 5431 | 2026-08-14T12:01:00.888Z | Aug 14 12:00:59.393 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 } }] |
| 5432 | 2026-08-14T12:01:00.888Z | Aug 14 12:00:59.393Aug 14 12:00:59.393Aug 14 12:00:59.393 INFOAug 14 12:00:59.387INFODEBG adding route 172.17.0.5/32 -> 10.0.0.255DEBG |
| 5433 | 2026-08-14T12:01:00.888Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 5434 | 2026-08-14T12:01:00.888Z | 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 } }]created new freemap |
| 5435 | 2026-08-14T12:01:00.888Z | , Aug 14 12:00:59.393unitAug 14 12:00:59.393 Aug 14 12:00:59.393 INFODEBG DEBGadding route 172.17.0.3/32 -> 10.0.0.255 |
| 5436 | 2026-08-14T12:01:00.888Z | replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5437 | 2026-08-14T12:01:00.888Z | |
| 5438 | 2026-08-14T12:01:00.888Z | : Aug 14 12:00:59.393 freemap_route_ipv4DEBG |
| 5439 | 2026-08-14T12:01:00.888Z | Aug 14 12:00:59.393 Aug 14 12:00:59.393 INFOINFO replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.6/32 -> 10.0.0.255Aug 14 12:00:59.393 |
| 5440 | 2026-08-14T12:01:00.888Z | adding route 172.17.0.22/32 -> 10.0.0.255 DEBG |
| 5441 | 2026-08-14T12:01:00.888Z | |
| 5442 | 2026-08-14T12:01:00.888Z | Aug 14 12:00:59.393 created new freemapINFOAug 14 12:00:59.393Aug 14 12:00:59.393 , adding route 172.17.0.4/32 -> 10.0.0.255DEBGDEBG |
| 5443 | 2026-08-14T12:01:00.888Z | 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.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 5444 | 2026-08-14T12:01:00.888Z | : |
| 5445 | 2026-08-14T12:01:00.888Z | Aug 14 12:00:59.393Aug 14 12:00:59.393Aug 14 12:00:59.393 INFOINFOfreemap_route_ipv6DEBG |
| 5446 | 2026-08-14T12:01:00.888Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 5447 | 2026-08-14T12:01:00.888Z | adding route 172.17.0.23/32 -> 10.0.0.255 replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:59.393 |
| 5448 | 2026-08-14T12:01:00.888Z | Aug 14 12:00:59.393DEBG DEBGinitted freemap. size: 64 |
| 5449 | 2026-08-14T12:01:00.888Z | , unit: 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 } }]Aug 14 12:00:59.393Aug 14 12:00:59.393 |
| 5450 | 2026-08-14T12:01:00.888Z | DEBGINFO |
| 5451 | 2026-08-14T12:01:00.888Z | adding route 172.17.0.5/32 -> 10.0.0.255replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5452 | 2026-08-14T12:01:00.888Z | |
| 5453 | 2026-08-14T12:01:00.889Z | Aug 14 12:00:59.393 Aug 14 12:00:59.393 Aug 14 12:00:59.393DEBGAug 14 12:00:59.393 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 } }] |
| 5454 | 2026-08-14T12:01:00.889Z | INFOINFO reset freemapadding route 172.17.0.8/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5455 | 2026-08-14T12:01:00.889Z | |
| 5456 | 2026-08-14T12:01:00.889Z | Aug 14 12:00:59.393, INFO unitadding route 172.17.0.6/32 -> 10.0.0.255:Aug 14 12:00:59.393Aug 14 12:00:59.393 |
| 5457 | 2026-08-14T12:01:00.889Z | DEBG 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 } }]freemap_route_ipv4Aug 14 12:00:59.393replacing 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 } }] |
| 5458 | 2026-08-14T12:01:00.889Z | |
| 5459 | 2026-08-14T12:01:00.889Z | 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 } }] |
| 5460 | 2026-08-14T12:01:00.889Z | |
| 5461 | 2026-08-14T12:01:00.889Z | Aug 14 12:00:59.393Aug 14 12:00:59.393 INFOAug 14 12:00:59.393 DEBGadding route 172.17.0.9/32 -> 10.0.0.255 initted freemap. size: 64 |
| 5462 | 2026-08-14T12:01:00.889Z | , Aug 14 12:00:59.393unit :INFO freemap_route_ipv6Aug 14 12:00:59.393 |
| 5463 | 2026-08-14T12:01:00.889Z | adding route 172.17.0.7/32 -> 10.0.0.255INFO DEBG |
| 5464 | 2026-08-14T12:01:00.889Z | Aug 14 12:00:59.393replacing 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 } }] |
| 5465 | 2026-08-14T12:01:00.889Z | adding route 172.17.0.25/32 -> 10.0.0.255Aug 14 12:00:59.393 |
| 5466 | 2026-08-14T12:01:00.889Z | DEBG reset freemapDEBGAug 14 12:00:59.393, Aug 14 12:00:59.393 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5467 | 2026-08-14T12:01:00.889Z | 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 } }] |
| 5468 | 2026-08-14T12:01:00.889Z | adding route 172.17.0.10/32 -> 10.0.0.255unit |
| 5469 | 2026-08-14T12:01:00.889Z | :Aug 14 12:00:59.393Aug 14 12:00:59.393 INFO INFOadding route 172.17.0.8/32 -> 10.0.0.255 Aug 14 12:00:59.393adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5470 | 2026-08-14T12:01:00.889Z | freemap_route_ipv6 |
| 5471 | 2026-08-14T12:01:00.889Z | |
| 5472 | 2026-08-14T12:01:00.889Z | Aug 14 12:00:59.393DEBG 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 } }] |
| 5473 | 2026-08-14T12:01:00.889Z | replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:59.393 |
| 5474 | 2026-08-14T12:01:00.889Z | Aug 14 12:00:59.393INFOAug 14 12:00:59.393 Aug 14 12:00:59.393DEBG INFO replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.9/32 -> 10.0.0.255 |
| 5475 | 2026-08-14T12:01:00.889Z | INFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5476 | 2026-08-14T12:01:00.889Z | |
| 5477 | 2026-08-14T12:01:00.889Z | |
| 5478 | 2026-08-14T12:01:00.889Z | Aug 14 12:00:59.393 INFO adding route 172.17.0.27/32 -> 10.0.0.255Aug 14 12:00:59.393 |
| 5479 | 2026-08-14T12:01:00.889Z | Aug 14 12:00:59.393DEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5480 | 2026-08-14T12:01:00.889Z | Aug 14 12:00:59.393replacing 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 } }] |
| 5481 | 2026-08-14T12:01:00.889Z | DEBGAug 14 12:00:59.393Aug 14 12:00:59.393 DEBG INFOreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:59.393 adding route 172.17.0.12/32 -> 10.0.0.255INFO |
| 5482 | 2026-08-14T12:01:00.889Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5483 | 2026-08-14T12:01:00.889Z | |
| 5484 | 2026-08-14T12:01:00.889Z | Aug 14 12:00:59.393replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 14 12:00:59.393 Aug 14 12:00:59.393 |
| 5485 | 2026-08-14T12:01:00.889Z | INFO DEBGadding route 172.17.0.28/32 -> 10.0.0.255DEBG |
| 5486 | 2026-08-14T12:01:00.889Z | replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 5487 | 2026-08-14T12:01:00.889Z | Aug 14 12:00:59.393 |
| 5488 | 2026-08-14T12:01:00.889Z | Aug 14 12:00:59.393INFO DEBG adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5489 | 2026-08-14T12:01:00.889Z | 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 14 12:00:59.393 |
| 5490 | 2026-08-14T12:01:00.890Z | Aug 14 12:00:59.393 INFOINFO Aug 14 12:00:59.393adding route 172.17.0.13/32 -> 10.0.0.255Aug 14 12:00:59.393 DEBG |
| 5491 | 2026-08-14T12:01:00.890Z | INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5492 | 2026-08-14T12:01:00.890Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5493 | 2026-08-14T12:01:00.890Z | Aug 14 12:00:59.393adding route 172.17.0.11/32 -> 10.0.0.255 Aug 14 12:00:59.393 |
| 5494 | 2026-08-14T12:01:00.890Z | DEBG Aug 14 12:00:59.393INFO DEBGreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:59.393 adding route 172.16.0.0/32 -> 10.0.0.3 |
| 5495 | 2026-08-14T12:01:00.890Z | |
| 5496 | 2026-08-14T12:01:00.890Z | 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 } }] |
| 5497 | 2026-08-14T12:01:00.890Z | 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 } }] |
| 5498 | 2026-08-14T12:01:00.890Z | Aug 14 12:00:59.393Aug 14 12:00:59.393 DEBGINFOAug 14 12:00:59.393 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 172.17.0.14/32 -> 10.0.0.255INFO |
| 5499 | 2026-08-14T12:01:00.890Z | |
| 5500 | 2026-08-14T12:01:00.890Z | adding route 172.17.0.12/32 -> 10.0.0.255Aug 14 12:00:59.393 |
| 5501 | 2026-08-14T12:01:00.890Z | INFO Aug 14 12:00:59.393adding route 172.17.0.30/32 -> 10.0.0.255Aug 14 12:00:59.393 |
| 5502 | 2026-08-14T12:01:00.890Z | INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.4 Aug 14 12:00:59.393replacing 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 } }] |
| 5503 | 2026-08-14T12:01:00.890Z | |
| 5504 | 2026-08-14T12:01:00.890Z | Aug 14 12:00:59.393DEBG DEBGAug 14 12:00:59.393replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.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 } }] |
| 5505 | 2026-08-14T12:01:00.890Z | |
| 5506 | 2026-08-14T12:01:00.890Z | Aug 14 12:00:59.393DEBG Aug 14 12:00:59.393INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5507 | 2026-08-14T12:01:00.890Z | adding route 172.17.0.15/32 -> 10.0.0.255Aug 14 12:00:59.393 |
| 5508 | 2026-08-14T12:01:00.890Z | INFO adding route 172.17.0.13/32 -> 10.0.0.255INFOAug 14 12:00:59.393Aug 14 12:00:59.393 |
| 5509 | 2026-08-14T12:01:00.890Z | adding route 172.17.0.31/32 -> 10.0.0.255 DEBG |
| 5510 | 2026-08-14T12:01:00.890Z | DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 5511 | 2026-08-14T12:01:00.890Z | Aug 14 12:00:59.393replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 14 12:00:59.393 |
| 5512 | 2026-08-14T12:01:00.890Z | DEBG DEBGreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5513 | 2026-08-14T12:01:00.890Z | 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 14 12:00:59.393 |
| 5514 | 2026-08-14T12:01:00.890Z | INFO Aug 14 12:00:59.393adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5515 | 2026-08-14T12:01:00.894Z | INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5516 | 2026-08-14T12:01:00.894Z | Aug 14 12:00:59.393 DEBGAug 14 12:00:59.393 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 } }]INFOAug 14 12:00:59.393 |
| 5517 | 2026-08-14T12:01:00.894Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5518 | 2026-08-14T12:01:00.894Z | 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 } }] |
| 5519 | 2026-08-14T12:01:00.894Z | Aug 14 12:00:59.393 INFOAug 14 12:00:59.393 Aug 14 12:00:59.393adding route 172.17.0.17/32 -> 10.0.0.255 DEBGAug 14 12:00:59.394 DEBG created new freemap, 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: |
| 5520 | 2026-08-14T12:01:00.894Z | freemap_route_ipv4Aug 14 12:00:59.400 INFO |
| 5521 | 2026-08-14T12:01:00.894Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5522 | 2026-08-14T12:01:00.894Z | Aug 14 12:00:59.400INFOAug 14 12:00:59.400 adding route 172.17.0.15/32 -> 10.0.0.255DEBG |
| 5523 | 2026-08-14T12:01:00.894Z | created new freemapDEBG , 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 } }]unit |
| 5524 | 2026-08-14T12:01:00.894Z | Aug 14 12:00:59.400: DEBGfreemap_route_ipv6 |
| 5525 | 2026-08-14T12:01:00.895Z | replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:59.400 |
| 5526 | 2026-08-14T12:01:00.895Z | INFO Aug 14 12:00:59.400 DEBG initted freemap. size: 64, unitadding route 172.17.0.34/32 -> 10.0.0.255: |
| 5527 | 2026-08-14T12:01:00.895Z | Aug 14 12:00:59.400freemap_route_ipv4 |
| 5528 | 2026-08-14T12:01:00.895Z | INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5529 | 2026-08-14T12:01:00.895Z | Aug 14 12:00:59.400Aug 14 12:00:59.400 DEBGDEBG Aug 14 12:00:59.400replacing 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 } }] |
| 5530 | 2026-08-14T12:01:00.895Z | reset freemapDEBG, unitAug 14 12:00:59.400: 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 } }] freemap_route_ipv4 |
| 5531 | 2026-08-14T12:01:00.895Z | |
| 5532 | 2026-08-14T12:01:00.895Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5533 | 2026-08-14T12:01:00.895Z | Aug 14 12:00:59.400 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 } }] |
| 5534 | 2026-08-14T12:01:00.895Z | Aug 14 12:00:59.400Aug 14 12:00:59.400 INFOAug 14 12:00:59.400 |
| 5535 | 2026-08-14T12:01:00.895Z | DEBGadding route 172.17.0.17/32 -> 10.0.0.255 |
| 5536 | 2026-08-14T12:01:00.895Z | initted freemap. size: 64INFO, unitAug 14 12:00:59.400:adding route 172.17.0.36/32 -> 10.0.0.255 Aug 14 12:00:59.400 |
| 5537 | 2026-08-14T12:01:00.895Z | freemap_route_ipv6DEBG DEBG |
| 5538 | 2026-08-14T12:01:00.895Z | 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.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 } }] |
| 5539 | 2026-08-14T12:01:00.895Z | |
| 5540 | 2026-08-14T12:01:00.895Z | Aug 14 12:00:59.400 DEBG Aug 14 12:00:59.400replacing 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 14 12:00:59.400INFO |
| 5541 | 2026-08-14T12:01:00.895Z | adding route 172.17.0.18/32 -> 10.0.0.255DEBG |
| 5542 | 2026-08-14T12:01:00.895Z | Aug 14 12:00:59.400reset freemap Aug 14 12:00:59.400, unitAug 14 12:00:59.400:INFO freemap_route_ipv6adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5543 | 2026-08-14T12:01:00.895Z | DEBG |
| 5544 | 2026-08-14T12:01:00.895Z | INFO replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5545 | 2026-08-14T12:01:00.895Z | Aug 14 12:00:59.400 |
| 5546 | 2026-08-14T12:01:00.895Z | Aug 14 12:00:59.400INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 14 12:00:59.400Aug 14 12:00:59.400 INFO |
| 5547 | 2026-08-14T12:01:00.895Z | adding route 172.17.0.19/32 -> 10.0.0.255DEBGDEBG |
| 5548 | 2026-08-14T12:01:00.895Z | Aug 14 12:00:59.400replacing 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 } }] |
| 5549 | 2026-08-14T12:01:00.895Z | 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 14 12:00:59.400replacing 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 } }] |
| 5550 | 2026-08-14T12:01:00.895Z | |
| 5551 | 2026-08-14T12:01:00.895Z | Aug 14 12:00:59.400DEBG INFOreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5552 | 2026-08-14T12:01:00.895Z | adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5553 | 2026-08-14T12:01:00.895Z | Aug 14 12:00:59.400 Aug 14 12:00:59.400INFO Aug 14 12:00:59.400 adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5554 | 2026-08-14T12:01:00.895Z | INFOINFOAug 14 12:00:59.400 Aug 14 12:00:59.386 Aug 14 12:00:59.400INFOadding route 172.17.0.20/32 -> 10.0.0.255 adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 5555 | 2026-08-14T12:01:00.895Z | 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 } }] |
| 5556 | 2026-08-14T12:01:00.895Z | |
| 5557 | 2026-08-14T12:01:00.895Z | |
| 5558 | 2026-08-14T12:01:00.895Z | DEBG Aug 14 12:00:59.400replacing 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 14 12:00:59.400 |
| 5559 | 2026-08-14T12:01:00.895Z | Aug 14 12:00:59.400 INFOAug 14 12:00:59.400 adding route 172.17.0.39/32 -> 10.0.0.255DEBGDEBG 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 } }] |
| 5560 | 2026-08-14T12:01:00.895Z | |
| 5561 | 2026-08-14T12:01:00.895Z | 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 } }] |
| 5562 | 2026-08-14T12:01:00.895Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 14 12:00:59.400 |
| 5563 | 2026-08-14T12:01:00.895Z | Aug 14 12:00:59.400DEBG INFOAug 14 12:00:59.400 replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5564 | 2026-08-14T12:01:00.896Z | adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5565 | 2026-08-14T12:01:00.896Z | adding route 172.17.0.21/32 -> 10.0.0.255Aug 14 12:00:59.400 |
| 5566 | 2026-08-14T12:01:00.896Z | Aug 14 12:00:59.400 INFO Aug 14 12:00:59.400INFO Aug 14 12:00:59.400Aug 14 12:00:59.400adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5567 | 2026-08-14T12:01:00.896Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5568 | 2026-08-14T12:01:00.896Z | INFO DEBG DEBGadding route 172.17.0.20/32 -> 10.0.0.255 |
| 5569 | 2026-08-14T12:01:00.896Z | 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 } }] |
| 5570 | 2026-08-14T12:01:00.896Z | Aug 14 12:00:59.400replacing 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 14 12:00:59.400DEBG |
| 5571 | 2026-08-14T12:01:00.896Z | Aug 14 12:00:59.400 INFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:59.400Aug 14 12:00:59.400adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5572 | 2026-08-14T12:01:00.896Z | INFO |
| 5573 | 2026-08-14T12:01:00.896Z | DEBG adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5574 | 2026-08-14T12:01:00.896Z | Aug 14 12:00:59.400replacing 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 14 12:00:59.400 |
| 5575 | 2026-08-14T12:01:00.896Z | DEBG INFO DEBGreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:59.400 |
| 5576 | 2026-08-14T12:01:00.896Z | adding route 172.17.0.41/32 -> 10.0.0.255DEBG |
| 5577 | 2026-08-14T12:01:00.896Z | 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 14 12:00:59.400 |
| 5578 | 2026-08-14T12:01:00.896Z | replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 5579 | 2026-08-14T12:01:00.896Z | Aug 14 12:00:59.400Aug 14 12:00:59.400 adding route 172.16.0.0/32 -> 10.0.0.2INFO |
| 5580 | 2026-08-14T12:01:00.896Z | adding route 172.17.0.23/32 -> 10.0.0.255INFOAug 14 12:00:59.400 |
| 5581 | 2026-08-14T12:01:00.896Z | DEBGAug 14 12:00:59.400Aug 14 12:00:59.400 adding route 172.17.0.39/32 -> 10.0.0.255 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 } }]DEBGINFO |
| 5582 | 2026-08-14T12:01:00.896Z | 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 } }] |
| 5583 | 2026-08-14T12:01:00.896Z | |
| 5584 | 2026-08-14T12:01:00.896Z | Aug 14 12:00:59.400 DEBG adding route 172.17.0.21/32 -> 10.0.0.255replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:59.400 |
| 5585 | 2026-08-14T12:01:00.896Z | |
| 5586 | 2026-08-14T12:01:00.896Z | Aug 14 12:00:59.400Aug 14 12:00:59.400INFO INFOadding route 172.17.0.0/32 -> 10.0.0.255DEBG |
| 5587 | 2026-08-14T12:01:00.896Z | adding route 172.17.0.42/32 -> 10.0.0.255Aug 14 12:00:59.400replacing 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 } }] |
| 5588 | 2026-08-14T12:01:00.896Z | |
| 5589 | 2026-08-14T12:01:00.896Z | INFOAug 14 12:00:59.400 Aug 14 12:00:59.400Aug 14 12:00:59.400DEBG INFOAug 14 12:00:59.400adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5590 | 2026-08-14T12:01:00.896Z | DEBG adding route 172.17.0.40/32 -> 10.0.0.255DEBG |
| 5591 | 2026-08-14T12:01:00.896Z | replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:59.400replacing 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 } }] |
| 5592 | 2026-08-14T12:01:00.896Z | |
| 5593 | 2026-08-14T12:01:00.896Z | Aug 14 12:00:59.400replacing 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 } }] |
| 5594 | 2026-08-14T12:01:00.896Z | DEBG 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 14 12:00:59.400 |
| 5595 | 2026-08-14T12:01:00.896Z | 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 |
| 5596 | 2026-08-14T12:01:00.896Z | Aug 14 12:00:59.400Aug 14 12:00:59.400 INFOAug 14 12:00:59.400 Aug 14 12:00:59.400 adding route 172.17.0.43/32 -> 10.0.0.255INFO |
| 5597 | 2026-08-14T12:01:00.896Z | INFOINFO adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255Aug 14 12:00:59.400adding route 172.17.0.25/32 -> 10.0.0.255adding route 172.17.0.1/32 -> 10.0.0.255 |
| 5598 | 2026-08-14T12:01:00.896Z | |
| 5599 | 2026-08-14T12:01:00.896Z | |
| 5600 | 2026-08-14T12:01:00.896Z | DEBG |
| 5601 | 2026-08-14T12:01:00.896Z | Aug 14 12:00:59.400replacing 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 14 12:00:59.400 |
| 5602 | 2026-08-14T12:01:00.896Z | DEBGAug 14 12:00:59.400 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 |
| 5603 | 2026-08-14T12:01:00.897Z | Aug 14 12:00:59.400 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 Aug 14 12:00:59.400 |
| 5604 | 2026-08-14T12:01:00.897Z | 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 |
| 5605 | 2026-08-14T12:01:00.897Z | Aug 14 12:00:59.400adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5606 | 2026-08-14T12:01:00.897Z | Aug 14 12:00:59.400 Aug 14 12:00:59.400INFO INFO INFOreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5607 | 2026-08-14T12:01:00.897Z | adding route 172.17.0.44/32 -> 10.0.0.255Aug 14 12:00:59.400 |
| 5608 | 2026-08-14T12:01:00.897Z | adding route 172.17.0.2/32 -> 10.0.0.255 DEBG |
| 5609 | 2026-08-14T12:01:00.897Z | Aug 14 12:00:59.400Aug 14 12:00:59.400 replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOAug 14 12:00:59.400 DEBG |
| 5610 | 2026-08-14T12:01:00.897Z | DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5611 | 2026-08-14T12:01:00.897Z | |
| 5612 | 2026-08-14T12:01:00.897Z | adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5613 | 2026-08-14T12:01:00.897Z | Aug 14 12:00:59.400 |
| 5614 | 2026-08-14T12:01:00.897Z | Aug 14 12:00:59.400Aug 14 12:00:59.400 INFOINFO INFOadding route 172.17.0.27/32 -> 10.0.0.255 adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.3/32 -> 10.0.0.255 |
| 5615 | 2026-08-14T12:01:00.901Z | |
| 5616 | 2026-08-14T12:01:00.901Z | |
| 5617 | 2026-08-14T12:01:00.901Z | Aug 14 12:00:59.400 DEBGAug 14 12:00:59.400Aug 14 12:00:59.400 Aug 14 12:00:59.400Aug 14 12:00:59.400 DEBGDEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 5618 | 2026-08-14T12:01:00.901Z | replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5619 | 2026-08-14T12:01:00.901Z | |
| 5620 | 2026-08-14T12:01:00.901Z | DEBG |
| 5621 | 2026-08-14T12:01:00.901Z | Aug 14 12:00:59.400 INFOreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:59.400 |
| 5622 | 2026-08-14T12:01:00.901Z | Aug 14 12:00:59.400 INFOINFO adding route 172.17.0.4/32 -> 10.0.0.255Aug 14 12:00:59.400 |
| 5623 | 2026-08-14T12:01:00.901Z | adding route 172.17.0.28/32 -> 10.0.0.255INFO |
| 5624 | 2026-08-14T12:01:00.901Z | adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.46/32 -> 10.0.0.255Aug 14 12:00:59.400 Aug 14 12:00:59.400DEBG |
| 5625 | 2026-08-14T12:01:00.901Z | Aug 14 12:00:59.400replacing 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 } }] |
| 5626 | 2026-08-14T12:01:00.901Z | INFODEBG Aug 14 12:00:59.400replacing 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 } }] |
| 5627 | 2026-08-14T12:01:00.901Z | adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5628 | 2026-08-14T12:01:00.901Z | Aug 14 12:00:59.400 |
| 5629 | 2026-08-14T12:01:00.901Z | 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 14 12:00:59.400adding route 172.17.0.5/32 -> 10.0.0.255Aug 14 12:00:59.400 |
| 5630 | 2026-08-14T12:01:00.902Z | |
| 5631 | 2026-08-14T12:01:00.902Z | DEBG INFO replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.29/32 -> 10.0.0.255Aug 14 12:00:59.400 |
| 5632 | 2026-08-14T12:01:00.902Z | DEBG |
| 5633 | 2026-08-14T12:01:00.902Z | 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 } }] |
| 5634 | 2026-08-14T12:01:00.902Z | Aug 14 12:00:59.400 Aug 14 12:00:59.400Aug 14 12:00:59.400DEBGAug 14 12:00:59.400 INFOINFO Aug 14 12:00:59.400replacing 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.47/32 -> 10.0.0.255 |
| 5635 | 2026-08-14T12:01:00.902Z | |
| 5636 | 2026-08-14T12:01:00.902Z | Aug 14 12:00:59.406 DEBGINFO Aug 14 12:00:59.406replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5637 | 2026-08-14T12:01:00.902Z | |
| 5638 | 2026-08-14T12:01:00.902Z | INFODEBG 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 14 12:00:59.406 |
| 5639 | 2026-08-14T12:01:00.902Z | DEBGAug 14 12:00:59.406adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5640 | 2026-08-14T12:01:00.902Z | Aug 14 12:00:59.406replacing 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 |
| 5641 | 2026-08-14T12:01:00.902Z | INFO adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5642 | 2026-08-14T12:01:00.902Z | Aug 14 12:00:59.406 |
| 5643 | 2026-08-14T12:01:00.902Z | Aug 14 12:00:59.406INFO Aug 14 12:00:59.406DEBGAug 14 12:00:59.406 adding route 172.17.0.31/32 -> 10.0.0.255DEBG |
| 5644 | 2026-08-14T12:01:00.902Z | 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 |
| 5645 | 2026-08-14T12:01:00.902Z | replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5646 | 2026-08-14T12:01:00.902Z | |
| 5647 | 2026-08-14T12:01:00.902Z | Aug 14 12:00:59.406Aug 14 12:00:59.406 INFODEBG adding route 172.17.0.26/32 -> 10.0.0.255replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5648 | 2026-08-14T12:01:00.902Z | Aug 14 12:00:59.406 |
| 5649 | 2026-08-14T12:01:00.902Z | Aug 14 12:00:59.406INFO INFOadding route 172.17.0.45/32 -> 10.0.0.255Aug 14 12:00:59.406 |
| 5650 | 2026-08-14T12:01:00.902Z | Aug 14 12:00:59.406adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5651 | 2026-08-14T12:01:00.902Z | INFO Aug 14 12:00:59.406DEBG 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 } }]adding route 172.17.0.32/32 -> 10.0.0.255replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5652 | 2026-08-14T12:01:00.902Z | |
| 5653 | 2026-08-14T12:01:00.902Z | |
| 5654 | 2026-08-14T12:01:00.902Z | Aug 14 12:00:59.406Aug 14 12:00:59.406Aug 14 12:00:59.406 INFODEBG 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 14 12:00:59.406INFOadding route 172.17.0.46/32 -> 10.0.0.255 |
| 5655 | 2026-08-14T12:01:00.902Z | adding route 172.17.0.27/32 -> 10.0.0.255DEBG |
| 5656 | 2026-08-14T12:01:00.902Z | Aug 14 12:00:59.406 |
| 5657 | 2026-08-14T12:01:00.902Z | 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 } }] |
| 5658 | 2026-08-14T12:01:00.902Z | Aug 14 12:00:59.407DEBGAug 14 12:00:59.407 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 } }] |
| 5659 | 2026-08-14T12:01:00.902Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5660 | 2026-08-14T12:01:00.902Z | DEBG Aug 14 12:00:59.407replacing 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 14 12:00:59.407INFO |
| 5661 | 2026-08-14T12:01:00.902Z | INFOadding route 172.17.0.50/32 -> 10.0.0.255 |
| 5662 | 2026-08-14T12:01:00.902Z | Aug 14 12:00:59.407 DEBGadding route 172.17.0.47/32 -> 10.0.0.255Aug 14 12:00:59.407 Aug 14 12:00:59.407INFOreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5663 | 2026-08-14T12:01:00.902Z | |
| 5664 | 2026-08-14T12:01:00.902Z | DEBG |
| 5665 | 2026-08-14T12:01:00.902Z | 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 } }] |
| 5666 | 2026-08-14T12:01:00.902Z | Aug 14 12:00:59.407 Aug 14 12:00:59.407INFO DEBGadding route 172.17.0.34/32 -> 10.0.0.255 |
| 5667 | 2026-08-14T12:01:00.902Z | 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 14 12:00:59.407Aug 14 12:00:59.407 |
| 5668 | 2026-08-14T12:01:00.902Z | INFO Aug 14 12:00:59.407adding route 172.17.0.51/32 -> 10.0.0.255 Aug 14 12:00:59.407 |
| 5669 | 2026-08-14T12:01:00.903Z | 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 } }]DEBG |
| 5670 | 2026-08-14T12:01:00.903Z | 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 14 12:00:59.407INFOAug 14 12:00:59.407 DEBG |
| 5671 | 2026-08-14T12:01:00.903Z | INFO adding route 172.17.0.35/32 -> 10.0.0.255 replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5672 | 2026-08-14T12:01:00.903Z | |
| 5673 | 2026-08-14T12:01:00.903Z | adding route 172.17.0.48/32 -> 10.0.0.255Aug 14 12:00:59.407 |
| 5674 | 2026-08-14T12:01:00.903Z | INFOAug 14 12:00:59.407 Aug 14 12:00:59.407 DEBGadding route 172.17.0.29/32 -> 10.0.0.255INFO |
| 5675 | 2026-08-14T12:01:00.903Z | 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.52/32 -> 10.0.0.255 |
| 5676 | 2026-08-14T12:01:00.903Z | Aug 14 12:00:59.407 |
| 5677 | 2026-08-14T12:01:00.903Z | 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 14 12:00:59.407 |
| 5678 | 2026-08-14T12:01:00.903Z | Aug 14 12:00:59.407 INFODEBG Aug 14 12:00:59.407adding route 172.17.0.36/32 -> 10.0.0.255Aug 14 12:00:59.407 INFO DEBG |
| 5679 | 2026-08-14T12:01:00.903Z | replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5680 | 2026-08-14T12:01:00.903Z | |
| 5681 | 2026-08-14T12:01:00.903Z | 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 } }] |
| 5682 | 2026-08-14T12:01:00.903Z | Aug 14 12:00:59.407 Aug 14 12:00:59.407DEBGAug 14 12:00:59.407 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 } }] |
| 5683 | 2026-08-14T12:01:00.903Z | test route::tests::delete_targets_fragmented ... ok |
| 5684 | 2026-08-14T12:01:00.903Z | test route::tests::delete_target_full ... ok |
| 5685 | 2026-08-14T12:01:00.903Z | 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 14 12:00:59.407 |
| 5686 | 2026-08-14T12:01:00.903Z | adding route 172.17.0.6/32 -> 10.0.0.255INFO |
| 5687 | 2026-08-14T12:01:00.903Z | Aug 14 12:00:59.407adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5688 | 2026-08-14T12:01:00.903Z | INFO Aug 14 12:00:59.407adding route 172.17.0.37/32 -> 10.0.0.255 Aug 14 12:00:59.407INFO |
| 5689 | 2026-08-14T12:01:00.903Z | adding route 172.17.0.50/32 -> 10.0.0.255INFODEBG |
| 5690 | 2026-08-14T12:01:00.903Z | Aug 14 12:00:59.407 adding route 172.17.0.30/32 -> 10.0.0.255replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5691 | 2026-08-14T12:01:00.903Z | |
| 5692 | 2026-08-14T12:01:00.903Z | Aug 14 12:00:59.407 DEBGDEBG Aug 14 12:00:59.407replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 14 12:00:59.407 |
| 5693 | 2026-08-14T12:01:00.903Z | adding route 172.17.0.7/32 -> 10.0.0.255Aug 14 12:00:59.407 |
| 5694 | 2026-08-14T12:01:00.903Z | DEBG |
| 5695 | 2026-08-14T12:01:00.903Z | Aug 14 12:00:59.407DEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:59.407 DEBG |
| 5696 | 2026-08-14T12:01:00.903Z | 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 } }] |
| 5697 | 2026-08-14T12:01:00.903Z | Aug 14 12:00:59.413 INFOAug 14 12:00:59.413 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5698 | 2026-08-14T12:01:00.903Z | adding route 172.17.0.51/32 -> 10.0.0.255INFOAug 14 12:00:59.413 |
| 5699 | 2026-08-14T12:01:00.903Z | DEBGadding route 172.17.0.38/32 -> 10.0.0.255 |
| 5700 | 2026-08-14T12:01:00.903Z | 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 } }] |
| 5701 | 2026-08-14T12:01:00.903Z | Aug 14 12:00:59.413 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 } }] |
| 5702 | 2026-08-14T12:01:00.903Z | Aug 14 12:00:59.413 Aug 14 12:00:59.413Aug 14 12:00:59.413 DEBGINFO 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 } }] |
| 5703 | 2026-08-14T12:01:00.903Z | adding route 172.17.0.52/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5704 | 2026-08-14T12:01:00.903Z | |
| 5705 | 2026-08-14T12:01:00.903Z | Aug 14 12:00:59.413 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5706 | 2026-08-14T12:01:00.903Z | Aug 14 12:00:59.413Aug 14 12:00:59.413 Aug 14 12:00:59.413DEBG 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 } }]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 } }] |
| 5707 | 2026-08-14T12:01:00.903Z | |
| 5708 | 2026-08-14T12:01:00.904Z | 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 14 12:00:59.413 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5709 | 2026-08-14T12:01:00.904Z | |
| 5710 | 2026-08-14T12:01:00.904Z | Aug 14 12:00:59.413Aug 14 12:00:59.413 INFOAug 14 12:00:59.413DEBG adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5711 | 2026-08-14T12:01:00.904Z | INFO |
| 5712 | 2026-08-14T12:01:00.904Z | adding route 172.17.0.56/32 -> 10.0.0.255Aug 14 12:00:59.413 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 } }] |
| 5713 | 2026-08-14T12:01:00.904Z | |
| 5714 | 2026-08-14T12:01:00.904Z | Aug 14 12:00:59.413Aug 14 12:00:59.413 INFOAug 14 12:00:59.413INFO DEBGadding route 172.17.0.54/32 -> 10.0.0.255 |
| 5715 | 2026-08-14T12:01:00.908Z | adding route 172.17.0.41/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 } }] |
| 5716 | 2026-08-14T12:01:00.908Z | |
| 5717 | 2026-08-14T12:01:00.908Z | Aug 14 12:00:59.413 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 } }] |
| 5718 | 2026-08-14T12:01:00.908Z | Aug 14 12:00:59.413 Aug 14 12:00:59.413INFOAug 14 12:00:59.413 adding route 172.17.0.55/32 -> 10.0.0.255DEBG |
| 5719 | 2026-08-14T12:01:00.908Z | 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 |
| 5720 | 2026-08-14T12:01:00.908Z | adding route 172.17.0.57/32 -> 10.0.0.255Aug 14 12:00:59.413 |
| 5721 | 2026-08-14T12:01:00.908Z | 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 } }] |
| 5722 | 2026-08-14T12:01:00.908Z | Aug 14 12:00:59.413Aug 14 12:00:59.413 INFOAug 14 12:00:59.413INFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5723 | 2026-08-14T12:01:00.908Z | |
| 5724 | 2026-08-14T12:01:00.908Z | 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 } }] |
| 5725 | 2026-08-14T12:01:00.908Z | Aug 14 12:00:59.413 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 } }] |
| 5726 | 2026-08-14T12:01:00.908Z | Aug 14 12:00:59.413Aug 14 12:00:59.413 Aug 14 12:00:59.413DEBG INFOreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5727 | 2026-08-14T12:01:00.908Z | adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5728 | 2026-08-14T12:01:00.908Z | |
| 5729 | 2026-08-14T12:01:00.908Z | Aug 14 12:00:59.413 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5730 | 2026-08-14T12:01:00.908Z | Aug 14 12:00:59.413Aug 14 12:00:59.413 DEBGAug 14 12:00:59.413DEBG 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 |
| 5731 | 2026-08-14T12:01:00.908Z | 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 } }] |
| 5732 | 2026-08-14T12:01:00.908Z | 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 } }] |
| 5733 | 2026-08-14T12:01:00.908Z | Aug 14 12:00:59.413 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5734 | 2026-08-14T12:01:00.908Z | Aug 14 12:00:59.413Aug 14 12:00:59.413 DEBGAug 14 12:00:59.413 INFOreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5735 | 2026-08-14T12:01:00.908Z | adding route 172.17.0.44/32 -> 10.0.0.255INFO |
| 5736 | 2026-08-14T12:01:00.908Z | adding route 172.17.0.59/32 -> 10.0.0.255Aug 14 12:00:59.413 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5737 | 2026-08-14T12:01:00.908Z | |
| 5738 | 2026-08-14T12:01:00.908Z | Aug 14 12:00:59.413Aug 14 12:00:59.413 Aug 14 12:00:59.413DEBGDEBG 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 |
| 5739 | 2026-08-14T12:01:00.908Z | 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 } }] |
| 5740 | 2026-08-14T12:01:00.908Z | 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 } }] |
| 5741 | 2026-08-14T12:01:00.908Z | Aug 14 12:00:59.413 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5742 | 2026-08-14T12:01:00.908Z | Aug 14 12:00:59.413Aug 14 12:00:59.413 Aug 14 12:00:59.413DEBG INFOreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOadding route 172.17.0.45/32 -> 10.0.0.255 |
| 5743 | 2026-08-14T12:01:00.909Z | |
| 5744 | 2026-08-14T12:01:00.909Z | adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5745 | 2026-08-14T12:01:00.909Z | Aug 14 12:00:59.413 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 } }] |
| 5746 | 2026-08-14T12:01:00.909Z | Aug 14 12:00:59.413Aug 14 12:00:59.413 Aug 14 12:00:59.413 DEBG DEBGINFO failed to allocate space for the new target listadding route 172.17.0.46/32 -> 10.0.0.255replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5747 | 2026-08-14T12:01:00.909Z | |
| 5748 | 2026-08-14T12:01:00.909Z | |
| 5749 | 2026-08-14T12:01:00.909Z | Aug 14 12:00:59.413 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 } }] |
| 5750 | 2026-08-14T12:01:00.909Z | Aug 14 12:00:59.413Aug 14 12:00:59.413 INFODEBG Aug 14 12:00:59.413 adding route 172.17.0.61/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.2, vlan_id: None } }] |
| 5751 | 2026-08-14T12:01:00.909Z | INFO |
| 5752 | 2026-08-14T12:01:00.909Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5753 | 2026-08-14T12:01:00.909Z | Aug 14 12:00:59.413 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 } }] |
| 5754 | 2026-08-14T12:01:00.909Z | Aug 14 12:00:59.413 DEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:59.413 |
| 5755 | 2026-08-14T12:01:00.909Z | INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5756 | 2026-08-14T12:01:00.909Z | Aug 14 12:00:59.413 INFO adding route 172.17.0.62/32 -> 10.0.0.255 |
| 5757 | 2026-08-14T12:01:00.909Z | Aug 14 12:00:59.413Aug 14 12:00:59.413 DEBGDEBG Aug 14 12:00:59.413replacing 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 } }] |
| 5758 | 2026-08-14T12:01:00.909Z | INFOreplacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5759 | 2026-08-14T12:01:00.909Z | adding route 172.17.0.8/32 -> 10.0.0.255 |
| 5760 | 2026-08-14T12:01:00.909Z | Aug 14 12:00:59.413 INFOAug 14 12:00:59.413 Aug 14 12:00:59.413adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5761 | 2026-08-14T12:01:00.909Z | 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 } }]failed to allocate space for the new target list |
| 5762 | 2026-08-14T12:01:00.909Z | Aug 14 12:00:59.413 |
| 5763 | 2026-08-14T12:01:00.909Z | 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 } }] |
| 5764 | 2026-08-14T12:01:00.909Z | Aug 14 12:00:59.413 INFO adding route 172.17.0.9/32 -> 10.0.0.255Aug 14 12:00:59.413 |
| 5765 | 2026-08-14T12:01:00.909Z | INFOAug 14 12:00:59.413 adding route 172.17.0.50/32 -> 10.0.0.255DEBG |
| 5766 | 2026-08-14T12:01:00.909Z | Aug 14 12:00:59.413replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5767 | 2026-08-14T12:01:00.909Z | DEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:59.413 |
| 5768 | 2026-08-14T12:01:00.909Z | 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 } }] |
| 5769 | 2026-08-14T12:01:00.909Z | Aug 14 12:00:59.413 INFO adding route 172.17.0.10/32 -> 10.0.0.255Aug 14 12:00:59.413 |
| 5770 | 2026-08-14T12:01:00.909Z | INFOAug 14 12:00:59.413 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 } }] |
| 5771 | 2026-08-14T12:01:00.909Z | Aug 14 12:00:59.413 INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5772 | 2026-08-14T12:01:00.909Z | adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5773 | 2026-08-14T12:01:00.909Z | Aug 14 12:00:59.413 DEBGAug 14 12:00:59.413 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5774 | 2026-08-14T12:01:00.909Z | 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 } }] |
| 5775 | 2026-08-14T12:01:00.909Z | Aug 14 12:00:59.413Aug 14 12:00:59.413 INFOINFO adding route 172.17.0.12/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5776 | 2026-08-14T12:01:00.909Z | |
| 5777 | 2026-08-14T12:01:00.909Z | Aug 14 12:00:59.413 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 } }] |
| 5778 | 2026-08-14T12:01:00.909Z | Aug 14 12:00:59.413Aug 14 12:00:59.413 DEBGINFO 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 } }]adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5779 | 2026-08-14T12:01:00.909Z | |
| 5780 | 2026-08-14T12:01:00.909Z | Aug 14 12:00:59.413 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 } }] |
| 5781 | 2026-08-14T12:01:00.909Z | Aug 14 12:00:59.413 Aug 14 12:00:59.413INFO INFOadding route 172.17.0.13/32 -> 10.0.0.255 |
| 5782 | 2026-08-14T12:01:00.910Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5783 | 2026-08-14T12:01:00.910Z | Aug 14 12:00:59.413Aug 14 12:00:59.413 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.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 } }] |
| 5784 | 2026-08-14T12:01:00.910Z | |
| 5785 | 2026-08-14T12:01:00.910Z | test route::tests::add_target_fails_full ... ok |
| 5786 | 2026-08-14T12:01:00.910Z | Aug 14 12:00:59.413 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5787 | 2026-08-14T12:01:00.910Z | Aug 14 12:00:59.414 DEBG Aug 14 12:00:59.414replacing 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 } }] |
| 5788 | 2026-08-14T12:01:00.910Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5789 | 2026-08-14T12:01:00.910Z | Aug 14 12:00:59.414 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 } }] |
| 5790 | 2026-08-14T12:01:00.910Z | Aug 14 12:00:59.414 INFO adding route 172.17.0.15/32 -> 10.0.0.255Aug 14 12:00:59.414 |
| 5791 | 2026-08-14T12:01:00.910Z | INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5792 | 2026-08-14T12:01:00.910Z | Aug 14 12:00:59.414Aug 14 12:00:59.414 DEBGDEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5793 | 2026-08-14T12:01:00.910Z | |
| 5794 | 2026-08-14T12:01:00.910Z | Aug 14 12:00:59.414Aug 14 12:00:59.414 INFOINFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5795 | 2026-08-14T12:01:00.910Z | |
| 5796 | 2026-08-14T12:01:00.910Z | Aug 14 12:00:59.414 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 } }] |
| 5797 | 2026-08-14T12:01:00.910Z | Aug 14 12:00:59.414 Aug 14 12:00:59.414DEBG INFOreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5798 | 2026-08-14T12:01:00.910Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5799 | 2026-08-14T12:01:00.910Z | Aug 14 12:00:59.414 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 } }] |
| 5800 | 2026-08-14T12:01:00.910Z | Aug 14 12:00:59.414 INFOAug 14 12:00:59.414 adding route 172.17.0.58/32 -> 10.0.0.255INFO |
| 5801 | 2026-08-14T12:01:00.910Z | adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5802 | 2026-08-14T12:01:00.910Z | Aug 14 12:00:59.414 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 } }] |
| 5803 | 2026-08-14T12:01:00.910Z | Aug 14 12:00:59.414 DEBG Aug 14 12:00:59.414replacing 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 } }] |
| 5804 | 2026-08-14T12:01:00.910Z | INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5805 | 2026-08-14T12:01:00.910Z | 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 14 12:00:59.414Aug 14 12:00:59.414 |
| 5806 | 2026-08-14T12:01:00.910Z | DEBGINFO replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255Aug 14 12:00:59.414 |
| 5807 | 2026-08-14T12:01:00.910Z | |
| 5808 | 2026-08-14T12:01:00.910Z | INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5809 | 2026-08-14T12:01:00.910Z | Aug 14 12:00:59.414Aug 14 12:00:59.414 INFODEBG 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.20/32 -> 10.0.0.255 |
| 5810 | 2026-08-14T12:01:00.910Z | |
| 5811 | 2026-08-14T12:01:00.910Z | Aug 14 12:00:59.414Aug 14 12:00:59.414 DEBGAug 14 12:00:59.414DEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 5812 | 2026-08-14T12:01:00.910Z | 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 } }] |
| 5813 | 2026-08-14T12:01:00.910Z | adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5814 | 2026-08-14T12:01:00.910Z | Aug 14 12:00:59.414Aug 14 12:00:59.414 Aug 14 12:00:59.414INFO DEBGINFO adding route 172.17.0.32/32 -> 10.0.0.255replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5815 | 2026-08-14T12:01:00.915Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 5816 | 2026-08-14T12:01:00.915Z | Aug 14 12:00:59.420 DEBGAug 14 12:00:59.420 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 |
| 5817 | 2026-08-14T12:01:00.915Z | adding route 172.17.0.61/32 -> 10.0.0.255 |
| 5818 | 2026-08-14T12:01:00.915Z | Aug 14 12:00:59.420 INFOAug 14 12:00:59.420 adding route 172.17.0.22/32 -> 10.0.0.255DEBG |
| 5819 | 2026-08-14T12:01:00.915Z | 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 } }] |
| 5820 | 2026-08-14T12:01:00.915Z | |
| 5821 | 2026-08-14T12:01:00.915Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 DEBGINFO replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5822 | 2026-08-14T12:01:00.915Z | adding route 172.17.0.62/32 -> 10.0.0.255 |
| 5823 | 2026-08-14T12:01:00.915Z | Aug 14 12:00:59.420 Aug 14 12:00:59.420INFO DEBGadding route 172.17.0.23/32 -> 10.0.0.255 |
| 5824 | 2026-08-14T12:01:00.915Z | 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 } }] |
| 5825 | 2026-08-14T12:01:00.915Z | Aug 14 12:00:59.420 INFO adding route 172.17.0.63/32 -> 10.0.0.255 |
| 5826 | 2026-08-14T12:01:00.915Z | Aug 14 12:00:59.420 DEBGAug 14 12:00:59.420 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 |
| 5827 | 2026-08-14T12:01:00.915Z | 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 } }] |
| 5828 | 2026-08-14T12:01:00.915Z | Aug 14 12:00:59.420 DEBG failed to allocate space for the new target list |
| 5829 | 2026-08-14T12:01:00.915Z | Aug 14 12:00:59.420 INFO adding route 172.17.0.24/32 -> 10.0.0.255Aug 14 12:00:59.420 |
| 5830 | 2026-08-14T12:01:00.915Z | 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 14 12:00:59.420 |
| 5831 | 2026-08-14T12:01:00.915Z | Aug 14 12:00:59.420DEBG DEBGreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5832 | 2026-08-14T12:01:00.915Z | Aug 14 12:00:59.420replacing 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 } }] |
| 5833 | 2026-08-14T12:01:00.915Z | DEBG failed to allocate space for the new target listAug 14 12:00:59.420 |
| 5834 | 2026-08-14T12:01:00.915Z | Aug 14 12:00:59.420 INFOINFO adding route 172.17.0.33/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5835 | 2026-08-14T12:01:00.915Z | |
| 5836 | 2026-08-14T12:01:00.915Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 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.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 } }] |
| 5837 | 2026-08-14T12:01:00.915Z | |
| 5838 | 2026-08-14T12:01:00.915Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 INFOINFO adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5839 | 2026-08-14T12:01:00.915Z | |
| 5840 | 2026-08-14T12:01:00.915Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 DEBGDEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5841 | 2026-08-14T12:01:00.915Z | 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 14 12:00:59.420 |
| 5842 | 2026-08-14T12:01:00.915Z | INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5843 | 2026-08-14T12:01:00.915Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.35/32 -> 10.0.0.255replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5844 | 2026-08-14T12:01:00.915Z | |
| 5845 | 2026-08-14T12:01:00.915Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 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.28/32 -> 10.0.0.255 |
| 5846 | 2026-08-14T12:01:00.915Z | |
| 5847 | 2026-08-14T12:01:00.915Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.36/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 } }] |
| 5848 | 2026-08-14T12:01:00.915Z | |
| 5849 | 2026-08-14T12:01:00.915Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 DEBGINFO replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5850 | 2026-08-14T12:01:00.915Z | |
| 5851 | 2026-08-14T12:01:00.915Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 DEBGINFO replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5852 | 2026-08-14T12:01:00.916Z | |
| 5853 | 2026-08-14T12:01:00.916Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.30/32 -> 10.0.0.255replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5854 | 2026-08-14T12:01:00.916Z | |
| 5855 | 2026-08-14T12:01:00.916Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 DEBGINFO replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5856 | 2026-08-14T12:01:00.916Z | |
| 5857 | 2026-08-14T12:01:00.916Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5858 | 2026-08-14T12:01:00.916Z | Aug 14 12:00:59.420replacing 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 } }] |
| 5859 | 2026-08-14T12:01:00.916Z | 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 14 12:00:59.420 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5860 | 2026-08-14T12:01:00.916Z | |
| 5861 | 2026-08-14T12:01:00.916Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.32/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 } }] |
| 5862 | 2026-08-14T12:01:00.916Z | |
| 5863 | 2026-08-14T12:01:00.916Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 DEBGINFO replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5864 | 2026-08-14T12:01:00.916Z | |
| 5865 | 2026-08-14T12:01:00.916Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.33/32 -> 10.0.0.255replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5866 | 2026-08-14T12:01:00.916Z | |
| 5867 | 2026-08-14T12:01:00.916Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.41/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 } }] |
| 5868 | 2026-08-14T12:01:00.916Z | |
| 5869 | 2026-08-14T12:01:00.916Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 DEBGINFO replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5870 | 2026-08-14T12:01:00.916Z | |
| 5871 | 2026-08-14T12:01:00.916Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.42/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 } }] |
| 5872 | 2026-08-14T12:01:00.916Z | |
| 5873 | 2026-08-14T12:01:00.916Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 DEBGINFO replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5874 | 2026-08-14T12:01:00.916Z | |
| 5875 | 2026-08-14T12:01:00.916Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.43/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 } }] |
| 5876 | 2026-08-14T12:01:00.916Z | |
| 5877 | 2026-08-14T12:01:00.916Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.36/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 } }] |
| 5878 | 2026-08-14T12:01:00.916Z | |
| 5879 | 2026-08-14T12:01:00.916Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 DEBGINFO replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5880 | 2026-08-14T12:01:00.916Z | test route::tests::delete_target_fragmented ... ok |
| 5881 | 2026-08-14T12:01:00.916Z | |
| 5882 | 2026-08-14T12:01:00.916Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.37/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 } }] |
| 5883 | 2026-08-14T12:01:00.916Z | |
| 5884 | 2026-08-14T12:01:00.916Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.45/32 -> 10.0.0.255replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5885 | 2026-08-14T12:01:00.916Z | |
| 5886 | 2026-08-14T12:01:00.916Z | test route::tests::delete_targets_full ... ok |
| 5887 | 2026-08-14T12:01:00.916Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 DEBGINFO replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5888 | 2026-08-14T12:01:00.916Z | |
| 5889 | 2026-08-14T12:01:00.916Z | |
| 5890 | 2026-08-14T12:01:00.916Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.46/32 -> 10.0.0.255replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5891 | 2026-08-14T12:01:00.917Z | test result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s |
| 5892 | 2026-08-14T12:01:00.917Z | |
| 5893 | 2026-08-14T12:01:00.917Z | |
| 5894 | 2026-08-14T12:01:00.917Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 DEBGINFO replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5895 | 2026-08-14T12:01:00.917Z | |
| 5896 | 2026-08-14T12:01:00.917Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.47/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 } }] |
| 5897 | 2026-08-14T12:01:00.917Z | |
| 5898 | 2026-08-14T12:01:00.917Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 DEBGINFO replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5899 | 2026-08-14T12:01:00.917Z | |
| 5900 | 2026-08-14T12:01:00.917Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 DEBGINFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5901 | 2026-08-14T12:01:00.917Z | |
| 5902 | 2026-08-14T12:01:00.917Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.41/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 } }] |
| 5903 | 2026-08-14T12:01:00.917Z | |
| 5904 | 2026-08-14T12:01:00.917Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 DEBGINFO replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5905 | 2026-08-14T12:01:00.917Z | |
| 5906 | 2026-08-14T12:01:00.917Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.42/32 -> 10.0.0.255replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5907 | 2026-08-14T12:01:00.917Z | |
| 5908 | 2026-08-14T12:01:00.917Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 DEBGINFO replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5909 | 2026-08-14T12:01:00.917Z | |
| 5910 | 2026-08-14T12:01:00.917Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.43/32 -> 10.0.0.255replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5911 | 2026-08-14T12:01:00.917Z | |
| 5912 | 2026-08-14T12:01:00.917Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 DEBGINFO replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5913 | 2026-08-14T12:01:00.917Z | |
| 5914 | 2026-08-14T12:01:00.917Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.44/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 } }] |
| 5915 | 2026-08-14T12:01:00.921Z | |
| 5916 | 2026-08-14T12:01:00.921Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.52/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 } }] |
| 5917 | 2026-08-14T12:01:00.921Z | |
| 5918 | 2026-08-14T12:01:00.921Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 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.17.0.45/32 -> 10.0.0.255 |
| 5919 | 2026-08-14T12:01:00.921Z | |
| 5920 | 2026-08-14T12:01:00.921Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.53/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 } }] |
| 5921 | 2026-08-14T12:01:00.921Z | |
| 5922 | 2026-08-14T12:01:00.921Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 DEBGINFO replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5923 | 2026-08-14T12:01:00.921Z | |
| 5924 | 2026-08-14T12:01:00.921Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 DEBGINFO replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5925 | 2026-08-14T12:01:00.921Z | |
| 5926 | 2026-08-14T12:01:00.921Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.47/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 } }] |
| 5927 | 2026-08-14T12:01:00.921Z | |
| 5928 | 2026-08-14T12:01:00.921Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 DEBGINFO replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5929 | 2026-08-14T12:01:00.921Z | |
| 5930 | 2026-08-14T12:01:00.921Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG 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 } }] |
| 5931 | 2026-08-14T12:01:00.921Z | |
| 5932 | 2026-08-14T12:01:00.922Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 DEBGINFO replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5933 | 2026-08-14T12:01:00.922Z | |
| 5934 | 2026-08-14T12:01:00.922Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.49/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 } }] |
| 5935 | 2026-08-14T12:01:00.922Z | |
| 5936 | 2026-08-14T12:01:00.922Z | Aug 14 12:00:59.420Aug 14 12:00:59.420 DEBGINFO replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5937 | 2026-08-14T12:01:00.922Z | |
| 5938 | 2026-08-14T12:01:00.922Z | Aug 14 12:00:59.426 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5939 | 2026-08-14T12:01:00.922Z | Aug 14 12:00:59.426Aug 14 12:00:59.426 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 } }] |
| 5940 | 2026-08-14T12:01:00.922Z | 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 14 12:00:59.426 |
| 5941 | 2026-08-14T12:01:00.922Z | INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5942 | 2026-08-14T12:01:00.922Z | Aug 14 12:00:59.426 INFO Aug 14 12:00:59.426adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5943 | 2026-08-14T12:01:00.922Z | 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 } }] |
| 5944 | 2026-08-14T12:01:00.922Z | Aug 14 12:00:59.426 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 14 12:00:59.426 |
| 5945 | 2026-08-14T12:01:00.922Z | INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5946 | 2026-08-14T12:01:00.922Z | Aug 14 12:00:59.426 INFO adding route 172.17.0.59/32 -> 10.0.0.255Aug 14 12:00:59.426 |
| 5947 | 2026-08-14T12:01:00.922Z | 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 } }] |
| 5948 | 2026-08-14T12:01:00.922Z | Aug 14 12:00:59.426 DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:59.426 |
| 5949 | 2026-08-14T12:01:00.922Z | INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5950 | 2026-08-14T12:01:00.922Z | Aug 14 12:00:59.426 INFO adding route 172.17.0.60/32 -> 10.0.0.255Aug 14 12:00:59.426 |
| 5951 | 2026-08-14T12:01:00.922Z | 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 } }] |
| 5952 | 2026-08-14T12:01:00.922Z | Aug 14 12:00:59.426 DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:59.426 |
| 5953 | 2026-08-14T12:01:00.922Z | INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5954 | 2026-08-14T12:01:00.922Z | Aug 14 12:00:59.426 DEBG failed to allocate space for the new target listAug 14 12:00:59.427 |
| 5955 | 2026-08-14T12:01:00.922Z | 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 } }] |
| 5956 | 2026-08-14T12:01:00.922Z | Aug 14 12:00:59.427 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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 14 12:00:59.427 |
| 5957 | 2026-08-14T12:01:00.922Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5958 | 2026-08-14T12:01:00.922Z | Aug 14 12:00:59.427 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 } }] |
| 5959 | 2026-08-14T12:01:00.922Z | Aug 14 12:00:59.427 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5960 | 2026-08-14T12:01:00.922Z | Aug 14 12:00:59.427 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 } }] |
| 5961 | 2026-08-14T12:01:00.922Z | Aug 14 12:00:59.427 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5962 | 2026-08-14T12:01:00.922Z | Aug 14 12:00:59.427 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 } }] |
| 5963 | 2026-08-14T12:01:00.922Z | Aug 14 12:00:59.427 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5964 | 2026-08-14T12:01:00.922Z | Aug 14 12:00:59.427 DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5965 | 2026-08-14T12:01:00.922Z | Aug 14 12:00:59.427 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5966 | 2026-08-14T12:01:00.922Z | Aug 14 12:00:59.427 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 } }] |
| 5967 | 2026-08-14T12:01:00.922Z | Aug 14 12:00:59.427 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5968 | 2026-08-14T12:01:00.922Z | Aug 14 12:00:59.427 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 } }] |
| 5969 | 2026-08-14T12:01:00.922Z | Aug 14 12:00:59.427 DEBG failed to allocate space for the new target list |
| 5970 | 2026-08-14T12:01:00.922Z | Aug 14 12:00:59.427 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5971 | 2026-08-14T12:01:00.923Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-87e1c72674414b03) |
| 5972 | 2026-08-14T12:01:00.923Z | |
| 5973 | 2026-08-14T12:01:00.923Z | running 0 tests |
| 5974 | 2026-08-14T12:01:00.923Z | |
| 5975 | 2026-08-14T12:01:00.923Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5976 | 2026-08-14T12:01:00.923Z | |
| 5977 | 2026-08-14T12:01:00.923Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024) |
| 5978 | 2026-08-14T12:01:00.923Z | |
| 5979 | 2026-08-14T12:01:00.923Z | running 0 tests |
| 5980 | 2026-08-14T12:01:00.923Z | |
| 5981 | 2026-08-14T12:01:00.923Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5982 | 2026-08-14T12:01:00.923Z | |
| 5983 | 2026-08-14T12:01:00.923Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-e93a99ac5e645656) |
| 5984 | 2026-08-14T12:01:00.923Z | |
| 5985 | 2026-08-14T12:01:00.923Z | running 6 tests |
| 5986 | 2026-08-14T12:01:00.923Z | test tests::test_full_lot_id_neither_present ... ok |
| 5987 | 2026-08-14T12:01:00.923Z | test tests::test_full_lot_id_lot_only ... ok |
| 5988 | 2026-08-14T12:01:00.923Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 5989 | 2026-08-14T12:01:00.923Z | test tests::test_full_lot_id_both_present ... ok |
| 5990 | 2026-08-14T12:01:00.923Z | test tests::test_port_id_cmp ... ok |
| 5991 | 2026-08-14T12:01:00.923Z | test tests::test_parse_client_port_id ... ok |
| 5992 | 2026-08-14T12:01:00.923Z | |
| 5993 | 2026-08-14T12:01:00.923Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5994 | 2026-08-14T12:01:00.923Z | |
| 5995 | 2026-08-14T12:01:00.923Z | Running tests/test_all.rs (target/debug/deps/test_all-cd4e053c312dafad) |
| 5996 | 2026-08-14T12:01:00.923Z | |
| 5997 | 2026-08-14T12:01:00.923Z | running 0 tests |
| 5998 | 2026-08-14T12:01:00.923Z | |
| 5999 | 2026-08-14T12:01:00.923Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6000 | 2026-08-14T12:01:00.923Z | |
| 6001 | 2026-08-14T12:01:00.923Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21) |
| 6002 | 2026-08-14T12:01:00.923Z | |
| 6003 | 2026-08-14T12:01:00.923Z | running 0 tests |
| 6004 | 2026-08-14T12:01:00.923Z | |
| 6005 | 2026-08-14T12:01:00.923Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6006 | 2026-08-14T12:01:00.923Z | |
| 6007 | 2026-08-14T12:01:00.923Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62) |
| 6008 | 2026-08-14T12:01:00.923Z | |
| 6009 | 2026-08-14T12:01:00.923Z | running 0 tests |
| 6010 | 2026-08-14T12:01:00.924Z | |
| 6011 | 2026-08-14T12:01:00.924Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6012 | 2026-08-14T12:01:00.924Z | |
| 6013 | 2026-08-14T12:01:00.924Z | Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1) |
| 6014 | 2026-08-14T12:01:00.924Z | |
| 6015 | 2026-08-14T12:01:00.927Z | running 12 tests |
| 6016 | 2026-08-14T12:01:00.927Z | test icmp::test_v6_checksum ... ok |
| 6017 | 2026-08-14T12:01:00.927Z | test ipv6::test_ipv6_parse ... ok |
| 6018 | 2026-08-14T12:01:00.927Z | test pbuf::test_byte ... ok |
| 6019 | 2026-08-14T12:01:00.927Z | test icmp::test_v4_checksum ... ok |
| 6020 | 2026-08-14T12:01:00.927Z | test lldp::test_lldp_parse ... ok |
| 6021 | 2026-08-14T12:01:00.927Z | test pbuf::test_nibble ... ok |
| 6022 | 2026-08-14T12:01:00.927Z | test pbuf::test_short ... ok |
| 6023 | 2026-08-14T12:01:00.927Z | test pbuf::test_overflow ... ok |
| 6024 | 2026-08-14T12:01:00.928Z | test pbuf::test_twelve ... ok |
| 6025 | 2026-08-14T12:01:00.928Z | test pbuf::test_word ... ok |
| 6026 | 2026-08-14T12:01:00.928Z | test tcp::test_checksum_syn_nodata ... ok |
| 6027 | 2026-08-14T12:01:00.928Z | test tcp::test_checksum_ack_data ... ok |
| 6028 | 2026-08-14T12:01:00.928Z | |
| 6029 | 2026-08-14T12:01:00.928Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6030 | 2026-08-14T12:01:00.928Z | |
| 6031 | 2026-08-14T12:01:00.928Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 6032 | 2026-08-14T12:01:00.928Z | |
| 6033 | 2026-08-14T12:01:00.928Z | running 0 tests |
| 6034 | 2026-08-14T12:01:00.928Z | |
| 6035 | 2026-08-14T12:01:00.928Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6036 | 2026-08-14T12:01:00.928Z | |
| 6037 | 2026-08-14T12:01:00.928Z | Running unittests src/main.rs (target/debug/deps/swadm-fbdb6359d79fc046) |
| 6038 | 2026-08-14T12:01:00.928Z | |
| 6039 | 2026-08-14T12:01:00.928Z | running 5 tests |
| 6040 | 2026-08-14T12:01:00.928Z | test switchport::test::test_compute_lanes ... ok |
| 6041 | 2026-08-14T12:01:00.928Z | test switchport::test::port_id_ordering ... ok |
| 6042 | 2026-08-14T12:01:00.928Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 6043 | 2026-08-14T12:01:00.928Z | Rx Loss-of-lock: Yes Lane 0 Yes YesLane 1 Yes |
| 6044 | 2026-08-14T12:01:00.928Z | Lane 2 Lane 3 Rx Loss-of-signal: Yes |
| 6045 | 2026-08-14T12:01:00.928Z | Yes State: ActivatedYes Yes |
| 6046 | 2026-08-14T12:01:00.928Z | Activated Rx CDR Enabled: Yes Activated YesActivated |
| 6047 | 2026-08-14T12:01:00.928Z | Yes Rx Output Enabled: falseYes |
| 6048 | 2026-08-14T12:01:00.928Z | false Tx Enabled: Yesfalse falseYes |
| 6049 | 2026-08-14T12:01:00.928Z | Yes Rx Output Status: valid Yes |
| 6050 | 2026-08-14T12:01:00.928Z | valid Tx Loss-of-lock: Novalid validNo |
| 6051 | 2026-08-14T12:01:00.928Z | No Rx Loss-of-lock: true No |
| 6052 | 2026-08-14T12:01:00.928Z | true Tx Loss-of-signal: Notrue Notrue |
| 6053 | 2026-08-14T12:01:00.928Z | Rx Loss-of-signal: false Nofalse No |
| 6054 | 2026-08-14T12:01:00.928Z | false Tx CDR Enabled: No false |
| 6055 | 2026-08-14T12:01:00.928Z | No Rx Auto-squelch Disable: true Notrue Notrue |
| 6056 | 2026-08-14T12:01:00.928Z | Tx Adaptive EQ Fault: Notrue |
| 6057 | 2026-08-14T12:01:00.928Z | No Tx Output Enabled: true No trueNo |
| 6058 | 2026-08-14T12:01:00.928Z | true Tx Fault: Yestrue |
| 6059 | 2026-08-14T12:01:00.928Z | Yes Tx Output Status: invalid Yesinvalid Yes |
| 6060 | 2026-08-14T12:01:00.928Z | invalid invalid |
| 6061 | 2026-08-14T12:01:00.928Z | Tx Loss-of-lock: false false false false |
| 6062 | 2026-08-14T12:01:00.928Z | Tx Loss-of-signal: true true true true |
| 6063 | 2026-08-14T12:01:00.929Z | Tx Auto-squelch Disable: false false false false |
| 6064 | 2026-08-14T12:01:00.929Z | Tx Adaptive EQ Fail: true true true true |
| 6065 | 2026-08-14T12:01:00.929Z | Tx Failure: false false false false |
| 6066 | 2026-08-14T12:01:00.929Z | Tx Force Squelch: true true true true |
| 6067 | 2026-08-14T12:01:00.929Z | Tx Input Polarity: normal normal normal normal |
| 6068 | 2026-08-14T12:01:00.929Z | test switchport::test::test_print_sff_datapath ... ok |
| 6069 | 2026-08-14T12:01:00.929Z | test switchport::test::test_print_cmis_datapath ... ok |
| 6070 | 2026-08-14T12:01:00.929Z | test link::test_filter ... ok |
| 6071 | 2026-08-14T12:01:00.929Z | |
| 6072 | 2026-08-14T12:01:00.929Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6073 | 2026-08-14T12:01:00.929Z | |
| 6074 | 2026-08-14T12:01:00.929Z | Running tests/counters.rs (target/debug/deps/counters-5ce120fa8d2b54bb) |
| 6075 | 2026-08-14T12:01:00.932Z | |
| 6076 | 2026-08-14T12:01:00.932Z | running 1 test |
| 6077 | 2026-08-14T12:01:00.932Z | test test_p4_counter_list ... ignored |
| 6078 | 2026-08-14T12:01:00.932Z | |
| 6079 | 2026-08-14T12:01:00.932Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6080 | 2026-08-14T12:01:00.932Z | |
| 6081 | 2026-08-14T12:01:00.932Z | Running tests/port-link.rs (target/debug/deps/port_link-388d3ec65a04516c) |
| 6082 | 2026-08-14T12:01:00.932Z | |
| 6083 | 2026-08-14T12:01:00.932Z | running 5 tests |
| 6084 | 2026-08-14T12:01:00.933Z | test test_an ... ignored |
| 6085 | 2026-08-14T12:01:00.933Z | test test_enable ... ignored |
| 6086 | 2026-08-14T12:01:00.933Z | test test_ip_addresses ... ignored |
| 6087 | 2026-08-14T12:01:00.933Z | test test_kr ... ignored |
| 6088 | 2026-08-14T12:01:00.933Z | test test_mac ... ignored |
| 6089 | 2026-08-14T12:01:00.933Z | |
| 6090 | 2026-08-14T12:01:00.933Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6091 | 2026-08-14T12:01:00.933Z | |
| 6092 | 2026-08-14T12:01:00.933Z | Running unittests src/main.rs (target/debug/deps/tfportd-b79f97b4380a5c75) |
| 6093 | 2026-08-14T12:01:00.933Z | |
| 6094 | 2026-08-14T12:01:00.933Z | running 3 tests |
| 6095 | 2026-08-14T12:01:00.936Z | test linklocal::test_parse_ipadm ... ok |
| 6096 | 2026-08-14T12:01:00.936Z | test tfport::test_parse_tfport ... ok |
| 6097 | 2026-08-14T12:01:00.936Z | test config::tests::test_updates ... ok |
| 6098 | 2026-08-14T12:01:00.936Z | |
| 6099 | 2026-08-14T12:01:00.936Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6100 | 2026-08-14T12:01:00.936Z | |
| 6101 | 2026-08-14T12:01:00.936Z | Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40) |
| 6102 | 2026-08-14T12:01:00.936Z | |
| 6103 | 2026-08-14T12:01:00.936Z | running 0 tests |
| 6104 | 2026-08-14T12:01:00.936Z | |
| 6105 | 2026-08-14T12:01:00.936Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6106 | 2026-08-14T12:01:00.936Z | |
| 6107 | 2026-08-14T12:01:00.936Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 6108 | 2026-08-14T12:01:00.939Z | |
| 6109 | 2026-08-14T12:01:00.940Z | running 0 tests |
| 6110 | 2026-08-14T12:01:00.940Z | |
| 6111 | 2026-08-14T12:01:00.940Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6112 | 2026-08-14T12:01:00.940Z | |
| 6113 | 2026-08-14T12:01:00.940Z | Doc-tests aal |
| 6114 | 2026-08-14T12:01:01.058Z | |
| 6115 | 2026-08-14T12:01:01.058Z | running 0 tests |
| 6116 | 2026-08-14T12:01:01.058Z | |
| 6117 | 2026-08-14T12:01:01.058Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6118 | 2026-08-14T12:01:01.058Z | |
| 6119 | 2026-08-14T12:01:01.074Z | Doc-tests aal_macros |
| 6120 | 2026-08-14T12:01:01.140Z | |
| 6121 | 2026-08-14T12:01:01.140Z | running 0 tests |
| 6122 | 2026-08-14T12:01:01.140Z | |
| 6123 | 2026-08-14T12:01:01.140Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6124 | 2026-08-14T12:01:01.140Z | |
| 6125 | 2026-08-14T12:01:01.149Z | Doc-tests common |
| 6126 | 2026-08-14T12:01:01.378Z | |
| 6127 | 2026-08-14T12:01:01.378Z | running 0 tests |
| 6128 | 2026-08-14T12:01:01.378Z | |
| 6129 | 2026-08-14T12:01:01.378Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6130 | 2026-08-14T12:01:01.378Z | |
| 6131 | 2026-08-14T12:01:01.398Z | Doc-tests dpd_api |
| 6132 | 2026-08-14T12:01:02.132Z | |
| 6133 | 2026-08-14T12:01:02.132Z | running 2 tests |
| 6134 | 2026-08-14T12:01:02.132Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 6135 | 2026-08-14T12:01:02.132Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 6136 | 2026-08-14T12:01:02.132Z | |
| 6137 | 2026-08-14T12:01:02.132Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6138 | 2026-08-14T12:01:02.132Z | |
| 6139 | 2026-08-14T12:01:02.162Z | Doc-tests dpd_client |
| 6140 | 2026-08-14T12:01:03.420Z | |
| 6141 | 2026-08-14T12:01:03.420Z | running 0 tests |
| 6142 | 2026-08-14T12:01:03.420Z | |
| 6143 | 2026-08-14T12:01:03.420Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6144 | 2026-08-14T12:01:03.420Z | |
| 6145 | 2026-08-14T12:01:03.464Z | Doc-tests dpd_types |
| 6146 | 2026-08-14T12:01:03.674Z | |
| 6147 | 2026-08-14T12:01:03.674Z | running 0 tests |
| 6148 | 2026-08-14T12:01:03.674Z | |
| 6149 | 2026-08-14T12:01:03.674Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6150 | 2026-08-14T12:01:03.674Z | |
| 6151 | 2026-08-14T12:01:03.699Z | Doc-tests dpd_types_versions |
| 6152 | 2026-08-14T12:01:04.895Z | |
| 6153 | 2026-08-14T12:01:04.895Z | running 1 test |
| 6154 | 2026-08-14T12:01:04.895Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 6155 | 2026-08-14T12:01:04.895Z | |
| 6156 | 2026-08-14T12:01:04.895Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6157 | 2026-08-14T12:01:04.895Z | |
| 6158 | 2026-08-14T12:01:04.939Z | Doc-tests packet |
| 6159 | 2026-08-14T12:01:05.052Z | |
| 6160 | 2026-08-14T12:01:05.052Z | running 0 tests |
| 6161 | 2026-08-14T12:01:05.052Z | |
| 6162 | 2026-08-14T12:01:05.052Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6163 | 2026-08-14T12:01:05.052Z | |
| 6164 | 2026-08-14T12:01:05.067Z | Doc-tests pcap |
| 6165 | 2026-08-14T12:01:05.118Z | |
| 6166 | 2026-08-14T12:01:05.118Z | running 0 tests |
| 6167 | 2026-08-14T12:01:05.118Z | |
| 6168 | 2026-08-14T12:01:05.118Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6169 | 2026-08-14T12:01:05.119Z | |
| 6170 | 2026-08-14T12:01:05.165Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 6171 | 2026-08-14T12:01:05.165Z | + RUST_BACKTRACE=full |
| 6172 | 2026-08-14T12:01:05.165Z | + cargo test --features softnpu --no-fail-fast |
| 6173 | 2026-08-14T12:01:05.803Z | Compiling num-integer v0.1.46 |
| 6174 | 2026-08-14T12:01:05.890Z | Compiling num-complex v0.4.6 |
| 6175 | 2026-08-14T12:01:05.936Z | Compiling bitstruct_derive v0.1.0 |
| 6176 | 2026-08-14T12:01:05.940Z | Compiling tap v1.0.1 |
| 6177 | 2026-08-14T12:01:06.050Z | Compiling wyz v0.5.1 |
| 6178 | 2026-08-14T12:01:06.177Z | Compiling num-iter v0.1.45 |
| 6179 | 2026-08-14T12:01:06.213Z | Compiling num-rational v0.4.2 |
| 6180 | 2026-08-14T12:01:06.232Z | Compiling num-bigint v0.4.6 |
| 6181 | 2026-08-14T12:01:06.311Z | Compiling radium v0.7.0 |
| 6182 | 2026-08-14T12:01:06.326Z | Compiling funty v2.0.0 |
| 6183 | 2026-08-14T12:01:06.359Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 6184 | 2026-08-14T12:01:06.420Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6185 | 2026-08-14T12:01:06.511Z | Compiling num v0.4.3 |
| 6186 | 2026-08-14T12:01:06.591Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6187 | 2026-08-14T12:01:06.626Z | Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6188 | 2026-08-14T12:01:06.636Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6189 | 2026-08-14T12:01:06.716Z | Compiling bitvec v1.0.1 |
| 6190 | 2026-08-14T12:01:06.756Z | Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6191 | 2026-08-14T12:01:06.885Z | Compiling typeid v1.0.3 |
| 6192 | 2026-08-14T12:01:06.929Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6193 | 2026-08-14T12:01:06.978Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6194 | 2026-08-14T12:01:07.002Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6195 | 2026-08-14T12:01:07.046Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6196 | 2026-08-14T12:01:07.333Z | Compiling ascii v1.1.0 |
| 6197 | 2026-08-14T12:01:07.743Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6198 | 2026-08-14T12:01:07.840Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6199 | 2026-08-14T12:01:07.907Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6200 | 2026-08-14T12:01:07.928Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6201 | 2026-08-14T12:01:08.104Z | Compiling erased-serde v0.4.8 |
| 6202 | 2026-08-14T12:01:08.163Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 6203 | 2026-08-14T12:01:08.264Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6204 | 2026-08-14T12:01:08.383Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 6205 | 2026-08-14T12:01:08.583Z | Compiling bitstruct v0.1.1 |
| 6206 | 2026-08-14T12:01:08.895Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 6207 | 2026-08-14T12:01:08.926Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6208 | 2026-08-14T12:01:08.948Z | Compiling serde_arrays v0.1.0 |
| 6209 | 2026-08-14T12:01:08.988Z | Compiling libloading v0.7.4 |
| 6210 | 2026-08-14T12:01:09.220Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6211 | 2026-08-14T12:01:09.733Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6212 | 2026-08-14T12:01:09.945Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6213 | 2026-08-14T12:01:09.987Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 6214 | 2026-08-14T12:01:11.120Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 6215 | 2026-08-14T12:01:11.867Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 6216 | 2026-08-14T12:01:17.902Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6217 | 2026-08-14T12:01:18.124Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 6218 | 2026-08-14T12:01:18.124Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6219 | 2026-08-14T12:01:18.211Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6220 | 2026-08-14T12:01:18.214Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6221 | 2026-08-14T12:01:18.745Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 6222 | 2026-08-14T12:01:20.253Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6223 | 2026-08-14T12:01:20.598Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6224 | 2026-08-14T12:01:23.127Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 6225 | 2026-08-14T12:01:23.632Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 6226 | 2026-08-14T12:01:25.086Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 6227 | 2026-08-14T12:01:27.149Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6228 | 2026-08-14T12:01:27.177Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 6229 | 2026-08-14T12:01:28.113Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6230 | 2026-08-14T12:01:35.315Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6231 | 2026-08-14T12:01:37.739Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6232 | 2026-08-14T12:01:40.608Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 6233 | 2026-08-14T12:02:22.292Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 17s |
| 6234 | 2026-08-14T12:02:22.410Z | Running unittests src/lib.rs (target/debug/deps/aal-affad6fdfabd907a) |
| 6235 | 2026-08-14T12:02:22.414Z | |
| 6236 | 2026-08-14T12:02:22.414Z | running 5 tests |
| 6237 | 2026-08-14T12:02:22.414Z | test fuse::tests::chip_revision_b0 ... ok |
| 6238 | 2026-08-14T12:02:22.414Z | test fuse::tests::chip_revision_b1 ... ok |
| 6239 | 2026-08-14T12:02:22.414Z | test fuse::tests::chip_revision_a0 ... ok |
| 6240 | 2026-08-14T12:02:22.414Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 6241 | 2026-08-14T12:02:22.414Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 6242 | 2026-08-14T12:02:22.414Z | |
| 6243 | 2026-08-14T12:02:22.414Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6244 | 2026-08-14T12:02:22.414Z | |
| 6245 | 2026-08-14T12:02:22.414Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 6246 | 2026-08-14T12:02:22.418Z | |
| 6247 | 2026-08-14T12:02:22.418Z | running 0 tests |
| 6248 | 2026-08-14T12:02:22.418Z | |
| 6249 | 2026-08-14T12:02:22.421Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6250 | 2026-08-14T12:02:22.421Z | |
| 6251 | 2026-08-14T12:02:22.421Z | Running unittests src/lib.rs (target/debug/deps/asic-e67036ebfb68f0c4) |
| 6252 | 2026-08-14T12:02:22.421Z | |
| 6253 | 2026-08-14T12:02:22.422Z | running 0 tests |
| 6254 | 2026-08-14T12:02:22.422Z | |
| 6255 | 2026-08-14T12:02:22.422Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6256 | 2026-08-14T12:02:22.422Z | |
| 6257 | 2026-08-14T12:02:22.425Z | Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac) |
| 6258 | 2026-08-14T12:02:22.428Z | |
| 6259 | 2026-08-14T12:02:22.429Z | running 11 tests |
| 6260 | 2026-08-14T12:02:22.432Z | test network::tests::test_equal ... ok |
| 6261 | 2026-08-14T12:02:22.432Z | test nat::tests::test_vni ... ok |
| 6262 | 2026-08-14T12:02:22.432Z | test network::tests::test_eui64 ... ok |
| 6263 | 2026-08-14T12:02:22.432Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 6264 | 2026-08-14T12:02:22.432Z | test network::tests::test_into ... ok |
| 6265 | 2026-08-14T12:02:22.432Z | test network::tests::test_not_equal ... ok |
| 6266 | 2026-08-14T12:02:22.432Z | test network::tests::test_to_string ... ok |
| 6267 | 2026-08-14T12:02:22.432Z | test ports::tests::port_ids_are_ascii ... ok |
| 6268 | 2026-08-14T12:02:22.432Z | test network::tests::test_parse ... ok |
| 6269 | 2026-08-14T12:02:22.432Z | test test_purge ... ok |
| 6270 | 2026-08-14T12:02:22.435Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 6271 | 2026-08-14T12:02:22.436Z | |
| 6272 | 2026-08-14T12:02:22.436Z | test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 6273 | 2026-08-14T12:02:22.436Z | |
| 6274 | 2026-08-14T12:02:22.436Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-0e5bd5cdf8c4ffbd) |
| 6275 | 2026-08-14T12:02:22.441Z | |
| 6276 | 2026-08-14T12:02:22.441Z | running 1 test |
| 6277 | 2026-08-14T12:02:22.444Z | ------- |
| 6278 | 2026-08-14T12:02:22.444Z | Generating OpenAPI documents from API definitions ... |
| 6279 | 2026-08-14T12:02:22.581Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 6280 | 2026-08-14T12:02:22.647Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 6281 | 2026-08-14T12:02:23.640Z | ------- |
| 6282 | 2026-08-14T12:02:23.640Z | Checking 12 OpenAPI documents... |
| 6283 | 2026-08-14T12:02:23.640Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6284 | 2026-08-14T12:02:23.640Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6285 | 2026-08-14T12:02:23.640Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6286 | 2026-08-14T12:02:23.640Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6287 | 2026-08-14T12:02:23.640Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6288 | 2026-08-14T12:02:23.644Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6289 | 2026-08-14T12:02:23.644Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6290 | 2026-08-14T12:02:23.644Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6291 | 2026-08-14T12:02:23.644Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6292 | 2026-08-14T12:02:23.644Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6293 | 2026-08-14T12:02:23.644Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6294 | 2026-08-14T12:02:23.644Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6295 | 2026-08-14T12:02:23.644Z | Fresh dpd "latest" symlink |
| 6296 | 2026-08-14T12:02:23.644Z | ------- |
| 6297 | 2026-08-14T12:02:23.644Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 6298 | 2026-08-14T12:02:23.700Z | test test::test_apis_up_to_date ... ok |
| 6299 | 2026-08-14T12:02:23.701Z | |
| 6300 | 2026-08-14T12:02:23.701Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.26s |
| 6301 | 2026-08-14T12:02:23.701Z | |
| 6302 | 2026-08-14T12:02:23.758Z | Running unittests src/main.rs (target/debug/deps/dpd-95da137ea5c9df79) |
| 6303 | 2026-08-14T12:02:23.764Z | |
| 6304 | 2026-08-14T12:02:23.764Z | running 34 tests |
| 6305 | 2026-08-14T12:02:23.768Z | test freemap::test_ordering ... ok |
| 6306 | 2026-08-14T12:02:23.768Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 6307 | 2026-08-14T12:02:23.768Z | test config::tests::test_updates ... ok |
| 6308 | 2026-08-14T12:02:23.768Z | test freemap::test_split ... ok |
| 6309 | 2026-08-14T12:02:23.768Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 6310 | 2026-08-14T12:02:23.768Z | test macaddrs::tests::test_mac_offset ... ok |
| 6311 | 2026-08-14T12:02:23.773Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 6312 | 2026-08-14T12:02:23.773Z | test macaddrs::tests::test_parse_port_id ... ok |
| 6313 | 2026-08-14T12:02:23.773Z | Aug 14 12:02:22.307 DEBG created new freemap, unit: freemap_test |
| 6314 | 2026-08-14T12:02:23.773Z | test nat::test_mapping ... ok |
| 6315 | 2026-08-14T12:02:23.773Z | Aug 14 12:02:22.307 DEBG initted freemap. size: 128, unit: freemap_test |
| 6316 | 2026-08-14T12:02:23.773Z | Aug 14 12:02:22.307 DEBG reset freemap, unit: freemap_test |
| 6317 | 2026-08-14T12:02:23.773Z | Aug 14 12:02:22.307 DEBG created new freemap, unit: freemap_test |
| 6318 | 2026-08-14T12:02:23.773Z | Aug 14 12:02:22.307 DEBG initted freemap. size: 128, unit: freemap_test |
| 6319 | 2026-08-14T12:02:23.773Z | Aug 14 12:02:22.307 DEBG reset freemap, unit: freemap_test |
| 6320 | 2026-08-14T12:02:23.774Z | Aug 14 12:02:22.307 DEBG created new freemap, unit: freemap_test |
| 6321 | 2026-08-14T12:02:23.774Z | test freemap::test_exhaustion ... ok |
| 6322 | 2026-08-14T12:02:23.774Z | Aug 14 12:02:22.307 DEBG initted freemap. size: 128, unit: freemap_test |
| 6323 | 2026-08-14T12:02:23.774Z | Aug 14 12:02:22.307 DEBG reset freemap, unit: freemap_test |
| 6324 | 2026-08-14T12:02:23.774Z | test freemap::test_basic ... ok |
| 6325 | 2026-08-14T12:02:23.774Z | test freemap::test_reclaim ... ok |
| 6326 | 2026-08-14T12:02:23.774Z | Aug 14 12:02:22.308 DEBG created new freemap, unit: freemap_test |
| 6327 | 2026-08-14T12:02:23.774Z | Aug 14 12:02:22.308 DEBG initted freemap. size: 128, unit: freemap_test |
| 6328 | 2026-08-14T12:02:23.774Z | test port_map::tests::test_backplane_group ... ok |
| 6329 | 2026-08-14T12:02:23.774Z | Aug 14 12:02:22.308 DEBG reset freemap, unit: freemap_test |
| 6330 | 2026-08-14T12:02:23.774Z | test freemap::test_free ... ok |
| 6331 | 2026-08-14T12:02:23.774Z | test port_map::tests::test_port_map ... ok |
| 6332 | 2026-08-14T12:02:23.774Z | test port_map::tests::dump_map ... ok |
| 6333 | 2026-08-14T12:02:23.774Z | Aug 14 12:02:22.308 DEBG created new freemap, unit: freemap_test |
| 6334 | 2026-08-14T12:02:23.774Z | Aug 14 12:02:22.308 DEBG initted freemap. size: 8, unit: freemap_test |
| 6335 | 2026-08-14T12:02:23.774Z | Aug 14 12:02:22.308 DEBG reset freemap, unit: freemap_test |
| 6336 | 2026-08-14T12:02:23.774Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 6337 | 2026-08-14T12:02:23.775Z | test api_server::tests::test_build_info ... ok |
| 6338 | 2026-08-14T12:02:23.775Z | Aug 14 12:02:22.308 DEBG created new freemap, unit: freemap_test |
| 6339 | 2026-08-14T12:02:23.775Z | Aug 14 12:02:22.308 DEBG created new freemap, unit: freemap_route_ipv4 |
| 6340 | 2026-08-14T12:02:23.775Z | Aug 14 12:02:22.309 DEBG initted freemap. size: 128, unit:Aug 14 12:02:22.309 freemap_testDEBG |
| 6341 | 2026-08-14T12:02:23.775Z | created new freemap, unit: Aug 14 12:02:22.309freemap_route_ipv6 |
| 6342 | 2026-08-14T12:02:23.775Z | DEBG reset freemap, unitAug 14 12:02:22.309: DEBGfreemap_test |
| 6343 | 2026-08-14T12:02:23.775Z | initted freemap. size: 64Aug 14 12:02:22.309, unit :DEBG freemap_route_ipv4created new freemap |
| 6344 | 2026-08-14T12:02:23.775Z | , unit:Aug 14 12:02:22.309 freemap_route_ipv4DEBG |
| 6345 | 2026-08-14T12:02:23.775Z | reset freemap, unit: freemap_route_ipv4 |
| 6346 | 2026-08-14T12:02:23.775Z | Aug 14 12:02:22.309 DEBG Aug 14 12:02:22.309created new freemap , DEBGunit :initted freemap. size: 64 , freemap_route_ipv6unit |
| 6347 | 2026-08-14T12:02:23.775Z | : freemap_route_ipv6 |
| 6348 | 2026-08-14T12:02:23.775Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 DEBGDEBG initted freemap. size: 64reset freemap, , unitunit:: freemap_route_ipv4freemap_route_ipv6 |
| 6349 | 2026-08-14T12:02:23.775Z | |
| 6350 | 2026-08-14T12:02:23.775Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1reset freemap |
| 6351 | 2026-08-14T12:02:23.775Z | , unit: freemap_route_ipv4Aug 14 12:02:22.309 |
| 6352 | 2026-08-14T12:02:23.776Z | 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 14 12:02:22.309 |
| 6353 | 2026-08-14T12:02:23.776Z | DEBG initted freemap. size: 64, Aug 14 12:02:22.309unit :INFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6354 | 2026-08-14T12:02:23.776Z | |
| 6355 | 2026-08-14T12:02:23.776Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 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 } }]reset freemap |
| 6356 | 2026-08-14T12:02:23.776Z | , unit: freemap_route_ipv6 |
| 6357 | 2026-08-14T12:02:23.776Z | Aug 14 12:02:22.309 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 14 12:02:22.309 |
| 6358 | 2026-08-14T12:02:23.776Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6359 | 2026-08-14T12:02:23.776Z | Aug 14 12:02:22.309 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 14 12:02:22.309 |
| 6360 | 2026-08-14T12:02:23.776Z | 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 } }] |
| 6361 | 2026-08-14T12:02:23.776Z | Aug 14 12:02:22.309 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 14 12:02:22.309 |
| 6362 | 2026-08-14T12:02:23.776Z | INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6363 | 2026-08-14T12:02:23.776Z | Aug 14 12:02:22.309 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 14 12:02:22.309 |
| 6364 | 2026-08-14T12:02:23.776Z | 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 } }] |
| 6365 | 2026-08-14T12:02:23.776Z | Aug 14 12:02:22.309 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 14 12:02:22.309 |
| 6366 | 2026-08-14T12:02:23.776Z | INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6367 | 2026-08-14T12:02:23.776Z | Aug 14 12:02:22.309 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 14 12:02:22.309 |
| 6368 | 2026-08-14T12:02:23.776Z | 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 } }] |
| 6369 | 2026-08-14T12:02:23.776Z | Aug 14 12:02:22.309 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6370 | 2026-08-14T12:02:23.777Z | Aug 14 12:02:22.309 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 14 12:02:22.309 |
| 6371 | 2026-08-14T12:02:23.777Z | DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:02:22.309 |
| 6372 | 2026-08-14T12:02:23.777Z | 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 } }] |
| 6373 | 2026-08-14T12:02:23.777Z | Aug 14 12:02:22.309 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 14 12:02:22.309 |
| 6374 | 2026-08-14T12:02:23.777Z | INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6375 | 2026-08-14T12:02:23.777Z | Aug 14 12:02:22.309 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 14 12:02:22.309 |
| 6376 | 2026-08-14T12:02:23.777Z | 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 } }] |
| 6377 | 2026-08-14T12:02:23.777Z | Aug 14 12:02:22.309 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6378 | 2026-08-14T12:02:23.777Z | Aug 14 12:02:22.309 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 14 12:02:22.309 |
| 6379 | 2026-08-14T12:02:23.777Z | 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 } }] |
| 6380 | 2026-08-14T12:02:23.777Z | Aug 14 12:02:22.309 DEBG Aug 14 12:02:22.309replacing 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 } }] |
| 6381 | 2026-08-14T12:02:23.777Z | INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6382 | 2026-08-14T12:02:23.777Z | Aug 14 12:02:22.309 INFOAug 14 12:02:22.309 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBG |
| 6383 | 2026-08-14T12:02:23.777Z | 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 } }] |
| 6384 | 2026-08-14T12:02:23.777Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 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:5::/64 -> 2001:db8::55:ff |
| 6385 | 2026-08-14T12:02:23.777Z | |
| 6386 | 2026-08-14T12:02:23.777Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6387 | 2026-08-14T12:02:23.777Z | |
| 6388 | 2026-08-14T12:02:23.778Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 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:6::/64 -> 2001:db8::55:ff |
| 6389 | 2026-08-14T12:02:23.778Z | |
| 6390 | 2026-08-14T12:02:23.778Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:7::/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 } }] |
| 6391 | 2026-08-14T12:02:23.778Z | |
| 6392 | 2026-08-14T12:02:23.778Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 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:7::/64 -> 2001:db8::55:ff |
| 6393 | 2026-08-14T12:02:23.778Z | |
| 6394 | 2026-08-14T12:02:23.778Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:8::/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 } }] |
| 6395 | 2026-08-14T12:02:23.778Z | |
| 6396 | 2026-08-14T12:02:23.778Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 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:8::/64 -> 2001:db8::55:ff |
| 6397 | 2026-08-14T12:02:23.778Z | |
| 6398 | 2026-08-14T12:02:23.778Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:9::/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 } }] |
| 6399 | 2026-08-14T12:02:23.778Z | |
| 6400 | 2026-08-14T12:02:23.778Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 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:9::/64 -> 2001:db8::55:ff |
| 6401 | 2026-08-14T12:02:23.778Z | |
| 6402 | 2026-08-14T12:02:23.778Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:a::/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 } }] |
| 6403 | 2026-08-14T12:02:23.778Z | |
| 6404 | 2026-08-14T12:02:23.778Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:a::/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 } }] |
| 6405 | 2026-08-14T12:02:23.778Z | |
| 6406 | 2026-08-14T12:02:23.779Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 DEBGINFO replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6407 | 2026-08-14T12:02:23.779Z | |
| 6408 | 2026-08-14T12:02:23.779Z | test port_map::tests::parse_softnpu_revision ... ok |
| 6409 | 2026-08-14T12:02:23.779Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:b::/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 } }] |
| 6410 | 2026-08-14T12:02:23.779Z | |
| 6411 | 2026-08-14T12:02:23.784Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 DEBGINFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6412 | 2026-08-14T12:02:23.784Z | |
| 6413 | 2026-08-14T12:02:23.784Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:c::/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 } }] |
| 6414 | 2026-08-14T12:02:23.784Z | |
| 6415 | 2026-08-14T12:02:23.784Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:d::/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 } }] |
| 6416 | 2026-08-14T12:02:23.784Z | |
| 6417 | 2026-08-14T12:02:23.784Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 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:d::/64 -> 2001:db8::55:ff |
| 6418 | 2026-08-14T12:02:23.784Z | |
| 6419 | 2026-08-14T12:02:23.784Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:e::/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 } }] |
| 6420 | 2026-08-14T12:02:23.784Z | |
| 6421 | 2026-08-14T12:02:23.784Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 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:e::/64 -> 2001:db8::55:ff |
| 6422 | 2026-08-14T12:02:23.784Z | |
| 6423 | 2026-08-14T12:02:23.785Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:f::/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 } }] |
| 6424 | 2026-08-14T12:02:23.785Z | |
| 6425 | 2026-08-14T12:02:23.785Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:f::/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 } }] |
| 6426 | 2026-08-14T12:02:23.785Z | |
| 6427 | 2026-08-14T12:02:23.785Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 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:10::/64 -> 2001:db8::55:ff |
| 6428 | 2026-08-14T12:02:23.785Z | |
| 6429 | 2026-08-14T12:02:23.785Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:10::/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 } }] |
| 6430 | 2026-08-14T12:02:23.785Z | |
| 6431 | 2026-08-14T12:02:23.785Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 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:11::/64 -> 2001:db8::55:ff |
| 6432 | 2026-08-14T12:02:23.785Z | |
| 6433 | 2026-08-14T12:02:23.785Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6434 | 2026-08-14T12:02:23.785Z | |
| 6435 | 2026-08-14T12:02:23.785Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 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:12::/64 -> 2001:db8::55:ff |
| 6436 | 2026-08-14T12:02:23.785Z | |
| 6437 | 2026-08-14T12:02:23.785Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:12::/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 } }] |
| 6438 | 2026-08-14T12:02:23.786Z | |
| 6439 | 2026-08-14T12:02:23.786Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 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:13::/64 -> 2001:db8::55:ff |
| 6440 | 2026-08-14T12:02:23.786Z | |
| 6441 | 2026-08-14T12:02:23.786Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:13::/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 } }] |
| 6442 | 2026-08-14T12:02:23.786Z | |
| 6443 | 2026-08-14T12:02:23.786Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 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:14::/64 -> 2001:db8::55:ff |
| 6444 | 2026-08-14T12:02:23.786Z | |
| 6445 | 2026-08-14T12:02:23.786Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6446 | 2026-08-14T12:02:23.786Z | |
| 6447 | 2026-08-14T12:02:23.786Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:15::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6448 | 2026-08-14T12:02:23.786Z | |
| 6449 | 2026-08-14T12:02:23.786Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 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:15::/64 -> 2001:db8::55:ff |
| 6450 | 2026-08-14T12:02:23.786Z | |
| 6451 | 2026-08-14T12:02:23.786Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6452 | 2026-08-14T12:02:23.786Z | |
| 6453 | 2026-08-14T12:02:23.786Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 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:16::/64 -> 2001:db8::55:ff |
| 6454 | 2026-08-14T12:02:23.786Z | |
| 6455 | 2026-08-14T12:02:23.786Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6456 | 2026-08-14T12:02:23.787Z | |
| 6457 | 2026-08-14T12:02:23.787Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 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:17::/64 -> 2001:db8::55:ff |
| 6458 | 2026-08-14T12:02:23.787Z | |
| 6459 | 2026-08-14T12:02:23.787Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 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:18::/64 -> 2001:db8::55:ff |
| 6460 | 2026-08-14T12:02:23.787Z | |
| 6461 | 2026-08-14T12:02:23.787Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 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:18::/64 -> 2001:db8::55:ff |
| 6462 | 2026-08-14T12:02:23.787Z | |
| 6463 | 2026-08-14T12:02:23.787Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:19::/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 } }] |
| 6464 | 2026-08-14T12:02:23.787Z | |
| 6465 | 2026-08-14T12:02:23.787Z | test freemap::test_span ... ok |
| 6466 | 2026-08-14T12:02:23.787Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 6467 | 2026-08-14T12:02:23.787Z | Aug 14 12:02:22.309 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 } }] |
| 6468 | 2026-08-14T12:02:23.787Z | Aug 14 12:02:22.309 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6469 | 2026-08-14T12:02:23.787Z | Aug 14 12:02:22.309 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 } }] |
| 6470 | 2026-08-14T12:02:23.787Z | Aug 14 12:02:22.309 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6471 | 2026-08-14T12:02:23.787Z | Aug 14 12:02:22.309 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 } }] |
| 6472 | 2026-08-14T12:02:23.787Z | Aug 14 12:02:22.309 Aug 14 12:02:22.309INFO DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6473 | 2026-08-14T12:02:23.787Z | created new freemap, unitAug 14 12:02:22.309: DEBGfreemap_route_ipv4 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 } }] |
| 6474 | 2026-08-14T12:02:23.787Z | |
| 6475 | 2026-08-14T12:02:23.787Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffcreated new freemap |
| 6476 | 2026-08-14T12:02:23.787Z | , unit: freemap_route_ipv6Aug 14 12:02:22.309 |
| 6477 | 2026-08-14T12:02:23.787Z | 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 } }] |
| 6478 | 2026-08-14T12:02:23.787Z | Aug 14 12:02:22.309 DEBG Aug 14 12:02:22.309initted freemap. size: 64 , INFOunit :adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6479 | 2026-08-14T12:02:23.787Z | freemap_route_ipv4 |
| 6480 | 2026-08-14T12:02:23.787Z | Aug 14 12:02:22.309 Aug 14 12:02:22.309DEBG DEBGreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] reset freemap, unit: freemap_route_ipv4 |
| 6481 | 2026-08-14T12:02:23.787Z | |
| 6482 | 2026-08-14T12:02:23.787Z | Aug 14 12:02:22.309 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 6483 | 2026-08-14T12:02:23.787Z | Aug 14 12:02:22.309 DEBG reset freemapAug 14 12:02:22.309, unitINFO: adding route 3fff:beef:1f::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 6484 | 2026-08-14T12:02:23.787Z | |
| 6485 | 2026-08-14T12:02:23.787Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 6486 | 2026-08-14T12:02:23.787Z | |
| 6487 | 2026-08-14T12:02:23.787Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 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 } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6488 | 2026-08-14T12:02:23.787Z | |
| 6489 | 2026-08-14T12:02:23.787Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6490 | 2026-08-14T12:02:23.787Z | |
| 6491 | 2026-08-14T12:02:23.788Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 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 } }]adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 6492 | 2026-08-14T12:02:23.788Z | |
| 6493 | 2026-08-14T12:02:23.788Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 DEBGINFO replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6494 | 2026-08-14T12:02:23.788Z | |
| 6495 | 2026-08-14T12:02:23.788Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 6496 | 2026-08-14T12:02:23.788Z | |
| 6497 | 2026-08-14T12:02:23.788Z | Aug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }] |
| 6498 | 2026-08-14T12:02:23.788Z | |
| 6499 | 2026-08-14T12:02:23.788Z | Aug 14 12:02:22.310Aug 14 12:02:22.310 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 6500 | 2026-08-14T12:02:23.788Z | |
| 6501 | 2026-08-14T12:02:23.788Z | Aug 14 12:02:22.310Aug 14 12:02:22.310 INFODEBG adding route 3fff:beef::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6502 | 2026-08-14T12:02:23.788Z | |
| 6503 | 2026-08-14T12:02:23.788Z | Aug 14 12:02:22.310Aug 14 12:02:22.310 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:24::/64 -> 2001:db8::55:ff |
| 6504 | 2026-08-14T12:02:23.788Z | |
| 6505 | 2026-08-14T12:02:23.788Z | Aug 14 12:02:22.310Aug 14 12:02:22.310 INFODEBG adding route 3fff:beef:1::/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 } }] |
| 6506 | 2026-08-14T12:02:23.788Z | |
| 6507 | 2026-08-14T12:02:23.788Z | Aug 14 12:02:22.310Aug 14 12:02:22.310 DEBGINFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 6508 | 2026-08-14T12:02:23.788Z | |
| 6509 | 2026-08-14T12:02:23.788Z | Aug 14 12:02:22.310Aug 14 12:02:22.310 INFODEBG adding route 3fff:beef:2::/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 } }] |
| 6510 | 2026-08-14T12:02:23.788Z | |
| 6511 | 2026-08-14T12:02:23.793Z | Aug 14 12:02:22.310Aug 14 12:02:22.310 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:26::/64 -> 2001:db8::55:ff |
| 6512 | 2026-08-14T12:02:23.793Z | |
| 6513 | 2026-08-14T12:02:23.793Z | Aug 14 12:02:22.310Aug 14 12:02:22.310 INFODEBG adding route 3fff:beef:3::/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 } }] |
| 6514 | 2026-08-14T12:02:23.793Z | |
| 6515 | 2026-08-14T12:02:23.793Z | Aug 14 12:02:22.310Aug 14 12:02:22.310 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:27::/64 -> 2001:db8::55:ff |
| 6516 | 2026-08-14T12:02:23.793Z | |
| 6517 | 2026-08-14T12:02:23.793Z | Aug 14 12:02:22.309Aug 14 12:02:22.310Aug 14 12:02:22.310 DEBGDEBG created new freemapINFOreplacing 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 } }] , |
| 6518 | 2026-08-14T12:02:23.793Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ffunit |
| 6519 | 2026-08-14T12:02:23.793Z | :Aug 14 12:02:22.310 Aug 14 12:02:22.310freemap_route_ipv4 INFODEBG |
| 6520 | 2026-08-14T12:02:23.793Z | DEBG Aug 14 12:02:22.310replacing 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 } }] |
| 6521 | 2026-08-14T12:02:23.793Z | DEBG created new freemap, unit: Aug 14 12:02:22.310freemap_route_ipv6 |
| 6522 | 2026-08-14T12:02:23.793Z | INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6523 | 2026-08-14T12:02:23.793Z | Aug 14 12:02:22.310Aug 14 12:02:22.310 DEBGDEBG initted freemap. size: 64replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 6524 | 2026-08-14T12:02:23.793Z | unit: freemap_route_ipv4 |
| 6525 | 2026-08-14T12:02:23.793Z | Aug 14 12:02:22.310 replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6526 | 2026-08-14T12:02:23.793Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 14 12:02:22.310 |
| 6527 | 2026-08-14T12:02:23.794Z | DEBG reset freemapAug 14 12:02:22.310, unitDEBG: 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 } }]freemap_route_ipv4 |
| 6528 | 2026-08-14T12:02:23.794Z | |
| 6529 | 2026-08-14T12:02:23.794Z | Aug 14 12:02:22.310Aug 14 12:02:22.310 Aug 14 12:02:22.310INFO DEBG INFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6530 | 2026-08-14T12:02:23.794Z | initted freemap. size: 64adding route 3fff:beef:5::/64 -> 2001:db8::55:ff, |
| 6531 | 2026-08-14T12:02:23.794Z | unit:Aug 14 12:02:22.310 Aug 14 12:02:22.310DEBGfreemap_route_ipv6 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 |
| 6532 | 2026-08-14T12:02:23.794Z | |
| 6533 | 2026-08-14T12:02:23.794Z | 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 } }] |
| 6534 | 2026-08-14T12:02:23.794Z | Aug 14 12:02:22.310 INFOAug 14 12:02:22.310 Aug 14 12:02:22.310DEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO |
| 6535 | 2026-08-14T12:02:23.794Z | reset freemapadding route 3fff:beef:6::/64 -> 2001:db8::55:ff, |
| 6536 | 2026-08-14T12:02:23.794Z | unit:Aug 14 12:02:22.310 freemap_route_ipv6Aug 14 12:02:22.310DEBG 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 } }] |
| 6537 | 2026-08-14T12:02:23.794Z | 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 } }] |
| 6538 | 2026-08-14T12:02:23.794Z | |
| 6539 | 2026-08-14T12:02:23.794Z | Aug 14 12:02:22.310 Aug 14 12:02:22.310Aug 14 12:02:22.310 INFO INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6540 | 2026-08-14T12:02:23.794Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO |
| 6541 | 2026-08-14T12:02:23.794Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6542 | 2026-08-14T12:02:23.794Z | Aug 14 12:02:22.310 Aug 14 12:02:22.310DEBG Aug 14 12:02:22.310replacing 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 } }] |
| 6543 | 2026-08-14T12:02:23.794Z | 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 } }]Aug 14 12:02:22.310replacing 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 } }] |
| 6544 | 2026-08-14T12:02:23.795Z | |
| 6545 | 2026-08-14T12:02:23.795Z | INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6546 | 2026-08-14T12:02:23.795Z | Aug 14 12:02:22.310 Aug 14 12:02:22.310INFO Aug 14 12:02:22.310 INFOadding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 6547 | 2026-08-14T12:02:23.795Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6548 | 2026-08-14T12:02:23.795Z | 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 } }] |
| 6549 | 2026-08-14T12:02:23.795Z | Aug 14 12:02:22.310Aug 14 12:02:22.310 Aug 14 12:02:22.310 INFODEBG DEBGreplacing 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:20::/64 -> 2001:db8::55:ff |
| 6550 | 2026-08-14T12:02:23.795Z | |
| 6551 | 2026-08-14T12:02:23.795Z | 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 } }] |
| 6552 | 2026-08-14T12:02:23.795Z | Aug 14 12:02:22.310Aug 14 12:02:22.310 Aug 14 12:02:22.310 INFO INFOadding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG |
| 6553 | 2026-08-14T12:02:23.795Z | adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 6554 | 2026-08-14T12:02:23.795Z | |
| 6555 | 2026-08-14T12:02:23.795Z | Aug 14 12:02:22.310Aug 14 12:02:22.310Aug 14 12:02:22.310 INFODEBG DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 6556 | 2026-08-14T12:02:23.795Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6557 | 2026-08-14T12:02:23.795Z | |
| 6558 | 2026-08-14T12:02:23.795Z | Aug 14 12:02:22.310 DEBGAug 14 12:02:22.310Aug 14 12:02:22.310 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 |
| 6559 | 2026-08-14T12:02:23.795Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFO |
| 6560 | 2026-08-14T12:02:23.795Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6561 | 2026-08-14T12:02:23.795Z | Aug 14 12:02:22.310 Aug 14 12:02:22.310INFO DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 14 12:02:22.310 |
| 6562 | 2026-08-14T12:02:23.796Z | 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 } }] |
| 6563 | 2026-08-14T12:02:23.796Z | 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 14 12:02:22.310 |
| 6564 | 2026-08-14T12:02:23.796Z | DEBG Aug 14 12:02:22.310replacing 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 } }] |
| 6565 | 2026-08-14T12:02:23.796Z | Aug 14 12:02:22.310INFO INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6566 | 2026-08-14T12:02:23.796Z | adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 14 12:02:22.310 |
| 6567 | 2026-08-14T12:02:23.796Z | INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 14 12:02:22.310 |
| 6568 | 2026-08-14T12:02:23.796Z | DEBGAug 14 12:02:22.310Aug 14 12:02:22.310 DEBGDEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6569 | 2026-08-14T12:02:23.796Z | |
| 6570 | 2026-08-14T12:02:23.796Z | |
| 6571 | 2026-08-14T12:02:23.796Z | Aug 14 12:02:22.310Aug 14 12:02:22.310 INFOINFO Aug 14 12:02:22.310Aug 14 12:02:22.310adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 6572 | 2026-08-14T12:02:23.796Z | DEBGINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff created new freemap |
| 6573 | 2026-08-14T12:02:23.796Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff, Aug 14 12:02:22.310 |
| 6574 | 2026-08-14T12:02:23.796Z | unitDEBG: 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 } }]freemap_route_ipv4 |
| 6575 | 2026-08-14T12:02:23.796Z | Aug 14 12:02:22.310 |
| 6576 | 2026-08-14T12:02:23.796Z | DEBGAug 14 12:02:22.310 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 14 12:02:22.310 |
| 6577 | 2026-08-14T12:02:23.796Z | INFODEBG adding route 3fff:beef:25::/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 } }] |
| 6578 | 2026-08-14T12:02:23.796Z | Aug 14 12:02:22.310 |
| 6579 | 2026-08-14T12:02:23.797Z | DEBGAug 14 12:02:22.310Aug 14 12:02:22.310 Aug 14 12:02:22.310 DEBG created new freemap INFO , INFOreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ffunit |
| 6580 | 2026-08-14T12:02:23.797Z | |
| 6581 | 2026-08-14T12:02:23.797Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff: |
| 6582 | 2026-08-14T12:02:23.797Z | freemap_route_ipv6Aug 14 12:02:22.310Aug 14 12:02:22.310 |
| 6583 | 2026-08-14T12:02:23.797Z | Aug 14 12:02:22.310DEBGINFO 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:26::/64 -> 2001:db8::55:ff |
| 6584 | 2026-08-14T12:02:23.797Z | Aug 14 12:02:22.310 |
| 6585 | 2026-08-14T12:02:23.797Z | DEBG DEBG initted freemap. size: 64Aug 14 12:02:22.310, Aug 14 12:02:22.310replacing 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 } }] INFOunitDEBG: replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6586 | 2026-08-14T12:02:23.797Z | |
| 6587 | 2026-08-14T12:02:23.797Z | |
| 6588 | 2026-08-14T12:02:23.797Z | freemap_route_ipv4 |
| 6589 | 2026-08-14T12:02:23.797Z | Aug 14 12:02:22.310 Aug 14 12:02:22.310Aug 14 12:02:22.310Aug 14 12:02:22.310DEBG DEBGINFO 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 } }] adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 6590 | 2026-08-14T12:02:23.797Z | |
| 6591 | 2026-08-14T12:02:23.797Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ffreset freemap, Aug 14 12:02:22.310 |
| 6592 | 2026-08-14T12:02:23.797Z | unit:INFO freemap_route_ipv4adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 14 12:02:22.310 |
| 6593 | 2026-08-14T12:02:23.797Z | Aug 14 12:02:22.310 |
| 6594 | 2026-08-14T12:02:23.797Z | DEBG Aug 14 12:02:22.310replacing 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 |
| 6595 | 2026-08-14T12:02:23.797Z | Aug 14 12:02:22.310 DEBG initted freemap. size: 64replacing 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 14 12:02:22.310unit |
| 6596 | 2026-08-14T12:02:23.797Z | : INFOfreemap_route_ipv6 Aug 14 12:02:22.310 |
| 6597 | 2026-08-14T12:02:23.798Z | DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 6598 | 2026-08-14T12:02:23.798Z | 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 } }] |
| 6599 | 2026-08-14T12:02:23.798Z | INFO Aug 14 12:02:22.310Aug 14 12:02:22.310adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 14 12:02:22.310 |
| 6600 | 2026-08-14T12:02:23.798Z | 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 } }] Aug 14 12:02:22.310adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6601 | 2026-08-14T12:02:23.798Z | DEBG |
| 6602 | 2026-08-14T12:02:23.798Z | DEBG reset freemapreplacing 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 14 12:02:22.310Aug 14 12:02:22.310 |
| 6603 | 2026-08-14T12:02:23.798Z | unit : INFODEBG adding route 3fff:beef:29::/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 } }] |
| 6604 | 2026-08-14T12:02:23.798Z | |
| 6605 | 2026-08-14T12:02:23.798Z | freemap_route_ipv6 |
| 6606 | 2026-08-14T12:02:23.798Z | Aug 14 12:02:22.310Aug 14 12:02:22.310Aug 14 12:02:22.310 Aug 14 12:02:22.310INFO INFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG |
| 6607 | 2026-08-14T12:02:23.798Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6608 | 2026-08-14T12:02:23.798Z | |
| 6609 | 2026-08-14T12:02:23.798Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 14 12:02:22.310 |
| 6610 | 2026-08-14T12:02:23.798Z | DEBGAug 14 12:02:22.310Aug 14 12:02:22.310 INFOreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6611 | 2026-08-14T12:02:23.928Z | Aug 14 12:02:22.310replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6612 | 2026-08-14T12:02:23.928Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 14 12:02:22.310 |
| 6613 | 2026-08-14T12:02:23.928Z | DEBG INFOAug 14 12:02:22.310Aug 14 12:02:22.310 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBG |
| 6614 | 2026-08-14T12:02:23.928Z | 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:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6615 | 2026-08-14T12:02:23.928Z | |
| 6616 | 2026-08-14T12:02:23.928Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 6617 | 2026-08-14T12:02:23.928Z | Aug 14 12:02:22.310Aug 14 12:02:22.310Aug 14 12:02:22.310 INFO DEBGINFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff 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 } }] |
| 6618 | 2026-08-14T12:02:23.929Z | |
| 6619 | 2026-08-14T12:02:23.929Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 6620 | 2026-08-14T12:02:23.929Z | Aug 14 12:02:22.310Aug 14 12:02:22.310 Aug 14 12:02:22.310 INFO DEBGDEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6621 | 2026-08-14T12:02:23.929Z | 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: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 } }] |
| 6622 | 2026-08-14T12:02:23.929Z | |
| 6623 | 2026-08-14T12:02:23.929Z | Aug 14 12:02:22.310Aug 14 12:02:22.310Aug 14 12:02:22.310 INFOINFO DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 6624 | 2026-08-14T12:02:23.929Z | 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 } }] |
| 6625 | 2026-08-14T12:02:23.929Z | |
| 6626 | 2026-08-14T12:02:23.929Z | Aug 14 12:02:22.310 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 14 12:02:22.310 |
| 6627 | 2026-08-14T12:02:23.929Z | INFOAug 14 12:02:22.310 adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 14 12:02:22.310DEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 6628 | 2026-08-14T12:02:23.929Z | 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 14 12:02:22.310 |
| 6629 | 2026-08-14T12:02:23.929Z | DEBG Aug 14 12:02:22.310replacing 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 } }] |
| 6630 | 2026-08-14T12:02:23.929Z | INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6631 | 2026-08-14T12:02:23.929Z | Aug 14 12:02:22.310Aug 14 12:02:22.310 INFODEBG adding route 3fff:beef:29::/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 } }] |
| 6632 | 2026-08-14T12:02:23.929Z | |
| 6633 | 2026-08-14T12:02:23.929Z | Aug 14 12:02:22.310Aug 14 12:02:22.310 DEBGINFO replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6634 | 2026-08-14T12:02:23.929Z | |
| 6635 | 2026-08-14T12:02:23.929Z | Aug 14 12:02:22.310Aug 14 12:02:22.310 INFODEBG adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6636 | 2026-08-14T12:02:23.929Z | |
| 6637 | 2026-08-14T12:02:23.929Z | Aug 14 12:02:22.310Aug 14 12:02:22.310 DEBGINFO replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6638 | 2026-08-14T12:02:23.929Z | |
| 6639 | 2026-08-14T12:02:23.929Z | Aug 14 12:02:22.310Aug 14 12:02:22.310 DEBGINFO replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 6640 | 2026-08-14T12:02:23.929Z | |
| 6641 | 2026-08-14T12:02:23.929Z | Aug 14 12:02:22.310Aug 14 12:02:22.310 INFODEBG adding route 3fff:beef:b::/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 } }] |
| 6642 | 2026-08-14T12:02:23.929Z | |
| 6643 | 2026-08-14T12:02:23.930Z | Aug 14 12:02:22.310Aug 14 12:02:22.310 DEBGINFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 6644 | 2026-08-14T12:02:23.930Z | |
| 6645 | 2026-08-14T12:02:23.930Z | Aug 14 12:02:22.310Aug 14 12:02:22.310 INFODEBG adding route 3fff:beef:c::/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 } }] |
| 6646 | 2026-08-14T12:02:23.930Z | |
| 6647 | 2026-08-14T12:02:23.930Z | Aug 14 12:02:22.310Aug 14 12:02:22.310 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:2d::/64 -> 2001:db8::55:ff |
| 6648 | 2026-08-14T12:02:23.930Z | |
| 6649 | 2026-08-14T12:02:23.930Z | Aug 14 12:02:22.310Aug 14 12:02:22.310 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:d::/64 -> 2001:db8::55:ff |
| 6650 | 2026-08-14T12:02:23.930Z | |
| 6651 | 2026-08-14T12:02:23.930Z | Aug 14 12:02:22.310Aug 14 12:02:22.310 INFODEBG adding route 3fff:beef:2e::/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 } }] |
| 6652 | 2026-08-14T12:02:23.930Z | |
| 6653 | 2026-08-14T12:02:23.930Z | Aug 14 12:02:22.310Aug 14 12:02:22.310 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:e::/64 -> 2001:db8::55:ff |
| 6654 | 2026-08-14T12:02:23.930Z | |
| 6655 | 2026-08-14T12:02:23.930Z | Aug 14 12:02:22.310Aug 14 12:02:22.310 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:2f::/64 -> 2001:db8::55:ff |
| 6656 | 2026-08-14T12:02:23.930Z | |
| 6657 | 2026-08-14T12:02:23.930Z | Aug 14 12:02:22.310Aug 14 12:02:22.310 INFODEBG adding route 3fff:beef:f::/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 } }] |
| 6658 | 2026-08-14T12:02:23.930Z | |
| 6659 | 2026-08-14T12:02:23.930Z | Aug 14 12:02:22.310Aug 14 12:02:22.310 INFODEBG adding route 3fff:beef:30::/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 } }] |
| 6660 | 2026-08-14T12:02:23.930Z | |
| 6661 | 2026-08-14T12:02:23.930Z | Aug 14 12:02:22.310Aug 14 12:02:22.310 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:10::/64 -> 2001:db8::55:ff |
| 6662 | 2026-08-14T12:02:23.930Z | |
| 6663 | 2026-08-14T12:02:23.930Z | |
| 6664 | 2026-08-14T12:02:23.930Z | Aug 14 12:02:22.310 DEBGAug 14 12:02:22.310 replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6665 | 2026-08-14T12:02:23.930Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 6666 | 2026-08-14T12:02:23.930Z | Aug 14 12:02:22.310Aug 14 12:02:22.310 INFODEBG Aug 14 12:02:22.310adding route 3fff:beef:11::/64 -> 2001:db8::55:ff 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 } }] |
| 6667 | 2026-08-14T12:02:23.930Z | 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 } }] |
| 6668 | 2026-08-14T12:02:23.931Z | |
| 6669 | 2026-08-14T12:02:23.931Z | Aug 14 12:02:22.310Aug 14 12:02:22.310 INFODEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:02:22.310 |
| 6670 | 2026-08-14T12:02:23.931Z | |
| 6671 | 2026-08-14T12:02:23.931Z | INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 14 12:02:22.311Aug 14 12:02:22.311 |
| 6672 | 2026-08-14T12:02:23.931Z | INFODEBG adding route 3fff:beef:12::/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 } }]Aug 14 12:02:22.311 |
| 6673 | 2026-08-14T12:02:23.931Z | |
| 6674 | 2026-08-14T12:02:23.931Z | DEBG Aug 14 12:02:22.311replacing 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 } }] |
| 6675 | 2026-08-14T12:02:23.931Z | INFOAug 14 12:02:22.311 DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 6676 | 2026-08-14T12:02:23.931Z | Aug 14 12:02:22.311replacing 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 } }] |
| 6677 | 2026-08-14T12:02:23.931Z | INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 14 12:02:22.311 |
| 6678 | 2026-08-14T12:02:23.931Z | Aug 14 12:02:22.311DEBG INFO Aug 14 12:02:22.311 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:13::/64 -> 2001:db8::55:ff |
| 6679 | 2026-08-14T12:02:23.931Z | DEBG |
| 6680 | 2026-08-14T12:02:23.931Z | 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 } }] |
| 6681 | 2026-08-14T12:02:23.931Z | Aug 14 12:02:22.311Aug 14 12:02:22.311Aug 14 12:02:22.311 INFO DEBGINFO adding route 3fff:beef:34::/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 } }] |
| 6682 | 2026-08-14T12:02:23.931Z | |
| 6683 | 2026-08-14T12:02:23.931Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 6684 | 2026-08-14T12:02:23.931Z | Aug 14 12:02:22.311Aug 14 12:02:22.311 DEBGAug 14 12:02:22.311INFO 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:14::/64 -> 2001:db8::55:ff |
| 6685 | 2026-08-14T12:02:23.931Z | |
| 6686 | 2026-08-14T12:02:23.931Z | DEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:02:22.311Aug 14 12:02:22.311 |
| 6687 | 2026-08-14T12:02:23.931Z | INFO DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 6688 | 2026-08-14T12:02:23.931Z | 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 14 12:02:22.311 |
| 6689 | 2026-08-14T12:02:23.931Z | Aug 14 12:02:22.311INFO Aug 14 12:02:22.311adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG |
| 6690 | 2026-08-14T12:02:23.931Z | 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 } }] |
| 6691 | 2026-08-14T12:02:23.931Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 14 12:02:22.311 |
| 6692 | 2026-08-14T12:02:23.932Z | Aug 14 12:02:22.311DEBG INFOreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6693 | 2026-08-14T12:02:23.932Z | Aug 14 12:02:22.311adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 6694 | 2026-08-14T12:02:23.932Z | Aug 14 12:02:22.311DEBG INFOreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6695 | 2026-08-14T12:02:23.932Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 14 12:02:22.311 |
| 6696 | 2026-08-14T12:02:23.932Z | 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 } }] |
| 6697 | 2026-08-14T12:02:23.932Z | Aug 14 12:02:22.311Aug 14 12:02:22.311 INFOAug 14 12:02:22.311DEBG INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 6698 | 2026-08-14T12:02:23.932Z | |
| 6699 | 2026-08-14T12:02:23.932Z | 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 } }] |
| 6700 | 2026-08-14T12:02:23.932Z | Aug 14 12:02:22.311Aug 14 12:02:22.311 Aug 14 12:02:22.311DEBG DEBG 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 } }] |
| 6701 | 2026-08-14T12:02:23.932Z | 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:1a::/64 -> 2001:db8::55:ff |
| 6702 | 2026-08-14T12:02:23.932Z | |
| 6703 | 2026-08-14T12:02:23.932Z | Aug 14 12:02:22.311Aug 14 12:02:22.311Aug 14 12:02:22.311 DEBGINFOINFO adding route 3fff:beef:38::/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 } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 6704 | 2026-08-14T12:02:23.932Z | |
| 6705 | 2026-08-14T12:02:23.932Z | |
| 6706 | 2026-08-14T12:02:23.932Z | Aug 14 12:02:22.311Aug 14 12:02:22.311 DEBGAug 14 12:02:22.311 INFOreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6707 | 2026-08-14T12:02:23.932Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6708 | 2026-08-14T12:02:23.932Z | 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 } }] |
| 6709 | 2026-08-14T12:02:23.932Z | Aug 14 12:02:22.311Aug 14 12:02:22.311 INFODEBG Aug 14 12:02:22.311adding route 3fff:beef:18::/64 -> 2001:db8::55:ff INFOreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6710 | 2026-08-14T12:02:23.932Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 6711 | 2026-08-14T12:02:24.045Z | |
| 6712 | 2026-08-14T12:02:24.045Z | Aug 14 12:02:22.311Aug 14 12:02:22.311Aug 14 12:02:22.311 INFODEBG DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6713 | 2026-08-14T12:02:24.045Z | 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: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 } }] |
| 6714 | 2026-08-14T12:02:24.045Z | |
| 6715 | 2026-08-14T12:02:24.045Z | Aug 14 12:02:22.311Aug 14 12:02:22.311 Aug 14 12:02:22.311DEBG INFOINFOreplacing 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 } }] |
| 6716 | 2026-08-14T12:02:24.045Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 6717 | 2026-08-14T12:02:24.045Z | |
| 6718 | 2026-08-14T12:02:24.045Z | Aug 14 12:02:22.311Aug 14 12:02:22.311 Aug 14 12:02:22.311 INFODEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6719 | 2026-08-14T12:02:24.045Z | |
| 6720 | 2026-08-14T12:02:24.045Z | 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 } }] |
| 6721 | 2026-08-14T12:02:24.045Z | Aug 14 12:02:22.311Aug 14 12:02:22.311Aug 14 12:02:22.311 DEBG INFO INFOadding route 3fff:beef:1a::/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 } }] |
| 6722 | 2026-08-14T12:02:24.045Z | |
| 6723 | 2026-08-14T12:02:24.045Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 6724 | 2026-08-14T12:02:24.045Z | Aug 14 12:02:22.311Aug 14 12:02:22.311 Aug 14 12:02:22.311 INFODEBG DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6725 | 2026-08-14T12:02:24.045Z | 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: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 } }] |
| 6726 | 2026-08-14T12:02:24.045Z | |
| 6727 | 2026-08-14T12:02:24.045Z | Aug 14 12:02:22.311 DEBG Aug 14 12:02:22.311Aug 14 12:02:22.311replacing 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 } }] |
| 6728 | 2026-08-14T12:02:24.045Z | INFOINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 14 12:02:22.311 |
| 6729 | 2026-08-14T12:02:24.045Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff INFO |
| 6730 | 2026-08-14T12:02:24.045Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6731 | 2026-08-14T12:02:24.045Z | Aug 14 12:02:22.311 Aug 14 12:02:22.311DEBG Aug 14 12:02:22.311replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6732 | 2026-08-14T12:02:24.045Z | DEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 14 12:02:22.311 |
| 6733 | 2026-08-14T12:02:24.045Z | |
| 6734 | 2026-08-14T12:02:24.045Z | DEBG failed to allocate space for the new target listAug 14 12:02:22.311 |
| 6735 | 2026-08-14T12:02:24.045Z | Aug 14 12:02:22.311 INFOINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6736 | 2026-08-14T12:02:24.046Z | |
| 6737 | 2026-08-14T12:02:24.046Z | Aug 14 12:02:22.311 DEBG Aug 14 12:02:22.311replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 14 12:02:22.311 DEBG |
| 6738 | 2026-08-14T12:02:24.046Z | DEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6739 | 2026-08-14T12:02:24.046Z | |
| 6740 | 2026-08-14T12:02:24.046Z | Aug 14 12:02:22.311Aug 14 12:02:22.311 INFOINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 6741 | 2026-08-14T12:02:24.046Z | |
| 6742 | 2026-08-14T12:02:24.046Z | Aug 14 12:02:22.311Aug 14 12:02:22.311 DEBGDEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6743 | 2026-08-14T12:02:24.046Z | |
| 6744 | 2026-08-14T12:02:24.046Z | Aug 14 12:02:22.311Aug 14 12:02:22.311 INFOINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6745 | 2026-08-14T12:02:24.046Z | |
| 6746 | 2026-08-14T12:02:24.046Z | INFOAug 14 12:02:22.311Aug 14 12:02:22.311 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG |
| 6747 | 2026-08-14T12:02:24.046Z | DEBGreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6748 | 2026-08-14T12:02:24.046Z | 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 } }] |
| 6749 | 2026-08-14T12:02:24.046Z | Aug 14 12:02:22.311Aug 14 12:02:22.311Aug 14 12:02:22.311 INFODEBGINFO adding route 3fff:beef:23::/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 } }] |
| 6750 | 2026-08-14T12:02:24.046Z | |
| 6751 | 2026-08-14T12:02:24.046Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6752 | 2026-08-14T12:02:24.046Z | Aug 14 12:02:22.311Aug 14 12:02:22.311 Aug 14 12:02:22.311 INFODEBGDEBGAug 14 12:02:22.311 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 |
| 6753 | 2026-08-14T12:02:24.046Z | 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 } }]created new freemapadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 6754 | 2026-08-14T12:02:24.046Z | , |
| 6755 | 2026-08-14T12:02:24.046Z | unitAug 14 12:02:22.311:Aug 14 12:02:22.311 Aug 14 12:02:22.311 freemap_route_ipv4 INFODEBG |
| 6756 | 2026-08-14T12:02:24.046Z | adding route 3fff:beef:20::/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 } }] |
| 6757 | 2026-08-14T12:02:24.046Z | |
| 6758 | 2026-08-14T12:02:24.046Z | Aug 14 12:02:22.311Aug 14 12:02:22.311 Aug 14 12:02:22.311 INFODEBGDEBG adding route 3fff:beef:24::/64 -> 2001:db8::55:ff 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 } }] |
| 6759 | 2026-08-14T12:02:24.046Z | INFOcreated new freemap |
| 6760 | 2026-08-14T12:02:24.046Z | , unitadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff: |
| 6761 | 2026-08-14T12:02:24.046Z | Aug 14 12:02:22.311 Aug 14 12:02:22.311 INFOfreemap_route_ipv6 adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 6762 | 2026-08-14T12:02:24.046Z | Aug 14 12:02:22.311 DEBG |
| 6763 | 2026-08-14T12:02:24.047Z | DEBGreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:02:22.311 |
| 6764 | 2026-08-14T12:02:24.047Z | replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6765 | 2026-08-14T12:02:24.047Z | DEBG Aug 14 12:02:22.311initted freemap. size: 64Aug 14 12:02:22.311Aug 14 12:02:22.311, DEBGunit 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 } }]: |
| 6766 | 2026-08-14T12:02:24.047Z | freemap_route_ipv4 |
| 6767 | 2026-08-14T12:02:24.047Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 6768 | 2026-08-14T12:02:24.047Z | test route::tests::grow_succeeds ... ok |
| 6769 | 2026-08-14T12:02:24.047Z | Aug 14 12:02:22.311 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 } }] |
| 6770 | 2026-08-14T12:02:24.047Z | INFOAug 14 12:02:22.311 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 6771 | 2026-08-14T12:02:24.047Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 6772 | 2026-08-14T12:02:24.047Z | Aug 14 12:02:22.311 DEBGAug 14 12:02:22.311 replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 14 12:02:22.311 |
| 6773 | 2026-08-14T12:02:24.047Z | 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 |
| 6774 | 2026-08-14T12:02:24.047Z | reset freemap, unitAug 14 12:02:22.311: INFOfreemap_route_ipv4 |
| 6775 | 2026-08-14T12:02:24.047Z | Aug 14 12:02:22.311adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 6776 | 2026-08-14T12:02:24.047Z | INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 14 12:02:22.311 |
| 6777 | 2026-08-14T12:02:24.047Z | DEBGAug 14 12:02:22.311 initted freemap. size: 64Aug 14 12:02:22.311, DEBGunit :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 } }] |
| 6778 | 2026-08-14T12:02:24.047Z | 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 } }] |
| 6779 | 2026-08-14T12:02:24.047Z | freemap_route_ipv6 |
| 6780 | 2026-08-14T12:02:24.047Z | Aug 14 12:02:22.311 INFOAug 14 12:02:22.311 Aug 14 12:02:22.311 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO |
| 6781 | 2026-08-14T12:02:24.047Z | DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 6782 | 2026-08-14T12:02:24.047Z | reset freemapAug 14 12:02:22.311, unitDEBG: 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 } }]freemap_route_ipv6Aug 14 12:02:22.311 |
| 6783 | 2026-08-14T12:02:24.048Z | |
| 6784 | 2026-08-14T12:02:24.048Z | DEBGAug 14 12:02:22.311 Aug 14 12:02:22.311replacing 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 } }] |
| 6785 | 2026-08-14T12:02:24.048Z | INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 6786 | 2026-08-14T12:02:24.048Z | |
| 6787 | 2026-08-14T12:02:24.048Z | Aug 14 12:02:22.311Aug 14 12:02:22.311 Aug 14 12:02:22.311DEBG INFO 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 } }] |
| 6788 | 2026-08-14T12:02:24.048Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 6789 | 2026-08-14T12:02:24.048Z | |
| 6790 | 2026-08-14T12:02:24.048Z | Aug 14 12:02:22.311 Aug 14 12:02:22.311INFO Aug 14 12:02:22.311DEBG 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 } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 6791 | 2026-08-14T12:02:24.048Z | |
| 6792 | 2026-08-14T12:02:24.048Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 6793 | 2026-08-14T12:02:24.048Z | Aug 14 12:02:22.311 DEBGAug 14 12:02:22.311 replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6794 | 2026-08-14T12:02:24.048Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 6795 | 2026-08-14T12:02:24.048Z | Aug 14 12:02:22.311Aug 14 12:02:22.311 INFOAug 14 12:02:22.311DEBG INFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 6796 | 2026-08-14T12:02:24.048Z | adding route 3fff:beef:22::/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 } }] |
| 6797 | 2026-08-14T12:02:24.048Z | |
| 6798 | 2026-08-14T12:02:24.048Z | Aug 14 12:02:22.311 DEBGAug 14 12:02:22.311 replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 14 12:02:22.311 |
| 6799 | 2026-08-14T12:02:24.048Z | INFO replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 6800 | 2026-08-14T12:02:24.048Z | |
| 6801 | 2026-08-14T12:02:24.048Z | Aug 14 12:02:22.311 INFO Aug 14 12:02:22.311Aug 14 12:02:22.311adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 6802 | 2026-08-14T12:02:24.048Z | DEBG INFOreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6803 | 2026-08-14T12:02:24.048Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 6804 | 2026-08-14T12:02:24.048Z | Aug 14 12:02:22.311 Aug 14 12:02:22.311DEBG 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 14 12:02:22.311adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 6805 | 2026-08-14T12:02:24.049Z | |
| 6806 | 2026-08-14T12:02:24.049Z | 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 } }] |
| 6807 | 2026-08-14T12:02:24.049Z | Aug 14 12:02:22.311Aug 14 12:02:22.311 INFODEBGAug 14 12:02:22.311 INFOadding route 3fff:beef:38::/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 } }] |
| 6808 | 2026-08-14T12:02:24.049Z | |
| 6809 | 2026-08-14T12:02:24.049Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 6810 | 2026-08-14T12:02:24.049Z | Aug 14 12:02:22.311Aug 14 12:02:22.311Aug 14 12:02:22.311 DEBGINFO 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 } }]adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 6811 | 2026-08-14T12:02:24.076Z | |
| 6812 | 2026-08-14T12:02:24.076Z | 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 } }] |
| 6813 | 2026-08-14T12:02:24.076Z | Aug 14 12:02:22.311Aug 14 12:02:22.311 INFOAug 14 12:02:22.311DEBG INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 6814 | 2026-08-14T12:02:24.076Z | adding route 3fff:beef:39::/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 } }] |
| 6815 | 2026-08-14T12:02:24.076Z | |
| 6816 | 2026-08-14T12:02:24.076Z | Aug 14 12:02:22.311Aug 14 12:02:22.311Aug 14 12:02:22.311 DEBGDEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 6817 | 2026-08-14T12:02:24.076Z | |
| 6818 | 2026-08-14T12:02:24.076Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 6819 | 2026-08-14T12:02:24.076Z | Aug 14 12:02:22.311Aug 14 12:02:22.311 INFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 14 12:02:22.311 |
| 6820 | 2026-08-14T12:02:24.076Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG |
| 6821 | 2026-08-14T12:02:24.077Z | replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:02:22.311 |
| 6822 | 2026-08-14T12:02:24.077Z | DEBG Aug 14 12:02:22.311replacing 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 } }] |
| 6823 | 2026-08-14T12:02:24.077Z | DEBGAug 14 12:02:22.311 replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6824 | 2026-08-14T12:02:24.077Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 14 12:02:22.311 |
| 6825 | 2026-08-14T12:02:24.077Z | Aug 14 12:02:22.311INFO INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 14 12:02:22.311 |
| 6826 | 2026-08-14T12:02:24.077Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG |
| 6827 | 2026-08-14T12:02:24.077Z | 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 14 12:02:22.311 |
| 6828 | 2026-08-14T12:02:24.077Z | DEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:02:22.311 |
| 6829 | 2026-08-14T12:02:24.077Z | DEBG Aug 14 12:02:22.311replacing 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 } }] |
| 6830 | 2026-08-14T12:02:24.077Z | Aug 14 12:02:22.311INFO INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff Aug 14 12:02:22.311adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 6831 | 2026-08-14T12:02:24.077Z | |
| 6832 | 2026-08-14T12:02:24.077Z | INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 14 12:02:22.311Aug 14 12:02:22.311 |
| 6833 | 2026-08-14T12:02:24.077Z | DEBGDEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:02:22.311 |
| 6834 | 2026-08-14T12:02:24.077Z | 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 } }] |
| 6835 | 2026-08-14T12:02:24.077Z | 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 } }] |
| 6836 | 2026-08-14T12:02:24.077Z | Aug 14 12:02:22.311Aug 14 12:02:22.311 INFOINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 6837 | 2026-08-14T12:02:24.077Z | Aug 14 12:02:22.311 |
| 6838 | 2026-08-14T12:02:24.077Z | INFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffAug 14 12:02:22.311 |
| 6839 | 2026-08-14T12:02:24.077Z | Aug 14 12:02:22.311DEBG 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 } }]DEBGAug 14 12:02:22.311 |
| 6840 | 2026-08-14T12:02:24.077Z | replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6841 | 2026-08-14T12:02:24.077Z | Aug 14 12:02:22.311replacing 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 } }] |
| 6842 | 2026-08-14T12:02:24.077Z | INFOAug 14 12:02:22.311 INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 6843 | 2026-08-14T12:02:24.077Z | Aug 14 12:02:22.311adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 6844 | 2026-08-14T12:02:24.077Z | INFOAug 14 12:02:22.311 adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffDEBG |
| 6845 | 2026-08-14T12:02:24.078Z | 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 14 12:02:22.311 |
| 6846 | 2026-08-14T12:02:24.078Z | Aug 14 12:02:22.311DEBG 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 } }] |
| 6847 | 2026-08-14T12:02:24.078Z | Aug 14 12:02:22.311replacing 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 } }] |
| 6848 | 2026-08-14T12:02:24.078Z | INFOAug 14 12:02:22.311 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFO |
| 6849 | 2026-08-14T12:02:24.078Z | Aug 14 12:02:22.311adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 6850 | 2026-08-14T12:02:24.078Z | INFO adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffAug 14 12:02:22.311Aug 14 12:02:22.311 |
| 6851 | 2026-08-14T12:02:24.078Z | DEBG 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 } }] |
| 6852 | 2026-08-14T12:02:24.078Z | replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:02:22.312 |
| 6853 | 2026-08-14T12:02:24.078Z | INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 14 12:02:22.312 |
| 6854 | 2026-08-14T12:02:24.078Z | INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 6855 | 2026-08-14T12:02:24.078Z | Aug 14 12:02:22.312 Aug 14 12:02:22.312DEBG DEBGAug 14 12:02:22.312replacing 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 } }] |
| 6856 | 2026-08-14T12:02:24.078Z | 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 } }] |
| 6857 | 2026-08-14T12:02:24.078Z | 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 } }] |
| 6858 | 2026-08-14T12:02:24.078Z | Aug 14 12:02:22.312Aug 14 12:02:22.312Aug 14 12:02:22.312 INFO DEBGINFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 6859 | 2026-08-14T12:02:24.078Z | failed to allocate space for the new target listadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 6860 | 2026-08-14T12:02:24.078Z | |
| 6861 | 2026-08-14T12:02:24.078Z | Aug 14 12:02:22.312 Aug 14 12:02:22.312DEBG 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 } }] |
| 6862 | 2026-08-14T12:02:24.078Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 14 12:02:22.312 |
| 6863 | 2026-08-14T12:02:24.078Z | DEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:02:22.312 |
| 6864 | 2026-08-14T12:02:24.078Z | Aug 14 12:02:22.312INFO DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 14 12:02:22.312 |
| 6865 | 2026-08-14T12:02:24.078Z | INFOfailed to allocate space for the new target list |
| 6866 | 2026-08-14T12:02:24.078Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 14 12:02:22.312 |
| 6867 | 2026-08-14T12:02:24.079Z | DEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:02:22.312 |
| 6868 | 2026-08-14T12:02:24.079Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 6869 | 2026-08-14T12:02:24.079Z | 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 } }] |
| 6870 | 2026-08-14T12:02:24.079Z | Aug 14 12:02:22.312 INFO Aug 14 12:02:22.312adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 6871 | 2026-08-14T12:02:24.079Z | INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 6872 | 2026-08-14T12:02:24.079Z | Aug 14 12:02:22.312 DEBGAug 14 12:02:22.312 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 |
| 6873 | 2026-08-14T12:02:24.079Z | 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 } }] |
| 6874 | 2026-08-14T12:02:24.079Z | Aug 14 12:02:22.312 INFOAug 14 12:02:22.312 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO |
| 6875 | 2026-08-14T12:02:24.079Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 6876 | 2026-08-14T12:02:24.079Z | Aug 14 12:02:22.312 DEBGAug 14 12:02:22.312 replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6877 | 2026-08-14T12:02:24.079Z | 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 } }] |
| 6878 | 2026-08-14T12:02:24.079Z | Aug 14 12:02:22.312 INFOAug 14 12:02:22.312 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFO |
| 6879 | 2026-08-14T12:02:24.079Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 6880 | 2026-08-14T12:02:24.079Z | Aug 14 12:02:22.312 DEBGAug 14 12:02:22.312 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 |
| 6881 | 2026-08-14T12:02:24.079Z | 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 } }] |
| 6882 | 2026-08-14T12:02:24.079Z | Aug 14 12:02:22.312Aug 14 12:02:22.312 DEBG INFOcreated new freemapAug 14 12:02:22.312, adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFO Aug 14 12:02:22.312adding route 3fff:beef:39::/64 -> 2001:db8::55:ff Aug 14 12:02:22.312DEBGAug 14 12:02:22.312 |
| 6883 | 2026-08-14T12:02:24.079Z | DEBG DEBGcreated new freemap created new freemap, created new freemapunitAug 14 12:02:22.322:, , unitDEBGunitfreemap_route_ipv4 : |
| 6884 | 2026-08-14T12:02:24.079Z | :replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4freemap_route_ipv4 |
| 6885 | 2026-08-14T12:02:24.079Z | |
| 6886 | 2026-08-14T12:02:24.079Z | |
| 6887 | 2026-08-14T12:02:24.079Z | Aug 14 12:02:22.322Aug 14 12:02:22.322 DEBG created new freemap, unit: DEBGfreemap_route_ipv6Aug 14 12:02:22.322 |
| 6888 | 2026-08-14T12:02:24.079Z | INFOcreated new freemap , adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffunit |
| 6889 | 2026-08-14T12:02:24.079Z | Aug 14 12:02:22.322: DEBGfreemap_route_ipv6 |
| 6890 | 2026-08-14T12:02:24.079Z | initted freemap. size: 64, unitAug 14 12:02:22.322Aug 14 12:02:22.322Aug 14 12:02:22.322 DEBG: DEBGDEBGfreemap_route_ipv4 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 } }]created new freemapAug 14 12:02:22.312 |
| 6891 | 2026-08-14T12:02:24.079Z | , |
| 6892 | 2026-08-14T12:02:24.079Z | unitinitted freemap. size: 64:Aug 14 12:02:22.322, Aug 14 12:02:22.322 DEBGINFODEBG created new freemapreset freemapadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff, , freemap_route_ipv6unitunit |
| 6893 | 2026-08-14T12:02:24.080Z | |
| 6894 | 2026-08-14T12:02:24.080Z | unit:: freemap_route_ipv4: |
| 6895 | 2026-08-14T12:02:24.080Z | Aug 14 12:02:22.322Aug 14 12:02:22.322 DEBGfreemap_route_ipv4Aug 14 12:02:22.322freemap_route_ipv4 |
| 6896 | 2026-08-14T12:02:24.080Z | 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 } }] |
| 6897 | 2026-08-14T12:02:24.080Z | initted freemap. size: 64, unit: |
| 6898 | 2026-08-14T12:02:24.080Z | initted freemap. size: 64Aug 14 12:02:22.322 freemap_route_ipv4, |
| 6899 | 2026-08-14T12:02:24.080Z | unitDEBGAug 14 12:02:22.322 :INFO Aug 14 12:02:22.322 adding route 3fff:beef:3c::/64 -> 2001:db8::55:fffreemap_route_ipv6 reset freemapDEBG |
| 6900 | 2026-08-14T12:02:24.080Z | |
| 6901 | 2026-08-14T12:02:24.080Z | reset freemap, , unit:Aug 14 12:02:22.322unit : DEBG freemap_route_ipv4reset freemapfreemap_route_ipv4 |
| 6902 | 2026-08-14T12:02:24.080Z | Aug 14 12:02:22.322 |
| 6903 | 2026-08-14T12:02:24.080Z | Aug 14 12:02:22.322DEBG, Aug 14 12:02:22.322unit: freemap_route_ipv6 DEBG |
| 6904 | 2026-08-14T12:02:24.080Z | Aug 14 12:02:22.322replacing 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 } }] initted freemap. size: 64 |
| 6905 | 2026-08-14T12:02:24.080Z | , DEBGAug 14 12:02:22.322unitDEBG :initted freemap. size: 64INFO, unit :Aug 14 12:02:22.322 created new freemapfreemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6906 | 2026-08-14T12:02:24.080Z | DEBG, freemap_route_ipv6failed to allocate space for the new target list |
| 6907 | 2026-08-14T12:02:24.080Z | |
| 6908 | 2026-08-14T12:02:24.080Z | unitAug 14 12:02:22.322: |
| 6909 | 2026-08-14T12:02:24.080Z | DEBGAug 14 12:02:22.322 Aug 14 12:02:22.322 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] DEBGDEBG |
| 6910 | 2026-08-14T12:02:24.080Z | freemap_route_ipv6 reset freemap |
| 6911 | 2026-08-14T12:02:24.149Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 14 12:02:22.322 |
| 6912 | 2026-08-14T12:02:24.149Z | Aug 14 12:02:22.322, Aug 14 12:02:22.322unitINFO: DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 6913 | 2026-08-14T12:02:24.149Z | reset freemapfreemap_route_ipv6, unitinitted freemap. size: 64 |
| 6914 | 2026-08-14T12:02:24.149Z | :Aug 14 12:02:22.322 , freemap_route_ipv6 unitDEBG: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 14 12:02:22.322 |
| 6915 | 2026-08-14T12:02:24.149Z | |
| 6916 | 2026-08-14T12:02:24.149Z | freemap_route_ipv4 |
| 6917 | 2026-08-14T12:02:24.149Z | INFO Aug 14 12:02:22.322Aug 14 12:02:22.322 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.16.0.0/32 -> 10.0.0.1 |
| 6918 | 2026-08-14T12:02:24.149Z | |
| 6919 | 2026-08-14T12:02:24.149Z | Aug 14 12:02:22.322 DEBGAug 14 12:02:22.322Aug 14 12:02:22.322adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6920 | 2026-08-14T12:02:24.149Z | |
| 6921 | 2026-08-14T12:02:24.149Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBGAug 14 12:02:22.322 |
| 6922 | 2026-08-14T12:02:24.149Z | reset freemap , unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]: |
| 6923 | 2026-08-14T12:02:24.149Z | Aug 14 12:02:22.322DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 6924 | 2026-08-14T12:02:24.149Z | freemap_route_ipv4 |
| 6925 | 2026-08-14T12:02:24.149Z | Aug 14 12:02:22.322replacing 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 } }] |
| 6926 | 2026-08-14T12:02:24.149Z | INFOAug 14 12:02:22.322 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.17.0.0/32 -> 10.0.0.255Aug 14 12:02:22.322 |
| 6927 | 2026-08-14T12:02:24.149Z | |
| 6928 | 2026-08-14T12:02:24.150Z | Aug 14 12:02:22.322 INFO Aug 14 12:02:22.322INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 14 12:02:22.322Aug 14 12:02:22.322 |
| 6929 | 2026-08-14T12:02:24.150Z | DEBG |
| 6930 | 2026-08-14T12:02:24.150Z | 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 } }] DEBGDEBG |
| 6931 | 2026-08-14T12:02:24.150Z | Aug 14 12:02:22.322 initted freemap. size: 64DEBG, replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 14 12:02:22.322 |
| 6932 | 2026-08-14T12:02:24.150Z | unit 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 |
| 6933 | 2026-08-14T12:02:24.150Z | Aug 14 12:02:22.322replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 14 12:02:22.322: |
| 6934 | 2026-08-14T12:02:24.150Z | 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: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 14 12:02:22.322 |
| 6935 | 2026-08-14T12:02:24.150Z | INFO Aug 14 12:02:22.322 adding route 3fff:beef::/64 -> 2001:db8::55:fffreemap_route_ipv6INFO |
| 6936 | 2026-08-14T12:02:24.150Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 6937 | 2026-08-14T12:02:24.150Z | Aug 14 12:02:22.322 |
| 6938 | 2026-08-14T12:02:24.150Z | WARNadding route 3fff:beef:34::/64 -> 2001:db8::55:ff Aug 14 12:02:22.322shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 6939 | 2026-08-14T12:02:24.150Z | |
| 6940 | 2026-08-14T12:02:24.150Z | DEBG Aug 14 12:02:22.322Aug 14 12:02:22.322Aug 14 12:02:22.322 Aug 14 12:02:22.322 DEBG DEBGERROreset freemap 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 } }], rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })unit |
| 6941 | 2026-08-14T12:02:24.150Z | 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 } }] |
| 6942 | 2026-08-14T12:02:24.150Z | : |
| 6943 | 2026-08-14T12:02:24.150Z | Aug 14 12:02:22.322DEBG Aug 14 12:02:22.322 ERROINFO Aug 14 12:02:22.322replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff 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 |
| 6944 | 2026-08-14T12:02:24.150Z | |
| 6945 | 2026-08-14T12:02:24.150Z | |
| 6946 | 2026-08-14T12:02:24.150Z | INFO Aug 14 12:02:22.322freemap_route_ipv6 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 14 12:02:22.322DEBG |
| 6947 | 2026-08-14T12:02:24.150Z | 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 } }] |
| 6948 | 2026-08-14T12:02:24.150Z | |
| 6949 | 2026-08-14T12:02:24.150Z | INFO Aug 14 12:02:22.322adding route 172.17.0.2/32 -> 10.0.0.255 |
| 6950 | 2026-08-14T12:02:24.150Z | Aug 14 12:02:22.322DEBG INFO 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:dead::/64 -> 2001:db8::55:1 |
| 6951 | 2026-08-14T12:02:24.150Z | |
| 6952 | 2026-08-14T12:02:24.150Z | Aug 14 12:02:22.322Aug 14 12:02:22.322 INFO DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 14 12:02:22.322 |
| 6953 | 2026-08-14T12:02:24.150Z | INFO Aug 14 12:02:22.322replacing 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 } }] |
| 6954 | 2026-08-14T12:02:24.150Z | Aug 14 12:02:22.322adding route 3fff:beef:36::/64 -> 2001:db8::55:ff DEBG |
| 6955 | 2026-08-14T12:02:24.151Z | 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6956 | 2026-08-14T12:02:24.151Z | |
| 6957 | 2026-08-14T12:02:24.151Z | Aug 14 12:02:22.322Aug 14 12:02:22.322 INFODEBG adding route 172.17.0.3/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 } }] |
| 6958 | 2026-08-14T12:02:24.151Z | Aug 14 12:02:22.322 |
| 6959 | 2026-08-14T12:02:24.151Z | Aug 14 12:02:22.322 INFOINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 14 12:02:22.322 |
| 6960 | 2026-08-14T12:02:24.151Z | |
| 6961 | 2026-08-14T12:02:24.151Z | INFOAug 14 12:02:22.322 Aug 14 12:02:22.322DEBG Aug 14 12:02:22.322 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 } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ff 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 } }] |
| 6962 | 2026-08-14T12:02:24.151Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 6963 | 2026-08-14T12:02:24.151Z | |
| 6964 | 2026-08-14T12:02:24.151Z | |
| 6965 | 2026-08-14T12:02:24.151Z | Aug 14 12:02:22.322Aug 14 12:02:22.322 DEBGINFO replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:02:22.322 |
| 6966 | 2026-08-14T12:02:24.151Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 14 12:02:22.322INFOunit : |
| 6967 | 2026-08-14T12:02:24.151Z | Aug 14 12:02:22.322 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffINFOfreemap_route_ipv4 |
| 6968 | 2026-08-14T12:02:24.151Z | INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 6969 | 2026-08-14T12:02:24.151Z | |
| 6970 | 2026-08-14T12:02:24.151Z | Aug 14 12:02:22.322 adding route 172.17.0.4/32 -> 10.0.0.255DEBG |
| 6971 | 2026-08-14T12:02:24.151Z | 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 14 12:02:22.322 |
| 6972 | 2026-08-14T12:02:24.151Z | Aug 14 12:02:22.322DEBG Aug 14 12:02:22.322DEBGAug 14 12:02:22.322replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 14 12:02:22.322 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 } }]DEBG |
| 6973 | 2026-08-14T12:02:24.151Z | INFO |
| 6974 | 2026-08-14T12:02:24.151Z | created new freemap replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 6975 | 2026-08-14T12:02:24.151Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ffunit |
| 6976 | 2026-08-14T12:02:24.151Z | :Aug 14 12:02:22.322 freemap_route_ipv6Aug 14 12:02:22.322 INFO Aug 14 12:02:22.322 |
| 6977 | 2026-08-14T12:02:24.151Z | Aug 14 12:02:22.322DEBG adding route 3fff:beef:39::/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 } }]INFO |
| 6978 | 2026-08-14T12:02:24.151Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 6979 | 2026-08-14T12:02:24.151Z | |
| 6980 | 2026-08-14T12:02:24.151Z | adding route 3fff:dead::/64 -> 2001:db8::55:4INFOAug 14 12:02:22.322 |
| 6981 | 2026-08-14T12:02:24.151Z | adding route 172.17.0.5/32 -> 10.0.0.255DEBG |
| 6982 | 2026-08-14T12:02:24.152Z | Aug 14 12:02:22.322Aug 14 12:02:22.322 INFO initted freemap. size: 64Aug 14 12:02:22.322 DEBG, adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBGunitAug 14 12:02:22.322: |
| 6983 | 2026-08-14T12:02:24.152Z | 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 } }] |
| 6984 | 2026-08-14T12:02:24.152Z | |
| 6985 | 2026-08-14T12:02:24.152Z | DEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 14 12:02:22.322 |
| 6986 | 2026-08-14T12:02:24.152Z | 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 14 12:02:22.322Aug 14 12:02:22.322 |
| 6987 | 2026-08-14T12:02:24.152Z | DEBGDEBG reset freemapDEBG, Aug 14 12:02:22.322 unit : replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]freemap_route_ipv4Aug 14 12:02:22.322 |
| 6988 | 2026-08-14T12:02:24.152Z | |
| 6989 | 2026-08-14T12:02:24.152Z | INFO INFO adding route 3fff:beef:3a::/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 } }]Aug 14 12:02:22.322adding route 172.17.0.6/32 -> 10.0.0.255 |
| 6990 | 2026-08-14T12:02:24.152Z | Aug 14 12:02:22.322 |
| 6991 | 2026-08-14T12:02:24.152Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 6992 | 2026-08-14T12:02:24.152Z | |
| 6993 | 2026-08-14T12:02:24.152Z | DEBG Aug 14 12:02:22.322initted freemap. size: 64 WARNAug 14 12:02:22.322, INFO DEBGunitadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6994 | 2026-08-14T12:02:24.152Z | shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }): freemap_route_ipv6Aug 14 12:02:22.322 DEBG Aug 14 12:02:22.323Aug 14 12:02:22.323replacing 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 } }] |
| 6995 | 2026-08-14T12:02:24.152Z | DEBG DEBG Aug 14 12:02:22.331 created new freemapcreated new freemap, unit, unit:INFO: freemap_route_ipv4 freemap_route_ipv4 |
| 6996 | 2026-08-14T12:02:24.152Z | |
| 6997 | 2026-08-14T12:02:24.152Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 6998 | 2026-08-14T12:02:24.152Z | Aug 14 12:02:22.323 |
| 6999 | 2026-08-14T12:02:24.153Z | Aug 14 12:02:22.331DEBG DEBGAug 14 12:02:22.331replacing 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 14 12:02:22.331DEBG |
| 7000 | 2026-08-14T12:02:24.153Z | replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] created new freemapDEBG, unit |
| 7001 | 2026-08-14T12:02:24.153Z | :created new freemap , freemap_route_ipv6unit |
| 7002 | 2026-08-14T12:02:24.153Z | :Aug 14 12:02:22.331 freemap_route_ipv6Aug 14 12:02:22.331 |
| 7003 | 2026-08-14T12:02:24.153Z | Aug 14 12:02:22.331INFO adding route 172.17.0.8/32 -> 10.0.0.255DEBG |
| 7004 | 2026-08-14T12:02:24.153Z | initted freemap. size: 64Aug 14 12:02:22.331, INFO DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff unitinitted freemap. size: 64:, |
| 7005 | 2026-08-14T12:02:24.153Z | unit Aug 14 12:02:22.331freemap_route_ipv4: |
| 7006 | 2026-08-14T12:02:24.153Z | DEBGfreemap_route_ipv4 |
| 7007 | 2026-08-14T12:02:24.153Z | 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 } }] |
| 7008 | 2026-08-14T12:02:24.153Z | Aug 14 12:02:22.331Aug 14 12:02:22.331 Aug 14 12:02:22.331DEBG |
| 7009 | 2026-08-14T12:02:24.153Z | DEBG reset freemapDEBG, unitreset freemap:Aug 14 12:02:22.331 , freemap_route_ipv4DEBGreplacing 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 } }]unitAug 14 12:02:22.331: |
| 7010 | 2026-08-14T12:02:24.153Z | |
| 7011 | 2026-08-14T12:02:24.183Z | freemap_route_ipv4 |
| 7012 | 2026-08-14T12:02:24.183Z | reset freemap , INFOunit Aug 14 12:02:22.331Aug 14 12:02:22.331Aug 14 12:02:22.331: DEBGDEBGfreemap_route_ipv6 |
| 7013 | 2026-08-14T12:02:24.183Z | initted freemap. size: 64 initted freemap. size: 64, , unit :INFO Aug 14 12:02:22.331freemap_route_ipv6unit |
| 7014 | 2026-08-14T12:02:24.183Z | :INFO adding route 172.17.0.9/32 -> 10.0.0.255 freemap_route_ipv6 |
| 7015 | 2026-08-14T12:02:24.183Z | Aug 14 12:02:22.331 |
| 7016 | 2026-08-14T12:02:24.183Z | adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 7017 | 2026-08-14T12:02:24.183Z | DEBG |
| 7018 | 2026-08-14T12:02:24.183Z | Aug 14 12:02:22.331 reset freemapDEBG, Aug 14 12:02:22.331Aug 14 12:02:22.331 unit :Aug 14 12:02:22.331 DEBGfreemap_route_ipv6DEBG |
| 7019 | 2026-08-14T12:02:24.183Z | DEBGreset 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 } }]unitreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: |
| 7020 | 2026-08-14T12:02:24.183Z | Aug 14 12:02:22.331 |
| 7021 | 2026-08-14T12:02:24.183Z | freemap_route_ipv6 |
| 7022 | 2026-08-14T12:02:24.183Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 14 12:02:22.331INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 14 12:02:22.331 |
| 7023 | 2026-08-14T12:02:24.183Z | |
| 7024 | 2026-08-14T12:02:24.183Z | INFOAug 14 12:02:22.331 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7025 | 2026-08-14T12:02:24.183Z | INFO Aug 14 12:02:22.331Aug 14 12:02:22.331 adding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFO DEBGadding route 172.16.0.0/32 -> 10.0.0.2 |
| 7026 | 2026-08-14T12:02:24.183Z | |
| 7027 | 2026-08-14T12:02:24.183Z | Aug 14 12:02:22.331 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBGadding route 172.17.0.10/32 -> 10.0.0.255 |
| 7028 | 2026-08-14T12:02:24.183Z | Aug 14 12:02:22.331 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG |
| 7029 | 2026-08-14T12:02:24.183Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 14 12:02:22.331 DEBG |
| 7030 | 2026-08-14T12:02:24.183Z | |
| 7031 | 2026-08-14T12:02:24.183Z | Aug 14 12:02:22.331Aug 14 12:02:22.331 INFO 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 172.16.0.0/32 -> 10.0.0.1 |
| 7032 | 2026-08-14T12:02:24.183Z | |
| 7033 | 2026-08-14T12:02:24.183Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 14 12:02:22.331Aug 14 12:02:22.331 Aug 14 12:02:22.331DEBG 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 } }]INFO |
| 7034 | 2026-08-14T12:02:24.184Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 14 12:02:22.331 |
| 7035 | 2026-08-14T12:02:24.184Z | |
| 7036 | 2026-08-14T12:02:24.184Z | adding route 172.16.0.0/32 -> 10.0.0.3replacing 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 } }] |
| 7037 | 2026-08-14T12:02:24.184Z | |
| 7038 | 2026-08-14T12:02:24.184Z | INFOAug 14 12:02:22.331Aug 14 12:02:22.331 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO |
| 7039 | 2026-08-14T12:02:24.184Z | Aug 14 12:02:22.331adding route 172.16.0.0/32 -> 10.0.0.1Aug 14 12:02:22.331 |
| 7040 | 2026-08-14T12:02:24.184Z | Aug 14 12:02:22.331adding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBG INFO |
| 7041 | 2026-08-14T12:02:24.184Z | Aug 14 12:02:22.331 adding route 172.17.0.11/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] INFO |
| 7042 | 2026-08-14T12:02:24.184Z | Aug 14 12:02:22.331 INFO |
| 7043 | 2026-08-14T12:02:24.184Z | adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG |
| 7044 | 2026-08-14T12:02:24.184Z | 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 14 12:02:22.331Aug 14 12:02:22.331Aug 14 12:02:22.331 |
| 7045 | 2026-08-14T12:02:24.184Z | INFO DEBGDEBGAug 14 12:02:22.331 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.4 |
| 7046 | 2026-08-14T12:02:24.184Z | |
| 7047 | 2026-08-14T12:02:24.184Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 7048 | 2026-08-14T12:02:24.184Z | |
| 7049 | 2026-08-14T12:02:24.184Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 14 12:02:22.331 |
| 7050 | 2026-08-14T12:02:24.184Z | Aug 14 12:02:22.331Aug 14 12:02:22.331INFO Aug 14 12:02:22.331 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffINFOadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7051 | 2026-08-14T12:02:24.184Z | INFOAug 14 12:02:22.331adding route 172.17.0.12/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.2Aug 14 12:02:22.331 |
| 7052 | 2026-08-14T12:02:24.184Z | DEBGDEBG |
| 7053 | 2026-08-14T12:02:24.184Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7054 | 2026-08-14T12:02:24.184Z | Aug 14 12:02:22.331 |
| 7055 | 2026-08-14T12:02:24.184Z | Aug 14 12:02:22.331Aug 14 12:02:22.331 Aug 14 12:02:22.331DEBG Aug 14 12:02:22.331DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]replacing targets for 3fff:dead::/64 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.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.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 } }] |
| 7056 | 2026-08-14T12:02:24.184Z | |
| 7057 | 2026-08-14T12:02:24.184Z | DEBG |
| 7058 | 2026-08-14T12:02:24.184Z | |
| 7059 | 2026-08-14T12:02:24.185Z | 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 14 12:02:22.331Aug 14 12:02:22.331 |
| 7060 | 2026-08-14T12:02:24.185Z | WARN DEBGINFO Aug 14 12:02:22.331shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 14 12:02:22.331 |
| 7061 | 2026-08-14T12:02:24.185Z | adding route 172.17.0.0/32 -> 10.0.0.255 INFOINFO |
| 7062 | 2026-08-14T12:02:24.185Z | adding route 172.17.0.0/32 -> 10.0.0.255Aug 14 12:02:22.331 INFO |
| 7063 | 2026-08-14T12:02:24.185Z | adding route 172.17.0.13/32 -> 10.0.0.255Aug 14 12:02:22.331 replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 7064 | 2026-08-14T12:02:24.185Z | |
| 7065 | 2026-08-14T12:02:24.185Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7066 | 2026-08-14T12:02:24.185Z | |
| 7067 | 2026-08-14T12:02:24.185Z | Aug 14 12:02:22.331 DEBGAug 14 12:02:22.331 Aug 14 12:02:22.331 DEBGAug 14 12:02:22.331INFOreplacing 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 } }] |
| 7068 | 2026-08-14T12:02:24.185Z | 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 } }]DEBGadding route 172.17.0.1/32 -> 10.0.0.255 |
| 7069 | 2026-08-14T12:02:24.185Z | |
| 7070 | 2026-08-14T12:02:24.185Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 7071 | 2026-08-14T12:02:24.185Z | 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 14 12:02:22.331 |
| 7072 | 2026-08-14T12:02:24.185Z | Aug 14 12:02:22.331Aug 14 12:02:22.331 INFOINFOINFOAug 14 12:02:22.331 DEBGAug 14 12:02:22.331 adding route 172.17.0.1/32 -> 10.0.0.255adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 7073 | 2026-08-14T12:02:24.185Z | replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7074 | 2026-08-14T12:02:24.185Z | INFO |
| 7075 | 2026-08-14T12:02:24.185Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 14 12:02:22.331 |
| 7076 | 2026-08-14T12:02:24.185Z | Aug 14 12:02:22.331DEBG |
| 7077 | 2026-08-14T12:02:24.185Z | INFO replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7078 | 2026-08-14T12:02:24.185Z | |
| 7079 | 2026-08-14T12:02:24.185Z | Aug 14 12:02:22.331Aug 14 12:02:22.331 Aug 14 12:02:22.331Aug 14 12:02:22.331DEBG Aug 14 12:02:22.331 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 } }] |
| 7080 | 2026-08-14T12:02:24.185Z | replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7081 | 2026-08-14T12:02:24.185Z | 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 14 12:02:22.331 |
| 7082 | 2026-08-14T12:02:24.185Z | replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7083 | 2026-08-14T12:02:24.185Z | INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 7084 | 2026-08-14T12:02:24.185Z | Aug 14 12:02:22.331 |
| 7085 | 2026-08-14T12:02:24.185Z | Aug 14 12:02:22.331 INFOINFOAug 14 12:02:22.331Aug 14 12:02:22.331 adding route 172.17.0.3/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255 DEBG |
| 7086 | 2026-08-14T12:02:24.186Z | |
| 7087 | 2026-08-14T12:02:24.186Z | replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7088 | 2026-08-14T12:02:24.186Z | Aug 14 12:02:22.331Aug 14 12:02:22.331 Aug 14 12:02:22.331DEBG 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 } }]failed to allocate space for the new target list |
| 7089 | 2026-08-14T12:02:24.186Z | Aug 14 12:02:22.331DEBG DEBGINFO adding route 172.17.0.3/32 -> 10.0.0.255 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 } }] |
| 7090 | 2026-08-14T12:02:24.186Z | |
| 7091 | 2026-08-14T12:02:24.186Z | replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:02:22.331 |
| 7092 | 2026-08-14T12:02:24.186Z | INFO |
| 7093 | 2026-08-14T12:02:24.186Z | Aug 14 12:02:22.331 Aug 14 12:02:22.331 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO INFOadding route 172.17.0.4/32 -> 10.0.0.255 |
| 7094 | 2026-08-14T12:02:24.186Z | Aug 14 12:02:22.331 |
| 7095 | 2026-08-14T12:02:24.186Z | Aug 14 12:02:22.331 DEBGDEBG adding route 172.17.0.16/32 -> 10.0.0.255Aug 14 12:02:22.331Aug 14 12:02:22.331 |
| 7096 | 2026-08-14T12:02:24.186Z | DEBGDEBG Aug 14 12:02:22.331replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 7097 | 2026-08-14T12:02:24.186Z | |
| 7098 | 2026-08-14T12:02:24.186Z | 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 } }]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 14 12:02:22.331 Aug 14 12:02:22.332 INFO adding route 172.17.0.5/32 -> 10.0.0.255DEBGreplacing targets for 3fff:dead::/64 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 } }] |
| 7099 | 2026-08-14T12:02:24.186Z | created new freemap |
| 7100 | 2026-08-14T12:02:24.186Z | , unit:Aug 14 12:02:22.331 freemap_route_ipv4INFOAug 14 12:02:22.341 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 } }] |
| 7101 | 2026-08-14T12:02:24.186Z | |
| 7102 | 2026-08-14T12:02:24.186Z | Aug 14 12:02:22.312 Aug 14 12:02:22.332Aug 14 12:02:22.341DEBG Aug 14 12:02:22.341 DEBG INFO created new freemap INFOadding route 172.17.0.6/32 -> 10.0.0.255, |
| 7103 | 2026-08-14T12:02:24.186Z | created new freemapunit adding route 172.17.0.17/32 -> 10.0.0.255: |
| 7104 | 2026-08-14T12:02:24.186Z | , Aug 14 12:02:22.341 unit freemap_route_ipv4DEBG |
| 7105 | 2026-08-14T12:02:24.186Z | :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 } }] |
| 7106 | 2026-08-14T12:02:24.186Z | freemap_route_ipv4Aug 14 12:02:22.341 |
| 7107 | 2026-08-14T12:02:24.186Z | DEBGAug 14 12:02:22.341 Aug 14 12:02:22.341replacing 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 |
| 7108 | 2026-08-14T12:02:24.186Z | adding route 172.17.0.7/32 -> 10.0.0.255DEBG |
| 7109 | 2026-08-14T12:02:24.186Z | created new freemapAug 14 12:02:22.341, unitINFO:Aug 14 12:02:22.341 freemap_route_ipv6 adding route 172.17.0.18/32 -> 10.0.0.255Aug 14 12:02:22.341 |
| 7110 | 2026-08-14T12:02:24.186Z | DEBG |
| 7111 | 2026-08-14T12:02:24.213Z | replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7112 | 2026-08-14T12:02:24.213Z | Aug 14 12:02:22.341 DEBGcreated new freemap , initted freemap. size: 64unit, Aug 14 12:02:22.341Aug 14 12:02:22.341 unit :DEBG: INFO adding route 172.17.0.8/32 -> 10.0.0.255freemap_route_ipv4 |
| 7113 | 2026-08-14T12:02:24.213Z | |
| 7114 | 2026-08-14T12:02:24.213Z | freemap_route_ipv6replacing 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 } }] |
| 7115 | 2026-08-14T12:02:24.213Z | |
| 7116 | 2026-08-14T12:02:24.213Z | Aug 14 12:02:22.341Aug 14 12:02:22.341 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 } }]reset freemapAug 14 12:02:22.341 |
| 7117 | 2026-08-14T12:02:24.213Z | DEBG, unitinitted freemap. size: 64Aug 14 12:02:22.341:, Aug 14 12:02:22.341unit : INFOfreemap_route_ipv4 |
| 7118 | 2026-08-14T12:02:24.213Z | adding route 172.17.0.9/32 -> 10.0.0.255freemap_route_ipv4 |
| 7119 | 2026-08-14T12:02:24.213Z | |
| 7120 | 2026-08-14T12:02:24.214Z | INFOAug 14 12:02:22.341Aug 14 12:02:22.341Aug 14 12:02:22.341 DEBGDEBG initted freemap. size: 64replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.19/32 -> 10.0.0.255, |
| 7121 | 2026-08-14T12:02:24.214Z | |
| 7122 | 2026-08-14T12:02:24.214Z | unit: DEBGfreemap_route_ipv6Aug 14 12:02:22.341 |
| 7123 | 2026-08-14T12:02:24.214Z | reset freemapAug 14 12:02:22.341, INFOunit: DEBGadding route 172.17.0.10/32 -> 10.0.0.255 |
| 7124 | 2026-08-14T12:02:24.214Z | replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 14 12:02:22.341 |
| 7125 | 2026-08-14T12:02:24.214Z | freemap_route_ipv4 |
| 7126 | 2026-08-14T12:02:24.214Z | DEBG reset freemapAug 14 12:02:22.341, unitDEBG: Aug 14 12:02:22.341replacing 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 14 12:02:22.341 |
| 7127 | 2026-08-14T12:02:24.214Z | INFOfreemap_route_ipv6 |
| 7128 | 2026-08-14T12:02:24.214Z | DEBG Aug 14 12:02:22.341initted freemap. size: 64 Aug 14 12:02:22.341, INFOINFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7129 | 2026-08-14T12:02:24.214Z | unit |
| 7130 | 2026-08-14T12:02:24.214Z | |
| 7131 | 2026-08-14T12:02:24.214Z | : freemap_route_ipv6Aug 14 12:02:22.341Aug 14 12:02:22.341 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 } }] |
| 7132 | 2026-08-14T12:02:24.214Z | Aug 14 12:02:22.342 Aug 14 12:02:22.342 |
| 7133 | 2026-08-14T12:02:24.214Z | DEBG |
| 7134 | 2026-08-14T12:02:24.214Z | INFO DEBG adding route 172.17.0.12/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 } }] |
| 7135 | 2026-08-14T12:02:24.214Z | |
| 7136 | 2026-08-14T12:02:24.214Z | Aug 14 12:02:22.342 Aug 14 12:02:22.342 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 } }]DEBGAug 14 12:02:22.342 |
| 7137 | 2026-08-14T12:02:24.214Z | DEBGAug 14 12:02:22.342created new freemap 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 } }], |
| 7138 | 2026-08-14T12:02:24.214Z | unitINFO :DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 14 12:02:22.342freemap_route_ipv6 |
| 7139 | 2026-08-14T12:02:24.214Z | INFO |
| 7140 | 2026-08-14T12:02:24.214Z | reset freemapAug 14 12:02:22.342 INFOadding route 172.17.0.13/32 -> 10.0.0.255, |
| 7141 | 2026-08-14T12:02:24.214Z | Aug 14 12:02:22.342 adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7142 | 2026-08-14T12:02:24.214Z | DEBGAug 14 12:02:22.342unit initted freemap. size: 64 Aug 14 12:02:22.342, DEBGunit Aug 14 12:02:22.342replacing 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 DEBG |
| 7143 | 2026-08-14T12:02:24.214Z | freemap_route_ipv4 |
| 7144 | 2026-08-14T12:02:24.214Z | replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7145 | 2026-08-14T12:02:24.214Z | |
| 7146 | 2026-08-14T12:02:24.214Z | :Aug 14 12:02:22.342 Aug 14 12:02:22.342 INFODEBG Aug 14 12:02:22.342adding route 172.17.0.14/32 -> 10.0.0.255reset freemap |
| 7147 | 2026-08-14T12:02:24.215Z | , Aug 14 12:02:22.342freemap_route_ipv6unit: freemap_route_ipv4INFOAug 14 12:02:22.342 |
| 7148 | 2026-08-14T12:02:24.215Z | |
| 7149 | 2026-08-14T12:02:24.215Z | adding route 172.17.0.22/32 -> 10.0.0.255INFO |
| 7150 | 2026-08-14T12:02:24.215Z | 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 } }] |
| 7151 | 2026-08-14T12:02:24.215Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 14 12:02:22.342 |
| 7152 | 2026-08-14T12:02:24.215Z | Aug 14 12:02:22.342 Aug 14 12:02:22.342INFOAug 14 12:02:22.342 DEBGINFO adding route 172.17.0.15/32 -> 10.0.0.255Aug 14 12:02:22.342 |
| 7153 | 2026-08-14T12:02:24.215Z | replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 7154 | 2026-08-14T12:02:24.215Z | |
| 7155 | 2026-08-14T12:02:24.215Z | DEBG Aug 14 12:02:22.342initted freemap. size: 64 , DEBG unitAug 14 12:02:22.342 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 } }]: |
| 7156 | 2026-08-14T12:02:24.215Z | Aug 14 12:02:22.342 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 } }] freemap_route_ipv6DEBGadding route 172.17.0.23/32 -> 10.0.0.255 |
| 7157 | 2026-08-14T12:02:24.215Z | |
| 7158 | 2026-08-14T12:02:24.215Z | Aug 14 12:02:22.342 |
| 7159 | 2026-08-14T12:02:24.215Z | INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 7160 | 2026-08-14T12:02:24.215Z | Aug 14 12:02:22.342Aug 14 12:02:22.342replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 14 12:02:22.342Aug 14 12:02:22.342DEBG |
| 7161 | 2026-08-14T12:02:24.215Z | reset freemap , INFOunitDEBG: 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 } }] DEBGfreemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7162 | 2026-08-14T12:02:24.215Z | |
| 7163 | 2026-08-14T12:02:24.215Z | 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 14 12:02:22.342 |
| 7164 | 2026-08-14T12:02:24.215Z | |
| 7165 | 2026-08-14T12:02:24.215Z | Aug 14 12:02:22.342Aug 14 12:02:22.342 INFOINFO Aug 14 12:02:22.342adding route 172.17.0.17/32 -> 10.0.0.255 INFOAug 14 12:02:22.342 |
| 7166 | 2026-08-14T12:02:24.215Z | DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7167 | 2026-08-14T12:02:24.215Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7168 | 2026-08-14T12:02:24.215Z | Aug 14 12:02:22.342adding route 172.17.0.24/32 -> 10.0.0.255 Aug 14 12:02:22.342DEBGAug 14 12:02:22.342 |
| 7169 | 2026-08-14T12:02:24.215Z | 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.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7170 | 2026-08-14T12:02:24.215Z | |
| 7171 | 2026-08-14T12:02:24.215Z | DEBGAug 14 12:02:22.342 replacing targets for 3fff:dead::/64 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 } }] |
| 7172 | 2026-08-14T12:02:24.215Z | |
| 7173 | 2026-08-14T12:02:24.215Z | test route::tests::same_size_non_subset_replace ... ok |
| 7174 | 2026-08-14T12:02:24.216Z | DEBG Aug 14 12:02:22.342Aug 14 12:02:22.342replacing 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 } }] |
| 7175 | 2026-08-14T12:02:24.216Z | INFOAug 14 12:02:22.342 Aug 14 12:02:22.342 adding route 172.17.0.18/32 -> 10.0.0.255WARNINFO |
| 7176 | 2026-08-14T12:02:24.216Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 7177 | 2026-08-14T12:02:24.216Z | |
| 7178 | 2026-08-14T12:02:24.216Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 14 12:02:22.342Aug 14 12:02:22.342Aug 14 12:02:22.342 DEBGDEBG |
| 7179 | 2026-08-14T12:02:24.216Z | replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7180 | 2026-08-14T12:02:24.216Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:11::/64 -> 2001:db8::55:ff |
| 7181 | 2026-08-14T12:02:24.216Z | Aug 14 12:02:22.342adding route 172.17.0.25/32 -> 10.0.0.255Aug 14 12:02:22.342 INFO |
| 7182 | 2026-08-14T12:02:24.216Z | adding route 172.17.0.19/32 -> 10.0.0.255INFO |
| 7183 | 2026-08-14T12:02:24.216Z | Aug 14 12:02:22.342 DEBG |
| 7184 | 2026-08-14T12:02:24.216Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 14 12:02:22.342 |
| 7185 | 2026-08-14T12:02:24.216Z | DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 14 12:02:22.342replacing 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 } }] |
| 7186 | 2026-08-14T12:02:24.216Z | |
| 7187 | 2026-08-14T12:02:24.216Z | DEBGAug 14 12:02:22.342 replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:02:22.342DEBG |
| 7188 | 2026-08-14T12:02:24.216Z | INFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.26/32 -> 10.0.0.255 |
| 7189 | 2026-08-14T12:02:24.216Z | |
| 7190 | 2026-08-14T12:02:24.216Z | Aug 14 12:02:22.342 INFO Aug 14 12:02:22.342adding route 172.17.0.20/32 -> 10.0.0.255Aug 14 12:02:22.342 |
| 7191 | 2026-08-14T12:02:24.216Z | DEBGAug 14 12:02:22.342 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 } }]Aug 14 12:02:22.342 |
| 7192 | 2026-08-14T12:02:24.216Z | 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 } }] adding route 3fff:beef:12::/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 } }] |
| 7193 | 2026-08-14T12:02:24.216Z | |
| 7194 | 2026-08-14T12:02:24.216Z | Aug 14 12:02:22.342 |
| 7195 | 2026-08-14T12:02:24.216Z | INFO adding route 172.17.0.27/32 -> 10.0.0.255Aug 14 12:02:22.342 |
| 7196 | 2026-08-14T12:02:24.216Z | Aug 14 12:02:22.342Aug 14 12:02:22.342 INFODEBGINFO Aug 14 12:02:22.342adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7197 | 2026-08-14T12:02:24.216Z | 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 172.17.0.21/32 -> 10.0.0.255 |
| 7198 | 2026-08-14T12:02:24.216Z | |
| 7199 | 2026-08-14T12:02:24.216Z | DEBG Aug 14 12:02:22.342replacing 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 } }] |
| 7200 | 2026-08-14T12:02:24.216Z | DEBG Aug 14 12:02:22.342replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 7201 | 2026-08-14T12:02:24.216Z | 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 14 12:02:22.342 |
| 7202 | 2026-08-14T12:02:24.217Z | Aug 14 12:02:22.342INFO Aug 14 12:02:22.342DEBG adding route 172.17.0.28/32 -> 10.0.0.255INFOAug 14 12:02:22.342 |
| 7203 | 2026-08-14T12:02:24.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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 7204 | 2026-08-14T12:02:24.217Z | adding route 172.17.0.22/32 -> 10.0.0.255 |
| 7205 | 2026-08-14T12:02:24.217Z | Aug 14 12:02:22.342 DEBG Aug 14 12:02:22.548created new freemapAug 14 12:02:22.342 |
| 7206 | 2026-08-14T12:02:24.217Z | Aug 14 12:02:22.342 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 } }]DEBGAug 14 12:02:22.549 |
| 7207 | 2026-08-14T12:02:24.217Z | created new freemap DEBG , , unit |
| 7208 | 2026-08-14T12:02:24.217Z | :created new freemapunit, 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 14 12:02:22.549unit |
| 7209 | 2026-08-14T12:02:24.217Z | :freemap_route_ipv4 |
| 7210 | 2026-08-14T12:02:24.217Z | INFOfreemap_route_ipv4Aug 14 12:02:22.549 |
| 7211 | 2026-08-14T12:02:24.248Z | INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff :adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7212 | 2026-08-14T12:02:24.248Z | |
| 7213 | 2026-08-14T12:02:24.248Z | Aug 14 12:02:22.549Aug 14 12:02:22.549 freemap_route_ipv4 Aug 14 12:02:22.549INFODEBGAug 14 12:02:22.549Aug 14 12:02:22.549 adding route 172.17.0.4/32 -> 10.0.0.255created new freemap |
| 7214 | 2026-08-14T12:02:24.248Z | |
| 7215 | 2026-08-14T12:02:24.248Z | DEBG, unitreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7216 | 2026-08-14T12:02:24.249Z | 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 } }] |
| 7217 | 2026-08-14T12:02:24.249Z | Aug 14 12:02:22.549DEBG Aug 14 12:02:22.549freemap_route_ipv6DEBG Aug 14 12:02:22.549 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 } }] |
| 7218 | 2026-08-14T12:02:24.249Z | INFOcreated new freemap Aug 14 12:02:22.549 |
| 7219 | 2026-08-14T12:02:24.249Z | adding route 172.17.0.24/32 -> 10.0.0.255DEBG |
| 7220 | 2026-08-14T12:02:24.249Z | created new freemap, unitINFO:Aug 14 12:02:22.549Aug 14 12:02:22.549Aug 14 12:02:22.549 freemap_route_ipv6 |
| 7221 | 2026-08-14T12:02:24.249Z | DEBG , 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 } }] INFOinitted freemap. size: 64Aug 14 12:02:22.549 unit, adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 172.17.0.5/32 -> 10.0.0.255DEBG |
| 7222 | 2026-08-14T12:02:24.249Z | |
| 7223 | 2026-08-14T12:02:24.249Z | unit: |
| 7224 | 2026-08-14T12:02:24.249Z | :freemap_route_ipv6 Aug 14 12:02:22.549Aug 14 12:02:22.549freemap_route_ipv4initted freemap. size: 64 |
| 7225 | 2026-08-14T12:02:24.249Z | , unitAug 14 12:02:22.549: INFODEBG |
| 7226 | 2026-08-14T12:02:24.249Z | 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 |
| 7227 | 2026-08-14T12:02:24.249Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7228 | 2026-08-14T12:02:24.249Z | 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 } }] |
| 7229 | 2026-08-14T12:02:24.249Z | Aug 14 12:02:22.549 Aug 14 12:02:22.549freemap_route_ipv4 DEBGAug 14 12:02:22.549Aug 14 12:02:22.549 INFOINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 172.17.0.6/32 -> 10.0.0.255 |
| 7230 | 2026-08-14T12:02:24.249Z | Aug 14 12:02:22.549 |
| 7231 | 2026-08-14T12:02:24.249Z | DEBG |
| 7232 | 2026-08-14T12:02:24.249Z | initted freemap. size: 64DEBG, Aug 14 12:02:22.549replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] unit |
| 7233 | 2026-08-14T12:02:24.249Z | DEBG:reset freemap , unit: 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 14 12:02:22.549 Aug 14 12:02:22.549 |
| 7234 | 2026-08-14T12:02:24.249Z | freemap_route_ipv4 freemap_route_ipv4 |
| 7235 | 2026-08-14T12:02:24.249Z | INFOAug 14 12:02:22.549 |
| 7236 | 2026-08-14T12:02:24.249Z | Aug 14 12:02:22.549DEBG 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 14 12:02:22.549 INFO |
| 7237 | 2026-08-14T12:02:24.249Z | adding route 172.17.0.26/32 -> 10.0.0.255 DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ffreset freemap |
| 7238 | 2026-08-14T12:02:24.249Z | |
| 7239 | 2026-08-14T12:02:24.249Z | , Aug 14 12:02:22.549 unitreset freemap, :Aug 14 12:02:22.549 DEBGfreemap_route_ipv4Aug 14 12:02:22.549INFO Aug 14 12:02:22.549DEBG unit initted freemap. size: 64 replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG: 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.7/32 -> 10.0.0.255 |
| 7240 | 2026-08-14T12:02:24.249Z | freemap_route_ipv4 |
| 7241 | 2026-08-14T12:02:24.249Z | , |
| 7242 | 2026-08-14T12:02:24.249Z | |
| 7243 | 2026-08-14T12:02:24.250Z | |
| 7244 | 2026-08-14T12:02:24.250Z | unitAug 14 12:02:22.549Aug 14 12:02:22.549 :Aug 14 12:02:22.549 DEBGINFO freemap_route_ipv6replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:02:22.549 |
| 7245 | 2026-08-14T12:02:24.250Z | |
| 7246 | 2026-08-14T12:02:24.250Z | DEBG initted freemap. size: 64 , Aug 14 12:02:22.549DEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 14 12:02:22.549unitINFO |
| 7247 | 2026-08-14T12:02:24.250Z | : initted freemap. size: 64INFO, unitadding route 172.17.0.8/32 -> 10.0.0.255adding route 172.17.0.27/32 -> 10.0.0.255: |
| 7248 | 2026-08-14T12:02:24.250Z | |
| 7249 | 2026-08-14T12:02:24.250Z | freemap_route_ipv6Aug 14 12:02:22.549 Aug 14 12:02:22.549 freemap_route_ipv6 |
| 7250 | 2026-08-14T12:02:24.250Z | Aug 14 12:02:22.549Aug 14 12:02:22.549 DEBGDEBGDEBGDEBG 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 } }]reset freemap |
| 7251 | 2026-08-14T12:02:24.250Z | 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 } }] |
| 7252 | 2026-08-14T12:02:24.250Z | , |
| 7253 | 2026-08-14T12:02:24.250Z | 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 14 12:02:22.549unit INFO |
| 7254 | 2026-08-14T12:02:24.250Z | : Aug 14 12:02:22.549adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7255 | 2026-08-14T12:02:24.250Z | INFO Aug 14 12:02:22.549 adding route 172.17.0.9/32 -> 10.0.0.255DEBG |
| 7256 | 2026-08-14T12:02:24.250Z | Aug 14 12:02:22.549Aug 14 12:02:22.549 freemap_route_ipv6reset freemap |
| 7257 | 2026-08-14T12:02:24.250Z | Aug 14 12:02:22.549, DEBGunit:DEBGAug 14 12:02:22.549 replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6Aug 14 12:02:22.549 |
| 7258 | 2026-08-14T12:02:24.250Z | replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7259 | 2026-08-14T12:02:24.250Z | INFO |
| 7260 | 2026-08-14T12:02:24.250Z | DEBG Aug 14 12:02:22.549reset freemap Aug 14 12:02:22.549, INFOunitadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 7261 | 2026-08-14T12:02:24.250Z | :adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7262 | 2026-08-14T12:02:24.250Z | freemap_route_ipv6adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7263 | 2026-08-14T12:02:24.251Z | |
| 7264 | 2026-08-14T12:02:24.251Z | Aug 14 12:02:22.549Aug 14 12:02:22.549INFO DEBG adding route 172.17.0.10/32 -> 10.0.0.255Aug 14 12:02:22.549replacing 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 14 12:02:22.549 |
| 7265 | 2026-08-14T12:02:24.251Z | DEBG Aug 14 12:02:22.549INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7266 | 2026-08-14T12:02:24.251Z | Aug 14 12:02:22.549 |
| 7267 | 2026-08-14T12:02:24.251Z | 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 } }] |
| 7268 | 2026-08-14T12:02:24.251Z | DEBG |
| 7269 | 2026-08-14T12:02:24.251Z | 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 } }]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 } }] |
| 7270 | 2026-08-14T12:02:24.252Z | |
| 7271 | 2026-08-14T12:02:24.252Z | Aug 14 12:02:22.549Aug 14 12:02:22.549 Aug 14 12:02:22.549 INFOINFO adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7272 | 2026-08-14T12:02:24.252Z | |
| 7273 | 2026-08-14T12:02:24.252Z | Aug 14 12:02:22.549DEBGAug 14 12:02:22.549 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO |
| 7274 | 2026-08-14T12:02:24.252Z | Aug 14 12:02:22.549Aug 14 12:02:22.549 Aug 14 12:02:22.549DEBG adding route 3fff:beef:1a::/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 } }]INFO |
| 7275 | 2026-08-14T12:02:24.252Z | |
| 7276 | 2026-08-14T12:02:24.252Z | adding route 172.17.0.11/32 -> 10.0.0.255DEBG |
| 7277 | 2026-08-14T12:02:24.252Z | Aug 14 12:02:22.549 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 14 12:02:22.549Aug 14 12:02:22.549 |
| 7278 | 2026-08-14T12:02:24.252Z | Aug 14 12:02:22.549INFO adding route 172.17.0.31/32 -> 10.0.0.255DEBGDEBGAug 14 12:02:22.549 |
| 7279 | 2026-08-14T12:02:24.252Z | 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 } }] |
| 7280 | 2026-08-14T12:02:24.252Z | INFOAug 14 12:02:22.549replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 |
| 7281 | 2026-08-14T12:02:24.252Z | 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 } }]DEBGreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7282 | 2026-08-14T12:02:24.252Z | adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 7283 | 2026-08-14T12:02:24.252Z | |
| 7284 | 2026-08-14T12:02:24.252Z | |
| 7285 | 2026-08-14T12:02:24.252Z | Aug 14 12:02:22.549Aug 14 12:02:22.549 Aug 14 12:02:22.549Aug 14 12:02:22.549 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 } }] |
| 7286 | 2026-08-14T12:02:24.252Z | Aug 14 12:02:22.549 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7287 | 2026-08-14T12:02:24.252Z | Aug 14 12:02:22.549 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 } }] |
| 7288 | 2026-08-14T12:02:24.252Z | Aug 14 12:02:22.549 Aug 14 12:02:22.342INFOINFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7289 | 2026-08-14T12:02:24.252Z | INFO adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }] |
| 7290 | 2026-08-14T12:02:24.252Z | Aug 14 12:02:22.549 |
| 7291 | 2026-08-14T12:02:24.252Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 7292 | 2026-08-14T12:02:24.252Z | DEBG Aug 14 12:02:22.549replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7293 | 2026-08-14T12:02:24.252Z | Aug 14 12:02:22.549DEBG 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 } }] |
| 7294 | 2026-08-14T12:02:24.252Z | Aug 14 12:02:22.549 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 7295 | 2026-08-14T12:02:24.253Z | Aug 14 12:02:22.549DEBG INFOAug 14 12:02:22.549 Aug 14 12:02:22.549adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7296 | 2026-08-14T12:02:24.253Z | DEBG Aug 14 12:02:22.549replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 7297 | 2026-08-14T12:02:24.253Z | 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 172.17.0.0/32 -> 10.0.0.255 |
| 7298 | 2026-08-14T12:02:24.253Z | Aug 14 12:02:22.549INFO Aug 14 12:02:22.549 adding route 172.17.0.29/32 -> 10.0.0.255INFODEBG |
| 7299 | 2026-08-14T12:02:24.253Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7300 | 2026-08-14T12:02:24.253Z | 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 } }] |
| 7301 | 2026-08-14T12:02:24.253Z | |
| 7302 | 2026-08-14T12:02:24.253Z | Aug 14 12:02:22.549Aug 14 12:02:22.549 DEBGDEBG Aug 14 12:02:22.549replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 14 12:02:22.549 |
| 7303 | 2026-08-14T12:02:24.253Z | INFOINFOreplacing 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 } }] |
| 7304 | 2026-08-14T12:02:24.253Z | Aug 14 12:02:22.549adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7305 | 2026-08-14T12:02:24.253Z | DEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 14 12:02:22.549 |
| 7306 | 2026-08-14T12:02:24.253Z | replacing targets for 3fff:dead::/64 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 14 12:02:22.549 |
| 7307 | 2026-08-14T12:02:24.253Z | INFODEBG Aug 14 12:02:22.549 adding route 172.17.0.30/32 -> 10.0.0.255 |
| 7308 | 2026-08-14T12:02:24.253Z | 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.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 } }] |
| 7309 | 2026-08-14T12:02:24.253Z | |
| 7310 | 2026-08-14T12:02:24.253Z | Aug 14 12:02:22.549Aug 14 12:02:22.549 DEBG DEBGreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 14 12:02:22.549replacing 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 } }] |
| 7311 | 2026-08-14T12:02:24.258Z | INFO |
| 7312 | 2026-08-14T12:02:24.258Z | Aug 14 12:02:22.549adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7313 | 2026-08-14T12:02:24.258Z | INFOAug 14 12:02:22.549 adding route 172.17.0.1/32 -> 10.0.0.255INFO |
| 7314 | 2026-08-14T12:02:24.258Z | Aug 14 12:02:22.549 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 14 12:02:22.549INFO |
| 7315 | 2026-08-14T12:02:24.258Z | DEBGadding route 172.17.0.31/32 -> 10.0.0.255 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 } }] |
| 7316 | 2026-08-14T12:02:24.258Z | Aug 14 12:02:22.550Aug 14 12:02:22.550 Aug 14 12:02:22.592DEBG DEBGcreated new freemap DEBGcreated new freemap, unitreplacing 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 } }]: |
| 7317 | 2026-08-14T12:02:24.258Z | , freemap_route_ipv4unit |
| 7318 | 2026-08-14T12:02:24.258Z | : Aug 14 12:02:22.592freemap_route_ipv4 |
| 7319 | 2026-08-14T12:02:24.258Z | INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7320 | 2026-08-14T12:02:24.258Z | |
| 7321 | 2026-08-14T12:02:24.258Z | Aug 14 12:02:22.592Aug 14 12:02:22.592 Aug 14 12:02:22.592 Aug 14 12:02:22.592DEBGAug 14 12:02:22.592 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 } }] |
| 7322 | 2026-08-14T12:02:24.258Z | DEBG created new freemap, Aug 14 12:02:22.592unit INFO Aug 14 12:02:22.592 DEBGadding route 172.17.0.35/32 -> 10.0.0.255 INFO: |
| 7323 | 2026-08-14T12:02:24.258Z | 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 } }]created new freemap , unit |
| 7324 | 2026-08-14T12:02:24.258Z | freemap_route_ipv6DEBGadding route 172.17.0.2/32 -> 10.0.0.255 |
| 7325 | 2026-08-14T12:02:24.258Z | |
| 7326 | 2026-08-14T12:02:24.258Z | Aug 14 12:02:22.592: 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 14 12:02:22.592Aug 14 12:02:22.592 freemap_route_ipv6 |
| 7327 | 2026-08-14T12:02:24.258Z | INFODEBGDEBG 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.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 } }] |
| 7328 | 2026-08-14T12:02:24.258Z | Aug 14 12:02:22.592 |
| 7329 | 2026-08-14T12:02:24.258Z | |
| 7330 | 2026-08-14T12:02:24.258Z | DEBGadding route 172.17.0.33/32 -> 10.0.0.255Aug 14 12:02:22.592 initted freemap. size: 64 |
| 7331 | 2026-08-14T12:02:24.258Z | Aug 14 12:02:22.592, Aug 14 12:02:22.592INFOunit Aug 14 12:02:22.592INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff: adding route 172.17.0.3/32 -> 10.0.0.255DEBG |
| 7332 | 2026-08-14T12:02:24.259Z | |
| 7333 | 2026-08-14T12:02:24.259Z | 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 |
| 7334 | 2026-08-14T12:02:24.259Z | Aug 14 12:02:22.592 adding route 172.17.0.36/32 -> 10.0.0.255Aug 14 12:02:22.592 |
| 7335 | 2026-08-14T12:02:24.259Z | DEBG freemap_route_ipv4DEBG |
| 7336 | 2026-08-14T12:02:24.259Z | 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 14 12:02:22.592 |
| 7337 | 2026-08-14T12:02:24.259Z | initted freemap. size: 64Aug 14 12:02:22.592 Aug 14 12:02:22.592, DEBGDEBGAug 14 12:02:22.592 INFOINFOunit :adding route 172.17.0.4/32 -> 10.0.0.255 |
| 7338 | 2026-08-14T12:02:24.259Z | 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 14 12:02:22.592adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7339 | 2026-08-14T12:02:24.259Z | freemap_route_ipv4 |
| 7340 | 2026-08-14T12:02:24.259Z | |
| 7341 | 2026-08-14T12:02:24.259Z | Aug 14 12:02:22.592 DEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:02:22.592Aug 14 12:02:22.592DEBG Aug 14 12:02:22.592 |
| 7342 | 2026-08-14T12:02:24.259Z | 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 } }] |
| 7343 | 2026-08-14T12:02:24.259Z | DEBGINFOreset freemap , adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7344 | 2026-08-14T12:02:24.259Z | reset freemapunitAug 14 12:02:22.592, : 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 14 12:02:22.592 |
| 7345 | 2026-08-14T12:02:24.259Z | unit: INFOfreemap_route_ipv4Aug 14 12:02:22.592freemap_route_ipv4 |
| 7346 | 2026-08-14T12:02:24.259Z | INFODEBG |
| 7347 | 2026-08-14T12:02:24.259Z | 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.5/32 -> 10.0.0.255Aug 14 12:02:22.593 |
| 7348 | 2026-08-14T12:02:24.259Z | |
| 7349 | 2026-08-14T12:02:24.259Z | Aug 14 12:02:22.593 INFOAug 14 12:02:22.593DEBG initted freemap. size: 64adding route 172.17.0.35/32 -> 10.0.0.255Aug 14 12:02:22.593 |
| 7350 | 2026-08-14T12:02:24.259Z | , unitDEBGAug 14 12:02:22.593 DEBG:replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 7351 | 2026-08-14T12:02:24.259Z | Aug 14 12:02:22.593 freemap_route_ipv6adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7352 | 2026-08-14T12:02:24.259Z | |
| 7353 | 2026-08-14T12:02:24.259Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff Aug 14 12:02:22.593DEBG Aug 14 12:02:22.593 DEBG Aug 14 12:02:22.593replacing 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 } }]reset freemapinitted freemap. size: 64 , DEBGunitINFO |
| 7354 | 2026-08-14T12:02:24.259Z | : freemap_route_ipv6 |
| 7355 | 2026-08-14T12:02:24.259Z | adding route 172.17.0.6/32 -> 10.0.0.255, |
| 7356 | 2026-08-14T12:02:24.259Z | unit:Aug 14 12:02:22.593 replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6 |
| 7357 | 2026-08-14T12:02:24.259Z | Aug 14 12:02:22.593 |
| 7358 | 2026-08-14T12:02:24.259Z | INFO |
| 7359 | 2026-08-14T12:02:24.259Z | INFO Aug 14 12:02:22.593Aug 14 12:02:22.593adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7360 | 2026-08-14T12:02:24.260Z | DEBG adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7361 | 2026-08-14T12:02:24.260Z | 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 } }]DEBGAug 14 12:02:22.593 |
| 7362 | 2026-08-14T12:02:24.260Z | 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 } }]reset freemapAug 14 12:02:22.593Aug 14 12:02:22.593 |
| 7363 | 2026-08-14T12:02:24.260Z | , DEBGINFOunit adding route 172.17.0.7/32 -> 10.0.0.255: |
| 7364 | 2026-08-14T12:02:24.260Z | 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 14 12:02:22.593 |
| 7365 | 2026-08-14T12:02:24.260Z | INFOfreemap_route_ipv6 |
| 7366 | 2026-08-14T12:02:24.260Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 14 12:02:22.593 |
| 7367 | 2026-08-14T12:02:24.260Z | Aug 14 12:02:22.593 DEBG DEBGAug 14 12:02:22.593replacing 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 14 12:02:22.593Aug 14 12:02:22.593 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7368 | 2026-08-14T12:02:24.260Z | Aug 14 12:02:22.593 |
| 7369 | 2026-08-14T12:02:24.260Z | 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 } }] |
| 7370 | 2026-08-14T12:02:24.260Z | INFOINFO Aug 14 12:02:22.593 adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7371 | 2026-08-14T12:02:24.260Z | INFOadding route 172.17.0.37/32 -> 10.0.0.255Aug 14 12:02:22.593 |
| 7372 | 2026-08-14T12:02:24.260Z | adding route 172.16.0.0/32 -> 10.0.0.1 Aug 14 12:02:22.593INFOadding route 172.17.0.8/32 -> 10.0.0.255 |
| 7373 | 2026-08-14T12:02:24.260Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 7374 | 2026-08-14T12:02:24.260Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 7375 | 2026-08-14T12:02:24.260Z | |
| 7376 | 2026-08-14T12:02:24.260Z | Aug 14 12:02:22.593DEBGAug 14 12:02:22.593Aug 14 12:02:22.593Aug 14 12:02:22.593 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.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 } }] |
| 7377 | 2026-08-14T12:02:24.260Z | Aug 14 12:02:22.593 |
| 7378 | 2026-08-14T12:02:24.260Z | test route::tests::identity_replace_is_noop ... ok |
| 7379 | 2026-08-14T12:02:24.260Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 14 12:02:22.593 |
| 7380 | 2026-08-14T12:02:24.260Z | DEBG created new freemap, unit: Aug 14 12:02:22.663 freemap_route_ipv4INFO |
| 7381 | 2026-08-14T12:02:24.260Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7382 | 2026-08-14T12:02:24.260Z | Aug 14 12:02:22.663 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 } }] |
| 7383 | 2026-08-14T12:02:24.260Z | |
| 7384 | 2026-08-14T12:02:24.260Z | Aug 14 12:02:22.663 Aug 14 12:02:22.663DEBGDEBGAug 14 12:02:22.663 created new freemapreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff, Aug 14 12:02:22.663 |
| 7385 | 2026-08-14T12:02:24.260Z | unit :INFO |
| 7386 | 2026-08-14T12:02:24.260Z | INFOfreemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:4INFOAug 14 12:02:22.663 |
| 7387 | 2026-08-14T12:02:24.261Z | Aug 14 12:02:22.663 |
| 7388 | 2026-08-14T12:02:24.261Z | INFO INFO adding route 172.17.0.40/32 -> 10.0.0.255adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7389 | 2026-08-14T12:02:24.261Z | |
| 7390 | 2026-08-14T12:02:24.261Z | Aug 14 12:02:22.663 |
| 7391 | 2026-08-14T12:02:24.261Z | |
| 7392 | 2026-08-14T12:02:24.261Z | DEBGAug 14 12:02:22.663 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 14 12:02:22.663 DEBG |
| 7393 | 2026-08-14T12:02:24.261Z | Aug 14 12:02:22.663 Aug 14 12:02:22.663initted freemap. size: 64 , DEBGunitAug 14 12:02:22.663DEBGAug 14 12:02:22.663 :Aug 14 12:02:22.663 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 } }] |
| 7394 | 2026-08-14T12:02:24.261Z | DEBG freemap_route_ipv4 |
| 7395 | 2026-08-14T12:02:24.261Z | DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 14 12:02:22.663DEBG 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 } }] |
| 7396 | 2026-08-14T12:02:24.261Z | INFO |
| 7397 | 2026-08-14T12:02:24.261Z | Aug 14 12:02:22.663replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] DEBG |
| 7398 | 2026-08-14T12:02:24.261Z | adding route 172.17.0.39/32 -> 10.0.0.255Aug 14 12:02:22.663DEBG |
| 7399 | 2026-08-14T12:02:24.261Z | Aug 14 12:02:22.663 INFO reset freemapINFO, 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 14 12:02:22.663adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7400 | 2026-08-14T12:02:24.261Z | DEBG adding route 172.16.0.0/32 -> 10.0.0.4 |
| 7401 | 2026-08-14T12:02:24.261Z | replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit: |
| 7402 | 2026-08-14T12:02:24.261Z | |
| 7403 | 2026-08-14T12:02:24.261Z | Aug 14 12:02:22.663 freemap_route_ipv4Aug 14 12:02:22.663Aug 14 12:02:22.663 INFO |
| 7404 | 2026-08-14T12:02:24.261Z | Aug 14 12:02:22.663 DEBGINFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7405 | 2026-08-14T12:02:24.261Z | 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 } }] |
| 7406 | 2026-08-14T12:02:24.261Z | 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 14 12:02:22.663 |
| 7407 | 2026-08-14T12:02:24.261Z | adding route 172.17.0.10/32 -> 10.0.0.255 Aug 14 12:02:22.663DEBG |
| 7408 | 2026-08-14T12:02:24.261Z | DEBGAug 14 12:02:22.663 initted freemap. size: 64 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 } }]DEBGAug 14 12:02:22.663 |
| 7409 | 2026-08-14T12:02:24.261Z | replacing targets for 172.16.0.0/32 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 } }], unit: Aug 14 12:02:22.663 |
| 7410 | 2026-08-14T12:02:24.261Z | INFOINFO adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255freemap_route_ipv6 |
| 7411 | 2026-08-14T12:02:24.266Z | |
| 7412 | 2026-08-14T12:02:24.266Z | |
| 7413 | 2026-08-14T12:02:24.266Z | Aug 14 12:02:22.663 Aug 14 12:02:22.664 DEBGAug 14 12:02:22.664 replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7414 | 2026-08-14T12:02:24.266Z | Aug 14 12:02:22.664DEBG 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 } }] reset freemapreplacing 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 14 12:02:22.664 |
| 7415 | 2026-08-14T12:02:24.266Z | |
| 7416 | 2026-08-14T12:02:24.267Z | INFO adding route 172.17.0.42/32 -> 10.0.0.255, |
| 7417 | 2026-08-14T12:02:24.267Z | Aug 14 12:02:22.664unit :INFOAug 14 12:02:22.664 adding route 172.17.0.43/32 -> 10.0.0.255Aug 14 12:02:22.664 INFO |
| 7418 | 2026-08-14T12:02:24.267Z | 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 } }]adding route 172.17.0.11/32 -> 10.0.0.255freemap_route_ipv6 |
| 7419 | 2026-08-14T12:02:24.267Z | |
| 7420 | 2026-08-14T12:02:24.267Z | |
| 7421 | 2026-08-14T12:02:24.267Z | Aug 14 12:02:22.664 Aug 14 12:02:22.664 Aug 14 12:02:22.664INFO INFOadding route 172.17.0.43/32 -> 10.0.0.255 |
| 7422 | 2026-08-14T12:02:24.267Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 14 12:02:22.664 |
| 7423 | 2026-08-14T12:02:24.267Z | DEBGDEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 14 12:02:22.664 |
| 7424 | 2026-08-14T12:02:24.267Z | Aug 14 12:02:22.664DEBG |
| 7425 | 2026-08-14T12:02:24.267Z | 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 } }] |
| 7426 | 2026-08-14T12:02:24.267Z | DEBG Aug 14 12:02:22.664Aug 14 12:02:22.664replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7427 | 2026-08-14T12:02:24.267Z | INFO adding route 172.17.0.44/32 -> 10.0.0.255INFO |
| 7428 | 2026-08-14T12:02:24.267Z | Aug 14 12:02:22.664Aug 14 12:02:22.664 adding route 172.17.0.12/32 -> 10.0.0.255INFOAug 14 12:02:22.664 INFODEBG |
| 7429 | 2026-08-14T12:02:24.267Z | adding route 172.17.0.12/32 -> 10.0.0.255 INFOadding route 172.17.0.44/32 -> 10.0.0.255 |
| 7430 | 2026-08-14T12:02:24.267Z | |
| 7431 | 2026-08-14T12:02:24.267Z | 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 } }] |
| 7432 | 2026-08-14T12:02:24.267Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7433 | 2026-08-14T12:02:24.267Z | Aug 14 12:02:22.664 Aug 14 12:02:22.664DEBG Aug 14 12:02:22.664replacing 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 14 12:02:22.664 |
| 7434 | 2026-08-14T12:02:24.267Z | DEBG DEBGAug 14 12:02:22.664 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFODEBG 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.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.45/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 } }]Aug 14 12:02:22.664 |
| 7435 | 2026-08-14T12:02:24.267Z | |
| 7436 | 2026-08-14T12:02:24.267Z | INFO |
| 7437 | 2026-08-14T12:02:24.267Z | |
| 7438 | 2026-08-14T12:02:24.267Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7439 | 2026-08-14T12:02:24.267Z | |
| 7440 | 2026-08-14T12:02:24.268Z | Aug 14 12:02:22.664Aug 14 12:02:22.664 DEBGAug 14 12:02:22.664Aug 14 12:02:22.664 Aug 14 12:02:22.664Aug 14 12:02:22.664INFOreplacing 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 } }] |
| 7441 | 2026-08-14T12:02:24.268Z | INFODEBG adding route 172.17.0.13/32 -> 10.0.0.255 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 } }] |
| 7442 | 2026-08-14T12:02:24.268Z | Aug 14 12:02:22.664adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7443 | 2026-08-14T12:02:24.268Z | INFO |
| 7444 | 2026-08-14T12:02:24.268Z | Aug 14 12:02:22.664adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7445 | 2026-08-14T12:02:24.268Z | INFO Aug 14 12:02:22.664adding route 172.17.0.46/32 -> 10.0.0.255 Aug 14 12:02:22.664 adding route 172.16.0.0/32 -> 10.0.0.3INFODEBGDEBG |
| 7446 | 2026-08-14T12:02:24.268Z | |
| 7447 | 2026-08-14T12:02:24.268Z | 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 14 12:02:22.664 |
| 7448 | 2026-08-14T12:02:24.268Z | 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 } }] |
| 7449 | 2026-08-14T12:02:24.268Z | Aug 14 12:02:22.664DEBG Aug 14 12:02:22.664replacing 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 } }] |
| 7450 | 2026-08-14T12:02:24.268Z | Aug 14 12:02:22.664DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 14 12:02:22.664Aug 14 12:02:22.664adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 7451 | 2026-08-14T12:02:24.268Z | INFOINFO |
| 7452 | 2026-08-14T12:02:24.268Z | adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7453 | 2026-08-14T12:02:24.268Z | |
| 7454 | 2026-08-14T12:02:24.268Z | INFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255 Aug 14 12:02:22.664 |
| 7455 | 2026-08-14T12:02:24.268Z | 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 14 12:02:22.664DEBG |
| 7456 | 2026-08-14T12:02:24.268Z | Aug 14 12:02:22.664 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 } }] |
| 7457 | 2026-08-14T12:02:24.268Z | DEBGadding route 172.16.0.0/32 -> 10.0.0.4Aug 14 12:02:22.664 |
| 7458 | 2026-08-14T12:02:24.268Z | 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 14 12:02:22.664 |
| 7459 | 2026-08-14T12:02:24.268Z | DEBGAug 14 12:02:22.664 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 |
| 7460 | 2026-08-14T12:02:24.268Z | DEBGadding route 172.17.0.48/32 -> 10.0.0.255Aug 14 12:02:22.664 |
| 7461 | 2026-08-14T12:02:24.268Z | Aug 14 12:02:22.664Aug 14 12:02:22.664 INFODEBG Aug 14 12:02:22.664 adding route 172.17.0.15/32 -> 10.0.0.255 replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 14 12:02:22.664 |
| 7462 | 2026-08-14T12:02:24.268Z | |
| 7463 | 2026-08-14T12:02:24.268Z | DEBGINFO replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.48/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 14 12:02:22.664 |
| 7464 | 2026-08-14T12:02:24.268Z | |
| 7465 | 2026-08-14T12:02:24.269Z | |
| 7466 | 2026-08-14T12:02:24.269Z | INFO DEBGadding route 172.17.0.14/32 -> 10.0.0.255 Aug 14 12:02:22.664 |
| 7467 | 2026-08-14T12:02:24.269Z | replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 14 12:02:22.664Aug 14 12:02:22.664INFOAug 14 12:02:22.664 adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7468 | 2026-08-14T12:02:24.269Z | |
| 7469 | 2026-08-14T12:02:24.269Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 7470 | 2026-08-14T12:02:24.269Z | INFODEBGDEBGAug 14 12:02:22.664Aug 14 12:02:22.664 Aug 14 12:02:22.664 INFODEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.16/32 -> 10.0.0.255 |
| 7471 | 2026-08-14T12:02:24.269Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 7472 | 2026-08-14T12:02:24.269Z | 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 } }] |
| 7473 | 2026-08-14T12:02:24.269Z | |
| 7474 | 2026-08-14T12:02:24.269Z | DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 14 12:02:22.664Aug 14 12:02:22.664Aug 14 12:02:22.664 Aug 14 12:02:22.664INFO INFOadding route 172.17.0.49/32 -> 10.0.0.255DEBG |
| 7475 | 2026-08-14T12:02:24.269Z | DEBG |
| 7476 | 2026-08-14T12:02:24.269Z | 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 } }] |
| 7477 | 2026-08-14T12:02:24.269Z | adding route 172.17.0.50/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 } }]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 } }] |
| 7478 | 2026-08-14T12:02:24.269Z | Aug 14 12:02:22.664 Aug 14 12:02:22.721DEBG INFOcreated new freemap |
| 7479 | 2026-08-14T12:02:24.269Z | , adding route 3fff:beef:23::/64 -> 2001:db8::55:ffunit |
| 7480 | 2026-08-14T12:02:24.269Z | : freemap_route_ipv4 |
| 7481 | 2026-08-14T12:02:24.269Z | Aug 14 12:02:22.721Aug 14 12:02:22.721 INFO adding route 172.17.0.15/32 -> 10.0.0.255Aug 14 12:02:22.721DEBG Aug 14 12:02:22.721 INFO |
| 7482 | 2026-08-14T12:02:24.269Z | 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 } }] |
| 7483 | 2026-08-14T12:02:24.269Z | DEBG adding route 172.17.0.17/32 -> 10.0.0.255created new freemap |
| 7484 | 2026-08-14T12:02:24.269Z | , unitAug 14 12:02:22.721 Aug 14 12:02:22.721: INFODEBGfreemap_route_ipv6Aug 14 12:02:22.721 |
| 7485 | 2026-08-14T12:02:24.269Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG |
| 7486 | 2026-08-14T12:02:24.269Z | replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:02:22.721 |
| 7487 | 2026-08-14T12:02:24.269Z | 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 } }] |
| 7488 | 2026-08-14T12:02:24.269Z | DEBG Aug 14 12:02:22.721initted freemap. size: 64 Aug 14 12:02:22.721DEBG, Aug 14 12:02:22.721 unit :replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 7489 | 2026-08-14T12:02:24.269Z | adding route 172.17.0.16/32 -> 10.0.0.255freemap_route_ipv4 |
| 7490 | 2026-08-14T12:02:24.269Z | |
| 7491 | 2026-08-14T12:02:24.269Z | INFO adding route 172.17.0.18/32 -> 10.0.0.255Aug 14 12:02:22.721Aug 14 12:02:22.721 INFOAug 14 12:02:22.721 DEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 7492 | 2026-08-14T12:02:24.269Z | |
| 7493 | 2026-08-14T12:02:24.270Z | reset freemapDEBG, unitreplacing 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 14 12:02:22.721Aug 14 12:02:22.721: |
| 7494 | 2026-08-14T12:02:24.270Z | 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 } }]freemap_route_ipv4 |
| 7495 | 2026-08-14T12:02:24.270Z | |
| 7496 | 2026-08-14T12:02:24.270Z | 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 } }] |
| 7497 | 2026-08-14T12:02:24.270Z | Aug 14 12:02:22.721 INFOAug 14 12:02:22.721 adding route 172.17.0.17/32 -> 10.0.0.255INFO |
| 7498 | 2026-08-14T12:02:24.270Z | Aug 14 12:02:22.721adding route 172.17.0.19/32 -> 10.0.0.255Aug 14 12:02:22.721 |
| 7499 | 2026-08-14T12:02:24.270Z | DEBGINFO initted freemap. size: 64adding route 3fff:beef:26::/64 -> 2001:db8::55:ff, Aug 14 12:02:22.721unitAug 14 12:02:22.721 |
| 7500 | 2026-08-14T12:02:24.270Z | :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 } }]DEBGfreemap_route_ipv6 |
| 7501 | 2026-08-14T12:02:24.270Z | |
| 7502 | 2026-08-14T12:02:24.270Z | Aug 14 12:02:22.721replacing 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 } }] |
| 7503 | 2026-08-14T12:02:24.270Z | DEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:02:22.721 |
| 7504 | 2026-08-14T12:02:24.270Z | DEBGAug 14 12:02:22.721 reset freemapINFO, unit:adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7505 | 2026-08-14T12:02:24.270Z | freemap_route_ipv6 |
| 7506 | 2026-08-14T12:02:24.270Z | Aug 14 12:02:22.721 Aug 14 12:02:22.721INFO Aug 14 12:02:22.721Aug 14 12:02:22.721 adding route 172.17.0.20/32 -> 10.0.0.255INFO |
| 7507 | 2026-08-14T12:02:24.270Z | DEBGINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 7508 | 2026-08-14T12:02:24.270Z | |
| 7509 | 2026-08-14T12:02:24.270Z | 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 } }] |
| 7510 | 2026-08-14T12:02:24.270Z | Aug 14 12:02:22.721 Aug 14 12:02:22.721 Aug 14 12:02:22.721DEBG 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 } }] |
| 7511 | 2026-08-14T12:02:24.275Z | 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 |
| 7512 | 2026-08-14T12:02:24.275Z | 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 } }] |
| 7513 | 2026-08-14T12:02:24.275Z | Aug 14 12:02:22.721 INFOAug 14 12:02:22.721 Aug 14 12:02:22.721Aug 14 12:02:22.721 INFOINFOadding route 172.17.0.19/32 -> 10.0.0.255 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 14 12:02:22.721adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7514 | 2026-08-14T12:02:24.275Z | |
| 7515 | 2026-08-14T12:02:24.275Z | INFO DEBGadding route 172.17.0.21/32 -> 10.0.0.255 |
| 7516 | 2026-08-14T12:02:24.275Z | |
| 7517 | 2026-08-14T12:02:24.275Z | Aug 14 12:02:22.721Aug 14 12:02:22.721 DEBGreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:02:22.721DEBG |
| 7518 | 2026-08-14T12:02:24.275Z | Aug 14 12:02:22.721 DEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBGreplacing targets for 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 } }] |
| 7519 | 2026-08-14T12:02:24.275Z | |
| 7520 | 2026-08-14T12:02:24.275Z | 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 } }] |
| 7521 | 2026-08-14T12:02:24.275Z | |
| 7522 | 2026-08-14T12:02:24.275Z | Aug 14 12:02:22.721 INFO Aug 14 12:02:22.721adding route 172.17.0.50/32 -> 10.0.0.255 Aug 14 12:02:22.721Aug 14 12:02:22.721 |
| 7523 | 2026-08-14T12:02:24.276Z | INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFO |
| 7524 | 2026-08-14T12:02:24.276Z | adding route 172.16.0.0/32 -> 10.0.0.3Aug 14 12:02:22.721 |
| 7525 | 2026-08-14T12:02:24.276Z | INFO Aug 14 12:02:22.721Aug 14 12:02:22.721INFO DEBG DEBG adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.20/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 } }] |
| 7526 | 2026-08-14T12:02:24.276Z | 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 } }] |
| 7527 | 2026-08-14T12:02:24.276Z | |
| 7528 | 2026-08-14T12:02:24.276Z | Aug 14 12:02:22.721 |
| 7529 | 2026-08-14T12:02:24.276Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 14 12:02:22.721Aug 14 12:02:22.721 Aug 14 12:02:22.721DEBGINFO |
| 7530 | 2026-08-14T12:02:24.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 } }] DEBG |
| 7531 | 2026-08-14T12:02:24.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 } }]Aug 14 12:02:22.721adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 7532 | 2026-08-14T12:02:24.276Z | |
| 7533 | 2026-08-14T12:02:24.276Z | Aug 14 12:02:22.721 INFOINFO Aug 14 12:02:22.721Aug 14 12:02:22.721Aug 14 12:02:22.721 DEBGadding route 172.17.0.51/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.4 |
| 7534 | 2026-08-14T12:02:24.276Z | 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 } }] |
| 7535 | 2026-08-14T12:02:24.276Z | |
| 7536 | 2026-08-14T12:02:24.276Z | INFO adding route 172.17.0.23/32 -> 10.0.0.255Aug 14 12:02:22.721INFO Aug 14 12:02:22.721 |
| 7537 | 2026-08-14T12:02:24.276Z | INFODEBG adding route 172.17.0.21/32 -> 10.0.0.255Aug 14 12:02:22.721 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 7538 | 2026-08-14T12:02:24.276Z | 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 |
| 7539 | 2026-08-14T12:02:24.276Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7540 | 2026-08-14T12:02:24.276Z | Aug 14 12:02:22.721 |
| 7541 | 2026-08-14T12:02:24.276Z | Aug 14 12:02:22.721DEBG Aug 14 12:02:22.721DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 7542 | 2026-08-14T12:02:24.276Z | adding route 172.17.0.52/32 -> 10.0.0.255Aug 14 12:02:22.721 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 } }] |
| 7543 | 2026-08-14T12:02:24.276Z | |
| 7544 | 2026-08-14T12:02:24.276Z | Aug 14 12:02:22.721DEBG INFO 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.3, vlan_id: None } }]Aug 14 12:02:22.721Aug 14 12:02:22.721 |
| 7545 | 2026-08-14T12:02:24.276Z | Aug 14 12:02:22.721 |
| 7546 | 2026-08-14T12:02:24.276Z | DEBG INFO replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7547 | 2026-08-14T12:02:24.276Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 7548 | 2026-08-14T12:02:24.276Z | Aug 14 12:02:22.721Aug 14 12:02:22.721 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 } }] DEBGINFO |
| 7549 | 2026-08-14T12:02:24.277Z | 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 172.17.0.53/32 -> 10.0.0.255 |
| 7550 | 2026-08-14T12:02:24.277Z | |
| 7551 | 2026-08-14T12:02:24.277Z | Aug 14 12:02:22.721 DEBGAug 14 12:02:22.721 Aug 14 12:02:22.721INFO 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 } }] DEBGadding route 172.17.0.22/32 -> 10.0.0.255 |
| 7552 | 2026-08-14T12:02:24.277Z | |
| 7553 | 2026-08-14T12:02:24.277Z | 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 14 12:02:22.721 |
| 7554 | 2026-08-14T12:02:24.277Z | INFO |
| 7555 | 2026-08-14T12:02:24.277Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 7556 | 2026-08-14T12:02:24.277Z | Aug 14 12:02:22.721 DEBGAug 14 12:02:22.721Aug 14 12:02:22.721 Aug 14 12:02:22.721INFOINFO adding route 172.17.0.54/32 -> 10.0.0.255DEBGreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7557 | 2026-08-14T12:02:24.277Z | Aug 14 12:02:22.721 |
| 7558 | 2026-08-14T12:02:24.277Z | DEBG |
| 7559 | 2026-08-14T12:02:24.277Z | replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:02:22.721 |
| 7560 | 2026-08-14T12:02:24.277Z | Aug 14 12:02:22.721replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7561 | 2026-08-14T12:02:24.277Z | Aug 14 12:02:22.721Aug 14 12:02:22.721DEBG INFODEBG adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7562 | 2026-08-14T12:02:24.277Z | replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 7563 | 2026-08-14T12:02:24.277Z | Aug 14 12:02:22.721 |
| 7564 | 2026-08-14T12:02:24.277Z | |
| 7565 | 2026-08-14T12:02:24.277Z | INFO Aug 14 12:02:22.721adding route 172.17.0.51/32 -> 10.0.0.255 Aug 14 12:02:22.721DEBGAug 14 12:02:22.721 |
| 7566 | 2026-08-14T12:02:24.277Z | Aug 14 12:02:22.721 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 |
| 7567 | 2026-08-14T12:02:24.277Z | Aug 14 12:02:22.721 INFOINFOreplacing 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 } }] DEBGAug 14 12:02:22.721adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7568 | 2026-08-14T12:02:24.277Z | INFO |
| 7569 | 2026-08-14T12:02:24.277Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffreplacing 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.26/32 -> 10.0.0.255 |
| 7570 | 2026-08-14T12:02:24.277Z | |
| 7571 | 2026-08-14T12:02:24.277Z | Aug 14 12:02:22.721 |
| 7572 | 2026-08-14T12:02:24.277Z | INFO Aug 14 12:02:22.721adding route 172.17.0.24/32 -> 10.0.0.255 |
| 7573 | 2026-08-14T12:02:24.277Z | Aug 14 12:02:22.721INFO Aug 14 12:02:22.721DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGadding route 172.17.0.52/32 -> 10.0.0.255 |
| 7574 | 2026-08-14T12:02:24.277Z | Aug 14 12:02:22.721Aug 14 12:02:22.721 DEBG DEBGreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7575 | 2026-08-14T12:02:24.278Z | 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 14 12:02:22.721 |
| 7576 | 2026-08-14T12:02:24.278Z | 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 } }] |
| 7577 | 2026-08-14T12:02:24.278Z | |
| 7578 | 2026-08-14T12:02:24.278Z | INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 7579 | 2026-08-14T12:02:24.278Z | Aug 14 12:02:22.721Aug 14 12:02:22.721 Aug 14 12:02:22.721Aug 14 12:02:22.721DEBG INFO INFOreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.56/32 -> 10.0.0.255 Aug 14 12:02:22.721 |
| 7580 | 2026-08-14T12:02:24.278Z | |
| 7581 | 2026-08-14T12:02:24.278Z | adding route 172.17.0.27/32 -> 10.0.0.255DEBGINFO |
| 7582 | 2026-08-14T12:02:24.278Z | adding route 172.17.0.25/32 -> 10.0.0.255 Aug 14 12:02:22.721 |
| 7583 | 2026-08-14T12:02:24.278Z | replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 14 12:02:22.721 |
| 7584 | 2026-08-14T12:02:24.278Z | test route::tests::delete_targets_full ... ok |
| 7585 | 2026-08-14T12:02:24.278Z | INFO DEBGadding route 172.17.0.53/32 -> 10.0.0.255 Aug 14 12:02:22.721Aug 14 12:02:22.721replacing 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 } }] |
| 7586 | 2026-08-14T12:02:24.278Z | |
| 7587 | 2026-08-14T12:02:24.278Z | test route::tests::add_target_fails_full ... ok |
| 7588 | 2026-08-14T12:02:24.278Z | Aug 14 12:02:22.721DEBG INFO replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 14 12:02:22.721 |
| 7589 | 2026-08-14T12:02:24.278Z | |
| 7590 | 2026-08-14T12:02:24.278Z | Aug 14 12:02:22.721 DEBGDEBG INFOreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:02:22.721 |
| 7591 | 2026-08-14T12:02:24.278Z | Aug 14 12:02:22.721 adding route 172.17.0.57/32 -> 10.0.0.255 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 |
| 7592 | 2026-08-14T12:02:24.278Z | |
| 7593 | 2026-08-14T12:02:24.278Z | 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 adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7594 | 2026-08-14T12:02:24.278Z | Aug 14 12:02:22.751Aug 14 12:02:22.751Aug 14 12:02:22.751 DEBGINFO replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.26/32 -> 10.0.0.255DEBG |
| 7595 | 2026-08-14T12:02:24.278Z | |
| 7596 | 2026-08-14T12:02:24.278Z | 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 } }] |
| 7597 | 2026-08-14T12:02:24.278Z | Aug 14 12:02:22.751 INFO adding route 172.17.0.29/32 -> 10.0.0.255Aug 14 12:02:22.751 |
| 7598 | 2026-08-14T12:02:24.278Z | INFOAug 14 12:02:22.751 adding route 172.17.0.58/32 -> 10.0.0.255Aug 14 12:02:22.751INFOAug 14 12:02:22.751 adding route 172.17.0.54/32 -> 10.0.0.255DEBG |
| 7599 | 2026-08-14T12:02:24.278Z | |
| 7600 | 2026-08-14T12:02:24.278Z | 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 |
| 7601 | 2026-08-14T12:02:24.278Z | Aug 14 12:02:22.751Aug 14 12:02:22.751replacing 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 } }] |
| 7602 | 2026-08-14T12:02:24.278Z | DEBGDEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7603 | 2026-08-14T12:02:24.279Z | 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 } }] |
| 7604 | 2026-08-14T12:02:24.279Z | Aug 14 12:02:22.751Aug 14 12:02:22.751 INFOINFO Aug 14 12:02:22.751adding route 172.17.0.30/32 -> 10.0.0.255 |
| 7605 | 2026-08-14T12:02:24.279Z | adding route 172.17.0.27/32 -> 10.0.0.255INFO |
| 7606 | 2026-08-14T12:02:24.279Z | Aug 14 12:02:22.751 adding route 172.17.0.55/32 -> 10.0.0.255INFO |
| 7607 | 2026-08-14T12:02:24.279Z | adding route 172.17.0.59/32 -> 10.0.0.255Aug 14 12:02:22.751 |
| 7608 | 2026-08-14T12:02:24.279Z | Aug 14 12:02:22.751DEBG 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.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 14 12:02:22.751Aug 14 12:02:22.751 |
| 7609 | 2026-08-14T12:02:24.279Z | |
| 7610 | 2026-08-14T12:02:24.279Z | 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 } }] |
| 7611 | 2026-08-14T12:02:24.284Z | 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 } }] |
| 7612 | 2026-08-14T12:02:24.284Z | Aug 14 12:02:22.751Aug 14 12:02:22.751 Aug 14 12:02:22.751INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255INFO |
| 7613 | 2026-08-14T12:02:24.284Z | Aug 14 12:02:22.751 adding route 172.17.0.28/32 -> 10.0.0.255INFO |
| 7614 | 2026-08-14T12:02:24.284Z | adding route 172.17.0.60/32 -> 10.0.0.255Aug 14 12:02:22.751 |
| 7615 | 2026-08-14T12:02:24.284Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7616 | 2026-08-14T12:02:24.284Z | 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 14 12:02:22.751 |
| 7617 | 2026-08-14T12:02:24.284Z | Aug 14 12:02:22.751DEBG DEBGreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 14 12:02:22.751replacing 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 14 12:02:22.751 |
| 7618 | 2026-08-14T12:02:24.284Z | |
| 7619 | 2026-08-14T12:02:24.284Z | INFO DEBG Aug 14 12:02:22.751adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7620 | 2026-08-14T12:02:24.284Z | INFOAug 14 12:02:22.751 DEBGadding route 172.17.0.57/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 } }] |
| 7621 | 2026-08-14T12:02:24.284Z | |
| 7622 | 2026-08-14T12:02:24.284Z | failed to allocate space for the new target list |
| 7623 | 2026-08-14T12:02:24.284Z | Aug 14 12:02:22.751 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 14 12:02:22.751Aug 14 12:02:22.751 |
| 7624 | 2026-08-14T12:02:24.284Z | INFO DEBGAug 14 12:02:22.751 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 14 12:02:22.751DEBG |
| 7625 | 2026-08-14T12:02:24.284Z | 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.29/32 -> 10.0.0.255 |
| 7626 | 2026-08-14T12:02:24.284Z | INFO |
| 7627 | 2026-08-14T12:02:24.284Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7628 | 2026-08-14T12:02:24.284Z | Aug 14 12:02:22.751 INFO Aug 14 12:02:22.751adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7629 | 2026-08-14T12:02:24.284Z | 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 } }] |
| 7630 | 2026-08-14T12:02:24.284Z | Aug 14 12:02:22.751 Aug 14 12:02:22.752DEBG 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 } }] |
| 7631 | 2026-08-14T12:02:24.285Z | Aug 14 12:02:22.752 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 |
| 7632 | 2026-08-14T12:02:24.285Z | Aug 14 12:02:22.752adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7633 | 2026-08-14T12:02:24.285Z | INFO adding route 172.17.0.30/32 -> 10.0.0.255Aug 14 12:02:22.752 |
| 7634 | 2026-08-14T12:02:24.285Z | INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7635 | 2026-08-14T12:02:24.285Z | Aug 14 12:02:22.752 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 } }] |
| 7636 | 2026-08-14T12:02:24.285Z | Aug 14 12:02:22.752Aug 14 12:02:22.752Aug 14 12:02:22.752 DEBG INFODEBGreplacing 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.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.31/32 -> 10.0.0.255 |
| 7637 | 2026-08-14T12:02:24.285Z | |
| 7638 | 2026-08-14T12:02:24.285Z | |
| 7639 | 2026-08-14T12:02:24.285Z | Aug 14 12:02:22.752Aug 14 12:02:22.752 INFOINFO adding route 172.17.0.60/32 -> 10.0.0.255Aug 14 12:02:22.752 |
| 7640 | 2026-08-14T12:02:24.285Z | adding route 172.17.0.35/32 -> 10.0.0.255 DEBG |
| 7641 | 2026-08-14T12:02:24.285Z | 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 } }] |
| 7642 | 2026-08-14T12:02:24.285Z | Aug 14 12:02:22.752 DEBGAug 14 12:02:22.752 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 |
| 7643 | 2026-08-14T12:02:24.285Z | Aug 14 12:02:22.752 replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7644 | 2026-08-14T12:02:24.285Z | Aug 14 12:02:22.752 adding route 172.17.0.32/32 -> 10.0.0.255INFO |
| 7645 | 2026-08-14T12:02:24.285Z | adding route 172.17.0.61/32 -> 10.0.0.255 |
| 7646 | 2026-08-14T12:02:24.285Z | Aug 14 12:02:22.752 INFO adding route 172.17.0.36/32 -> 10.0.0.255Aug 14 12:02:22.752 |
| 7647 | 2026-08-14T12:02:24.285Z | DEBG Aug 14 12:02:22.752replacing 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 } }] |
| 7648 | 2026-08-14T12:02:24.285Z | DEBGAug 14 12:02:22.752 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 } }] |
| 7649 | 2026-08-14T12:02:24.285Z | 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 14 12:02:22.752 |
| 7650 | 2026-08-14T12:02:24.285Z | INFOAug 14 12:02:22.752 adding route 172.17.0.62/32 -> 10.0.0.255Aug 14 12:02:22.752INFO |
| 7651 | 2026-08-14T12:02:24.285Z | INFOadding route 172.17.0.33/32 -> 10.0.0.255 |
| 7652 | 2026-08-14T12:02:24.285Z | adding route 172.17.0.37/32 -> 10.0.0.255Aug 14 12:02:22.752 |
| 7653 | 2026-08-14T12:02:24.285Z | 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 } }] |
| 7654 | 2026-08-14T12:02:24.285Z | Aug 14 12:02:22.752 |
| 7655 | 2026-08-14T12:02:24.285Z | Aug 14 12:02:22.752 DEBGAug 14 12:02:22.752 replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7656 | 2026-08-14T12:02:24.286Z | adding route 172.17.0.63/32 -> 10.0.0.255Aug 14 12:02:22.752DEBG |
| 7657 | 2026-08-14T12:02:24.286Z | Aug 14 12:02:22.752replacing 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 Aug 14 12:02:22.752INFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 7658 | 2026-08-14T12:02:24.286Z | DEBG |
| 7659 | 2026-08-14T12:02:24.286Z | 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 } }] |
| 7660 | 2026-08-14T12:02:24.286Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7661 | 2026-08-14T12:02:24.286Z | Aug 14 12:02:22.752Aug 14 12:02:22.752 DEBGAug 14 12:02:22.752Aug 14 12:02:22.752 INFODEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGfailed to allocate space for the new target list |
| 7662 | 2026-08-14T12:02:24.286Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7663 | 2026-08-14T12:02:24.286Z | |
| 7664 | 2026-08-14T12:02:24.286Z | 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 } }] |
| 7665 | 2026-08-14T12:02:24.286Z | Aug 14 12:02:22.752 Aug 14 12:02:22.752INFO Aug 14 12:02:22.752Aug 14 12:02:22.752 INFODEBGDEBG adding route 3fff:beef:33::/64 -> 2001:db8::55:ffreplacing 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.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7666 | 2026-08-14T12:02:24.286Z | |
| 7667 | 2026-08-14T12:02:24.286Z | |
| 7668 | 2026-08-14T12:02:24.286Z | test route::tests::delete_target_fragmented ... ok |
| 7669 | 2026-08-14T12:02:24.286Z | test route::tests::delete_targets_fragmented ... ok |
| 7670 | 2026-08-14T12:02:24.286Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7671 | 2026-08-14T12:02:24.286Z | Aug 14 12:02:22.752 DEBGAug 14 12:02:22.752 Aug 14 12:02:22.752INFOAug 14 12:02:22.752replacing 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 } }] |
| 7672 | 2026-08-14T12:02:24.286Z | DEBG DEBGadding route 172.17.0.35/32 -> 10.0.0.255 |
| 7673 | 2026-08-14T12:02:24.286Z | Aug 14 12:02:22.752 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 } }]failed to allocate space for the new target list |
| 7674 | 2026-08-14T12:02:24.286Z | Aug 14 12:02:22.752adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 7675 | 2026-08-14T12:02:24.286Z | |
| 7676 | 2026-08-14T12:02:24.286Z | 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 14 12:02:22.752 |
| 7677 | 2026-08-14T12:02:24.286Z | Aug 14 12:02:22.752INFO adding route 172.17.0.40/32 -> 10.0.0.255DEBG |
| 7678 | 2026-08-14T12:02:24.286Z | Aug 14 12:02:22.752 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 } }] |
| 7679 | 2026-08-14T12:02:24.286Z | INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7680 | 2026-08-14T12:02:24.286Z | Aug 14 12:02:22.752Aug 14 12:02:22.752 DEBGINFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 7681 | 2026-08-14T12:02:24.286Z | |
| 7682 | 2026-08-14T12:02:24.286Z | Aug 14 12:02:22.752 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 14 12:02:22.752 |
| 7683 | 2026-08-14T12:02:24.287Z | Aug 14 12:02:22.752DEBG 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 } }] |
| 7684 | 2026-08-14T12:02:24.287Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7685 | 2026-08-14T12:02:24.287Z | Aug 14 12:02:22.752 Aug 14 12:02:22.752INFO INFOadding route 172.17.0.37/32 -> 10.0.0.255 Aug 14 12:02:22.752adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 7686 | 2026-08-14T12:02:24.287Z | |
| 7687 | 2026-08-14T12:02:24.287Z | 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 14 12:02:22.752 |
| 7688 | 2026-08-14T12:02:24.287Z | DEBGAug 14 12:02:22.752 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 |
| 7689 | 2026-08-14T12:02:24.287Z | Aug 14 12:02:22.752replacing 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 } }] |
| 7690 | 2026-08-14T12:02:24.287Z | INFO Aug 14 12:02:22.752adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7691 | 2026-08-14T12:02:24.287Z | INFOAug 14 12:02:22.752 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO |
| 7692 | 2026-08-14T12:02:24.287Z | Aug 14 12:02:22.752 adding route 172.17.0.38/32 -> 10.0.0.255DEBG |
| 7693 | 2026-08-14T12:02:24.287Z | Aug 14 12:02:22.752 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 } }] |
| 7694 | 2026-08-14T12:02:24.287Z | 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 } }] |
| 7695 | 2026-08-14T12:02:24.287Z | Aug 14 12:02:22.752 DEBG Aug 14 12:02:22.752replacing 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 14 12:02:22.752 |
| 7696 | 2026-08-14T12:02:24.287Z | INFOINFO adding route 172.17.0.43/32 -> 10.0.0.255adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 7697 | 2026-08-14T12:02:24.287Z | |
| 7698 | 2026-08-14T12:02:24.287Z | Aug 14 12:02:22.752 INFOAug 14 12:02:22.752Aug 14 12:02:22.752 DEBGDEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7699 | 2026-08-14T12:02:24.287Z | 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 172.17.0.39/32 -> 10.0.0.255 |
| 7700 | 2026-08-14T12:02:24.287Z | |
| 7701 | 2026-08-14T12:02:24.287Z | Aug 14 12:02:22.752Aug 14 12:02:22.752Aug 14 12:02:22.752 DEBGINFOINFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.44/32 -> 10.0.0.255adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 7702 | 2026-08-14T12:02:24.287Z | |
| 7703 | 2026-08-14T12:02:24.287Z | |
| 7704 | 2026-08-14T12:02:24.287Z | Aug 14 12:02:22.752Aug 14 12:02:22.752 Aug 14 12:02:22.752 DEBGDEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7705 | 2026-08-14T12:02:24.287Z | INFO replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7706 | 2026-08-14T12:02:24.287Z | |
| 7707 | 2026-08-14T12:02:24.287Z | Aug 14 12:02:22.752 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 7708 | 2026-08-14T12:02:24.287Z | Aug 14 12:02:22.752Aug 14 12:02:22.752 Aug 14 12:02:22.752INFODEBG 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 } }]adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7709 | 2026-08-14T12:02:24.287Z | |
| 7710 | 2026-08-14T12:02:24.287Z | 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 } }] |
| 7711 | 2026-08-14T12:02:24.292Z | Aug 14 12:02:22.752Aug 14 12:02:22.752 Aug 14 12:02:22.752 INFODEBGINFO replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7712 | 2026-08-14T12:02:24.292Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 7713 | 2026-08-14T12:02:24.292Z | |
| 7714 | 2026-08-14T12:02:24.292Z | Aug 14 12:02:22.780 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 } }] |
| 7715 | 2026-08-14T12:02:24.292Z | Aug 14 12:02:22.780Aug 14 12:02:22.780 INFOINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 172.17.0.46/32 -> 10.0.0.255 |
| 7716 | 2026-08-14T12:02:24.292Z | |
| 7717 | 2026-08-14T12:02:24.292Z | Aug 14 12:02:22.780 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 } }] |
| 7718 | 2026-08-14T12:02:24.292Z | Aug 14 12:02:22.780 DEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:02:22.780 |
| 7719 | 2026-08-14T12:02:24.292Z | INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 7720 | 2026-08-14T12:02:24.292Z | Aug 14 12:02:22.780 INFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 7721 | 2026-08-14T12:02:24.292Z | Aug 14 12:02:22.780Aug 14 12:02:22.780 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.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 } }] |
| 7722 | 2026-08-14T12:02:24.292Z | |
| 7723 | 2026-08-14T12:02:24.292Z | Aug 14 12:02:22.780 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7724 | 2026-08-14T12:02:24.293Z | Aug 14 12:02:22.780 INFO Aug 14 12:02:22.780adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 7725 | 2026-08-14T12:02:24.293Z | 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 } }] |
| 7726 | 2026-08-14T12:02:24.293Z | Aug 14 12:02:22.780 DEBGAug 14 12:02:22.780 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7727 | 2026-08-14T12:02:24.293Z | 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 } }] |
| 7728 | 2026-08-14T12:02:24.293Z | Aug 14 12:02:22.780 DEBG Aug 14 12:02:22.780 DEBG failed to allocate space for the new target list |
| 7729 | 2026-08-14T12:02:24.293Z | 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 14 12:02:22.780 |
| 7730 | 2026-08-14T12:02:24.293Z | DEBGAug 14 12:02:22.780 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7731 | 2026-08-14T12:02:24.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 } }] |
| 7732 | 2026-08-14T12:02:24.293Z | Aug 14 12:02:22.780 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 } }] |
| 7733 | 2026-08-14T12:02:24.293Z | Aug 14 12:02:22.780 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7734 | 2026-08-14T12:02:24.293Z | Aug 14 12:02:22.780 Aug 14 12:02:22.780DEBG 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 } }] |
| 7735 | 2026-08-14T12:02:24.293Z | 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 } }] |
| 7736 | 2026-08-14T12:02:24.293Z | Aug 14 12:02:22.780Aug 14 12:02:22.780 INFOINFO adding route 172.17.0.52/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7737 | 2026-08-14T12:02:24.293Z | |
| 7738 | 2026-08-14T12:02:24.293Z | Aug 14 12:02:22.780Aug 14 12:02:22.780 DEBGDEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7739 | 2026-08-14T12:02:24.293Z | 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 } }] |
| 7740 | 2026-08-14T12:02:24.293Z | Aug 14 12:02:22.780Aug 14 12:02:22.780 INFOINFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7741 | 2026-08-14T12:02:24.293Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7742 | 2026-08-14T12:02:24.293Z | Aug 14 12:02:22.780Aug 14 12:02:22.780 DEBGDEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7743 | 2026-08-14T12:02:24.293Z | |
| 7744 | 2026-08-14T12:02:24.293Z | Aug 14 12:02:22.780Aug 14 12:02:22.780 INFOINFO adding route 172.17.0.54/32 -> 10.0.0.255adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7745 | 2026-08-14T12:02:24.293Z | |
| 7746 | 2026-08-14T12:02:24.293Z | Aug 14 12:02:22.780 Aug 14 12:02:22.780DEBG 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 } }] |
| 7747 | 2026-08-14T12:02:24.293Z | 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 } }] |
| 7748 | 2026-08-14T12:02:24.293Z | Aug 14 12:02:22.780Aug 14 12:02:22.780 INFOINFO adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7749 | 2026-08-14T12:02:24.293Z | |
| 7750 | 2026-08-14T12:02:24.294Z | Aug 14 12:02:22.780Aug 14 12:02:22.780 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.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 } }] |
| 7751 | 2026-08-14T12:02:24.294Z | |
| 7752 | 2026-08-14T12:02:24.294Z | Aug 14 12:02:22.780 Aug 14 12:02:22.780INFO INFOadding route 172.17.0.56/32 -> 10.0.0.255 |
| 7753 | 2026-08-14T12:02:24.294Z | adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7754 | 2026-08-14T12:02:24.294Z | Aug 14 12:02:22.780Aug 14 12:02:22.780 DEBGDEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7755 | 2026-08-14T12:02:24.294Z | |
| 7756 | 2026-08-14T12:02:24.294Z | Aug 14 12:02:22.780Aug 14 12:02:22.780 INFOINFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255 |
| 7757 | 2026-08-14T12:02:24.294Z | |
| 7758 | 2026-08-14T12:02:24.294Z | Aug 14 12:02:22.780Aug 14 12:02:22.780 DEBGDEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7759 | 2026-08-14T12:02:24.294Z | |
| 7760 | 2026-08-14T12:02:24.294Z | Aug 14 12:02:22.780Aug 14 12:02:22.780 INFOINFO adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7761 | 2026-08-14T12:02:24.294Z | |
| 7762 | 2026-08-14T12:02:24.294Z | Aug 14 12:02:22.780Aug 14 12:02:22.780 DEBGDEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7763 | 2026-08-14T12:02:24.294Z | |
| 7764 | 2026-08-14T12:02:24.294Z | Aug 14 12:02:22.780Aug 14 12:02:22.780 INFOINFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7765 | 2026-08-14T12:02:24.294Z | |
| 7766 | 2026-08-14T12:02:24.294Z | Aug 14 12:02:22.780Aug 14 12:02:22.780 DEBGDEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7767 | 2026-08-14T12:02:24.294Z | |
| 7768 | 2026-08-14T12:02:24.294Z | Aug 14 12:02:22.780Aug 14 12:02:22.780 INFOINFO adding route 172.17.0.50/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7769 | 2026-08-14T12:02:24.294Z | |
| 7770 | 2026-08-14T12:02:24.294Z | Aug 14 12:02:22.780Aug 14 12:02:22.780 DEBGDEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7771 | 2026-08-14T12:02:24.294Z | |
| 7772 | 2026-08-14T12:02:24.294Z | Aug 14 12:02:22.780Aug 14 12:02:22.780 DEBGINFO failed to allocate space for the new target listadding route 172.17.0.51/32 -> 10.0.0.255 |
| 7773 | 2026-08-14T12:02:24.294Z | |
| 7774 | 2026-08-14T12:02:24.294Z | Aug 14 12:02:22.780Aug 14 12:02:22.780 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 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 } }] |
| 7775 | 2026-08-14T12:02:24.294Z | |
| 7776 | 2026-08-14T12:02:24.294Z | Aug 14 12:02:22.780 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7777 | 2026-08-14T12:02:24.294Z | Aug 14 12:02:22.780 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 } }] |
| 7778 | 2026-08-14T12:02:24.295Z | Aug 14 12:02:22.780 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7779 | 2026-08-14T12:02:24.295Z | Aug 14 12:02:22.780 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 } }] |
| 7780 | 2026-08-14T12:02:24.295Z | Aug 14 12:02:22.780 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7781 | 2026-08-14T12:02:24.295Z | Aug 14 12:02:22.780 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 } }] |
| 7782 | 2026-08-14T12:02:24.295Z | Aug 14 12:02:22.780 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7783 | 2026-08-14T12:02:24.295Z | Aug 14 12:02:22.780 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 } }] |
| 7784 | 2026-08-14T12:02:24.295Z | Aug 14 12:02:22.780 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7785 | 2026-08-14T12:02:24.295Z | Aug 14 12:02:22.780 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 } }] |
| 7786 | 2026-08-14T12:02:24.295Z | Aug 14 12:02:22.780 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7787 | 2026-08-14T12:02:24.295Z | Aug 14 12:02:22.780 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 } }] |
| 7788 | 2026-08-14T12:02:24.295Z | Aug 14 12:02:22.780 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7789 | 2026-08-14T12:02:24.295Z | Aug 14 12:02:22.780 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 } }] |
| 7790 | 2026-08-14T12:02:24.295Z | Aug 14 12:02:22.780 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7791 | 2026-08-14T12:02:24.295Z | Aug 14 12:02:22.780 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 } }] |
| 7792 | 2026-08-14T12:02:24.295Z | Aug 14 12:02:22.780 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7793 | 2026-08-14T12:02:24.295Z | Aug 14 12:02:22.780 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 } }] |
| 7794 | 2026-08-14T12:02:24.295Z | Aug 14 12:02:22.780 DEBG failed to allocate space for the new target list |
| 7795 | 2026-08-14T12:02:24.295Z | Aug 14 12:02:22.780 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 } }] |
| 7796 | 2026-08-14T12:02:24.295Z | Aug 14 12:02:22.781 DEBG created new freemap, unit: freemap_route_ipv4 |
| 7797 | 2026-08-14T12:02:24.295Z | Aug 14 12:02:22.781 DEBG created new freemap, unit: freemap_route_ipv6 |
| 7798 | 2026-08-14T12:02:24.295Z | Aug 14 12:02:22.781 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 7799 | 2026-08-14T12:02:24.295Z | Aug 14 12:02:22.781 DEBG reset freemap, unit: freemap_route_ipv4 |
| 7800 | 2026-08-14T12:02:24.295Z | Aug 14 12:02:22.781 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 7801 | 2026-08-14T12:02:24.295Z | Aug 14 12:02:22.781 DEBG reset freemap, unit: freemap_route_ipv6 |
| 7802 | 2026-08-14T12:02:24.295Z | Aug 14 12:02:22.781 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7803 | 2026-08-14T12:02:24.295Z | Aug 14 12:02:22.781 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 } }] |
| 7804 | 2026-08-14T12:02:24.295Z | Aug 14 12:02:22.781 INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7805 | 2026-08-14T12:02:24.295Z | Aug 14 12:02:22.781 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 } }] |
| 7806 | 2026-08-14T12:02:24.296Z | Aug 14 12:02:22.781 INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 7807 | 2026-08-14T12:02:24.296Z | Aug 14 12:02:22.781 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 } }] |
| 7808 | 2026-08-14T12:02:24.296Z | Aug 14 12:02:22.781 INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 7809 | 2026-08-14T12:02:24.296Z | Aug 14 12:02:22.781 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 } }] |
| 7810 | 2026-08-14T12:02:24.296Z | Aug 14 12:02:22.781 INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7811 | 2026-08-14T12:02:24.300Z | Aug 14 12:02:22.781 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 } }] |
| 7812 | 2026-08-14T12:02:24.300Z | Aug 14 12:02:22.781 INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 7813 | 2026-08-14T12:02:24.300Z | Aug 14 12:02:22.781 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 } }] |
| 7814 | 2026-08-14T12:02:24.301Z | Aug 14 12:02:22.781 INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 7815 | 2026-08-14T12:02:24.301Z | Aug 14 12:02:22.781 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 } }] |
| 7816 | 2026-08-14T12:02:24.301Z | Aug 14 12:02:22.781 INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 7817 | 2026-08-14T12:02:24.301Z | Aug 14 12:02:22.781 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 } }] |
| 7818 | 2026-08-14T12:02:24.301Z | Aug 14 12:02:22.781 INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 7819 | 2026-08-14T12:02:24.301Z | Aug 14 12:02:22.781 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 } }] |
| 7820 | 2026-08-14T12:02:24.301Z | Aug 14 12:02:22.781 INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 7821 | 2026-08-14T12:02:24.301Z | Aug 14 12:02:22.781 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 } }] |
| 7822 | 2026-08-14T12:02:24.301Z | Aug 14 12:02:22.781 INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 7823 | 2026-08-14T12:02:24.301Z | Aug 14 12:02:22.781 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 } }] |
| 7824 | 2026-08-14T12:02:24.301Z | Aug 14 12:02:22.781 INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 7825 | 2026-08-14T12:02:24.301Z | Aug 14 12:02:22.781 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 } }] |
| 7826 | 2026-08-14T12:02:24.301Z | Aug 14 12:02:22.781 INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7827 | 2026-08-14T12:02:24.301Z | Aug 14 12:02:22.781 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 } }] |
| 7828 | 2026-08-14T12:02:24.301Z | Aug 14 12:02:22.781 INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 7829 | 2026-08-14T12:02:24.301Z | Aug 14 12:02:22.781 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 } }] |
| 7830 | 2026-08-14T12:02:24.301Z | Aug 14 12:02:22.796 INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 7831 | 2026-08-14T12:02:24.301Z | Aug 14 12:02:22.796 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 } }] |
| 7832 | 2026-08-14T12:02:24.301Z | Aug 14 12:02:22.796 INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7833 | 2026-08-14T12:02:24.301Z | Aug 14 12:02:22.796 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 } }] |
| 7834 | 2026-08-14T12:02:24.301Z | Aug 14 12:02:22.796 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7835 | 2026-08-14T12:02:24.301Z | Aug 14 12:02:22.796 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 } }] |
| 7836 | 2026-08-14T12:02:24.301Z | Aug 14 12:02:22.796 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 7837 | 2026-08-14T12:02:24.301Z | Aug 14 12:02:22.796 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 } }] |
| 7838 | 2026-08-14T12:02:24.301Z | Aug 14 12:02:22.796 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 7839 | 2026-08-14T12:02:24.301Z | Aug 14 12:02:22.796 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 } }] |
| 7840 | 2026-08-14T12:02:24.301Z | Aug 14 12:02:22.796 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7841 | 2026-08-14T12:02:24.302Z | Aug 14 12:02:22.796 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 } }] |
| 7842 | 2026-08-14T12:02:24.302Z | Aug 14 12:02:22.796 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7843 | 2026-08-14T12:02:24.302Z | Aug 14 12:02:22.796 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 } }] |
| 7844 | 2026-08-14T12:02:24.302Z | Aug 14 12:02:22.796 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 7845 | 2026-08-14T12:02:24.302Z | Aug 14 12:02:22.796 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 } }] |
| 7846 | 2026-08-14T12:02:24.302Z | Aug 14 12:02:22.796 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7847 | 2026-08-14T12:02:24.302Z | Aug 14 12:02:22.796 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 } }] |
| 7848 | 2026-08-14T12:02:24.302Z | Aug 14 12:02:22.796 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7849 | 2026-08-14T12:02:24.302Z | Aug 14 12:02:22.796 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 } }] |
| 7850 | 2026-08-14T12:02:24.302Z | Aug 14 12:02:22.796 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 7851 | 2026-08-14T12:02:24.302Z | Aug 14 12:02:22.796 DEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7852 | 2026-08-14T12:02:24.302Z | Aug 14 12:02:22.796 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7853 | 2026-08-14T12:02:24.302Z | Aug 14 12:02:22.796 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 } }] |
| 7854 | 2026-08-14T12:02:24.302Z | Aug 14 12:02:22.796 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 7855 | 2026-08-14T12:02:24.302Z | Aug 14 12:02:22.796 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 } }] |
| 7856 | 2026-08-14T12:02:24.302Z | Aug 14 12:02:22.796 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7857 | 2026-08-14T12:02:24.302Z | Aug 14 12:02:22.796 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 } }] |
| 7858 | 2026-08-14T12:02:24.302Z | Aug 14 12:02:22.796 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 7859 | 2026-08-14T12:02:24.302Z | Aug 14 12:02:22.796 DEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7860 | 2026-08-14T12:02:24.302Z | Aug 14 12:02:22.796 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 7861 | 2026-08-14T12:02:24.302Z | Aug 14 12:02:22.796 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 } }] |
| 7862 | 2026-08-14T12:02:24.302Z | Aug 14 12:02:22.796 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7863 | 2026-08-14T12:02:24.302Z | Aug 14 12:02:22.796 DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7864 | 2026-08-14T12:02:24.302Z | Aug 14 12:02:22.796 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7865 | 2026-08-14T12:02:24.302Z | Aug 14 12:02:22.796 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 } }] |
| 7866 | 2026-08-14T12:02:24.302Z | Aug 14 12:02:22.796 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 7867 | 2026-08-14T12:02:24.302Z | Aug 14 12:02:22.796 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 } }] |
| 7868 | 2026-08-14T12:02:24.303Z | test route::tests::delete_target_full ... ok |
| 7869 | 2026-08-14T12:02:24.303Z | |
| 7870 | 2026-08-14T12:02:24.303Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s |
| 7871 | 2026-08-14T12:02:24.303Z | |
| 7872 | 2026-08-14T12:02:24.303Z | Aug 14 12:02:22.796 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7873 | 2026-08-14T12:02:24.303Z | Aug 14 12:02:22.796 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 } }] |
| 7874 | 2026-08-14T12:02:24.303Z | Aug 14 12:02:22.796 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7875 | 2026-08-14T12:02:24.303Z | Aug 14 12:02:22.796 DEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7876 | 2026-08-14T12:02:24.303Z | Aug 14 12:02:22.796 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7877 | 2026-08-14T12:02:24.303Z | Aug 14 12:02:22.796 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 } }] |
| 7878 | 2026-08-14T12:02:24.303Z | Aug 14 12:02:22.796 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7879 | 2026-08-14T12:02:24.303Z | Aug 14 12:02:22.796 DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7880 | 2026-08-14T12:02:24.303Z | Aug 14 12:02:22.796 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7881 | 2026-08-14T12:02:24.303Z | Aug 14 12:02:22.796 DEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7882 | 2026-08-14T12:02:24.303Z | Aug 14 12:02:22.796 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7883 | 2026-08-14T12:02:24.303Z | Aug 14 12:02:22.796 DEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7884 | 2026-08-14T12:02:24.303Z | Aug 14 12:02:22.796 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7885 | 2026-08-14T12:02:24.303Z | Aug 14 12:02:22.796 DEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7886 | 2026-08-14T12:02:24.303Z | Aug 14 12:02:22.796 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7887 | 2026-08-14T12:02:24.303Z | Aug 14 12:02:22.796 DEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7888 | 2026-08-14T12:02:24.303Z | Aug 14 12:02:22.796 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7889 | 2026-08-14T12:02:24.303Z | Aug 14 12:02:22.796 DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7890 | 2026-08-14T12:02:24.303Z | Aug 14 12:02:22.796 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7891 | 2026-08-14T12:02:24.303Z | Aug 14 12:02:22.796 DEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7892 | 2026-08-14T12:02:24.303Z | Aug 14 12:02:22.796 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7893 | 2026-08-14T12:02:24.303Z | Aug 14 12:02:22.804 DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7894 | 2026-08-14T12:02:24.303Z | Aug 14 12:02:22.804 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7895 | 2026-08-14T12:02:24.303Z | Aug 14 12:02:22.804 DEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7896 | 2026-08-14T12:02:24.304Z | Aug 14 12:02:22.804 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7897 | 2026-08-14T12:02:24.304Z | Aug 14 12:02:22.804 DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7898 | 2026-08-14T12:02:24.304Z | Aug 14 12:02:22.804 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7899 | 2026-08-14T12:02:24.304Z | Aug 14 12:02:22.804 DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7900 | 2026-08-14T12:02:24.304Z | Aug 14 12:02:22.804 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7901 | 2026-08-14T12:02:24.304Z | Aug 14 12:02:22.804 DEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7902 | 2026-08-14T12:02:24.304Z | Aug 14 12:02:22.804 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7903 | 2026-08-14T12:02:24.304Z | Aug 14 12:02:22.804 DEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7904 | 2026-08-14T12:02:24.304Z | Aug 14 12:02:22.804 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 7905 | 2026-08-14T12:02:24.304Z | Aug 14 12:02:22.804 DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7906 | 2026-08-14T12:02:24.304Z | Aug 14 12:02:22.804 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7907 | 2026-08-14T12:02:24.304Z | Aug 14 12:02:22.804 DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7908 | 2026-08-14T12:02:24.304Z | Aug 14 12:02:22.804 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7909 | 2026-08-14T12:02:24.304Z | Aug 14 12:02:22.804 DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7910 | 2026-08-14T12:02:24.304Z | Aug 14 12:02:22.804 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7911 | 2026-08-14T12:02:24.310Z | Aug 14 12:02:22.804 DEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7912 | 2026-08-14T12:02:24.310Z | Aug 14 12:02:22.804 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7913 | 2026-08-14T12:02:24.310Z | Aug 14 12:02:22.804 DEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7914 | 2026-08-14T12:02:24.310Z | Aug 14 12:02:22.804 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7915 | 2026-08-14T12:02:24.310Z | Aug 14 12:02:22.804 DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7916 | 2026-08-14T12:02:24.310Z | Aug 14 12:02:22.804 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7917 | 2026-08-14T12:02:24.310Z | Aug 14 12:02:22.804 DEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7918 | 2026-08-14T12:02:24.310Z | Aug 14 12:02:22.804 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7919 | 2026-08-14T12:02:24.310Z | Aug 14 12:02:22.804 DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7920 | 2026-08-14T12:02:24.310Z | Aug 14 12:02:22.804 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7921 | 2026-08-14T12:02:24.310Z | Aug 14 12:02:22.804 DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7922 | 2026-08-14T12:02:24.310Z | Aug 14 12:02:22.804 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7923 | 2026-08-14T12:02:24.310Z | Aug 14 12:02:22.804 DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7924 | 2026-08-14T12:02:24.310Z | Aug 14 12:02:22.804 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7925 | 2026-08-14T12:02:24.310Z | Aug 14 12:02:22.804 DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7926 | 2026-08-14T12:02:24.310Z | Aug 14 12:02:22.804 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7927 | 2026-08-14T12:02:24.310Z | Aug 14 12:02:22.804 DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7928 | 2026-08-14T12:02:24.310Z | Aug 14 12:02:22.804 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7929 | 2026-08-14T12:02:24.310Z | Aug 14 12:02:22.804 DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7930 | 2026-08-14T12:02:24.311Z | Aug 14 12:02:22.804 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7931 | 2026-08-14T12:02:24.311Z | Aug 14 12:02:22.805 DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7932 | 2026-08-14T12:02:24.311Z | Aug 14 12:02:22.805 INFO adding route 172.17.0.61/32 -> 10.0.0.255 |
| 7933 | 2026-08-14T12:02:24.311Z | Aug 14 12:02:22.805 DEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7934 | 2026-08-14T12:02:24.311Z | Aug 14 12:02:22.805 INFO adding route 172.17.0.62/32 -> 10.0.0.255 |
| 7935 | 2026-08-14T12:02:24.311Z | Aug 14 12:02:22.805 DEBG replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7936 | 2026-08-14T12:02:24.311Z | Aug 14 12:02:22.805 DEBG failed to allocate space for the new target list |
| 7937 | 2026-08-14T12:02:24.311Z | Aug 14 12:02:22.805 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7938 | 2026-08-14T12:02:24.311Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-696ee5442bd93402) |
| 7939 | 2026-08-14T12:02:24.311Z | |
| 7940 | 2026-08-14T12:02:24.311Z | running 0 tests |
| 7941 | 2026-08-14T12:02:24.311Z | |
| 7942 | 2026-08-14T12:02:24.311Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7943 | 2026-08-14T12:02:24.311Z | |
| 7944 | 2026-08-14T12:02:24.311Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-cd1b9f4a0bf3bd95) |
| 7945 | 2026-08-14T12:02:24.311Z | |
| 7946 | 2026-08-14T12:02:24.311Z | running 0 tests |
| 7947 | 2026-08-14T12:02:24.311Z | |
| 7948 | 2026-08-14T12:02:24.311Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7949 | 2026-08-14T12:02:24.311Z | |
| 7950 | 2026-08-14T12:02:24.311Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-01ad159aa705243b) |
| 7951 | 2026-08-14T12:02:24.311Z | |
| 7952 | 2026-08-14T12:02:24.311Z | running 6 tests |
| 7953 | 2026-08-14T12:02:24.311Z | test tests::test_full_lot_id_both_present ... ok |
| 7954 | 2026-08-14T12:02:24.311Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 7955 | 2026-08-14T12:02:24.311Z | test tests::test_full_lot_id_neither_present ... ok |
| 7956 | 2026-08-14T12:02:24.311Z | test tests::test_full_lot_id_lot_only ... ok |
| 7957 | 2026-08-14T12:02:24.312Z | test tests::test_parse_client_port_id ... ok |
| 7958 | 2026-08-14T12:02:24.312Z | test tests::test_port_id_cmp ... ok |
| 7959 | 2026-08-14T12:02:24.312Z | |
| 7960 | 2026-08-14T12:02:24.312Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7961 | 2026-08-14T12:02:24.312Z | |
| 7962 | 2026-08-14T12:02:24.312Z | Running tests/test_all.rs (target/debug/deps/test_all-5d9fbf4ac0a87495) |
| 7963 | 2026-08-14T12:02:24.312Z | |
| 7964 | 2026-08-14T12:02:24.312Z | running 0 tests |
| 7965 | 2026-08-14T12:02:24.312Z | |
| 7966 | 2026-08-14T12:02:24.312Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7967 | 2026-08-14T12:02:24.312Z | |
| 7968 | 2026-08-14T12:02:24.312Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-3e6bfbc8380dbf99) |
| 7969 | 2026-08-14T12:02:24.312Z | |
| 7970 | 2026-08-14T12:02:24.312Z | running 0 tests |
| 7971 | 2026-08-14T12:02:24.312Z | |
| 7972 | 2026-08-14T12:02:24.312Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7973 | 2026-08-14T12:02:24.312Z | |
| 7974 | 2026-08-14T12:02:24.312Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-9daf43cdfa0ac479) |
| 7975 | 2026-08-14T12:02:24.312Z | |
| 7976 | 2026-08-14T12:02:24.312Z | running 0 tests |
| 7977 | 2026-08-14T12:02:24.312Z | |
| 7978 | 2026-08-14T12:02:24.312Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7979 | 2026-08-14T12:02:24.312Z | |
| 7980 | 2026-08-14T12:02:24.312Z | Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1) |
| 7981 | 2026-08-14T12:02:24.312Z | |
| 7982 | 2026-08-14T12:02:24.312Z | running 12 tests |
| 7983 | 2026-08-14T12:02:24.312Z | test icmp::test_v6_checksum ... ok |
| 7984 | 2026-08-14T12:02:24.312Z | test icmp::test_v4_checksum ... ok |
| 7985 | 2026-08-14T12:02:24.313Z | test ipv6::test_ipv6_parse ... ok |
| 7986 | 2026-08-14T12:02:24.313Z | test lldp::test_lldp_parse ... ok |
| 7987 | 2026-08-14T12:02:24.313Z | test pbuf::test_byte ... ok |
| 7988 | 2026-08-14T12:02:24.313Z | test pbuf::test_nibble ... ok |
| 7989 | 2026-08-14T12:02:24.313Z | test pbuf::test_short ... ok |
| 7990 | 2026-08-14T12:02:24.313Z | test pbuf::test_overflow ... ok |
| 7991 | 2026-08-14T12:02:24.313Z | test pbuf::test_twelve ... ok |
| 7992 | 2026-08-14T12:02:24.313Z | test pbuf::test_word ... ok |
| 7993 | 2026-08-14T12:02:24.313Z | test tcp::test_checksum_ack_data ... ok |
| 7994 | 2026-08-14T12:02:24.313Z | test tcp::test_checksum_syn_nodata ... ok |
| 7995 | 2026-08-14T12:02:24.313Z | |
| 7996 | 2026-08-14T12:02:24.313Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7997 | 2026-08-14T12:02:24.313Z | |
| 7998 | 2026-08-14T12:02:24.313Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 7999 | 2026-08-14T12:02:24.313Z | |
| 8000 | 2026-08-14T12:02:24.313Z | running 0 tests |
| 8001 | 2026-08-14T12:02:24.313Z | |
| 8002 | 2026-08-14T12:02:24.313Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8003 | 2026-08-14T12:02:24.313Z | |
| 8004 | 2026-08-14T12:02:24.313Z | Running unittests src/main.rs (target/debug/deps/swadm-c74741c7ac57aafc) |
| 8005 | 2026-08-14T12:02:24.313Z | |
| 8006 | 2026-08-14T12:02:24.313Z | running 5 tests |
| 8007 | 2026-08-14T12:02:24.319Z | test switchport::test::test_compute_lanes ... ok |
| 8008 | 2026-08-14T12:02:24.319Z | test switchport::test::port_id_ordering ... ok |
| 8009 | 2026-08-14T12:02:24.319Z | test link::test_filter ... ok |
| 8010 | 2026-08-14T12:02:24.319Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 8011 | 2026-08-14T12:02:24.319Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 8012 | 2026-08-14T12:02:24.319Z | Rx Loss-of-signal: Yes Lane 0 Yes Yes Lane 1Yes |
| 8013 | 2026-08-14T12:02:24.319Z | Rx CDR Enabled: YesLane 2 Yes Lane 3Yes |
| 8014 | 2026-08-14T12:02:24.319Z | Yes |
| 8015 | 2026-08-14T12:02:24.319Z | State: Activated Tx Enabled: Yes Activated Yes ActivatedYes YesActivated |
| 8016 | 2026-08-14T12:02:24.319Z | |
| 8017 | 2026-08-14T12:02:24.319Z | Tx Loss-of-lock: No Rx Output Enabled: false Nofalse Nofalse Nofalse |
| 8018 | 2026-08-14T12:02:24.319Z | |
| 8019 | 2026-08-14T12:02:24.319Z | Tx Loss-of-signal: No Rx Output Status: validNo validNo No |
| 8020 | 2026-08-14T12:02:24.319Z | valid Tx CDR Enabled: No validNo |
| 8021 | 2026-08-14T12:02:24.320Z | No Rx Loss-of-lock: true No |
| 8022 | 2026-08-14T12:02:24.320Z | true true Tx Adaptive EQ Fault: No true |
| 8023 | 2026-08-14T12:02:24.320Z | No Rx Loss-of-signal: falseNo falseNo |
| 8024 | 2026-08-14T12:02:24.320Z | false Tx Fault: Yesfalse |
| 8025 | 2026-08-14T12:02:24.320Z | YesRx Auto-squelch Disable: true Yestrue Yes |
| 8026 | 2026-08-14T12:02:24.320Z | true true |
| 8027 | 2026-08-14T12:02:24.320Z | Tx Output Enabled: true true true true |
| 8028 | 2026-08-14T12:02:24.320Z | Tx Output Status: invalid invalid invalid invalid |
| 8029 | 2026-08-14T12:02:24.320Z | Tx Loss-of-lock: false false false false |
| 8030 | 2026-08-14T12:02:24.320Z | Tx Loss-of-signal: true true true true |
| 8031 | 2026-08-14T12:02:24.320Z | Tx Auto-squelch Disable: false false false false |
| 8032 | 2026-08-14T12:02:24.320Z | Tx Adaptive EQ Fail: true true true true |
| 8033 | 2026-08-14T12:02:24.320Z | Tx Failure: false false false false |
| 8034 | 2026-08-14T12:02:24.320Z | Tx Force Squelch: true true true true |
| 8035 | 2026-08-14T12:02:24.320Z | Tx Input Polarity: normal normal normal normal |
| 8036 | 2026-08-14T12:02:24.320Z | test switchport::test::test_print_cmis_datapath ... ok |
| 8037 | 2026-08-14T12:02:24.320Z | test switchport::test::test_print_sff_datapath ... ok |
| 8038 | 2026-08-14T12:02:24.320Z | |
| 8039 | 2026-08-14T12:02:24.320Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8040 | 2026-08-14T12:02:24.320Z | |
| 8041 | 2026-08-14T12:02:24.320Z | Running tests/counters.rs (target/debug/deps/counters-4982a5354f1e9ae7) |
| 8042 | 2026-08-14T12:02:24.383Z | |
| 8043 | 2026-08-14T12:02:24.383Z | running 1 test |
| 8044 | 2026-08-14T12:02:24.383Z | test test_p4_counter_list ... ignored |
| 8045 | 2026-08-14T12:02:24.383Z | |
| 8046 | 2026-08-14T12:02:24.383Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8047 | 2026-08-14T12:02:24.383Z | |
| 8048 | 2026-08-14T12:02:24.383Z | Running tests/port-link.rs (target/debug/deps/port_link-13c02bc02f8aab43) |
| 8049 | 2026-08-14T12:02:24.383Z | |
| 8050 | 2026-08-14T12:02:24.383Z | running 5 tests |
| 8051 | 2026-08-14T12:02:24.383Z | test test_an ... ignored |
| 8052 | 2026-08-14T12:02:24.383Z | test test_enable ... ignored |
| 8053 | 2026-08-14T12:02:24.383Z | test test_ip_addresses ... ignored |
| 8054 | 2026-08-14T12:02:24.384Z | test test_kr ... ignored |
| 8055 | 2026-08-14T12:02:24.384Z | test test_mac ... ignored |
| 8056 | 2026-08-14T12:02:24.384Z | |
| 8057 | 2026-08-14T12:02:24.384Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8058 | 2026-08-14T12:02:24.384Z | |
| 8059 | 2026-08-14T12:02:24.384Z | Running unittests src/main.rs (target/debug/deps/tfportd-1ae81b2a3d099b28) |
| 8060 | 2026-08-14T12:02:24.384Z | |
| 8061 | 2026-08-14T12:02:24.384Z | running 3 tests |
| 8062 | 2026-08-14T12:02:24.384Z | test linklocal::test_parse_ipadm ... ok |
| 8063 | 2026-08-14T12:02:24.384Z | test tfport::test_parse_tfport ... ok |
| 8064 | 2026-08-14T12:02:24.384Z | test config::tests::test_updates ... ok |
| 8065 | 2026-08-14T12:02:24.384Z | |
| 8066 | 2026-08-14T12:02:24.384Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8067 | 2026-08-14T12:02:24.384Z | |
| 8068 | 2026-08-14T12:02:24.384Z | Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40) |
| 8069 | 2026-08-14T12:02:24.384Z | |
| 8070 | 2026-08-14T12:02:24.384Z | running 0 tests |
| 8071 | 2026-08-14T12:02:24.384Z | |
| 8072 | 2026-08-14T12:02:24.384Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8073 | 2026-08-14T12:02:24.384Z | |
| 8074 | 2026-08-14T12:02:24.384Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 8075 | 2026-08-14T12:02:24.384Z | |
| 8076 | 2026-08-14T12:02:24.384Z | running 0 tests |
| 8077 | 2026-08-14T12:02:24.384Z | |
| 8078 | 2026-08-14T12:02:24.384Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8079 | 2026-08-14T12:02:24.384Z | |
| 8080 | 2026-08-14T12:02:24.384Z | Doc-tests aal |
| 8081 | 2026-08-14T12:02:24.465Z | |
| 8082 | 2026-08-14T12:02:24.466Z | running 0 tests |
| 8083 | 2026-08-14T12:02:24.466Z | |
| 8084 | 2026-08-14T12:02:24.466Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8085 | 2026-08-14T12:02:24.466Z | |
| 8086 | 2026-08-14T12:02:24.482Z | Doc-tests aal_macros |
| 8087 | 2026-08-14T12:02:24.550Z | |
| 8088 | 2026-08-14T12:02:24.551Z | running 0 tests |
| 8089 | 2026-08-14T12:02:24.551Z | |
| 8090 | 2026-08-14T12:02:24.551Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8091 | 2026-08-14T12:02:24.554Z | |
| 8092 | 2026-08-14T12:02:24.563Z | Doc-tests common |
| 8093 | 2026-08-14T12:02:24.795Z | |
| 8094 | 2026-08-14T12:02:24.795Z | running 0 tests |
| 8095 | 2026-08-14T12:02:24.796Z | |
| 8096 | 2026-08-14T12:02:24.796Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8097 | 2026-08-14T12:02:24.796Z | |
| 8098 | 2026-08-14T12:02:24.816Z | Doc-tests dpd_api |
| 8099 | 2026-08-14T12:02:25.559Z | |
| 8100 | 2026-08-14T12:02:25.559Z | running 2 tests |
| 8101 | 2026-08-14T12:02:25.559Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 8102 | 2026-08-14T12:02:25.559Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 8103 | 2026-08-14T12:02:25.560Z | |
| 8104 | 2026-08-14T12:02:25.560Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8105 | 2026-08-14T12:02:25.560Z | |
| 8106 | 2026-08-14T12:02:25.590Z | Doc-tests dpd_client |
| 8107 | 2026-08-14T12:02:26.844Z | |
| 8108 | 2026-08-14T12:02:26.844Z | running 0 tests |
| 8109 | 2026-08-14T12:02:26.844Z | |
| 8110 | 2026-08-14T12:02:26.844Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8111 | 2026-08-14T12:02:26.844Z | |
| 8112 | 2026-08-14T12:02:26.889Z | Doc-tests dpd_types |
| 8113 | 2026-08-14T12:02:27.096Z | |
| 8114 | 2026-08-14T12:02:27.097Z | running 0 tests |
| 8115 | 2026-08-14T12:02:27.097Z | |
| 8116 | 2026-08-14T12:02:27.097Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8117 | 2026-08-14T12:02:27.097Z | |
| 8118 | 2026-08-14T12:02:27.122Z | Doc-tests dpd_types_versions |
| 8119 | 2026-08-14T12:02:28.318Z | |
| 8120 | 2026-08-14T12:02:28.318Z | running 1 test |
| 8121 | 2026-08-14T12:02:28.318Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 8122 | 2026-08-14T12:02:28.318Z | |
| 8123 | 2026-08-14T12:02:28.318Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8124 | 2026-08-14T12:02:28.318Z | |
| 8125 | 2026-08-14T12:02:28.361Z | Doc-tests packet |
| 8126 | 2026-08-14T12:02:28.475Z | |
| 8127 | 2026-08-14T12:02:28.475Z | running 0 tests |
| 8128 | 2026-08-14T12:02:28.475Z | |
| 8129 | 2026-08-14T12:02:28.475Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8130 | 2026-08-14T12:02:28.475Z | |
| 8131 | 2026-08-14T12:02:28.491Z | Doc-tests pcap |
| 8132 | 2026-08-14T12:02:28.542Z | |
| 8133 | 2026-08-14T12:02:28.542Z | running 0 tests |
| 8134 | 2026-08-14T12:02:28.542Z | |
| 8135 | 2026-08-14T12:02:28.542Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8136 | 2026-08-14T12:02:28.542Z | |
| 8137 | 2026-08-14T12:02:28.591Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 8138 | 2026-08-14T12:02:28.591Z | + RUST_BACKTRACE=full |
| 8139 | 2026-08-14T12:02:28.591Z | + cargo test --features chaos --no-fail-fast |
| 8140 | 2026-08-14T12:02:29.195Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 8141 | 2026-08-14T12:02:29.275Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 8142 | 2026-08-14T12:02:29.284Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 8143 | 2026-08-14T12:02:37.546Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 8144 | 2026-08-14T12:02:37.674Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 8145 | 2026-08-14T12:03:12.510Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 43.90s |
| 8146 | 2026-08-14T12:03:12.638Z | Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e) |
| 8147 | 2026-08-14T12:03:12.641Z | |
| 8148 | 2026-08-14T12:03:12.641Z | running 5 tests |
| 8149 | 2026-08-14T12:03:12.641Z | test fuse::tests::chip_revision_a0 ... ok |
| 8150 | 2026-08-14T12:03:12.641Z | test fuse::tests::chip_revision_b1 ... ok |
| 8151 | 2026-08-14T12:03:12.641Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 8152 | 2026-08-14T12:03:12.641Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 8153 | 2026-08-14T12:03:12.641Z | test fuse::tests::chip_revision_b0 ... ok |
| 8154 | 2026-08-14T12:03:12.641Z | |
| 8155 | 2026-08-14T12:03:12.641Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8156 | 2026-08-14T12:03:12.642Z | |
| 8157 | 2026-08-14T12:03:12.642Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 8158 | 2026-08-14T12:03:12.645Z | |
| 8159 | 2026-08-14T12:03:12.645Z | running 0 tests |
| 8160 | 2026-08-14T12:03:12.645Z | |
| 8161 | 2026-08-14T12:03:12.645Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8162 | 2026-08-14T12:03:12.645Z | |
| 8163 | 2026-08-14T12:03:12.648Z | Running unittests src/lib.rs (target/debug/deps/asic-a23d923fc57e1b37) |
| 8164 | 2026-08-14T12:03:12.651Z | |
| 8165 | 2026-08-14T12:03:12.651Z | running 0 tests |
| 8166 | 2026-08-14T12:03:12.652Z | |
| 8167 | 2026-08-14T12:03:12.652Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8168 | 2026-08-14T12:03:12.652Z | |
| 8169 | 2026-08-14T12:03:12.652Z | Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac) |
| 8170 | 2026-08-14T12:03:12.656Z | |
| 8171 | 2026-08-14T12:03:12.657Z | running 11 tests |
| 8172 | 2026-08-14T12:03:12.660Z | test nat::tests::test_vni ... ok |
| 8173 | 2026-08-14T12:03:12.660Z | test network::tests::test_equal ... ok |
| 8174 | 2026-08-14T12:03:12.660Z | test network::tests::test_eui64 ... ok |
| 8175 | 2026-08-14T12:03:12.660Z | test network::tests::test_into ... ok |
| 8176 | 2026-08-14T12:03:12.660Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 8177 | 2026-08-14T12:03:12.660Z | test network::tests::test_not_equal ... ok |
| 8178 | 2026-08-14T12:03:12.660Z | test network::tests::test_to_string ... ok |
| 8179 | 2026-08-14T12:03:12.660Z | test ports::tests::port_ids_are_ascii ... ok |
| 8180 | 2026-08-14T12:03:12.660Z | test network::tests::test_parse ... ok |
| 8181 | 2026-08-14T12:03:12.660Z | test test_purge ... ok |
| 8182 | 2026-08-14T12:03:12.664Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 8183 | 2026-08-14T12:03:12.664Z | |
| 8184 | 2026-08-14T12:03:12.664Z | test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8185 | 2026-08-14T12:03:12.664Z | |
| 8186 | 2026-08-14T12:03:12.664Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef) |
| 8187 | 2026-08-14T12:03:12.690Z | |
| 8188 | 2026-08-14T12:03:12.690Z | running 1 test |
| 8189 | 2026-08-14T12:03:12.693Z | ------- |
| 8190 | 2026-08-14T12:03:12.696Z | Generating OpenAPI documents from API definitions ... |
| 8191 | 2026-08-14T12:03:12.852Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 8192 | 2026-08-14T12:03:12.921Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 8193 | 2026-08-14T12:03:13.902Z | ------- |
| 8194 | 2026-08-14T12:03:13.902Z | Checking 12 OpenAPI documents... |
| 8195 | 2026-08-14T12:03:13.902Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8196 | 2026-08-14T12:03:13.902Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8197 | 2026-08-14T12:03:13.906Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8198 | 2026-08-14T12:03:13.906Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8199 | 2026-08-14T12:03:13.906Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8200 | 2026-08-14T12:03:13.906Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8201 | 2026-08-14T12:03:13.906Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8202 | 2026-08-14T12:03:13.906Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8203 | 2026-08-14T12:03:13.906Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8204 | 2026-08-14T12:03:13.906Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8205 | 2026-08-14T12:03:13.906Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8206 | 2026-08-14T12:03:13.906Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8207 | 2026-08-14T12:03:13.906Z | Fresh dpd "latest" symlink |
| 8208 | 2026-08-14T12:03:13.906Z | ------- |
| 8209 | 2026-08-14T12:03:13.906Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 8210 | 2026-08-14T12:03:13.970Z | test test::test_apis_up_to_date ... ok |
| 8211 | 2026-08-14T12:03:13.970Z | |
| 8212 | 2026-08-14T12:03:13.970Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s |
| 8213 | 2026-08-14T12:03:13.970Z | |
| 8214 | 2026-08-14T12:03:14.030Z | Running unittests src/main.rs (target/debug/deps/dpd-6d6720b10860fcd3) |
| 8215 | 2026-08-14T12:03:14.035Z | |
| 8216 | 2026-08-14T12:03:14.035Z | running 34 tests |
| 8217 | 2026-08-14T12:03:14.038Z | test freemap::test_ordering ... ok |
| 8218 | 2026-08-14T12:03:14.038Z | test config::tests::test_updates ... ok |
| 8219 | 2026-08-14T12:03:14.038Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 8220 | 2026-08-14T12:03:14.038Z | test freemap::test_split ... ok |
| 8221 | 2026-08-14T12:03:14.038Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 8222 | 2026-08-14T12:03:14.043Z | test macaddrs::tests::test_mac_offset ... ok |
| 8223 | 2026-08-14T12:03:14.043Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 8224 | 2026-08-14T12:03:14.043Z | Aug 14 12:03:12.578 DEBG created new freemap, unit: freemap_test |
| 8225 | 2026-08-14T12:03:14.043Z | Aug 14 12:03:12.578 DEBG initted freemap. size: 128, unit: freemap_test |
| 8226 | 2026-08-14T12:03:14.043Z | Aug 14 12:03:12.578 DEBG reset freemap, unit: freemap_test |
| 8227 | 2026-08-14T12:03:14.043Z | test macaddrs::tests::test_parse_port_id ... ok |
| 8228 | 2026-08-14T12:03:14.043Z | test freemap::test_free ... ok |
| 8229 | 2026-08-14T12:03:14.043Z | Aug 14 12:03:12.578 DEBG created new freemap, unit: freemap_test |
| 8230 | 2026-08-14T12:03:14.043Z | Aug 14 12:03:12.578 DEBG initted freemap. size: 128, unit: freemap_test |
| 8231 | 2026-08-14T12:03:14.043Z | Aug 14 12:03:12.578 DEBG reset freemap, unit: freemap_test |
| 8232 | 2026-08-14T12:03:14.043Z | test nat::test_mapping ... ok |
| 8233 | 2026-08-14T12:03:14.043Z | Aug 14 12:03:12.578 DEBG created new freemap, Aug 14 12:03:12.578unit :DEBG freemap_testcreated new freemap |
| 8234 | 2026-08-14T12:03:14.043Z | , unit: freemap_test |
| 8235 | 2026-08-14T12:03:14.043Z | Aug 14 12:03:12.578 DEBG initted freemap. size: 128, unit: freemap_test |
| 8236 | 2026-08-14T12:03:14.043Z | Aug 14 12:03:12.579 DEBG reset freemap, unit: freemap_testAug 14 12:03:12.578 |
| 8237 | 2026-08-14T12:03:14.043Z | DEBG initted freemap. size: 128, unit: freemap_test |
| 8238 | 2026-08-14T12:03:14.043Z | Aug 14 12:03:12.579 DEBG reset freemap, unit: freemap_test |
| 8239 | 2026-08-14T12:03:14.043Z | test freemap::test_reclaim ... ok |
| 8240 | 2026-08-14T12:03:14.044Z | test freemap::test_exhaustion ... ok |
| 8241 | 2026-08-14T12:03:14.044Z | test freemap::test_basic ... ok |
| 8242 | 2026-08-14T12:03:14.044Z | test port_map::tests::test_backplane_group ... ok |
| 8243 | 2026-08-14T12:03:14.044Z | test port_map::tests::test_port_map ... ok |
| 8244 | 2026-08-14T12:03:14.044Z | test port_map::tests::dump_map ... ok |
| 8245 | 2026-08-14T12:03:14.044Z | Aug 14 12:03:12.579 DEBG created new freemap, unit: freemap_test |
| 8246 | 2026-08-14T12:03:14.044Z | Aug 14 12:03:12.579 DEBG initted freemap. size: 8, unit: freemap_test |
| 8247 | 2026-08-14T12:03:14.044Z | Aug 14 12:03:12.579 DEBG reset freemap, unit: freemap_test |
| 8248 | 2026-08-14T12:03:14.044Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 8249 | 2026-08-14T12:03:14.044Z | Aug 14 12:03:12.579 DEBG created new freemap, unit: freemap_test |
| 8250 | 2026-08-14T12:03:14.044Z | Aug 14 12:03:12.579 DEBG initted freemap. size: 128, unitAug 14 12:03:12.579: DEBGfreemap_test |
| 8251 | 2026-08-14T12:03:14.044Z | created new freemap, unit:Aug 14 12:03:12.579 freemap_route_ipv4DEBG |
| 8252 | 2026-08-14T12:03:14.044Z | reset freemap, unit: Aug 14 12:03:12.579freemap_test |
| 8253 | 2026-08-14T12:03:14.044Z | DEBG created new freemap, unit: freemap_route_ipv6 |
| 8254 | 2026-08-14T12:03:14.044Z | Aug 14 12:03:12.580Aug 14 12:03:12.579 DEBGDEBG initted freemap. size: 64created new freemap, unit, :unit :freemap_route_ipv4 |
| 8255 | 2026-08-14T12:03:14.044Z | freemap_route_ipv4 |
| 8256 | 2026-08-14T12:03:14.044Z | Aug 14 12:03:12.580 DEBG reset freemap, Aug 14 12:03:12.580unit :DEBG freemap_route_ipv4created new freemap |
| 8257 | 2026-08-14T12:03:14.044Z | , unit: freemap_route_ipv6Aug 14 12:03:12.580 |
| 8258 | 2026-08-14T12:03:14.044Z | DEBG initted freemap. size: 64, unit:Aug 14 12:03:12.580 freemap_route_ipv6DEBG |
| 8259 | 2026-08-14T12:03:14.044Z | initted freemap. size: 64, Aug 14 12:03:12.580unit :DEBG freemap_route_ipv4reset freemap |
| 8260 | 2026-08-14T12:03:14.044Z | , unit:Aug 14 12:03:12.580 freemap_route_ipv6DEBG |
| 8261 | 2026-08-14T12:03:14.044Z | reset freemap, unit:Aug 14 12:03:12.580 freemap_route_ipv4INFO |
| 8262 | 2026-08-14T12:03:14.044Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8263 | 2026-08-14T12:03:14.044Z | Aug 14 12:03:12.580 DEBGAug 14 12:03:12.580 initted freemap. size: 64DEBG, unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]: |
| 8264 | 2026-08-14T12:03:14.044Z | freemap_route_ipv6 |
| 8265 | 2026-08-14T12:03:14.044Z | Aug 14 12:03:12.580 INFOAug 14 12:03:12.580 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 8266 | 2026-08-14T12:03:14.044Z | reset freemap, unit:Aug 14 12:03:12.580 freemap_route_ipv6DEBG |
| 8267 | 2026-08-14T12:03:14.044Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8268 | 2026-08-14T12:03:14.044Z | Aug 14 12:03:12.580 INFO Aug 14 12:03:12.580adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8269 | 2026-08-14T12:03:14.044Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8270 | 2026-08-14T12:03:14.044Z | Aug 14 12:03:12.580 DEBG Aug 14 12:03:12.580replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8271 | 2026-08-14T12:03:14.044Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 14 12:03:12.580 |
| 8272 | 2026-08-14T12:03:14.044Z | INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8273 | 2026-08-14T12:03:14.044Z | Aug 14 12:03:12.580 INFOAug 14 12:03:12.580 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG |
| 8274 | 2026-08-14T12:03:14.044Z | 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 } }] |
| 8275 | 2026-08-14T12:03:14.044Z | Aug 14 12:03:12.580 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 } }] |
| 8276 | 2026-08-14T12:03:14.044Z | Aug 14 12:03:12.580 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8277 | 2026-08-14T12:03:14.044Z | Aug 14 12:03:12.580 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 } }] |
| 8278 | 2026-08-14T12:03:14.045Z | Aug 14 12:03:12.580 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8279 | 2026-08-14T12:03:14.045Z | Aug 14 12:03:12.580 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 } }] |
| 8280 | 2026-08-14T12:03:14.045Z | Aug 14 12:03:12.580 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8281 | 2026-08-14T12:03:14.045Z | Aug 14 12:03:12.580 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 } }] |
| 8282 | 2026-08-14T12:03:14.045Z | Aug 14 12:03:12.580 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8283 | 2026-08-14T12:03:14.045Z | Aug 14 12:03:12.580 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 } }] |
| 8284 | 2026-08-14T12:03:14.045Z | Aug 14 12:03:12.580 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8285 | 2026-08-14T12:03:14.045Z | Aug 14 12:03:12.580 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 } }] |
| 8286 | 2026-08-14T12:03:14.045Z | Aug 14 12:03:12.580 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8287 | 2026-08-14T12:03:14.045Z | Aug 14 12:03:12.580 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 } }] |
| 8288 | 2026-08-14T12:03:14.045Z | Aug 14 12:03:12.580 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8289 | 2026-08-14T12:03:14.045Z | Aug 14 12:03:12.580 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 } }] |
| 8290 | 2026-08-14T12:03:14.045Z | Aug 14 12:03:12.580 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8291 | 2026-08-14T12:03:14.045Z | Aug 14 12:03:12.580 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 } }] |
| 8292 | 2026-08-14T12:03:14.045Z | Aug 14 12:03:12.580 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8293 | 2026-08-14T12:03:14.045Z | Aug 14 12:03:12.580 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 } }] |
| 8294 | 2026-08-14T12:03:14.045Z | Aug 14 12:03:12.580 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8295 | 2026-08-14T12:03:14.045Z | Aug 14 12:03:12.580 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 } }] |
| 8296 | 2026-08-14T12:03:14.045Z | Aug 14 12:03:12.580 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8297 | 2026-08-14T12:03:14.045Z | Aug 14 12:03:12.580 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 } }] |
| 8298 | 2026-08-14T12:03:14.045Z | Aug 14 12:03:12.580 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8299 | 2026-08-14T12:03:14.045Z | Aug 14 12:03:12.580 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 } }] |
| 8300 | 2026-08-14T12:03:14.045Z | Aug 14 12:03:12.580 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8301 | 2026-08-14T12:03:14.045Z | Aug 14 12:03:12.580 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 } }] |
| 8302 | 2026-08-14T12:03:14.045Z | Aug 14 12:03:12.580 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8303 | 2026-08-14T12:03:14.045Z | Aug 14 12:03:12.580 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 } }] |
| 8304 | 2026-08-14T12:03:14.045Z | Aug 14 12:03:12.580 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8305 | 2026-08-14T12:03:14.045Z | Aug 14 12:03:12.580 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 } }] |
| 8306 | 2026-08-14T12:03:14.045Z | Aug 14 12:03:12.580 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8307 | 2026-08-14T12:03:14.045Z | Aug 14 12:03:12.580 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 } }] |
| 8308 | 2026-08-14T12:03:14.045Z | Aug 14 12:03:12.580 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 8309 | 2026-08-14T12:03:14.045Z | Aug 14 12:03:12.580 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 } }] |
| 8310 | 2026-08-14T12:03:14.045Z | Aug 14 12:03:12.580 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8311 | 2026-08-14T12:03:14.045Z | Aug 14 12:03:12.580 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 } }] |
| 8312 | 2026-08-14T12:03:14.045Z | Aug 14 12:03:12.580 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 8313 | 2026-08-14T12:03:14.045Z | Aug 14 12:03:12.580 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 } }] |
| 8314 | 2026-08-14T12:03:14.045Z | Aug 14 12:03:12.580 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8315 | 2026-08-14T12:03:14.045Z | Aug 14 12:03:12.580 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 } }] |
| 8316 | 2026-08-14T12:03:14.045Z | Aug 14 12:03:12.580 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8317 | 2026-08-14T12:03:14.046Z | Aug 14 12:03:12.580 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 } }] |
| 8318 | 2026-08-14T12:03:14.046Z | Aug 14 12:03:12.580 Aug 14 12:03:12.580INFO INFOadding route 3fff:beef:1::/64 -> 2001:db8::55:ff adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8319 | 2026-08-14T12:03:14.046Z | |
| 8320 | 2026-08-14T12:03:14.046Z | test port_map::tests::parse_softnpu_revision ... ok |
| 8321 | 2026-08-14T12:03:14.046Z | Aug 14 12:03:12.580Aug 14 12:03:12.580 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: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 } }] |
| 8322 | 2026-08-14T12:03:14.066Z | |
| 8323 | 2026-08-14T12:03:14.066Z | Aug 14 12:03:12.580Aug 14 12:03:12.580 INFOINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8324 | 2026-08-14T12:03:14.066Z | |
| 8325 | 2026-08-14T12:03:14.066Z | Aug 14 12:03:12.580Aug 14 12:03:12.580 DEBGDEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 8326 | 2026-08-14T12:03:14.066Z | |
| 8327 | 2026-08-14T12:03:14.066Z | Aug 14 12:03:12.580Aug 14 12:03:12.580 INFOINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8328 | 2026-08-14T12:03:14.066Z | |
| 8329 | 2026-08-14T12:03:14.066Z | Aug 14 12:03:12.580Aug 14 12:03:12.580 DEBGDEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8330 | 2026-08-14T12:03:14.066Z | |
| 8331 | 2026-08-14T12:03:14.066Z | Aug 14 12:03:12.580Aug 14 12:03:12.580 INFOINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8332 | 2026-08-14T12:03:14.066Z | |
| 8333 | 2026-08-14T12:03:14.066Z | Aug 14 12:03:12.580Aug 14 12:03:12.580 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: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 } }] |
| 8334 | 2026-08-14T12:03:14.066Z | |
| 8335 | 2026-08-14T12:03:14.066Z | Aug 14 12:03:12.580Aug 14 12:03:12.580 INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8336 | 2026-08-14T12:03:14.066Z | |
| 8337 | 2026-08-14T12:03:14.066Z | Aug 14 12:03:12.580Aug 14 12:03:12.580 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: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 } }] |
| 8338 | 2026-08-14T12:03:14.066Z | |
| 8339 | 2026-08-14T12:03:14.066Z | Aug 14 12:03:12.580Aug 14 12:03:12.580 INFOINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8340 | 2026-08-14T12:03:14.066Z | |
| 8341 | 2026-08-14T12:03:14.066Z | Aug 14 12:03:12.580Aug 14 12:03:12.580 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: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 } }] |
| 8342 | 2026-08-14T12:03:14.066Z | |
| 8343 | 2026-08-14T12:03:14.066Z | Aug 14 12:03:12.580Aug 14 12:03:12.580 INFOINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8344 | 2026-08-14T12:03:14.066Z | |
| 8345 | 2026-08-14T12:03:14.066Z | Aug 14 12:03:12.580Aug 14 12:03:12.580 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: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 } }] |
| 8346 | 2026-08-14T12:03:14.066Z | |
| 8347 | 2026-08-14T12:03:14.066Z | Aug 14 12:03:12.580Aug 14 12:03:12.580 INFOINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8348 | 2026-08-14T12:03:14.066Z | |
| 8349 | 2026-08-14T12:03:14.066Z | Aug 14 12:03:12.580Aug 14 12:03:12.580Aug 14 12:03:12.580 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: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 } }] |
| 8350 | 2026-08-14T12:03:14.066Z | |
| 8351 | 2026-08-14T12:03:14.067Z | DEBG created new freemap, Aug 14 12:03:12.580Aug 14 12:03:12.580 unitINFO INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff :adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8352 | 2026-08-14T12:03:14.067Z | |
| 8353 | 2026-08-14T12:03:14.067Z | freemap_route_ipv4 |
| 8354 | 2026-08-14T12:03:14.067Z | Aug 14 12:03:12.580Aug 14 12:03:12.580 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 } }]Aug 14 12:03:12.580 |
| 8355 | 2026-08-14T12:03:14.067Z | 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 } }] |
| 8356 | 2026-08-14T12:03:14.067Z | DEBG created new freemapAug 14 12:03:12.580, Aug 14 12:03:12.580unitINFO :INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff freemap_route_ipv6 |
| 8357 | 2026-08-14T12:03:14.067Z | |
| 8358 | 2026-08-14T12:03:14.067Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 8359 | 2026-08-14T12:03:14.067Z | Aug 14 12:03:12.580Aug 14 12:03:12.580Aug 14 12:03:12.580 DEBGDEBG DEBGinitted freemap. size: 64replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], unitreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8360 | 2026-08-14T12:03:14.067Z | : |
| 8361 | 2026-08-14T12:03:14.067Z | freemap_route_ipv4 |
| 8362 | 2026-08-14T12:03:14.067Z | Aug 14 12:03:12.580Aug 14 12:03:12.580 INFO INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 14 12:03:12.580 |
| 8363 | 2026-08-14T12:03:14.067Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG |
| 8364 | 2026-08-14T12:03:14.067Z | reset freemapAug 14 12:03:12.580, unitDEBGAug 14 12:03:12.580 :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 } }] |
| 8365 | 2026-08-14T12:03:14.067Z | freemap_route_ipv4 |
| 8366 | 2026-08-14T12:03:14.067Z | 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 } }] |
| 8367 | 2026-08-14T12:03:14.067Z | Aug 14 12:03:12.580 Aug 14 12:03:12.580Aug 14 12:03:12.580DEBG INFOINFO initted freemap. size: 64adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8368 | 2026-08-14T12:03:14.067Z | |
| 8369 | 2026-08-14T12:03:14.067Z | , unit: freemap_route_ipv6Aug 14 12:03:12.580 |
| 8370 | 2026-08-14T12:03:14.067Z | Aug 14 12:03:12.580DEBG 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 } }] |
| 8371 | 2026-08-14T12:03:14.067Z | 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 14 12:03:12.580 Aug 14 12:03:12.580 |
| 8372 | 2026-08-14T12:03:14.067Z | INFODEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ffreset freemap |
| 8373 | 2026-08-14T12:03:14.067Z | , Aug 14 12:03:12.580unit :INFO Aug 14 12:03:12.580 freemap_route_ipv6adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8374 | 2026-08-14T12:03:14.067Z | DEBG |
| 8375 | 2026-08-14T12:03:14.067Z | replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:03:12.580 |
| 8376 | 2026-08-14T12:03:14.067Z | DEBG Aug 14 12:03:12.580replacing 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 } }] |
| 8377 | 2026-08-14T12:03:14.067Z | Aug 14 12:03:12.580INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8378 | 2026-08-14T12:03:14.067Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 8379 | 2026-08-14T12:03:14.067Z | Aug 14 12:03:12.580Aug 14 12:03:12.580 INFOAug 14 12:03:12.580DEBG 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 } }] adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8380 | 2026-08-14T12:03:14.067Z | |
| 8381 | 2026-08-14T12:03:14.067Z | 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 } }] |
| 8382 | 2026-08-14T12:03:14.067Z | test freemap::test_span ... ok |
| 8383 | 2026-08-14T12:03:14.067Z | Aug 14 12:03:12.580Aug 14 12:03:12.580Aug 14 12:03:12.580 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 8384 | 2026-08-14T12:03:14.067Z | test api_server::tests::test_build_info ... ok |
| 8385 | 2026-08-14T12:03:14.067Z | Aug 14 12:03:12.580 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:dead::/64 -> 2001:db8::55:2 |
| 8386 | 2026-08-14T12:03:14.067Z | |
| 8387 | 2026-08-14T12:03:14.067Z | Aug 14 12:03:12.580 DEBGINFO adding route 3fff:beef:24::/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 } }] |
| 8388 | 2026-08-14T12:03:14.067Z | Aug 14 12:03:12.580 |
| 8389 | 2026-08-14T12:03:14.068Z | DEBGAug 14 12:03:12.580 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 8390 | 2026-08-14T12:03:14.068Z | 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 } }] |
| 8391 | 2026-08-14T12:03:14.068Z | Aug 14 12:03:12.580Aug 14 12:03:12.580 Aug 14 12:03:12.580INFO INFOINFO adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8392 | 2026-08-14T12:03:14.068Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8393 | 2026-08-14T12:03:14.068Z | |
| 8394 | 2026-08-14T12:03:14.068Z | Aug 14 12:03:12.580Aug 14 12:03:12.580 Aug 14 12:03:12.580 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 } }]DEBG |
| 8395 | 2026-08-14T12:03:14.068Z | 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:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8396 | 2026-08-14T12:03:14.068Z | |
| 8397 | 2026-08-14T12:03:14.068Z | Aug 14 12:03:12.580 INFO Aug 14 12:03:12.580adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 8398 | 2026-08-14T12:03:14.068Z | INFOAug 14 12:03:12.580 adding route 3fff:beef:1::/64 -> 2001:db8::55:ffINFO |
| 8399 | 2026-08-14T12:03:14.068Z | Aug 14 12:03:12.580 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG |
| 8400 | 2026-08-14T12:03:14.068Z | Aug 14 12:03:12.580replacing 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 } }] |
| 8401 | 2026-08-14T12:03:14.068Z | 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 } }] |
| 8402 | 2026-08-14T12:03:14.068Z | Aug 14 12:03:12.580Aug 14 12:03:12.580 Aug 14 12:03:12.580DEBG INFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8403 | 2026-08-14T12:03:14.068Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 8404 | 2026-08-14T12:03:14.068Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8405 | 2026-08-14T12:03:14.068Z | Aug 14 12:03:12.580Aug 14 12:03:12.580 Aug 14 12:03:12.580INFO DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8406 | 2026-08-14T12:03:14.068Z | 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 } }]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 } }] |
| 8407 | 2026-08-14T12:03:14.068Z | |
| 8408 | 2026-08-14T12:03:14.068Z | Aug 14 12:03:12.580 Aug 14 12:03:12.580Aug 14 12:03:12.580DEBG INFOINFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8409 | 2026-08-14T12:03:14.068Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 8410 | 2026-08-14T12:03:14.068Z | |
| 8411 | 2026-08-14T12:03:14.068Z | Aug 14 12:03:12.580Aug 14 12:03:12.580Aug 14 12:03:12.580 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 } }]DEBG |
| 8412 | 2026-08-14T12:03:14.068Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 8413 | 2026-08-14T12:03:14.068Z | 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 } }] |
| 8414 | 2026-08-14T12:03:14.068Z | Aug 14 12:03:12.580Aug 14 12:03:12.580 INFODEBGAug 14 12:03:12.580 replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8415 | 2026-08-14T12:03:14.068Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 8416 | 2026-08-14T12:03:14.068Z | |
| 8417 | 2026-08-14T12:03:14.068Z | Aug 14 12:03:12.580Aug 14 12:03:12.580Aug 14 12:03:12.580 DEBGDEBG INFO replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 8418 | 2026-08-14T12:03:14.068Z | |
| 8419 | 2026-08-14T12:03:14.068Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8420 | 2026-08-14T12:03:14.068Z | Aug 14 12:03:12.580Aug 14 12:03:12.580 Aug 14 12:03:12.580Aug 14 12:03:12.580INFO INFO DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG |
| 8421 | 2026-08-14T12:03:14.068Z | created new freemap , replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ffunit |
| 8422 | 2026-08-14T12:03:14.074Z | |
| 8423 | 2026-08-14T12:03:14.074Z | Aug 14 12:03:12.580: DEBG freemap_route_ipv4Aug 14 12:03:12.580 |
| 8424 | 2026-08-14T12:03:14.074Z | 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 } }]INFOAug 14 12:03:12.580 |
| 8425 | 2026-08-14T12:03:14.074Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff DEBG |
| 8426 | 2026-08-14T12:03:14.074Z | 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 14 12:03:12.580 |
| 8427 | 2026-08-14T12:03:14.074Z | Aug 14 12:03:12.580 Aug 14 12:03:12.580INFO DEBGDEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff Aug 14 12:03:12.580replacing 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 } }] |
| 8428 | 2026-08-14T12:03:14.074Z | created new freemap |
| 8429 | 2026-08-14T12:03:14.074Z | , unitINFO: Aug 14 12:03:12.581Aug 14 12:03:12.581adding route 3fff:beef:6::/64 -> 2001:db8::55:ff INFODEBG adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8430 | 2026-08-14T12:03:14.074Z | 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 } }] |
| 8431 | 2026-08-14T12:03:14.074Z | |
| 8432 | 2026-08-14T12:03:14.074Z | freemap_route_ipv6 |
| 8433 | 2026-08-14T12:03:14.074Z | Aug 14 12:03:12.581Aug 14 12:03:12.581Aug 14 12:03:12.581Aug 14 12:03:12.581 DEBGDEBGINFO initted freemap. size: 64replacing 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 } }] |
| 8434 | 2026-08-14T12:03:14.074Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG, |
| 8435 | 2026-08-14T12:03:14.074Z | unit :Aug 14 12:03:12.581replacing 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 } }] |
| 8436 | 2026-08-14T12:03:14.074Z | freemap_route_ipv4INFO |
| 8437 | 2026-08-14T12:03:14.074Z | Aug 14 12:03:12.581 DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 8438 | 2026-08-14T12:03:14.074Z | 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 14 12:03:12.581 |
| 8439 | 2026-08-14T12:03:14.074Z | Aug 14 12:03:12.581INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG |
| 8440 | 2026-08-14T12:03:14.074Z | Aug 14 12:03:12.581reset freemap DEBG , replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:03:12.581unit |
| 8441 | 2026-08-14T12:03:14.074Z | Aug 14 12:03:12.581DEBG 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 } }]: |
| 8442 | 2026-08-14T12:03:14.074Z | Aug 14 12:03:12.581 INFOfreemap_route_ipv4INFO |
| 8443 | 2026-08-14T12:03:14.074Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 8444 | 2026-08-14T12:03:14.074Z | |
| 8445 | 2026-08-14T12:03:14.074Z | Aug 14 12:03:12.581Aug 14 12:03:12.581 DEBGDEBG Aug 14 12:03:12.581 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: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 } }] |
| 8446 | 2026-08-14T12:03:14.074Z | |
| 8447 | 2026-08-14T12:03:14.074Z | Aug 14 12:03:12.581DEBG INFOAug 14 12:03:12.581initted freemap. size: 64Aug 14 12:03:12.581 , INFOunit adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff: |
| 8448 | 2026-08-14T12:03:14.074Z | INFO |
| 8449 | 2026-08-14T12:03:14.074Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 14 12:03:12.581 |
| 8450 | 2026-08-14T12:03:14.074Z | freemap_route_ipv6DEBG |
| 8451 | 2026-08-14T12:03:14.074Z | 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 14 12:03:12.581 |
| 8452 | 2026-08-14T12:03:14.074Z | Aug 14 12:03:12.581DEBG Aug 14 12:03:12.581Aug 14 12:03:12.581DEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8453 | 2026-08-14T12:03:14.074Z | adding route 3fff:beef:19::/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 } }] |
| 8454 | 2026-08-14T12:03:14.074Z | |
| 8455 | 2026-08-14T12:03:14.074Z | DEBG Aug 14 12:03:12.581reset freemap Aug 14 12:03:12.581INFO, unitadding route 3fff:beef:9::/64 -> 2001:db8::55:ff:Aug 14 12:03:12.581 DEBGINFOfreemap_route_ipv6 |
| 8456 | 2026-08-14T12:03:14.074Z | 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 } }] |
| 8457 | 2026-08-14T12:03:14.074Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 8458 | 2026-08-14T12:03:14.075Z | |
| 8459 | 2026-08-14T12:03:14.075Z | Aug 14 12:03:12.581 Aug 14 12:03:12.581Aug 14 12:03:12.581Aug 14 12:03:12.581DEBG DEBGINFO 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:1a::/64 -> 2001:db8::55:ff |
| 8460 | 2026-08-14T12:03:14.075Z | |
| 8461 | 2026-08-14T12:03:14.075Z | 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 } }] |
| 8462 | 2026-08-14T12:03:14.075Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 14 12:03:12.581Aug 14 12:03:12.581 |
| 8463 | 2026-08-14T12:03:14.075Z | INFO DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 8464 | 2026-08-14T12:03:14.075Z | 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 14 12:03:12.581 |
| 8465 | 2026-08-14T12:03:14.075Z | Aug 14 12:03:12.581 DEBGAug 14 12:03:12.581Aug 14 12:03:12.581 INFOINFO DEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8466 | 2026-08-14T12:03:14.075Z | |
| 8467 | 2026-08-14T12:03:14.075Z | 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: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 } }] |
| 8468 | 2026-08-14T12:03:14.075Z | |
| 8469 | 2026-08-14T12:03:14.075Z | Aug 14 12:03:12.581Aug 14 12:03:12.581 Aug 14 12:03:12.581DEBG 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:31::/64 -> 2001:db8::55:ff |
| 8470 | 2026-08-14T12:03:14.075Z | |
| 8471 | 2026-08-14T12:03:14.075Z | 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 14 12:03:12.581 |
| 8472 | 2026-08-14T12:03:14.075Z | INFOAug 14 12:03:12.581 Aug 14 12:03:12.581 INFOAug 14 12:03:12.581adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8473 | 2026-08-14T12:03:14.075Z | INFO 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 } }] |
| 8474 | 2026-08-14T12:03:14.075Z | |
| 8475 | 2026-08-14T12:03:14.075Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8476 | 2026-08-14T12:03:14.075Z | Aug 14 12:03:12.581 Aug 14 12:03:12.581DEBG Aug 14 12:03:12.581 INFOreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8477 | 2026-08-14T12:03:14.075Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 8478 | 2026-08-14T12:03:14.075Z | DEBGAug 14 12:03:12.581 Aug 14 12:03:12.581replacing 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 |
| 8479 | 2026-08-14T12:03:14.075Z | DEBGAug 14 12:03:12.581 DEBGAug 14 12:03:12.581adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8480 | 2026-08-14T12:03:14.075Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8481 | 2026-08-14T12:03:14.075Z | |
| 8482 | 2026-08-14T12:03:14.075Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8483 | 2026-08-14T12:03:14.075Z | Aug 14 12:03:12.581 Aug 14 12:03:12.581DEBG Aug 14 12:03:12.581INFOreplacing 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 } }] |
| 8484 | 2026-08-14T12:03:14.075Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 14 12:03:12.581 |
| 8485 | 2026-08-14T12:03:14.075Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGAug 14 12:03:12.581 Aug 14 12:03:12.581 |
| 8486 | 2026-08-14T12:03:14.075Z | replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8487 | 2026-08-14T12:03:14.075Z | DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff Aug 14 12:03:12.581 |
| 8488 | 2026-08-14T12:03:14.075Z | 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 } }] |
| 8489 | 2026-08-14T12:03:14.075Z | 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 } }] |
| 8490 | 2026-08-14T12:03:14.075Z | Aug 14 12:03:12.581Aug 14 12:03:12.581Aug 14 12:03:12.581Aug 14 12:03:12.581 INFOINFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 8491 | 2026-08-14T12:03:14.075Z | |
| 8492 | 2026-08-14T12:03:14.075Z | 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 } }] |
| 8493 | 2026-08-14T12:03:14.075Z | INFO Aug 14 12:03:12.581adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8494 | 2026-08-14T12:03:14.075Z | Aug 14 12:03:12.581DEBG Aug 14 12:03:12.581DEBG 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 } }] 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 } }] |
| 8495 | 2026-08-14T12:03:14.075Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 8496 | 2026-08-14T12:03:14.075Z | |
| 8497 | 2026-08-14T12:03:14.075Z | Aug 14 12:03:12.581 DEBG Aug 14 12:03:12.581replacing 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 14 12:03:12.581Aug 14 12:03:12.581INFO |
| 8498 | 2026-08-14T12:03:14.076Z | INFO DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 8499 | 2026-08-14T12:03:14.076Z | 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::/64 -> 2001:db8::55:ff |
| 8500 | 2026-08-14T12:03:14.076Z | |
| 8501 | 2026-08-14T12:03:14.076Z | Aug 14 12:03:12.581Aug 14 12:03:12.581 INFODEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 14 12:03:12.581 |
| 8502 | 2026-08-14T12:03:14.076Z | replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:03:12.581INFO |
| 8503 | 2026-08-14T12:03:14.076Z | DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 8504 | 2026-08-14T12:03:14.076Z | Aug 14 12:03:12.581Aug 14 12:03:12.581 DEBGINFO Aug 14 12:03:12.581replacing 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: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 } }] |
| 8505 | 2026-08-14T12:03:14.076Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG |
| 8506 | 2026-08-14T12:03:14.076Z | 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 14 12:03:12.581 |
| 8507 | 2026-08-14T12:03:14.076Z | |
| 8508 | 2026-08-14T12:03:14.076Z | INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8509 | 2026-08-14T12:03:14.076Z | Aug 14 12:03:12.581Aug 14 12:03:12.581 Aug 14 12:03:12.581 DEBGINFO INFO replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8510 | 2026-08-14T12:03:14.076Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 14 12:03:12.581 |
| 8511 | 2026-08-14T12:03:14.076Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff Aug 14 12:03:12.581 |
| 8512 | 2026-08-14T12:03:14.076Z | DEBG Aug 14 12:03:12.581replacing 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 } }] |
| 8513 | 2026-08-14T12:03:14.076Z | DEBG INFOAug 14 12:03:12.581 adding route 3fff:beef:37::/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 } }] |
| 8514 | 2026-08-14T12:03:14.076Z | |
| 8515 | 2026-08-14T12:03:14.076Z | DEBG Aug 14 12:03:12.581Aug 14 12:03:12.581 Aug 14 12:03:12.581 INFODEBG 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 } }]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 } }] adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 8516 | 2026-08-14T12:03:14.076Z | Aug 14 12:03:12.581 DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8517 | 2026-08-14T12:03:14.076Z | 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 } }] |
| 8518 | 2026-08-14T12:03:14.076Z | Aug 14 12:03:12.581Aug 14 12:03:12.581 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:11::/64 -> 2001:db8::55:ff |
| 8519 | 2026-08-14T12:03:14.076Z | |
| 8520 | 2026-08-14T12:03:14.076Z | Aug 14 12:03:12.581 Aug 14 12:03:12.581DEBG 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 } }] |
| 8521 | 2026-08-14T12:03:14.076Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8522 | 2026-08-14T12:03:14.080Z | Aug 14 12:03:12.581 Aug 14 12:03:12.581INFO DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 8523 | 2026-08-14T12:03:14.080Z | 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 14 12:03:12.581 |
| 8524 | 2026-08-14T12:03:14.080Z | DEBG Aug 14 12:03:12.581created new freemap Aug 14 12:03:12.581DEBG , unitreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:INFO freemap_route_ipv4 |
| 8525 | 2026-08-14T12:03:14.080Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8526 | 2026-08-14T12:03:14.080Z | |
| 8527 | 2026-08-14T12:03:14.080Z | Aug 14 12:03:12.581Aug 14 12:03:12.581 DEBGINFO Aug 14 12:03:12.581 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8528 | 2026-08-14T12:03:14.080Z | |
| 8529 | 2026-08-14T12:03:14.080Z | DEBG created new freemapAug 14 12:03:12.581 INFO, unitadding route 3fff:beef:5::/64 -> 2001:db8::55:ff: |
| 8530 | 2026-08-14T12:03:14.080Z | freemap_route_ipv6 |
| 8531 | 2026-08-14T12:03:14.080Z | Aug 14 12:03:12.581Aug 14 12:03:12.581Aug 14 12:03:12.581 DEBGDEBG initted freemap. size: 64DEBG, unitreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: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 } }] |
| 8532 | 2026-08-14T12:03:14.080Z | |
| 8533 | 2026-08-14T12:03:14.080Z | freemap_route_ipv4 |
| 8534 | 2026-08-14T12:03:14.081Z | Aug 14 12:03:12.581 Aug 14 12:03:12.581INFO INFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8535 | 2026-08-14T12:03:14.081Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8536 | 2026-08-14T12:03:14.081Z | Aug 14 12:03:12.581Aug 14 12:03:12.581 DEBGDEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8537 | 2026-08-14T12:03:14.081Z | |
| 8538 | 2026-08-14T12:03:14.081Z | Aug 14 12:03:12.581 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8539 | 2026-08-14T12:03:14.081Z | Aug 14 12:03:12.581 |
| 8540 | 2026-08-14T12:03:14.081Z | INFO Aug 14 12:03:12.581adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8541 | 2026-08-14T12:03:14.081Z | DEBG Aug 14 12:03:12.581replacing 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 } }] |
| 8542 | 2026-08-14T12:03:14.081Z | INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 14 12:03:12.581Aug 14 12:03:12.581 |
| 8543 | 2026-08-14T12:03:14.081Z | Aug 14 12:03:12.581 DEBGINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBG |
| 8544 | 2026-08-14T12:03:14.081Z | Aug 14 12:03:12.581 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 Aug 14 12:03:12.581 |
| 8545 | 2026-08-14T12:03:14.081Z | reset freemap, unit: Aug 14 12:03:12.581 |
| 8546 | 2026-08-14T12:03:14.081Z | freemap_route_ipv4INFO |
| 8547 | 2026-08-14T12:03:14.081Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 8548 | 2026-08-14T12:03:14.081Z | Aug 14 12:03:12.581 DEBG Aug 14 12:03:12.581initted freemap. size: 64 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 8549 | 2026-08-14T12:03:14.081Z | , Aug 14 12:03:12.581unit :DEBG Aug 14 12:03:12.581 freemap_route_ipv6DEBGreplacing 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 } }] |
| 8550 | 2026-08-14T12:03:14.081Z | 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 } }] |
| 8551 | 2026-08-14T12:03:14.081Z | |
| 8552 | 2026-08-14T12:03:14.081Z | DEBGAug 14 12:03:12.581Aug 14 12:03:12.581Aug 14 12:03:12.581 DEBG INFOINFOreset freemap , unitreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ff: |
| 8553 | 2026-08-14T12:03:14.081Z | |
| 8554 | 2026-08-14T12:03:14.081Z | |
| 8555 | 2026-08-14T12:03:14.081Z | freemap_route_ipv6 |
| 8556 | 2026-08-14T12:03:14.081Z | Aug 14 12:03:12.581 DEBG Aug 14 12:03:12.581replacing 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 } }] |
| 8557 | 2026-08-14T12:03:14.081Z | Aug 14 12:03:12.581Aug 14 12:03:12.581INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 INFO |
| 8558 | 2026-08-14T12:03:14.081Z | Aug 14 12:03:12.581adding route 3fff:beef:9::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8559 | 2026-08-14T12:03:14.081Z | |
| 8560 | 2026-08-14T12:03:14.081Z | Aug 14 12:03:12.581INFO DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 8561 | 2026-08-14T12:03:14.081Z | Aug 14 12:03:12.581Aug 14 12:03:12.581 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 8562 | 2026-08-14T12:03:14.081Z | 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 } }] |
| 8563 | 2026-08-14T12:03:14.081Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8564 | 2026-08-14T12:03:14.081Z | Aug 14 12:03:12.581Aug 14 12:03:12.581Aug 14 12:03:12.581 DEBG INFOreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8565 | 2026-08-14T12:03:14.081Z | |
| 8566 | 2026-08-14T12:03:14.081Z | |
| 8567 | 2026-08-14T12:03:14.081Z | Aug 14 12:03:12.581 DEBG Aug 14 12:03:12.581replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:03:12.581 DEBGINFO replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 8568 | 2026-08-14T12:03:14.081Z | |
| 8569 | 2026-08-14T12:03:14.081Z | |
| 8570 | 2026-08-14T12:03:14.081Z | Aug 14 12:03:12.581 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 } }] |
| 8571 | 2026-08-14T12:03:14.081Z | Aug 14 12:03:12.581Aug 14 12:03:12.581 INFOAug 14 12:03:12.581 INFOadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 8572 | 2026-08-14T12:03:14.081Z | INFOadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 8573 | 2026-08-14T12:03:14.082Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8574 | 2026-08-14T12:03:14.082Z | Aug 14 12:03:12.581 DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:03:12.581 |
| 8575 | 2026-08-14T12:03:14.082Z | 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 } }] |
| 8576 | 2026-08-14T12:03:14.082Z | Aug 14 12:03:12.581 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 14 12:03:12.581 |
| 8577 | 2026-08-14T12:03:14.082Z | Aug 14 12:03:12.581 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:c::/64 -> 2001:db8::55:ff |
| 8578 | 2026-08-14T12:03:14.082Z | |
| 8579 | 2026-08-14T12:03:14.082Z | Aug 14 12:03:12.581 DEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:03:12.581 |
| 8580 | 2026-08-14T12:03:14.082Z | Aug 14 12:03:12.581 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 } }]Aug 14 12:03:12.581 |
| 8581 | 2026-08-14T12:03:14.082Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffINFO |
| 8582 | 2026-08-14T12:03:14.082Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 14 12:03:12.581 |
| 8583 | 2026-08-14T12:03:14.082Z | Aug 14 12:03:12.581INFO DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 14 12:03:12.581 |
| 8584 | 2026-08-14T12:03:14.082Z | 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 } }] |
| 8585 | 2026-08-14T12:03:14.082Z | 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 } }] |
| 8586 | 2026-08-14T12:03:14.082Z | Aug 14 12:03:12.581 DEBGAug 14 12:03:12.581 Aug 14 12:03:12.581 replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 8587 | 2026-08-14T12:03:14.082Z | INFO failed to allocate space for the new target listadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8588 | 2026-08-14T12:03:14.082Z | |
| 8589 | 2026-08-14T12:03:14.082Z | Aug 14 12:03:12.581Aug 14 12:03:12.581Aug 14 12:03:12.581 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 } }]DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8590 | 2026-08-14T12:03:14.082Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 8591 | 2026-08-14T12:03:14.082Z | |
| 8592 | 2026-08-14T12:03:14.082Z | Aug 14 12:03:12.581Aug 14 12:03:12.581 INFODEBG adding route 3fff:beef:1e::/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 } }] |
| 8593 | 2026-08-14T12:03:14.082Z | |
| 8594 | 2026-08-14T12:03:14.082Z | Aug 14 12:03:12.581Aug 14 12:03:12.581 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:f::/64 -> 2001:db8::55:ff |
| 8595 | 2026-08-14T12:03:14.082Z | |
| 8596 | 2026-08-14T12:03:14.082Z | Aug 14 12:03:12.581 Aug 14 12:03:12.581DEBG INFOreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8597 | 2026-08-14T12:03:14.082Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 8598 | 2026-08-14T12:03:14.082Z | Aug 14 12:03:12.581 Aug 14 12:03:12.581INFO DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 8599 | 2026-08-14T12:03:14.082Z | 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 } }] |
| 8600 | 2026-08-14T12:03:14.082Z | Aug 14 12:03:12.581 DEBG Aug 14 12:03:12.581replacing 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 } }] |
| 8601 | 2026-08-14T12:03:14.082Z | INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 8602 | 2026-08-14T12:03:14.082Z | Aug 14 12:03:12.581 INFOAug 14 12:03:12.581 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG |
| 8603 | 2026-08-14T12:03:14.082Z | 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 } }] |
| 8604 | 2026-08-14T12:03:14.082Z | Aug 14 12:03:12.581 Aug 14 12:03:12.581DEBG 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 } }] |
| 8605 | 2026-08-14T12:03:14.082Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8606 | 2026-08-14T12:03:14.082Z | Aug 14 12:03:12.582Aug 14 12:03:12.582 INFODEBG adding route 3fff:beef:12::/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 } }] |
| 8607 | 2026-08-14T12:03:14.082Z | |
| 8608 | 2026-08-14T12:03:14.082Z | Aug 14 12:03:12.582 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 14 12:03:12.582 |
| 8609 | 2026-08-14T12:03:14.082Z | 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 } }] |
| 8610 | 2026-08-14T12:03:14.082Z | Aug 14 12:03:12.582 DEBG Aug 14 12:03:12.582replacing 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 } }] |
| 8611 | 2026-08-14T12:03:14.082Z | Aug 14 12:03:12.582replacing 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 |
| 8612 | 2026-08-14T12:03:14.083Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 8613 | 2026-08-14T12:03:14.083Z | Aug 14 12:03:12.582Aug 14 12:03:12.582 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:23::/64 -> 2001:db8::55:ff |
| 8614 | 2026-08-14T12:03:14.083Z | |
| 8615 | 2026-08-14T12:03:14.083Z | Aug 14 12:03:12.582Aug 14 12:03:12.582 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:24::/64 -> 2001:db8::55:ff |
| 8616 | 2026-08-14T12:03:14.083Z | |
| 8617 | 2026-08-14T12:03:14.083Z | Aug 14 12:03:12.582Aug 14 12:03:12.582 INFODEBG adding route 3fff:beef:24::/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 } }] |
| 8618 | 2026-08-14T12:03:14.083Z | |
| 8619 | 2026-08-14T12:03:14.083Z | Aug 14 12:03:12.582Aug 14 12:03:12.582 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:25::/64 -> 2001:db8::55:ff |
| 8620 | 2026-08-14T12:03:14.083Z | |
| 8621 | 2026-08-14T12:03:14.083Z | Aug 14 12:03:12.582Aug 14 12:03:12.582 INFODEBG adding route 3fff:beef:25::/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 } }] |
| 8622 | 2026-08-14T12:03:14.087Z | |
| 8623 | 2026-08-14T12:03:14.087Z | Aug 14 12:03:12.582Aug 14 12:03:12.582 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:26::/64 -> 2001:db8::55:ff |
| 8624 | 2026-08-14T12:03:14.087Z | |
| 8625 | 2026-08-14T12:03:14.087Z | Aug 14 12:03:12.582Aug 14 12:03:12.582 INFODEBG adding route 3fff:beef:26::/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 } }] |
| 8626 | 2026-08-14T12:03:14.087Z | |
| 8627 | 2026-08-14T12:03:14.087Z | Aug 14 12:03:12.582Aug 14 12:03:12.582 DEBGINFO replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 8628 | 2026-08-14T12:03:14.087Z | |
| 8629 | 2026-08-14T12:03:14.087Z | Aug 14 12:03:12.582Aug 14 12:03:12.582 INFODEBG adding route 3fff:beef:27::/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 } }] |
| 8630 | 2026-08-14T12:03:14.087Z | |
| 8631 | 2026-08-14T12:03:14.087Z | Aug 14 12:03:12.582Aug 14 12:03:12.582 INFODEBG adding route 3fff:beef:28::/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 } }] |
| 8632 | 2026-08-14T12:03:14.087Z | |
| 8633 | 2026-08-14T12:03:14.087Z | Aug 14 12:03:12.582Aug 14 12:03:12.582 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:28::/64 -> 2001:db8::55:ff |
| 8634 | 2026-08-14T12:03:14.087Z | |
| 8635 | 2026-08-14T12:03:14.087Z | Aug 14 12:03:12.582Aug 14 12:03:12.582 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 } }] |
| 8636 | 2026-08-14T12:03:14.087Z | Aug 14 12:03:12.582 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 8637 | 2026-08-14T12:03:14.087Z | INFOAug 14 12:03:12.582 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG |
| 8638 | 2026-08-14T12:03:14.087Z | Aug 14 12:03:12.582 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 |
| 8639 | 2026-08-14T12:03:14.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 } }] |
| 8640 | 2026-08-14T12:03:14.087Z | Aug 14 12:03:12.582Aug 14 12:03:12.582 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8641 | 2026-08-14T12:03:14.087Z | INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 14 12:03:12.582 |
| 8642 | 2026-08-14T12:03:14.087Z | DEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:03:12.582INFO DEBG |
| 8643 | 2026-08-14T12:03:14.087Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 8644 | 2026-08-14T12:03:14.087Z | 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 } }] |
| 8645 | 2026-08-14T12:03:14.087Z | Aug 14 12:03:12.582 INFO Aug 14 12:03:12.582Aug 14 12:03:12.582 adding route 3fff:beef:15::/64 -> 2001:db8::55:ff INFODEBG |
| 8646 | 2026-08-14T12:03:14.087Z | replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8647 | 2026-08-14T12:03:14.087Z | |
| 8648 | 2026-08-14T12:03:14.087Z | Aug 14 12:03:12.582Aug 14 12:03:12.582 Aug 14 12:03:12.582DEBG INFODEBG 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:2a::/64 -> 2001:db8::55:ff |
| 8649 | 2026-08-14T12:03:14.087Z | |
| 8650 | 2026-08-14T12:03:14.087Z | 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 } }] |
| 8651 | 2026-08-14T12:03:14.087Z | Aug 14 12:03:12.582Aug 14 12:03:12.582 Aug 14 12:03:12.582INFO INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG |
| 8652 | 2026-08-14T12:03:14.088Z | adding route 3fff:beef:16::/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 } }] |
| 8653 | 2026-08-14T12:03:14.088Z | |
| 8654 | 2026-08-14T12:03:14.088Z | Aug 14 12:03:12.582Aug 14 12:03:12.582Aug 14 12:03:12.582 DEBG INFOreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8655 | 2026-08-14T12:03:14.088Z | |
| 8656 | 2026-08-14T12:03:14.088Z | 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 } }] |
| 8657 | 2026-08-14T12:03:14.088Z | Aug 14 12:03:12.582Aug 14 12:03:12.582 Aug 14 12:03:12.582 INFO DEBGINFO adding route 3fff:beef:2d::/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 } }] |
| 8658 | 2026-08-14T12:03:14.088Z | |
| 8659 | 2026-08-14T12:03:14.088Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 8660 | 2026-08-14T12:03:14.088Z | Aug 14 12:03:12.582Aug 14 12:03:12.582 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:2c::/64 -> 2001:db8::55:ffAug 14 12:03:12.582 |
| 8661 | 2026-08-14T12:03:14.088Z | |
| 8662 | 2026-08-14T12:03:14.088Z | 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 } }] |
| 8663 | 2026-08-14T12:03:14.088Z | Aug 14 12:03:12.582 Aug 14 12:03:12.582DEBG Aug 14 12:03:12.582replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8664 | 2026-08-14T12:03:14.088Z | INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8665 | 2026-08-14T12:03:14.088Z | |
| 8666 | 2026-08-14T12:03:14.088Z | Aug 14 12:03:12.582 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 14 12:03:12.582 |
| 8667 | 2026-08-14T12:03:14.088Z | Aug 14 12:03:12.582 DEBG DEBGreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8668 | 2026-08-14T12:03:14.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 } }]Aug 14 12:03:12.582 |
| 8669 | 2026-08-14T12:03:14.088Z | 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 } }] |
| 8670 | 2026-08-14T12:03:14.088Z | Aug 14 12:03:12.582 INFOAug 14 12:03:12.582 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 14 12:03:12.582 |
| 8671 | 2026-08-14T12:03:14.088Z | INFO INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 8672 | 2026-08-14T12:03:14.088Z | |
| 8673 | 2026-08-14T12:03:14.088Z | Aug 14 12:03:12.582 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 14 12:03:12.582 |
| 8674 | 2026-08-14T12:03:14.088Z | Aug 14 12:03:12.582 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 } }]Aug 14 12:03:12.582replacing 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 } }] |
| 8675 | 2026-08-14T12:03:14.088Z | |
| 8676 | 2026-08-14T12:03:14.088Z | INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 8677 | 2026-08-14T12:03:14.088Z | Aug 14 12:03:12.582Aug 14 12:03:12.582 INFOINFOAug 14 12:03:12.582 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG |
| 8678 | 2026-08-14T12:03:14.088Z | adding route 3fff:beef:1a::/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 } }] |
| 8679 | 2026-08-14T12:03:14.088Z | |
| 8680 | 2026-08-14T12:03:14.088Z | Aug 14 12:03:12.582 DEBGAug 14 12:03:12.582 Aug 14 12:03:12.582replacing 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 } }] |
| 8681 | 2026-08-14T12:03:14.088Z | INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBG |
| 8682 | 2026-08-14T12:03:14.088Z | 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 14 12:03:12.582 |
| 8683 | 2026-08-14T12:03:14.088Z | INFOAug 14 12:03:12.582 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG |
| 8684 | 2026-08-14T12:03:14.088Z | Aug 14 12:03:12.582 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 |
| 8685 | 2026-08-14T12:03:14.088Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 14 12:03:12.582 |
| 8686 | 2026-08-14T12:03:14.088Z | DEBGAug 14 12:03:12.582 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 } }]INFOAug 14 12:03:12.582 adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 8687 | 2026-08-14T12:03:14.088Z | |
| 8688 | 2026-08-14T12:03:14.088Z | 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 } }] |
| 8689 | 2026-08-14T12:03:14.088Z | Aug 14 12:03:12.582 Aug 14 12:03:12.582INFO Aug 14 12:03:12.582 DEBG INFOreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 8690 | 2026-08-14T12:03:14.088Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8691 | 2026-08-14T12:03:14.089Z | |
| 8692 | 2026-08-14T12:03:14.089Z | Aug 14 12:03:12.582Aug 14 12:03:12.582Aug 14 12:03:12.582 INFODEBG adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG |
| 8693 | 2026-08-14T12:03:14.089Z | test route::tests::grow_succeeds ... ok |
| 8694 | 2026-08-14T12:03:14.089Z | 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: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 } }] |
| 8695 | 2026-08-14T12:03:14.089Z | |
| 8696 | 2026-08-14T12:03:14.089Z | Aug 14 12:03:12.582Aug 14 12:03:12.582 Aug 14 12:03:12.582INFO DEBG INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff 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:1d::/64 -> 2001:db8::55:ff |
| 8697 | 2026-08-14T12:03:14.089Z | |
| 8698 | 2026-08-14T12:03:14.089Z | |
| 8699 | 2026-08-14T12:03:14.089Z | Aug 14 12:03:12.582Aug 14 12:03:12.582 INFODEBG Aug 14 12:03:12.582 adding route 3fff:beef:34::/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 } }] |
| 8700 | 2026-08-14T12:03:14.089Z | |
| 8701 | 2026-08-14T12:03:14.089Z | DEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:03:12.582 |
| 8702 | 2026-08-14T12:03:14.089Z | Aug 14 12:03:12.582DEBG INFOreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 14 12:03:12.582adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 8703 | 2026-08-14T12:03:14.089Z | |
| 8704 | 2026-08-14T12:03:14.089Z | INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 8705 | 2026-08-14T12:03:14.089Z | Aug 14 12:03:12.582 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 } }] |
| 8706 | 2026-08-14T12:03:14.089Z | Aug 14 12:03:12.582 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 8707 | 2026-08-14T12:03:14.089Z | Aug 14 12:03:12.582 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 } }] |
| 8708 | 2026-08-14T12:03:14.089Z | Aug 14 12:03:12.582 DEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:03:12.582 |
| 8709 | 2026-08-14T12:03:14.089Z | INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 8710 | 2026-08-14T12:03:14.089Z | Aug 14 12:03:12.582 INFO Aug 14 12:03:12.582adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 8711 | 2026-08-14T12:03:14.089Z | 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 } }] |
| 8712 | 2026-08-14T12:03:14.089Z | Aug 14 12:03:12.582 DEBG Aug 14 12:03:12.582replacing 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 } }] |
| 8713 | 2026-08-14T12:03:14.089Z | INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 8714 | 2026-08-14T12:03:14.089Z | Aug 14 12:03:12.582 INFOAug 14 12:03:12.582 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG |
| 8715 | 2026-08-14T12:03:14.089Z | 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 } }] |
| 8716 | 2026-08-14T12:03:14.089Z | Aug 14 12:03:12.582 DEBGAug 14 12:03:12.582 replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8717 | 2026-08-14T12:03:14.089Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 8718 | 2026-08-14T12:03:14.089Z | Aug 14 12:03:12.582 Aug 14 12:03:12.582INFO DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8719 | 2026-08-14T12:03:14.089Z | 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 } }] |
| 8720 | 2026-08-14T12:03:14.089Z | Aug 14 12:03:12.582Aug 14 12:03:12.582 INFODEBG adding route 3fff:beef:38::/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 } }] |
| 8721 | 2026-08-14T12:03:14.089Z | |
| 8722 | 2026-08-14T12:03:14.093Z | Aug 14 12:03:12.582 Aug 14 12:03:12.582INFO DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 8723 | 2026-08-14T12:03:14.093Z | 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 } }] |
| 8724 | 2026-08-14T12:03:14.093Z | Aug 14 12:03:12.582Aug 14 12:03:12.582 INFODEBG adding route 3fff:beef:39::/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 } }] |
| 8725 | 2026-08-14T12:03:14.093Z | |
| 8726 | 2026-08-14T12:03:14.093Z | Aug 14 12:03:12.582 DEBG Aug 14 12:03:12.582created new freemapAug 14 12:03:12.582 INFODEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8727 | 2026-08-14T12:03:14.094Z | |
| 8728 | 2026-08-14T12:03:14.094Z | , unit: freemap_route_ipv4Aug 14 12:03:12.582 Aug 14 12:03:12.582 |
| 8729 | 2026-08-14T12:03:14.094Z | 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:3a::/64 -> 2001:db8::55:ff |
| 8730 | 2026-08-14T12:03:14.094Z | |
| 8731 | 2026-08-14T12:03:14.094Z | Aug 14 12:03:12.582 DEBG Aug 14 12:03:12.582created new freemap Aug 14 12:03:12.582DEBG INFO, replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 8732 | 2026-08-14T12:03:14.094Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff: |
| 8733 | 2026-08-14T12:03:14.094Z | freemap_route_ipv6 |
| 8734 | 2026-08-14T12:03:14.094Z | Aug 14 12:03:12.582 INFOAug 14 12:03:12.582 Aug 14 12:03:12.582adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff DEBG |
| 8735 | 2026-08-14T12:03:14.094Z | 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 } }] |
| 8736 | 2026-08-14T12:03:14.094Z | initted freemap. size: 64Aug 14 12:03:12.582, unitDEBG: Aug 14 12:03:12.582replacing 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 } }] freemap_route_ipv4 |
| 8737 | 2026-08-14T12:03:14.094Z | INFO |
| 8738 | 2026-08-14T12:03:14.094Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8739 | 2026-08-14T12:03:14.094Z | Aug 14 12:03:12.582 INFOAug 14 12:03:12.582Aug 14 12:03:12.582 Aug 14 12:03:12.582 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBGDEBG |
| 8740 | 2026-08-14T12:03:14.094Z | 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 } }] |
| 8741 | 2026-08-14T12:03:14.094Z | reset freemapINFO, unitadding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 14 12:03:12.582:Aug 14 12:03:12.582 |
| 8742 | 2026-08-14T12:03:14.094Z | freemap_route_ipv4 DEBG |
| 8743 | 2026-08-14T12:03:14.094Z | INFOreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8744 | 2026-08-14T12:03:14.094Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 8745 | 2026-08-14T12:03:14.094Z | Aug 14 12:03:12.582Aug 14 12:03:12.582 Aug 14 12:03:12.582DEBGDEBGAug 14 12:03:12.582 initted freemap. size: 64replacing 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 } }], |
| 8746 | 2026-08-14T12:03:14.094Z | DEBG unit INFO:replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 14 12:03:12.582 freemap_route_ipv6 |
| 8747 | 2026-08-14T12:03:14.094Z | |
| 8748 | 2026-08-14T12:03:14.094Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 8749 | 2026-08-14T12:03:14.094Z | INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 14 12:03:12.582Aug 14 12:03:12.582 |
| 8750 | 2026-08-14T12:03:14.094Z | DEBGINFO Aug 14 12:03:12.582adding route 3fff:beef:27::/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 } }]Aug 14 12:03:12.582 |
| 8751 | 2026-08-14T12:03:14.094Z | |
| 8752 | 2026-08-14T12:03:14.094Z | DEBG reset freemapDEBG, 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 } }]unit |
| 8753 | 2026-08-14T12:03:14.094Z | :Aug 14 12:03:12.582Aug 14 12:03:12.582 INFOfreemap_route_ipv6 |
| 8754 | 2026-08-14T12:03:14.094Z | Aug 14 12:03:12.582DEBG adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 8755 | 2026-08-14T12:03:14.094Z | INFO Aug 14 12:03:12.582 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:37::/64 -> 2001:db8::55:ff |
| 8756 | 2026-08-14T12:03:14.094Z | Aug 14 12:03:12.582INFO DEBG |
| 8757 | 2026-08-14T12:03:14.094Z | adding route 172.16.0.0/32 -> 10.0.0.1 Aug 14 12:03:12.582replacing 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 } }] |
| 8758 | 2026-08-14T12:03:14.094Z | |
| 8759 | 2026-08-14T12:03:14.094Z | INFOAug 14 12:03:12.582 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 14 12:03:12.582Aug 14 12:03:12.582 |
| 8760 | 2026-08-14T12:03:14.094Z | DEBG DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] replacing targets for 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 } }] |
| 8761 | 2026-08-14T12:03:14.094Z | |
| 8762 | 2026-08-14T12:03:14.094Z | Aug 14 12:03:12.582failed to allocate space for the new target list |
| 8763 | 2026-08-14T12:03:14.094Z | DEBG Aug 14 12:03:12.582 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 14 12:03:12.582 |
| 8764 | 2026-08-14T12:03:14.094Z | DEBG Aug 14 12:03:12.582INFO DEBGadding route 3fff:beef:38::/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 } }] |
| 8765 | 2026-08-14T12:03:14.095Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8766 | 2026-08-14T12:03:14.095Z | |
| 8767 | 2026-08-14T12:03:14.095Z | Aug 14 12:03:12.582Aug 14 12:03:12.582 INFODEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8768 | 2026-08-14T12:03:14.095Z | |
| 8769 | 2026-08-14T12:03:14.095Z | Aug 14 12:03:12.582Aug 14 12:03:12.582 INFODEBG adding route 3fff:beef:39::/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 } }] |
| 8770 | 2026-08-14T12:03:14.095Z | |
| 8771 | 2026-08-14T12:03:14.095Z | Aug 14 12:03:12.582Aug 14 12:03:12.582 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:2a::/64 -> 2001:db8::55:ff |
| 8772 | 2026-08-14T12:03:14.095Z | |
| 8773 | 2026-08-14T12:03:14.095Z | Aug 14 12:03:12.582Aug 14 12:03:12.582 INFODEBG adding route 3fff:beef:3a::/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 } }] |
| 8774 | 2026-08-14T12:03:14.095Z | |
| 8775 | 2026-08-14T12:03:14.095Z | Aug 14 12:03:12.582Aug 14 12:03:12.582 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:2b::/64 -> 2001:db8::55:ff |
| 8776 | 2026-08-14T12:03:14.095Z | |
| 8777 | 2026-08-14T12:03:14.095Z | Aug 14 12:03:12.582Aug 14 12:03:12.582 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:3b::/64 -> 2001:db8::55:ff |
| 8778 | 2026-08-14T12:03:14.095Z | |
| 8779 | 2026-08-14T12:03:14.095Z | Aug 14 12:03:12.582Aug 14 12:03:12.582 INFODEBG adding route 3fff:beef:2c::/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 } }] |
| 8780 | 2026-08-14T12:03:14.095Z | |
| 8781 | 2026-08-14T12:03:14.095Z | Aug 14 12:03:12.582Aug 14 12:03:12.582 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:3c::/64 -> 2001:db8::55:ff |
| 8782 | 2026-08-14T12:03:14.095Z | |
| 8783 | 2026-08-14T12:03:14.095Z | Aug 14 12:03:12.582Aug 14 12:03:12.582 INFODEBG adding route 3fff:beef:2d::/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 } }] |
| 8784 | 2026-08-14T12:03:14.095Z | |
| 8785 | 2026-08-14T12:03:14.095Z | Aug 14 12:03:12.582Aug 14 12:03:12.582 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:3d::/64 -> 2001:db8::55:ff |
| 8786 | 2026-08-14T12:03:14.095Z | |
| 8787 | 2026-08-14T12:03:14.095Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 8788 | 2026-08-14T12:03:14.095Z | Aug 14 12:03:12.582Aug 14 12:03:12.582 INFODEBG adding route 3fff:beef:2e::/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 } }] |
| 8789 | 2026-08-14T12:03:14.095Z | Aug 14 12:03:12.582 |
| 8790 | 2026-08-14T12:03:14.095Z | DEBG created new freemap, Aug 14 12:03:12.582Aug 14 12:03:12.582unit INFO:DEBG adding route 3fff:beef:3e::/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 } }] |
| 8791 | 2026-08-14T12:03:14.095Z | freemap_route_ipv4 |
| 8792 | 2026-08-14T12:03:14.095Z | |
| 8793 | 2026-08-14T12:03:14.095Z | Aug 14 12:03:12.582Aug 14 12:03:12.582 Aug 14 12:03:12.582DEBGINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffcreated new freemapDEBG, |
| 8794 | 2026-08-14T12:03:14.095Z | unitreplacing 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 } }]: |
| 8795 | 2026-08-14T12:03:14.095Z | freemap_route_ipv6Aug 14 12:03:12.582 |
| 8796 | 2026-08-14T12:03:14.095Z | Aug 14 12:03:12.582DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8797 | 2026-08-14T12:03:14.095Z | Aug 14 12:03:12.582 adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffDEBG |
| 8798 | 2026-08-14T12:03:14.095Z | initted freemap. size: 64Aug 14 12:03:12.582, Aug 14 12:03:12.582unit :DEBG INFOreplacing 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 } }]freemap_route_ipv4 |
| 8799 | 2026-08-14T12:03:14.095Z | |
| 8800 | 2026-08-14T12:03:14.095Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 8801 | 2026-08-14T12:03:14.095Z | Aug 14 12:03:12.582Aug 14 12:03:12.582 DEBGDEBG Aug 14 12:03:12.582failed to allocate space for the new target list reset freemapDEBG |
| 8802 | 2026-08-14T12:03:14.095Z | , 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 } }]unit |
| 8803 | 2026-08-14T12:03:14.095Z | : Aug 14 12:03:12.582freemap_route_ipv4 Aug 14 12:03:12.582 |
| 8804 | 2026-08-14T12:03:14.096Z | 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:31::/64 -> 2001:db8::55:ff |
| 8805 | 2026-08-14T12:03:14.096Z | |
| 8806 | 2026-08-14T12:03:14.096Z | Aug 14 12:03:12.582 DEBG initted freemap. size: 64Aug 14 12:03:12.582, Aug 14 12:03:12.582unit :DEBG freemap_route_ipv6failed to allocate space for the new target list |
| 8807 | 2026-08-14T12:03:14.096Z | |
| 8808 | 2026-08-14T12:03:14.096Z | DEBG Aug 14 12:03:12.583replacing 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 } }] |
| 8809 | 2026-08-14T12:03:14.096Z | DEBG reset freemap, unitAug 14 12:03:12.583: INFOfreemap_route_ipv6 |
| 8810 | 2026-08-14T12:03:14.096Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 8811 | 2026-08-14T12:03:14.096Z | Aug 14 12:03:12.583 Aug 14 12:03:12.583INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1 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 } }] |
| 8812 | 2026-08-14T12:03:14.096Z | Aug 14 12:03:12.584 Aug 14 12:03:12.583Aug 14 12:03:12.604 Aug 14 12:03:12.583INFODEBG adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBGcreated new freemap |
| 8813 | 2026-08-14T12:03:14.096Z | created new freemap |
| 8814 | 2026-08-14T12:03:14.096Z | , unit: freemap_route_ipv4 |
| 8815 | 2026-08-14T12:03:14.096Z | Aug 14 12:03:12.583, DEBGDEBG unit created new freemap:Aug 14 12:03:12.604, Aug 14 12:03:12.604unit :DEBG created new freemapfreemap_route_ipv4created new freemapfreemap_route_ipv4, |
| 8816 | 2026-08-14T12:03:14.096Z | , |
| 8817 | 2026-08-14T12:03:14.096Z | DEBGunitunit ::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 } }] |
| 8818 | 2026-08-14T12:03:14.096Z | freemap_route_ipv4 |
| 8819 | 2026-08-14T12:03:14.096Z | Aug 14 12:03:12.604freemap_route_ipv6Aug 14 12:03:12.604 |
| 8820 | 2026-08-14T12:03:14.096Z | Aug 14 12:03:12.604DEBG INFODEBGcreated new freemapAug 14 12:03:12.604 Aug 14 12:03:12.604Aug 14 12:03:12.604replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] , |
| 8821 | 2026-08-14T12:03:14.096Z | unitDEBGDEBG created new freemap:initted freemap. size: 64 , adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 14 12:03:12.604DEBGunit |
| 8822 | 2026-08-14T12:03:14.100Z | : , freemap_route_ipv6 unitfreemap_route_ipv6 |
| 8823 | 2026-08-14T12:03:14.100Z | INFO |
| 8824 | 2026-08-14T12:03:14.100Z | : created new freemapadding route 172.16.0.0/32 -> 10.0.0.2freemap_route_ipv4Aug 14 12:03:12.604 , DEBG |
| 8825 | 2026-08-14T12:03:14.100Z | unitAug 14 12:03:12.604 |
| 8826 | 2026-08-14T12:03:14.100Z | : initted freemap. size: 64freemap_route_ipv6DEBG |
| 8827 | 2026-08-14T12:03:14.100Z | initted freemap. size: 64, , Aug 14 12:03:12.604unit Aug 14 12:03:12.604Aug 14 12:03:12.604: unitDEBGDEBG: DEBGfreemap_route_ipv4 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]freemap_route_ipv4 |
| 8828 | 2026-08-14T12:03:14.100Z | reset freemap |
| 8829 | 2026-08-14T12:03:14.100Z | Aug 14 12:03:12.604, unit |
| 8830 | 2026-08-14T12:03:14.100Z | DEBG : Aug 14 12:03:12.604 initted freemap. size: 64freemap_route_ipv4 |
| 8831 | 2026-08-14T12:03:14.100Z | , 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 14 12:03:12.604unit |
| 8832 | 2026-08-14T12:03:14.100Z | INFO: DEBGAug 14 12:03:12.604 adding route 172.16.0.0/32 -> 10.0.0.3DEBGfreemap_route_ipv4reset freemapAug 14 12:03:12.604 |
| 8833 | 2026-08-14T12:03:14.100Z | , initted freemap. size: 64, unitunit::Aug 14 12:03:12.604 DEBG freemap_route_ipv4freemap_route_ipv6 |
| 8834 | 2026-08-14T12:03:14.101Z | |
| 8835 | 2026-08-14T12:03:14.101Z | |
| 8836 | 2026-08-14T12:03:14.101Z | reset freemap, INFOAug 14 12:03:12.604unitAug 14 12:03:12.604Aug 14 12:03:12.604 DEBG:Aug 14 12:03:12.604 freemap_route_ipv4 DEBGDEBG |
| 8837 | 2026-08-14T12:03:14.101Z | reset freemap reset freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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, adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG |
| 8838 | 2026-08-14T12:03:14.101Z | :Aug 14 12:03:12.604 |
| 8839 | 2026-08-14T12:03:14.101Z | initted freemap. size: 64DEBGAug 14 12:03:12.604, unitinitted freemap. size: 64:unit Aug 14 12:03:12.604freemap_route_ipv6, :unit |
| 8840 | 2026-08-14T12:03:14.101Z | : freemap_route_ipv6freemap_route_ipv6 |
| 8841 | 2026-08-14T12:03:14.101Z | |
| 8842 | 2026-08-14T12:03:14.101Z | INFO adding route 172.16.0.0/32 -> 10.0.0.4Aug 14 12:03:12.604freemap_route_ipv4 |
| 8843 | 2026-08-14T12:03:14.101Z | DEBG Aug 14 12:03:12.604 DEBGAug 14 12:03:12.604 INFO DEBGAug 14 12:03:12.604 adding route 172.16.0.0/32 -> 10.0.0.1reset freemapreset freemap |
| 8844 | 2026-08-14T12:03:14.101Z | , , unit: replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6Aug 14 12:03:12.604 |
| 8845 | 2026-08-14T12:03:14.101Z | |
| 8846 | 2026-08-14T12:03:14.101Z | |
| 8847 | 2026-08-14T12:03:14.101Z | 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 } }] |
| 8848 | 2026-08-14T12:03:14.101Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]unit |
| 8849 | 2026-08-14T12:03:14.101Z | : Aug 14 12:03:12.604freemap_route_ipv6 |
| 8850 | 2026-08-14T12:03:14.101Z | INFOAug 14 12:03:12.604Aug 14 12:03:12.604 Aug 14 12:03:12.604 adding route 3fff:beef:36::/64 -> 2001:db8::55:ff INFO |
| 8851 | 2026-08-14T12:03:14.101Z | Aug 14 12:03:12.604 INFODEBG INFOadding route 172.17.0.0/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255 |
| 8852 | 2026-08-14T12:03:14.101Z | |
| 8853 | 2026-08-14T12:03:14.101Z | initted freemap. size: 64, unitAug 14 12:03:12.604 INFO: Aug 14 12:03:12.604adding route 172.16.0.0/32 -> 10.0.0.1Aug 14 12:03:12.604 |
| 8854 | 2026-08-14T12:03:14.101Z | freemap_route_ipv6Aug 14 12:03:12.604 DEBG |
| 8855 | 2026-08-14T12:03:14.101Z | DEBGAug 14 12:03:12.604 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8856 | 2026-08-14T12:03:14.101Z | 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 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.0/32 with: [NextHop { asic_port_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-14T12:03:14.101Z | |
| 8858 | 2026-08-14T12:03:14.101Z | |
| 8859 | 2026-08-14T12:03:14.101Z | 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 14 12:03:12.604 |
| 8860 | 2026-08-14T12:03:14.101Z | DEBGAug 14 12:03:12.604Aug 14 12:03:12.604 INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.17.0.1/32 -> 10.0.0.255 |
| 8861 | 2026-08-14T12:03:14.101Z | INFO |
| 8862 | 2026-08-14T12:03:14.102Z | Aug 14 12:03:12.604Aug 14 12:03:12.604 INFOadding route 172.16.0.0/32 -> 10.0.0.2 Aug 14 12:03:12.604Aug 14 12:03:12.604 |
| 8863 | 2026-08-14T12:03:14.102Z | DEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 8864 | 2026-08-14T12:03:14.102Z | Aug 14 12:03:12.604 Aug 14 12:03:12.604INFODEBG Aug 14 12:03:12.604 INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 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 } }] |
| 8865 | 2026-08-14T12:03:14.102Z | DEBGreset freemap , |
| 8866 | 2026-08-14T12:03:14.102Z | 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 } }] |
| 8867 | 2026-08-14T12:03:14.102Z | Aug 14 12:03:12.604replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.1/32 -> 10.0.0.255 |
| 8868 | 2026-08-14T12:03:14.102Z | |
| 8869 | 2026-08-14T12:03:14.102Z | DEBGunit :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 14 12:03:12.604Aug 14 12:03:12.604 |
| 8870 | 2026-08-14T12:03:14.102Z | INFO Aug 14 12:03:12.604adding route 172.17.0.2/32 -> 10.0.0.255 |
| 8871 | 2026-08-14T12:03:14.102Z | freemap_route_ipv6 Aug 14 12:03:12.604INFOAug 14 12:03:12.604 DEBG |
| 8872 | 2026-08-14T12:03:14.102Z | adding route 172.17.0.0/32 -> 10.0.0.255 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 } }]INFOAug 14 12:03:12.604INFO |
| 8873 | 2026-08-14T12:03:14.102Z | Aug 14 12:03:12.604 |
| 8874 | 2026-08-14T12:03:14.102Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8875 | 2026-08-14T12:03:14.102Z | DEBGINFOAug 14 12:03:12.604 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 14 12:03:12.604 |
| 8876 | 2026-08-14T12:03:14.102Z | 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 } }] INFOreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:03:12.604adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 14 12:03:12.604 |
| 8877 | 2026-08-14T12:03:14.102Z | DEBG |
| 8878 | 2026-08-14T12:03:14.102Z | adding route 172.17.0.2/32 -> 10.0.0.255DEBG |
| 8879 | 2026-08-14T12:03:14.102Z | Aug 14 12:03:12.604 |
| 8880 | 2026-08-14T12:03:14.102Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 8881 | 2026-08-14T12:03:14.102Z | INFO Aug 14 12:03:12.604 |
| 8882 | 2026-08-14T12:03:14.102Z | adding route 172.17.0.3/32 -> 10.0.0.255Aug 14 12:03:12.604Aug 14 12:03:12.604 |
| 8883 | 2026-08-14T12:03:14.102Z | Aug 14 12:03:12.604 DEBGINFOINFODEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.1/32 -> 10.0.0.255Aug 14 12:03:12.604 |
| 8884 | 2026-08-14T12:03:14.102Z | |
| 8885 | 2026-08-14T12:03:14.102Z | INFOAug 14 12:03:12.604 adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }] |
| 8886 | 2026-08-14T12:03:14.102Z | DEBGAug 14 12:03:12.604 |
| 8887 | 2026-08-14T12:03:14.102Z | 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 } }] |
| 8888 | 2026-08-14T12:03:14.102Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 14 12:03:12.604Aug 14 12:03:12.604 |
| 8889 | 2026-08-14T12:03:14.102Z | DEBG adding route 172.17.0.3/32 -> 10.0.0.255 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 } }] |
| 8890 | 2026-08-14T12:03:14.102Z | |
| 8891 | 2026-08-14T12:03:14.102Z | Aug 14 12:03:12.604Aug 14 12:03:12.604 Aug 14 12:03:12.604DEBG 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 14 12:03:12.604DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 8892 | 2026-08-14T12:03:14.103Z | |
| 8893 | 2026-08-14T12:03:14.103Z | INFO adding route 172.17.0.4/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8894 | 2026-08-14T12:03:14.103Z | DEBGAug 14 12:03:12.604 DEBG Aug 14 12:03:12.604 replacing targets for 3fff:dead::/64 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 } }] |
| 8895 | 2026-08-14T12:03:14.103Z | Aug 14 12:03:12.604INFO |
| 8896 | 2026-08-14T12:03:14.103Z | Aug 14 12:03:12.604DEBG adding route 172.17.0.2/32 -> 10.0.0.255 DEBG |
| 8897 | 2026-08-14T12:03:14.103Z | Aug 14 12:03:12.604replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 8898 | 2026-08-14T12:03:14.103Z | |
| 8899 | 2026-08-14T12:03:14.103Z | 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 } }]WARN |
| 8900 | 2026-08-14T12:03:14.103Z | Aug 14 12:03:12.604Aug 14 12:03:12.604 DEBG INFOreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8901 | 2026-08-14T12:03:14.103Z | Aug 14 12:03:12.604adding route 3fff:dead::/64 -> 2001:db8::55:3 shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 14 12:03:12.604 |
| 8902 | 2026-08-14T12:03:14.103Z | Aug 14 12:03:12.604 INFOINFO |
| 8903 | 2026-08-14T12:03:14.103Z | Aug 14 12:03:12.604 INFOadding route 172.17.0.5/32 -> 10.0.0.255Aug 14 12:03:12.604 |
| 8904 | 2026-08-14T12:03:14.103Z | adding route 172.17.0.3/32 -> 10.0.0.255INFO |
| 8905 | 2026-08-14T12:03:14.103Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 172.17.0.4/32 -> 10.0.0.255DEBG |
| 8906 | 2026-08-14T12:03:14.103Z | Aug 14 12:03:12.604 DEBG |
| 8907 | 2026-08-14T12:03:14.103Z | Aug 14 12:03:12.604replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 8908 | 2026-08-14T12:03:14.103Z | 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 } }]Aug 14 12:03:12.604replacing 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 } }] |
| 8909 | 2026-08-14T12:03:14.103Z | |
| 8910 | 2026-08-14T12:03:14.103Z | Aug 14 12:03:12.604 DEBGAug 14 12:03:12.604 Aug 14 12:03:12.604DEBG 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.4/32 -> 10.0.0.255 |
| 8911 | 2026-08-14T12:03:14.103Z | Aug 14 12:03:12.604 |
| 8912 | 2026-08-14T12:03:14.103Z | replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO INFO |
| 8913 | 2026-08-14T12:03:14.103Z | adding route 172.17.0.6/32 -> 10.0.0.255Aug 14 12:03:12.604 |
| 8914 | 2026-08-14T12:03:14.103Z | Aug 14 12:03:12.604 DEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:03:12.604 |
| 8915 | 2026-08-14T12:03:14.103Z | INFODEBG adding route 172.17.0.5/32 -> 10.0.0.255replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8916 | 2026-08-14T12:03:14.103Z | Aug 14 12:03:12.604 |
| 8917 | 2026-08-14T12:03:14.103Z | Aug 14 12:03:12.604adding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 14 12:03:12.605 |
| 8918 | 2026-08-14T12:03:14.103Z | Aug 14 12:03:12.605DEBG INFOreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8919 | 2026-08-14T12:03:14.103Z | INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 172.17.0.7/32 -> 10.0.0.255INFO |
| 8920 | 2026-08-14T12:03:14.103Z | |
| 8921 | 2026-08-14T12:03:14.103Z | Aug 14 12:03:12.605Aug 14 12:03:12.605 DEBG INFOadding route 172.17.0.5/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 8922 | 2026-08-14T12:03:14.108Z | Aug 14 12:03:12.605Aug 14 12:03:12.612 |
| 8923 | 2026-08-14T12:03:14.108Z | Aug 14 12:03:12.605Aug 14 12:03:12.605DEBGDEBG Aug 14 12:03:12.612 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 } }]DEBGDEBGDEBG 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 } }] |
| 8924 | 2026-08-14T12:03:14.108Z | |
| 8925 | 2026-08-14T12:03:14.108Z | |
| 8926 | 2026-08-14T12:03:14.108Z | Aug 14 12:03:12.612Aug 14 12:03:12.612 INFOINFO |
| 8927 | 2026-08-14T12:03:14.108Z | Aug 14 12:03:12.612adding route 172.17.0.6/32 -> 10.0.0.255adding route 172.17.0.8/32 -> 10.0.0.255 |
| 8928 | 2026-08-14T12:03:14.108Z | |
| 8929 | 2026-08-14T12:03:14.108Z | Aug 14 12:03:12.583Aug 14 12:03:12.612Aug 14 12:03:12.612 DEBGDEBG INFOreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8930 | 2026-08-14T12:03:14.108Z | replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG |
| 8931 | 2026-08-14T12:03:14.109Z | |
| 8932 | 2026-08-14T12:03:14.109Z | created new freemapAug 14 12:03:12.612, Aug 14 12:03:12.612 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 } }] |
| 8933 | 2026-08-14T12:03:14.109Z | Aug 14 12:03:12.612INFO Aug 14 12:03:12.612adding route 172.17.0.7/32 -> 10.0.0.255 |
| 8934 | 2026-08-14T12:03:14.109Z | INFO adding route 172.17.0.6/32 -> 10.0.0.255unitDEBGadding route 172.17.0.9/32 -> 10.0.0.255Aug 14 12:03:12.612 |
| 8935 | 2026-08-14T12:03:14.109Z | |
| 8936 | 2026-08-14T12:03:14.109Z | : freemap_route_ipv4DEBGfailed to allocate space for the new target list |
| 8937 | 2026-08-14T12:03:14.109Z | 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 14 12:03:12.612 |
| 8938 | 2026-08-14T12:03:14.109Z | |
| 8939 | 2026-08-14T12:03:14.109Z | Aug 14 12:03:12.612DEBG Aug 14 12:03:12.612replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 8940 | 2026-08-14T12:03:14.109Z | Aug 14 12:03:12.612 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 |
| 8941 | 2026-08-14T12:03:14.109Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 14 12:03:12.612Aug 14 12:03:12.612 |
| 8942 | 2026-08-14T12:03:14.109Z | INFO DEBGAug 14 12:03:12.612 created new freemap adding route 172.17.0.8/32 -> 10.0.0.255, INFOINFOunit : |
| 8943 | 2026-08-14T12:03:14.109Z | adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.7/32 -> 10.0.0.255 |
| 8944 | 2026-08-14T12:03:14.109Z | |
| 8945 | 2026-08-14T12:03:14.109Z | Aug 14 12:03:12.612freemap_route_ipv6 |
| 8946 | 2026-08-14T12:03:14.109Z | Aug 14 12:03:12.612DEBG Aug 14 12:03:12.612replacing 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 14 12:03:12.612DEBGDEBG 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 } }] |
| 8947 | 2026-08-14T12:03:14.109Z | 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 } }] |
| 8948 | 2026-08-14T12:03:14.109Z | initted freemap. size: 64 |
| 8949 | 2026-08-14T12:03:14.109Z | , unitAug 14 12:03:12.612:Aug 14 12:03:12.612 Aug 14 12:03:12.612 INFOfreemap_route_ipv4 INFO |
| 8950 | 2026-08-14T12:03:14.109Z | INFOadding route 172.17.0.11/32 -> 10.0.0.255 |
| 8951 | 2026-08-14T12:03:14.109Z | Aug 14 12:03:12.612created new freemapadding route 172.17.0.8/32 -> 10.0.0.255, |
| 8952 | 2026-08-14T12:03:14.109Z | adding route 172.17.0.9/32 -> 10.0.0.255unit DEBGAug 14 12:03:12.612 |
| 8953 | 2026-08-14T12:03:14.109Z | :DEBGAug 14 12:03:12.612reset freemap , unitDEBG: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 } }] |
| 8954 | 2026-08-14T12:03:14.109Z | replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4Aug 14 12:03:12.612 freemap_route_ipv4 |
| 8955 | 2026-08-14T12:03:14.109Z | DEBG |
| 8956 | 2026-08-14T12:03:14.110Z | |
| 8957 | 2026-08-14T12:03:14.110Z | Aug 14 12:03:12.612 replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 14 12:03:12.612Aug 14 12:03:12.612 Aug 14 12:03:12.612 |
| 8958 | 2026-08-14T12:03:14.110Z | DEBGadding route 172.17.0.12/32 -> 10.0.0.255 initted freemap. size: 64 |
| 8959 | 2026-08-14T12:03:14.110Z | Aug 14 12:03:12.612, DEBG unitcreated new freemap :INFO, unit INFOadding route 172.17.0.10/32 -> 10.0.0.255:Aug 14 12:03:12.612 |
| 8960 | 2026-08-14T12:03:14.110Z | DEBGfreemap_route_ipv6 |
| 8961 | 2026-08-14T12:03:14.110Z | 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 } }] |
| 8962 | 2026-08-14T12:03:14.110Z | adding route 172.17.0.9/32 -> 10.0.0.255 |
| 8963 | 2026-08-14T12:03:14.110Z | freemap_route_ipv6 |
| 8964 | 2026-08-14T12:03:14.110Z | Aug 14 12:03:12.612Aug 14 12:03:12.612Aug 14 12:03:12.612 Aug 14 12:03:12.612 DEBGDEBG DEBGINFOreplacing 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 } }] |
| 8965 | 2026-08-14T12:03:14.110Z | adding route 172.17.0.13/32 -> 10.0.0.255replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8966 | 2026-08-14T12:03:14.110Z | |
| 8967 | 2026-08-14T12:03:14.110Z | Aug 14 12:03:12.612initted freemap. size: 64 , unitINFO: adding route 172.17.0.11/32 -> 10.0.0.255freemap_route_ipv4 |
| 8968 | 2026-08-14T12:03:14.110Z | |
| 8969 | 2026-08-14T12:03:14.110Z | Aug 14 12:03:12.612Aug 14 12:03:12.612 Aug 14 12:03:12.612DEBGINFO DEBGAug 14 12:03:12.612Aug 14 12:03:12.612 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 } }]DEBGadding route 172.17.0.10/32 -> 10.0.0.255 |
| 8970 | 2026-08-14T12:03:14.110Z | reset freemap |
| 8971 | 2026-08-14T12:03:14.110Z | , DEBG unit :replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv4 |
| 8972 | 2026-08-14T12:03:14.110Z | |
| 8973 | 2026-08-14T12:03:14.110Z | reset freemap, Aug 14 12:03:12.612Aug 14 12:03:12.612 DEBGINFOAug 14 12:03:12.612 Aug 14 12:03:12.612adding route 172.17.0.14/32 -> 10.0.0.255unitreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] : |
| 8974 | 2026-08-14T12:03:14.110Z | |
| 8975 | 2026-08-14T12:03:14.110Z | INFODEBGfreemap_route_ipv6 |
| 8976 | 2026-08-14T12:03:14.110Z | initted freemap. size: 64 , adding route 172.17.0.12/32 -> 10.0.0.255unit |
| 8977 | 2026-08-14T12:03:14.110Z | Aug 14 12:03:12.612: freemap_route_ipv6DEBGAug 14 12:03:12.612 |
| 8978 | 2026-08-14T12:03:14.110Z | Aug 14 12:03:12.612 Aug 14 12:03:12.612INFO 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 } }] |
| 8979 | 2026-08-14T12:03:14.110Z | adding route 172.17.0.11/32 -> 10.0.0.255DEBGINFO |
| 8980 | 2026-08-14T12:03:14.110Z | Aug 14 12:03:12.612replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 8981 | 2026-08-14T12:03:14.110Z | Aug 14 12:03:12.612 INFOadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 14 12:03:12.612 |
| 8982 | 2026-08-14T12:03:14.111Z | Aug 14 12:03:12.612DEBG adding route 172.17.0.15/32 -> 10.0.0.255 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 } }] |
| 8983 | 2026-08-14T12:03:14.111Z | |
| 8984 | 2026-08-14T12:03:14.111Z | adding route 172.17.0.13/32 -> 10.0.0.255reset freemap |
| 8985 | 2026-08-14T12:03:14.111Z | , Aug 14 12:03:12.612unit Aug 14 12:03:12.612Aug 14 12:03:12.612INFO Aug 14 12:03:12.612adding route 172.17.0.12/32 -> 10.0.0.255 DEBG |
| 8986 | 2026-08-14T12:03:14.111Z | DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG |
| 8987 | 2026-08-14T12:03:14.111Z | 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.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 } }] |
| 8988 | 2026-08-14T12:03:14.111Z | |
| 8989 | 2026-08-14T12:03:14.111Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 8990 | 2026-08-14T12:03:14.111Z | :Aug 14 12:03:12.612 Aug 14 12:03:12.612DEBGAug 14 12:03:12.612 Aug 14 12:03:12.612INFO adding route 172.17.0.14/32 -> 10.0.0.255INFOINFO |
| 8991 | 2026-08-14T12:03:14.111Z | freemap_route_ipv6 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 } }]adding route 172.17.0.16/32 -> 10.0.0.255 |
| 8992 | 2026-08-14T12:03:14.111Z | |
| 8993 | 2026-08-14T12:03:14.111Z | |
| 8994 | 2026-08-14T12:03:14.111Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 14 12:03:12.612 |
| 8995 | 2026-08-14T12:03:14.111Z | Aug 14 12:03:12.612 Aug 14 12:03:12.612 DEBG INFOAug 14 12:03:12.612DEBG 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 } }] |
| 8996 | 2026-08-14T12:03:14.111Z | 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.13/32 -> 10.0.0.255 |
| 8997 | 2026-08-14T12:03:14.111Z | |
| 8998 | 2026-08-14T12:03:14.111Z | INFO Aug 14 12:03:12.612adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8999 | 2026-08-14T12:03:14.111Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 9000 | 2026-08-14T12:03:14.111Z | Aug 14 12:03:12.612 DEBGINFO Aug 14 12:03:12.612Aug 14 12:03:12.612 Aug 14 12:03:12.612 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.17/32 -> 10.0.0.255DEBGINFO |
| 9001 | 2026-08-14T12:03:14.111Z | test route::tests::identity_replace_is_noop ... ok |
| 9002 | 2026-08-14T12:03:14.111Z | 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 } }] |
| 9003 | 2026-08-14T12:03:14.111Z | |
| 9004 | 2026-08-14T12:03:14.111Z | adding route 172.17.0.15/32 -> 10.0.0.255DEBG |
| 9005 | 2026-08-14T12:03:14.111Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 14 12:03:12.612Aug 14 12:03:12.612Aug 14 12:03:12.612 Aug 14 12:03:12.612 |
| 9006 | 2026-08-14T12:03:14.111Z | INFODEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFODEBG |
| 9007 | 2026-08-14T12:03:14.111Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 9008 | 2026-08-14T12:03:14.111Z | adding route 172.17.0.14/32 -> 10.0.0.255replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:03:12.612 |
| 9009 | 2026-08-14T12:03:14.112Z | |
| 9010 | 2026-08-14T12:03:14.112Z | Aug 14 12:03:12.612 INFO INFO adding route 172.17.0.18/32 -> 10.0.0.255Aug 14 12:03:12.612 |
| 9011 | 2026-08-14T12:03:14.112Z | Aug 14 12:03:12.612 adding route 3fff:dead::/64 -> 2001:db8::55:2INFO Aug 14 12:03:12.612 |
| 9012 | 2026-08-14T12:03:14.112Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 9013 | 2026-08-14T12:03:14.112Z | DEBGDEBGAug 14 12:03:12.612Aug 14 12:03:12.612 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 14 12:03:12.612 DEBG |
| 9014 | 2026-08-14T12:03:14.112Z | 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 } }] |
| 9015 | 2026-08-14T12:03:14.112Z | 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 |
| 9016 | 2026-08-14T12:03:14.112Z | 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 } }] |
| 9017 | 2026-08-14T12:03:14.112Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 14 12:03:12.612Aug 14 12:03:12.612 INFOINFO Aug 14 12:03:12.612adding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 14 12:03:12.612 |
| 9018 | 2026-08-14T12:03:14.112Z | adding route 172.17.0.15/32 -> 10.0.0.255 INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 9019 | 2026-08-14T12:03:14.112Z | adding route 172.17.0.19/32 -> 10.0.0.255Aug 14 12:03:12.612 |
| 9020 | 2026-08-14T12:03:14.112Z | |
| 9021 | 2026-08-14T12:03:14.112Z | 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 } }] |
| 9022 | 2026-08-14T12:03:14.116Z | |
| 9023 | 2026-08-14T12:03:14.116Z | Aug 14 12:03:12.612 Aug 14 12:03:12.612DEBG DEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:03:12.612 |
| 9024 | 2026-08-14T12:03:14.116Z | replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:03:12.612Aug 14 12:03:12.612 |
| 9025 | 2026-08-14T12:03:14.116Z | DEBG DEBGINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 14 12:03:12.612Aug 14 12:03:12.612 INFOINFO adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255 |
| 9026 | 2026-08-14T12:03:14.117Z | 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 } }] |
| 9027 | 2026-08-14T12:03:14.117Z | |
| 9028 | 2026-08-14T12:03:14.117Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 9029 | 2026-08-14T12:03:14.117Z | Aug 14 12:03:12.612 |
| 9030 | 2026-08-14T12:03:14.117Z | Aug 14 12:03:12.612 DEBGDEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:03:12.612 WARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 14 12:03:12.613 |
| 9031 | 2026-08-14T12:03:14.117Z | Aug 14 12:03:12.612 |
| 9032 | 2026-08-14T12:03:14.117Z | DEBGINFO created new freemapadding route 172.17.0.16/32 -> 10.0.0.255Aug 14 12:03:12.612, |
| 9033 | 2026-08-14T12:03:14.117Z | unit :DEBGAug 14 12:03:12.619 freemap_route_ipv4INFO |
| 9034 | 2026-08-14T12:03:14.117Z | Aug 14 12:03:12.619 adding route 172.17.0.21/32 -> 10.0.0.255DEBG |
| 9035 | 2026-08-14T12:03:14.117Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9036 | 2026-08-14T12:03:14.117Z | |
| 9037 | 2026-08-14T12:03:14.117Z | Aug 14 12:03:12.619 Aug 14 12:03:12.619Aug 14 12:03:12.619 ERRO 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 } }]Aug 14 12:03:12.619created new freemapAug 14 12:03:12.619rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }), |
| 9038 | 2026-08-14T12:03:14.117Z | unit INFO : freemap_route_ipv6INFOadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9039 | 2026-08-14T12:03:14.117Z | |
| 9040 | 2026-08-14T12:03:14.117Z | Aug 14 12:03:12.619 |
| 9041 | 2026-08-14T12:03:14.117Z | adding route 172.17.0.17/32 -> 10.0.0.255INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9042 | 2026-08-14T12:03:14.117Z | |
| 9043 | 2026-08-14T12:03:14.117Z | Aug 14 12:03:12.619 Aug 14 12:03:12.619Aug 14 12:03:12.619DEBGAug 14 12:03:12.619 ERRODEBGinitted freemap. size: 64 , 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 } }]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 |
| 9044 | 2026-08-14T12:03:14.117Z | |
| 9045 | 2026-08-14T12:03:14.117Z | unit: freemap_route_ipv4Aug 14 12:03:12.619DEBGAug 14 12:03:12.619 |
| 9046 | 2026-08-14T12:03:14.117Z | INFO DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.23/32 -> 10.0.0.255replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9047 | 2026-08-14T12:03:14.117Z | |
| 9048 | 2026-08-14T12:03:14.117Z | |
| 9049 | 2026-08-14T12:03:14.117Z | Aug 14 12:03:12.619 Aug 14 12:03:12.619Aug 14 12:03:12.619 DEBGDEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 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 } }] |
| 9050 | 2026-08-14T12:03:14.118Z | |
| 9051 | 2026-08-14T12:03:14.118Z | DEBG Aug 14 12:03:12.619reset freemap , unitINFO: Aug 14 12:03:12.619 adding route 172.17.0.18/32 -> 10.0.0.255INFOfreemap_route_ipv4 |
| 9052 | 2026-08-14T12:03:14.118Z | |
| 9053 | 2026-08-14T12:03:14.118Z | Aug 14 12:03:12.619 adding route 172.17.0.24/32 -> 10.0.0.255WARNAug 14 12:03:12.619 |
| 9054 | 2026-08-14T12:03:14.118Z | Aug 14 12:03:12.619 shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG |
| 9055 | 2026-08-14T12:03:14.118Z | DEBG Aug 14 12:03:12.619initted freemap. size: 64 , unitreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9056 | 2026-08-14T12:03:14.118Z | :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 } }] |
| 9057 | 2026-08-14T12:03:14.118Z | freemap_route_ipv6 |
| 9058 | 2026-08-14T12:03:14.118Z | Aug 14 12:03:12.619 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9059 | 2026-08-14T12:03:14.118Z | Aug 14 12:03:12.619Aug 14 12:03:12.619 DEBGINFO 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 } }]reset freemapadding route 172.17.0.25/32 -> 10.0.0.255, Aug 14 12:03:12.619 |
| 9060 | 2026-08-14T12:03:14.118Z | unit |
| 9061 | 2026-08-14T12:03:14.118Z | : DEBGfreemap_route_ipv6 |
| 9062 | 2026-08-14T12:03:14.118Z | Aug 14 12:03:12.619replacing 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 } }] |
| 9063 | 2026-08-14T12:03:14.118Z | 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 14 12:03:12.619 |
| 9064 | 2026-08-14T12:03:14.118Z | Aug 14 12:03:12.619INFO Aug 14 12:03:12.619INFO adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 9065 | 2026-08-14T12:03:14.118Z | Aug 14 12:03:12.619 adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255 |
| 9066 | 2026-08-14T12:03:14.118Z | |
| 9067 | 2026-08-14T12:03:14.118Z | INFOAug 14 12:03:12.619 adding route 172.17.0.26/32 -> 10.0.0.255DEBGAug 14 12:03:12.619Aug 14 12:03:12.619 |
| 9068 | 2026-08-14T12:03:14.118Z | 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.16.0.0/32 with: [NextHop { asic_port_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.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 } }] |
| 9069 | 2026-08-14T12:03:14.118Z | |
| 9070 | 2026-08-14T12:03:14.118Z | |
| 9071 | 2026-08-14T12:03:14.118Z | Aug 14 12:03:12.619Aug 14 12:03:12.619Aug 14 12:03:12.619 DEBGINFO replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO Aug 14 12:03:12.619adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9072 | 2026-08-14T12:03:14.118Z | |
| 9073 | 2026-08-14T12:03:14.118Z | INFO |
| 9074 | 2026-08-14T12:03:14.118Z | adding route 172.16.0.0/32 -> 10.0.0.2Aug 14 12:03:12.619Aug 14 12:03:12.619 |
| 9075 | 2026-08-14T12:03:14.118Z | INFODEBG adding route 172.17.0.27/32 -> 10.0.0.255Aug 14 12:03:12.619replacing 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 } }] |
| 9076 | 2026-08-14T12:03:14.119Z | |
| 9077 | 2026-08-14T12:03:14.119Z | Aug 14 12:03:12.619DEBG Aug 14 12:03:12.619Aug 14 12:03:12.619 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 } }] 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 } }] 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 } }] |
| 9078 | 2026-08-14T12:03:14.119Z | |
| 9079 | 2026-08-14T12:03:14.119Z | |
| 9080 | 2026-08-14T12:03:14.119Z | adding route 172.17.0.21/32 -> 10.0.0.255Aug 14 12:03:12.619Aug 14 12:03:12.619Aug 14 12:03:12.619 INFOINFO |
| 9081 | 2026-08-14T12:03:14.119Z | adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3 |
| 9082 | 2026-08-14T12:03:14.119Z | INFO |
| 9083 | 2026-08-14T12:03:14.119Z | adding route 172.17.0.28/32 -> 10.0.0.255Aug 14 12:03:12.619 |
| 9084 | 2026-08-14T12:03:14.119Z | Aug 14 12:03:12.619 DEBGDEBGAug 14 12:03:12.619Aug 14 12:03:12.619 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 } }] |
| 9085 | 2026-08-14T12:03:14.119Z | DEBG DEBGreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9086 | 2026-08-14T12:03:14.119Z | |
| 9087 | 2026-08-14T12:03:14.119Z | Aug 14 12:03:12.619replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 9088 | 2026-08-14T12:03:14.119Z | Aug 14 12:03:12.619adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9089 | 2026-08-14T12:03:14.119Z | INFOAug 14 12:03:12.619Aug 14 12:03:12.619 INFO adding route 172.16.0.0/32 -> 10.0.0.4adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9090 | 2026-08-14T12:03:14.119Z | |
| 9091 | 2026-08-14T12:03:14.119Z | INFOAug 14 12:03:12.619 adding route 172.17.0.29/32 -> 10.0.0.255DEBG |
| 9092 | 2026-08-14T12:03:14.119Z | Aug 14 12:03:12.619replacing 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 } }] |
| 9093 | 2026-08-14T12:03:14.119Z | 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 14 12:03:12.619 |
| 9094 | 2026-08-14T12:03:14.119Z | DEBGAug 14 12:03:12.619 Aug 14 12:03:12.619replacing 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 } }] |
| 9095 | 2026-08-14T12:03:14.119Z | INFO DEBGadding route 172.17.0.23/32 -> 10.0.0.255 |
| 9096 | 2026-08-14T12:03:14.119Z | 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 14 12:03:12.619 |
| 9097 | 2026-08-14T12:03:14.119Z | 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 14 12:03:12.619 |
| 9098 | 2026-08-14T12:03:14.119Z | Aug 14 12:03:12.619Aug 14 12:03:12.619 INFO INFODEBGadding route 172.17.0.30/32 -> 10.0.0.255 |
| 9099 | 2026-08-14T12:03:14.119Z | replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9100 | 2026-08-14T12:03:14.119Z | |
| 9101 | 2026-08-14T12:03:14.119Z | Aug 14 12:03:12.619 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 } }] |
| 9102 | 2026-08-14T12:03:14.119Z | Aug 14 12:03:12.619 INFOAug 14 12:03:12.619 Aug 14 12:03:12.619 adding route 172.17.0.31/32 -> 10.0.0.255DEBG |
| 9103 | 2026-08-14T12:03:14.120Z | 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 } }] |
| 9104 | 2026-08-14T12:03:14.120Z | INFO Aug 14 12:03:12.619adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9105 | 2026-08-14T12:03:14.120Z | DEBGAug 14 12:03:12.619 replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9106 | 2026-08-14T12:03:14.120Z | Aug 14 12:03:12.619 DEBGadding route 172.17.0.25/32 -> 10.0.0.255 |
| 9107 | 2026-08-14T12:03:14.120Z | 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 14 12:03:12.619 |
| 9108 | 2026-08-14T12:03:14.120Z | INFO Aug 14 12:03:12.619Aug 14 12:03:12.619 DEBGINFO replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9109 | 2026-08-14T12:03:14.120Z | |
| 9110 | 2026-08-14T12:03:14.120Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9111 | 2026-08-14T12:03:14.120Z | Aug 14 12:03:12.619Aug 14 12:03:12.619Aug 14 12:03:12.619 DEBG INFO replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.26/32 -> 10.0.0.255DEBG |
| 9112 | 2026-08-14T12:03:14.120Z | |
| 9113 | 2026-08-14T12:03:14.120Z | 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 } }] |
| 9114 | 2026-08-14T12:03:14.120Z | Aug 14 12:03:12.619 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9115 | 2026-08-14T12:03:14.120Z | Aug 14 12:03:12.619 Aug 14 12:03:12.619DEBG DEBGAug 14 12:03:12.613Aug 14 12:03:12.619 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 } }]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 } }] |
| 9116 | 2026-08-14T12:03:14.120Z | created new freemapINFO |
| 9117 | 2026-08-14T12:03:14.120Z | , unitAug 14 12:03:12.619adding route 172.17.0.26/32 -> 10.0.0.255: INFOAug 14 12:03:12.619freemap_route_ipv4 |
| 9118 | 2026-08-14T12:03:14.120Z | |
| 9119 | 2026-08-14T12:03:14.120Z | INFOadding route 172.17.0.34/32 -> 10.0.0.255 |
| 9120 | 2026-08-14T12:03:14.120Z | adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9121 | 2026-08-14T12:03:14.120Z | Aug 14 12:03:12.619Aug 14 12:03:12.619 Aug 14 12:03:12.619DEBGDEBG DEBGcreated new freemap 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 14 12:03:12.619 |
| 9122 | 2026-08-14T12:03:14.124Z | , DEBGreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit : |
| 9123 | 2026-08-14T12:03:14.124Z | 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 } }]freemap_route_ipv6Aug 14 12:03:12.619 |
| 9124 | 2026-08-14T12:03:14.124Z | |
| 9125 | 2026-08-14T12:03:14.125Z | INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9126 | 2026-08-14T12:03:14.125Z | Aug 14 12:03:12.619Aug 14 12:03:12.619 DEBGINFO initted freemap. size: 64adding route 172.17.0.35/32 -> 10.0.0.255Aug 14 12:03:12.619, unit : |
| 9127 | 2026-08-14T12:03:14.125Z | DEBGAug 14 12:03:12.619 freemap_route_ipv4INFO |
| 9128 | 2026-08-14T12:03:14.125Z | 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 } }] |
| 9129 | 2026-08-14T12:03:14.125Z | adding route 172.17.0.28/32 -> 10.0.0.255Aug 14 12:03:12.619 |
| 9130 | 2026-08-14T12:03:14.125Z | DEBGAug 14 12:03:12.619 Aug 14 12:03:12.619 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 |
| 9131 | 2026-08-14T12:03:14.125Z | INFOreset freemap , Aug 14 12:03:12.619Aug 14 12:03:12.619adding route 172.17.0.28/32 -> 10.0.0.255 |
| 9132 | 2026-08-14T12:03:14.125Z | unitDEBG: INFO replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 14 12:03:12.619 |
| 9133 | 2026-08-14T12:03:14.125Z | adding route 172.17.0.36/32 -> 10.0.0.255freemap_route_ipv4 |
| 9134 | 2026-08-14T12:03:14.125Z | |
| 9135 | 2026-08-14T12:03:14.125Z | 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 14 12:03:12.619 |
| 9136 | 2026-08-14T12:03:14.125Z | Aug 14 12:03:12.619 DEBGINFO initted freemap. size: 64, unit:Aug 14 12:03:12.619Aug 14 12:03:12.619 freemap_route_ipv6 DEBGDEBG created new freemap |
| 9137 | 2026-08-14T12:03:14.125Z | , created new freemapunit, Aug 14 12:03:12.620unitAug 14 12:03:12.625: :DEBG freemap_route_ipv4reset freemap |
| 9138 | 2026-08-14T12:03:14.125Z | freemap_route_ipv4, |
| 9139 | 2026-08-14T12:03:14.125Z | unitDEBG: Aug 14 12:03:12.625created new freemap freemap_route_ipv6Aug 14 12:03:12.625DEBG, unit created new freemap |
| 9140 | 2026-08-14T12:03:14.125Z | , DEBG unitcreated new freemap:, unitfreemap_route_ipv6: |
| 9141 | 2026-08-14T12:03:14.125Z | freemap_route_ipv6Aug 14 12:03:12.625: INFO |
| 9142 | 2026-08-14T12:03:14.125Z | Aug 14 12:03:12.625 freemap_route_ipv4adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9143 | 2026-08-14T12:03:14.125Z | |
| 9144 | 2026-08-14T12:03:14.125Z | DEBG Aug 14 12:03:12.625initted freemap. size: 64 , DEBGunitAug 14 12:03:12.625: initted freemap. size: 64 , Aug 14 12:03:12.625freemap_route_ipv4 unitDEBG:DEBG freemap_route_ipv4created new freemap |
| 9145 | 2026-08-14T12:03:14.125Z | , |
| 9146 | 2026-08-14T12:03:14.125Z | unit: replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]freemap_route_ipv6 |
| 9147 | 2026-08-14T12:03:14.125Z | Aug 14 12:03:12.625 |
| 9148 | 2026-08-14T12:03:14.125Z | Aug 14 12:03:12.625 DEBGDEBG Aug 14 12:03:12.625 reset freemapAug 14 12:03:12.625reset freemapDEBG, unit, initted freemap. size: 64INFO, unit unitadding route 172.16.0.0/32 -> 10.0.0.1:: |
| 9149 | 2026-08-14T12:03:14.125Z | freemap_route_ipv4freemap_route_ipv4: |
| 9150 | 2026-08-14T12:03:14.125Z | |
| 9151 | 2026-08-14T12:03:14.125Z | freemap_route_ipv4 |
| 9152 | 2026-08-14T12:03:14.125Z | Aug 14 12:03:12.625 Aug 14 12:03:12.625DEBG 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 } }] |
| 9153 | 2026-08-14T12:03:14.125Z | initted freemap. size: 64, Aug 14 12:03:12.625unitAug 14 12:03:12.625: Aug 14 12:03:12.625DEBG freemap_route_ipv6 DEBG |
| 9154 | 2026-08-14T12:03:14.125Z | reset freemap, initted freemap. size: 64INFO, Aug 14 12:03:12.625unit :DEBG adding route 172.16.0.0/32 -> 10.0.0.1reset freemapunit, |
| 9155 | 2026-08-14T12:03:14.125Z | unit freemap_route_ipv6: |
| 9156 | 2026-08-14T12:03:14.125Z | freemap_route_ipv6: |
| 9157 | 2026-08-14T12:03:14.125Z | Aug 14 12:03:12.625freemap_route_ipv4 Aug 14 12:03:12.625Aug 14 12:03:12.625 DEBG |
| 9158 | 2026-08-14T12:03:14.125Z | DEBG INFO reset freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, 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 } }] |
| 9159 | 2026-08-14T12:03:14.125Z | , unitadding route 3fff:dead::/64 -> 2001:db8::55:1: |
| 9160 | 2026-08-14T12:03:14.125Z | freemap_route_ipv6Aug 14 12:03:12.625 |
| 9161 | 2026-08-14T12:03:14.126Z | INFOAug 14 12:03:12.625Aug 14 12:03:12.625 DEBGDEBGAug 14 12:03:12.583 Aug 14 12:03:12.625DEBG initted freemap. size: 64INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:1created new freemap |
| 9162 | 2026-08-14T12:03:14.126Z | , unit, : |
| 9163 | 2026-08-14T12:03:14.126Z | unit adding route 172.16.0.0/32 -> 10.0.0.2freemap_route_ipv6 |
| 9164 | 2026-08-14T12:03:14.126Z | :Aug 14 12:03:12.625Aug 14 12:03:12.625 |
| 9165 | 2026-08-14T12:03:14.126Z | Aug 14 12:03:12.625 DEBG INFOAug 14 12:03:12.625DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "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 } }] |
| 9166 | 2026-08-14T12:03:14.126Z | |
| 9167 | 2026-08-14T12:03:14.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 } }]freemap_route_ipv4 |
| 9168 | 2026-08-14T12:03:14.126Z | DEBG Aug 14 12:03:12.625Aug 14 12:03:12.625 INFODEBG reset freemapAug 14 12:03:12.625replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }], |
| 9169 | 2026-08-14T12:03:14.126Z | INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 9170 | 2026-08-14T12:03:14.126Z | |
| 9171 | 2026-08-14T12:03:14.126Z | unit:adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 14 12:03:12.625 |
| 9172 | 2026-08-14T12:03:14.126Z | freemap_route_ipv6 Aug 14 12:03:12.625DEBG |
| 9173 | 2026-08-14T12:03:14.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:3, vlan_id: None } }]Aug 14 12:03:12.625 |
| 9174 | 2026-08-14T12:03:14.126Z | Aug 14 12:03:12.625DEBG 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 } }] DEBG |
| 9175 | 2026-08-14T12:03:14.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 } }]Aug 14 12:03:12.625 |
| 9176 | 2026-08-14T12:03:14.126Z | INFO created new freemapAug 14 12:03:12.625, adding route 3fff:dead::/64 -> 2001:db8::55:1 unit |
| 9177 | 2026-08-14T12:03:14.126Z | INFO: freemap_route_ipv6Aug 14 12:03:12.625adding route 172.17.0.1/32 -> 10.0.0.255 |
| 9178 | 2026-08-14T12:03:14.126Z | Aug 14 12:03:12.625 |
| 9179 | 2026-08-14T12:03:14.126Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG |
| 9180 | 2026-08-14T12:03:14.126Z | Aug 14 12:03:12.625 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 14 12:03:12.625Aug 14 12:03:12.625 |
| 9181 | 2026-08-14T12:03:14.126Z | DEBG initted freemap. size: 64DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }], unit: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 } }] |
| 9182 | 2026-08-14T12:03:14.126Z | Aug 14 12:03:12.625 |
| 9183 | 2026-08-14T12:03:14.126Z | freemap_route_ipv4 |
| 9184 | 2026-08-14T12:03:14.126Z | INFOAug 14 12:03:12.625Aug 14 12:03:12.625 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9185 | 2026-08-14T12:03:14.126Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 9186 | 2026-08-14T12:03:14.126Z | adding route 172.17.0.2/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9187 | 2026-08-14T12:03:14.126Z | |
| 9188 | 2026-08-14T12:03:14.126Z | Aug 14 12:03:12.619Aug 14 12:03:12.625Aug 14 12:03:12.625 Aug 14 12:03:12.625DEBG INFOAug 14 12:03:12.625 adding route 172.17.0.29/32 -> 10.0.0.255DEBGDEBG |
| 9189 | 2026-08-14T12:03:14.126Z | 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 } }] |
| 9190 | 2026-08-14T12:03:14.126Z | test route::tests::same_size_non_subset_replace ... ok |
| 9191 | 2026-08-14T12:03:14.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 } }, NextHop { asic_port_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 } }]unitDEBG |
| 9192 | 2026-08-14T12:03:14.126Z | :replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv4 |
| 9193 | 2026-08-14T12:03:14.126Z | Aug 14 12:03:12.625 DEBG Aug 14 12:03:12.632replacing 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 } }] |
| 9194 | 2026-08-14T12:03:14.126Z | DEBG initted freemap. size: 64 |
| 9195 | 2026-08-14T12:03:14.126Z | Aug 14 12:03:12.632, unit :DEBG freemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 14 12:03:12.632 |
| 9196 | 2026-08-14T12:03:14.126Z | |
| 9197 | 2026-08-14T12:03:14.127Z | INFO Aug 14 12:03:12.632Aug 14 12:03:12.632Aug 14 12:03:12.632 WARNDEBG adding route 172.17.0.30/32 -> 10.0.0.255shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 9198 | 2026-08-14T12:03:14.127Z | reset freemap |
| 9199 | 2026-08-14T12:03:14.127Z | , INFOunit :Aug 14 12:03:12.632 freemap_route_ipv6DEBG |
| 9200 | 2026-08-14T12:03:14.127Z | adding route 172.17.0.3/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 } }] |
| 9201 | 2026-08-14T12:03:14.127Z | |
| 9202 | 2026-08-14T12:03:14.127Z | Aug 14 12:03:12.632Aug 14 12:03:12.632 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9203 | 2026-08-14T12:03:14.127Z | |
| 9204 | 2026-08-14T12:03:14.127Z | Aug 14 12:03:12.632 Aug 14 12:03:12.632adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9205 | 2026-08-14T12:03:14.127Z | DEBG Aug 14 12:03:12.632DEBG DEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 9206 | 2026-08-14T12:03:14.127Z | |
| 9207 | 2026-08-14T12:03:14.127Z | |
| 9208 | 2026-08-14T12:03:14.127Z | Aug 14 12:03:12.632 DEBGAug 14 12:03:12.632 Aug 14 12:03:12.632 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 14 12:03:12.632 |
| 9209 | 2026-08-14T12:03:14.127Z | INFO INFOadding route 172.17.0.32/32 -> 10.0.0.255INFO Aug 14 12:03:12.632adding route 172.17.0.4/32 -> 10.0.0.255 |
| 9210 | 2026-08-14T12:03:14.127Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9211 | 2026-08-14T12:03:14.127Z | |
| 9212 | 2026-08-14T12:03:14.127Z | INFOAug 14 12:03:12.632 adding route 172.17.0.30/32 -> 10.0.0.255DEBG |
| 9213 | 2026-08-14T12:03:14.127Z | 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 14 12:03:12.632 |
| 9214 | 2026-08-14T12:03:14.127Z | DEBGAug 14 12:03:12.632Aug 14 12:03:12.632 DEBGAug 14 12:03:12.626 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 14 12:03:12.632DEBG 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 } }] |
| 9215 | 2026-08-14T12:03:14.127Z | 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 } }] |
| 9216 | 2026-08-14T12:03:14.127Z | |
| 9217 | 2026-08-14T12:03:14.127Z | adding route 172.17.0.33/32 -> 10.0.0.255DEBG |
| 9218 | 2026-08-14T12:03:14.127Z | created new freemapAug 14 12:03:12.632 , INFOAug 14 12:03:12.632 Aug 14 12:03:12.632adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9219 | 2026-08-14T12:03:14.127Z | 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 } }]INFOAug 14 12:03:12.632 adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9220 | 2026-08-14T12:03:14.127Z | |
| 9221 | 2026-08-14T12:03:14.127Z | Aug 14 12:03:12.632 unitINFO:DEBGAug 14 12:03:12.632Aug 14 12:03:12.632 DEBGINFO replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9222 | 2026-08-14T12:03:14.132Z | |
| 9223 | 2026-08-14T12:03:14.132Z | freemap_route_ipv4 |
| 9224 | 2026-08-14T12:03:14.132Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 9225 | 2026-08-14T12:03:14.132Z | 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 } }] |
| 9226 | 2026-08-14T12:03:14.132Z | Aug 14 12:03:12.632Aug 14 12:03:12.632 DEBGDEBG created new freemapAug 14 12:03:12.632, 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 } }]unit |
| 9227 | 2026-08-14T12:03:14.132Z | :INFO adding route 172.17.0.32/32 -> 10.0.0.255freemap_route_ipv6Aug 14 12:03:12.632 |
| 9228 | 2026-08-14T12:03:14.132Z | |
| 9229 | 2026-08-14T12:03:14.132Z | Aug 14 12:03:12.632Aug 14 12:03:12.632 DEBGAug 14 12:03:12.632 Aug 14 12:03:12.632 INFODEBG INFO 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 } }] |
| 9230 | 2026-08-14T12:03:14.132Z | adding route 172.17.0.35/32 -> 10.0.0.255initted freemap. size: 64 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 } }] |
| 9231 | 2026-08-14T12:03:14.132Z | |
| 9232 | 2026-08-14T12:03:14.132Z | adding route 3fff:dead::/64 -> 2001:db8::55:2, |
| 9233 | 2026-08-14T12:03:14.132Z | unit: Aug 14 12:03:12.632 Aug 14 12:03:12.632DEBG INFOAug 14 12:03:12.632replacing 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 } }] |
| 9234 | 2026-08-14T12:03:14.132Z | adding route 172.17.0.33/32 -> 10.0.0.255DEBG |
| 9235 | 2026-08-14T12:03:14.132Z | 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 } }]freemap_route_ipv4 |
| 9236 | 2026-08-14T12:03:14.132Z | Aug 14 12:03:12.632 |
| 9237 | 2026-08-14T12:03:14.132Z | Aug 14 12:03:12.632 Aug 14 12:03:12.632INFO INFODEBG adding route 172.17.0.36/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 } }] adding route 172.17.0.6/32 -> 10.0.0.255 |
| 9238 | 2026-08-14T12:03:14.132Z | |
| 9239 | 2026-08-14T12:03:14.132Z | |
| 9240 | 2026-08-14T12:03:14.133Z | Aug 14 12:03:12.632Aug 14 12:03:12.632 DEBG INFO Aug 14 12:03:12.632 Aug 14 12:03:12.632adding route 3fff:beef::/64 -> 2001:db8::55:ffreset freemap |
| 9241 | 2026-08-14T12:03:14.133Z | , INFODEBG adding route 172.17.0.34/32 -> 10.0.0.255Aug 14 12:03:12.632 unitreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9242 | 2026-08-14T12:03:14.133Z | : |
| 9243 | 2026-08-14T12:03:14.133Z | freemap_route_ipv4 |
| 9244 | 2026-08-14T12:03:14.133Z | Aug 14 12:03:12.632Aug 14 12:03:12.632Aug 14 12:03:12.632Aug 14 12:03:12.632Aug 14 12:03:12.625 DEBGINFODEBG DEBGreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOadding route 172.17.0.37/32 -> 10.0.0.255initted freemap. size: 64 |
| 9245 | 2026-08-14T12:03:14.133Z | DEBG |
| 9246 | 2026-08-14T12:03:14.133Z | 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:3 |
| 9247 | 2026-08-14T12:03:14.133Z | Aug 14 12:03:12.632, DEBG unitreplacing 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 14 12:03:12.632 |
| 9248 | 2026-08-14T12:03:14.133Z | : |
| 9249 | 2026-08-14T12:03:14.133Z | INFO freemap_route_ipv6Aug 14 12:03:12.632adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9250 | 2026-08-14T12:03:14.133Z | INFO |
| 9251 | 2026-08-14T12:03:14.133Z | 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 14 12:03:12.632adding route 3fff:beef:1::/64 -> 2001:db8::55:ff Aug 14 12:03:12.632DEBGAug 14 12:03:12.632 |
| 9252 | 2026-08-14T12:03:14.133Z | Aug 14 12:03:12.632 DEBGINFO |
| 9253 | 2026-08-14T12:03:14.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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBGreset freemap |
| 9254 | 2026-08-14T12:03:14.133Z | , 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.38/32 -> 10.0.0.255 |
| 9255 | 2026-08-14T12:03:14.133Z | |
| 9256 | 2026-08-14T12:03:14.133Z | Aug 14 12:03:12.632 unitDEBGAug 14 12:03:12.632Aug 14 12:03:12.632 Aug 14 12:03:12.632 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 } }]Aug 14 12:03:12.632 DEBG |
| 9257 | 2026-08-14T12:03:14.133Z | adding route 3fff:dead::/64 -> 2001:db8::55:4INFO |
| 9258 | 2026-08-14T12:03:14.133Z | :replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9259 | 2026-08-14T12:03:14.133Z | |
| 9260 | 2026-08-14T12:03:14.133Z | freemap_route_ipv6INFOAug 14 12:03:12.632 adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9261 | 2026-08-14T12:03:14.133Z | |
| 9262 | 2026-08-14T12:03:14.133Z | Aug 14 12:03:12.632 Aug 14 12:03:12.632INFO DEBGINFOAug 14 12:03:12.632 Aug 14 12:03:12.632adding route 172.17.0.39/32 -> 10.0.0.255 |
| 9263 | 2026-08-14T12:03:14.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 } }, NextHop { asic_port_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 |
| 9264 | 2026-08-14T12:03:14.133Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 14 12:03:12.632Aug 14 12:03:12.632 |
| 9265 | 2026-08-14T12:03:14.133Z | Aug 14 12:03:12.632DEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 9266 | 2026-08-14T12:03:14.133Z | Aug 14 12:03:12.632 |
| 9267 | 2026-08-14T12:03:14.133Z | DEBGDEBG DEBG DEBGreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 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 } }] |
| 9268 | 2026-08-14T12:03:14.133Z | |
| 9269 | 2026-08-14T12:03:14.133Z | 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 } }] |
| 9270 | 2026-08-14T12:03:14.133Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 14 12:03:12.632Aug 14 12:03:12.632 |
| 9271 | 2026-08-14T12:03:14.133Z | DEBGINFO Aug 14 12:03:12.632Aug 14 12:03:12.632replacing 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 } }] INFOadding route 172.17.0.37/32 -> 10.0.0.255 |
| 9272 | 2026-08-14T12:03:14.133Z | |
| 9273 | 2026-08-14T12:03:14.133Z | INFOadding route 172.17.0.40/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9274 | 2026-08-14T12:03:14.133Z | Aug 14 12:03:12.632 |
| 9275 | 2026-08-14T12:03:14.133Z | Aug 14 12:03:12.632INFO Aug 14 12:03:12.632Aug 14 12:03:12.632DEBG 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 } }]INFO |
| 9276 | 2026-08-14T12:03:14.134Z | replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255 |
| 9277 | 2026-08-14T12:03:14.134Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 14 12:03:12.632 |
| 9278 | 2026-08-14T12:03:14.134Z | |
| 9279 | 2026-08-14T12:03:14.134Z | Aug 14 12:03:12.632DEBG INFO Aug 14 12:03:12.632replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 14 12:03:12.632 |
| 9280 | 2026-08-14T12:03:14.134Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9281 | 2026-08-14T12:03:14.134Z | DEBGINFO Aug 14 12:03:12.632 DEBGadding route 172.17.0.41/32 -> 10.0.0.255 |
| 9282 | 2026-08-14T12:03:14.134Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 9283 | 2026-08-14T12:03:14.134Z | Aug 14 12:03:12.632 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }]DEBGreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9284 | 2026-08-14T12:03:14.134Z | Aug 14 12:03:12.632 |
| 9285 | 2026-08-14T12:03:14.134Z | 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 14 12:03:12.632DEBG |
| 9286 | 2026-08-14T12:03:14.134Z | replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 14 12:03:12.632Aug 14 12:03:12.632 |
| 9287 | 2026-08-14T12:03:14.134Z | INFO adding route 172.17.0.39/32 -> 10.0.0.255replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9288 | 2026-08-14T12:03:14.134Z | INFOAug 14 12:03:12.632 |
| 9289 | 2026-08-14T12:03:14.134Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ffINFO |
| 9290 | 2026-08-14T12:03:14.134Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9291 | 2026-08-14T12:03:14.134Z | Aug 14 12:03:12.632 Aug 14 12:03:12.632Aug 14 12:03:12.632 DEBG INFODEBGreplacing 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 } }] |
| 9292 | 2026-08-14T12:03:14.134Z | adding route 172.17.0.9/32 -> 10.0.0.255 |
| 9293 | 2026-08-14T12:03:14.134Z | 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 } }] |
| 9294 | 2026-08-14T12:03:14.134Z | Aug 14 12:03:12.632Aug 14 12:03:12.632 Aug 14 12:03:12.632INFO DEBGAug 14 12:03:12.632 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 |
| 9295 | 2026-08-14T12:03:14.134Z | adding route 172.17.0.40/32 -> 10.0.0.255INFO |
| 9296 | 2026-08-14T12:03:14.134Z | adding route 172.17.0.43/32 -> 10.0.0.255Aug 14 12:03:12.632 |
| 9297 | 2026-08-14T12:03:14.134Z | 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 |
| 9298 | 2026-08-14T12:03:14.134Z | Aug 14 12:03:12.632adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 14 12:03:12.632 |
| 9299 | 2026-08-14T12:03:14.134Z | DEBG 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 14 12:03:12.633 DEBG created new freemap, unit |
| 9300 | 2026-08-14T12:03:14.134Z | : freemap_route_ipv4Aug 14 12:03:12.632 |
| 9301 | 2026-08-14T12:03:14.134Z | Aug 14 12:03:12.619 DEBG DEBGAug 14 12:03:12.638replacing 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 14 12:03:12.638 |
| 9302 | 2026-08-14T12:03:14.134Z | INFO DEBGadding route 172.17.0.41/32 -> 10.0.0.255 |
| 9303 | 2026-08-14T12:03:14.134Z | replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemapAug 14 12:03:12.638 |
| 9304 | 2026-08-14T12:03:14.134Z | , unitINFO: adding route 172.17.0.37/32 -> 10.0.0.255Aug 14 12:03:12.638Aug 14 12:03:12.638 |
| 9305 | 2026-08-14T12:03:14.134Z | freemap_route_ipv6 |
| 9306 | 2026-08-14T12:03:14.134Z | INFODEBGAug 14 12:03:12.638 adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 9307 | 2026-08-14T12:03:14.134Z | Aug 14 12:03:12.638DEBG |
| 9308 | 2026-08-14T12:03:14.134Z | 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 } }] |
| 9309 | 2026-08-14T12:03:14.134Z | Aug 14 12:03:12.638DEBG INFO adding route 172.17.0.42/32 -> 10.0.0.255initted freemap. size: 64 |
| 9310 | 2026-08-14T12:03:14.134Z | , Aug 14 12:03:12.638unit : freemap_route_ipv4INFO |
| 9311 | 2026-08-14T12:03:14.134Z | adding route 172.17.0.38/32 -> 10.0.0.255Aug 14 12:03:12.638 |
| 9312 | 2026-08-14T12:03:14.134Z | Aug 14 12:03:12.638Aug 14 12:03:12.638 DEBGAug 14 12:03:12.638DEBG 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 |
| 9313 | 2026-08-14T12:03:14.134Z | DEBG 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 } }]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 14 12:03:12.638 |
| 9314 | 2026-08-14T12:03:14.134Z | unit:INFO freemap_route_ipv4adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9315 | 2026-08-14T12:03:14.134Z | |
| 9316 | 2026-08-14T12:03:14.135Z | Aug 14 12:03:12.638 |
| 9317 | 2026-08-14T12:03:14.135Z | INFO Aug 14 12:03:12.638Aug 14 12:03:12.638 adding route 172.17.0.39/32 -> 10.0.0.255DEBG |
| 9318 | 2026-08-14T12:03:14.135Z | DEBGinitted freemap. size: 64 , Aug 14 12:03:12.638replacing 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 14 12:03:12.638unit |
| 9319 | 2026-08-14T12:03:14.135Z | : DEBGfreemap_route_ipv6 |
| 9320 | 2026-08-14T12:03:14.135Z | 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 } }] |
| 9321 | 2026-08-14T12:03:14.135Z | Aug 14 12:03:12.638Aug 14 12:03:12.638Aug 14 12:03:12.638 INFODEBGINFO adding route 172.17.0.44/32 -> 10.0.0.255reset freemap |
| 9322 | 2026-08-14T12:03:14.139Z | , INFO unit :adding route 172.17.0.40/32 -> 10.0.0.255 Aug 14 12:03:12.639adding route 3fff:beef:7::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 9323 | 2026-08-14T12:03:14.139Z | DEBG |
| 9324 | 2026-08-14T12:03:14.139Z | 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 } }] |
| 9325 | 2026-08-14T12:03:14.139Z | |
| 9326 | 2026-08-14T12:03:14.139Z | Aug 14 12:03:12.639Aug 14 12:03:12.639Aug 14 12:03:12.639 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9327 | 2026-08-14T12:03:14.139Z | DEBGadding route 172.17.0.45/32 -> 10.0.0.255Aug 14 12:03:12.639 |
| 9328 | 2026-08-14T12:03:14.139Z | Aug 14 12:03:12.639replacing 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 |
| 9329 | 2026-08-14T12:03:14.139Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 14 12:03:12.639 |
| 9330 | 2026-08-14T12:03:14.139Z | Aug 14 12:03:12.639replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 9331 | 2026-08-14T12:03:14.139Z | INFOAug 14 12:03:12.639replacing 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 } }] |
| 9332 | 2026-08-14T12:03:14.139Z | INFO Aug 14 12:03:12.639adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9333 | 2026-08-14T12:03:14.139Z | |
| 9334 | 2026-08-14T12:03:14.139Z | Aug 14 12:03:12.639INFO INFOAug 14 12:03:12.639 Aug 14 12:03:12.639adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9335 | 2026-08-14T12:03:14.139Z | 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 } }] adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 9336 | 2026-08-14T12:03:14.139Z | DEBG Aug 14 12:03:12.639 |
| 9337 | 2026-08-14T12:03:14.139Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9338 | 2026-08-14T12:03:14.140Z | DEBG Aug 14 12:03:12.639replacing 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 14 12:03:12.639INFO |
| 9339 | 2026-08-14T12:03:14.140Z | Aug 14 12:03:12.639 INFODEBGadding route 172.17.0.42/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.3 |
| 9340 | 2026-08-14T12:03:14.140Z | |
| 9341 | 2026-08-14T12:03:14.140Z | Aug 14 12:03:12.639replacing 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 } }] |
| 9342 | 2026-08-14T12:03:14.140Z | INFO Aug 14 12:03:12.639adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9343 | 2026-08-14T12:03:14.140Z | DEBGAug 14 12:03:12.639 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9344 | 2026-08-14T12:03:14.140Z | DEBGAug 14 12:03:12.639 INFOreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9345 | 2026-08-14T12:03:14.140Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 14 12:03:12.639 |
| 9346 | 2026-08-14T12:03:14.140Z | Aug 14 12:03:12.639 INFOAug 14 12:03:12.639 DEBG adding route 172.16.0.0/32 -> 10.0.0.4INFOreplacing 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 } }] |
| 9347 | 2026-08-14T12:03:14.140Z | |
| 9348 | 2026-08-14T12:03:14.140Z | adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9349 | 2026-08-14T12:03:14.140Z | Aug 14 12:03:12.639 Aug 14 12:03:12.639Aug 14 12:03:12.639 INFODEBG adding route 172.17.0.48/32 -> 10.0.0.255DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9350 | 2026-08-14T12:03:14.140Z | Aug 14 12:03:12.639 |
| 9351 | 2026-08-14T12:03:14.140Z | replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 |
| 9352 | 2026-08-14T12:03:14.140Z | |
| 9353 | 2026-08-14T12:03:14.140Z | 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 14 12:03:12.639 |
| 9354 | 2026-08-14T12:03:14.140Z | Aug 14 12:03:12.639DEBG 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 14 12:03:12.639 |
| 9355 | 2026-08-14T12:03:14.140Z | DEBG Aug 14 12:03:12.639INFOreplacing targets for 172.16.0.0/32 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 } }] |
| 9356 | 2026-08-14T12:03:14.140Z | INFOadding route 172.17.0.44/32 -> 10.0.0.255 adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9357 | 2026-08-14T12:03:14.140Z | |
| 9358 | 2026-08-14T12:03:14.140Z | Aug 14 12:03:12.639Aug 14 12:03:12.639 INFOINFO Aug 14 12:03:12.639Aug 14 12:03:12.639 adding route 172.17.0.49/32 -> 10.0.0.255 DEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ff 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 } }] |
| 9359 | 2026-08-14T12:03:14.140Z | |
| 9360 | 2026-08-14T12:03:14.140Z | |
| 9361 | 2026-08-14T12:03:14.140Z | 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 14 12:03:12.639Aug 14 12:03:12.639 |
| 9362 | 2026-08-14T12:03:14.140Z | DEBG INFOreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9363 | 2026-08-14T12:03:14.140Z | Aug 14 12:03:12.639Aug 14 12:03:12.639 adding route 172.17.0.45/32 -> 10.0.0.255INFO |
| 9364 | 2026-08-14T12:03:14.140Z | DEBGadding route 172.17.0.45/32 -> 10.0.0.255 |
| 9365 | 2026-08-14T12:03:14.140Z | 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 14 12:03:12.639 Aug 14 12:03:12.639INFO DEBGadding route 172.17.0.50/32 -> 10.0.0.255 |
| 9366 | 2026-08-14T12:03:14.140Z | 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 } }] |
| 9367 | 2026-08-14T12:03:14.140Z | |
| 9368 | 2026-08-14T12:03:14.140Z | Aug 14 12:03:12.639 DEBGAug 14 12:03:12.632 Aug 14 12:03:12.639 INFOINFO adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9369 | 2026-08-14T12:03:14.140Z | 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 } }] |
| 9370 | 2026-08-14T12:03:14.141Z | |
| 9371 | 2026-08-14T12:03:14.141Z | Aug 14 12:03:12.639Aug 14 12:03:12.639 Aug 14 12:03:12.639DEBG INFODEBG Aug 14 12:03:12.639replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 14 12:03:12.639 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO |
| 9372 | 2026-08-14T12:03:14.141Z | |
| 9373 | 2026-08-14T12:03:14.141Z | DEBGadding route 172.17.0.46/32 -> 10.0.0.255 |
| 9374 | 2026-08-14T12:03:14.141Z | Aug 14 12:03:12.639replacing 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 } }] |
| 9375 | 2026-08-14T12:03:14.141Z | Aug 14 12:03:12.639 INFOINFOAug 14 12:03:12.639 Aug 14 12:03:12.639adding route 172.17.0.51/32 -> 10.0.0.255 adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9376 | 2026-08-14T12:03:14.141Z | DEBG |
| 9377 | 2026-08-14T12:03:14.141Z | 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 } }]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 } }] |
| 9378 | 2026-08-14T12:03:14.141Z | Aug 14 12:03:12.639 |
| 9379 | 2026-08-14T12:03:14.141Z | DEBGAug 14 12:03:12.639 INFO adding route 172.17.0.47/32 -> 10.0.0.255Aug 14 12:03:12.639 |
| 9380 | 2026-08-14T12:03:14.141Z | 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 14 12:03:12.639DEBG |
| 9381 | 2026-08-14T12:03:14.141Z | test route::tests::delete_target_fragmented ... ok |
| 9382 | 2026-08-14T12:03:14.141Z | test route::tests::delete_target_full ... ok |
| 9383 | 2026-08-14T12:03:14.141Z | INFO Aug 14 12:03:12.639 replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 9384 | 2026-08-14T12:03:14.141Z | |
| 9385 | 2026-08-14T12:03:14.141Z | DEBGAug 14 12:03:12.639 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 } }]INFOAug 14 12:03:12.639 |
| 9386 | 2026-08-14T12:03:14.141Z | Aug 14 12:03:12.639 adding route 172.17.0.48/32 -> 10.0.0.255INFO |
| 9387 | 2026-08-14T12:03:14.141Z | DEBG adding route 172.17.0.52/32 -> 10.0.0.255replacing 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 } }] |
| 9388 | 2026-08-14T12:03:14.141Z | |
| 9389 | 2026-08-14T12:03:14.141Z | Aug 14 12:03:12.639 DEBG Aug 14 12:03:12.639replacing 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 } }] |
| 9390 | 2026-08-14T12:03:14.141Z | INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 9391 | 2026-08-14T12:03:14.141Z | Aug 14 12:03:12.639Aug 14 12:03:12.639 Aug 14 12:03:12.639 Aug 14 12:03:12.639DEBG INFO INFODEBGreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9392 | 2026-08-14T12:03:14.141Z | adding route 172.17.0.49/32 -> 10.0.0.255replacing 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 } }] |
| 9393 | 2026-08-14T12:03:14.141Z | |
| 9394 | 2026-08-14T12:03:14.141Z | |
| 9395 | 2026-08-14T12:03:14.141Z | Aug 14 12:03:12.639Aug 14 12:03:12.639Aug 14 12:03:12.639 DEBGINFO replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 14 12:03:12.639 |
| 9396 | 2026-08-14T12:03:14.141Z | DEBG |
| 9397 | 2026-08-14T12:03:14.141Z | INFOreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9398 | 2026-08-14T12:03:14.141Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 9399 | 2026-08-14T12:03:14.141Z | Aug 14 12:03:12.639 DEBG Aug 14 12:03:12.639replacing 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 } }] |
| 9400 | 2026-08-14T12:03:14.141Z | DEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:03:12.639 |
| 9401 | 2026-08-14T12:03:14.141Z | Aug 14 12:03:12.639INFO Aug 14 12:03:12.639adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9402 | 2026-08-14T12:03:14.141Z | INFO Aug 14 12:03:12.639adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO Aug 14 12:03:12.639INFO DEBGadding route 172.17.0.49/32 -> 10.0.0.255 |
| 9403 | 2026-08-14T12:03:14.141Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9404 | 2026-08-14T12:03:14.141Z | |
| 9405 | 2026-08-14T12:03:14.141Z | 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 } }] |
| 9406 | 2026-08-14T12:03:14.141Z | Aug 14 12:03:12.639 DEBGAug 14 12:03:12.639 replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 9407 | 2026-08-14T12:03:14.141Z | adding route 172.17.0.51/32 -> 10.0.0.255Aug 14 12:03:12.639 |
| 9408 | 2026-08-14T12:03:14.141Z | Aug 14 12:03:12.639Aug 14 12:03:12.639 DEBGINFOAug 14 12:03:12.639 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBGDEBGreplacing 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 } }] |
| 9409 | 2026-08-14T12:03:14.141Z | |
| 9410 | 2026-08-14T12:03:14.142Z | replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9411 | 2026-08-14T12:03:14.142Z | Aug 14 12:03:12.646 |
| 9412 | 2026-08-14T12:03:14.142Z | INFO Aug 14 12:03:12.646adding route 172.17.0.50/32 -> 10.0.0.255Aug 14 12:03:12.646 |
| 9413 | 2026-08-14T12:03:14.142Z | 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 } }] |
| 9414 | 2026-08-14T12:03:14.142Z | Aug 14 12:03:12.632 Aug 14 12:03:12.646 Aug 14 12:03:12.646DEBGINFO adding route 172.17.0.52/32 -> 10.0.0.255DEBG created new freemap |
| 9415 | 2026-08-14T12:03:14.142Z | INFO replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 9416 | 2026-08-14T12:03:14.142Z | |
| 9417 | 2026-08-14T12:03:14.142Z | , unit:Aug 14 12:03:12.646 freemap_route_ipv4Aug 14 12:03:12.646DEBG |
| 9418 | 2026-08-14T12:03:14.142Z | Aug 14 12:03:12.646 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 } }]INFODEBG adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9419 | 2026-08-14T12:03:14.142Z | |
| 9420 | 2026-08-14T12:03:14.142Z | 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 } }] |
| 9421 | 2026-08-14T12:03:14.142Z | Aug 14 12:03:12.646Aug 14 12:03:12.646 INFODEBG adding route 172.17.0.53/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 } }] |
| 9422 | 2026-08-14T12:03:14.146Z | |
| 9423 | 2026-08-14T12:03:14.146Z | Aug 14 12:03:12.646 INFOAug 14 12:03:12.639Aug 14 12:03:12.646Aug 14 12:03:12.646 Aug 14 12:03:12.646 DEBG INFODEBG INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffcreated new freemap |
| 9424 | 2026-08-14T12:03:14.146Z | 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 } }] |
| 9425 | 2026-08-14T12:03:14.146Z | , |
| 9426 | 2026-08-14T12:03:14.146Z | adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255unit |
| 9427 | 2026-08-14T12:03:14.146Z | |
| 9428 | 2026-08-14T12:03:14.146Z | :Aug 14 12:03:12.646 Aug 14 12:03:12.646freemap_route_ipv6 INFO INFOadding route 172.17.0.11/32 -> 10.0.0.255 |
| 9429 | 2026-08-14T12:03:14.146Z | |
| 9430 | 2026-08-14T12:03:14.146Z | Aug 14 12:03:12.646Aug 14 12:03:12.646 Aug 14 12:03:12.646 DEBGAug 14 12:03:12.646 DEBG DEBGDEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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.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 } }] |
| 9431 | 2026-08-14T12:03:14.146Z | |
| 9432 | 2026-08-14T12:03:14.146Z | |
| 9433 | 2026-08-14T12:03:14.146Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9434 | 2026-08-14T12:03:14.146Z | 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 14 12:03:12.646Aug 14 12:03:12.646Aug 14 12:03:12.646 |
| 9435 | 2026-08-14T12:03:14.146Z | DEBGINFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 9436 | 2026-08-14T12:03:14.146Z | initted freemap. size: 64INFO, Aug 14 12:03:12.646Aug 14 12:03:12.646 Aug 14 12:03:12.646unitadding route 172.17.0.53/32 -> 10.0.0.255 Aug 14 12:03:12.646 |
| 9437 | 2026-08-14T12:03:14.146Z | DEBG DEBGreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: INFO |
| 9438 | 2026-08-14T12:03:14.146Z | INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffreplacing 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 14 12:03:12.646Aug 14 12:03:12.646 |
| 9439 | 2026-08-14T12:03:14.146Z | |
| 9440 | 2026-08-14T12:03:14.146Z | adding route 172.17.0.56/32 -> 10.0.0.255 INFODEBG Aug 14 12:03:12.646adding route 172.17.0.13/32 -> 10.0.0.255 |
| 9441 | 2026-08-14T12:03:14.146Z | |
| 9442 | 2026-08-14T12:03:14.146Z | 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 } }]freemap_route_ipv4 |
| 9443 | 2026-08-14T12:03:14.146Z | Aug 14 12:03:12.646 |
| 9444 | 2026-08-14T12:03:14.146Z | Aug 14 12:03:12.646INFO adding route 172.17.0.55/32 -> 10.0.0.255replacing 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 14 12:03:12.646 |
| 9445 | 2026-08-14T12:03:14.146Z | |
| 9446 | 2026-08-14T12:03:14.146Z | Aug 14 12:03:12.646DEBGAug 14 12:03:12.646 DEBG DEBGreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:03:12.646replacing 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 } }] |
| 9447 | 2026-08-14T12:03:14.146Z | INFO |
| 9448 | 2026-08-14T12:03:14.146Z | reset freemapDEBGAug 14 12:03:12.646adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9449 | 2026-08-14T12:03:14.147Z | INFO, replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:03:12.646 |
| 9450 | 2026-08-14T12:03:14.147Z | unit: INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:fffreemap_route_ipv4 adding route 172.17.0.14/32 -> 10.0.0.255 |
| 9451 | 2026-08-14T12:03:14.147Z | |
| 9452 | 2026-08-14T12:03:14.147Z | |
| 9453 | 2026-08-14T12:03:14.147Z | Aug 14 12:03:12.646Aug 14 12:03:12.646 Aug 14 12:03:12.646DEBGAug 14 12:03:12.646 INFO INFO DEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9454 | 2026-08-14T12:03:14.147Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9455 | 2026-08-14T12:03:14.147Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9456 | 2026-08-14T12:03:14.147Z | 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 14 12:03:12.646Aug 14 12:03:12.646 |
| 9457 | 2026-08-14T12:03:14.147Z | Aug 14 12:03:12.646Aug 14 12:03:12.646 DEBG Aug 14 12:03:12.646INFODEBG adding route 172.17.0.15/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 } }] |
| 9458 | 2026-08-14T12:03:14.147Z | |
| 9459 | 2026-08-14T12:03:14.147Z | Aug 14 12:03:12.647 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 } }]Aug 14 12:03:12.647Aug 14 12:03:12.647 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 } }] INFODEBG |
| 9460 | 2026-08-14T12:03:14.147Z | INFO |
| 9461 | 2026-08-14T12:03:14.147Z | adding route 172.17.0.55/32 -> 10.0.0.255 replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9462 | 2026-08-14T12:03:14.147Z | |
| 9463 | 2026-08-14T12:03:14.147Z | initted freemap. size: 64Aug 14 12:03:12.647 |
| 9464 | 2026-08-14T12:03:14.147Z | INFO Aug 14 12:03:12.647Aug 14 12:03:12.647adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 9465 | 2026-08-14T12:03:14.147Z | INFOAug 14 12:03:12.647 adding route 172.17.0.16/32 -> 10.0.0.255Aug 14 12:03:12.647 |
| 9466 | 2026-08-14T12:03:14.147Z | INFODEBG 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.58/32 -> 10.0.0.255Aug 14 12:03:12.647 |
| 9467 | 2026-08-14T12:03:14.147Z | |
| 9468 | 2026-08-14T12:03:14.147Z | DEBGAug 14 12:03:12.647, 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 |
| 9469 | 2026-08-14T12:03:14.147Z | 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 } }]unit |
| 9470 | 2026-08-14T12:03:14.147Z | 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 14 12:03:12.647Aug 14 12:03:12.647 INFO |
| 9471 | 2026-08-14T12:03:14.147Z | Aug 14 12:03:12.647Aug 14 12:03:12.647INFO INFO :adding route 172.17.0.58/32 -> 10.0.0.255 adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9472 | 2026-08-14T12:03:14.147Z | adding route 172.17.0.17/32 -> 10.0.0.255freemap_route_ipv6DEBG |
| 9473 | 2026-08-14T12:03:14.147Z | |
| 9474 | 2026-08-14T12:03:14.147Z | 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 } }] |
| 9475 | 2026-08-14T12:03:14.147Z | |
| 9476 | 2026-08-14T12:03:14.147Z | Aug 14 12:03:12.647 DEBGAug 14 12:03:12.647 Aug 14 12:03:12.647Aug 14 12:03:12.647replacing 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 14 12:03:12.647 |
| 9477 | 2026-08-14T12:03:14.147Z | DEBGDEBG INFO replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9478 | 2026-08-14T12:03:14.147Z | 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 } }] |
| 9479 | 2026-08-14T12:03:14.147Z | |
| 9480 | 2026-08-14T12:03:14.147Z | Aug 14 12:03:12.647Aug 14 12:03:12.647Aug 14 12:03:12.647Aug 14 12:03:12.647 INFO DEBGAug 14 12:03:12.647 INFO INFOadding route 172.17.0.18/32 -> 10.0.0.255adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreplacing 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 |
| 9481 | 2026-08-14T12:03:14.147Z | |
| 9482 | 2026-08-14T12:03:14.147Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9483 | 2026-08-14T12:03:14.147Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9484 | 2026-08-14T12:03:14.147Z | Aug 14 12:03:12.647DEBG |
| 9485 | 2026-08-14T12:03:14.147Z | test route::tests::add_target_fails_full ... ok |
| 9486 | 2026-08-14T12:03:14.147Z | Aug 14 12:03:12.647 Aug 14 12:03:12.647 DEBG DEBGreset freemapDEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:03:12.647replacing 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 } }] |
| 9487 | 2026-08-14T12:03:14.147Z | DEBG , |
| 9488 | 2026-08-14T12:03:14.147Z | 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 14 12:03:12.647 |
| 9489 | 2026-08-14T12:03:14.148Z | unitAug 14 12:03:12.647: INFOINFOAug 14 12:03:12.647replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.19/32 -> 10.0.0.255INFO |
| 9490 | 2026-08-14T12:03:14.148Z | |
| 9491 | 2026-08-14T12:03:14.148Z | |
| 9492 | 2026-08-14T12:03:14.148Z | Aug 14 12:03:12.647 freemap_route_ipv6 adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9493 | 2026-08-14T12:03:14.148Z | |
| 9494 | 2026-08-14T12:03:14.148Z | INFOAug 14 12:03:12.647Aug 14 12:03:12.647 adding route 172.17.0.60/32 -> 10.0.0.255 INFO |
| 9495 | 2026-08-14T12:03:14.148Z | DEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 9496 | 2026-08-14T12:03:14.148Z | |
| 9497 | 2026-08-14T12:03:14.148Z | Aug 14 12:03:12.647 Aug 14 12:03:12.647Aug 14 12:03:12.647 Aug 14 12:03:12.647 DEBGDEBG Aug 14 12:03:12.647 INFO DEBGAug 14 12:03:12.647adding route 172.17.0.20/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 } }]INFOreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9498 | 2026-08-14T12:03:14.148Z | |
| 9499 | 2026-08-14T12:03:14.148Z | |
| 9500 | 2026-08-14T12:03:14.148Z | replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9501 | 2026-08-14T12:03:14.148Z | Aug 14 12:03:12.647Aug 14 12:03:12.647DEBG DEBGINFO Aug 14 12:03:12.647replacing 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 } }] |
| 9502 | 2026-08-14T12:03:14.148Z | INFO |
| 9503 | 2026-08-14T12:03:14.148Z | adding route 172.17.0.61/32 -> 10.0.0.255 Aug 14 12:03:12.647 |
| 9504 | 2026-08-14T12:03:14.148Z | replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 9505 | 2026-08-14T12:03:14.148Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9506 | 2026-08-14T12:03:14.148Z | adding route 172.17.0.59/32 -> 10.0.0.255Aug 14 12:03:12.647 |
| 9507 | 2026-08-14T12:03:14.148Z | DEBGAug 14 12:03:12.647Aug 14 12:03:12.647Aug 14 12:03:12.647 Aug 14 12:03:12.647Aug 14 12:03:12.647 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 |
| 9508 | 2026-08-14T12:03:14.148Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBGDEBG 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 } }] |
| 9509 | 2026-08-14T12:03:14.148Z | |
| 9510 | 2026-08-14T12:03:14.148Z | 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 14 12:03:12.647failed to allocate space for the new target list |
| 9511 | 2026-08-14T12:03:14.148Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 14 12:03:12.647 |
| 9512 | 2026-08-14T12:03:14.148Z | INFO INFO |
| 9513 | 2026-08-14T12:03:14.148Z | adding route 172.17.0.62/32 -> 10.0.0.255 Aug 14 12:03:12.647 |
| 9514 | 2026-08-14T12:03:14.148Z | Aug 14 12:03:12.647adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9515 | 2026-08-14T12:03:14.148Z | Aug 14 12:03:12.647 Aug 14 12:03:12.647 DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 14 12:03:12.647INFOAug 14 12:03:12.647 |
| 9516 | 2026-08-14T12:03:14.148Z | INFO 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.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9517 | 2026-08-14T12:03:14.148Z | |
| 9518 | 2026-08-14T12:03:14.148Z | |
| 9519 | 2026-08-14T12:03:14.148Z | adding route 172.17.0.60/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 } }] |
| 9520 | 2026-08-14T12:03:14.148Z | Aug 14 12:03:12.647 |
| 9521 | 2026-08-14T12:03:14.148Z | Aug 14 12:03:12.647 INFOAug 14 12:03:12.647DEBG Aug 14 12:03:12.647adding route 172.17.0.23/32 -> 10.0.0.255 DEBG INFOfailed to allocate space for the new target listAug 14 12:03:12.647 |
| 9522 | 2026-08-14T12:03:14.153Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG |
| 9523 | 2026-08-14T12:03:14.153Z | 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 } }] |
| 9524 | 2026-08-14T12:03:14.153Z | |
| 9525 | 2026-08-14T12:03:14.153Z | Aug 14 12:03:12.647Aug 14 12:03:12.647 Aug 14 12:03:12.647 Aug 14 12:03:12.647INFO DEBGadding route 172.17.0.61/32 -> 10.0.0.255DEBGDEBG |
| 9526 | 2026-08-14T12:03:14.153Z | replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9527 | 2026-08-14T12:03:14.153Z | 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 } }] |
| 9528 | 2026-08-14T12:03:14.153Z | Aug 14 12:03:12.647 |
| 9529 | 2026-08-14T12:03:14.153Z | DEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:03:12.647Aug 14 12:03:12.647 INFOINFO |
| 9530 | 2026-08-14T12:03:14.153Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 172.17.0.24/32 -> 10.0.0.255 |
| 9531 | 2026-08-14T12:03:14.153Z | |
| 9532 | 2026-08-14T12:03:14.153Z | Aug 14 12:03:12.654 DEBGAug 14 12:03:12.654Aug 14 12:03:12.654 INFODEBG adding route 172.17.0.62/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 } }] |
| 9533 | 2026-08-14T12:03:14.153Z | |
| 9534 | 2026-08-14T12:03:14.153Z | 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 } }] |
| 9535 | 2026-08-14T12:03:14.153Z | Aug 14 12:03:12.654 DEBG Aug 14 12:03:12.654replacing 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 } }] |
| 9536 | 2026-08-14T12:03:14.153Z | Aug 14 12:03:12.654 INFO adding route 172.17.0.63/32 -> 10.0.0.255 |
| 9537 | 2026-08-14T12:03:14.153Z | 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 } }] |
| 9538 | 2026-08-14T12:03:14.153Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9539 | 2026-08-14T12:03:14.153Z | Aug 14 12:03:12.655 INFOAug 14 12:03:12.655 Aug 14 12:03:12.655Aug 14 12:03:12.655 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG |
| 9540 | 2026-08-14T12:03:14.153Z | INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }] |
| 9541 | 2026-08-14T12:03:14.153Z | |
| 9542 | 2026-08-14T12:03:14.153Z | 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 } }] |
| 9543 | 2026-08-14T12:03:14.153Z | Aug 14 12:03:12.655 DEBGAug 14 12:03:12.655 Aug 14 12:03:12.655Aug 14 12:03:12.655DEBGreplacing 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 } }] 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 } }]adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9544 | 2026-08-14T12:03:14.153Z | |
| 9545 | 2026-08-14T12:03:14.153Z | |
| 9546 | 2026-08-14T12:03:14.153Z | failed to allocate space for the new target list |
| 9547 | 2026-08-14T12:03:14.153Z | Aug 14 12:03:12.655Aug 14 12:03:12.655 Aug 14 12:03:12.655DEBG Aug 14 12:03:12.655 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 } }]INFODEBG |
| 9548 | 2026-08-14T12:03:14.153Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9549 | 2026-08-14T12:03:14.153Z | 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 } }] Aug 14 12:03:12.655 |
| 9550 | 2026-08-14T12:03:14.153Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 9551 | 2026-08-14T12:03:14.153Z | INFO Aug 14 12:03:12.655adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9552 | 2026-08-14T12:03:14.153Z | Aug 14 12:03:12.655DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 9553 | 2026-08-14T12:03:14.153Z | Aug 14 12:03:12.655failed to allocate space for the new target list DEBG |
| 9554 | 2026-08-14T12:03:14.153Z | Aug 14 12:03:12.655replacing 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 14 12:03:12.655 DEBGDEBG |
| 9555 | 2026-08-14T12:03:14.154Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 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 } }] |
| 9556 | 2026-08-14T12:03:14.154Z | |
| 9557 | 2026-08-14T12:03:14.154Z | Aug 14 12:03:12.655 Aug 14 12:03:12.655INFO INFOadding route 172.17.0.28/32 -> 10.0.0.255 |
| 9558 | 2026-08-14T12:03:14.154Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 9559 | 2026-08-14T12:03:14.154Z | Aug 14 12:03:12.655 Aug 14 12:03:12.655DEBG 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 } }] |
| 9560 | 2026-08-14T12:03:14.154Z | 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 } }] |
| 9561 | 2026-08-14T12:03:14.154Z | Aug 14 12:03:12.655 Aug 14 12:03:12.655INFO INFOadding route 172.17.0.29/32 -> 10.0.0.255 |
| 9562 | 2026-08-14T12:03:14.154Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 9563 | 2026-08-14T12:03:14.154Z | Aug 14 12:03:12.655 Aug 14 12:03:12.655DEBG 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 } }] |
| 9564 | 2026-08-14T12:03:14.154Z | 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 } }] |
| 9565 | 2026-08-14T12:03:14.154Z | Aug 14 12:03:12.655 Aug 14 12:03:12.655INFO INFOadding route 172.17.0.30/32 -> 10.0.0.255 |
| 9566 | 2026-08-14T12:03:14.154Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 9567 | 2026-08-14T12:03:14.154Z | Aug 14 12:03:12.655Aug 14 12:03:12.655 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 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 } }] |
| 9568 | 2026-08-14T12:03:14.154Z | |
| 9569 | 2026-08-14T12:03:14.154Z | Aug 14 12:03:12.655Aug 14 12:03:12.655 INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 9570 | 2026-08-14T12:03:14.154Z | |
| 9571 | 2026-08-14T12:03:14.154Z | Aug 14 12:03:12.655Aug 14 12:03:12.655 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 } }] |
| 9572 | 2026-08-14T12:03:14.154Z | 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 } }] |
| 9573 | 2026-08-14T12:03:14.154Z | Aug 14 12:03:12.655 INFO Aug 14 12:03:12.655adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 9574 | 2026-08-14T12:03:14.154Z | INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9575 | 2026-08-14T12:03:14.154Z | Aug 14 12:03:12.655 Aug 14 12:03:12.655DEBG DEBGreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9576 | 2026-08-14T12:03:14.154Z | 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 } }] |
| 9577 | 2026-08-14T12:03:14.154Z | Aug 14 12:03:12.655 Aug 14 12:03:12.655INFO INFOadding route 172.17.0.33/32 -> 10.0.0.255 |
| 9578 | 2026-08-14T12:03:14.154Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 9579 | 2026-08-14T12:03:14.154Z | Aug 14 12:03:12.655 Aug 14 12:03:12.655DEBG 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 } }] |
| 9580 | 2026-08-14T12:03:14.154Z | 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 } }] |
| 9581 | 2026-08-14T12:03:14.154Z | Aug 14 12:03:12.655 Aug 14 12:03:12.655INFO INFOadding route 172.17.0.34/32 -> 10.0.0.255 |
| 9582 | 2026-08-14T12:03:14.154Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 9583 | 2026-08-14T12:03:14.154Z | Aug 14 12:03:12.655 Aug 14 12:03:12.655DEBG 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 } }] |
| 9584 | 2026-08-14T12:03:14.154Z | 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 } }] |
| 9585 | 2026-08-14T12:03:14.154Z | Aug 14 12:03:12.655 Aug 14 12:03:12.655INFO INFOadding route 172.17.0.35/32 -> 10.0.0.255 |
| 9586 | 2026-08-14T12:03:14.154Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 9587 | 2026-08-14T12:03:14.154Z | Aug 14 12:03:12.655 Aug 14 12:03:12.655DEBG DEBGreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9588 | 2026-08-14T12:03:14.154Z | 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 } }] |
| 9589 | 2026-08-14T12:03:14.154Z | Aug 14 12:03:12.655 Aug 14 12:03:12.655INFO INFOadding route 172.17.0.36/32 -> 10.0.0.255 |
| 9590 | 2026-08-14T12:03:14.154Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 9591 | 2026-08-14T12:03:14.154Z | Aug 14 12:03:12.655 Aug 14 12:03:12.655DEBG 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 } }] |
| 9592 | 2026-08-14T12:03:14.154Z | 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 } }] |
| 9593 | 2026-08-14T12:03:14.154Z | Aug 14 12:03:12.655 Aug 14 12:03:12.655INFO INFOadding route 172.17.0.37/32 -> 10.0.0.255 |
| 9594 | 2026-08-14T12:03:14.155Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 9595 | 2026-08-14T12:03:14.155Z | Aug 14 12:03:12.655Aug 14 12:03:12.655 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 } }]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 } }] |
| 9596 | 2026-08-14T12:03:14.155Z | |
| 9597 | 2026-08-14T12:03:14.155Z | Aug 14 12:03:12.655Aug 14 12:03:12.655 INFOINFO adding route 172.17.0.38/32 -> 10.0.0.255adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 9598 | 2026-08-14T12:03:14.155Z | |
| 9599 | 2026-08-14T12:03:14.155Z | Aug 14 12:03:12.655Aug 14 12:03:12.655 DEBGDEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 9600 | 2026-08-14T12:03:14.155Z | |
| 9601 | 2026-08-14T12:03:14.155Z | Aug 14 12:03:12.655Aug 14 12:03:12.655 INFOINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 172.17.0.39/32 -> 10.0.0.255 |
| 9602 | 2026-08-14T12:03:14.155Z | |
| 9603 | 2026-08-14T12:03:14.155Z | Aug 14 12:03:12.655Aug 14 12:03:12.655 DEBGDEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 9604 | 2026-08-14T12:03:14.155Z | |
| 9605 | 2026-08-14T12:03:14.155Z | Aug 14 12:03:12.655Aug 14 12:03:12.655 INFOINFO adding route 172.17.0.40/32 -> 10.0.0.255adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 9606 | 2026-08-14T12:03:14.155Z | |
| 9607 | 2026-08-14T12:03:14.155Z | Aug 14 12:03:12.655Aug 14 12:03:12.655 DEBGDEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 9608 | 2026-08-14T12:03:14.155Z | |
| 9609 | 2026-08-14T12:03:14.155Z | Aug 14 12:03:12.655Aug 14 12:03:12.655 INFOINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 172.17.0.41/32 -> 10.0.0.255 |
| 9610 | 2026-08-14T12:03:14.155Z | |
| 9611 | 2026-08-14T12:03:14.155Z | Aug 14 12:03:12.655Aug 14 12:03:12.655 DEBGDEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 9612 | 2026-08-14T12:03:14.155Z | |
| 9613 | 2026-08-14T12:03:14.155Z | Aug 14 12:03:12.655Aug 14 12:03:12.655 INFOINFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 9614 | 2026-08-14T12:03:14.155Z | |
| 9615 | 2026-08-14T12:03:14.155Z | Aug 14 12:03:12.655Aug 14 12:03:12.655 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 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 } }] |
| 9616 | 2026-08-14T12:03:14.155Z | |
| 9617 | 2026-08-14T12:03:14.155Z | Aug 14 12:03:12.655Aug 14 12:03:12.655 INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 172.17.0.43/32 -> 10.0.0.255 |
| 9618 | 2026-08-14T12:03:14.155Z | |
| 9619 | 2026-08-14T12:03:14.155Z | Aug 14 12:03:12.655Aug 14 12:03:12.655 DEBGDEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 9620 | 2026-08-14T12:03:14.155Z | |
| 9621 | 2026-08-14T12:03:14.155Z | Aug 14 12:03:12.655Aug 14 12:03:12.655 INFOINFO adding route 172.17.0.44/32 -> 10.0.0.255adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 9622 | 2026-08-14T12:03:14.159Z | |
| 9623 | 2026-08-14T12:03:14.159Z | Aug 14 12:03:12.655Aug 14 12:03:12.655 DEBGDEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 9624 | 2026-08-14T12:03:14.159Z | |
| 9625 | 2026-08-14T12:03:14.159Z | Aug 14 12:03:12.655Aug 14 12:03:12.655 INFOINFO adding route 172.17.0.45/32 -> 10.0.0.255adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 9626 | 2026-08-14T12:03:14.159Z | |
| 9627 | 2026-08-14T12:03:14.159Z | Aug 14 12:03:12.655Aug 14 12:03:12.655 DEBGDEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 9628 | 2026-08-14T12:03:14.159Z | |
| 9629 | 2026-08-14T12:03:14.159Z | Aug 14 12:03:12.655Aug 14 12:03:12.655 INFOINFO adding route 172.17.0.46/32 -> 10.0.0.255adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 9630 | 2026-08-14T12:03:14.159Z | |
| 9631 | 2026-08-14T12:03:14.159Z | Aug 14 12:03:12.655Aug 14 12:03:12.655 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 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 } }] |
| 9632 | 2026-08-14T12:03:14.159Z | |
| 9633 | 2026-08-14T12:03:14.159Z | Aug 14 12:03:12.655Aug 14 12:03:12.655 INFOINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 172.17.0.47/32 -> 10.0.0.255 |
| 9634 | 2026-08-14T12:03:14.160Z | |
| 9635 | 2026-08-14T12:03:14.160Z | Aug 14 12:03:12.655Aug 14 12:03:12.655 DEBGDEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9636 | 2026-08-14T12:03:14.160Z | |
| 9637 | 2026-08-14T12:03:14.160Z | Aug 14 12:03:12.655Aug 14 12:03:12.655 INFOINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 172.17.0.48/32 -> 10.0.0.255 |
| 9638 | 2026-08-14T12:03:14.160Z | Aug 14 12:03:12.663 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 } }] |
| 9639 | 2026-08-14T12:03:14.160Z | Aug 14 12:03:12.663 INFO |
| 9640 | 2026-08-14T12:03:14.160Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 14 12:03:12.663 |
| 9641 | 2026-08-14T12:03:14.160Z | 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 } }] |
| 9642 | 2026-08-14T12:03:14.160Z | Aug 14 12:03:12.663 DEBG Aug 14 12:03:12.663replacing 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 } }] |
| 9643 | 2026-08-14T12:03:14.160Z | INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9644 | 2026-08-14T12:03:14.160Z | Aug 14 12:03:12.663 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 14 12:03:12.663 |
| 9645 | 2026-08-14T12:03:14.160Z | INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 14 12:03:12.655 |
| 9646 | 2026-08-14T12:03:14.160Z | Aug 14 12:03:12.663 DEBG INFOcreated new freemap Aug 14 12:03:12.663, unitDEBG:adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9647 | 2026-08-14T12:03:14.160Z | 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 } }] |
| 9648 | 2026-08-14T12:03:14.160Z | freemap_route_ipv4 |
| 9649 | 2026-08-14T12:03:14.160Z | Aug 14 12:03:12.663 DEBGAug 14 12:03:12.663 replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 14 12:03:12.663 adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 9650 | 2026-08-14T12:03:14.160Z | |
| 9651 | 2026-08-14T12:03:14.160Z | DEBG created new freemap, unitAug 14 12:03:12.663:Aug 14 12:03:12.663 INFO DEBGadding route 172.17.0.51/32 -> 10.0.0.255freemap_route_ipv6 |
| 9652 | 2026-08-14T12:03:14.160Z | |
| 9653 | 2026-08-14T12:03:14.160Z | 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 } }] |
| 9654 | 2026-08-14T12:03:14.160Z | Aug 14 12:03:12.663Aug 14 12:03:12.663Aug 14 12:03:12.663 DEBGINFO initted freemap. size: 64adding route 3fff:beef:35::/64 -> 2001:db8::55:ff, |
| 9655 | 2026-08-14T12:03:14.160Z | unitDEBG: Aug 14 12:03:12.663freemap_route_ipv4 |
| 9656 | 2026-08-14T12:03:14.160Z | DEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 9657 | 2026-08-14T12:03:14.160Z | Aug 14 12:03:12.663 |
| 9658 | 2026-08-14T12:03:14.160Z | DEBG reset freemap, Aug 14 12:03:12.663unit :INFOAug 14 12:03:12.663 adding route 172.17.0.52/32 -> 10.0.0.255INFO |
| 9659 | 2026-08-14T12:03:14.160Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 9660 | 2026-08-14T12:03:14.160Z | |
| 9661 | 2026-08-14T12:03:14.160Z | Aug 14 12:03:12.663Aug 14 12:03:12.663 Aug 14 12:03:12.663DEBG 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 } }] |
| 9662 | 2026-08-14T12:03:14.160Z | DEBGinitted freemap. size: 64 , replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unitAug 14 12:03:12.663 |
| 9663 | 2026-08-14T12:03:14.160Z | : freemap_route_ipv6 |
| 9664 | 2026-08-14T12:03:14.160Z | INFO Aug 14 12:03:12.663adding route 172.17.0.53/32 -> 10.0.0.255 |
| 9665 | 2026-08-14T12:03:14.160Z | Aug 14 12:03:12.663INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG |
| 9666 | 2026-08-14T12:03:14.160Z | reset freemapAug 14 12:03:12.663, unitAug 14 12:03:12.663: DEBGDEBG freemap_route_ipv6 |
| 9667 | 2026-08-14T12:03:14.160Z | replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 9668 | 2026-08-14T12:03:14.160Z | |
| 9669 | 2026-08-14T12:03:14.160Z | Aug 14 12:03:12.663Aug 14 12:03:12.663 Aug 14 12:03:12.663INFO INFOINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1 |
| 9670 | 2026-08-14T12:03:14.160Z | |
| 9671 | 2026-08-14T12:03:14.160Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9672 | 2026-08-14T12:03:14.161Z | Aug 14 12:03:12.663 Aug 14 12:03:12.663DEBGAug 14 12:03:12.663 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 } }] |
| 9673 | 2026-08-14T12:03:14.161Z | DEBG DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9674 | 2026-08-14T12:03:14.161Z | Aug 14 12:03:12.663 |
| 9675 | 2026-08-14T12:03:14.161Z | INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 14 12:03:12.663Aug 14 12:03:12.663 |
| 9676 | 2026-08-14T12:03:14.161Z | INFOINFO adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9677 | 2026-08-14T12:03:14.161Z | |
| 9678 | 2026-08-14T12:03:14.161Z | Aug 14 12:03:12.663 DEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:03:12.663Aug 14 12:03:12.663 |
| 9679 | 2026-08-14T12:03:14.161Z | DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9680 | 2026-08-14T12:03:14.161Z | Aug 14 12:03:12.663 |
| 9681 | 2026-08-14T12:03:14.161Z | INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 9682 | 2026-08-14T12:03:14.161Z | Aug 14 12:03:12.663Aug 14 12:03:12.663 Aug 14 12:03:12.663INFO INFODEBG adding route 172.16.0.0/32 -> 10.0.0.3 |
| 9683 | 2026-08-14T12:03:14.161Z | 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.56/32 -> 10.0.0.255 |
| 9684 | 2026-08-14T12:03:14.161Z | |
| 9685 | 2026-08-14T12:03:14.161Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 9686 | 2026-08-14T12:03:14.161Z | Aug 14 12:03:12.663Aug 14 12:03:12.663 DEBGAug 14 12:03:12.663 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 } }] |
| 9687 | 2026-08-14T12:03:14.161Z | 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 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 9688 | 2026-08-14T12:03:14.161Z | |
| 9689 | 2026-08-14T12:03:14.161Z | Aug 14 12:03:12.663Aug 14 12:03:12.663 INFOAug 14 12:03:12.663INFO adding route 172.16.0.0/32 -> 10.0.0.4adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9690 | 2026-08-14T12:03:14.161Z | test route::tests::delete_targets_full ... ok |
| 9691 | 2026-08-14T12:03:14.161Z | DEBG |
| 9692 | 2026-08-14T12:03:14.161Z | 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 } }] |
| 9693 | 2026-08-14T12:03:14.161Z | Aug 14 12:03:12.663Aug 14 12:03:12.663 Aug 14 12:03:12.663DEBG 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 } }, 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.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:3c::/64 -> 2001:db8::55:ff |
| 9694 | 2026-08-14T12:03:14.161Z | |
| 9695 | 2026-08-14T12:03:14.161Z | Aug 14 12:03:12.670 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 } }] |
| 9696 | 2026-08-14T12:03:14.161Z | |
| 9697 | 2026-08-14T12:03:14.161Z | Aug 14 12:03:12.670 DEBG failed to allocate space for the new target list |
| 9698 | 2026-08-14T12:03:14.161Z | Aug 14 12:03:12.670Aug 14 12:03:12.670Aug 14 12:03:12.670 INFODEBG adding route 172.17.0.58/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 } }] |
| 9699 | 2026-08-14T12:03:14.161Z | |
| 9700 | 2026-08-14T12:03:14.161Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 9701 | 2026-08-14T12:03:14.161Z | Aug 14 12:03:12.670 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 } }] |
| 9702 | 2026-08-14T12:03:14.161Z | Aug 14 12:03:12.670 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9703 | 2026-08-14T12:03:14.161Z | Aug 14 12:03:12.670 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 } }] |
| 9704 | 2026-08-14T12:03:14.161Z | Aug 14 12:03:12.670 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9705 | 2026-08-14T12:03:14.161Z | Aug 14 12:03:12.670 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 } }] |
| 9706 | 2026-08-14T12:03:14.161Z | Aug 14 12:03:12.670 DEBG failed to allocate space for the new target list |
| 9707 | 2026-08-14T12:03:14.161Z | Aug 14 12:03:12.670 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 } }] |
| 9708 | 2026-08-14T12:03:14.161Z | Aug 14 12:03:12.671 DEBG created new freemap, unit: freemap_route_ipv4 |
| 9709 | 2026-08-14T12:03:14.161Z | Aug 14 12:03:12.671 DEBG created new freemap, unit: freemap_route_ipv6 |
| 9710 | 2026-08-14T12:03:14.161Z | Aug 14 12:03:12.671 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 9711 | 2026-08-14T12:03:14.161Z | Aug 14 12:03:12.671 DEBG reset freemap, unit: freemap_route_ipv4 |
| 9712 | 2026-08-14T12:03:14.162Z | Aug 14 12:03:12.671 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 9713 | 2026-08-14T12:03:14.162Z | Aug 14 12:03:12.671 DEBG reset freemap, unit: freemap_route_ipv6 |
| 9714 | 2026-08-14T12:03:14.162Z | Aug 14 12:03:12.671 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9715 | 2026-08-14T12:03:14.162Z | Aug 14 12:03:12.671 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 } }] |
| 9716 | 2026-08-14T12:03:14.162Z | Aug 14 12:03:12.671 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9717 | 2026-08-14T12:03:14.162Z | Aug 14 12:03:12.671 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 } }] |
| 9718 | 2026-08-14T12:03:14.162Z | Aug 14 12:03:12.671 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9719 | 2026-08-14T12:03:14.162Z | Aug 14 12:03:12.671 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 } }] |
| 9720 | 2026-08-14T12:03:14.162Z | Aug 14 12:03:12.671 INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9721 | 2026-08-14T12:03:14.162Z | Aug 14 12:03:12.671 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 } }] |
| 9722 | 2026-08-14T12:03:14.166Z | Aug 14 12:03:12.671 INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 9723 | 2026-08-14T12:03:14.166Z | Aug 14 12:03:12.671 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 } }] |
| 9724 | 2026-08-14T12:03:14.166Z | Aug 14 12:03:12.671 INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 9725 | 2026-08-14T12:03:14.166Z | Aug 14 12:03:12.671 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 } }] |
| 9726 | 2026-08-14T12:03:14.166Z | Aug 14 12:03:12.671 INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 9727 | 2026-08-14T12:03:14.166Z | Aug 14 12:03:12.671 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 } }] |
| 9728 | 2026-08-14T12:03:14.166Z | Aug 14 12:03:12.671 INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 9729 | 2026-08-14T12:03:14.166Z | Aug 14 12:03:12.671 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 } }] |
| 9730 | 2026-08-14T12:03:14.166Z | Aug 14 12:03:12.671 INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 9731 | 2026-08-14T12:03:14.166Z | Aug 14 12:03:12.671 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 } }] |
| 9732 | 2026-08-14T12:03:14.166Z | Aug 14 12:03:12.671 INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 9733 | 2026-08-14T12:03:14.166Z | Aug 14 12:03:12.671 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 } }] |
| 9734 | 2026-08-14T12:03:14.166Z | Aug 14 12:03:12.671 INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 9735 | 2026-08-14T12:03:14.166Z | Aug 14 12:03:12.671 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 } }] |
| 9736 | 2026-08-14T12:03:14.166Z | Aug 14 12:03:12.671 INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9737 | 2026-08-14T12:03:14.166Z | Aug 14 12:03:12.671 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 } }] |
| 9738 | 2026-08-14T12:03:14.166Z | Aug 14 12:03:12.671 INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 9739 | 2026-08-14T12:03:14.166Z | Aug 14 12:03:12.671 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 } }] |
| 9740 | 2026-08-14T12:03:14.166Z | Aug 14 12:03:12.671 INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 9741 | 2026-08-14T12:03:14.166Z | Aug 14 12:03:12.671 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 } }] |
| 9742 | 2026-08-14T12:03:14.166Z | Aug 14 12:03:12.671 INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 9743 | 2026-08-14T12:03:14.166Z | Aug 14 12:03:12.671 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 } }] |
| 9744 | 2026-08-14T12:03:14.167Z | Aug 14 12:03:12.671 INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 9745 | 2026-08-14T12:03:14.167Z | Aug 14 12:03:12.671 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 } }] |
| 9746 | 2026-08-14T12:03:14.167Z | Aug 14 12:03:12.671 INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 9747 | 2026-08-14T12:03:14.167Z | Aug 14 12:03:12.671 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 } }] |
| 9748 | 2026-08-14T12:03:14.167Z | Aug 14 12:03:12.671 INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 9749 | 2026-08-14T12:03:14.167Z | Aug 14 12:03:12.671 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 } }] |
| 9750 | 2026-08-14T12:03:14.167Z | Aug 14 12:03:12.671 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 9751 | 2026-08-14T12:03:14.167Z | Aug 14 12:03:12.671 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 } }] |
| 9752 | 2026-08-14T12:03:14.167Z | Aug 14 12:03:12.671 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9753 | 2026-08-14T12:03:14.167Z | Aug 14 12:03:12.671 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 } }] |
| 9754 | 2026-08-14T12:03:14.167Z | Aug 14 12:03:12.671 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 9755 | 2026-08-14T12:03:14.167Z | Aug 14 12:03:12.671 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 } }] |
| 9756 | 2026-08-14T12:03:14.167Z | Aug 14 12:03:12.671 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 9757 | 2026-08-14T12:03:14.167Z | Aug 14 12:03:12.671 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 } }] |
| 9758 | 2026-08-14T12:03:14.167Z | Aug 14 12:03:12.671 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 9759 | 2026-08-14T12:03:14.167Z | Aug 14 12:03:12.671 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 } }] |
| 9760 | 2026-08-14T12:03:14.167Z | Aug 14 12:03:12.671 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9761 | 2026-08-14T12:03:14.167Z | Aug 14 12:03:12.671 DEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9762 | 2026-08-14T12:03:14.167Z | Aug 14 12:03:12.671 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 9763 | 2026-08-14T12:03:14.167Z | Aug 14 12:03:12.671 DEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9764 | 2026-08-14T12:03:14.167Z | Aug 14 12:03:12.671 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9765 | 2026-08-14T12:03:14.167Z | Aug 14 12:03:12.671 DEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9766 | 2026-08-14T12:03:14.167Z | Aug 14 12:03:12.671 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9767 | 2026-08-14T12:03:14.167Z | Aug 14 12:03:12.671 DEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9768 | 2026-08-14T12:03:14.167Z | Aug 14 12:03:12.671 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9769 | 2026-08-14T12:03:14.167Z | Aug 14 12:03:12.671 DEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9770 | 2026-08-14T12:03:14.167Z | Aug 14 12:03:12.671 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9771 | 2026-08-14T12:03:14.167Z | Aug 14 12:03:12.671 DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9772 | 2026-08-14T12:03:14.167Z | Aug 14 12:03:12.671 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9773 | 2026-08-14T12:03:14.167Z | Aug 14 12:03:12.671 DEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9774 | 2026-08-14T12:03:14.167Z | Aug 14 12:03:12.671 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9775 | 2026-08-14T12:03:14.167Z | Aug 14 12:03:12.671 DEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9776 | 2026-08-14T12:03:14.167Z | Aug 14 12:03:12.671 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9777 | 2026-08-14T12:03:14.167Z | Aug 14 12:03:12.671 DEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9778 | 2026-08-14T12:03:14.167Z | Aug 14 12:03:12.671 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 9779 | 2026-08-14T12:03:14.167Z | Aug 14 12:03:12.671 DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9780 | 2026-08-14T12:03:14.167Z | test route::tests::delete_targets_fragmented ... ok |
| 9781 | 2026-08-14T12:03:14.167Z | Aug 14 12:03:12.671 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9782 | 2026-08-14T12:03:14.167Z | Aug 14 12:03:12.671 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 } }] |
| 9783 | 2026-08-14T12:03:14.168Z | Aug 14 12:03:12.671 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9784 | 2026-08-14T12:03:14.168Z | Aug 14 12:03:12.671 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 } }] |
| 9785 | 2026-08-14T12:03:14.168Z | Aug 14 12:03:12.671 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9786 | 2026-08-14T12:03:14.168Z | Aug 14 12:03:12.671 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 } }] |
| 9787 | 2026-08-14T12:03:14.168Z | Aug 14 12:03:12.671 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9788 | 2026-08-14T12:03:14.168Z | Aug 14 12:03:12.671 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 } }] |
| 9789 | 2026-08-14T12:03:14.168Z | Aug 14 12:03:12.671 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9790 | 2026-08-14T12:03:14.168Z | |
| 9791 | 2026-08-14T12:03:14.168Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s |
| 9792 | 2026-08-14T12:03:14.168Z | |
| 9793 | 2026-08-14T12:03:14.168Z | Aug 14 12:03:12.671 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 } }] |
| 9794 | 2026-08-14T12:03:14.168Z | Aug 14 12:03:12.671 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9795 | 2026-08-14T12:03:14.168Z | Aug 14 12:03:12.671 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 } }] |
| 9796 | 2026-08-14T12:03:14.168Z | Aug 14 12:03:12.671 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9797 | 2026-08-14T12:03:14.168Z | Aug 14 12:03:12.672 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 } }] |
| 9798 | 2026-08-14T12:03:14.168Z | Aug 14 12:03:12.672 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9799 | 2026-08-14T12:03:14.168Z | Aug 14 12:03:12.672 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 } }] |
| 9800 | 2026-08-14T12:03:14.168Z | Aug 14 12:03:12.672 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9801 | 2026-08-14T12:03:14.168Z | Aug 14 12:03:12.672 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 } }] |
| 9802 | 2026-08-14T12:03:14.168Z | Aug 14 12:03:12.672 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9803 | 2026-08-14T12:03:14.168Z | Aug 14 12:03:12.672 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 } }] |
| 9804 | 2026-08-14T12:03:14.168Z | Aug 14 12:03:12.672 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 9805 | 2026-08-14T12:03:14.168Z | Aug 14 12:03:12.672 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 } }] |
| 9806 | 2026-08-14T12:03:14.168Z | Aug 14 12:03:12.672 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9807 | 2026-08-14T12:03:14.168Z | Aug 14 12:03:12.672 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 } }] |
| 9808 | 2026-08-14T12:03:14.168Z | Aug 14 12:03:12.672 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 9809 | 2026-08-14T12:03:14.168Z | Aug 14 12:03:12.672 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 } }] |
| 9810 | 2026-08-14T12:03:14.168Z | Aug 14 12:03:12.672 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9811 | 2026-08-14T12:03:14.168Z | Aug 14 12:03:12.672 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 } }] |
| 9812 | 2026-08-14T12:03:14.168Z | Aug 14 12:03:12.672 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9813 | 2026-08-14T12:03:14.168Z | Aug 14 12:03:12.672 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 } }] |
| 9814 | 2026-08-14T12:03:14.168Z | Aug 14 12:03:12.677 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9815 | 2026-08-14T12:03:14.168Z | Aug 14 12:03:12.677 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 } }] |
| 9816 | 2026-08-14T12:03:14.168Z | Aug 14 12:03:12.677 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9817 | 2026-08-14T12:03:14.168Z | Aug 14 12:03:12.677 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 } }] |
| 9818 | 2026-08-14T12:03:14.168Z | Aug 14 12:03:12.677 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9819 | 2026-08-14T12:03:14.168Z | Aug 14 12:03:12.677 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 } }] |
| 9820 | 2026-08-14T12:03:14.168Z | Aug 14 12:03:12.677 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9821 | 2026-08-14T12:03:14.168Z | Aug 14 12:03:12.677 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 } }] |
| 9822 | 2026-08-14T12:03:14.172Z | Aug 14 12:03:12.677 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9823 | 2026-08-14T12:03:14.172Z | Aug 14 12:03:12.677 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 } }] |
| 9824 | 2026-08-14T12:03:14.172Z | Aug 14 12:03:12.677 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9825 | 2026-08-14T12:03:14.172Z | Aug 14 12:03:12.677 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 } }] |
| 9826 | 2026-08-14T12:03:14.172Z | Aug 14 12:03:12.677 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9827 | 2026-08-14T12:03:14.172Z | Aug 14 12:03:12.677 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 } }] |
| 9828 | 2026-08-14T12:03:14.172Z | Aug 14 12:03:12.677 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9829 | 2026-08-14T12:03:14.172Z | Aug 14 12:03:12.677 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 } }] |
| 9830 | 2026-08-14T12:03:14.172Z | Aug 14 12:03:12.677 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9831 | 2026-08-14T12:03:14.172Z | Aug 14 12:03:12.677 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 } }] |
| 9832 | 2026-08-14T12:03:14.172Z | Aug 14 12:03:12.677 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 9833 | 2026-08-14T12:03:14.172Z | Aug 14 12:03:12.677 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 } }] |
| 9834 | 2026-08-14T12:03:14.172Z | Aug 14 12:03:12.677 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9835 | 2026-08-14T12:03:14.172Z | Aug 14 12:03:12.677 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 } }] |
| 9836 | 2026-08-14T12:03:14.173Z | Aug 14 12:03:12.677 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9837 | 2026-08-14T12:03:14.173Z | Aug 14 12:03:12.677 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 } }] |
| 9838 | 2026-08-14T12:03:14.173Z | Aug 14 12:03:12.677 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9839 | 2026-08-14T12:03:14.173Z | Aug 14 12:03:12.677 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 } }] |
| 9840 | 2026-08-14T12:03:14.173Z | Aug 14 12:03:12.677 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9841 | 2026-08-14T12:03:14.173Z | Aug 14 12:03:12.677 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 } }] |
| 9842 | 2026-08-14T12:03:14.173Z | Aug 14 12:03:12.677 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9843 | 2026-08-14T12:03:14.173Z | Aug 14 12:03:12.677 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 } }] |
| 9844 | 2026-08-14T12:03:14.173Z | Aug 14 12:03:12.677 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9845 | 2026-08-14T12:03:14.173Z | Aug 14 12:03:12.677 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 } }] |
| 9846 | 2026-08-14T12:03:14.173Z | Aug 14 12:03:12.677 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9847 | 2026-08-14T12:03:14.173Z | Aug 14 12:03:12.677 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 } }] |
| 9848 | 2026-08-14T12:03:14.173Z | Aug 14 12:03:12.677 DEBG failed to allocate space for the new target list |
| 9849 | 2026-08-14T12:03:14.173Z | Aug 14 12:03:12.677 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 } }] |
| 9850 | 2026-08-14T12:03:14.173Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-8a7b77a033db65a1) |
| 9851 | 2026-08-14T12:03:14.173Z | |
| 9852 | 2026-08-14T12:03:14.173Z | running 0 tests |
| 9853 | 2026-08-14T12:03:14.173Z | |
| 9854 | 2026-08-14T12:03:14.173Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9855 | 2026-08-14T12:03:14.173Z | |
| 9856 | 2026-08-14T12:03:14.173Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024) |
| 9857 | 2026-08-14T12:03:14.173Z | |
| 9858 | 2026-08-14T12:03:14.173Z | running 0 tests |
| 9859 | 2026-08-14T12:03:14.173Z | |
| 9860 | 2026-08-14T12:03:14.173Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9861 | 2026-08-14T12:03:14.173Z | |
| 9862 | 2026-08-14T12:03:14.173Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-750e40ee01b056d8) |
| 9863 | 2026-08-14T12:03:14.173Z | |
| 9864 | 2026-08-14T12:03:14.173Z | running 6 tests |
| 9865 | 2026-08-14T12:03:14.173Z | test tests::test_full_lot_id_both_present ... ok |
| 9866 | 2026-08-14T12:03:14.173Z | test tests::test_full_lot_id_lot_only ... ok |
| 9867 | 2026-08-14T12:03:14.173Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 9868 | 2026-08-14T12:03:14.173Z | test tests::test_full_lot_id_neither_present ... ok |
| 9869 | 2026-08-14T12:03:14.173Z | test tests::test_port_id_cmp ... ok |
| 9870 | 2026-08-14T12:03:14.173Z | test tests::test_parse_client_port_id ... ok |
| 9871 | 2026-08-14T12:03:14.173Z | |
| 9872 | 2026-08-14T12:03:14.173Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9873 | 2026-08-14T12:03:14.173Z | |
| 9874 | 2026-08-14T12:03:14.173Z | Running tests/test_all.rs (target/debug/deps/test_all-8b8febcc4252f7ff) |
| 9875 | 2026-08-14T12:03:14.177Z | |
| 9876 | 2026-08-14T12:03:14.177Z | running 6 tests |
| 9877 | 2026-08-14T12:03:17.183Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
| 9878 | 2026-08-14T12:03:17.186Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
| 9879 | 2026-08-14T12:03:17.186Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
| 9880 | 2026-08-14T12:03:17.192Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
| 9881 | 2026-08-14T12:03:17.521Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
| 9882 | 2026-08-14T12:03:18.655Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... ok |
| 9883 | 2026-08-14T12:03:18.655Z | |
| 9884 | 2026-08-14T12:03:18.655Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.48s |
| 9885 | 2026-08-14T12:03:18.655Z | |
| 9886 | 2026-08-14T12:03:18.663Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21) |
| 9887 | 2026-08-14T12:03:18.669Z | |
| 9888 | 2026-08-14T12:03:18.669Z | running 0 tests |
| 9889 | 2026-08-14T12:03:18.669Z | |
| 9890 | 2026-08-14T12:03:18.672Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9891 | 2026-08-14T12:03:18.672Z | |
| 9892 | 2026-08-14T12:03:18.672Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62) |
| 9893 | 2026-08-14T12:03:18.674Z | |
| 9894 | 2026-08-14T12:03:18.674Z | running 0 tests |
| 9895 | 2026-08-14T12:03:18.674Z | |
| 9896 | 2026-08-14T12:03:18.674Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9897 | 2026-08-14T12:03:18.675Z | |
| 9898 | 2026-08-14T12:03:18.677Z | Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1) |
| 9899 | 2026-08-14T12:03:18.681Z | |
| 9900 | 2026-08-14T12:03:18.681Z | running 12 tests |
| 9901 | 2026-08-14T12:03:18.684Z | test icmp::test_v6_checksum ... ok |
| 9902 | 2026-08-14T12:03:18.684Z | test icmp::test_v4_checksum ... ok |
| 9903 | 2026-08-14T12:03:18.684Z | test ipv6::test_ipv6_parse ... ok |
| 9904 | 2026-08-14T12:03:18.684Z | test pbuf::test_byte ... ok |
| 9905 | 2026-08-14T12:03:18.684Z | test lldp::test_lldp_parse ... ok |
| 9906 | 2026-08-14T12:03:18.684Z | test pbuf::test_nibble ... ok |
| 9907 | 2026-08-14T12:03:18.684Z | test pbuf::test_short ... ok |
| 9908 | 2026-08-14T12:03:18.684Z | test pbuf::test_overflow ... ok |
| 9909 | 2026-08-14T12:03:18.684Z | test pbuf::test_twelve ... ok |
| 9910 | 2026-08-14T12:03:18.684Z | test pbuf::test_word ... ok |
| 9911 | 2026-08-14T12:03:18.684Z | test tcp::test_checksum_syn_nodata ... ok |
| 9912 | 2026-08-14T12:03:18.684Z | test tcp::test_checksum_ack_data ... ok |
| 9913 | 2026-08-14T12:03:18.684Z | |
| 9914 | 2026-08-14T12:03:18.684Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9915 | 2026-08-14T12:03:18.684Z | |
| 9916 | 2026-08-14T12:03:18.684Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 9917 | 2026-08-14T12:03:18.687Z | |
| 9918 | 2026-08-14T12:03:18.687Z | running 0 tests |
| 9919 | 2026-08-14T12:03:18.687Z | |
| 9920 | 2026-08-14T12:03:18.687Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9921 | 2026-08-14T12:03:18.687Z | |
| 9922 | 2026-08-14T12:03:18.690Z | Running unittests src/main.rs (target/debug/deps/swadm-3b6d5ab7a19b39bb) |
| 9923 | 2026-08-14T12:03:18.697Z | |
| 9924 | 2026-08-14T12:03:18.697Z | running 5 tests |
| 9925 | 2026-08-14T12:03:18.700Z | test switchport::test::test_compute_lanes ... ok |
| 9926 | 2026-08-14T12:03:18.703Z | test switchport::test::port_id_ordering ... ok |
| 9927 | 2026-08-14T12:03:18.703Z | test link::test_filter ... ok |
| 9928 | 2026-08-14T12:03:18.703Z | Lane 0 Lane 0 Lane 1Lane 1 Lane 2 Lane 2 Lane 3Lane 3 |
| 9929 | 2026-08-14T12:03:18.703Z | |
| 9930 | 2026-08-14T12:03:18.703Z | State: Activated Rx Loss-of-lock: Yes Activated Yes Activated Yes ActivatedYes |
| 9931 | 2026-08-14T12:03:18.703Z | |
| 9932 | 2026-08-14T12:03:18.703Z | Rx Output Enabled: false Rx Loss-of-signal: Yes false Yesfalse falseYes |
| 9933 | 2026-08-14T12:03:18.703Z | Yes |
| 9934 | 2026-08-14T12:03:18.703Z | Rx Output Status: valid Rx CDR Enabled: Yesvalid Yesvalid valid |
| 9935 | 2026-08-14T12:03:18.703Z | Yes Rx Loss-of-lock: true Yes |
| 9936 | 2026-08-14T12:03:18.703Z | true Tx Enabled: Yes true true |
| 9937 | 2026-08-14T12:03:18.703Z | Yes Yes Rx Loss-of-signal: false Yes |
| 9938 | 2026-08-14T12:03:18.703Z | false Tx Loss-of-lock: No No false Nofalse |
| 9939 | 2026-08-14T12:03:18.703Z | NoRx Auto-squelch Disable: true |
| 9940 | 2026-08-14T12:03:18.703Z | Tx Loss-of-signal: No trueNo trueNo Notrue |
| 9941 | 2026-08-14T12:03:18.703Z | |
| 9942 | 2026-08-14T12:03:18.703Z | Tx CDR Enabled: No Tx Output Enabled: true No trueNo Notrue |
| 9943 | 2026-08-14T12:03:18.703Z | true Tx Adaptive EQ Fault: No |
| 9944 | 2026-08-14T12:03:18.703Z | Tx Output Status: invalidNo invalidNo Noinvalid |
| 9945 | 2026-08-14T12:03:18.703Z | Tx Fault: Yesinvalid |
| 9946 | 2026-08-14T12:03:18.703Z | Yes Tx Loss-of-lock: false Yes falseYes |
| 9947 | 2026-08-14T12:03:18.703Z | false false |
| 9948 | 2026-08-14T12:03:18.703Z | Tx Loss-of-signal: true true true true |
| 9949 | 2026-08-14T12:03:18.703Z | Tx Auto-squelch Disable: false false false false |
| 9950 | 2026-08-14T12:03:18.703Z | Tx Adaptive EQ Fail: true true true true |
| 9951 | 2026-08-14T12:03:18.703Z | Tx Failure: false false false false |
| 9952 | 2026-08-14T12:03:18.703Z | Tx Force Squelch: true true true true |
| 9953 | 2026-08-14T12:03:18.703Z | Tx Input Polarity: normal normal normal normal |
| 9954 | 2026-08-14T12:03:18.703Z | test switchport::test::test_print_cmis_datapath ... ok |
| 9955 | 2026-08-14T12:03:18.704Z | test switchport::test::test_print_sff_datapath ... ok |
| 9956 | 2026-08-14T12:03:18.704Z | |
| 9957 | 2026-08-14T12:03:18.704Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 9958 | 2026-08-14T12:03:18.704Z | |
| 9959 | 2026-08-14T12:03:18.704Z | Running tests/counters.rs (target/debug/deps/counters-dafdf3819a3acd7e) |
| 9960 | 2026-08-14T12:03:18.707Z | |
| 9961 | 2026-08-14T12:03:18.707Z | running 1 test |
| 9962 | 2026-08-14T12:03:18.707Z | test test_p4_counter_list ... ignored |
| 9963 | 2026-08-14T12:03:18.707Z | |
| 9964 | 2026-08-14T12:03:18.707Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9965 | 2026-08-14T12:03:18.707Z | |
| 9966 | 2026-08-14T12:03:18.707Z | Running tests/port-link.rs (target/debug/deps/port_link-721a5ab28abf000c) |
| 9967 | 2026-08-14T12:03:18.711Z | |
| 9968 | 2026-08-14T12:03:18.711Z | running 5 tests |
| 9969 | 2026-08-14T12:03:18.714Z | test test_an ... ignored |
| 9970 | 2026-08-14T12:03:18.714Z | test test_enable ... ignored |
| 9971 | 2026-08-14T12:03:18.714Z | test test_ip_addresses ... ignored |
| 9972 | 2026-08-14T12:03:18.714Z | test test_kr ... ignored |
| 9973 | 2026-08-14T12:03:18.714Z | test test_mac ... ignored |
| 9974 | 2026-08-14T12:03:18.714Z | |
| 9975 | 2026-08-14T12:03:18.714Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9976 | 2026-08-14T12:03:18.714Z | |
| 9977 | 2026-08-14T12:03:18.714Z | Running unittests src/main.rs (target/debug/deps/tfportd-fdbe62e0e3cfe18f) |
| 9978 | 2026-08-14T12:03:18.714Z | |
| 9979 | 2026-08-14T12:03:18.714Z | running 3 tests |
| 9980 | 2026-08-14T12:03:18.717Z | test linklocal::test_parse_ipadm ... ok |
| 9981 | 2026-08-14T12:03:18.717Z | test tfport::test_parse_tfport ... ok |
| 9982 | 2026-08-14T12:03:18.717Z | test config::tests::test_updates ... ok |
| 9983 | 2026-08-14T12:03:18.717Z | |
| 9984 | 2026-08-14T12:03:18.717Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9985 | 2026-08-14T12:03:18.717Z | |
| 9986 | 2026-08-14T12:03:18.717Z | Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40) |
| 9987 | 2026-08-14T12:03:18.720Z | |
| 9988 | 2026-08-14T12:03:18.720Z | running 0 tests |
| 9989 | 2026-08-14T12:03:18.720Z | |
| 9990 | 2026-08-14T12:03:18.720Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9991 | 2026-08-14T12:03:18.720Z | |
| 9992 | 2026-08-14T12:03:18.723Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 9993 | 2026-08-14T12:03:18.726Z | |
| 9994 | 2026-08-14T12:03:18.726Z | running 0 tests |
| 9995 | 2026-08-14T12:03:18.726Z | |
| 9996 | 2026-08-14T12:03:18.726Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9997 | 2026-08-14T12:03:18.726Z | |
| 9998 | 2026-08-14T12:03:18.726Z | Doc-tests aal |
| 9999 | 2026-08-14T12:03:18.896Z | |
| 10000 | 2026-08-14T12:03:18.896Z | running 0 tests |
| 10001 | 2026-08-14T12:03:18.896Z | |
| 10002 | 2026-08-14T12:03:18.899Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10003 | 2026-08-14T12:03:18.899Z | |
| 10004 | 2026-08-14T12:03:18.913Z | Doc-tests aal_macros |
| 10005 | 2026-08-14T12:03:18.985Z | |
| 10006 | 2026-08-14T12:03:18.985Z | running 0 tests |
| 10007 | 2026-08-14T12:03:18.985Z | |
| 10008 | 2026-08-14T12:03:18.985Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10009 | 2026-08-14T12:03:18.985Z | |
| 10010 | 2026-08-14T12:03:18.996Z | Doc-tests common |
| 10011 | 2026-08-14T12:03:19.231Z | |
| 10012 | 2026-08-14T12:03:19.231Z | running 0 tests |
| 10013 | 2026-08-14T12:03:19.232Z | |
| 10014 | 2026-08-14T12:03:19.232Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10015 | 2026-08-14T12:03:19.232Z | |
| 10016 | 2026-08-14T12:03:19.253Z | Doc-tests dpd_api |
| 10017 | 2026-08-14T12:03:20.084Z | |
| 10018 | 2026-08-14T12:03:20.084Z | running 2 tests |
| 10019 | 2026-08-14T12:03:20.084Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 10020 | 2026-08-14T12:03:20.084Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 10021 | 2026-08-14T12:03:20.084Z | |
| 10022 | 2026-08-14T12:03:20.084Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10023 | 2026-08-14T12:03:20.084Z | |
| 10024 | 2026-08-14T12:03:20.117Z | Doc-tests dpd_client |
| 10025 | 2026-08-14T12:03:21.375Z | |
| 10026 | 2026-08-14T12:03:21.375Z | running 0 tests |
| 10027 | 2026-08-14T12:03:21.375Z | |
| 10028 | 2026-08-14T12:03:21.376Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10029 | 2026-08-14T12:03:21.376Z | |
| 10030 | 2026-08-14T12:03:21.422Z | Doc-tests dpd_types |
| 10031 | 2026-08-14T12:03:21.632Z | |
| 10032 | 2026-08-14T12:03:21.632Z | running 0 tests |
| 10033 | 2026-08-14T12:03:21.633Z | |
| 10034 | 2026-08-14T12:03:21.633Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10035 | 2026-08-14T12:03:21.633Z | |
| 10036 | 2026-08-14T12:03:21.658Z | Doc-tests dpd_types_versions |
| 10037 | 2026-08-14T12:03:22.869Z | |
| 10038 | 2026-08-14T12:03:22.869Z | running 1 test |
| 10039 | 2026-08-14T12:03:22.869Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 10040 | 2026-08-14T12:03:22.869Z | |
| 10041 | 2026-08-14T12:03:22.869Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10042 | 2026-08-14T12:03:22.869Z | |
| 10043 | 2026-08-14T12:03:22.913Z | Doc-tests packet |
| 10044 | 2026-08-14T12:03:23.026Z | |
| 10045 | 2026-08-14T12:03:23.026Z | running 0 tests |
| 10046 | 2026-08-14T12:03:23.026Z | |
| 10047 | 2026-08-14T12:03:23.026Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10048 | 2026-08-14T12:03:23.026Z | |
| 10049 | 2026-08-14T12:03:23.042Z | Doc-tests pcap |
| 10050 | 2026-08-14T12:03:23.094Z | |
| 10051 | 2026-08-14T12:03:23.094Z | running 0 tests |
| 10052 | 2026-08-14T12:03:23.094Z | |
| 10053 | 2026-08-14T12:03:23.094Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10054 | 2026-08-14T12:03:23.094Z | |
| 10055 | 2026-08-14T12:03:23.144Z | process exited: duration 590567 ms, exit code 0 |
| |
| 10056 | 2026-08-14T12:03:23.150Z | found 0 output files |