|
|
|
| 1 | 2026-08-31T00:50:03.334Z | job assigned to worker 01M1AMNAZ7PTCZ5RG2H33HQZXF [factory aws, i-014e726c675f86554] (queued for 53 s) |
| |
| 2 | 2026-08-31T00:50:09.299Z | starting task 0: "setup" |
| 3 | 2026-08-31T00:50:09.305Z | ++ uname -s |
| 4 | 2026-08-31T00:50:09.308Z | + kern=SunOS |
| 5 | 2026-08-31T00:50:09.308Z | + build_user=build |
| 6 | 2026-08-31T00:50:09.308Z | + build_uid=12345 |
| 7 | 2026-08-31T00:50:09.308Z | + work_dir=/work |
| 8 | 2026-08-31T00:50:09.308Z | + input_dir=/input |
| 9 | 2026-08-31T00:50:09.308Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-31T00:50:09.308Z | + case "$kern" in |
| 11 | 2026-08-31T00:50:09.308Z | + groupadd -g 12345 build |
| 12 | 2026-08-31T00:50:09.308Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-31T00:50:11.603Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-31T00:50:11.609Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-31T00:50:11.609Z | + home_fs=zfs |
| 16 | 2026-08-31T00:50:11.609Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-31T00:50:11.609Z | + mkdir -p /home/build |
| 18 | 2026-08-31T00:50:11.609Z | + chown build:build /home/build /work |
| 19 | 2026-08-31T00:50:13.524Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-31T00:50:13.528Z | process exited: duration 4195 ms, exit code 0 |
| |
| 21 | 2026-08-31T00:50:13.534Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-31T00:50:13.538Z | * rust toolchain channel = "1.90.0" |
| 23 | 2026-08-31T00:50:13.538Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 24 | 2026-08-31T00:50:13.538Z | * rust toolchain profile = "default" |
| 25 | 2026-08-31T00:50:13.539Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-31T00:50:13.539Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-31T00:50:13.539Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-31T00:50:13.542Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-31T00:50:13.542Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-08-31T00:50:13.615Z | info: downloading installer |
| 31 | 2026-08-31T00:50:15.252Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-31T00:50:15.252Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-31T00:50:15.252Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-31T00:50:15.252Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-31T00:50:15.256Z | info: profile set to default |
| 36 | 2026-08-31T00:50:15.256Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-31T00:50:15.256Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 38 | 2026-08-31T00:50:15.256Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 39 | 2026-08-31T00:50:15.256Z | info: downloading 6 components |
| 40 | 2026-08-31T00:50:30.937Z | info: default toolchain set to 1.90.0-x86_64-unknown-illumos |
| 41 | 2026-08-31T00:50:30.937Z | |
| 42 | 2026-08-31T00:50:30.966Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 43 | 2026-08-31T00:50:30.966Z | |
| 44 | 2026-08-31T00:50:30.966Z | |
| 45 | 2026-08-31T00:50:30.966Z | Rust is installed now. Great! |
| 46 | 2026-08-31T00:50:30.966Z | |
| 47 | 2026-08-31T00:50:30.966Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-31T00:50:30.966Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-31T00:50:30.966Z | |
| 50 | 2026-08-31T00:50:30.966Z | To configure your current shell, you need to source |
| 51 | 2026-08-31T00:50:30.966Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-31T00:50:30.966Z | |
| 53 | 2026-08-31T00:50:30.966Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-31T00:50:30.970Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-31T00:50:30.970Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-31T00:50:30.970Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-31T00:50:30.970Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-31T00:50:30.970Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-31T00:50:30.970Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-31T00:50:30.970Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-31T00:50:30.970Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-31T00:50:31.056Z | + rustup --version |
| 63 | 2026-08-31T00:50:31.066Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-31T00:50:31.069Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-31T00:50:31.087Z | info: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 66 | 2026-08-31T00:50:31.090Z | + cargo --version |
| 67 | 2026-08-31T00:50:31.102Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 68 | 2026-08-31T00:50:31.106Z | + rustc --version |
| 69 | 2026-08-31T00:50:31.124Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 70 | 2026-08-31T00:50:31.127Z | process exited: duration 17592 ms, exit code 0 |
| |
| 71 | 2026-08-31T00:50:31.134Z | starting task 2: "authentication" |
| 72 | 2026-08-31T00:50:31.150Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-31T00:50:31.156Z | starting task 3: "clone repository" |
| 74 | 2026-08-31T00:50:31.159Z | + mkdir -p /work/oxidecomputer/dendrite |
| 75 | 2026-08-31T00:50:31.162Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 76 | 2026-08-31T00:50:31.192Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 77 | 2026-08-31T00:50:32.019Z | + cd /work/oxidecomputer/dendrite |
| 78 | 2026-08-31T00:50:32.019Z | + git fetch origin 5b4323a19d105f567a808c04d1a50d714052851c |
| 79 | 2026-08-31T00:50:32.333Z | From https://github.com/oxidecomputer/dendrite |
| 80 | 2026-08-31T00:50:32.333Z | * branch 5b4323a19d105f567a808c04d1a50d714052851c -> FETCH_HEAD |
| 81 | 2026-08-31T00:50:32.340Z | + [[ -n zl/vlan-range-fix ]] |
| 82 | 2026-08-31T00:50:32.343Z | ++ git branch --show-current |
| 83 | 2026-08-31T00:50:32.343Z | + current=main |
| 84 | 2026-08-31T00:50:32.343Z | + [[ main != zl/vlan-range-fix ]] |
| 85 | 2026-08-31T00:50:32.343Z | + git branch -f zl/vlan-range-fix 5b4323a19d105f567a808c04d1a50d714052851c |
| 86 | 2026-08-31T00:50:32.346Z | + git checkout -f zl/vlan-range-fix |
| 87 | 2026-08-31T00:50:32.364Z | Switched to branch 'zl/vlan-range-fix' |
| 88 | 2026-08-31T00:50:32.367Z | + git reset --hard 5b4323a19d105f567a808c04d1a50d714052851c |
| 89 | 2026-08-31T00:50:32.370Z | HEAD is now at 5b4323a [vlan] bound VLAN IDs to 1..=4094 per IEEE 802.1Q |
| 90 | 2026-08-31T00:50:32.372Z | process exited: duration 1214 ms, exit code 0 |
| |
| 91 | 2026-08-31T00:50:32.378Z | starting task 4: "build" |
| 92 | 2026-08-31T00:50:32.382Z | + source .github/buildomat/common.sh |
| 93 | 2026-08-31T00:50:32.382Z | ++ TOFINO_STAGES=20 |
| 94 | 2026-08-31T00:50:32.382Z | ++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94 |
| 95 | 2026-08-31T00:50:32.382Z | ++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 96 | 2026-08-31T00:50:32.382Z | ++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b |
| 97 | 2026-08-31T00:50:32.384Z | +++ uname -s |
| 98 | 2026-08-31T00:50:32.384Z | ++ '[' SunOS == SunOS ']' |
| 99 | 2026-08-31T00:50:32.384Z | ++ SERIES=illumos |
| 100 | 2026-08-31T00:50:32.385Z | +++ uname -s |
| 101 | 2026-08-31T00:50:32.387Z | ++ '[' SunOS == SunOS ']' |
| 102 | 2026-08-31T00:50:32.387Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94 |
| 103 | 2026-08-31T00:50:32.387Z | ++ rustup show active-toolchain |
| 104 | 2026-08-31T00:50:32.391Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 105 | 2026-08-31T00:50:32.394Z | + source .github/buildomat/illumos.sh |
| 106 | 2026-08-31T00:50:32.394Z | ++ banner 'sde setup' |
| 107 | 2026-08-31T00:50:32.394Z | |
| 108 | 2026-08-31T00:50:32.394Z | #### ##### ###### #### ###### ##### # # ##### |
| 109 | 2026-08-31T00:50:32.394Z | # # # # # # # # # # # |
| 110 | 2026-08-31T00:50:32.394Z | #### # # ##### #### ##### # # # # # |
| 111 | 2026-08-31T00:50:32.394Z | # # # # # # # # # ##### |
| 112 | 2026-08-31T00:50:32.394Z | # # # # # # # # # # # # |
| 113 | 2026-08-31T00:50:32.394Z | #### ##### ###### #### ###### # #### # |
| 114 | 2026-08-31T00:50:32.394Z | |
| 115 | 2026-08-31T00:50:32.394Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 116 | 2026-08-31T00:50:32.394Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 117 | 2026-08-31T00:50:32.394Z | ++ export PKG=tofino_sde.p5p |
| 118 | 2026-08-31T00:50:32.394Z | ++ PKG=tofino_sde.p5p |
| 119 | 2026-08-31T00:50:32.394Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p |
| 120 | 2026-08-31T00:50:32.399Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 121 | 2026-08-31T00:50:32.402Z | Dload Upload Total Spent Left Speed |
| 122 | 2026-08-31T00:50:33.344Z |
0 0 0 0 0 0 0 0 0
100 76.03M 100 76.03M 0 0 80.55M 0 0
100 76.03M 100 76.03M 0 0 80.55M 0 0
100 76.03M 100 76.03M 0 0 80.54M 0 0 |
| 123 | 2026-08-31T00:50:33.348Z | +++ digest -a sha256 tofino_sde.p5p |
| 124 | 2026-08-31T00:50:33.400Z | ++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 125 | 2026-08-31T00:50:33.403Z | ++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']' |
| 126 | 2026-08-31T00:50:33.403Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 127 | 2026-08-31T00:50:36.985Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-08-31T00:50:37.392Z | Startup: Caching catalogs ... Done |
| 129 | 2026-08-31T00:50:37.451Z | Startup: Refreshing catalog 'oxide' ... Done |
| 130 | 2026-08-31T00:50:40.281Z | Planning: Solver setup ... Done |
| 131 | 2026-08-31T00:50:40.354Z | Planning: Running solver ... Done |
| 132 | 2026-08-31T00:50:40.410Z | Planning: Finding local manifests ... Done |
| 133 | 2026-08-31T00:50:40.413Z | Planning: Fetching manifests: 1/1 100% complete |
| 134 | 2026-08-31T00:50:40.416Z | Planning: Fetching manifests: 1/1 100% complete |
| 135 | 2026-08-31T00:50:40.431Z | Planning: Package planning ... Done |
| 136 | 2026-08-31T00:50:40.435Z | Planning: Merging actions ... Done |
| 137 | 2026-08-31T00:50:40.528Z | Planning: Checking for conflicting actions ... Done |
| 138 | 2026-08-31T00:50:40.531Z | Planning: Consolidating action changes ... Done |
| 139 | 2026-08-31T00:50:41.312Z | Planning: Evaluating mediators ... Done |
| 140 | 2026-08-31T00:50:41.315Z | Planning: Planning completed in 3.86 seconds |
| 141 | 2026-08-31T00:50:41.319Z | Packages to install: 1 |
| 142 | 2026-08-31T00:50:41.322Z | Create boot environment: No |
| 143 | 2026-08-31T00:50:41.322Z | Create backup boot environment: No |
| 144 | 2026-08-31T00:50:41.345Z | |
| 145 | 2026-08-31T00:50:41.345Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 146 | 2026-08-31T00:50:41.489Z | Download: Completed 75.30 MB in 0.14 seconds (520M/s) |
| 147 | 2026-08-31T00:50:41.662Z | Actions: 1/293 actions (Installing new actions) |
| 148 | 2026-08-31T00:50:42.623Z | Actions: Completed 293 actions in 0.96 seconds. |
| 149 | 2026-08-31T00:50:42.626Z | Finalize: Updating package state database ... Done |
| 150 | 2026-08-31T00:50:42.668Z | Finalize: Updating package cache ... Done |
| 151 | 2026-08-31T00:50:42.767Z | Finalize: Updating image state ... Done |
| 152 | 2026-08-31T00:50:45.415Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-08-31T00:50:45.498Z | Finalize: Reading search index ... Done |
| 154 | 2026-08-31T00:50:45.501Z | Finalize: Updating search index ... Done |
| 155 | 2026-08-31T00:50:45.728Z | Finalize: Updating package cache ... Done |
| 156 | 2026-08-31T00:50:45.900Z | ++ export SDE=/opt/oxide/tofino_sde |
| 157 | 2026-08-31T00:50:45.901Z | ++ SDE=/opt/oxide/tofino_sde |
| 158 | 2026-08-31T00:50:45.901Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 159 | 2026-08-31T00:50:45.901Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 160 | 2026-08-31T00:50:45.901Z | ++ banner packages |
| 161 | 2026-08-31T00:50:45.904Z | |
| 162 | 2026-08-31T00:50:45.904Z | ##### ## #### # # ## #### ###### #### |
| 163 | 2026-08-31T00:50:45.904Z | # # # # # # # # # # # # # # |
| 164 | 2026-08-31T00:50:45.904Z | # # # # # #### # # # ##### #### |
| 165 | 2026-08-31T00:50:45.904Z | ##### ###### # # # ###### # ### # # |
| 166 | 2026-08-31T00:50:45.904Z | # # # # # # # # # # # # # # |
| 167 | 2026-08-31T00:50:45.904Z | # # # #### # # # # #### ###### #### |
| 168 | 2026-08-31T00:50:45.904Z | |
| 169 | 2026-08-31T00:50:45.904Z | ++ pfexec pkg install clang-15 pcap gcc14 |
| 170 | 2026-08-31T00:50:46.176Z | Startup: Refreshing catalog 'helios' ... Done |
| 171 | 2026-08-31T00:50:46.179Z | Startup: Refreshing catalog 'oxide' ... Done |
| 172 | 2026-08-31T00:50:48.509Z | Planning: Solver setup ... Done |
| 173 | 2026-08-31T00:50:48.581Z | Planning: Running solver ... Done |
| 174 | 2026-08-31T00:50:48.637Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-08-31T00:50:48.637Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-08-31T00:50:48.640Z | Planning: Planning completed in 2.46 seconds |
| 177 | 2026-08-31T00:50:48.655Z | No updates necessary for this image. |
| 178 | 2026-08-31T00:50:48.799Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 179 | 2026-08-31T00:50:49.011Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-08-31T00:50:49.124Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-08-31T00:50:49.128Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-08-31T00:50:49.290Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-08-31T00:50:49.293Z | Planning: Planning completed in 0.28 seconds |
| 184 | 2026-08-31T00:50:49.314Z | Mediators to change: 2 |
| 185 | 2026-08-31T00:50:49.314Z | Create boot environment: No |
| 186 | 2026-08-31T00:50:49.314Z | Create backup boot environment: No |
| 187 | 2026-08-31T00:50:49.385Z | Finalize: Updating package state database ... Done |
| 188 | 2026-08-31T00:50:49.385Z | Finalize: Updating package cache ... Done |
| 189 | 2026-08-31T00:50:49.441Z | Finalize: Updating image state ... Done |
| 190 | 2026-08-31T00:50:51.467Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-08-31T00:50:51.537Z | Finalize: Reading search index ... Done |
| 192 | 2026-08-31T00:50:51.540Z | Finalize: Updating search index ... Done |
| 193 | 2026-08-31T00:50:51.627Z | Finalize: Updating package cache ... Done |
| 194 | 2026-08-31T00:50:51.701Z | ++ cargo --version |
| 195 | 2026-08-31T00:50:51.711Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 196 | 2026-08-31T00:50:51.714Z | ++ rustc --version |
| 197 | 2026-08-31T00:50:51.734Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 198 | 2026-08-31T00:50:51.737Z | + banner copyrights |
| 199 | 2026-08-31T00:50:51.740Z | |
| 200 | 2026-08-31T00:50:51.740Z | #### #### ##### # # ##### # #### # # ##### #### |
| 201 | 2026-08-31T00:50:51.740Z | # # # # # # # # # # # # # # # # # |
| 202 | 2026-08-31T00:50:51.740Z | # # # # # # # # # # ###### # #### |
| 203 | 2026-08-31T00:50:51.740Z | # # # ##### # ##### # # ### # # # # |
| 204 | 2026-08-31T00:50:51.740Z | # # # # # # # # # # # # # # # # |
| 205 | 2026-08-31T00:50:51.740Z | #### #### # # # # # #### # # # #### |
| 206 | 2026-08-31T00:50:51.740Z | |
| 207 | 2026-08-31T00:50:51.740Z | + ./tools/check_copyrights.sh |
| 208 | 2026-08-31T00:50:52.031Z | common/src/illumos.rs: Copyright with wrong year |
| 209 | 2026-08-31T00:50:52.927Z | dpd/p4/headers.p4: Copyright with wrong year |
| 210 | 2026-08-31T00:50:53.342Z | dpd/src/transceivers/stub_impl.rs: Copyright with wrong year |
| 211 | 2026-08-31T00:50:53.400Z | packet/src/eth.rs: Copyright with wrong year |
| 212 | 2026-08-31T00:50:53.493Z | pcap/build.rs: Copyright with wrong year |
| 213 | 2026-08-31T00:50:53.668Z | tfportd/src/linklocal.rs: Copyright with wrong year |
| 214 | 2026-08-31T00:50:53.862Z | uplinkd/src/sys.rs: Copyright with wrong year |
| 215 | 2026-08-31T00:50:53.904Z | + banner clippy |
| 216 | 2026-08-31T00:50:53.907Z | |
| 217 | 2026-08-31T00:50:53.907Z | #### # # ##### ##### # # |
| 218 | 2026-08-31T00:50:53.907Z | # # # # # # # # # # |
| 219 | 2026-08-31T00:50:53.907Z | # # # # # # # # |
| 220 | 2026-08-31T00:50:53.907Z | # # # ##### ##### # |
| 221 | 2026-08-31T00:50:53.907Z | # # # # # # # |
| 222 | 2026-08-31T00:50:53.907Z | #### ###### # # # # |
| 223 | 2026-08-31T00:50:53.907Z | |
| 224 | 2026-08-31T00:50:53.907Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 225 | 2026-08-31T00:50:53.907Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 226 | 2026-08-31T00:50:54.051Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 227 | 2026-08-31T00:51:04.740Z | Updating crates.io index |
| 228 | 2026-08-31T00:51:04.742Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 229 | 2026-08-31T00:51:05.146Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 230 | 2026-08-31T00:51:05.862Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 231 | 2026-08-31T00:51:06.222Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 232 | 2026-08-31T00:51:06.516Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-08-31T00:51:07.331Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 234 | 2026-08-31T00:51:07.688Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 235 | 2026-08-31T00:51:07.951Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 236 | 2026-08-31T00:51:08.367Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 237 | 2026-08-31T00:51:08.767Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 238 | 2026-08-31T00:51:09.206Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 239 | 2026-08-31T00:51:10.213Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 240 | 2026-08-31T00:51:10.518Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 241 | 2026-08-31T00:51:10.890Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 242 | 2026-08-31T00:51:11.223Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 243 | 2026-08-31T00:51:11.581Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 244 | 2026-08-31T00:51:12.398Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 245 | 2026-08-31T00:51:12.850Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 246 | 2026-08-31T00:51:13.414Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 247 | 2026-08-31T00:51:13.860Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 248 | 2026-08-31T00:51:14.156Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 249 | 2026-08-31T00:51:15.525Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 250 | 2026-08-31T00:51:16.055Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 251 | 2026-08-31T00:51:16.702Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 252 | 2026-08-31T00:51:18.061Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 253 | 2026-08-31T00:51:18.689Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 254 | 2026-08-31T00:51:19.040Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 255 | 2026-08-31T00:51:19.569Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 256 | 2026-08-31T00:51:21.492Z | Downloading crates ... |
| 257 | 2026-08-31T00:51:21.575Z | Downloaded aead v0.5.2 |
| 258 | 2026-08-31T00:51:21.579Z | Downloaded bit-vec v0.8.0 |
| 259 | 2026-08-31T00:51:21.581Z | Downloaded autocfg v1.5.0 |
| 260 | 2026-08-31T00:51:21.584Z | Downloaded async-trait v0.1.89 |
| 261 | 2026-08-31T00:51:21.587Z | Downloaded ciborium-ll v0.2.2 |
| 262 | 2026-08-31T00:51:21.589Z | Downloaded anyhow v1.0.102 |
| 263 | 2026-08-31T00:51:21.592Z | Downloaded allocator-api2 v0.2.21 |
| 264 | 2026-08-31T00:51:21.595Z | Downloaded async-recursion v1.1.1 |
| 265 | 2026-08-31T00:51:21.597Z | Downloaded chacha20 v0.9.1 |
| 266 | 2026-08-31T00:51:21.601Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 267 | 2026-08-31T00:51:21.603Z | Downloaded dof v0.3.0 |
| 268 | 2026-08-31T00:51:21.606Z | Downloaded dtrace-parser v0.2.0 |
| 269 | 2026-08-31T00:51:21.609Z | Downloaded cookie v0.18.1 |
| 270 | 2026-08-31T00:51:21.611Z | Downloaded futures-executor v0.3.32 |
| 271 | 2026-08-31T00:51:21.614Z | Downloaded foldhash v0.1.5 |
| 272 | 2026-08-31T00:51:21.617Z | Downloaded half v2.7.1 |
| 273 | 2026-08-31T00:51:21.619Z | Downloaded highway v1.3.0 |
| 274 | 2026-08-31T00:51:21.622Z | Downloaded blake2 v0.10.6 |
| 275 | 2026-08-31T00:51:21.625Z | Downloaded dropshot_endpoint v0.17.1 |
| 276 | 2026-08-31T00:51:21.627Z | Downloaded httparse v1.10.1 |
| 277 | 2026-08-31T00:51:21.631Z | Downloaded getrandom v0.2.16 |
| 278 | 2026-08-31T00:51:21.634Z | Downloaded derive-ex v0.1.8 |
| 279 | 2026-08-31T00:51:21.637Z | Downloaded drift v0.2.0 |
| 280 | 2026-08-31T00:51:21.645Z | Downloaded http-body v1.0.1 |
| 281 | 2026-08-31T00:51:21.648Z | Downloaded generic-array v0.14.7 |
| 282 | 2026-08-31T00:51:21.651Z | Downloaded crucible-workspace-hack v0.1.0 |
| 283 | 2026-08-31T00:51:21.651Z | Downloaded fs_extra v1.3.0 |
| 284 | 2026-08-31T00:51:21.655Z | Downloaded foldhash v0.2.0 |
| 285 | 2026-08-31T00:51:21.658Z | Downloaded colorchoice v1.0.4 |
| 286 | 2026-08-31T00:51:21.658Z | Downloaded constant_time_eq v0.3.1 |
| 287 | 2026-08-31T00:51:21.661Z | Downloaded dyn-clone v1.0.20 |
| 288 | 2026-08-31T00:51:21.661Z | Downloaded dropshot_endpoint v0.16.7 |
| 289 | 2026-08-31T00:51:21.665Z | Downloaded defmt-macros v1.0.1 |
| 290 | 2026-08-31T00:51:21.668Z | Downloaded fastrand v2.3.0 |
| 291 | 2026-08-31T00:51:21.671Z | Downloaded debug-ignore v1.0.5 |
| 292 | 2026-08-31T00:51:21.673Z | Downloaded cpufeatures v0.3.0 |
| 293 | 2026-08-31T00:51:21.676Z | Downloaded futures-core v0.3.32 |
| 294 | 2026-08-31T00:51:21.676Z | Downloaded gethostname v0.5.0 |
| 295 | 2026-08-31T00:51:21.679Z | Downloaded futures-task v0.3.32 |
| 296 | 2026-08-31T00:51:21.681Z | Downloaded arrayref v0.3.9 |
| 297 | 2026-08-31T00:51:21.681Z | Downloaded httpdate v1.0.3 |
| 298 | 2026-08-31T00:51:21.684Z | Downloaded glob v0.3.3 |
| 299 | 2026-08-31T00:51:21.687Z | Downloaded hex v0.4.3 |
| 300 | 2026-08-31T00:51:21.689Z | Downloaded block-buffer v0.10.4 |
| 301 | 2026-08-31T00:51:21.689Z | Downloaded hubpack v0.1.2 |
| 302 | 2026-08-31T00:51:21.692Z | Downloaded foreign-types-shared v0.3.1 |
| 303 | 2026-08-31T00:51:21.695Z | Downloaded async-compression v0.4.33 |
| 304 | 2026-08-31T00:51:21.697Z | Downloaded hostname v0.4.2 |
| 305 | 2026-08-31T00:51:21.700Z | Downloaded futures-sink v0.3.32 |
| 306 | 2026-08-31T00:51:21.703Z | Downloaded float-ord v0.3.2 |
| 307 | 2026-08-31T00:51:21.706Z | Downloaded ident_case v1.0.1 |
| 308 | 2026-08-31T00:51:21.706Z | Downloaded heck v0.4.1 |
| 309 | 2026-08-31T00:51:21.709Z | Downloaded hyper-tls v0.6.0 |
| 310 | 2026-08-31T00:51:21.711Z | Downloaded hubpack_derive v0.1.1 |
| 311 | 2026-08-31T00:51:21.711Z | Downloaded instant v0.1.13 |
| 312 | 2026-08-31T00:51:21.714Z | Downloaded inout v0.1.4 |
| 313 | 2026-08-31T00:51:21.717Z | Downloaded hash32 v0.3.1 |
| 314 | 2026-08-31T00:51:21.717Z | Downloaded form_urlencoded v1.2.2 |
| 315 | 2026-08-31T00:51:21.719Z | Downloaded argon2 v0.5.3 |
| 316 | 2026-08-31T00:51:21.722Z | Downloaded git-stub v1.0.0 |
| 317 | 2026-08-31T00:51:21.722Z | Downloaded futures-macro v0.3.32 |
| 318 | 2026-08-31T00:51:21.725Z | Downloaded const_format_proc_macros v0.2.34 |
| 319 | 2026-08-31T00:51:21.728Z | Downloaded is-terminal v0.4.16 |
| 320 | 2026-08-31T00:51:21.728Z | Downloaded ff v0.13.1 |
| 321 | 2026-08-31T00:51:21.730Z | Downloaded erased-serde v0.3.31 |
| 322 | 2026-08-31T00:51:21.733Z | Downloaded hostname v0.3.1 |
| 323 | 2026-08-31T00:51:21.736Z | Downloaded internet-checksum v0.2.1 |
| 324 | 2026-08-31T00:51:21.736Z | Downloaded indent_write v2.2.0 |
| 325 | 2026-08-31T00:51:21.739Z | Downloaded http-body-util v0.1.3 |
| 326 | 2026-08-31T00:51:21.739Z | Downloaded digest v0.11.3 |
| 327 | 2026-08-31T00:51:21.741Z | Downloaded keccak v0.1.6 |
| 328 | 2026-08-31T00:51:21.744Z | Downloaded is_terminal_polyfill v1.70.1 |
| 329 | 2026-08-31T00:51:21.747Z | Downloaded itoa v1.0.15 |
| 330 | 2026-08-31T00:51:21.749Z | Downloaded kstat-rs v0.2.4 |
| 331 | 2026-08-31T00:51:21.749Z | Downloaded libscf-sys v1.2.0 |
| 332 | 2026-08-31T00:51:21.752Z | Downloaded lazy_static v1.5.0 |
| 333 | 2026-08-31T00:51:21.755Z | Downloaded clang-sys v1.8.1 |
| 334 | 2026-08-31T00:51:21.758Z | Downloaded memmap v0.7.0 |
| 335 | 2026-08-31T00:51:21.758Z | Downloaded lru-slab v0.1.2 |
| 336 | 2026-08-31T00:51:21.761Z | Downloaded linked-hash-map v0.5.6 |
| 337 | 2026-08-31T00:51:21.761Z | Downloaded humantime v2.3.0 |
| 338 | 2026-08-31T00:51:21.764Z | Downloaded git-stub-vcs v0.1.0 |
| 339 | 2026-08-31T00:51:21.764Z | Downloaded mime v0.3.17 |
| 340 | 2026-08-31T00:51:21.767Z | Downloaded macaddr v1.0.1 |
| 341 | 2026-08-31T00:51:21.767Z | Downloaded foreign-types v0.3.2 |
| 342 | 2026-08-31T00:51:21.769Z | Downloaded memoffset v0.9.1 |
| 343 | 2026-08-31T00:51:21.772Z | Downloaded fs-err v3.1.2 |
| 344 | 2026-08-31T00:51:21.775Z | Downloaded arrayvec v0.7.6 |
| 345 | 2026-08-31T00:51:21.778Z | Downloaded futures-io v0.3.32 |
| 346 | 2026-08-31T00:51:21.778Z | Downloaded match_cfg v0.1.0 |
| 347 | 2026-08-31T00:51:21.780Z | Downloaded lru-cache v0.1.2 |
| 348 | 2026-08-31T00:51:21.780Z | Downloaded ipnet v2.11.0 |
| 349 | 2026-08-31T00:51:21.783Z | Downloaded newline-converter v0.3.0 |
| 350 | 2026-08-31T00:51:21.783Z | Downloaded newtype-uuid-macros v0.1.0 |
| 351 | 2026-08-31T00:51:21.786Z | Downloaded num-derive v0.4.2 |
| 352 | 2026-08-31T00:51:21.788Z | Downloaded num-conv v0.2.1 |
| 353 | 2026-08-31T00:51:21.789Z | Downloaded num v0.4.3 |
| 354 | 2026-08-31T00:51:21.791Z | Downloaded newtype_derive v0.1.6 |
| 355 | 2026-08-31T00:51:21.792Z | Downloaded hybrid-array v0.4.12 |
| 356 | 2026-08-31T00:51:21.794Z | Downloaded console v0.15.11 |
| 357 | 2026-08-31T00:51:21.797Z | Downloaded managed v0.8.0 |
| 358 | 2026-08-31T00:51:21.797Z | Downloaded byteorder v1.5.0 |
| 359 | 2026-08-31T00:51:21.800Z | Downloaded num-iter v0.1.45 |
| 360 | 2026-08-31T00:51:21.802Z | Downloaded anstream v1.0.0 |
| 361 | 2026-08-31T00:51:21.803Z | Downloaded ingot-types v0.1.2 |
| 362 | 2026-08-31T00:51:21.805Z | Downloaded camino v1.2.3 |
| 363 | 2026-08-31T00:51:21.808Z | Downloaded group v0.13.0 |
| 364 | 2026-08-31T00:51:21.808Z | Downloaded opaque-debug v0.3.1 |
| 365 | 2026-08-31T00:51:21.811Z | Downloaded num_threads v0.1.7 |
| 366 | 2026-08-31T00:51:21.811Z | Downloaded embedded-io v0.4.0 |
| 367 | 2026-08-31T00:51:21.813Z | Downloaded openssl-probe v0.1.6 |
| 368 | 2026-08-31T00:51:21.816Z | Downloaded hyper-rustls v0.27.7 |
| 369 | 2026-08-31T00:51:21.816Z | Downloaded openssl-macros v0.1.1 |
| 370 | 2026-08-31T00:51:21.819Z | Downloaded ingot v0.1.1 |
| 371 | 2026-08-31T00:51:21.819Z | Downloaded libsw-core v0.3.2 |
| 372 | 2026-08-31T00:51:21.822Z | Downloaded percent-encoding v2.3.2 |
| 373 | 2026-08-31T00:51:21.825Z | Downloaded parse-display v0.10.0 |
| 374 | 2026-08-31T00:51:21.825Z | Downloaded libsw v3.5.0 |
| 375 | 2026-08-31T00:51:21.827Z | Downloaded libloading v0.8.9 |
| 376 | 2026-08-31T00:51:21.830Z | Downloaded omicron-workspace-hack v0.1.0 |
| 377 | 2026-08-31T00:51:21.830Z | Downloaded lock_api v0.4.14 |
| 378 | 2026-08-31T00:51:21.833Z | Downloaded fixedbitset v0.5.7 |
| 379 | 2026-08-31T00:51:21.835Z | Downloaded colored v3.1.1 |
| 380 | 2026-08-31T00:51:21.838Z | Downloaded jobserver v0.1.34 |
| 381 | 2026-08-31T00:51:21.838Z | Downloaded multer v3.1.0 |
| 382 | 2026-08-31T00:51:21.841Z | Downloaded ipnetwork v0.21.1 |
| 383 | 2026-08-31T00:51:21.844Z | Downloaded hmac v0.12.1 |
| 384 | 2026-08-31T00:51:21.846Z | Downloaded powerfmt v0.2.0 |
| 385 | 2026-08-31T00:51:21.846Z | Downloaded futures-channel v0.3.32 |
| 386 | 2026-08-31T00:51:21.849Z | Downloaded phf_shared v0.12.1 |
| 387 | 2026-08-31T00:51:21.852Z | Downloaded num-integer v0.1.46 |
| 388 | 2026-08-31T00:51:21.852Z | Downloaded newtype-uuid v1.3.2 |
| 389 | 2026-08-31T00:51:21.854Z | Downloaded ciborium v0.2.2 |
| 390 | 2026-08-31T00:51:21.857Z | Downloaded globset v0.4.16 |
| 391 | 2026-08-31T00:51:21.860Z | Downloaded potential_utf v0.1.3 |
| 392 | 2026-08-31T00:51:21.860Z | Downloaded getrandom v0.3.3 |
| 393 | 2026-08-31T00:51:21.862Z | Downloaded plain v0.2.3 |
| 394 | 2026-08-31T00:51:21.865Z | Downloaded olpc-cjson v0.1.4 |
| 395 | 2026-08-31T00:51:21.868Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 396 | 2026-08-31T00:51:21.868Z | Downloaded proc-macro-error-attr v1.0.4 |
| 397 | 2026-08-31T00:51:21.870Z | Downloaded num-rational v0.4.2 |
| 398 | 2026-08-31T00:51:21.870Z | Downloaded num_enum_derive v0.5.11 |
| 399 | 2026-08-31T00:51:21.873Z | Downloaded num_enum v0.7.5 |
| 400 | 2026-08-31T00:51:21.876Z | Downloaded progenitor-client v0.11.1 |
| 401 | 2026-08-31T00:51:21.878Z | Downloaded progenitor-client v0.10.0 |
| 402 | 2026-08-31T00:51:21.878Z | Downloaded proc-macro-crate v1.3.1 |
| 403 | 2026-08-31T00:51:21.881Z | Downloaded paste v1.0.15 |
| 404 | 2026-08-31T00:51:21.883Z | Downloaded num_enum_derive v0.7.5 |
| 405 | 2026-08-31T00:51:21.886Z | Downloaded parse-display-derive v0.10.0 |
| 406 | 2026-08-31T00:51:21.886Z | Downloaded oxide-tokio-rt v0.1.2 |
| 407 | 2026-08-31T00:51:21.889Z | Downloaded rand_chacha v0.3.1 |
| 408 | 2026-08-31T00:51:21.892Z | Downloaded quick-error v1.2.3 |
| 409 | 2026-08-31T00:51:21.892Z | Downloaded progenitor-macro v0.11.1 |
| 410 | 2026-08-31T00:51:21.894Z | Downloaded progenitor-macro v0.10.0 |
| 411 | 2026-08-31T00:51:21.894Z | Downloaded pest_generator v2.8.2 |
| 412 | 2026-08-31T00:51:21.897Z | Downloaded native-tls v0.2.14 |
| 413 | 2026-08-31T00:51:21.900Z | Downloaded owo-colors v4.3.0 |
| 414 | 2026-08-31T00:51:21.900Z | Downloaded linear-map v1.2.0 |
| 415 | 2026-08-31T00:51:21.902Z | Downloaded ref-cast-impl v1.0.25 |
| 416 | 2026-08-31T00:51:21.902Z | Downloaded pem v3.0.5 |
| 417 | 2026-08-31T00:51:21.905Z | Downloaded rand_xorshift v0.4.0 |
| 418 | 2026-08-31T00:51:21.908Z | Downloaded memmap2 v0.9.8 |
| 419 | 2026-08-31T00:51:21.908Z | Downloaded ingot-macros v0.1.1 |
| 420 | 2026-08-31T00:51:21.910Z | Downloaded const-oid v0.10.2 |
| 421 | 2026-08-31T00:51:21.920Z | Downloaded rustc-hash v2.1.1 |
| 422 | 2026-08-31T00:51:21.922Z | Downloaded derive_more v0.99.20 |
| 423 | 2026-08-31T00:51:21.925Z | Downloaded proc-macro-error2 v2.0.1 |
| 424 | 2026-08-31T00:51:21.928Z | Downloaded progenitor v0.14.0 |
| 425 | 2026-08-31T00:51:21.930Z | Downloaded indexmap v1.9.3 |
| 426 | 2026-08-31T00:51:21.933Z | Downloaded same-file v1.0.6 |
| 427 | 2026-08-31T00:51:21.933Z | Downloaded rustc_version v0.1.7 |
| 428 | 2026-08-31T00:51:21.936Z | Downloaded rustc_version v0.4.1 |
| 429 | 2026-08-31T00:51:21.936Z | Downloaded ppv-lite86 v0.2.21 |
| 430 | 2026-08-31T00:51:21.940Z | Downloaded pkg-config v0.3.32 |
| 431 | 2026-08-31T00:51:21.940Z | Downloaded phf v0.12.1 |
| 432 | 2026-08-31T00:51:21.943Z | Downloaded icu_provider v2.0.0 |
| 433 | 2026-08-31T00:51:21.943Z | Downloaded oxnet v0.1.6 |
| 434 | 2026-08-31T00:51:21.946Z | Downloaded progenitor v0.11.1 |
| 435 | 2026-08-31T00:51:21.948Z | Downloaded password-hash v0.5.0 |
| 436 | 2026-08-31T00:51:21.948Z | Downloaded progenitor v0.10.0 |
| 437 | 2026-08-31T00:51:21.951Z | Downloaded proc-macro-error v1.0.4 |
| 438 | 2026-08-31T00:51:21.954Z | Downloaded curl v0.4.50 |
| 439 | 2026-08-31T00:51:21.956Z | Downloaded scopeguard v1.2.0 |
| 440 | 2026-08-31T00:51:21.959Z | Downloaded quote v1.0.45 |
| 441 | 2026-08-31T00:51:21.962Z | Downloaded scroll_derive v0.12.1 |
| 442 | 2026-08-31T00:51:21.962Z | Downloaded rand_core v0.9.3 |
| 443 | 2026-08-31T00:51:21.966Z | Downloaded scroll_derive v0.13.1 |
| 444 | 2026-08-31T00:51:21.966Z | Downloaded once_cell v1.21.3 |
| 445 | 2026-08-31T00:51:21.969Z | Downloaded rand_core v0.6.4 |
| 446 | 2026-08-31T00:51:21.969Z | Downloaded crypto-bigint v0.5.5 |
| 447 | 2026-08-31T00:51:21.972Z | Downloaded postcard v1.1.3 |
| 448 | 2026-08-31T00:51:21.975Z | Downloaded rand_chacha v0.9.0 |
| 449 | 2026-08-31T00:51:21.978Z | Downloaded parking_lot_core v0.9.12 |
| 450 | 2026-08-31T00:51:21.978Z | Downloaded pest_meta v2.8.2 |
| 451 | 2026-08-31T00:51:21.981Z | Downloaded serde_plain v1.0.2 |
| 452 | 2026-08-31T00:51:21.983Z | Downloaded resolv-conf v0.7.5 |
| 453 | 2026-08-31T00:51:21.984Z | Downloaded num-traits v0.2.19 |
| 454 | 2026-08-31T00:51:21.986Z | Downloaded log v0.4.29 |
| 455 | 2026-08-31T00:51:21.989Z | Downloaded serde_urlencoded v0.7.1 |
| 456 | 2026-08-31T00:51:21.992Z | Downloaded serde-big-array v0.5.1 |
| 457 | 2026-08-31T00:51:21.992Z | Downloaded flate2 v1.1.2 |
| 458 | 2026-08-31T00:51:21.995Z | Downloaded rustls-pemfile v2.2.0 |
| 459 | 2026-08-31T00:51:21.998Z | Downloaded icu_collections v2.0.0 |
| 460 | 2026-08-31T00:51:22.001Z | Downloaded papergrid v0.11.0 |
| 461 | 2026-08-31T00:51:22.004Z | Downloaded sha1 v0.11.0 |
| 462 | 2026-08-31T00:51:22.007Z | Downloaded sha1 v0.10.6 |
| 463 | 2026-08-31T00:51:22.010Z | Downloaded siphasher v1.0.1 |
| 464 | 2026-08-31T00:51:22.010Z | Downloaded slog-bunyan v2.5.0 |
| 465 | 2026-08-31T00:51:22.013Z | Downloaded signal-hook-tokio v0.4.0 |
| 466 | 2026-08-31T00:51:22.013Z | Downloaded sigpipe v0.1.3 |
| 467 | 2026-08-31T00:51:22.015Z | Downloaded serde_spanned v1.1.1 |
| 468 | 2026-08-31T00:51:22.015Z | Downloaded serde_spanned v0.6.9 |
| 469 | 2026-08-31T00:51:22.018Z | Downloaded quinn-udp v0.5.14 |
| 470 | 2026-08-31T00:51:22.018Z | Downloaded search_path v0.1.4 |
| 471 | 2026-08-31T00:51:22.021Z | Downloaded schemars_derive v0.8.22 |
| 472 | 2026-08-31T00:51:22.023Z | Downloaded smawk v0.3.2 |
| 473 | 2026-08-31T00:51:22.023Z | Downloaded scroll v0.13.0 |
| 474 | 2026-08-31T00:51:22.026Z | Downloaded pin-project v1.1.10 |
| 475 | 2026-08-31T00:51:22.032Z | Downloaded rusty-fork v0.3.0 |
| 476 | 2026-08-31T00:51:22.034Z | Downloaded cc v1.2.64 |
| 477 | 2026-08-31T00:51:22.038Z | Downloaded secrecy v0.10.3 |
| 478 | 2026-08-31T00:51:22.038Z | Downloaded poly1305 v0.8.0 |
| 479 | 2026-08-31T00:51:22.040Z | Downloaded structmeta-derive v0.3.0 |
| 480 | 2026-08-31T00:51:22.040Z | Downloaded scroll v0.12.0 |
| 481 | 2026-08-31T00:51:22.043Z | Downloaded stable_deref_trait v1.2.0 |
| 482 | 2026-08-31T00:51:22.043Z | Downloaded proc-macro2 v1.0.106 |
| 483 | 2026-08-31T00:51:22.046Z | Downloaded http v1.4.2 |
| 484 | 2026-08-31T00:51:22.048Z | Downloaded swrite v0.1.0 |
| 485 | 2026-08-31T00:51:22.051Z | Downloaded structmeta v0.3.0 |
| 486 | 2026-08-31T00:51:22.051Z | Downloaded semver v0.1.20 |
| 487 | 2026-08-31T00:51:22.054Z | Downloaded serde_repr v0.1.20 |
| 488 | 2026-08-31T00:51:22.054Z | Downloaded ryu v1.0.20 |
| 489 | 2026-08-31T00:51:22.056Z | Downloaded serde_derive_internals v0.29.1 |
| 490 | 2026-08-31T00:51:22.059Z | Downloaded icu_normalizer_data v2.0.0 |
| 491 | 2026-08-31T00:51:22.062Z | Downloaded strum v0.26.3 |
| 492 | 2026-08-31T00:51:22.062Z | Downloaded progenitor-impl v0.11.1 |
| 493 | 2026-08-31T00:51:22.064Z | Downloaded strum v0.28.0 |
| 494 | 2026-08-31T00:51:22.064Z | Downloaded subtle v2.6.1 |
| 495 | 2026-08-31T00:51:22.067Z | Downloaded progenitor-impl v0.10.0 |
| 496 | 2026-08-31T00:51:22.067Z | Downloaded termtree v0.5.1 |
| 497 | 2026-08-31T00:51:22.070Z | Downloaded tabled_derive v0.7.0 |
| 498 | 2026-08-31T00:51:22.070Z | Downloaded serde_tokenstream v0.2.3 |
| 499 | 2026-08-31T00:51:22.072Z | Downloaded hickory-resolver v0.24.4 |
| 500 | 2026-08-31T00:51:22.075Z | Downloaded take_mut v0.2.2 |
| 501 | 2026-08-31T00:51:22.078Z | Downloaded tagptr v0.2.0 |
| 502 | 2026-08-31T00:51:22.078Z | Downloaded serde_path_to_error v0.1.20 |
| 503 | 2026-08-31T00:51:22.078Z | Downloaded sync_wrapper v1.0.2 |
| 504 | 2026-08-31T00:51:22.081Z | Downloaded shlex v1.3.0 |
| 505 | 2026-08-31T00:51:22.081Z | Downloaded slog-dtrace v0.3.0 |
| 506 | 2026-08-31T00:51:22.084Z | Downloaded strum v0.27.2 |
| 507 | 2026-08-31T00:51:22.084Z | Downloaded papergrid v0.18.0 |
| 508 | 2026-08-31T00:51:22.087Z | Downloaded const_format v0.2.34 |
| 509 | 2026-08-31T00:51:22.090Z | Downloaded signal-hook-registry v1.4.6 |
| 510 | 2026-08-31T00:51:22.093Z | Downloaded shlex v2.0.1 |
| 511 | 2026-08-31T00:51:22.093Z | Downloaded tabwriter v1.4.1 |
| 512 | 2026-08-31T00:51:22.096Z | Downloaded sha2 v0.10.9 |
| 513 | 2026-08-31T00:51:22.096Z | Downloaded testing_table v0.3.0 |
| 514 | 2026-08-31T00:51:22.098Z | Downloaded hickory-resolver v0.25.2 |
| 515 | 2026-08-31T00:51:22.101Z | Downloaded thread-id v5.0.0 |
| 516 | 2026-08-31T00:51:22.101Z | Downloaded thread-id v4.2.2 |
| 517 | 2026-08-31T00:51:22.104Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 518 | 2026-08-31T00:51:22.104Z | Downloaded slog-json v2.6.1 |
| 519 | 2026-08-31T00:51:22.106Z | Downloaded slog-async v2.8.0 |
| 520 | 2026-08-31T00:51:22.106Z | Downloaded strum_macros v0.28.0 |
| 521 | 2026-08-31T00:51:22.109Z | Downloaded rustversion v1.0.22 |
| 522 | 2026-08-31T00:51:22.112Z | Downloaded time-core v0.1.8 |
| 523 | 2026-08-31T00:51:22.112Z | Downloaded supports-color v3.0.2 |
| 524 | 2026-08-31T00:51:22.114Z | Downloaded tinyvec_macros v0.1.1 |
| 525 | 2026-08-31T00:51:22.114Z | Downloaded strum_macros v0.27.2 |
| 526 | 2026-08-31T00:51:22.117Z | Downloaded heapless v0.8.0 |
| 527 | 2026-08-31T00:51:22.120Z | Downloaded snafu-derive v0.8.9 |
| 528 | 2026-08-31T00:51:22.120Z | Downloaded smf v0.2.3 |
| 529 | 2026-08-31T00:51:22.123Z | Downloaded pest_derive v2.8.2 |
| 530 | 2026-08-31T00:51:22.123Z | Downloaded slab v0.4.11 |
| 531 | 2026-08-31T00:51:22.125Z | Downloaded serde_with_macros v3.14.1 |
| 532 | 2026-08-31T00:51:22.125Z | Downloaded omicron-zone-package v0.12.2 |
| 533 | 2026-08-31T00:51:22.128Z | Downloaded tokio-macros v2.7.0 |
| 534 | 2026-08-31T00:51:22.131Z | Downloaded crossbeam-channel v0.5.15 |
| 535 | 2026-08-31T00:51:22.134Z | Downloaded progenitor-impl v0.14.0 |
| 536 | 2026-08-31T00:51:22.134Z | Downloaded parking_lot v0.12.5 |
| 537 | 2026-08-31T00:51:22.137Z | Downloaded openssl-sys v0.9.117 |
| 538 | 2026-08-31T00:51:22.139Z | Downloaded minimal-lexical v0.2.1 |
| 539 | 2026-08-31T00:51:22.142Z | Downloaded terminal_size v0.4.3 |
| 540 | 2026-08-31T00:51:22.145Z | Downloaded strsim v0.11.1 |
| 541 | 2026-08-31T00:51:22.145Z | Downloaded toml_datetime v0.6.11 |
| 542 | 2026-08-31T00:51:22.148Z | Downloaded static_assertions v1.1.0 |
| 543 | 2026-08-31T00:51:22.148Z | Downloaded slog-term v2.9.2 |
| 544 | 2026-08-31T00:51:22.152Z | Downloaded icu_locale_core v2.0.0 |
| 545 | 2026-08-31T00:51:22.154Z | Downloaded strum_macros v0.26.4 |
| 546 | 2026-08-31T00:51:22.157Z | Downloaded miniz_oxide v0.8.9 |
| 547 | 2026-08-31T00:51:22.160Z | Downloaded icu_properties v2.0.1 |
| 548 | 2026-08-31T00:51:22.160Z | Downloaded icu_normalizer v2.0.0 |
| 549 | 2026-08-31T00:51:22.162Z | Downloaded smallvec v1.15.1 |
| 550 | 2026-08-31T00:51:22.166Z | Downloaded thiserror-no-std v2.0.2 |
| 551 | 2026-08-31T00:51:22.169Z | Downloaded toml_write v0.1.2 |
| 552 | 2026-08-31T00:51:22.169Z | Downloaded tower-layer v0.3.3 |
| 553 | 2026-08-31T00:51:22.169Z | Downloaded hashbrown v0.12.3 |
| 554 | 2026-08-31T00:51:22.171Z | Downloaded getrandom v0.4.2 |
| 555 | 2026-08-31T00:51:22.174Z | Downloaded time-macros v0.2.27 |
| 556 | 2026-08-31T00:51:22.177Z | Downloaded synstructure v0.13.2 |
| 557 | 2026-08-31T00:51:22.177Z | Downloaded darling_core v0.21.3 |
| 558 | 2026-08-31T00:51:22.180Z | Downloaded unicode-linebreak v0.1.5 |
| 559 | 2026-08-31T00:51:22.182Z | Downloaded typify-macro v0.6.2 |
| 560 | 2026-08-31T00:51:22.182Z | Downloaded serde_core v1.0.228 |
| 561 | 2026-08-31T00:51:22.185Z | Downloaded try-lock v0.2.5 |
| 562 | 2026-08-31T00:51:22.185Z | Downloaded tower-service v0.3.3 |
| 563 | 2026-08-31T00:51:22.185Z | Downloaded topological-sort v0.2.2 |
| 564 | 2026-08-31T00:51:22.188Z | Downloaded expectorate v1.2.0 |
| 565 | 2026-08-31T00:51:22.191Z | Downloaded similar v2.7.0 |
| 566 | 2026-08-31T00:51:22.194Z | Downloaded qorb v0.4.1 |
| 567 | 2026-08-31T00:51:22.196Z | Downloaded tokio-native-tls v0.3.1 |
| 568 | 2026-08-31T00:51:22.196Z | Downloaded thiserror-impl v1.0.69 |
| 569 | 2026-08-31T00:51:22.199Z | Downloaded thiserror v2.0.18 |
| 570 | 2026-08-31T00:51:22.202Z | Downloaded rand v0.8.5 |
| 571 | 2026-08-31T00:51:22.204Z | Downloaded scuffle v0.1.0 |
| 572 | 2026-08-31T00:51:22.207Z | Downloaded schemars v0.9.0 |
| 573 | 2026-08-31T00:51:22.213Z | Downloaded utf8_iter v1.0.4 |
| 574 | 2026-08-31T00:51:22.216Z | Downloaded universal-hash v0.5.1 |
| 575 | 2026-08-31T00:51:22.216Z | Downloaded jiff-static v0.2.15 |
| 576 | 2026-08-31T00:51:22.218Z | Downloaded rayon-core v1.13.0 |
| 577 | 2026-08-31T00:51:22.221Z | Downloaded usdt v0.6.0 |
| 578 | 2026-08-31T00:51:22.221Z | Downloaded usdt v0.5.0 |
| 579 | 2026-08-31T00:51:22.221Z | Downloaded unarray v0.1.4 |
| 580 | 2026-08-31T00:51:22.224Z | Downloaded typify-macro v0.4.3 |
| 581 | 2026-08-31T00:51:22.224Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 582 | 2026-08-31T00:51:22.226Z | Downloaded tokio-dtrace v0.1.1 |
| 583 | 2026-08-31T00:51:22.226Z | Downloaded unicode-xid v0.2.6 |
| 584 | 2026-08-31T00:51:22.229Z | Downloaded socket2 v0.6.4 |
| 585 | 2026-08-31T00:51:22.229Z | Downloaded semver v1.0.28 |
| 586 | 2026-08-31T00:51:22.232Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 587 | 2026-08-31T00:51:22.232Z | Downloaded usdt-attr-macro v0.6.0 |
| 588 | 2026-08-31T00:51:22.232Z | Downloaded utf8parse v0.2.2 |
| 589 | 2026-08-31T00:51:22.235Z | Downloaded version_check v0.9.5 |
| 590 | 2026-08-31T00:51:22.235Z | Downloaded tempfile v3.27.0 |
| 591 | 2026-08-31T00:51:22.237Z | Downloaded usdt-macro v0.5.0 |
| 592 | 2026-08-31T00:51:22.237Z | Downloaded usdt-attr-macro v0.5.0 |
| 593 | 2026-08-31T00:51:22.237Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 594 | 2026-08-31T00:51:22.240Z | Downloaded spin v0.9.8 |
| 595 | 2026-08-31T00:51:22.240Z | Downloaded serde_derive v1.0.228 |
| 596 | 2026-08-31T00:51:22.243Z | Downloaded memchr v2.7.5 |
| 597 | 2026-08-31T00:51:22.245Z | Downloaded usdt-macro v0.6.0 |
| 598 | 2026-08-31T00:51:22.248Z | Downloaded thiserror-impl v2.0.18 |
| 599 | 2026-08-31T00:51:22.248Z | Downloaded untrusted v0.9.0 |
| 600 | 2026-08-31T00:51:22.251Z | Downloaded untrusted v0.7.1 |
| 601 | 2026-08-31T00:51:22.251Z | Downloaded term v1.2.0 |
| 602 | 2026-08-31T00:51:22.254Z | Downloaded serde_yaml v0.9.34+deprecated |
| 603 | 2026-08-31T00:51:22.254Z | Downloaded waitgroup v0.1.2 |
| 604 | 2026-08-31T00:51:22.257Z | Downloaded wait-timeout v0.2.1 |
| 605 | 2026-08-31T00:51:22.257Z | Downloaded tokio-rustls v0.25.0 |
| 606 | 2026-08-31T00:51:22.259Z | Downloaded want v0.3.1 |
| 607 | 2026-08-31T00:51:22.259Z | Downloaded thiserror v1.0.69 |
| 608 | 2026-08-31T00:51:22.262Z | Downloaded slog v2.8.2 |
| 609 | 2026-08-31T00:51:22.265Z | Downloaded toml v0.8.23 |
| 610 | 2026-08-31T00:51:22.265Z | Downloaded rustls-pki-types v1.12.0 |
| 611 | 2026-08-31T00:51:22.268Z | Downloaded schemars v0.8.22 |
| 612 | 2026-08-31T00:51:22.274Z | Downloaded xattr v1.6.1 |
| 613 | 2026-08-31T00:51:22.278Z | Downloaded socket2 v0.5.10 |
| 614 | 2026-08-31T00:51:22.281Z | Downloaded indexmap v2.14.0 |
| 615 | 2026-08-31T00:51:22.281Z | Downloaded rand v0.9.3 |
| 616 | 2026-08-31T00:51:22.284Z | Downloaded signal-hook v0.4.4 |
| 617 | 2026-08-31T00:51:22.288Z | Downloaded usdt-impl v0.6.0 |
| 618 | 2026-08-31T00:51:22.288Z | Downloaded zerofrom v0.1.6 |
| 619 | 2026-08-31T00:51:22.288Z | Downloaded yoke-derive v0.8.0 |
| 620 | 2026-08-31T00:51:22.290Z | Downloaded schemars v1.2.0 |
| 621 | 2026-08-31T00:51:22.295Z | Downloaded zeroize_derive v1.4.3 |
| 622 | 2026-08-31T00:51:22.298Z | Downloaded zerofrom-derive v0.1.6 |
| 623 | 2026-08-31T00:51:22.298Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 624 | 2026-08-31T00:51:22.301Z | Downloaded itertools v0.12.1 |
| 625 | 2026-08-31T00:51:22.303Z | Downloaded quinn v0.11.9 |
| 626 | 2026-08-31T00:51:22.306Z | Downloaded zone v0.3.1 |
| 627 | 2026-08-31T00:51:22.306Z | Downloaded tokio-stream v0.1.17 |
| 628 | 2026-08-31T00:51:22.309Z | Downloaded hyper v1.10.1 |
| 629 | 2026-08-31T00:51:22.312Z | Downloaded tinyvec v1.10.0 |
| 630 | 2026-08-31T00:51:22.315Z | Downloaded tar v0.4.45 |
| 631 | 2026-08-31T00:51:22.317Z | Downloaded mio v1.2.1 |
| 632 | 2026-08-31T00:51:22.320Z | Downloaded zone_cfg_derive v0.3.1 |
| 633 | 2026-08-31T00:51:22.320Z | Downloaded whoami v1.6.1 |
| 634 | 2026-08-31T00:51:22.324Z | Downloaded usdt-impl v0.5.0 |
| 635 | 2026-08-31T00:51:22.324Z | Downloaded tinystr v0.8.1 |
| 636 | 2026-08-31T00:51:22.327Z | Downloaded walkdir v2.5.0 |
| 637 | 2026-08-31T00:51:22.327Z | Downloaded textwrap v0.16.2 |
| 638 | 2026-08-31T00:51:22.329Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 639 | 2026-08-31T00:51:22.329Z | Downloaded yoke v0.8.0 |
| 640 | 2026-08-31T00:51:22.332Z | Downloaded tracing-attributes v0.1.30 |
| 641 | 2026-08-31T00:51:22.332Z | Downloaded rustls-webpki v0.103.6 |
| 642 | 2026-08-31T00:51:22.335Z | Downloaded itertools v0.14.0 |
| 643 | 2026-08-31T00:51:22.338Z | Downloaded test-strategy v0.4.3 |
| 644 | 2026-08-31T00:51:22.341Z | Downloaded snafu v0.8.9 |
| 645 | 2026-08-31T00:51:22.344Z | Downloaded dropshot-api-manager v0.7.2 |
| 646 | 2026-08-31T00:51:22.347Z | Downloaded aho-corasick v1.1.3 |
| 647 | 2026-08-31T00:51:22.351Z | Downloaded zmij v1.0.17 |
| 648 | 2026-08-31T00:51:22.353Z | Downloaded writeable v0.6.1 |
| 649 | 2026-08-31T00:51:22.353Z | Downloaded zeroize v1.8.1 |
| 650 | 2026-08-31T00:51:22.356Z | Downloaded serde v1.0.228 |
| 651 | 2026-08-31T00:51:22.356Z | Downloaded vergen v8.3.2 |
| 652 | 2026-08-31T00:51:22.359Z | Downloaded tokio-rustls v0.26.4 |
| 653 | 2026-08-31T00:51:22.362Z | Downloaded typify v0.6.2 |
| 654 | 2026-08-31T00:51:22.362Z | Downloaded toml v0.7.8 |
| 655 | 2026-08-31T00:51:22.364Z | Downloaded icu_properties_data v2.0.1 |
| 656 | 2026-08-31T00:51:22.368Z | Downloaded zerovec-derive v0.11.1 |
| 657 | 2026-08-31T00:51:22.371Z | Downloaded ucd-trie v0.1.7 |
| 658 | 2026-08-31T00:51:22.371Z | Downloaded hashbrown v0.15.5 |
| 659 | 2026-08-31T00:51:22.379Z | Downloaded zerocopy-derive v0.7.35 |
| 660 | 2026-08-31T00:51:22.379Z | Downloaded blake3 v1.8.2 |
| 661 | 2026-08-31T00:51:22.383Z | Downloaded vsss-rs v3.3.4 |
| 662 | 2026-08-31T00:51:22.383Z | Downloaded idna v1.1.0 |
| 663 | 2026-08-31T00:51:22.386Z | Downloaded toml_edit v0.22.27 |
| 664 | 2026-08-31T00:51:22.389Z | Downloaded bindgen v0.72.1 |
| 665 | 2026-08-31T00:51:22.392Z | Downloaded tracing-core v0.1.34 |
| 666 | 2026-08-31T00:51:22.395Z | Downloaded thread_local v1.1.9 |
| 667 | 2026-08-31T00:51:22.395Z | Downloaded hashbrown v0.16.1 |
| 668 | 2026-08-31T00:51:22.398Z | Downloaded pest v2.8.2 |
| 669 | 2026-08-31T00:51:22.401Z | Downloaded unicode-ident v1.0.24 |
| 670 | 2026-08-31T00:51:22.404Z | Downloaded typify v0.4.3 |
| 671 | 2026-08-31T00:51:22.406Z | Downloaded iri-string v0.7.8 |
| 672 | 2026-08-31T00:51:22.409Z | Downloaded steno v0.4.1 |
| 673 | 2026-08-31T00:51:22.412Z | Downloaded unsafe-libyaml v0.2.11 |
| 674 | 2026-08-31T00:51:22.415Z | Downloaded clap_builder v4.6.0 |
| 675 | 2026-08-31T00:51:22.417Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 676 | 2026-08-31T00:51:22.420Z | Downloaded nom v7.1.3 |
| 677 | 2026-08-31T00:51:22.423Z | Downloaded iddqd v0.3.18 |
| 678 | 2026-08-31T00:51:22.427Z | Downloaded tracing v0.1.41 |
| 679 | 2026-08-31T00:51:22.430Z | Downloaded hyper-util v0.1.20 |
| 680 | 2026-08-31T00:51:22.433Z | Downloaded prettyplease v0.2.37 |
| 681 | 2026-08-31T00:51:22.436Z | Downloaded ref-cast v1.0.25 |
| 682 | 2026-08-31T00:51:22.438Z | Downloaded iddqd v0.4.5 |
| 683 | 2026-08-31T00:51:22.442Z | Downloaded pin-project-lite v0.2.16 |
| 684 | 2026-08-31T00:51:22.445Z | Downloaded futures-util v0.3.32 |
| 685 | 2026-08-31T00:51:22.452Z | Downloaded url v2.5.7 |
| 686 | 2026-08-31T00:51:22.455Z | Downloaded uuid v1.23.3 |
| 687 | 2026-08-31T00:51:22.458Z | Downloaded reqwest v0.12.23 |
| 688 | 2026-08-31T00:51:22.461Z | Downloaded zerotrie v0.2.2 |
| 689 | 2026-08-31T00:51:22.464Z | Downloaded tower v0.5.2 |
| 690 | 2026-08-31T00:51:22.467Z | Downloaded hashbrown v0.17.1 |
| 691 | 2026-08-31T00:51:22.470Z | Downloaded toml_edit v0.19.15 |
| 692 | 2026-08-31T00:51:22.480Z | Downloaded unicode-segmentation v1.12.0 |
| 693 | 2026-08-31T00:51:22.483Z | Downloaded h2 v0.4.14 |
| 694 | 2026-08-31T00:51:22.486Z | Downloaded pin-project-internal v1.1.10 |
| 695 | 2026-08-31T00:51:22.489Z | Downloaded num-complex v0.4.6 |
| 696 | 2026-08-31T00:51:22.489Z | Downloaded derive-where v1.6.0 |
| 697 | 2026-08-31T00:51:22.491Z | Downloaded chacha20poly1305 v0.10.1 |
| 698 | 2026-08-31T00:51:22.494Z | Downloaded itertools v0.15.0 |
| 699 | 2026-08-31T00:51:22.497Z | Downloaded libm v0.2.15 |
| 700 | 2026-08-31T00:51:22.502Z | Downloaded tokio-util v0.7.16 |
| 701 | 2026-08-31T00:51:22.506Z | Downloaded goblin v0.8.2 |
| 702 | 2026-08-31T00:51:22.510Z | Downloaded zerocopy-derive v0.8.27 |
| 703 | 2026-08-31T00:51:22.513Z | Downloaded serde_json v1.0.150 |
| 704 | 2026-08-31T00:51:22.517Z | Downloaded hkdf v0.12.4 |
| 705 | 2026-08-31T00:51:22.520Z | Downloaded chrono v0.4.45 |
| 706 | 2026-08-31T00:51:22.523Z | Downloaded aws-lc-rs v1.16.2 |
| 707 | 2026-08-31T00:51:22.529Z | Downloaded unicode-normalization v0.1.24 |
| 708 | 2026-08-31T00:51:22.532Z | Downloaded litemap v0.8.0 |
| 709 | 2026-08-31T00:51:22.534Z | Downloaded tower-http v0.6.8 |
| 710 | 2026-08-31T00:51:22.537Z | Downloaded bytes v1.12.0 |
| 711 | 2026-08-31T00:51:22.540Z | Downloaded progenitor-macro v0.14.0 |
| 712 | 2026-08-31T00:51:22.540Z | Downloaded progenitor-client v0.14.0 |
| 713 | 2026-08-31T00:51:22.542Z | Downloaded pretty-hex v0.4.1 |
| 714 | 2026-08-31T00:51:22.542Z | Downloaded proptest v1.8.0 |
| 715 | 2026-08-31T00:51:22.546Z | Downloaded serde_with v3.14.1 |
| 716 | 2026-08-31T00:51:22.553Z | Downloaded reqwest v0.13.2 |
| 717 | 2026-08-31T00:51:22.557Z | Downloaded typenum v1.20.1 |
| 718 | 2026-08-31T00:51:22.560Z | Downloaded typed-path v0.9.3 |
| 719 | 2026-08-31T00:51:22.563Z | Downloaded git2 v0.19.0 |
| 720 | 2026-08-31T00:51:22.567Z | Downloaded num_enum v0.5.11 |
| 721 | 2026-08-31T00:51:22.570Z | Downloaded rayon v1.11.0 |
| 722 | 2026-08-31T00:51:22.575Z | Downloaded iana-time-zone v0.1.64 |
| 723 | 2026-08-31T00:51:22.578Z | Downloaded regex v1.12.4 |
| 724 | 2026-08-31T00:51:22.581Z | Downloaded camino-tempfile v1.4.1 |
| 725 | 2026-08-31T00:51:22.584Z | Downloaded darling v0.21.3 |
| 726 | 2026-08-31T00:51:22.586Z | Downloaded portable-atomic v1.11.1 |
| 727 | 2026-08-31T00:51:22.589Z | Downloaded tabled v0.15.0 |
| 728 | 2026-08-31T00:51:22.598Z | Downloaded zerocopy v0.7.35 |
| 729 | 2026-08-31T00:51:22.607Z | Downloaded tough v0.20.0 |
| 730 | 2026-08-31T00:51:22.612Z | Downloaded curve25519-dalek v4.1.3 |
| 731 | 2026-08-31T00:51:22.617Z | Downloaded crossbeam-deque v0.8.6 |
| 732 | 2026-08-31T00:51:22.620Z | Downloaded crossbeam-epoch v0.9.18 |
| 733 | 2026-08-31T00:51:22.620Z | Downloaded crc32fast v1.5.0 |
| 734 | 2026-08-31T00:51:22.622Z | Downloaded find-msvc-tools v0.1.9 |
| 735 | 2026-08-31T00:51:22.622Z | Downloaded defmt v1.0.1 |
| 736 | 2026-08-31T00:51:22.625Z | Downloaded cexpr v0.6.0 |
| 737 | 2026-08-31T00:51:22.625Z | Downloaded winnow v1.0.3 |
| 738 | 2026-08-31T00:51:22.630Z | Downloaded tabled v0.21.0 |
| 739 | 2026-08-31T00:51:22.640Z | Downloaded zerovec v0.11.4 |
| 740 | 2026-08-31T00:51:22.644Z | Downloaded rustls-webpki v0.102.8 |
| 741 | 2026-08-31T00:51:22.654Z | Downloaded dropshot v0.17.1 |
| 742 | 2026-08-31T00:51:22.667Z | Downloaded bstr v1.12.0 |
| 743 | 2026-08-31T00:51:22.671Z | Downloaded winnow v0.5.40 |
| 744 | 2026-08-31T00:51:22.676Z | Downloaded syn v1.0.109 |
| 745 | 2026-08-31T00:51:22.682Z | Downloaded openssl v0.10.81 |
| 746 | 2026-08-31T00:51:22.688Z | Downloaded base64 v0.22.1 |
| 747 | 2026-08-31T00:51:22.691Z | Downloaded goblin v0.10.1 |
| 748 | 2026-08-31T00:51:22.693Z | Downloaded is_ci v1.2.0 |
| 749 | 2026-08-31T00:51:22.696Z | Downloaded futures v0.3.32 |
| 750 | 2026-08-31T00:51:22.699Z | Downloaded cmake v0.1.54 |
| 751 | 2026-08-31T00:51:22.699Z | Downloaded backoff v0.4.0 |
| 752 | 2026-08-31T00:51:22.702Z | Downloaded idna_adapter v1.2.1 |
| 753 | 2026-08-31T00:51:22.702Z | Downloaded daft v0.1.5 |
| 754 | 2026-08-31T00:51:22.702Z | Downloaded csv-core v0.1.12 |
| 755 | 2026-08-31T00:51:22.702Z | Downloaded atomicwrites v0.4.4 |
| 756 | 2026-08-31T00:51:22.705Z | Downloaded enum-as-inner v0.6.1 |
| 757 | 2026-08-31T00:51:22.705Z | Downloaded zerocopy v0.8.27 |
| 758 | 2026-08-31T00:51:22.716Z | Downloaded quinn-proto v0.11.14 |
| 759 | 2026-08-31T00:51:22.720Z | Downloaded webpki-roots v1.0.2 |
| 760 | 2026-08-31T00:51:22.723Z | Downloaded syn v2.0.118 |
| 761 | 2026-08-31T00:51:22.729Z | Downloaded winnow v0.7.14 |
| 762 | 2026-08-31T00:51:22.735Z | Downloaded openapiv3 v2.2.0 |
| 763 | 2026-08-31T00:51:22.742Z | Downloaded rustls v0.23.40 |
| 764 | 2026-08-31T00:51:22.748Z | Downloaded regex-syntax v0.8.11 |
| 765 | 2026-08-31T00:51:22.753Z | Downloaded regress v0.11.1 |
| 766 | 2026-08-31T00:51:22.758Z | Downloaded time v0.3.47 |
| 767 | 2026-08-31T00:51:22.766Z | Downloaded regress v0.10.5 |
| 768 | 2026-08-31T00:51:22.771Z | Downloaded vcpkg v0.2.15 |
| 769 | 2026-08-31T00:51:22.795Z | Downloaded smoltcp v0.11.0 |
| 770 | 2026-08-31T00:51:22.801Z | Downloaded moka v0.12.11 |
| 771 | 2026-08-31T00:51:22.807Z | Downloaded crossbeam-utils v0.8.21 |
| 772 | 2026-08-31T00:51:22.810Z | Downloaded bitflags v2.11.1 |
| 773 | 2026-08-31T00:51:22.813Z | Downloaded anstyle v1.0.14 |
| 774 | 2026-08-31T00:51:22.813Z | Downloaded critical-section v1.2.0 |
| 775 | 2026-08-31T00:51:22.815Z | Downloaded cipher v0.4.4 |
| 776 | 2026-08-31T00:51:22.815Z | Downloaded cargo_metadata v0.18.1 |
| 777 | 2026-08-31T00:51:22.815Z | Downloaded heck v0.5.0 |
| 778 | 2026-08-31T00:51:22.818Z | Downloaded foreign-types-shared v0.1.1 |
| 779 | 2026-08-31T00:51:22.818Z | Downloaded foreign-types-macros v0.2.3 |
| 780 | 2026-08-31T00:51:22.818Z | Downloaded errno v0.3.14 |
| 781 | 2026-08-31T00:51:22.818Z | Downloaded darling_macro v0.21.3 |
| 782 | 2026-08-31T00:51:22.819Z | Downloaded cfg-if v1.0.4 |
| 783 | 2026-08-31T00:51:22.824Z | Downloaded cargo-platform v0.1.9 |
| 784 | 2026-08-31T00:51:22.824Z | Downloaded anstyle-query v1.1.4 |
| 785 | 2026-08-31T00:51:22.824Z | Downloaded dtrace-parser v0.3.0 |
| 786 | 2026-08-31T00:51:22.824Z | Downloaded defmt v0.3.100 |
| 787 | 2026-08-31T00:51:22.824Z | Downloaded defmt-parser v1.0.0 |
| 788 | 2026-08-31T00:51:22.827Z | Downloaded cstr-argument v0.1.2 |
| 789 | 2026-08-31T00:51:22.827Z | Downloaded crypto-common v0.1.6 |
| 790 | 2026-08-31T00:51:22.827Z | Downloaded convert_case v0.4.0 |
| 791 | 2026-08-31T00:51:22.827Z | Downloaded clap_lex v1.1.0 |
| 792 | 2026-08-31T00:51:22.827Z | Downloaded unicode-width v0.1.14 |
| 793 | 2026-08-31T00:51:22.830Z | Downloaded hickory-proto v0.24.4 |
| 794 | 2026-08-31T00:51:22.837Z | Downloaded unicode-width v0.2.1 |
| 795 | 2026-08-31T00:51:22.842Z | Downloaded typify-impl v0.4.3 |
| 796 | 2026-08-31T00:51:22.851Z | Downloaded rustls v0.22.4 |
| 797 | 2026-08-31T00:51:22.859Z | Downloaded rustix v0.38.44 |
| 798 | 2026-08-31T00:51:22.873Z | Downloaded hickory-proto v0.25.2 |
| 799 | 2026-08-31T00:51:22.882Z | Downloaded dropshot v0.16.7 |
| 800 | 2026-08-31T00:51:22.894Z | Downloaded nix v0.31.3 |
| 801 | 2026-08-31T00:51:22.901Z | Downloaded rustix v1.1.4 |
| 802 | 2026-08-31T00:51:22.915Z | Downloaded nix v0.30.1 |
| 803 | 2026-08-31T00:51:22.922Z | Downloaded ciborium-io v0.2.2 |
| 804 | 2026-08-31T00:51:22.925Z | Downloaded compression-codecs v0.4.32 |
| 805 | 2026-08-31T00:51:22.928Z | Downloaded bytecount v0.6.9 |
| 806 | 2026-08-31T00:51:22.928Z | Downloaded crypto-common v0.2.2 |
| 807 | 2026-08-31T00:51:22.928Z | Downloaded crc8 v0.1.1 |
| 808 | 2026-08-31T00:51:22.928Z | Downloaded atomic-waker v1.1.2 |
| 809 | 2026-08-31T00:51:22.928Z | Downloaded cpufeatures v0.2.17 |
| 810 | 2026-08-31T00:51:22.931Z | Downloaded foreign-types v0.5.0 |
| 811 | 2026-08-31T00:51:22.931Z | Downloaded fnv v1.0.7 |
| 812 | 2026-08-31T00:51:22.931Z | Downloaded equivalent v1.0.2 |
| 813 | 2026-08-31T00:51:22.931Z | Downloaded either v1.15.0 |
| 814 | 2026-08-31T00:51:22.934Z | Downloaded dunce v1.0.5 |
| 815 | 2026-08-31T00:51:22.934Z | Downloaded dof v0.4.0 |
| 816 | 2026-08-31T00:51:22.934Z | Downloaded cfg_aliases v0.2.1 |
| 817 | 2026-08-31T00:51:22.937Z | Downloaded block-buffer v0.12.0 |
| 818 | 2026-08-31T00:51:22.937Z | Downloaded base16ct v0.2.0 |
| 819 | 2026-08-31T00:51:22.937Z | Downloaded async-stream v0.3.6 |
| 820 | 2026-08-31T00:51:22.937Z | Downloaded cobs v0.3.0 |
| 821 | 2026-08-31T00:51:22.939Z | Downloaded displaydoc v0.2.5 |
| 822 | 2026-08-31T00:51:22.939Z | Downloaded jiff v0.2.15 |
| 823 | 2026-08-31T00:51:22.949Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 824 | 2026-08-31T00:51:22.952Z | Downloaded compression-core v0.4.32 |
| 825 | 2026-08-31T00:51:22.952Z | Downloaded elliptic-curve v0.13.8 |
| 826 | 2026-08-31T00:51:22.956Z | Downloaded chrono-tz v0.10.4 |
| 827 | 2026-08-31T00:51:22.965Z | Downloaded typify-impl v0.6.2 |
| 828 | 2026-08-31T00:51:22.972Z | Downloaded digest v0.10.7 |
| 829 | 2026-08-31T00:51:22.975Z | Downloaded bitflags v1.3.2 |
| 830 | 2026-08-31T00:51:22.975Z | Downloaded bcs v0.1.6 |
| 831 | 2026-08-31T00:51:22.978Z | Downloaded base64ct v1.8.0 |
| 832 | 2026-08-31T00:51:22.978Z | Downloaded clap v4.6.1 |
| 833 | 2026-08-31T00:51:22.983Z | Downloaded bit-set v0.8.0 |
| 834 | 2026-08-31T00:51:22.986Z | Downloaded fixedbitset v0.4.2 |
| 835 | 2026-08-31T00:51:22.986Z | Downloaded filetime v0.2.26 |
| 836 | 2026-08-31T00:51:22.986Z | Downloaded embedded-io v0.6.1 |
| 837 | 2026-08-31T00:51:22.986Z | Downloaded cancel-safe-futures v0.1.5 |
| 838 | 2026-08-31T00:51:22.988Z | Downloaded data-encoding v2.9.0 |
| 839 | 2026-08-31T00:51:22.988Z | Downloaded daft-derive v0.1.5 |
| 840 | 2026-08-31T00:51:22.991Z | Downloaded regex-automata v0.4.13 |
| 841 | 2026-08-31T00:51:23.000Z | Downloaded libc v0.2.186 |
| 842 | 2026-08-31T00:51:23.020Z | Downloaded csv v1.4.0 |
| 843 | 2026-08-31T00:51:23.031Z | Downloaded deranged v0.5.3 |
| 844 | 2026-08-31T00:51:23.034Z | Downloaded clap_derive v4.6.1 |
| 845 | 2026-08-31T00:51:23.034Z | Downloaded async-stream-impl v0.3.6 |
| 846 | 2026-08-31T00:51:23.034Z | Downloaded anstyle-parse v1.0.0 |
| 847 | 2026-08-31T00:51:23.037Z | Downloaded adler2 v2.0.1 |
| 848 | 2026-08-31T00:51:23.040Z | Downloaded petgraph v0.6.5 |
| 849 | 2026-08-31T00:51:23.052Z | Downloaded sha3 v0.10.8 |
| 850 | 2026-08-31T00:51:23.076Z | Downloaded petgraph v0.8.2 |
| 851 | 2026-08-31T00:51:23.090Z | Downloaded libz-sys v1.1.22 |
| 852 | 2026-08-31T00:51:23.112Z | Downloaded tokio v1.52.3 |
| 853 | 2026-08-31T00:51:23.158Z | Downloaded ring v0.17.14 |
| 854 | 2026-08-31T00:51:23.183Z | Downloaded encoding_rs v0.8.35 |
| 855 | 2026-08-31T00:51:23.217Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 856 | 2026-08-31T00:51:23.248Z | Downloaded curl-sys v0.4.89+curl-8.20.0 |
| 857 | 2026-08-31T00:51:23.723Z | Downloaded aws-lc-sys v0.39.1 |
| 858 | 2026-08-31T00:51:24.041Z | Compiling proc-macro2 v1.0.106 |
| 859 | 2026-08-31T00:51:24.041Z | Compiling quote v1.0.45 |
| 860 | 2026-08-31T00:51:24.041Z | Compiling unicode-ident v1.0.24 |
| 861 | 2026-08-31T00:51:24.041Z | Compiling serde_core v1.0.228 |
| 862 | 2026-08-31T00:51:24.044Z | Compiling serde v1.0.228 |
| 863 | 2026-08-31T00:51:24.044Z | Compiling libc v0.2.186 |
| 864 | 2026-08-31T00:51:24.044Z | Checking cfg-if v1.0.4 |
| 865 | 2026-08-31T00:51:24.336Z | Compiling zmij v1.0.17 |
| 866 | 2026-08-31T00:51:24.360Z | Compiling autocfg v1.5.0 |
| 867 | 2026-08-31T00:51:24.652Z | Compiling memchr v2.7.5 |
| 868 | 2026-08-31T00:51:24.707Z | Compiling libm v0.2.15 |
| 869 | 2026-08-31T00:51:25.021Z | Compiling getrandom v0.4.2 |
| 870 | 2026-08-31T00:51:25.093Z | Compiling jobserver v0.1.34 |
| 871 | 2026-08-31T00:51:25.141Z | Compiling find-msvc-tools v0.1.9 |
| 872 | 2026-08-31T00:51:25.157Z | Compiling shlex v2.0.1 |
| 873 | 2026-08-31T00:51:25.210Z | Compiling version_check v0.9.5 |
| 874 | 2026-08-31T00:51:25.362Z | Compiling cc v1.2.64 |
| 875 | 2026-08-31T00:51:25.380Z | Compiling thiserror v2.0.18 |
| 876 | 2026-08-31T00:51:25.411Z | Checking smallvec v1.15.1 |
| 877 | 2026-08-31T00:51:25.428Z | Checking itoa v1.0.15 |
| 878 | 2026-08-31T00:51:25.483Z | Compiling syn v2.0.118 |
| 879 | 2026-08-31T00:51:25.529Z | Compiling icu_normalizer_data v2.0.0 |
| 880 | 2026-08-31T00:51:25.586Z | Compiling icu_properties_data v2.0.1 |
| 881 | 2026-08-31T00:51:25.672Z | Compiling parking_lot_core v0.9.12 |
| 882 | 2026-08-31T00:51:25.765Z | Checking stable_deref_trait v1.2.0 |
| 883 | 2026-08-31T00:51:25.828Z | Compiling serde_json v1.0.150 |
| 884 | 2026-08-31T00:51:26.037Z | Compiling heck v0.5.0 |
| 885 | 2026-08-31T00:51:26.076Z | Checking litemap v0.8.0 |
| 886 | 2026-08-31T00:51:26.160Z | Checking writeable v0.6.1 |
| 887 | 2026-08-31T00:51:26.201Z | Compiling num-traits v0.2.19 |
| 888 | 2026-08-31T00:51:26.235Z | Checking percent-encoding v2.3.2 |
| 889 | 2026-08-31T00:51:26.484Z | Checking form_urlencoded v1.2.2 |
| 890 | 2026-08-31T00:51:26.664Z | Checking utf8_iter v1.0.4 |
| 891 | 2026-08-31T00:51:26.694Z | Compiling zerocopy v0.8.27 |
| 892 | 2026-08-31T00:51:26.716Z | Checking pin-project-lite v0.2.16 |
| 893 | 2026-08-31T00:51:26.733Z | Compiling log v0.4.29 |
| 894 | 2026-08-31T00:51:26.800Z | Compiling equivalent v1.0.2 |
| 895 | 2026-08-31T00:51:26.814Z | Compiling semver v1.0.28 |
| 896 | 2026-08-31T00:51:26.829Z | Checking iana-time-zone v0.1.64 |
| 897 | 2026-08-31T00:51:26.888Z | Compiling rustversion v1.0.22 |
| 898 | 2026-08-31T00:51:26.906Z | Checking getrandom v0.2.16 |
| 899 | 2026-08-31T00:51:26.931Z | Checking socket2 v0.6.4 |
| 900 | 2026-08-31T00:51:27.044Z | Checking uuid v1.23.3 |
| 901 | 2026-08-31T00:51:27.102Z | Checking scopeguard v1.2.0 |
| 902 | 2026-08-31T00:51:27.206Z | Checking lock_api v0.4.14 |
| 903 | 2026-08-31T00:51:27.332Z | Checking bitflags v2.11.1 |
| 904 | 2026-08-31T00:51:27.348Z | Checking signal-hook-registry v1.4.6 |
| 905 | 2026-08-31T00:51:27.362Z | Checking mio v1.2.1 |
| 906 | 2026-08-31T00:51:27.407Z | Checking parking_lot v0.12.5 |
| 907 | 2026-08-31T00:51:27.495Z | Compiling schemars v0.8.22 |
| 908 | 2026-08-31T00:51:27.498Z | Checking dyn-clone v1.0.20 |
| 909 | 2026-08-31T00:51:27.622Z | Compiling portable-atomic v1.11.1 |
| 910 | 2026-08-31T00:51:27.652Z | Checking futures-core v0.3.32 |
| 911 | 2026-08-31T00:51:27.758Z | Compiling ring v0.17.14 |
| 912 | 2026-08-31T00:51:27.777Z | Checking critical-section v1.2.0 |
| 913 | 2026-08-31T00:51:27.808Z | Compiling hashbrown v0.17.1 |
| 914 | 2026-08-31T00:51:27.843Z | Compiling httparse v1.10.1 |
| 915 | 2026-08-31T00:51:28.058Z | Compiling regex-syntax v0.8.11 |
| 916 | 2026-08-31T00:51:28.183Z | Checking futures-sink v0.3.32 |
| 917 | 2026-08-31T00:51:28.258Z | Checking subtle v2.6.1 |
| 918 | 2026-08-31T00:51:28.323Z | Compiling indexmap v2.14.0 |
| 919 | 2026-08-31T00:51:28.380Z | Compiling synstructure v0.13.2 |
| 920 | 2026-08-31T00:51:28.410Z | Compiling serde_derive_internals v0.29.1 |
| 921 | 2026-08-31T00:51:28.606Z | Checking once_cell v1.21.3 |
| 922 | 2026-08-31T00:51:28.965Z | Checking slab v0.4.11 |
| 923 | 2026-08-31T00:51:29.026Z | Compiling aho-corasick v1.1.3 |
| 924 | 2026-08-31T00:51:29.127Z | Compiling rustix v1.1.4 |
| 925 | 2026-08-31T00:51:29.168Z | Compiling thiserror v1.0.69 |
| 926 | 2026-08-31T00:51:29.171Z | Checking rand_core v0.6.4 |
| 927 | 2026-08-31T00:51:29.198Z | Checking typenum v1.20.1 |
| 928 | 2026-08-31T00:51:29.648Z | Compiling serde_derive v1.0.228 |
| 929 | 2026-08-31T00:51:29.651Z | Compiling zerofrom-derive v0.1.6 |
| 930 | 2026-08-31T00:51:29.707Z | Compiling yoke-derive v0.8.0 |
| 931 | 2026-08-31T00:51:29.814Z | Compiling zerovec-derive v0.11.1 |
| 932 | 2026-08-31T00:51:29.964Z | Compiling displaydoc v0.2.5 |
| 933 | 2026-08-31T00:51:30.179Z | Compiling thiserror-impl v2.0.18 |
| 934 | 2026-08-31T00:51:30.469Z | Compiling schemars_derive v0.8.22 |
| 935 | 2026-08-31T00:51:30.706Z | Compiling tokio-macros v2.7.0 |
| 936 | 2026-08-31T00:51:30.729Z | Compiling zerocopy-derive v0.8.27 |
| 937 | 2026-08-31T00:51:30.848Z | Checking zerofrom v0.1.6 |
| 938 | 2026-08-31T00:51:30.906Z | Compiling futures-macro v0.3.32 |
| 939 | 2026-08-31T00:51:30.969Z | Checking yoke v0.8.0 |
| 940 | 2026-08-31T00:51:31.141Z | Checking zerovec v0.11.4 |
| 941 | 2026-08-31T00:51:31.400Z | Checking zerotrie v0.2.2 |
| 942 | 2026-08-31T00:51:31.667Z | Compiling zeroize_derive v1.4.3 |
| 943 | 2026-08-31T00:51:31.684Z | Compiling regex-automata v0.4.13 |
| 944 | 2026-08-31T00:51:31.687Z | Compiling thiserror-impl v1.0.69 |
| 945 | 2026-08-31T00:51:31.885Z | Checking tinystr v0.8.1 |
| 946 | 2026-08-31T00:51:31.919Z | Checking potential_utf v0.1.3 |
| 947 | 2026-08-31T00:51:32.048Z | Checking icu_collections v2.0.0 |
| 948 | 2026-08-31T00:51:32.064Z | Checking icu_locale_core v2.0.0 |
| 949 | 2026-08-31T00:51:32.318Z | Checking zeroize v1.8.1 |
| 950 | 2026-08-31T00:51:32.408Z | Checking futures-channel v0.3.32 |
| 951 | 2026-08-31T00:51:32.470Z | Compiling ucd-trie v0.1.7 |
| 952 | 2026-08-31T00:51:32.518Z | Checking icu_provider v2.0.0 |
| 953 | 2026-08-31T00:51:32.597Z | Checking futures-io v0.3.32 |
| 954 | 2026-08-31T00:51:32.704Z | Compiling pest v2.8.2 |
| 955 | 2026-08-31T00:51:32.719Z | Checking futures-task v0.3.32 |
| 956 | 2026-08-31T00:51:32.735Z | Checking bytes v1.12.0 |
| 957 | 2026-08-31T00:51:32.759Z | Checking icu_normalizer v2.0.0 |
| 958 | 2026-08-31T00:51:32.832Z | Checking icu_properties v2.0.1 |
| 959 | 2026-08-31T00:51:32.866Z | Checking chrono v0.4.45 |
| 960 | 2026-08-31T00:51:33.079Z | Compiling serde_tokenstream v0.2.3 |
| 961 | 2026-08-31T00:51:33.189Z | Checking tokio v1.52.3 |
| 962 | 2026-08-31T00:51:33.425Z | Compiling regex v1.12.4 |
| 963 | 2026-08-31T00:51:33.584Z | Checking futures-util v0.3.32 |
| 964 | 2026-08-31T00:51:33.649Z | Checking idna_adapter v1.2.1 |
| 965 | 2026-08-31T00:51:33.712Z | Compiling pkg-config v0.3.32 |
| 966 | 2026-08-31T00:51:33.772Z | Checking idna v1.1.0 |
| 967 | 2026-08-31T00:51:33.821Z | Compiling pest_meta v2.8.2 |
| 968 | 2026-08-31T00:51:33.925Z | Compiling anyhow v1.0.102 |
| 969 | 2026-08-31T00:51:34.011Z | Checking url v2.5.7 |
| 970 | 2026-08-31T00:51:34.161Z | Compiling tracing-attributes v0.1.30 |
| 971 | 2026-08-31T00:51:34.258Z | Checking tracing-core v0.1.34 |
| 972 | 2026-08-31T00:51:34.566Z | Compiling pest_generator v2.8.2 |
| 973 | 2026-08-31T00:51:34.621Z | Compiling generic-array v0.14.7 |
| 974 | 2026-08-31T00:51:34.843Z | Compiling foldhash v0.2.0 |
| 975 | 2026-08-31T00:51:35.044Z | Compiling fnv v1.0.7 |
| 976 | 2026-08-31T00:51:35.065Z | Compiling allocator-api2 v0.2.21 |
| 977 | 2026-08-31T00:51:35.122Z | Compiling vcpkg v0.2.15 |
| 978 | 2026-08-31T00:51:35.184Z | Compiling pest_derive v2.8.2 |
| 979 | 2026-08-31T00:51:35.369Z | Checking tracing v0.1.41 |
| 980 | 2026-08-31T00:51:35.385Z | Compiling hashbrown v0.16.1 |
| 981 | 2026-08-31T00:51:35.458Z | Checking http v1.4.2 |
| 982 | 2026-08-31T00:51:35.547Z | Compiling getrandom v0.3.3 |
| 983 | 2026-08-31T00:51:35.688Z | Compiling byteorder v1.5.0 |
| 984 | 2026-08-31T00:51:35.895Z | Compiling camino v1.2.3 |
| 985 | 2026-08-31T00:51:35.928Z | Checking crypto-common v0.1.6 |
| 986 | 2026-08-31T00:51:35.950Z | Checking errno v0.3.14 |
| 987 | 2026-08-31T00:51:36.013Z | Checking base64 v0.22.1 |
| 988 | 2026-08-31T00:51:36.049Z | Compiling num-conv v0.2.1 |
| 989 | 2026-08-31T00:51:36.068Z | Checking ipnet v2.11.0 |
| 990 | 2026-08-31T00:51:36.200Z | Compiling time-core v0.1.8 |
| 991 | 2026-08-31T00:51:36.242Z | Compiling scroll_derive v0.13.1 |
| 992 | 2026-08-31T00:51:36.263Z | Compiling paste v1.0.15 |
| 993 | 2026-08-31T00:51:36.289Z | Checking http-body v1.0.1 |
| 994 | 2026-08-31T00:51:36.321Z | Checking tokio-util v0.7.16 |
| 995 | 2026-08-31T00:51:36.351Z | Compiling time-macros v0.2.27 |
| 996 | 2026-08-31T00:51:36.417Z | Checking rustls-pki-types v1.12.0 |
| 997 | 2026-08-31T00:51:36.629Z | Checking atomic-waker v1.1.2 |
| 998 | 2026-08-31T00:51:36.857Z | Checking try-lock v0.2.5 |
| 999 | 2026-08-31T00:51:36.959Z | Checking tower-layer v0.3.3 |
| 1000 | 2026-08-31T00:51:36.962Z | Checking tower-service v0.3.3 |
| 1001 | 2026-08-31T00:51:37.068Z | Checking untrusted v0.9.0 |
| 1002 | 2026-08-31T00:51:37.098Z | Checking want v0.3.1 |
| 1003 | 2026-08-31T00:51:37.112Z | Checking h2 v0.4.14 |
| 1004 | 2026-08-31T00:51:37.218Z | Checking ryu v1.0.20 |
| 1005 | 2026-08-31T00:51:37.221Z | Checking httpdate v1.0.3 |
| 1006 | 2026-08-31T00:51:37.249Z | Compiling openssl-sys v0.9.117 |
| 1007 | 2026-08-31T00:51:37.358Z | Compiling async-trait v0.1.89 |
| 1008 | 2026-08-31T00:51:37.376Z | Compiling cmake v0.1.54 |
| 1009 | 2026-08-31T00:51:37.379Z | Checking socket2 v0.5.10 |
| 1010 | 2026-08-31T00:51:37.574Z | Compiling dunce v1.0.5 |
| 1011 | 2026-08-31T00:51:37.612Z | Compiling crossbeam-utils v0.8.21 |
| 1012 | 2026-08-31T00:51:37.672Z | Compiling fs_extra v1.3.0 |
| 1013 | 2026-08-31T00:51:37.733Z | Compiling strsim v0.11.1 |
| 1014 | 2026-08-31T00:51:37.794Z | Checking pretty-hex v0.4.1 |
| 1015 | 2026-08-31T00:51:37.949Z | Compiling aws-lc-sys v0.39.1 |
| 1016 | 2026-08-31T00:51:37.968Z | Compiling scroll v0.13.0 |
| 1017 | 2026-08-31T00:51:38.005Z | Compiling regress v0.10.5 |
| 1018 | 2026-08-31T00:51:38.030Z | Checking block-buffer v0.10.4 |
| 1019 | 2026-08-31T00:51:38.046Z | Checking ppv-lite86 v0.2.21 |
| 1020 | 2026-08-31T00:51:38.182Z | Compiling slog v2.8.2 |
| 1021 | 2026-08-31T00:51:38.221Z | Compiling plain v0.2.3 |
| 1022 | 2026-08-31T00:51:38.325Z | Compiling usdt-impl v0.6.0 |
| 1023 | 2026-08-31T00:51:38.341Z | Compiling goblin v0.10.1 |
| 1024 | 2026-08-31T00:51:38.343Z | Checking digest v0.10.7 |
| 1025 | 2026-08-31T00:51:38.441Z | Checking http-body-util v0.1.3 |
| 1026 | 2026-08-31T00:51:38.540Z | Checking ipnetwork v0.21.1 |
| 1027 | 2026-08-31T00:51:38.583Z | Checking erased-serde v0.3.31 |
| 1028 | 2026-08-31T00:51:38.652Z | Compiling omicron-workspace-hack v0.1.0 |
| 1029 | 2026-08-31T00:51:38.862Z | Compiling ident_case v1.0.1 |
| 1030 | 2026-08-31T00:51:38.964Z | Checking hyper v1.10.1 |
| 1031 | 2026-08-31T00:51:38.984Z | Compiling darling_core v0.21.3 |
| 1032 | 2026-08-31T00:51:39.019Z | Checking serde_urlencoded v0.7.1 |
| 1033 | 2026-08-31T00:51:39.034Z | Compiling dtrace-parser v0.3.0 |
| 1034 | 2026-08-31T00:51:39.194Z | Compiling openapiv3 v2.2.0 |
| 1035 | 2026-08-31T00:51:39.215Z | Compiling daft-derive v0.1.5 |
| 1036 | 2026-08-31T00:51:39.622Z | Compiling typify-impl v0.4.3 |
| 1037 | 2026-08-31T00:51:39.839Z | Checking hyper-util v0.1.20 |
| 1038 | 2026-08-31T00:51:39.922Z | Compiling thread-id v5.0.0 |
| 1039 | 2026-08-31T00:51:40.640Z | Compiling aws-lc-rs v1.16.2 |
| 1040 | 2026-08-31T00:51:41.042Z | Compiling dof v0.4.0 |
| 1041 | 2026-08-31T00:51:41.078Z | Compiling darling_macro v0.21.3 |
| 1042 | 2026-08-31T00:51:41.094Z | Checking encoding_rs v0.8.35 |
| 1043 | 2026-08-31T00:51:41.442Z | Checking mime v0.3.17 |
| 1044 | 2026-08-31T00:51:41.637Z | Compiling darling v0.21.3 |
| 1045 | 2026-08-31T00:51:41.722Z | Checking untrusted v0.7.1 |
| 1046 | 2026-08-31T00:51:41.759Z | Compiling slog-async v2.8.0 |
| 1047 | 2026-08-31T00:51:41.834Z | Checking cpufeatures v0.2.17 |
| 1048 | 2026-08-31T00:51:41.906Z | Checking rand_core v0.9.3 |
| 1049 | 2026-08-31T00:51:41.998Z | Checking oxnet v0.1.6 |
| 1050 | 2026-08-31T00:51:42.085Z | Compiling structmeta-derive v0.3.0 |
| 1051 | 2026-08-31T00:51:42.100Z | Compiling multer v3.1.0 |
| 1052 | 2026-08-31T00:51:42.117Z | Compiling usdt-attr-macro v0.6.0 |
| 1053 | 2026-08-31T00:51:42.252Z | Compiling usdt-macro v0.6.0 |
| 1054 | 2026-08-31T00:51:42.320Z | Compiling rustls v0.23.40 |
| 1055 | 2026-08-31T00:51:42.341Z | Compiling rustls v0.22.4 |
| 1056 | 2026-08-31T00:51:42.468Z | Compiling unsafe-libyaml v0.2.11 |
| 1057 | 2026-08-31T00:51:42.816Z | Compiling async-stream-impl v0.3.6 |
| 1058 | 2026-08-31T00:51:42.953Z | Checking sync_wrapper v1.0.2 |
| 1059 | 2026-08-31T00:51:42.979Z | Compiling typify-macro v0.4.3 |
| 1060 | 2026-08-31T00:51:43.035Z | Compiling serde_yaml v0.9.34+deprecated |
| 1061 | 2026-08-31T00:51:43.103Z | Compiling structmeta v0.3.0 |
| 1062 | 2026-08-31T00:51:43.129Z | Checking foreign-types-shared v0.1.1 |
| 1063 | 2026-08-31T00:51:43.213Z | Checking hex v0.4.3 |
| 1064 | 2026-08-31T00:51:43.415Z | Compiling openssl v0.10.81 |
| 1065 | 2026-08-31T00:51:43.431Z | Checking fastrand v2.3.0 |
| 1066 | 2026-08-31T00:51:43.497Z | Checking foreign-types v0.3.2 |
| 1067 | 2026-08-31T00:51:43.567Z | Checking tower v0.5.2 |
| 1068 | 2026-08-31T00:51:43.599Z | Checking tempfile v3.27.0 |
| 1069 | 2026-08-31T00:51:43.694Z | Checking rand_chacha v0.9.0 |
| 1070 | 2026-08-31T00:51:43.788Z | Checking futures-executor v0.3.32 |
| 1071 | 2026-08-31T00:51:43.859Z | Compiling strum_macros v0.26.4 |
| 1072 | 2026-08-31T00:51:43.875Z | Compiling openssl-macros v0.1.1 |
| 1073 | 2026-08-31T00:51:43.929Z | Checking powerfmt v0.2.0 |
| 1074 | 2026-08-31T00:51:43.945Z | Checking iri-string v0.7.8 |
| 1075 | 2026-08-31T00:51:44.079Z | Checking openssl-probe v0.1.6 |
| 1076 | 2026-08-31T00:51:44.184Z | Compiling native-tls v0.2.14 |
| 1077 | 2026-08-31T00:51:44.238Z | Checking deranged v0.5.3 |
| 1078 | 2026-08-31T00:51:44.449Z | Checking futures v0.3.32 |
| 1079 | 2026-08-31T00:51:44.466Z | Compiling typify v0.4.3 |
| 1080 | 2026-08-31T00:51:44.529Z | Checking rand v0.9.3 |
| 1081 | 2026-08-31T00:51:44.555Z | Compiling newtype-uuid-macros v0.1.0 |
| 1082 | 2026-08-31T00:51:44.951Z | Checking tower-http v0.6.8 |
| 1083 | 2026-08-31T00:51:44.968Z | Checking num_threads v0.1.7 |
| 1084 | 2026-08-31T00:51:45.055Z | Compiling ref-cast v1.0.25 |
| 1085 | 2026-08-31T00:51:45.244Z | Compiling ref-cast-impl v1.0.25 |
| 1086 | 2026-08-31T00:51:45.299Z | Compiling dropshot v0.16.7 |
| 1087 | 2026-08-31T00:51:45.355Z | Checking time v0.3.47 |
| 1088 | 2026-08-31T00:51:45.416Z | Checking memmap2 v0.9.8 |
| 1089 | 2026-08-31T00:51:45.447Z | Checking unicode-width v0.2.1 |
| 1090 | 2026-08-31T00:51:45.584Z | Compiling derive-ex v0.1.8 |
| 1091 | 2026-08-31T00:51:45.694Z | Checking crossbeam-channel v0.5.15 |
| 1092 | 2026-08-31T00:51:45.816Z | Checking webpki-roots v1.0.2 |
| 1093 | 2026-08-31T00:51:45.840Z | Compiling dropshot_endpoint v0.16.7 |
| 1094 | 2026-08-31T00:51:45.936Z | Compiling strum_macros v0.27.2 |
| 1095 | 2026-08-31T00:51:46.016Z | Checking winnow v0.7.14 |
| 1096 | 2026-08-31T00:51:46.445Z | Compiling progenitor-impl v0.11.1 |
| 1097 | 2026-08-31T00:51:46.578Z | Checking tokio-native-tls v0.3.1 |
| 1098 | 2026-08-31T00:51:46.787Z | Checking hyper-tls v0.6.0 |
| 1099 | 2026-08-31T00:51:47.133Z | Compiling test-strategy v0.4.3 |
| 1100 | 2026-08-31T00:51:47.212Z | Checking newtype-uuid v1.3.2 |
| 1101 | 2026-08-31T00:51:47.350Z | Checking thread_local v1.1.9 |
| 1102 | 2026-08-31T00:51:47.394Z | Checking winnow v1.0.3 |
| 1103 | 2026-08-31T00:51:47.470Z | Checking daft v0.1.5 |
| 1104 | 2026-08-31T00:51:47.512Z | Compiling serde_with_macros v3.14.1 |
| 1105 | 2026-08-31T00:51:47.677Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 1106 | 2026-08-31T00:51:47.695Z | Checking serde_spanned v1.1.1 |
| 1107 | 2026-08-31T00:51:47.734Z | Checking is-terminal v0.4.16 |
| 1108 | 2026-08-31T00:51:47.826Z | Checking take_mut v0.2.2 |
| 1109 | 2026-08-31T00:51:47.829Z | Checking debug-ignore v1.0.5 |
| 1110 | 2026-08-31T00:51:47.927Z | Checking term v1.2.0 |
| 1111 | 2026-08-31T00:51:47.943Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 1112 | 2026-08-31T00:51:48.009Z | Checking either v1.15.0 |
| 1113 | 2026-08-31T00:51:48.124Z | Checking match_cfg v0.1.0 |
| 1114 | 2026-08-31T00:51:48.151Z | Checking slog-term v2.9.2 |
| 1115 | 2026-08-31T00:51:48.192Z | Checking hostname v0.3.1 |
| 1116 | 2026-08-31T00:51:48.289Z | Checking slog-json v2.6.1 |
| 1117 | 2026-08-31T00:51:48.404Z | Checking spin v0.9.8 |
| 1118 | 2026-08-31T00:51:48.439Z | Compiling syn v1.0.109 |
| 1119 | 2026-08-31T00:51:48.455Z | Checking slog-bunyan v2.5.0 |
| 1120 | 2026-08-31T00:51:48.534Z | Checking usdt v0.6.0 |
| 1121 | 2026-08-31T00:51:48.560Z | Checking async-stream v0.3.6 |
| 1122 | 2026-08-31T00:51:48.563Z | Compiling progenitor-macro v0.11.1 |
| 1123 | 2026-08-31T00:51:48.591Z | Compiling parse-display-derive v0.10.0 |
| 1124 | 2026-08-31T00:51:48.697Z | Checking rustls-webpki v0.102.8 |
| 1125 | 2026-08-31T00:51:48.716Z | Checking rustls-pemfile v2.2.0 |
| 1126 | 2026-08-31T00:51:48.756Z | Checking waitgroup v0.1.2 |
| 1127 | 2026-08-31T00:51:48.790Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1128 | 2026-08-31T00:51:48.851Z | Checking serde_path_to_error v0.1.20 |
| 1129 | 2026-08-31T00:51:48.854Z | Checking hostname v0.4.2 |
| 1130 | 2026-08-31T00:51:48.964Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1131 | 2026-08-31T00:51:49.109Z | Checking strum v0.26.3 |
| 1132 | 2026-08-31T00:51:49.218Z | Checking rand_chacha v0.3.1 |
| 1133 | 2026-08-31T00:51:49.235Z | Checking macaddr v1.0.1 |
| 1134 | 2026-08-31T00:51:49.268Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1135 | 2026-08-31T00:51:49.407Z | Checking wait-timeout v0.2.1 |
| 1136 | 2026-08-31T00:51:49.409Z | Checking lazy_static v1.5.0 |
| 1137 | 2026-08-31T00:51:49.461Z | Checking bit-vec v0.8.0 |
| 1138 | 2026-08-31T00:51:49.516Z | Checking quick-error v1.2.3 |
| 1139 | 2026-08-31T00:51:49.533Z | Checking toml v0.9.12+spec-1.1.0 |
| 1140 | 2026-08-31T00:51:49.619Z | Checking rusty-fork v0.3.0 |
| 1141 | 2026-08-31T00:51:49.648Z | Checking bit-set v0.8.0 |
| 1142 | 2026-08-31T00:51:49.781Z | Checking rand v0.8.5 |
| 1143 | 2026-08-31T00:51:49.796Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1144 | 2026-08-31T00:51:50.079Z | Checking rand_xorshift v0.4.0 |
| 1145 | 2026-08-31T00:51:50.097Z | Checking sha1 v0.10.6 |
| 1146 | 2026-08-31T00:51:50.197Z | Checking unarray v0.1.4 |
| 1147 | 2026-08-31T00:51:50.276Z | Checking strum v0.27.2 |
| 1148 | 2026-08-31T00:51:50.299Z | Checking proptest v1.8.0 |
| 1149 | 2026-08-31T00:51:50.427Z | Checking tokio-rustls v0.25.0 |
| 1150 | 2026-08-31T00:51:50.442Z | Checking tabwriter v1.4.1 |
| 1151 | 2026-08-31T00:51:50.481Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1152 | 2026-08-31T00:51:50.582Z | Checking colored v3.1.1 |
| 1153 | 2026-08-31T00:51:50.616Z | Checking serde_with v3.14.1 |
| 1154 | 2026-08-31T00:51:51.081Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1155 | 2026-08-31T00:51:51.307Z | Checking instant v0.1.13 |
| 1156 | 2026-08-31T00:51:51.637Z | Checking rustc-hash v2.1.1 |
| 1157 | 2026-08-31T00:51:51.754Z | Checking iddqd v0.3.18 |
| 1158 | 2026-08-31T00:51:51.830Z | Checking backoff v0.4.0 |
| 1159 | 2026-08-31T00:51:51.927Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1160 | 2026-08-31T00:51:51.983Z | Checking parse-display v0.10.0 |
| 1161 | 2026-08-31T00:51:52.002Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1162 | 2026-08-31T00:51:52.112Z | Checking itertools v0.14.0 |
| 1163 | 2026-08-31T00:51:52.128Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1164 | 2026-08-31T00:51:52.577Z | Compiling toml_datetime v0.6.11 |
| 1165 | 2026-08-31T00:51:52.596Z | Compiling clap_derive v4.6.1 |
| 1166 | 2026-08-31T00:51:52.617Z | Checking utf8parse v0.2.2 |
| 1167 | 2026-08-31T00:51:52.719Z | Checking anstyle-parse v1.0.0 |
| 1168 | 2026-08-31T00:51:52.886Z | Checking terminal_size v0.4.3 |
| 1169 | 2026-08-31T00:51:53.062Z | Checking anstyle v1.0.14 |
| 1170 | 2026-08-31T00:51:53.097Z | Checking colorchoice v1.0.4 |
| 1171 | 2026-08-31T00:51:53.174Z | Checking is_terminal_polyfill v1.70.1 |
| 1172 | 2026-08-31T00:51:53.193Z | Checking anstyle-query v1.1.4 |
| 1173 | 2026-08-31T00:51:53.283Z | Checking anstream v1.0.0 |
| 1174 | 2026-08-31T00:51:53.515Z | Checking clap_lex v1.1.0 |
| 1175 | 2026-08-31T00:51:53.684Z | Checking clap_builder v4.6.0 |
| 1176 | 2026-08-31T00:51:54.885Z | Checking clap v4.6.1 |
| 1177 | 2026-08-31T00:51:55.926Z | Compiling num-derive v0.4.2 |
| 1178 | 2026-08-31T00:51:56.421Z | Compiling rustls-webpki v0.103.6 |
| 1179 | 2026-08-31T00:51:57.030Z | Compiling prettyplease v0.2.37 |
| 1180 | 2026-08-31T00:51:58.601Z | Checking crossbeam-epoch v0.9.18 |
| 1181 | 2026-08-31T00:51:58.834Z | Compiling cfg_aliases v0.2.1 |
| 1182 | 2026-08-31T00:51:58.851Z | Compiling winnow v0.5.40 |
| 1183 | 2026-08-31T00:51:59.467Z | Checking serde_spanned v0.6.9 |
| 1184 | 2026-08-31T00:51:59.708Z | Compiling memoffset v0.9.1 |
| 1185 | 2026-08-31T00:51:59.773Z | Compiling rayon-core v1.13.0 |
| 1186 | 2026-08-31T00:51:59.990Z | Compiling tokio-rustls v0.26.4 |
| 1187 | 2026-08-31T00:52:00.174Z | Compiling toml_edit v0.19.15 |
| 1188 | 2026-08-31T00:52:01.291Z | Compiling proc-macro-crate v1.3.1 |
| 1189 | 2026-08-31T00:52:01.541Z | Compiling zerocopy-derive v0.7.35 |
| 1190 | 2026-08-31T00:52:01.898Z | Compiling crc32fast v1.5.0 |
| 1191 | 2026-08-31T00:52:02.238Z | Compiling hyper-rustls v0.27.7 |
| 1192 | 2026-08-31T00:52:02.506Z | Compiling reqwest v0.12.23 |
| 1193 | 2026-08-31T00:52:02.730Z | Checking crossbeam-deque v0.8.6 |
| 1194 | 2026-08-31T00:52:03.140Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1195 | 2026-08-31T00:52:03.156Z | Checking adler2 v2.0.1 |
| 1196 | 2026-08-31T00:52:03.620Z | Compiling progenitor-client v0.11.1 |
| 1197 | 2026-08-31T00:52:04.155Z | Compiling progenitor v0.11.1 |
| 1198 | 2026-08-31T00:52:04.229Z | Checking miniz_oxide v0.8.9 |
| 1199 | 2026-08-31T00:52:05.062Z | Compiling num-integer v0.1.46 |
| 1200 | 2026-08-31T00:52:05.107Z | Compiling proc-macro-error-attr v1.0.4 |
| 1201 | 2026-08-31T00:52:05.305Z | Compiling heck v0.4.1 |
| 1202 | 2026-08-31T00:52:05.345Z | Compiling heapless v0.8.0 |
| 1203 | 2026-08-31T00:52:05.604Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1204 | 2026-08-31T00:52:05.679Z | Checking flate2 v1.1.2 |
| 1205 | 2026-08-31T00:52:05.696Z | Compiling progenitor-client v0.10.0 |
| 1206 | 2026-08-31T00:52:06.072Z | Compiling ingot-macros v0.1.1 |
| 1207 | 2026-08-31T00:52:06.792Z | Checking hash32 v0.3.1 |
| 1208 | 2026-08-31T00:52:06.919Z | Checking hybrid-array v0.4.12 |
| 1209 | 2026-08-31T00:52:07.067Z | Compiling proc-macro-error v1.0.4 |
| 1210 | 2026-08-31T00:52:07.237Z | Checking toml_write v0.1.2 |
| 1211 | 2026-08-31T00:52:07.295Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1212 | 2026-08-31T00:52:07.406Z | Compiling smoltcp v0.11.0 |
| 1213 | 2026-08-31T00:52:07.634Z | Checking toml_edit v0.22.27 |
| 1214 | 2026-08-31T00:52:07.984Z | Checking num-iter v0.1.45 |
| 1215 | 2026-08-31T00:52:08.100Z | Checking num-rational v0.4.2 |
| 1216 | 2026-08-31T00:52:08.369Z | Compiling zerocopy v0.7.35 |
| 1217 | 2026-08-31T00:52:08.406Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1218 | 2026-08-31T00:52:08.674Z | Checking ingot-types v0.1.2 |
| 1219 | 2026-08-31T00:52:08.700Z | Compiling num_enum_derive v0.7.5 |
| 1220 | 2026-08-31T00:52:08.749Z | Compiling hubpack_derive v0.1.1 |
| 1221 | 2026-08-31T00:52:08.912Z | Checking cobs v0.3.0 |
| 1222 | 2026-08-31T00:52:09.012Z | Compiling foreign-types-macros v0.2.3 |
| 1223 | 2026-08-31T00:52:09.042Z | Compiling scroll_derive v0.12.1 |
| 1224 | 2026-08-31T00:52:09.057Z | Compiling num-complex v0.4.6 |
| 1225 | 2026-08-31T00:52:09.246Z | Compiling usdt-impl v0.5.0 |
| 1226 | 2026-08-31T00:52:09.415Z | Compiling crucible-workspace-hack v0.1.0 |
| 1227 | 2026-08-31T00:52:09.431Z | Checking foreign-types-shared v0.3.1 |
| 1228 | 2026-08-31T00:52:09.626Z | Checking managed v0.8.0 |
| 1229 | 2026-08-31T00:52:09.642Z | Checking bitflags v1.3.2 |
| 1230 | 2026-08-31T00:52:09.730Z | Checking scroll v0.12.0 |
| 1231 | 2026-08-31T00:52:09.733Z | Checking num_enum v0.7.5 |
| 1232 | 2026-08-31T00:52:09.733Z | Checking foreign-types v0.5.0 |
| 1233 | 2026-08-31T00:52:09.874Z | Checking num v0.4.3 |
| 1234 | 2026-08-31T00:52:09.965Z | Checking hubpack v0.1.2 |
| 1235 | 2026-08-31T00:52:09.965Z | Checking postcard v1.1.3 |
| 1236 | 2026-08-31T00:52:10.024Z | Checking ingot v0.1.1 |
| 1237 | 2026-08-31T00:52:10.126Z | Compiling dof v0.3.0 |
| 1238 | 2026-08-31T00:52:10.255Z | Checking toml v0.8.23 |
| 1239 | 2026-08-31T00:52:10.670Z | Checking block-buffer v0.12.0 |
| 1240 | 2026-08-31T00:52:10.730Z | Checking crypto-common v0.2.2 |
| 1241 | 2026-08-31T00:52:10.928Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1242 | 2026-08-31T00:52:10.943Z | Compiling dtrace-parser v0.2.0 |
| 1243 | 2026-08-31T00:52:11.260Z | Checking camino-tempfile v1.4.1 |
| 1244 | 2026-08-31T00:52:11.351Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1245 | 2026-08-31T00:52:11.402Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1246 | 2026-08-31T00:52:11.420Z | Checking cstr-argument v0.1.2 |
| 1247 | 2026-08-31T00:52:11.541Z | Compiling thread-id v4.2.2 |
| 1248 | 2026-08-31T00:52:11.556Z | Checking float-ord v0.3.2 |
| 1249 | 2026-08-31T00:52:11.638Z | Compiling minimal-lexical v0.2.1 |
| 1250 | 2026-08-31T00:52:11.654Z | Checking compression-core v0.4.32 |
| 1251 | 2026-08-31T00:52:11.670Z | Checking static_assertions v1.1.0 |
| 1252 | 2026-08-31T00:52:11.729Z | Checking const-oid v0.10.2 |
| 1253 | 2026-08-31T00:52:11.781Z | Checking compression-codecs v0.4.32 |
| 1254 | 2026-08-31T00:52:11.881Z | Compiling nom v7.1.3 |
| 1255 | 2026-08-31T00:52:12.002Z | Checking digest v0.11.3 |
| 1256 | 2026-08-31T00:52:12.006Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1257 | 2026-08-31T00:52:12.012Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1258 | 2026-08-31T00:52:12.049Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1259 | 2026-08-31T00:52:12.217Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1260 | 2026-08-31T00:52:12.243Z | Checking goblin v0.8.2 |
| 1261 | 2026-08-31T00:52:12.360Z | Checking rayon v1.11.0 |
| 1262 | 2026-08-31T00:52:12.717Z | Compiling num_enum_derive v0.5.11 |
| 1263 | 2026-08-31T00:52:12.720Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1264 | 2026-08-31T00:52:12.904Z | Compiling rustc_version v0.4.1 |
| 1265 | 2026-08-31T00:52:13.157Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 1266 | 2026-08-31T00:52:13.176Z | Compiling dropshot v0.17.1 |
| 1267 | 2026-08-31T00:52:13.352Z | Checking cpufeatures v0.3.0 |
| 1268 | 2026-08-31T00:52:13.402Z | Compiling rustix v0.38.44 |
| 1269 | 2026-08-31T00:52:13.429Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1270 | 2026-08-31T00:52:13.463Z | Compiling convert_case v0.4.0 |
| 1271 | 2026-08-31T00:52:13.649Z | Checking tinyvec_macros v0.1.1 |
| 1272 | 2026-08-31T00:52:13.682Z | Checking num_enum v0.5.11 |
| 1273 | 2026-08-31T00:52:13.722Z | Checking tinyvec v1.10.0 |
| 1274 | 2026-08-31T00:52:13.773Z | Compiling derive_more v0.99.20 |
| 1275 | 2026-08-31T00:52:13.803Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1276 | 2026-08-31T00:52:13.846Z | Checking sha1 v0.11.0 |
| 1277 | 2026-08-31T00:52:13.942Z | Checking toml v1.1.2+spec-1.1.0 |
| 1278 | 2026-08-31T00:52:14.034Z | Checking async-compression v0.4.33 |
| 1279 | 2026-08-31T00:52:14.274Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1280 | 2026-08-31T00:52:14.302Z | Compiling nix v0.30.1 |
| 1281 | 2026-08-31T00:52:14.431Z | Checking libscf-sys v1.2.0 |
| 1282 | 2026-08-31T00:52:14.562Z | Compiling libz-sys v1.1.22 |
| 1283 | 2026-08-31T00:52:14.701Z | Compiling dropshot_endpoint v0.17.1 |
| 1284 | 2026-08-31T00:52:14.748Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1285 | 2026-08-31T00:52:14.889Z | Checking bytecount v0.6.9 |
| 1286 | 2026-08-31T00:52:15.067Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1287 | 2026-08-31T00:52:15.283Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1288 | 2026-08-31T00:52:15.480Z | Compiling usdt-attr-macro v0.5.0 |
| 1289 | 2026-08-31T00:52:15.704Z | Compiling usdt-macro v0.5.0 |
| 1290 | 2026-08-31T00:52:15.933Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1291 | 2026-08-31T00:52:15.951Z | Compiling zone_cfg_derive v0.3.1 |
| 1292 | 2026-08-31T00:52:16.136Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1293 | 2026-08-31T00:52:16.201Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1294 | 2026-08-31T00:52:16.290Z | Checking itertools v0.12.1 |
| 1295 | 2026-08-31T00:52:16.308Z | Checking memmap v0.7.0 |
| 1296 | 2026-08-31T00:52:16.367Z | Checking sigpipe v0.1.3 |
| 1297 | 2026-08-31T00:52:16.440Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1298 | 2026-08-31T00:52:16.456Z | Checking glob v0.3.3 |
| 1299 | 2026-08-31T00:52:16.535Z | Checking jiff v0.2.15 |
| 1300 | 2026-08-31T00:52:16.618Z | Checking usdt v0.5.0 |
| 1301 | 2026-08-31T00:52:16.679Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1302 | 2026-08-31T00:52:16.728Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1303 | 2026-08-31T00:52:16.831Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1304 | 2026-08-31T00:52:16.926Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1305 | 2026-08-31T00:52:16.942Z | Checking smf v0.2.3 |
| 1306 | 2026-08-31T00:52:17.029Z | Checking secrecy v0.10.3 |
| 1307 | 2026-08-31T00:52:17.127Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1308 | 2026-08-31T00:52:17.143Z | Checking bstr v1.12.0 |
| 1309 | 2026-08-31T00:52:17.174Z | Checking whoami v1.6.1 |
| 1310 | 2026-08-31T00:52:17.290Z | Checking zone v0.3.1 |
| 1311 | 2026-08-31T00:52:17.341Z | Compiling curve25519-dalek v4.1.3 |
| 1312 | 2026-08-31T00:52:17.475Z | Checking hmac v0.12.1 |
| 1313 | 2026-08-31T00:52:17.491Z | Compiling clang-sys v1.8.1 |
| 1314 | 2026-08-31T00:52:17.608Z | Checking inout v0.1.4 |
| 1315 | 2026-08-31T00:52:17.624Z | Compiling enum-as-inner v0.6.1 |
| 1316 | 2026-08-31T00:52:17.640Z | Checking ff v0.13.1 |
| 1317 | 2026-08-31T00:52:17.655Z | Checking data-encoding v2.9.0 |
| 1318 | 2026-08-31T00:52:17.739Z | Compiling semver v0.1.20 |
| 1319 | 2026-08-31T00:52:17.760Z | Checking group v0.13.0 |
| 1320 | 2026-08-31T00:52:17.869Z | Checking cipher v0.4.4 |
| 1321 | 2026-08-31T00:52:17.917Z | Compiling rustc_version v0.1.7 |
| 1322 | 2026-08-31T00:52:17.964Z | Checking hkdf v0.12.4 |
| 1323 | 2026-08-31T00:52:17.992Z | Checking atomicwrites v0.4.4 |
| 1324 | 2026-08-31T00:52:18.059Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1325 | 2026-08-31T00:52:18.096Z | Checking universal-hash v0.5.1 |
| 1326 | 2026-08-31T00:52:18.112Z | Compiling regress v0.11.1 |
| 1327 | 2026-08-31T00:52:18.127Z | Checking crypto-bigint v0.5.5 |
| 1328 | 2026-08-31T00:52:18.161Z | Checking half v2.7.1 |
| 1329 | 2026-08-31T00:52:18.216Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1330 | 2026-08-31T00:52:18.413Z | Checking indent_write v2.2.0 |
| 1331 | 2026-08-31T00:52:18.543Z | Checking base16ct v0.2.0 |
| 1332 | 2026-08-31T00:52:18.662Z | Checking base64ct v1.8.0 |
| 1333 | 2026-08-31T00:52:18.868Z | Checking opaque-debug v0.3.1 |
| 1334 | 2026-08-31T00:52:18.891Z | Checking ciborium-io v0.2.2 |
| 1335 | 2026-08-31T00:52:18.938Z | Checking poly1305 v0.8.0 |
| 1336 | 2026-08-31T00:52:18.955Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1337 | 2026-08-31T00:52:18.980Z | Checking ciborium-ll v0.2.2 |
| 1338 | 2026-08-31T00:52:19.105Z | Checking thiserror-no-std v2.0.2 |
| 1339 | 2026-08-31T00:52:19.108Z | Checking password-hash v0.5.0 |
| 1340 | 2026-08-31T00:52:19.109Z | Checking elliptic-curve v0.13.8 |
| 1341 | 2026-08-31T00:52:19.169Z | Compiling newtype_derive v0.1.6 |
| 1342 | 2026-08-31T00:52:19.193Z | Checking chacha20 v0.9.1 |
| 1343 | 2026-08-31T00:52:19.357Z | Checking similar v2.7.0 |
| 1344 | 2026-08-31T00:52:19.361Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1345 | 2026-08-31T00:52:19.389Z | Compiling nix v0.31.3 |
| 1346 | 2026-08-31T00:52:19.392Z | Checking blake2 v0.10.6 |
| 1347 | 2026-08-31T00:52:19.613Z | Compiling typify-impl v0.6.2 |
| 1348 | 2026-08-31T00:52:19.616Z | Checking aead v0.5.2 |
| 1349 | 2026-08-31T00:52:19.683Z | Compiling libloading v0.8.9 |
| 1350 | 2026-08-31T00:52:19.765Z | Checking linked-hash-map v0.5.6 |
| 1351 | 2026-08-31T00:52:19.781Z | Checking keccak v0.1.6 |
| 1352 | 2026-08-31T00:52:19.829Z | Checking resolv-conf v0.7.5 |
| 1353 | 2026-08-31T00:52:19.880Z | Compiling bindgen v0.72.1 |
| 1354 | 2026-08-31T00:52:19.937Z | Compiling owo-colors v4.3.0 |
| 1355 | 2026-08-31T00:52:19.937Z | Checking lru-cache v0.1.2 |
| 1356 | 2026-08-31T00:52:20.012Z | Checking sha3 v0.10.8 |
| 1357 | 2026-08-31T00:52:20.058Z | Checking vsss-rs v3.3.4 |
| 1358 | 2026-08-31T00:52:20.231Z | Checking chacha20poly1305 v0.10.1 |
| 1359 | 2026-08-31T00:52:20.338Z | Checking argon2 v0.5.3 |
| 1360 | 2026-08-31T00:52:20.413Z | Checking ciborium v0.2.2 |
| 1361 | 2026-08-31T00:52:20.626Z | Checking hickory-proto v0.24.4 |
| 1362 | 2026-08-31T00:52:20.705Z | Checking tokio-dtrace v0.1.1 |
| 1363 | 2026-08-31T00:52:20.799Z | Checking papergrid v0.18.0 |
| 1364 | 2026-08-31T00:52:20.823Z | Compiling cexpr v0.6.0 |
| 1365 | 2026-08-31T00:52:20.880Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1366 | 2026-08-31T00:52:21.127Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1367 | 2026-08-31T00:52:21.388Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1368 | 2026-08-31T00:52:21.562Z | Checking serde-big-array v0.5.1 |
| 1369 | 2026-08-31T00:52:21.694Z | Compiling serde_repr v0.1.20 |
| 1370 | 2026-08-31T00:52:21.756Z | Compiling derive-where v1.6.0 |
| 1371 | 2026-08-31T00:52:21.957Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1372 | 2026-08-31T00:52:22.123Z | Checking same-file v1.0.6 |
| 1373 | 2026-08-31T00:52:22.163Z | Checking unicode-segmentation v1.12.0 |
| 1374 | 2026-08-31T00:52:22.194Z | Checking siphasher v1.0.1 |
| 1375 | 2026-08-31T00:52:22.242Z | Compiling shlex v1.3.0 |
| 1376 | 2026-08-31T00:52:22.258Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1377 | 2026-08-31T00:52:22.355Z | Checking phf_shared v0.12.1 |
| 1378 | 2026-08-31T00:52:22.494Z | Checking walkdir v2.5.0 |
| 1379 | 2026-08-31T00:52:22.498Z | Checking newline-converter v0.3.0 |
| 1380 | 2026-08-31T00:52:22.662Z | Checking hickory-resolver v0.24.4 |
| 1381 | 2026-08-31T00:52:22.677Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1382 | 2026-08-31T00:52:22.998Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1383 | 2026-08-31T00:52:23.086Z | Compiling typify-macro v0.6.2 |
| 1384 | 2026-08-31T00:52:23.120Z | Checking tabled v0.21.0 |
| 1385 | 2026-08-31T00:52:23.330Z | Checking oxide-tokio-rt v0.1.2 |
| 1386 | 2026-08-31T00:52:23.473Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1387 | 2026-08-31T00:52:24.194Z | Checking itertools v0.15.0 |
| 1388 | 2026-08-31T00:52:24.210Z | Checking console v0.15.11 |
| 1389 | 2026-08-31T00:52:24.234Z | Compiling progenitor-impl v0.10.0 |
| 1390 | 2026-08-31T00:52:24.392Z | Checking tokio-stream v0.1.17 |
| 1391 | 2026-08-31T00:52:24.476Z | Compiling pin-project-internal v1.1.10 |
| 1392 | 2026-08-31T00:52:24.479Z | Compiling slog-dtrace v0.3.0 |
| 1393 | 2026-08-31T00:52:24.581Z | Checking csv-core v0.1.12 |
| 1394 | 2026-08-31T00:52:24.710Z | Checking smawk v0.3.2 |
| 1395 | 2026-08-31T00:52:24.749Z | Compiling chrono-tz v0.10.4 |
| 1396 | 2026-08-31T00:52:24.765Z | Checking swrite v0.1.0 |
| 1397 | 2026-08-31T00:52:24.836Z | Checking unicode-width v0.1.14 |
| 1398 | 2026-08-31T00:52:24.870Z | Checking unicode-linebreak v0.1.5 |
| 1399 | 2026-08-31T00:52:24.962Z | Compiling cancel-safe-futures v0.1.5 |
| 1400 | 2026-08-31T00:52:25.079Z | Compiling unicode-xid v0.2.6 |
| 1401 | 2026-08-31T00:52:25.203Z | Checking foldhash v0.1.5 |
| 1402 | 2026-08-31T00:52:25.239Z | Compiling const_format_proc_macros v0.2.34 |
| 1403 | 2026-08-31T00:52:25.352Z | Checking hashbrown v0.15.5 |
| 1404 | 2026-08-31T00:52:25.549Z | Checking pin-project v1.1.10 |
| 1405 | 2026-08-31T00:52:25.652Z | Checking textwrap v0.16.2 |
| 1406 | 2026-08-31T00:52:25.829Z | Checking csv v1.4.0 |
| 1407 | 2026-08-31T00:52:25.870Z | Checking qorb v0.4.1 |
| 1408 | 2026-08-31T00:52:26.023Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1409 | 2026-08-31T00:52:26.187Z | Checking expectorate v1.2.0 |
| 1410 | 2026-08-31T00:52:26.261Z | Checking phf v0.12.1 |
| 1411 | 2026-08-31T00:52:26.279Z | Compiling progenitor-macro v0.10.0 |
| 1412 | 2026-08-31T00:52:26.318Z | Checking unicode-normalization v0.1.24 |
| 1413 | 2026-08-31T00:52:26.404Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1414 | 2026-08-31T00:52:26.736Z | Compiling snafu-derive v0.8.9 |
| 1415 | 2026-08-31T00:52:27.007Z | Checking libsw-core v0.3.2 |
| 1416 | 2026-08-31T00:52:27.026Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1417 | 2026-08-31T00:52:27.154Z | Compiling async-recursion v1.1.1 |
| 1418 | 2026-08-31T00:52:27.455Z | Compiling cookie v0.18.1 |
| 1419 | 2026-08-31T00:52:27.496Z | Checking highway v1.3.0 |
| 1420 | 2026-08-31T00:52:27.696Z | Checking fixedbitset v0.4.2 |
| 1421 | 2026-08-31T00:52:27.746Z | Compiling moka v0.12.11 |
| 1422 | 2026-08-31T00:52:27.829Z | Checking fixedbitset v0.5.7 |
| 1423 | 2026-08-31T00:52:27.852Z | Checking petgraph v0.6.5 |
| 1424 | 2026-08-31T00:52:28.032Z | Checking petgraph v0.8.2 |
| 1425 | 2026-08-31T00:52:28.049Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1426 | 2026-08-31T00:52:28.453Z | Checking snafu v0.8.9 |
| 1427 | 2026-08-31T00:52:28.686Z | Checking libsw v3.5.0 |
| 1428 | 2026-08-31T00:52:28.857Z | Checking olpc-cjson v0.1.4 |
| 1429 | 2026-08-31T00:52:28.997Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1430 | 2026-08-31T00:52:29.292Z | Checking const_format v0.2.34 |
| 1431 | 2026-08-31T00:52:29.382Z | Checking papergrid v0.11.0 |
| 1432 | 2026-08-31T00:52:29.512Z | Compiling typify v0.6.2 |
| 1433 | 2026-08-31T00:52:29.515Z | Checking globset v0.4.16 |
| 1434 | 2026-08-31T00:52:29.555Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1435 | 2026-08-31T00:52:29.608Z | Checking gethostname v0.5.0 |
| 1436 | 2026-08-31T00:52:29.767Z | Compiling tabled_derive v0.7.0 |
| 1437 | 2026-08-31T00:52:29.806Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1438 | 2026-08-31T00:52:29.970Z | Checking reqwest v0.13.2 |
| 1439 | 2026-08-31T00:52:30.037Z | Checking bcs v0.1.6 |
| 1440 | 2026-08-31T00:52:30.126Z | Checking pem v3.0.5 |
| 1441 | 2026-08-31T00:52:30.266Z | Checking serde_plain v1.0.2 |
| 1442 | 2026-08-31T00:52:30.287Z | Checking termtree v0.5.1 |
| 1443 | 2026-08-31T00:52:30.395Z | Checking progenitor v0.10.0 |
| 1444 | 2026-08-31T00:52:30.412Z | Checking crc8 v0.1.1 |
| 1445 | 2026-08-31T00:52:30.427Z | Checking humantime v2.3.0 |
| 1446 | 2026-08-31T00:52:30.499Z | Checking tagptr v0.2.0 |
| 1447 | 2026-08-31T00:52:30.515Z | Checking linear-map v1.2.0 |
| 1448 | 2026-08-31T00:52:30.531Z | Checking typed-path v0.9.3 |
| 1449 | 2026-08-31T00:52:30.599Z | Compiling signal-hook v0.4.4 |
| 1450 | 2026-08-31T00:52:30.679Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1451 | 2026-08-31T00:52:30.683Z | Checking tabled v0.15.0 |
| 1452 | 2026-08-31T00:52:30.838Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1453 | 2026-08-31T00:52:31.234Z | Compiling progenitor-impl v0.14.0 |
| 1454 | 2026-08-31T00:52:31.268Z | Checking tough v0.20.0 |
| 1455 | 2026-08-31T00:52:31.907Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1456 | 2026-08-31T00:52:31.942Z | Checking steno v0.4.1 |
| 1457 | 2026-08-31T00:52:32.299Z | Checking hickory-proto v0.25.2 |
| 1458 | 2026-08-31T00:52:32.909Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 1459 | 2026-08-31T00:52:32.946Z | Compiling cargo-platform v0.1.9 |
| 1460 | 2026-08-31T00:52:33.187Z | Compiling vergen v8.3.2 |
| 1461 | 2026-08-31T00:52:33.204Z | Compiling fs-err v3.1.2 |
| 1462 | 2026-08-31T00:52:33.327Z | Compiling progenitor-macro v0.14.0 |
| 1463 | 2026-08-31T00:52:33.343Z | Compiling cargo_metadata v0.18.1 |
| 1464 | 2026-08-31T00:52:33.546Z | Checking progenitor-client v0.14.0 |
| 1465 | 2026-08-31T00:52:33.612Z | Checking dropshot-api-manager-types v0.7.2 |
| 1466 | 2026-08-31T00:52:33.764Z | Checking sha2 v0.10.9 |
| 1467 | 2026-08-31T00:52:33.779Z | Compiling blake3 v1.8.2 |
| 1468 | 2026-08-31T00:52:33.853Z | Checking hickory-resolver v0.25.2 |
| 1469 | 2026-08-31T00:52:34.009Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1470 | 2026-08-31T00:52:34.210Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1471 | 2026-08-31T00:52:34.422Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1472 | 2026-08-31T00:52:34.750Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1473 | 2026-08-31T00:52:35.162Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1474 | 2026-08-31T00:52:35.474Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1475 | 2026-08-31T00:52:35.601Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1476 | 2026-08-31T00:52:35.827Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1477 | 2026-08-31T00:52:36.080Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1478 | 2026-08-31T00:52:36.294Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1479 | 2026-08-31T00:52:36.311Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1480 | 2026-08-31T00:52:36.477Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1481 | 2026-08-31T00:52:36.886Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1482 | 2026-08-31T00:52:37.060Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1483 | 2026-08-31T00:52:37.313Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1484 | 2026-08-31T00:52:37.375Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1485 | 2026-08-31T00:52:37.468Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1486 | 2026-08-31T00:52:37.485Z | Checking progenitor v0.14.0 |
| 1487 | 2026-08-31T00:52:37.721Z | Checking git-stub v1.0.0 |
| 1488 | 2026-08-31T00:52:37.876Z | Compiling strum_macros v0.28.0 |
| 1489 | 2026-08-31T00:52:38.055Z | Checking filetime v0.2.26 |
| 1490 | 2026-08-31T00:52:38.101Z | Compiling curl v0.4.50 |
| 1491 | 2026-08-31T00:52:38.190Z | Checking is_ci v1.2.0 |
| 1492 | 2026-08-31T00:52:38.294Z | Checking constant_time_eq v0.3.1 |
| 1493 | 2026-08-31T00:52:38.350Z | Checking arrayvec v0.7.6 |
| 1494 | 2026-08-31T00:52:38.389Z | Checking arrayref v0.3.9 |
| 1495 | 2026-08-31T00:52:38.467Z | Checking xattr v1.6.1 |
| 1496 | 2026-08-31T00:52:38.531Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1497 | 2026-08-31T00:52:38.603Z | Checking tar v0.4.45 |
| 1498 | 2026-08-31T00:52:38.791Z | Checking supports-color v3.0.2 |
| 1499 | 2026-08-31T00:52:38.917Z | Checking git-stub-vcs v0.1.0 |
| 1500 | 2026-08-31T00:52:39.099Z | Checking toml v0.7.8 |
| 1501 | 2026-08-31T00:52:39.287Z | Checking drift v0.2.0 |
| 1502 | 2026-08-31T00:52:39.400Z | Checking kstat-rs v0.2.4 |
| 1503 | 2026-08-31T00:52:39.574Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1504 | 2026-08-31T00:52:39.591Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1505 | 2026-08-31T00:52:39.594Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1506 | 2026-08-31T00:52:39.634Z | Checking strum v0.28.0 |
| 1507 | 2026-08-31T00:52:39.747Z | Checking topological-sort v0.2.2 |
| 1508 | 2026-08-31T00:52:39.795Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1509 | 2026-08-31T00:52:39.883Z | Checking omicron-zone-package v0.12.2 |
| 1510 | 2026-08-31T00:52:39.991Z | Checking dropshot-api-manager v0.7.2 |
| 1511 | 2026-08-31T00:52:40.147Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1512 | 2026-08-31T00:52:40.499Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1513 | 2026-08-31T00:52:40.548Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1514 | 2026-08-31T00:52:40.714Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1515 | 2026-08-31T00:52:41.431Z | Checking signal-hook-tokio v0.4.0 |
| 1516 | 2026-08-31T00:52:41.560Z | Checking scuffle v0.1.0 |
| 1517 | 2026-08-31T00:52:41.781Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1518 | 2026-08-31T00:52:41.938Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1519 | 2026-08-31T00:52:42.044Z | Checking iddqd v0.4.5 |
| 1520 | 2026-08-31T00:52:42.149Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1521 | 2026-08-31T00:52:42.346Z | Checking internet-checksum v0.2.1 |
| 1522 | 2026-08-31T00:52:42.467Z | Checking search_path v0.1.4 |
| 1523 | 2026-08-31T00:52:42.605Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1524 | 2026-08-31T00:52:42.670Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1525 | 2026-08-31T00:52:42.687Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1526 | 2026-08-31T00:52:42.723Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1527 | 2026-08-31T00:52:42.891Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1528 | 2026-08-31T00:52:43.034Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1529 | 2026-08-31T00:52:43.584Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1530 | 2026-08-31T00:52:45.116Z | Compiling git2 v0.19.0 |
| 1531 | 2026-08-31T00:52:47.391Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1532 | 2026-08-31T00:52:48.425Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1533 | 2026-08-31T00:52:54.604Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1534 | 2026-08-31T00:52:55.865Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1535 | 2026-08-31T00:53:00.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s |
| 1536 | 2026-08-31T00:53:01.106Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1537 | 2026-08-31T00:53:01.106Z | + cargo clippy --features tofino_asic -- --deny warnings |
| 1538 | 2026-08-31T00:53:01.602Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 1539 | 2026-08-31T00:53:01.605Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1540 | 2026-08-31T00:53:01.681Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1541 | 2026-08-31T00:53:01.684Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1542 | 2026-08-31T00:53:08.940Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1543 | 2026-08-31T00:53:08.943Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1544 | 2026-08-31T00:53:11.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.43s |
| 1545 | 2026-08-31T00:53:11.720Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1546 | 2026-08-31T00:53:11.720Z | + cargo clippy --features softnpu -- --deny warnings |
| 1547 | 2026-08-31T00:53:12.024Z | Downloading crates ... |
| 1548 | 2026-08-31T00:53:12.156Z | Downloaded radium v0.7.0 |
| 1549 | 2026-08-31T00:53:12.159Z | Downloaded funty v2.0.0 |
| 1550 | 2026-08-31T00:53:12.164Z | Downloaded tap v1.0.1 |
| 1551 | 2026-08-31T00:53:12.171Z | Downloaded typeid v1.0.3 |
| 1552 | 2026-08-31T00:53:12.174Z | Downloaded serde_arrays v0.1.0 |
| 1553 | 2026-08-31T00:53:12.174Z | Downloaded libloading v0.7.4 |
| 1554 | 2026-08-31T00:53:12.177Z | Downloaded bitstruct_derive v0.1.0 |
| 1555 | 2026-08-31T00:53:12.177Z | Downloaded bitstruct v0.1.1 |
| 1556 | 2026-08-31T00:53:12.180Z | Downloaded erased-serde v0.4.8 |
| 1557 | 2026-08-31T00:53:12.180Z | Downloaded wyz v0.5.1 |
| 1558 | 2026-08-31T00:53:12.184Z | Downloaded num-bigint v0.4.6 |
| 1559 | 2026-08-31T00:53:12.184Z | Downloaded ascii v1.1.0 |
| 1560 | 2026-08-31T00:53:12.192Z | Downloaded bitvec v1.0.1 |
| 1561 | 2026-08-31T00:53:12.317Z | Checking num-integer v0.1.46 |
| 1562 | 2026-08-31T00:53:12.394Z | Checking num-complex v0.4.6 |
| 1563 | 2026-08-31T00:53:12.406Z | Compiling radium v0.7.0 |
| 1564 | 2026-08-31T00:53:12.413Z | Checking tap v1.0.1 |
| 1565 | 2026-08-31T00:53:12.419Z | Checking funty v2.0.0 |
| 1566 | 2026-08-31T00:53:12.425Z | Compiling typeid v1.0.3 |
| 1567 | 2026-08-31T00:53:12.428Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1568 | 2026-08-31T00:53:12.438Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1569 | 2026-08-31T00:53:12.496Z | Checking wyz v0.5.1 |
| 1570 | 2026-08-31T00:53:12.590Z | Checking num-bigint v0.4.6 |
| 1571 | 2026-08-31T00:53:12.590Z | Checking num-iter v0.1.45 |
| 1572 | 2026-08-31T00:53:12.646Z | Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1573 | 2026-08-31T00:53:12.659Z | Compiling erased-serde v0.4.8 |
| 1574 | 2026-08-31T00:53:12.708Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1575 | 2026-08-31T00:53:12.711Z | Compiling bitstruct_derive v0.1.0 |
| 1576 | 2026-08-31T00:53:12.743Z | Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1577 | 2026-08-31T00:53:12.788Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1578 | 2026-08-31T00:53:12.817Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1579 | 2026-08-31T00:53:12.833Z | Checking bitvec v1.0.1 |
| 1580 | 2026-08-31T00:53:12.844Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1581 | 2026-08-31T00:53:12.847Z | Checking ascii v1.1.0 |
| 1582 | 2026-08-31T00:53:12.909Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1583 | 2026-08-31T00:53:12.936Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1584 | 2026-08-31T00:53:13.009Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1585 | 2026-08-31T00:53:13.027Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1586 | 2026-08-31T00:53:13.049Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1587 | 2026-08-31T00:53:13.061Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1588 | 2026-08-31T00:53:13.297Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1589 | 2026-08-31T00:53:13.315Z | Checking serde_arrays v0.1.0 |
| 1590 | 2026-08-31T00:53:13.324Z | Checking bitstruct v0.1.1 |
| 1591 | 2026-08-31T00:53:13.398Z | Checking libloading v0.7.4 |
| 1592 | 2026-08-31T00:53:13.401Z | Checking num-rational v0.4.2 |
| 1593 | 2026-08-31T00:53:13.416Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1594 | 2026-08-31T00:53:13.658Z | Checking num v0.4.3 |
| 1595 | 2026-08-31T00:53:13.724Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1596 | 2026-08-31T00:53:14.235Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 1597 | 2026-08-31T00:53:14.515Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 1598 | 2026-08-31T00:53:14.518Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 1599 | 2026-08-31T00:53:14.704Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1600 | 2026-08-31T00:53:14.916Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1601 | 2026-08-31T00:53:14.916Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1602 | 2026-08-31T00:53:15.374Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1603 | 2026-08-31T00:53:15.587Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1604 | 2026-08-31T00:53:15.590Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1605 | 2026-08-31T00:53:15.591Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1606 | 2026-08-31T00:53:15.591Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1607 | 2026-08-31T00:53:16.380Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1608 | 2026-08-31T00:53:17.181Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1609 | 2026-08-31T00:53:21.269Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1610 | 2026-08-31T00:53:21.386Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1611 | 2026-08-31T00:53:27.696Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1612 | 2026-08-31T00:53:28.968Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1613 | 2026-08-31T00:53:29.490Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1614 | 2026-08-31T00:53:33.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.11s |
| 1615 | 2026-08-31T00:53:34.021Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1616 | 2026-08-31T00:53:34.022Z | + cargo clippy --features chaos -- --deny warnings |
| 1617 | 2026-08-31T00:53:34.506Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1618 | 2026-08-31T00:53:34.510Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1619 | 2026-08-31T00:53:34.510Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1620 | 2026-08-31T00:53:41.757Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1621 | 2026-08-31T00:53:41.757Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1622 | 2026-08-31T00:53:44.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.29s |
| 1623 | 2026-08-31T00:53:44.510Z | + banner fmt |
| 1624 | 2026-08-31T00:53:44.513Z | |
| 1625 | 2026-08-31T00:53:44.513Z | ###### # # ##### |
| 1626 | 2026-08-31T00:53:44.513Z | # ## ## # |
| 1627 | 2026-08-31T00:53:44.513Z | ##### # ## # # |
| 1628 | 2026-08-31T00:53:44.513Z | # # # # |
| 1629 | 2026-08-31T00:53:44.513Z | # # # # |
| 1630 | 2026-08-31T00:53:44.513Z | # # # # |
| 1631 | 2026-08-31T00:53:44.513Z | |
| 1632 | 2026-08-31T00:53:44.513Z | + cargo fmt -- --check |
| 1633 | 2026-08-31T00:53:44.968Z | + banner test |
| 1634 | 2026-08-31T00:53:44.971Z | |
| 1635 | 2026-08-31T00:53:44.971Z | ##### ###### #### ##### |
| 1636 | 2026-08-31T00:53:44.971Z | # # # # |
| 1637 | 2026-08-31T00:53:44.971Z | # ##### #### # |
| 1638 | 2026-08-31T00:53:44.971Z | # # # # |
| 1639 | 2026-08-31T00:53:44.971Z | # # # # # |
| 1640 | 2026-08-31T00:53:44.971Z | # ###### #### # |
| 1641 | 2026-08-31T00:53:44.971Z | |
| 1642 | 2026-08-31T00:53:44.971Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1643 | 2026-08-31T00:53:44.971Z | + RUST_BACKTRACE=full |
| 1644 | 2026-08-31T00:53:44.971Z | + cargo test --features tofino_stub --no-fail-fast |
| 1645 | 2026-08-31T00:53:45.817Z | Compiling unicode-ident v1.0.24 |
| 1646 | 2026-08-31T00:53:45.817Z | Compiling cfg-if v1.0.4 |
| 1647 | 2026-08-31T00:53:45.820Z | Compiling memchr v2.7.5 |
| 1648 | 2026-08-31T00:53:45.820Z | Compiling serde_core v1.0.228 |
| 1649 | 2026-08-31T00:53:45.938Z | Compiling itoa v1.0.15 |
| 1650 | 2026-08-31T00:53:45.944Z | Compiling libc v0.2.186 |
| 1651 | 2026-08-31T00:53:45.955Z | Compiling zmij v1.0.17 |
| 1652 | 2026-08-31T00:53:45.979Z | Compiling libm v0.2.15 |
| 1653 | 2026-08-31T00:53:46.030Z | Compiling proc-macro2 v1.0.106 |
| 1654 | 2026-08-31T00:53:46.056Z | Compiling equivalent v1.0.2 |
| 1655 | 2026-08-31T00:53:46.145Z | Compiling log v0.4.29 |
| 1656 | 2026-08-31T00:53:46.217Z | Compiling heck v0.5.0 |
| 1657 | 2026-08-31T00:53:46.435Z | Compiling quote v1.0.45 |
| 1658 | 2026-08-31T00:53:46.477Z | Compiling iana-time-zone v0.1.64 |
| 1659 | 2026-08-31T00:53:46.480Z | Compiling smallvec v1.15.1 |
| 1660 | 2026-08-31T00:53:46.662Z | Compiling syn v2.0.118 |
| 1661 | 2026-08-31T00:53:46.709Z | Compiling dyn-clone v1.0.20 |
| 1662 | 2026-08-31T00:53:46.722Z | Compiling hashbrown v0.17.1 |
| 1663 | 2026-08-31T00:53:46.736Z | Compiling fnv v1.0.7 |
| 1664 | 2026-08-31T00:53:46.772Z | Compiling stable_deref_trait v1.2.0 |
| 1665 | 2026-08-31T00:53:46.834Z | Compiling regex-syntax v0.8.11 |
| 1666 | 2026-08-31T00:53:46.851Z | Compiling pin-project-lite v0.2.16 |
| 1667 | 2026-08-31T00:53:46.854Z | Compiling percent-encoding v2.3.2 |
| 1668 | 2026-08-31T00:53:46.951Z | Compiling litemap v0.8.0 |
| 1669 | 2026-08-31T00:53:47.067Z | Compiling writeable v0.6.1 |
| 1670 | 2026-08-31T00:53:47.108Z | Compiling num-traits v0.2.19 |
| 1671 | 2026-08-31T00:53:47.171Z | Compiling icu_properties_data v2.0.1 |
| 1672 | 2026-08-31T00:53:47.284Z | Compiling icu_normalizer_data v2.0.0 |
| 1673 | 2026-08-31T00:53:47.304Z | Compiling form_urlencoded v1.2.2 |
| 1674 | 2026-08-31T00:53:47.362Z | Compiling utf8_iter v1.0.4 |
| 1675 | 2026-08-31T00:53:47.375Z | Compiling getrandom v0.4.2 |
| 1676 | 2026-08-31T00:53:47.485Z | Compiling aho-corasick v1.1.3 |
| 1677 | 2026-08-31T00:53:47.512Z | Compiling ucd-trie v0.1.7 |
| 1678 | 2026-08-31T00:53:47.524Z | Compiling scopeguard v1.2.0 |
| 1679 | 2026-08-31T00:53:47.632Z | Compiling semver v1.0.28 |
| 1680 | 2026-08-31T00:53:47.715Z | Compiling serde_json v1.0.150 |
| 1681 | 2026-08-31T00:53:47.743Z | Compiling indexmap v2.14.0 |
| 1682 | 2026-08-31T00:53:47.804Z | Compiling byteorder v1.5.0 |
| 1683 | 2026-08-31T00:53:47.976Z | Compiling lock_api v0.4.14 |
| 1684 | 2026-08-31T00:53:48.025Z | Compiling uuid v1.23.3 |
| 1685 | 2026-08-31T00:53:48.119Z | Compiling allocator-api2 v0.2.21 |
| 1686 | 2026-08-31T00:53:48.202Z | Compiling foldhash v0.2.0 |
| 1687 | 2026-08-31T00:53:48.356Z | Compiling regex-automata v0.4.13 |
| 1688 | 2026-08-31T00:53:48.426Z | Compiling futures-core v0.3.32 |
| 1689 | 2026-08-31T00:53:48.438Z | Compiling hashbrown v0.16.1 |
| 1690 | 2026-08-31T00:53:48.578Z | Compiling ryu v1.0.20 |
| 1691 | 2026-08-31T00:53:48.769Z | Compiling pretty-hex v0.4.1 |
| 1692 | 2026-08-31T00:53:48.895Z | Compiling strsim v0.11.1 |
| 1693 | 2026-08-31T00:53:48.908Z | Compiling time-core v0.1.8 |
| 1694 | 2026-08-31T00:53:49.013Z | Compiling num-conv v0.2.1 |
| 1695 | 2026-08-31T00:53:49.059Z | Compiling futures-sink v0.3.32 |
| 1696 | 2026-08-31T00:53:49.088Z | Compiling plain v0.2.3 |
| 1697 | 2026-08-31T00:53:49.164Z | Compiling time-macros v0.2.27 |
| 1698 | 2026-08-31T00:53:49.176Z | Compiling slab v0.4.11 |
| 1699 | 2026-08-31T00:53:49.289Z | Compiling futures-channel v0.3.32 |
| 1700 | 2026-08-31T00:53:49.497Z | Compiling synstructure v0.13.2 |
| 1701 | 2026-08-31T00:53:49.501Z | Compiling serde_derive_internals v0.29.1 |
| 1702 | 2026-08-31T00:53:49.521Z | Compiling futures-io v0.3.32 |
| 1703 | 2026-08-31T00:53:49.680Z | Compiling futures-task v0.3.32 |
| 1704 | 2026-08-31T00:53:49.817Z | Compiling regress v0.10.5 |
| 1705 | 2026-08-31T00:53:49.847Z | Compiling darling_core v0.21.3 |
| 1706 | 2026-08-31T00:53:49.987Z | Compiling thread-id v5.0.0 |
| 1707 | 2026-08-31T00:53:50.074Z | Compiling regex v1.12.4 |
| 1708 | 2026-08-31T00:53:50.087Z | Compiling getrandom v0.2.16 |
| 1709 | 2026-08-31T00:53:50.146Z | Compiling socket2 v0.6.4 |
| 1710 | 2026-08-31T00:53:50.270Z | Compiling parking_lot_core v0.9.12 |
| 1711 | 2026-08-31T00:53:50.530Z | Compiling parking_lot v0.12.5 |
| 1712 | 2026-08-31T00:53:50.563Z | Compiling bitflags v2.11.1 |
| 1713 | 2026-08-31T00:53:50.584Z | Compiling signal-hook-registry v1.4.6 |
| 1714 | 2026-08-31T00:53:50.633Z | Compiling serde_derive v1.0.228 |
| 1715 | 2026-08-31T00:53:50.657Z | Compiling zerofrom-derive v0.1.6 |
| 1716 | 2026-08-31T00:53:50.806Z | Compiling yoke-derive v0.8.0 |
| 1717 | 2026-08-31T00:53:50.918Z | Compiling zerovec-derive v0.11.1 |
| 1718 | 2026-08-31T00:53:50.934Z | Compiling displaydoc v0.2.5 |
| 1719 | 2026-08-31T00:53:50.971Z | Compiling thiserror-impl v2.0.18 |
| 1720 | 2026-08-31T00:53:51.739Z | Compiling schemars_derive v0.8.22 |
| 1721 | 2026-08-31T00:53:51.870Z | Compiling tokio-macros v2.7.0 |
| 1722 | 2026-08-31T00:53:51.888Z | Compiling zeroize_derive v1.4.3 |
| 1723 | 2026-08-31T00:53:51.958Z | Compiling zerocopy-derive v0.8.27 |
| 1724 | 2026-08-31T00:53:52.030Z | Compiling futures-macro v0.3.32 |
| 1725 | 2026-08-31T00:53:52.266Z | Compiling thiserror v2.0.18 |
| 1726 | 2026-08-31T00:53:52.377Z | Compiling zerofrom v0.1.6 |
| 1727 | 2026-08-31T00:53:52.513Z | Compiling yoke v0.8.0 |
| 1728 | 2026-08-31T00:53:52.589Z | Compiling tracing-attributes v0.1.30 |
| 1729 | 2026-08-31T00:53:52.633Z | Compiling thiserror-impl v1.0.69 |
| 1730 | 2026-08-31T00:53:52.710Z | Compiling zerovec v0.11.4 |
| 1731 | 2026-08-31T00:53:52.885Z | Compiling zerotrie v0.2.2 |
| 1732 | 2026-08-31T00:53:52.976Z | Compiling pest v2.8.2 |
| 1733 | 2026-08-31T00:53:53.194Z | Compiling scroll_derive v0.13.1 |
| 1734 | 2026-08-31T00:53:53.217Z | Compiling zerocopy v0.8.27 |
| 1735 | 2026-08-31T00:53:53.370Z | Compiling serde v1.0.228 |
| 1736 | 2026-08-31T00:53:53.701Z | Compiling tinystr v0.8.1 |
| 1737 | 2026-08-31T00:53:53.816Z | Compiling bytes v1.12.0 |
| 1738 | 2026-08-31T00:53:53.830Z | Compiling serde_tokenstream v0.2.3 |
| 1739 | 2026-08-31T00:53:53.885Z | Compiling icu_locale_core v2.0.0 |
| 1740 | 2026-08-31T00:53:53.904Z | Compiling potential_utf v0.1.3 |
| 1741 | 2026-08-31T00:53:54.034Z | Compiling icu_collections v2.0.0 |
| 1742 | 2026-08-31T00:53:54.054Z | Compiling chrono v0.4.45 |
| 1743 | 2026-08-31T00:53:54.072Z | Compiling pest_meta v2.8.2 |
| 1744 | 2026-08-31T00:53:54.105Z | Compiling async-trait v0.1.89 |
| 1745 | 2026-08-31T00:53:54.265Z | Compiling http v1.4.2 |
| 1746 | 2026-08-31T00:53:54.448Z | Compiling icu_provider v2.0.0 |
| 1747 | 2026-08-31T00:53:54.541Z | Compiling scroll v0.13.0 |
| 1748 | 2026-08-31T00:53:54.671Z | Compiling pest_generator v2.8.2 |
| 1749 | 2026-08-31T00:53:54.734Z | Compiling icu_properties v2.0.1 |
| 1750 | 2026-08-31T00:53:54.759Z | Compiling icu_normalizer v2.0.0 |
| 1751 | 2026-08-31T00:53:54.800Z | Compiling goblin v0.10.1 |
| 1752 | 2026-08-31T00:53:55.093Z | Compiling schemars v0.8.22 |
| 1753 | 2026-08-31T00:53:55.234Z | Compiling daft-derive v0.1.5 |
| 1754 | 2026-08-31T00:53:55.365Z | Compiling pest_derive v2.8.2 |
| 1755 | 2026-08-31T00:53:55.377Z | Compiling darling_macro v0.21.3 |
| 1756 | 2026-08-31T00:53:55.557Z | Compiling openssl-macros v0.1.1 |
| 1757 | 2026-08-31T00:53:55.910Z | Compiling idna_adapter v1.2.1 |
| 1758 | 2026-08-31T00:53:55.913Z | Compiling typify-impl v0.4.3 |
| 1759 | 2026-08-31T00:53:55.934Z | Compiling dtrace-parser v0.3.0 |
| 1760 | 2026-08-31T00:53:55.964Z | Compiling darling v0.21.3 |
| 1761 | 2026-08-31T00:53:56.043Z | Compiling idna v1.1.0 |
| 1762 | 2026-08-31T00:53:56.046Z | Compiling openapiv3 v2.2.0 |
| 1763 | 2026-08-31T00:53:56.067Z | Compiling structmeta-derive v0.3.0 |
| 1764 | 2026-08-31T00:53:56.191Z | Compiling async-stream-impl v0.3.6 |
| 1765 | 2026-08-31T00:53:56.830Z | Compiling url v2.5.7 |
| 1766 | 2026-08-31T00:53:56.880Z | Compiling newtype-uuid-macros v0.1.0 |
| 1767 | 2026-08-31T00:53:56.883Z | Compiling serde_yaml v0.9.34+deprecated |
| 1768 | 2026-08-31T00:53:57.130Z | Compiling structmeta v0.3.0 |
| 1769 | 2026-08-31T00:53:57.338Z | Compiling zeroize v1.8.1 |
| 1770 | 2026-08-31T00:53:57.548Z | Compiling strum_macros v0.26.4 |
| 1771 | 2026-08-31T00:53:57.563Z | Compiling dof v0.4.0 |
| 1772 | 2026-08-31T00:53:57.700Z | Compiling untrusted v0.9.0 |
| 1773 | 2026-08-31T00:53:57.713Z | Compiling thiserror v1.0.69 |
| 1774 | 2026-08-31T00:53:57.733Z | Compiling mio v1.2.1 |
| 1775 | 2026-08-31T00:53:57.817Z | Compiling omicron-workspace-hack v0.1.0 |
| 1776 | 2026-08-31T00:53:57.830Z | Compiling base64 v0.22.1 |
| 1777 | 2026-08-31T00:53:58.175Z | Compiling usdt-impl v0.6.0 |
| 1778 | 2026-08-31T00:53:58.179Z | Compiling tokio v1.52.3 |
| 1779 | 2026-08-31T00:53:58.258Z | Compiling http-body v1.0.1 |
| 1780 | 2026-08-31T00:53:58.419Z | Compiling dropshot_endpoint v0.16.7 |
| 1781 | 2026-08-31T00:53:58.690Z | Compiling ref-cast-impl v1.0.25 |
| 1782 | 2026-08-31T00:53:58.891Z | Compiling atomic-waker v1.1.2 |
| 1783 | 2026-08-31T00:53:59.021Z | Compiling ipnet v2.11.0 |
| 1784 | 2026-08-31T00:53:59.285Z | Compiling derive-ex v0.1.8 |
| 1785 | 2026-08-31T00:53:59.313Z | Compiling strum_macros v0.27.2 |
| 1786 | 2026-08-31T00:53:59.397Z | Compiling httparse v1.10.1 |
| 1787 | 2026-08-31T00:53:59.562Z | Compiling portable-atomic v1.11.1 |
| 1788 | 2026-08-31T00:53:59.599Z | Compiling usdt-macro v0.6.0 |
| 1789 | 2026-08-31T00:53:59.706Z | Compiling usdt-attr-macro v0.6.0 |
| 1790 | 2026-08-31T00:54:00.080Z | Compiling tower-service v0.3.3 |
| 1791 | 2026-08-31T00:54:00.096Z | Compiling tower-layer v0.3.3 |
| 1792 | 2026-08-31T00:54:00.259Z | Compiling critical-section v1.2.0 |
| 1793 | 2026-08-31T00:54:00.314Z | Compiling try-lock v0.2.5 |
| 1794 | 2026-08-31T00:54:00.375Z | Compiling once_cell v1.21.3 |
| 1795 | 2026-08-31T00:54:00.423Z | Compiling want v0.3.1 |
| 1796 | 2026-08-31T00:54:00.615Z | Compiling httpdate v1.0.3 |
| 1797 | 2026-08-31T00:54:00.728Z | Compiling serde_with_macros v3.14.1 |
| 1798 | 2026-08-31T00:54:00.873Z | Compiling test-strategy v0.4.3 |
| 1799 | 2026-08-31T00:54:00.877Z | Compiling ppv-lite86 v0.2.21 |
| 1800 | 2026-08-31T00:54:01.128Z | Compiling erased-serde v0.3.31 |
| 1801 | 2026-08-31T00:54:01.199Z | Compiling subtle v2.6.1 |
| 1802 | 2026-08-31T00:54:01.371Z | Compiling parse-display-derive v0.10.0 |
| 1803 | 2026-08-31T00:54:01.742Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1804 | 2026-08-31T00:54:02.122Z | Compiling typify-macro v0.4.3 |
| 1805 | 2026-08-31T00:54:02.222Z | Compiling http-body-util v0.1.3 |
| 1806 | 2026-08-31T00:54:02.265Z | Compiling anyhow v1.0.102 |
| 1807 | 2026-08-31T00:54:02.496Z | Compiling serde_urlencoded v0.7.1 |
| 1808 | 2026-08-31T00:54:02.567Z | Compiling rand_core v0.6.4 |
| 1809 | 2026-08-31T00:54:02.800Z | Compiling typenum v1.20.1 |
| 1810 | 2026-08-31T00:54:02.973Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1811 | 2026-08-31T00:54:03.320Z | Compiling futures-util v0.3.32 |
| 1812 | 2026-08-31T00:54:03.624Z | Compiling sync_wrapper v1.0.2 |
| 1813 | 2026-08-31T00:54:03.652Z | Compiling powerfmt v0.2.0 |
| 1814 | 2026-08-31T00:54:03.855Z | Compiling deranged v0.5.3 |
| 1815 | 2026-08-31T00:54:03.886Z | Compiling num_threads v0.1.7 |
| 1816 | 2026-08-31T00:54:04.018Z | Compiling tracing-core v0.1.34 |
| 1817 | 2026-08-31T00:54:04.085Z | Compiling camino v1.2.3 |
| 1818 | 2026-08-31T00:54:04.188Z | Compiling typify v0.4.3 |
| 1819 | 2026-08-31T00:54:04.210Z | Compiling iri-string v0.7.8 |
| 1820 | 2026-08-31T00:54:04.282Z | Compiling progenitor-impl v0.11.1 |
| 1821 | 2026-08-31T00:54:04.600Z | Compiling tracing v0.1.41 |
| 1822 | 2026-08-31T00:54:04.806Z | Compiling encoding_rs v0.8.35 |
| 1823 | 2026-08-31T00:54:04.834Z | Compiling mime v0.3.17 |
| 1824 | 2026-08-31T00:54:04.854Z | Compiling fastrand v2.3.0 |
| 1825 | 2026-08-31T00:54:04.902Z | Compiling cpufeatures v0.2.17 |
| 1826 | 2026-08-31T00:54:04.979Z | Compiling generic-array v0.14.7 |
| 1827 | 2026-08-31T00:54:05.123Z | Compiling hex v0.4.3 |
| 1828 | 2026-08-31T00:54:05.385Z | Compiling errno v0.3.14 |
| 1829 | 2026-08-31T00:54:05.536Z | Compiling crypto-common v0.1.6 |
| 1830 | 2026-08-31T00:54:05.626Z | Compiling tokio-util v0.7.16 |
| 1831 | 2026-08-31T00:54:05.797Z | Compiling thread_local v1.1.9 |
| 1832 | 2026-08-31T00:54:05.856Z | Compiling unicode-width v0.2.1 |
| 1833 | 2026-08-31T00:54:05.974Z | Compiling syn v1.0.109 |
| 1834 | 2026-08-31T00:54:06.057Z | Compiling rustls-pki-types v1.12.0 |
| 1835 | 2026-08-31T00:54:06.258Z | Compiling match_cfg v0.1.0 |
| 1836 | 2026-08-31T00:54:06.318Z | Compiling winnow v0.7.14 |
| 1837 | 2026-08-31T00:54:06.482Z | Compiling rustix v1.1.4 |
| 1838 | 2026-08-31T00:54:06.891Z | Compiling winnow v1.0.3 |
| 1839 | 2026-08-31T00:54:06.995Z | Compiling take_mut v0.2.2 |
| 1840 | 2026-08-31T00:54:07.108Z | Compiling term v1.2.0 |
| 1841 | 2026-08-31T00:54:07.247Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1842 | 2026-08-31T00:54:07.490Z | Compiling h2 v0.4.14 |
| 1843 | 2026-08-31T00:54:07.726Z | Compiling progenitor-macro v0.11.1 |
| 1844 | 2026-08-31T00:54:07.760Z | Compiling ring v0.17.14 |
| 1845 | 2026-08-31T00:54:07.960Z | Compiling serde_spanned v1.1.1 |
| 1846 | 2026-08-31T00:54:08.118Z | Compiling debug-ignore v1.0.5 |
| 1847 | 2026-08-31T00:54:08.184Z | Compiling spin v0.9.8 |
| 1848 | 2026-08-31T00:54:08.228Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1849 | 2026-08-31T00:54:08.458Z | Compiling socket2 v0.5.10 |
| 1850 | 2026-08-31T00:54:08.641Z | Compiling quick-error v1.2.3 |
| 1851 | 2026-08-31T00:54:08.946Z | Compiling block-buffer v0.10.4 |
| 1852 | 2026-08-31T00:54:09.101Z | Compiling waitgroup v0.1.2 |
| 1853 | 2026-08-31T00:54:09.245Z | Compiling async-stream v0.3.6 |
| 1854 | 2026-08-31T00:54:09.422Z | Compiling serde_path_to_error v0.1.20 |
| 1855 | 2026-08-31T00:54:09.436Z | Compiling bit-vec v0.8.0 |
| 1856 | 2026-08-31T00:54:09.675Z | Compiling hyper v1.10.1 |
| 1857 | 2026-08-31T00:54:09.770Z | Compiling lazy_static v1.5.0 |
| 1858 | 2026-08-31T00:54:09.784Z | Compiling bit-set v0.8.0 |
| 1859 | 2026-08-31T00:54:09.872Z | Compiling digest v0.10.7 |
| 1860 | 2026-08-31T00:54:09.891Z | Compiling strum v0.26.3 |
| 1861 | 2026-08-31T00:54:09.946Z | Compiling ipnetwork v0.21.1 |
| 1862 | 2026-08-31T00:54:10.017Z | Compiling crossbeam-utils v0.8.21 |
| 1863 | 2026-08-31T00:54:10.088Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1864 | 2026-08-31T00:54:10.351Z | Compiling unarray v0.1.4 |
| 1865 | 2026-08-31T00:54:10.391Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1866 | 2026-08-31T00:54:10.462Z | Compiling slog v2.8.2 |
| 1867 | 2026-08-31T00:54:10.524Z | Compiling macaddr v1.0.1 |
| 1868 | 2026-08-31T00:54:10.578Z | Compiling tabwriter v1.4.1 |
| 1869 | 2026-08-31T00:54:10.638Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1870 | 2026-08-31T00:54:10.749Z | Compiling hyper-util v0.1.20 |
| 1871 | 2026-08-31T00:54:10.817Z | Compiling ref-cast v1.0.25 |
| 1872 | 2026-08-31T00:54:10.830Z | Compiling colored v3.1.1 |
| 1873 | 2026-08-31T00:54:10.922Z | Compiling strum v0.27.2 |
| 1874 | 2026-08-31T00:54:10.949Z | Compiling aws-lc-sys v0.39.1 |
| 1875 | 2026-08-31T00:54:11.051Z | Compiling getrandom v0.3.3 |
| 1876 | 2026-08-31T00:54:11.237Z | Compiling untrusted v0.7.1 |
| 1877 | 2026-08-31T00:54:11.367Z | Compiling rand_core v0.9.3 |
| 1878 | 2026-08-31T00:54:11.410Z | Compiling oxnet v0.1.6 |
| 1879 | 2026-08-31T00:54:11.637Z | Compiling aws-lc-rs v1.16.2 |
| 1880 | 2026-08-31T00:54:11.654Z | Compiling openssl-sys v0.9.117 |
| 1881 | 2026-08-31T00:54:12.094Z | Compiling instant v0.1.13 |
| 1882 | 2026-08-31T00:54:12.108Z | Compiling foreign-types-shared v0.1.1 |
| 1883 | 2026-08-31T00:54:12.202Z | Compiling foreign-types v0.3.2 |
| 1884 | 2026-08-31T00:54:12.215Z | Compiling rand_chacha v0.9.0 |
| 1885 | 2026-08-31T00:54:12.280Z | Compiling tempfile v3.27.0 |
| 1886 | 2026-08-31T00:54:12.479Z | Compiling futures-executor v0.3.32 |
| 1887 | 2026-08-31T00:54:12.704Z | Compiling rustls-webpki v0.103.6 |
| 1888 | 2026-08-31T00:54:12.716Z | Compiling tower v0.5.2 |
| 1889 | 2026-08-31T00:54:12.761Z | Compiling openssl-probe v0.1.6 |
| 1890 | 2026-08-31T00:54:12.788Z | Compiling futures v0.3.32 |
| 1891 | 2026-08-31T00:54:12.950Z | Compiling rand v0.9.3 |
| 1892 | 2026-08-31T00:54:13.171Z | Compiling rustls v0.23.40 |
| 1893 | 2026-08-31T00:54:13.192Z | Compiling tower-http v0.6.8 |
| 1894 | 2026-08-31T00:54:13.554Z | Compiling openssl v0.10.81 |
| 1895 | 2026-08-31T00:54:13.567Z | Compiling toml_datetime v0.6.11 |
| 1896 | 2026-08-31T00:54:13.721Z | Compiling time v0.3.47 |
| 1897 | 2026-08-31T00:54:13.837Z | Compiling clap_derive v4.6.1 |
| 1898 | 2026-08-31T00:54:14.013Z | Compiling memmap2 v0.9.8 |
| 1899 | 2026-08-31T00:54:14.625Z | Compiling crossbeam-channel v0.5.15 |
| 1900 | 2026-08-31T00:54:15.060Z | Compiling webpki-roots v1.0.2 |
| 1901 | 2026-08-31T00:54:15.093Z | Compiling newtype-uuid v1.3.2 |
| 1902 | 2026-08-31T00:54:15.311Z | Compiling daft v0.1.5 |
| 1903 | 2026-08-31T00:54:15.509Z | Compiling is-terminal v0.4.16 |
| 1904 | 2026-08-31T00:54:15.582Z | Compiling either v1.15.0 |
| 1905 | 2026-08-31T00:54:15.623Z | Compiling slog-term v2.9.2 |
| 1906 | 2026-08-31T00:54:15.790Z | Compiling slog-async v2.8.0 |
| 1907 | 2026-08-31T00:54:16.243Z | Compiling tokio-rustls v0.26.4 |
| 1908 | 2026-08-31T00:54:16.276Z | Compiling native-tls v0.2.14 |
| 1909 | 2026-08-31T00:54:16.300Z | Compiling usdt v0.6.0 |
| 1910 | 2026-08-31T00:54:16.327Z | Compiling slog-json v2.6.1 |
| 1911 | 2026-08-31T00:54:16.374Z | Compiling hostname v0.3.1 |
| 1912 | 2026-08-31T00:54:16.504Z | Compiling tokio-native-tls v0.3.1 |
| 1913 | 2026-08-31T00:54:16.517Z | Compiling hyper-rustls v0.27.7 |
| 1914 | 2026-08-31T00:54:16.590Z | Compiling slog-bunyan v2.5.0 |
| 1915 | 2026-08-31T00:54:16.632Z | Compiling rustls-webpki v0.102.8 |
| 1916 | 2026-08-31T00:54:16.663Z | Compiling multer v3.1.0 |
| 1917 | 2026-08-31T00:54:16.707Z | Compiling hyper-tls v0.6.0 |
| 1918 | 2026-08-31T00:54:16.863Z | Compiling rustls-pemfile v2.2.0 |
| 1919 | 2026-08-31T00:54:16.876Z | Compiling reqwest v0.12.23 |
| 1920 | 2026-08-31T00:54:16.938Z | Compiling hostname v0.4.2 |
| 1921 | 2026-08-31T00:54:17.089Z | Compiling rustls v0.22.4 |
| 1922 | 2026-08-31T00:54:17.171Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1923 | 2026-08-31T00:54:17.522Z | Compiling rand_chacha v0.3.1 |
| 1924 | 2026-08-31T00:54:17.744Z | Compiling wait-timeout v0.2.1 |
| 1925 | 2026-08-31T00:54:18.039Z | Compiling rusty-fork v0.3.0 |
| 1926 | 2026-08-31T00:54:18.051Z | Compiling rand v0.8.5 |
| 1927 | 2026-08-31T00:54:18.263Z | Compiling rand_xorshift v0.4.0 |
| 1928 | 2026-08-31T00:54:18.417Z | Compiling sha1 v0.10.6 |
| 1929 | 2026-08-31T00:54:18.654Z | Compiling proptest v1.8.0 |
| 1930 | 2026-08-31T00:54:19.046Z | Compiling tokio-rustls v0.25.0 |
| 1931 | 2026-08-31T00:54:19.263Z | Compiling dropshot v0.16.7 |
| 1932 | 2026-08-31T00:54:19.532Z | Compiling itertools v0.14.0 |
| 1933 | 2026-08-31T00:54:20.763Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1934 | 2026-08-31T00:54:21.056Z | Compiling progenitor-client v0.10.0 |
| 1935 | 2026-08-31T00:54:21.361Z | Compiling progenitor-client v0.11.1 |
| 1936 | 2026-08-31T00:54:21.438Z | Compiling serde_with v3.14.1 |
| 1937 | 2026-08-31T00:54:21.708Z | Compiling num-derive v0.4.2 |
| 1938 | 2026-08-31T00:54:21.911Z | Compiling progenitor v0.11.1 |
| 1939 | 2026-08-31T00:54:22.067Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1940 | 2026-08-31T00:54:22.423Z | Compiling rustc-hash v2.1.1 |
| 1941 | 2026-08-31T00:54:22.490Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1942 | 2026-08-31T00:54:22.555Z | Compiling iddqd v0.3.18 |
| 1943 | 2026-08-31T00:54:22.701Z | Compiling backoff v0.4.0 |
| 1944 | 2026-08-31T00:54:23.011Z | Compiling parse-display v0.10.0 |
| 1945 | 2026-08-31T00:54:23.162Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1946 | 2026-08-31T00:54:23.298Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1947 | 2026-08-31T00:54:23.359Z | Compiling anstyle v1.0.14 |
| 1948 | 2026-08-31T00:54:23.708Z | Compiling utf8parse v0.2.2 |
| 1949 | 2026-08-31T00:54:23.929Z | Compiling anstyle-parse v1.0.0 |
| 1950 | 2026-08-31T00:54:24.115Z | Compiling anstyle-query v1.1.4 |
| 1951 | 2026-08-31T00:54:24.118Z | Compiling is_terminal_polyfill v1.70.1 |
| 1952 | 2026-08-31T00:54:24.156Z | Compiling colorchoice v1.0.4 |
| 1953 | 2026-08-31T00:54:24.272Z | Compiling anstream v1.0.0 |
| 1954 | 2026-08-31T00:54:24.275Z | Compiling clap_lex v1.1.0 |
| 1955 | 2026-08-31T00:54:25.325Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1956 | 2026-08-31T00:54:27.936Z | Compiling winnow v0.5.40 |
| 1957 | 2026-08-31T00:54:32.660Z | Compiling terminal_size v0.4.3 |
| 1958 | 2026-08-31T00:54:34.067Z | Compiling clap_builder v4.6.0 |
| 1959 | 2026-08-31T00:54:34.256Z | Compiling toml_edit v0.19.15 |
| 1960 | 2026-08-31T00:54:34.653Z | Compiling dropshot_endpoint v0.17.1 |
| 1961 | 2026-08-31T00:54:36.223Z | Compiling clap v4.6.1 |
| 1962 | 2026-08-31T00:54:36.459Z | Compiling proc-macro-crate v1.3.1 |
| 1963 | 2026-08-31T00:54:42.319Z | Compiling serde_spanned v0.6.9 |
| 1964 | 2026-08-31T00:54:42.437Z | Compiling adler2 v2.0.1 |
| 1965 | 2026-08-31T00:54:42.538Z | Compiling miniz_oxide v0.8.9 |
| 1966 | 2026-08-31T00:54:42.898Z | Compiling prettyplease v0.2.37 |
| 1967 | 2026-08-31T00:54:43.032Z | Compiling crc32fast v1.5.0 |
| 1968 | 2026-08-31T00:54:43.203Z | Compiling zerocopy-derive v0.7.35 |
| 1969 | 2026-08-31T00:54:43.228Z | Compiling flate2 v1.1.2 |
| 1970 | 2026-08-31T00:54:43.312Z | Compiling ingot-macros v0.1.1 |
| 1971 | 2026-08-31T00:54:43.639Z | Compiling hubpack_derive v0.1.1 |
| 1972 | 2026-08-31T00:54:43.682Z | Compiling hybrid-array v0.4.12 |
| 1973 | 2026-08-31T00:54:45.511Z | Compiling scroll_derive v0.12.1 |
| 1974 | 2026-08-31T00:54:46.529Z | Compiling crypto-common v0.2.2 |
| 1975 | 2026-08-31T00:54:46.642Z | Compiling block-buffer v0.12.0 |
| 1976 | 2026-08-31T00:54:47.099Z | Compiling toml_write v0.1.2 |
| 1977 | 2026-08-31T00:54:47.142Z | Compiling const-oid v0.10.2 |
| 1978 | 2026-08-31T00:54:47.208Z | Compiling compression-core v0.4.32 |
| 1979 | 2026-08-31T00:54:47.255Z | Compiling toml_edit v0.22.27 |
| 1980 | 2026-08-31T00:54:47.301Z | Compiling digest v0.11.3 |
| 1981 | 2026-08-31T00:54:47.354Z | Compiling compression-codecs v0.4.32 |
| 1982 | 2026-08-31T00:54:48.307Z | Compiling zerocopy v0.7.35 |
| 1983 | 2026-08-31T00:54:48.640Z | Compiling num_enum_derive v0.7.5 |
| 1984 | 2026-08-31T00:54:49.569Z | Compiling foreign-types-macros v0.2.3 |
| 1985 | 2026-08-31T00:54:49.691Z | Compiling num-integer v0.1.46 |
| 1986 | 2026-08-31T00:54:49.705Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1987 | 2026-08-31T00:54:50.015Z | Compiling cpufeatures v0.3.0 |
| 1988 | 2026-08-31T00:54:50.018Z | Compiling float-ord v0.3.2 |
| 1989 | 2026-08-31T00:54:50.083Z | Compiling sha1 v0.11.0 |
| 1990 | 2026-08-31T00:54:50.103Z | Compiling toml v1.1.2+spec-1.1.0 |
| 1991 | 2026-08-31T00:54:50.337Z | Compiling toml v0.8.23 |
| 1992 | 2026-08-31T00:54:50.728Z | Compiling async-compression v0.4.33 |
| 1993 | 2026-08-31T00:54:51.677Z | Compiling glob v0.3.3 |
| 1994 | 2026-08-31T00:54:51.901Z | Compiling dropshot v0.17.1 |
| 1995 | 2026-08-31T00:54:52.135Z | Compiling proc-macro-error-attr v1.0.4 |
| 1996 | 2026-08-31T00:54:52.183Z | Compiling num-iter v0.1.45 |
| 1997 | 2026-08-31T00:54:52.311Z | Compiling num-rational v0.4.2 |
| 1998 | 2026-08-31T00:54:52.639Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1999 | 2026-08-31T00:54:52.724Z | Compiling dtrace-parser v0.2.0 |
| 2000 | 2026-08-31T00:54:52.858Z | Compiling num-complex v0.4.6 |
| 2001 | 2026-08-31T00:54:53.175Z | Compiling proc-macro-error v1.0.4 |
| 2002 | 2026-08-31T00:54:53.249Z | Compiling num v0.4.3 |
| 2003 | 2026-08-31T00:54:53.444Z | Compiling dof v0.3.0 |
| 2004 | 2026-08-31T00:54:53.617Z | Compiling num_enum_derive v0.5.11 |
| 2005 | 2026-08-31T00:54:53.809Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2006 | 2026-08-31T00:54:54.342Z | Compiling thread-id v4.2.2 |
| 2007 | 2026-08-31T00:54:54.436Z | Compiling usdt-impl v0.5.0 |
| 2008 | 2026-08-31T00:54:54.661Z | Compiling derive_more v0.99.20 |
| 2009 | 2026-08-31T00:54:54.873Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 2010 | 2026-08-31T00:54:55.192Z | Compiling minimal-lexical v0.2.1 |
| 2011 | 2026-08-31T00:54:55.430Z | Compiling nom v7.1.3 |
| 2012 | 2026-08-31T00:54:55.795Z | Compiling usdt-attr-macro v0.5.0 |
| 2013 | 2026-08-31T00:54:56.598Z | Compiling usdt-macro v0.5.0 |
| 2014 | 2026-08-31T00:54:56.664Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2015 | 2026-08-31T00:54:56.955Z | Compiling zone_cfg_derive v0.3.1 |
| 2016 | 2026-08-31T00:54:57.072Z | Compiling libscf-sys v1.2.0 |
| 2017 | 2026-08-31T00:54:57.271Z | Compiling memoffset v0.9.1 |
| 2018 | 2026-08-31T00:54:57.364Z | Compiling rustc_version v0.4.1 |
| 2019 | 2026-08-31T00:54:57.392Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2020 | 2026-08-31T00:54:57.582Z | Compiling crossbeam-epoch v0.9.18 |
| 2021 | 2026-08-31T00:54:57.754Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2022 | 2026-08-31T00:54:57.788Z | Compiling enum-as-inner v0.6.1 |
| 2023 | 2026-08-31T00:54:57.930Z | Compiling regress v0.11.1 |
| 2024 | 2026-08-31T00:54:58.118Z | Compiling curve25519-dalek v4.1.3 |
| 2025 | 2026-08-31T00:54:58.288Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2026 | 2026-08-31T00:54:58.325Z | Compiling hubpack v0.1.2 |
| 2027 | 2026-08-31T00:54:58.373Z | Compiling static_assertions v1.1.0 |
| 2028 | 2026-08-31T00:54:58.452Z | Compiling crossbeam-deque v0.8.6 |
| 2029 | 2026-08-31T00:54:58.554Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2030 | 2026-08-31T00:54:58.643Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2031 | 2026-08-31T00:54:59.751Z | Compiling typify-impl v0.6.2 |
| 2032 | 2026-08-31T00:54:59.919Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2033 | 2026-08-31T00:55:00.420Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2034 | 2026-08-31T00:55:00.682Z | Compiling rayon-core v1.13.0 |
| 2035 | 2026-08-31T00:55:01.084Z | Compiling clang-sys v1.8.1 |
| 2036 | 2026-08-31T00:55:01.482Z | Compiling bytecount v0.6.9 |
| 2037 | 2026-08-31T00:55:01.642Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 2038 | 2026-08-31T00:55:01.657Z | Compiling scroll v0.12.0 |
| 2039 | 2026-08-31T00:55:01.937Z | Compiling hash32 v0.3.1 |
| 2040 | 2026-08-31T00:55:01.964Z | Compiling goblin v0.8.2 |
| 2041 | 2026-08-31T00:55:02.104Z | Compiling heapless v0.8.0 |
| 2042 | 2026-08-31T00:55:02.138Z | Compiling ingot-types v0.1.2 |
| 2043 | 2026-08-31T00:55:02.343Z | Compiling cobs v0.3.0 |
| 2044 | 2026-08-31T00:55:02.536Z | Compiling libloading v0.8.9 |
| 2045 | 2026-08-31T00:55:02.550Z | Compiling managed v0.8.0 |
| 2046 | 2026-08-31T00:55:02.563Z | Compiling foreign-types-shared v0.3.1 |
| 2047 | 2026-08-31T00:55:02.661Z | Compiling bitflags v1.3.2 |
| 2048 | 2026-08-31T00:55:02.738Z | Compiling smoltcp v0.11.0 |
| 2049 | 2026-08-31T00:55:02.750Z | Compiling bindgen v0.72.1 |
| 2050 | 2026-08-31T00:55:02.767Z | Compiling foreign-types v0.5.0 |
| 2051 | 2026-08-31T00:55:02.779Z | Compiling ingot v0.1.1 |
| 2052 | 2026-08-31T00:55:02.853Z | Compiling postcard v1.1.3 |
| 2053 | 2026-08-31T00:55:03.169Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2054 | 2026-08-31T00:55:03.297Z | Compiling cexpr v0.6.0 |
| 2055 | 2026-08-31T00:55:03.628Z | Compiling num_enum v0.7.5 |
| 2056 | 2026-08-31T00:55:03.752Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2057 | 2026-08-31T00:55:04.145Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2058 | 2026-08-31T00:55:04.278Z | Compiling camino-tempfile v1.4.1 |
| 2059 | 2026-08-31T00:55:04.521Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2060 | 2026-08-31T00:55:04.525Z | Compiling serde_repr v0.1.20 |
| 2061 | 2026-08-31T00:55:04.634Z | Compiling derive-where v1.6.0 |
| 2062 | 2026-08-31T00:55:04.909Z | Compiling cstr-argument v0.1.2 |
| 2063 | 2026-08-31T00:55:05.154Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2064 | 2026-08-31T00:55:05.662Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2065 | 2026-08-31T00:55:06.063Z | Compiling typify-macro v0.6.2 |
| 2066 | 2026-08-31T00:55:06.233Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2067 | 2026-08-31T00:55:06.420Z | Compiling rayon v1.11.0 |
| 2068 | 2026-08-31T00:55:06.852Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2069 | 2026-08-31T00:55:06.980Z | Compiling crucible-workspace-hack v0.1.0 |
| 2070 | 2026-08-31T00:55:07.637Z | Compiling memmap v0.7.0 |
| 2071 | 2026-08-31T00:55:07.774Z | Compiling tinyvec_macros v0.1.1 |
| 2072 | 2026-08-31T00:55:07.914Z | Compiling tinyvec v1.10.0 |
| 2073 | 2026-08-31T00:55:08.137Z | Compiling typify v0.6.2 |
| 2074 | 2026-08-31T00:55:08.207Z | Compiling usdt v0.5.0 |
| 2075 | 2026-08-31T00:55:08.238Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2076 | 2026-08-31T00:55:08.494Z | Compiling num_enum v0.5.11 |
| 2077 | 2026-08-31T00:55:08.979Z | Compiling pin-project-internal v1.1.10 |
| 2078 | 2026-08-31T00:55:09.846Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2079 | 2026-08-31T00:55:09.888Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2080 | 2026-08-31T00:55:09.976Z | Compiling progenitor-impl v0.14.0 |
| 2081 | 2026-08-31T00:55:10.084Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 2082 | 2026-08-31T00:55:10.195Z | Compiling papergrid v0.18.0 |
| 2083 | 2026-08-31T00:55:10.211Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2084 | 2026-08-31T00:55:10.633Z | Compiling rustix v0.38.44 |
| 2085 | 2026-08-31T00:55:11.204Z | Compiling itertools v0.12.1 |
| 2086 | 2026-08-31T00:55:11.218Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2087 | 2026-08-31T00:55:11.416Z | Compiling progenitor-impl v0.10.0 |
| 2088 | 2026-08-31T00:55:11.479Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2089 | 2026-08-31T00:55:11.526Z | Compiling sigpipe v0.1.3 |
| 2090 | 2026-08-31T00:55:11.753Z | Compiling jiff v0.2.15 |
| 2091 | 2026-08-31T00:55:12.104Z | Compiling const_format_proc_macros v0.2.34 |
| 2092 | 2026-08-31T00:55:12.127Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2093 | 2026-08-31T00:55:12.379Z | Compiling tabled v0.21.0 |
| 2094 | 2026-08-31T00:55:12.524Z | Compiling zone v0.3.1 |
| 2095 | 2026-08-31T00:55:12.607Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2096 | 2026-08-31T00:55:12.925Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2097 | 2026-08-31T00:55:13.528Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2098 | 2026-08-31T00:55:13.576Z | Compiling progenitor-macro v0.14.0 |
| 2099 | 2026-08-31T00:55:13.942Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2100 | 2026-08-31T00:55:14.239Z | Compiling nix v0.31.3 |
| 2101 | 2026-08-31T00:55:14.353Z | Compiling nix v0.30.1 |
| 2102 | 2026-08-31T00:55:14.951Z | Compiling progenitor-macro v0.10.0 |
| 2103 | 2026-08-31T00:55:14.984Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2104 | 2026-08-31T00:55:14.998Z | Compiling snafu-derive v0.8.9 |
| 2105 | 2026-08-31T00:55:15.280Z | Compiling itertools v0.15.0 |
| 2106 | 2026-08-31T00:55:15.656Z | Compiling smf v0.2.3 |
| 2107 | 2026-08-31T00:55:15.712Z | Compiling secrecy v0.10.3 |
| 2108 | 2026-08-31T00:55:16.256Z | Compiling async-recursion v1.1.1 |
| 2109 | 2026-08-31T00:55:16.499Z | Compiling bstr v1.12.0 |
| 2110 | 2026-08-31T00:55:16.948Z | Compiling whoami v1.6.1 |
| 2111 | 2026-08-31T00:55:17.116Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2112 | 2026-08-31T00:55:17.237Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2113 | 2026-08-31T00:55:19.144Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2114 | 2026-08-31T00:55:19.804Z | Compiling hmac v0.12.1 |
| 2115 | 2026-08-31T00:55:19.967Z | Compiling inout v0.1.4 |
| 2116 | 2026-08-31T00:55:20.064Z | Compiling ff v0.13.1 |
| 2117 | 2026-08-31T00:55:20.124Z | Compiling crc8 v0.1.1 |
| 2118 | 2026-08-31T00:55:20.127Z | Compiling data-encoding v2.9.0 |
| 2119 | 2026-08-31T00:55:20.247Z | Compiling group v0.13.0 |
| 2120 | 2026-08-31T00:55:20.367Z | Compiling cipher v0.4.4 |
| 2121 | 2026-08-31T00:55:20.418Z | Compiling hkdf v0.12.4 |
| 2122 | 2026-08-31T00:55:20.527Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2123 | 2026-08-31T00:55:21.131Z | Compiling atomicwrites v0.4.4 |
| 2124 | 2026-08-31T00:55:21.220Z | Compiling tokio-dtrace v0.1.1 |
| 2125 | 2026-08-31T00:55:21.343Z | Compiling tabled_derive v0.7.0 |
| 2126 | 2026-08-31T00:55:21.673Z | Compiling reqwest v0.13.2 |
| 2127 | 2026-08-31T00:55:21.695Z | Compiling universal-hash v0.5.1 |
| 2128 | 2026-08-31T00:55:21.782Z | Compiling crypto-bigint v0.5.5 |
| 2129 | 2026-08-31T00:55:21.835Z | Compiling half v2.7.1 |
| 2130 | 2026-08-31T00:55:21.848Z | Compiling ciborium-io v0.2.2 |
| 2131 | 2026-08-31T00:55:22.139Z | Compiling base64ct v1.8.0 |
| 2132 | 2026-08-31T00:55:22.390Z | Compiling opaque-debug v0.3.1 |
| 2133 | 2026-08-31T00:55:22.451Z | Compiling indent_write v2.2.0 |
| 2134 | 2026-08-31T00:55:22.599Z | Compiling base16ct v0.2.0 |
| 2135 | 2026-08-31T00:55:22.776Z | Compiling progenitor-client v0.14.0 |
| 2136 | 2026-08-31T00:55:23.083Z | Compiling elliptic-curve v0.13.8 |
| 2137 | 2026-08-31T00:55:23.150Z | Compiling poly1305 v0.8.0 |
| 2138 | 2026-08-31T00:55:23.522Z | Compiling password-hash v0.5.0 |
| 2139 | 2026-08-31T00:55:23.583Z | Compiling ciborium-ll v0.2.2 |
| 2140 | 2026-08-31T00:55:24.143Z | Compiling oxide-tokio-rt v0.1.2 |
| 2141 | 2026-08-31T00:55:24.321Z | Compiling chacha20 v0.9.1 |
| 2142 | 2026-08-31T00:55:24.349Z | Compiling similar v2.7.0 |
| 2143 | 2026-08-31T00:55:24.555Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2144 | 2026-08-31T00:55:24.984Z | Compiling thiserror-no-std v2.0.2 |
| 2145 | 2026-08-31T00:55:25.368Z | Compiling blake2 v0.10.6 |
| 2146 | 2026-08-31T00:55:25.411Z | Compiling aead v0.5.2 |
| 2147 | 2026-08-31T00:55:25.574Z | Compiling strum_macros v0.28.0 |
| 2148 | 2026-08-31T00:55:25.829Z | Compiling linked-hash-map v0.5.6 |
| 2149 | 2026-08-31T00:55:25.986Z | Compiling resolv-conf v0.7.5 |
| 2150 | 2026-08-31T00:55:26.112Z | Compiling keccak v0.1.6 |
| 2151 | 2026-08-31T00:55:26.352Z | Compiling sha3 v0.10.8 |
| 2152 | 2026-08-31T00:55:26.546Z | Compiling lru-cache v0.1.2 |
| 2153 | 2026-08-31T00:55:26.701Z | Compiling vsss-rs v3.3.4 |
| 2154 | 2026-08-31T00:55:26.704Z | Compiling argon2 v0.5.3 |
| 2155 | 2026-08-31T00:55:26.802Z | Compiling chacha20poly1305 v0.10.1 |
| 2156 | 2026-08-31T00:55:26.874Z | Compiling progenitor v0.14.0 |
| 2157 | 2026-08-31T00:55:26.895Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2158 | 2026-08-31T00:55:27.015Z | Compiling ciborium v0.2.2 |
| 2159 | 2026-08-31T00:55:27.168Z | Compiling hickory-proto v0.24.4 |
| 2160 | 2026-08-31T00:55:27.621Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2161 | 2026-08-31T00:55:27.652Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2162 | 2026-08-31T00:55:28.267Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2163 | 2026-08-31T00:55:28.318Z | Compiling serde-big-array v0.5.1 |
| 2164 | 2026-08-31T00:55:28.594Z | Compiling same-file v1.0.6 |
| 2165 | 2026-08-31T00:55:28.741Z | Compiling unicode-segmentation v1.12.0 |
| 2166 | 2026-08-31T00:55:28.772Z | Compiling siphasher v1.0.1 |
| 2167 | 2026-08-31T00:55:28.871Z | Compiling walkdir v2.5.0 |
| 2168 | 2026-08-31T00:55:28.973Z | Compiling hickory-resolver v0.24.4 |
| 2169 | 2026-08-31T00:55:29.024Z | Compiling phf_shared v0.12.1 |
| 2170 | 2026-08-31T00:55:29.089Z | Compiling newline-converter v0.3.0 |
| 2171 | 2026-08-31T00:55:29.214Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2172 | 2026-08-31T00:55:29.282Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2173 | 2026-08-31T00:55:29.838Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2174 | 2026-08-31T00:55:30.493Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2175 | 2026-08-31T00:55:31.136Z | Compiling newtype_derive v0.1.6 |
| 2176 | 2026-08-31T00:55:31.223Z | Compiling owo-colors v4.3.0 |
| 2177 | 2026-08-31T00:55:31.523Z | Compiling tokio-stream v0.1.17 |
| 2178 | 2026-08-31T00:55:31.560Z | Compiling console v0.15.11 |
| 2179 | 2026-08-31T00:55:31.634Z | Compiling csv-core v0.1.12 |
| 2180 | 2026-08-31T00:55:31.773Z | Compiling unicode-linebreak v0.1.5 |
| 2181 | 2026-08-31T00:55:31.912Z | Compiling termtree v0.5.1 |
| 2182 | 2026-08-31T00:55:32.038Z | Compiling foldhash v0.1.5 |
| 2183 | 2026-08-31T00:55:32.076Z | Compiling swrite v0.1.0 |
| 2184 | 2026-08-31T00:55:32.179Z | Compiling unicode-width v0.1.14 |
| 2185 | 2026-08-31T00:55:32.226Z | Compiling humantime v2.3.0 |
| 2186 | 2026-08-31T00:55:32.239Z | Compiling smawk v0.3.2 |
| 2187 | 2026-08-31T00:55:32.279Z | Compiling hashbrown v0.15.5 |
| 2188 | 2026-08-31T00:55:32.380Z | Compiling textwrap v0.16.2 |
| 2189 | 2026-08-31T00:55:32.445Z | Compiling qorb v0.4.1 |
| 2190 | 2026-08-31T00:55:32.465Z | Compiling expectorate v1.2.0 |
| 2191 | 2026-08-31T00:55:32.511Z | Compiling csv v1.4.0 |
| 2192 | 2026-08-31T00:55:32.550Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2193 | 2026-08-31T00:55:32.916Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2194 | 2026-08-31T00:55:34.621Z | Compiling phf v0.12.1 |
| 2195 | 2026-08-31T00:55:34.781Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2196 | 2026-08-31T00:55:34.988Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2197 | 2026-08-31T00:55:35.048Z | Compiling pin-project v1.1.10 |
| 2198 | 2026-08-31T00:55:35.157Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 2199 | 2026-08-31T00:55:35.691Z | Compiling libz-sys v1.1.22 |
| 2200 | 2026-08-31T00:55:35.728Z | Compiling unicode-normalization v0.1.24 |
| 2201 | 2026-08-31T00:55:36.334Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2202 | 2026-08-31T00:55:36.720Z | Compiling libsw-core v0.3.2 |
| 2203 | 2026-08-31T00:55:37.109Z | Compiling fixedbitset v0.5.7 |
| 2204 | 2026-08-31T00:55:37.176Z | Compiling highway v1.3.0 |
| 2205 | 2026-08-31T00:55:37.569Z | Compiling fixedbitset v0.4.2 |
| 2206 | 2026-08-31T00:55:37.756Z | Compiling petgraph v0.6.5 |
| 2207 | 2026-08-31T00:55:37.820Z | Compiling progenitor v0.10.0 |
| 2208 | 2026-08-31T00:55:37.979Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2209 | 2026-08-31T00:55:38.441Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2210 | 2026-08-31T00:55:39.268Z | Compiling petgraph v0.8.2 |
| 2211 | 2026-08-31T00:55:39.986Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2212 | 2026-08-31T00:55:40.482Z | Compiling libsw v3.5.0 |
| 2213 | 2026-08-31T00:55:41.260Z | Compiling olpc-cjson v0.1.4 |
| 2214 | 2026-08-31T00:55:41.288Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2215 | 2026-08-31T00:55:42.101Z | Compiling snafu v0.8.9 |
| 2216 | 2026-08-31T00:55:42.371Z | Compiling chrono-tz v0.10.4 |
| 2217 | 2026-08-31T00:55:42.484Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2218 | 2026-08-31T00:55:42.496Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2219 | 2026-08-31T00:55:42.683Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2220 | 2026-08-31T00:55:43.370Z | Compiling papergrid v0.11.0 |
| 2221 | 2026-08-31T00:55:44.117Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2222 | 2026-08-31T00:55:44.249Z | Compiling strum v0.28.0 |
| 2223 | 2026-08-31T00:55:44.398Z | Compiling globset v0.4.16 |
| 2224 | 2026-08-31T00:55:44.413Z | Compiling const_format v0.2.34 |
| 2225 | 2026-08-31T00:55:44.496Z | Compiling slog-dtrace v0.3.0 |
| 2226 | 2026-08-31T00:55:44.748Z | Compiling cancel-safe-futures v0.1.5 |
| 2227 | 2026-08-31T00:55:44.782Z | Compiling gethostname v0.5.0 |
| 2228 | 2026-08-31T00:55:45.058Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2229 | 2026-08-31T00:55:45.771Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2230 | 2026-08-31T00:55:45.987Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2231 | 2026-08-31T00:55:46.032Z | Compiling pem v3.0.5 |
| 2232 | 2026-08-31T00:55:46.361Z | Compiling bcs v0.1.6 |
| 2233 | 2026-08-31T00:55:46.365Z | Compiling serde_plain v1.0.2 |
| 2234 | 2026-08-31T00:55:46.421Z | Compiling cargo-platform v0.1.9 |
| 2235 | 2026-08-31T00:55:46.716Z | Compiling tagptr v0.2.0 |
| 2236 | 2026-08-31T00:55:46.751Z | Compiling linear-map v1.2.0 |
| 2237 | 2026-08-31T00:55:46.873Z | Compiling typed-path v0.9.3 |
| 2238 | 2026-08-31T00:55:46.942Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2239 | 2026-08-31T00:55:47.176Z | Compiling moka v0.12.11 |
| 2240 | 2026-08-31T00:55:47.963Z | Compiling tough v0.20.0 |
| 2241 | 2026-08-31T00:55:48.820Z | Compiling cargo_metadata v0.18.1 |
| 2242 | 2026-08-31T00:55:49.560Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2243 | 2026-08-31T00:55:49.944Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2244 | 2026-08-31T00:55:50.060Z | Compiling tabled v0.15.0 |
| 2245 | 2026-08-31T00:55:50.298Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2246 | 2026-08-31T00:55:50.910Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2247 | 2026-08-31T00:55:50.924Z | Compiling git2 v0.19.0 |
| 2248 | 2026-08-31T00:55:52.636Z | Compiling steno v0.4.1 |
| 2249 | 2026-08-31T00:55:53.352Z | Compiling hickory-proto v0.25.2 |
| 2250 | 2026-08-31T00:55:53.417Z | Compiling cookie v0.18.1 |
| 2251 | 2026-08-31T00:55:55.584Z | Compiling hickory-resolver v0.25.2 |
| 2252 | 2026-08-31T00:55:56.265Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2253 | 2026-08-31T00:55:58.085Z | Compiling vergen v8.3.2 |
| 2254 | 2026-08-31T00:55:59.198Z | Compiling signal-hook v0.4.4 |
| 2255 | 2026-08-31T00:55:59.958Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2256 | 2026-08-31T00:56:00.165Z | Compiling predicates-core v1.0.9 |
| 2257 | 2026-08-31T00:56:00.317Z | Compiling mockall_derive v0.14.0 |
| 2258 | 2026-08-31T00:56:00.654Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2259 | 2026-08-31T00:56:00.724Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2260 | 2026-08-31T00:56:01.113Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2261 | 2026-08-31T00:56:01.127Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2262 | 2026-08-31T00:56:01.949Z | Compiling sha2 v0.10.9 |
| 2263 | 2026-08-31T00:56:02.375Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 2264 | 2026-08-31T00:56:02.775Z | Compiling mockall v0.14.0 |
| 2265 | 2026-08-31T00:56:02.964Z | Compiling diff v0.1.13 |
| 2266 | 2026-08-31T00:56:03.012Z | Compiling yansi v1.0.1 |
| 2267 | 2026-08-31T00:56:03.313Z | Compiling pretty_assertions v1.4.1 |
| 2268 | 2026-08-31T00:56:03.338Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2269 | 2026-08-31T00:56:04.307Z | Compiling fs-err v3.1.2 |
| 2270 | 2026-08-31T00:56:04.627Z | Compiling predicates-tree v1.0.12 |
| 2271 | 2026-08-31T00:56:04.731Z | Compiling predicates v3.1.3 |
| 2272 | 2026-08-31T00:56:05.652Z | Compiling git-stub v1.0.0 |
| 2273 | 2026-08-31T00:56:05.931Z | Compiling filetime v0.2.26 |
| 2274 | 2026-08-31T00:56:05.944Z | Compiling downcast v0.11.0 |
| 2275 | 2026-08-31T00:56:06.102Z | Compiling xattr v1.6.1 |
| 2276 | 2026-08-31T00:56:06.129Z | Compiling arrayref v0.3.9 |
| 2277 | 2026-08-31T00:56:06.175Z | Compiling constant_time_eq v0.3.1 |
| 2278 | 2026-08-31T00:56:06.214Z | Compiling arrayvec v0.7.6 |
| 2279 | 2026-08-31T00:56:06.289Z | Compiling is_ci v1.2.0 |
| 2280 | 2026-08-31T00:56:06.305Z | Compiling fragile v2.0.1 |
| 2281 | 2026-08-31T00:56:06.427Z | Compiling supports-color v3.0.2 |
| 2282 | 2026-08-31T00:56:06.447Z | Compiling blake3 v1.8.2 |
| 2283 | 2026-08-31T00:56:06.664Z | Compiling tar v0.4.45 |
| 2284 | 2026-08-31T00:56:06.855Z | Compiling toml v0.7.8 |
| 2285 | 2026-08-31T00:56:07.072Z | Compiling git-stub-vcs v0.1.0 |
| 2286 | 2026-08-31T00:56:07.545Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 2287 | 2026-08-31T00:56:07.700Z | Compiling signal-hook-tokio v0.4.0 |
| 2288 | 2026-08-31T00:56:08.006Z | Compiling scuffle v0.1.0 |
| 2289 | 2026-08-31T00:56:08.936Z | Compiling drift v0.2.0 |
| 2290 | 2026-08-31T00:56:09.651Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2291 | 2026-08-31T00:56:09.756Z | Compiling kstat-rs v0.2.4 |
| 2292 | 2026-08-31T00:56:10.073Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2293 | 2026-08-31T00:56:10.085Z | Compiling topological-sort v0.2.2 |
| 2294 | 2026-08-31T00:56:10.241Z | Compiling hex-literal v1.1.0 |
| 2295 | 2026-08-31T00:56:10.369Z | Compiling omicron-zone-package v0.12.2 |
| 2296 | 2026-08-31T00:56:10.471Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2297 | 2026-08-31T00:56:10.553Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2298 | 2026-08-31T00:56:11.942Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2299 | 2026-08-31T00:56:12.655Z | Compiling dropshot-api-manager v0.7.2 |
| 2300 | 2026-08-31T00:56:12.936Z | Compiling curl v0.4.50 |
| 2301 | 2026-08-31T00:56:13.268Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 2302 | 2026-08-31T00:56:13.633Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2303 | 2026-08-31T00:56:13.665Z | Compiling iddqd v0.4.5 |
| 2304 | 2026-08-31T00:56:13.770Z | Compiling internet-checksum v0.2.1 |
| 2305 | 2026-08-31T00:56:13.878Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2306 | 2026-08-31T00:56:13.920Z | Compiling search_path v0.1.4 |
| 2307 | 2026-08-31T00:56:14.333Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 2308 | 2026-08-31T00:56:14.617Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2309 | 2026-08-31T00:56:18.428Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2310 | 2026-08-31T00:56:19.646Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2311 | 2026-08-31T00:57:06.096Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 21s |
| 2312 | 2026-08-31T00:57:06.221Z | Running unittests src/lib.rs (target/debug/deps/aal-43e0b8f52d66773a) |
| 2313 | 2026-08-31T00:57:06.224Z | |
| 2314 | 2026-08-31T00:57:06.224Z | running 0 tests |
| 2315 | 2026-08-31T00:57:06.224Z | |
| 2316 | 2026-08-31T00:57:06.224Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2317 | 2026-08-31T00:57:06.224Z | |
| 2318 | 2026-08-31T00:57:06.227Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 2319 | 2026-08-31T00:57:06.230Z | |
| 2320 | 2026-08-31T00:57:06.230Z | running 0 tests |
| 2321 | 2026-08-31T00:57:06.230Z | |
| 2322 | 2026-08-31T00:57:06.230Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2323 | 2026-08-31T00:57:06.230Z | |
| 2324 | 2026-08-31T00:57:06.230Z | Running unittests src/lib.rs (target/debug/deps/asic-a0a7892820f1f61b) |
| 2325 | 2026-08-31T00:57:06.230Z | |
| 2326 | 2026-08-31T00:57:06.230Z | running 0 tests |
| 2327 | 2026-08-31T00:57:06.230Z | |
| 2328 | 2026-08-31T00:57:06.230Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2329 | 2026-08-31T00:57:06.230Z | |
| 2330 | 2026-08-31T00:57:06.233Z | Running unittests src/lib.rs (target/debug/deps/common-6afafc4407b0a90c) |
| 2331 | 2026-08-31T00:57:06.236Z | |
| 2332 | 2026-08-31T00:57:06.236Z | running 4 tests |
| 2333 | 2026-08-31T00:57:06.239Z | test nat::tests::test_vni ... ok |
| 2334 | 2026-08-31T00:57:06.239Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2335 | 2026-08-31T00:57:06.239Z | test test_purge ... ok |
| 2336 | 2026-08-31T00:57:06.241Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2337 | 2026-08-31T00:57:06.241Z | |
| 2338 | 2026-08-31T00:57:06.241Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2339 | 2026-08-31T00:57:06.241Z | |
| 2340 | 2026-08-31T00:57:06.244Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-3b6a1705a6b97607) |
| 2341 | 2026-08-31T00:57:06.247Z | |
| 2342 | 2026-08-31T00:57:06.247Z | running 1 test |
| 2343 | 2026-08-31T00:57:06.247Z | ------- |
| 2344 | 2026-08-31T00:57:06.247Z | Generating OpenAPI documents from API definitions ... |
| 2345 | 2026-08-31T00:57:06.383Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 2346 | 2026-08-31T00:57:06.453Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2347 | 2026-08-31T00:57:07.491Z | ------- |
| 2348 | 2026-08-31T00:57:07.491Z | Checking 13 OpenAPI documents... |
| 2349 | 2026-08-31T00:57:07.491Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2350 | 2026-08-31T00:57:07.491Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2351 | 2026-08-31T00:57:07.491Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2352 | 2026-08-31T00:57:07.494Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2353 | 2026-08-31T00:57:07.494Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2354 | 2026-08-31T00:57:07.494Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2355 | 2026-08-31T00:57:07.494Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2356 | 2026-08-31T00:57:07.494Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2357 | 2026-08-31T00:57:07.494Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2358 | 2026-08-31T00:57:07.494Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2359 | 2026-08-31T00:57:07.494Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2360 | 2026-08-31T00:57:07.494Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2361 | 2026-08-31T00:57:07.494Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2362 | 2026-08-31T00:57:07.494Z | Fresh dpd "latest" symlink |
| 2363 | 2026-08-31T00:57:07.494Z | ------- |
| 2364 | 2026-08-31T00:57:07.495Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 2365 | 2026-08-31T00:57:07.561Z | test test::test_apis_up_to_date ... ok |
| 2366 | 2026-08-31T00:57:07.561Z | |
| 2367 | 2026-08-31T00:57:07.561Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.32s |
| 2368 | 2026-08-31T00:57:07.561Z | |
| 2369 | 2026-08-31T00:57:07.617Z | Running unittests src/main.rs (target/debug/deps/dpd-4835e479bf07068c) |
| 2370 | 2026-08-31T00:57:07.623Z | |
| 2371 | 2026-08-31T00:57:07.623Z | running 34 tests |
| 2372 | 2026-08-31T00:57:07.626Z | test freemap::test_ordering ... ok |
| 2373 | 2026-08-31T00:57:07.626Z | test config::tests::test_updates ... ok |
| 2374 | 2026-08-31T00:57:07.626Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 2375 | 2026-08-31T00:57:07.626Z | test freemap::test_split ... ok |
| 2376 | 2026-08-31T00:57:07.626Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2377 | 2026-08-31T00:57:07.630Z | test macaddrs::tests::test_mac_offset ... ok |
| 2378 | 2026-08-31T00:57:07.630Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2379 | 2026-08-31T00:57:07.630Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2380 | 2026-08-31T00:57:07.630Z | Aug 31 00:57:06.565 DEBG created new freemapAug 31 00:57:06.565 , DEBG unitcreated new freemap: , freemap_testunit: freemap_test |
| 2381 | 2026-08-31T00:57:07.630Z | |
| 2382 | 2026-08-31T00:57:07.630Z | Aug 31 00:57:06.565Aug 31 00:57:06.565 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test |
| 2383 | 2026-08-31T00:57:07.630Z | |
| 2384 | 2026-08-31T00:57:07.630Z | test nat::test_mapping ... ok |
| 2385 | 2026-08-31T00:57:07.631Z | Aug 31 00:57:06.565Aug 31 00:57:06.565 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test |
| 2386 | 2026-08-31T00:57:07.631Z | |
| 2387 | 2026-08-31T00:57:07.631Z | Aug 31 00:57:06.565 DEBG created new freemap, unit: freemap_test |
| 2388 | 2026-08-31T00:57:07.631Z | Aug 31 00:57:06.565 DEBG initted freemap. size: 128, unit: freemap_test |
| 2389 | 2026-08-31T00:57:07.631Z | Aug 31 00:57:06.565 DEBG reset freemap, unit: freemap_test |
| 2390 | 2026-08-31T00:57:07.631Z | test freemap::test_reclaim ... ok |
| 2391 | 2026-08-31T00:57:07.631Z | test freemap::test_free ... ok |
| 2392 | 2026-08-31T00:57:07.631Z | test freemap::test_exhaustion ... ok |
| 2393 | 2026-08-31T00:57:07.631Z | test port_map::tests::test_backplane_group ... ok |
| 2394 | 2026-08-31T00:57:07.631Z | test port_map::tests::dump_map ... ok |
| 2395 | 2026-08-31T00:57:07.631Z | test port_map::tests::test_port_map ... ok |
| 2396 | 2026-08-31T00:57:07.631Z | Aug 31 00:57:06.566 DEBG created new freemap, unit: freemap_test |
| 2397 | 2026-08-31T00:57:07.631Z | Aug 31 00:57:06.566 DEBG initted freemap. size: 8, unit: freemap_test |
| 2398 | 2026-08-31T00:57:07.631Z | Aug 31 00:57:06.566 DEBG reset freemap, unit: freemap_test |
| 2399 | 2026-08-31T00:57:07.631Z | Aug 31 00:57:06.566 DEBG created new freemap, unit: freemap_test |
| 2400 | 2026-08-31T00:57:07.631Z | Aug 31 00:57:06.566 DEBG initted freemap. size: 128, unit: freemap_test |
| 2401 | 2026-08-31T00:57:07.631Z | Aug 31 00:57:06.566 DEBG reset freemap, unit: freemap_test |
| 2402 | 2026-08-31T00:57:07.631Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 2403 | 2026-08-31T00:57:07.631Z | test freemap::test_span ... ok |
| 2404 | 2026-08-31T00:57:07.631Z | Aug 31 00:57:06.566 DEBG created new freemap, unit: freemap_test |
| 2405 | 2026-08-31T00:57:07.631Z | Aug 31 00:57:06.566 DEBG initted freemap. size: 128, unit: freemap_test |
| 2406 | 2026-08-31T00:57:07.631Z | Aug 31 00:57:06.566 DEBG reset freemap, unit: freemap_test |
| 2407 | 2026-08-31T00:57:07.631Z | test freemap::test_basic ... ok |
| 2408 | 2026-08-31T00:57:07.631Z | Aug 31 00:57:06.566 DEBG created new freemap, unit: freemap_route_ipv4 |
| 2409 | 2026-08-31T00:57:07.631Z | Aug 31 00:57:06.566 DEBG created new freemap, unit: freemap_route_ipv6 |
| 2410 | 2026-08-31T00:57:07.631Z | Aug 31 00:57:06.566 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 2411 | 2026-08-31T00:57:07.631Z | Aug 31 00:57:06.566 DEBG reset freemap, unit: freemap_route_ipv4 |
| 2412 | 2026-08-31T00:57:07.631Z | Aug 31 00:57:06.566 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 2413 | 2026-08-31T00:57:07.631Z | Aug 31 00:57:06.566 DEBG reset freemap, unit: freemap_route_ipv6 |
| 2414 | 2026-08-31T00:57:07.631Z | Aug 31 00:57:06.566 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2415 | 2026-08-31T00:57:07.631Z | Aug 31 00:57:06.566 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 2416 | 2026-08-31T00:57:07.631Z | Aug 31 00:57:06.566 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2417 | 2026-08-31T00:57:07.631Z | Aug 31 00:57:06.566 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 } }] |
| 2418 | 2026-08-31T00:57:07.631Z | Aug 31 00:57:06.566 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2419 | 2026-08-31T00:57:07.631Z | Aug 31 00:57:06.566 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 } }] |
| 2420 | 2026-08-31T00:57:07.631Z | Aug 31 00:57:06.566 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2421 | 2026-08-31T00:57:07.631Z | Aug 31 00:57:06.566 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 } }] |
| 2422 | 2026-08-31T00:57:07.631Z | Aug 31 00:57:06.566 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2423 | 2026-08-31T00:57:07.631Z | Aug 31 00:57:06.566 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 } }] |
| 2424 | 2026-08-31T00:57:07.631Z | Aug 31 00:57:06.566 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2425 | 2026-08-31T00:57:07.632Z | Aug 31 00:57:06.566 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 } }] |
| 2426 | 2026-08-31T00:57:07.632Z | Aug 31 00:57:06.566 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2427 | 2026-08-31T00:57:07.632Z | Aug 31 00:57:06.566 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 } }] |
| 2428 | 2026-08-31T00:57:07.632Z | Aug 31 00:57:06.566 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2429 | 2026-08-31T00:57:07.632Z | Aug 31 00:57:06.566 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 } }] |
| 2430 | 2026-08-31T00:57:07.632Z | Aug 31 00:57:06.566 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2431 | 2026-08-31T00:57:07.632Z | Aug 31 00:57:06.567 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 } }] |
| 2432 | 2026-08-31T00:57:07.632Z | Aug 31 00:57:06.567 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2433 | 2026-08-31T00:57:07.632Z | Aug 31 00:57:06.567 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 } }] |
| 2434 | 2026-08-31T00:57:07.632Z | Aug 31 00:57:06.567 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2435 | 2026-08-31T00:57:07.632Z | Aug 31 00:57:06.567 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 } }] |
| 2436 | 2026-08-31T00:57:07.632Z | Aug 31 00:57:06.567 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2437 | 2026-08-31T00:57:07.632Z | Aug 31 00:57:06.567 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 } }] |
| 2438 | 2026-08-31T00:57:07.632Z | Aug 31 00:57:06.567 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2439 | 2026-08-31T00:57:07.632Z | test api_server::tests::test_build_info ... ok |
| 2440 | 2026-08-31T00:57:07.632Z | Aug 31 00:57:06.567 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 } }] |
| 2441 | 2026-08-31T00:57:07.632Z | Aug 31 00:57:06.567 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2442 | 2026-08-31T00:57:07.632Z | Aug 31 00:57:06.567 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 } }] |
| 2443 | 2026-08-31T00:57:07.632Z | Aug 31 00:57:06.567 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2444 | 2026-08-31T00:57:07.632Z | Aug 31 00:57:06.567 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 } }] |
| 2445 | 2026-08-31T00:57:07.632Z | Aug 31 00:57:06.567 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2446 | 2026-08-31T00:57:07.632Z | Aug 31 00:57:06.567 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 } }] |
| 2447 | 2026-08-31T00:57:07.632Z | Aug 31 00:57:06.567 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2448 | 2026-08-31T00:57:07.632Z | Aug 31 00:57:06.567 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 } }] |
| 2449 | 2026-08-31T00:57:07.632Z | Aug 31 00:57:06.567 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2450 | 2026-08-31T00:57:07.632Z | Aug 31 00:57:06.567 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 } }] |
| 2451 | 2026-08-31T00:57:07.632Z | Aug 31 00:57:06.567 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2452 | 2026-08-31T00:57:07.632Z | Aug 31 00:57:06.567 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 } }] |
| 2453 | 2026-08-31T00:57:07.632Z | Aug 31 00:57:06.567 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2454 | 2026-08-31T00:57:07.632Z | Aug 31 00:57:06.567 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 } }] |
| 2455 | 2026-08-31T00:57:07.632Z | Aug 31 00:57:06.567 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2456 | 2026-08-31T00:57:07.632Z | Aug 31 00:57:06.567Aug 31 00:57:06.567 DEBGDEBG created new freemapreplacing 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 } }], |
| 2457 | 2026-08-31T00:57:07.632Z | unit: freemap_route_ipv4Aug 31 00:57:06.567 |
| 2458 | 2026-08-31T00:57:07.632Z | INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2459 | 2026-08-31T00:57:07.632Z | Aug 31 00:57:06.567Aug 31 00:57:06.567 DEBGDEBG created new freemapreplacing 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 } }], |
| 2460 | 2026-08-31T00:57:07.632Z | unit: freemap_route_ipv6 |
| 2461 | 2026-08-31T00:57:07.632Z | Aug 31 00:57:06.567 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 31 00:57:06.567 |
| 2462 | 2026-08-31T00:57:07.632Z | DEBG initted freemap. size: 64Aug 31 00:57:06.567, unitDEBG: 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 } }]freemap_route_ipv4 |
| 2463 | 2026-08-31T00:57:07.632Z | |
| 2464 | 2026-08-31T00:57:07.633Z | Aug 31 00:57:06.567Aug 31 00:57:06.567 INFODEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreset freemap |
| 2465 | 2026-08-31T00:57:07.633Z | , unit:Aug 31 00:57:06.567 freemap_route_ipv4DEBG |
| 2466 | 2026-08-31T00:57:07.633Z | replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2467 | 2026-08-31T00:57:07.633Z | Aug 31 00:57:06.567 Aug 31 00:57:06.567DEBG INFOinitted freemap. size: 64 , adding route 3fff:beef:17::/64 -> 2001:db8::55:ffunit |
| 2468 | 2026-08-31T00:57:07.633Z | : freemap_route_ipv6 |
| 2469 | 2026-08-31T00:57:07.633Z | Aug 31 00:57:06.567 DEBGAug 31 00:57:06.567 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 |
| 2470 | 2026-08-31T00:57:07.633Z | reset freemap, unit:Aug 31 00:57:06.567 freemap_route_ipv6INFO |
| 2471 | 2026-08-31T00:57:07.633Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2472 | 2026-08-31T00:57:07.633Z | Aug 31 00:57:06.567 INFOAug 31 00:57:06.567 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 2473 | 2026-08-31T00:57:07.633Z | replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2474 | 2026-08-31T00:57:07.633Z | Aug 31 00:57:06.567 DEBG Aug 31 00:57:06.567replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 2475 | 2026-08-31T00:57:07.633Z | INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2476 | 2026-08-31T00:57:07.633Z | Aug 31 00:57:06.567 INFOAug 31 00:57:06.567 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 2477 | 2026-08-31T00:57:07.637Z | 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 } }] |
| 2478 | 2026-08-31T00:57:07.637Z | Aug 31 00:57:06.567Aug 31 00:57:06.567 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:1a::/64 -> 2001:db8::55:ff |
| 2479 | 2026-08-31T00:57:07.637Z | |
| 2480 | 2026-08-31T00:57:07.637Z | Aug 31 00:57:06.567Aug 31 00:57:06.567 DEBGINFO replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 2481 | 2026-08-31T00:57:07.637Z | |
| 2482 | 2026-08-31T00:57:07.637Z | Aug 31 00:57:06.567Aug 31 00:57:06.567 INFODEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 2483 | 2026-08-31T00:57:07.637Z | |
| 2484 | 2026-08-31T00:57:07.637Z | Aug 31 00:57:06.567Aug 31 00:57:06.567 DEBGINFO replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 2485 | 2026-08-31T00:57:07.637Z | |
| 2486 | 2026-08-31T00:57:07.637Z | Aug 31 00:57:06.567Aug 31 00:57:06.567 INFODEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 2487 | 2026-08-31T00:57:07.637Z | |
| 2488 | 2026-08-31T00:57:07.637Z | Aug 31 00:57:06.567Aug 31 00:57:06.567 DEBGINFO replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2489 | 2026-08-31T00:57:07.637Z | |
| 2490 | 2026-08-31T00:57:07.637Z | Aug 31 00:57:06.567Aug 31 00:57:06.567 INFODEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2491 | 2026-08-31T00:57:07.637Z | |
| 2492 | 2026-08-31T00:57:07.637Z | Aug 31 00:57:06.567Aug 31 00:57:06.567 DEBGINFO replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2493 | 2026-08-31T00:57:07.637Z | |
| 2494 | 2026-08-31T00:57:07.637Z | Aug 31 00:57:06.567Aug 31 00:57:06.567 INFODEBG adding route 3fff:beef:1e::/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 } }] |
| 2495 | 2026-08-31T00:57:07.638Z | |
| 2496 | 2026-08-31T00:57:07.638Z | Aug 31 00:57:06.567Aug 31 00:57:06.567 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:2::/64 -> 2001:db8::55:ff |
| 2497 | 2026-08-31T00:57:07.638Z | |
| 2498 | 2026-08-31T00:57:07.638Z | Aug 31 00:57:06.567Aug 31 00:57:06.567 INFODEBG adding route 3fff:beef:1f::/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 } }] |
| 2499 | 2026-08-31T00:57:07.638Z | |
| 2500 | 2026-08-31T00:57:07.638Z | Aug 31 00:57:06.567Aug 31 00:57:06.567 DEBGINFO replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2501 | 2026-08-31T00:57:07.638Z | |
| 2502 | 2026-08-31T00:57:07.638Z | Aug 31 00:57:06.567Aug 31 00:57:06.567 INFODEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2503 | 2026-08-31T00:57:07.638Z | |
| 2504 | 2026-08-31T00:57:07.638Z | Aug 31 00:57:06.567Aug 31 00:57:06.567 DEBGINFO replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2505 | 2026-08-31T00:57:07.638Z | |
| 2506 | 2026-08-31T00:57:07.638Z | Aug 31 00:57:06.567Aug 31 00:57:06.567Aug 31 00:57:06.567 INFODEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ffcreated new freemap |
| 2507 | 2026-08-31T00:57:07.638Z | , unit: freemap_route_ipv4Aug 31 00:57:06.567 |
| 2508 | 2026-08-31T00:57:07.638Z | 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 } }] |
| 2509 | 2026-08-31T00:57:07.638Z | Aug 31 00:57:06.567 DEBG Aug 31 00:57:06.567created new freemap , INFOunit :adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2510 | 2026-08-31T00:57:07.638Z | freemap_route_ipv6 |
| 2511 | 2026-08-31T00:57:07.638Z | Aug 31 00:57:06.567 DEBG Aug 31 00:57:06.567replacing 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 } }] |
| 2512 | 2026-08-31T00:57:07.638Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2513 | 2026-08-31T00:57:07.638Z | DEBG initted freemap. size: 64, unitAug 31 00:57:06.567: INFOfreemap_route_ipv4 |
| 2514 | 2026-08-31T00:57:07.638Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2515 | 2026-08-31T00:57:07.638Z | Aug 31 00:57:06.567Aug 31 00:57:06.567 DEBGDEBG reset freemapreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 2516 | 2026-08-31T00:57:07.638Z | unit: freemap_route_ipv4Aug 31 00:57:06.567 |
| 2517 | 2026-08-31T00:57:07.638Z | INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2518 | 2026-08-31T00:57:07.638Z | Aug 31 00:57:06.567 DEBG initted freemap. size: 64Aug 31 00:57:06.567, 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_ipv6 |
| 2519 | 2026-08-31T00:57:07.638Z | |
| 2520 | 2026-08-31T00:57:07.638Z | Aug 31 00:57:06.567Aug 31 00:57:06.567 DEBGINFO reset freemapadding route 3fff:beef:25::/64 -> 2001:db8::55:ff, |
| 2521 | 2026-08-31T00:57:07.638Z | unit: freemap_route_ipv6 |
| 2522 | 2026-08-31T00:57:07.638Z | Aug 31 00:57:06.567 DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.567 |
| 2523 | 2026-08-31T00:57:07.638Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2524 | 2026-08-31T00:57:07.638Z | Aug 31 00:57:06.567 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 31 00:57:06.567 |
| 2525 | 2026-08-31T00:57:07.638Z | 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 } }] |
| 2526 | 2026-08-31T00:57:07.638Z | Aug 31 00:57:06.567 DEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.567 |
| 2527 | 2026-08-31T00:57:07.638Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2528 | 2026-08-31T00:57:07.638Z | Aug 31 00:57:06.567 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 31 00:57:06.567 |
| 2529 | 2026-08-31T00:57:07.638Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 00:57:06.567 |
| 2530 | 2026-08-31T00:57:07.638Z | 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 } }] |
| 2531 | 2026-08-31T00:57:07.638Z | Aug 31 00:57:06.567 INFO Aug 31 00:57:06.567adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2532 | 2026-08-31T00:57:07.638Z | INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2533 | 2026-08-31T00:57:07.638Z | Aug 31 00:57:06.567Aug 31 00:57:06.567 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2534 | 2026-08-31T00:57:07.639Z | |
| 2535 | 2026-08-31T00:57:07.639Z | Aug 31 00:57:06.567Aug 31 00:57:06.567 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2536 | 2026-08-31T00:57:07.639Z | |
| 2537 | 2026-08-31T00:57:07.639Z | Aug 31 00:57:06.567Aug 31 00:57:06.567 DEBGDEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 2538 | 2026-08-31T00:57:07.639Z | |
| 2539 | 2026-08-31T00:57:07.639Z | Aug 31 00:57:06.567Aug 31 00:57:06.567 INFOINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2540 | 2026-08-31T00:57:07.639Z | |
| 2541 | 2026-08-31T00:57:07.639Z | Aug 31 00:57:06.567Aug 31 00:57:06.567 DEBGDEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2542 | 2026-08-31T00:57:07.639Z | |
| 2543 | 2026-08-31T00:57:07.639Z | DEBGAug 31 00:57:06.567Aug 31 00:57:06.567 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 |
| 2544 | 2026-08-31T00:57:07.639Z | INFOadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2545 | 2026-08-31T00:57:07.639Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 2546 | 2026-08-31T00:57:07.639Z | Aug 31 00:57:06.567 DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.567 |
| 2547 | 2026-08-31T00:57:07.639Z | 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 31 00:57:06.567 |
| 2548 | 2026-08-31T00:57:07.639Z | Aug 31 00:57:06.567INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffINFO |
| 2549 | 2026-08-31T00:57:07.639Z | Aug 31 00:57:06.567 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffINFO |
| 2550 | 2026-08-31T00:57:07.639Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 31 00:57:06.567 |
| 2551 | 2026-08-31T00:57:07.639Z | DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.567 |
| 2552 | 2026-08-31T00:57:07.639Z | Aug 31 00:57:06.567 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:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.567 |
| 2553 | 2026-08-31T00:57:07.639Z | INFO |
| 2554 | 2026-08-31T00:57:07.639Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2555 | 2026-08-31T00:57:07.639Z | Aug 31 00:57:06.567 INFOAug 31 00:57:06.567 Aug 31 00:57:06.567 INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG |
| 2556 | 2026-08-31T00:57:07.639Z | 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:6::/64 -> 2001:db8::55:ff |
| 2557 | 2026-08-31T00:57:07.639Z | |
| 2558 | 2026-08-31T00:57:07.639Z | Aug 31 00:57:06.567 DEBGAug 31 00:57:06.567Aug 31 00:57:06.567 INFOreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2559 | 2026-08-31T00:57:07.639Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBG |
| 2560 | 2026-08-31T00:57:07.639Z | replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.567 |
| 2561 | 2026-08-31T00:57:07.639Z | Aug 31 00:57:06.567 INFODEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 31 00:57:06.567 |
| 2562 | 2026-08-31T00:57:07.639Z | INFOreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2563 | 2026-08-31T00:57:07.639Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 31 00:57:06.567 |
| 2564 | 2026-08-31T00:57:07.639Z | 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 } }] |
| 2565 | 2026-08-31T00:57:07.639Z | Aug 31 00:57:06.567Aug 31 00:57:06.567 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:5::/64 -> 2001:db8::55:ffAug 31 00:57:06.567 |
| 2566 | 2026-08-31T00:57:07.639Z | |
| 2567 | 2026-08-31T00:57:07.639Z | INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 31 00:57:06.567Aug 31 00:57:06.567 |
| 2568 | 2026-08-31T00:57:07.639Z | INFODEBG adding route 3fff:beef:8::/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 } }] |
| 2569 | 2026-08-31T00:57:07.639Z | |
| 2570 | 2026-08-31T00:57:07.639Z | Aug 31 00:57:06.567Aug 31 00:57:06.567Aug 31 00:57:06.567 DEBG INFO 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 } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2571 | 2026-08-31T00:57:07.639Z | |
| 2572 | 2026-08-31T00:57:07.639Z | 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 } }] |
| 2573 | 2026-08-31T00:57:07.639Z | Aug 31 00:57:06.567Aug 31 00:57:06.567 Aug 31 00:57:06.567 DEBGINFO INFO adding route 3fff:beef:9::/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 } }] |
| 2574 | 2026-08-31T00:57:07.640Z | |
| 2575 | 2026-08-31T00:57:07.640Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 2576 | 2026-08-31T00:57:07.640Z | Aug 31 00:57:06.567Aug 31 00:57:06.567Aug 31 00:57:06.567 DEBG DEBGINFOreplacing 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:7::/64 -> 2001:db8::55:ff |
| 2577 | 2026-08-31T00:57:07.644Z | |
| 2578 | 2026-08-31T00:57:07.644Z | 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 } }] |
| 2579 | 2026-08-31T00:57:07.644Z | Aug 31 00:57:06.567Aug 31 00:57:06.567 Aug 31 00:57:06.567 INFODEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2580 | 2026-08-31T00:57:07.644Z | INFO |
| 2581 | 2026-08-31T00:57:07.644Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 2582 | 2026-08-31T00:57:07.644Z | Aug 31 00:57:06.567Aug 31 00:57:06.567 DEBG INFOreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2583 | 2026-08-31T00:57:07.644Z | Aug 31 00:57:06.567adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2584 | 2026-08-31T00:57:07.644Z | 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 } }] |
| 2585 | 2026-08-31T00:57:07.644Z | Aug 31 00:57:06.567Aug 31 00:57:06.567 INFODEBGAug 31 00:57:06.567 adding route 3fff:beef:b::/64 -> 2001:db8::55:ff 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 } }] |
| 2586 | 2026-08-31T00:57:07.644Z | INFO |
| 2587 | 2026-08-31T00:57:07.644Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 2588 | 2026-08-31T00:57:07.644Z | Aug 31 00:57:06.567Aug 31 00:57:06.567 INFODEBG adding route 3fff:beef:9::/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 } }]Aug 31 00:57:06.567 |
| 2589 | 2026-08-31T00:57:07.644Z | |
| 2590 | 2026-08-31T00:57:07.644Z | DEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2591 | 2026-08-31T00:57:07.644Z | Aug 31 00:57:06.567Aug 31 00:57:06.567Aug 31 00:57:06.567 INFO INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 2592 | 2026-08-31T00:57:07.644Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG 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 } }] |
| 2593 | 2026-08-31T00:57:07.644Z | |
| 2594 | 2026-08-31T00:57:07.644Z | Aug 31 00:57:06.567 Aug 31 00:57:06.567DEBGAug 31 00:57:06.567 replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2595 | 2026-08-31T00:57:07.644Z | DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2596 | 2026-08-31T00:57:07.644Z | 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 } }] |
| 2597 | 2026-08-31T00:57:07.644Z | Aug 31 00:57:06.567 INFOAug 31 00:57:06.567 Aug 31 00:57:06.567DEBG INFOadding route 3fff:beef:34::/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 } }] |
| 2598 | 2026-08-31T00:57:07.644Z | |
| 2599 | 2026-08-31T00:57:07.644Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2600 | 2026-08-31T00:57:07.644Z | Aug 31 00:57:06.567Aug 31 00:57:06.567 DEBG 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 } }] |
| 2601 | 2026-08-31T00:57:07.644Z | Aug 31 00:57:06.567adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2602 | 2026-08-31T00:57:07.644Z | DEBG Aug 31 00:57:06.567replacing 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 } }] |
| 2603 | 2026-08-31T00:57:07.644Z | INFO Aug 31 00:57:06.567adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 2604 | 2026-08-31T00:57:07.644Z | DEBG Aug 31 00:57:06.567replacing 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 } }] |
| 2605 | 2026-08-31T00:57:07.644Z | INFO Aug 31 00:57:06.567adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2606 | 2026-08-31T00:57:07.644Z | DEBGAug 31 00:57:06.567 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 |
| 2607 | 2026-08-31T00:57:07.644Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 31 00:57:06.567 |
| 2608 | 2026-08-31T00:57:07.644Z | Aug 31 00:57:06.567DEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2609 | 2026-08-31T00:57:07.644Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 31 00:57:06.567 |
| 2610 | 2026-08-31T00:57:07.644Z | Aug 31 00:57:06.567DEBG INFOreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2611 | 2026-08-31T00:57:07.644Z | Aug 31 00:57:06.567 INFOAug 31 00:57:06.567 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG |
| 2612 | 2026-08-31T00:57:07.645Z | 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 } }] |
| 2613 | 2026-08-31T00:57:07.645Z | Aug 31 00:57:06.568 Aug 31 00:57:06.568DEBG INFOreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2614 | 2026-08-31T00:57:07.645Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 2615 | 2026-08-31T00:57:07.645Z | Aug 31 00:57:06.568Aug 31 00:57:06.568 DEBGINFO replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2616 | 2026-08-31T00:57:07.645Z | |
| 2617 | 2026-08-31T00:57:07.645Z | Aug 31 00:57:06.568Aug 31 00:57:06.568 INFODEBG adding route 3fff:beef:38::/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 } }] |
| 2618 | 2026-08-31T00:57:07.645Z | |
| 2619 | 2026-08-31T00:57:07.645Z | Aug 31 00:57:06.568Aug 31 00:57:06.568 DEBGINFO replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2620 | 2026-08-31T00:57:07.645Z | |
| 2621 | 2026-08-31T00:57:07.645Z | Aug 31 00:57:06.568Aug 31 00:57:06.568 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:39::/64 -> 2001:db8::55:ff |
| 2622 | 2026-08-31T00:57:07.645Z | |
| 2623 | 2026-08-31T00:57:07.645Z | Aug 31 00:57:06.568Aug 31 00:57:06.568 INFODEBG adding route 3fff:beef:10::/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 } }] |
| 2624 | 2026-08-31T00:57:07.645Z | |
| 2625 | 2026-08-31T00:57:07.645Z | Aug 31 00:57:06.568Aug 31 00:57:06.568 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:3a::/64 -> 2001:db8::55:ff |
| 2626 | 2026-08-31T00:57:07.645Z | |
| 2627 | 2026-08-31T00:57:07.645Z | Aug 31 00:57:06.568Aug 31 00:57:06.568 INFODEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2628 | 2026-08-31T00:57:07.645Z | |
| 2629 | 2026-08-31T00:57:07.645Z | Aug 31 00:57:06.568Aug 31 00:57:06.568 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:3b::/64 -> 2001:db8::55:ff |
| 2630 | 2026-08-31T00:57:07.645Z | |
| 2631 | 2026-08-31T00:57:07.645Z | Aug 31 00:57:06.568Aug 31 00:57:06.568 INFODEBG adding route 3fff:beef:12::/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 } }] |
| 2632 | 2026-08-31T00:57:07.645Z | |
| 2633 | 2026-08-31T00:57:07.645Z | Aug 31 00:57:06.568Aug 31 00:57:06.568 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:3c::/64 -> 2001:db8::55:ff |
| 2634 | 2026-08-31T00:57:07.645Z | |
| 2635 | 2026-08-31T00:57:07.645Z | Aug 31 00:57:06.568Aug 31 00:57:06.568 DEBGINFO replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2636 | 2026-08-31T00:57:07.645Z | |
| 2637 | 2026-08-31T00:57:07.645Z | Aug 31 00:57:06.568Aug 31 00:57:06.568 INFODEBG adding route 3fff:beef:3d::/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 } }] |
| 2638 | 2026-08-31T00:57:07.645Z | |
| 2639 | 2026-08-31T00:57:07.645Z | Aug 31 00:57:06.568Aug 31 00:57:06.568 DEBGINFO replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2640 | 2026-08-31T00:57:07.645Z | |
| 2641 | 2026-08-31T00:57:07.645Z | Aug 31 00:57:06.568Aug 31 00:57:06.568 INFODEBG adding route 3fff:beef:3e::/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 } }] |
| 2642 | 2026-08-31T00:57:07.645Z | |
| 2643 | 2026-08-31T00:57:07.645Z | Aug 31 00:57:06.568Aug 31 00:57:06.568 DEBGINFO 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:15::/64 -> 2001:db8::55:ff |
| 2644 | 2026-08-31T00:57:07.645Z | |
| 2645 | 2026-08-31T00:57:07.645Z | Aug 31 00:57:06.568Aug 31 00:57:06.568 INFODEBG adding route 3fff:beef:3f::/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 } }] |
| 2646 | 2026-08-31T00:57:07.645Z | |
| 2647 | 2026-08-31T00:57:07.645Z | Aug 31 00:57:06.568Aug 31 00:57:06.568 DEBGINFO replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2648 | 2026-08-31T00:57:07.645Z | |
| 2649 | 2026-08-31T00:57:07.645Z | Aug 31 00:57:06.568Aug 31 00:57:06.568 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }] |
| 2650 | 2026-08-31T00:57:07.645Z | |
| 2651 | 2026-08-31T00:57:07.645Z | Aug 31 00:57:06.568Aug 31 00:57:06.568 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:17::/64 -> 2001:db8::55:ff |
| 2652 | 2026-08-31T00:57:07.646Z | |
| 2653 | 2026-08-31T00:57:07.646Z | Aug 31 00:57:06.568Aug 31 00:57:06.568 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 } }]failed to allocate space for the new target list |
| 2654 | 2026-08-31T00:57:07.646Z | |
| 2655 | 2026-08-31T00:57:07.646Z | Aug 31 00:57:06.568 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2656 | 2026-08-31T00:57:07.646Z | Aug 31 00:57:06.568adding route 3fff:beef:f::/64 -> 2001:db8::55:ff DEBG |
| 2657 | 2026-08-31T00:57:07.646Z | 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 } }] |
| 2658 | 2026-08-31T00:57:07.646Z | Aug 31 00:57:06.568 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2659 | 2026-08-31T00:57:07.646Z | Aug 31 00:57:06.568 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 } }] |
| 2660 | 2026-08-31T00:57:07.646Z | Aug 31 00:57:06.568 INFO Aug 31 00:57:06.568adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2661 | 2026-08-31T00:57:07.646Z | 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 } }] |
| 2662 | 2026-08-31T00:57:07.646Z | Aug 31 00:57:06.567Aug 31 00:57:06.568Aug 31 00:57:06.568 DEBGDEBGINFO created new freemapreplacing 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:10::/64 -> 2001:db8::55:ff |
| 2663 | 2026-08-31T00:57:07.646Z | , |
| 2664 | 2026-08-31T00:57:07.646Z | unit: Aug 31 00:57:06.568freemap_route_ipv4Aug 31 00:57:06.568 INFODEBG |
| 2665 | 2026-08-31T00:57:07.646Z | adding route 3fff:beef:1b::/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 } }] |
| 2666 | 2026-08-31T00:57:07.646Z | |
| 2667 | 2026-08-31T00:57:07.646Z | Aug 31 00:57:06.568Aug 31 00:57:06.568 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:11::/64 -> 2001:db8::55:ff |
| 2668 | 2026-08-31T00:57:07.646Z | |
| 2669 | 2026-08-31T00:57:07.646Z | Aug 31 00:57:06.568Aug 31 00:57:06.568 Aug 31 00:57:06.568 DEBGINFO created new freemapadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 2670 | 2026-08-31T00:57:07.646Z | DEBG, unitreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:Aug 31 00:57:06.568 |
| 2671 | 2026-08-31T00:57:07.646Z | freemap_route_ipv6DEBG |
| 2672 | 2026-08-31T00:57:07.646Z | replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.568 |
| 2673 | 2026-08-31T00:57:07.646Z | INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 31 00:57:06.568 |
| 2674 | 2026-08-31T00:57:07.646Z | Aug 31 00:57:06.568 INFODEBG Aug 31 00:57:06.568 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff initted freemap. size: 64 |
| 2675 | 2026-08-31T00:57:07.646Z | 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 } }]unit |
| 2676 | 2026-08-31T00:57:07.646Z | Aug 31 00:57:06.568: DEBGfreemap_route_ipv4 |
| 2677 | 2026-08-31T00:57:07.650Z | replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.568 |
| 2678 | 2026-08-31T00:57:07.650Z | INFOAug 31 00:57:06.568 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG |
| 2679 | 2026-08-31T00:57:07.650Z | Aug 31 00:57:06.568 reset freemapINFO , adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffunit |
| 2680 | 2026-08-31T00:57:07.650Z | :Aug 31 00:57:06.568 freemap_route_ipv4DEBG |
| 2681 | 2026-08-31T00:57:07.650Z | Aug 31 00:57:06.568 replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2682 | 2026-08-31T00:57:07.650Z | Aug 31 00:57:06.568 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 |
| 2683 | 2026-08-31T00:57:07.651Z | initted freemap. size: 64Aug 31 00:57:06.568, unitAug 31 00:57:06.568: INFOINFO freemap_route_ipv6adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 2684 | 2026-08-31T00:57:07.651Z | |
| 2685 | 2026-08-31T00:57:07.651Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2686 | 2026-08-31T00:57:07.651Z | Aug 31 00:57:06.568 Aug 31 00:57:06.568DEBG DEBGAug 31 00:57:06.568reset freemap , DEBG unitreplacing 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 } }] |
| 2687 | 2026-08-31T00:57:07.651Z | :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 } }] |
| 2688 | 2026-08-31T00:57:07.651Z | freemap_route_ipv6 |
| 2689 | 2026-08-31T00:57:07.651Z | Aug 31 00:57:06.568 Aug 31 00:57:06.568INFOAug 31 00:57:06.568 INFOINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2690 | 2026-08-31T00:57:07.651Z | |
| 2691 | 2026-08-31T00:57:07.651Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2692 | 2026-08-31T00:57:07.651Z | Aug 31 00:57:06.568Aug 31 00:57:06.568 Aug 31 00:57:06.568 DEBGDEBGDEBG 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:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 2693 | 2026-08-31T00:57:07.651Z | |
| 2694 | 2026-08-31T00:57:07.651Z | |
| 2695 | 2026-08-31T00:57:07.651Z | Aug 31 00:57:06.568Aug 31 00:57:06.568Aug 31 00:57:06.568 INFOINFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2696 | 2026-08-31T00:57:07.651Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 2697 | 2026-08-31T00:57:07.651Z | |
| 2698 | 2026-08-31T00:57:07.651Z | Aug 31 00:57:06.568Aug 31 00:57:06.568 Aug 31 00:57:06.568DEBG DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2699 | 2026-08-31T00:57:07.651Z | |
| 2700 | 2026-08-31T00:57:07.651Z | 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 } }] |
| 2701 | 2026-08-31T00:57:07.651Z | Aug 31 00:57:06.568Aug 31 00:57:06.568 Aug 31 00:57:06.568INFO INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2702 | 2026-08-31T00:57:07.651Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO |
| 2703 | 2026-08-31T00:57:07.651Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2704 | 2026-08-31T00:57:07.651Z | Aug 31 00:57:06.568 Aug 31 00:57:06.568DEBG Aug 31 00:57:06.568replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 2705 | 2026-08-31T00:57:07.651Z | 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 } }] |
| 2706 | 2026-08-31T00:57:07.651Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 00:57:06.568 |
| 2707 | 2026-08-31T00:57:07.651Z | INFO Aug 31 00:57:06.568adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2708 | 2026-08-31T00:57:07.651Z | INFO Aug 31 00:57:06.568adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2709 | 2026-08-31T00:57:07.651Z | INFOAug 31 00:57:06.568 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 2710 | 2026-08-31T00:57:07.651Z | Aug 31 00:57:06.568 replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2711 | 2026-08-31T00:57:07.651Z | Aug 31 00:57:06.568 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 } }] |
| 2712 | 2026-08-31T00:57:07.651Z | DEBG Aug 31 00:57:06.568replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 00:57:06.568 INFOINFO |
| 2713 | 2026-08-31T00:57:07.651Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2714 | 2026-08-31T00:57:07.651Z | |
| 2715 | 2026-08-31T00:57:07.651Z | Aug 31 00:57:06.568 INFO Aug 31 00:57:06.568adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 31 00:57:06.568 |
| 2716 | 2026-08-31T00:57:07.651Z | DEBGDEBG Aug 31 00:57:06.568replacing 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: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 } }] |
| 2717 | 2026-08-31T00:57:07.651Z | DEBG |
| 2718 | 2026-08-31T00:57:07.651Z | 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 } }] |
| 2719 | 2026-08-31T00:57:07.651Z | Aug 31 00:57:06.568Aug 31 00:57:06.568 INFOINFO Aug 31 00:57:06.568adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFO |
| 2720 | 2026-08-31T00:57:07.651Z | |
| 2721 | 2026-08-31T00:57:07.651Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2722 | 2026-08-31T00:57:07.651Z | Aug 31 00:57:06.568 DEBGAug 31 00:57:06.568 Aug 31 00:57:06.568 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 |
| 2723 | 2026-08-31T00:57:07.652Z | DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.568 |
| 2724 | 2026-08-31T00:57:07.652Z | |
| 2725 | 2026-08-31T00:57:07.652Z | INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2726 | 2026-08-31T00:57:07.652Z | Aug 31 00:57:06.568Aug 31 00:57:06.568 Aug 31 00:57:06.568 INFO INFODEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2727 | 2026-08-31T00:57:07.652Z | 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:1b::/64 -> 2001:db8::55:ff |
| 2728 | 2026-08-31T00:57:07.652Z | |
| 2729 | 2026-08-31T00:57:07.652Z | Aug 31 00:57:06.568Aug 31 00:57:06.568 DEBGINFO Aug 31 00:57:06.568replacing 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 } }] |
| 2730 | 2026-08-31T00:57:07.652Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG |
| 2731 | 2026-08-31T00:57:07.652Z | 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 } }] |
| 2732 | 2026-08-31T00:57:07.652Z | Aug 31 00:57:06.568Aug 31 00:57:06.568 Aug 31 00:57:06.568INFODEBG adding route 3fff:beef:3::/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 } }] |
| 2733 | 2026-08-31T00:57:07.652Z | |
| 2734 | 2026-08-31T00:57:07.652Z | INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 2735 | 2026-08-31T00:57:07.652Z | Aug 31 00:57:06.568Aug 31 00:57:06.568 DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.568INFO |
| 2736 | 2026-08-31T00:57:07.652Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2737 | 2026-08-31T00:57:07.652Z | Aug 31 00:57:06.568 Aug 31 00:57:06.568INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2738 | 2026-08-31T00:57:07.652Z | Aug 31 00:57:06.568 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 } }] |
| 2739 | 2026-08-31T00:57:07.652Z | Aug 31 00:57:06.568 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2740 | 2026-08-31T00:57:07.652Z | Aug 31 00:57:06.568 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 } }] |
| 2741 | 2026-08-31T00:57:07.652Z | Aug 31 00:57:06.568 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2742 | 2026-08-31T00:57:07.652Z | Aug 31 00:57:06.568 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 } }] |
| 2743 | 2026-08-31T00:57:07.652Z | Aug 31 00:57:06.568 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 2744 | 2026-08-31T00:57:07.652Z | DEBGAug 31 00:57:06.568 replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2745 | 2026-08-31T00:57:07.652Z | 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 } }] |
| 2746 | 2026-08-31T00:57:07.652Z | Aug 31 00:57:06.568 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2747 | 2026-08-31T00:57:07.652Z | DEBGAug 31 00:57:06.568Aug 31 00:57:06.568 replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGINFO |
| 2748 | 2026-08-31T00:57:07.652Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.568 |
| 2749 | 2026-08-31T00:57:07.652Z | |
| 2750 | 2026-08-31T00:57:07.652Z | DEBG created new freemapAug 31 00:57:06.568, Aug 31 00:57:06.568 unitINFOINFOAug 31 00:57:06.568: adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBGfreemap_route_ipv4adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2751 | 2026-08-31T00:57:07.652Z | |
| 2752 | 2026-08-31T00:57:07.652Z | 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 } }] |
| 2753 | 2026-08-31T00:57:07.652Z | |
| 2754 | 2026-08-31T00:57:07.652Z | Aug 31 00:57:06.568Aug 31 00:57:06.568 DEBGINFOAug 31 00:57:06.568Aug 31 00:57:06.568 DEBGDEBG created new freemapreplacing 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:8::/64 -> 2001:db8::55:ffunit |
| 2755 | 2026-08-31T00:57:07.652Z | |
| 2756 | 2026-08-31T00:57:07.652Z | replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: freemap_route_ipv6Aug 31 00:57:06.568 |
| 2757 | 2026-08-31T00:57:07.652Z | |
| 2758 | 2026-08-31T00:57:07.652Z | INFO Aug 31 00:57:06.568adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 31 00:57:06.568 |
| 2759 | 2026-08-31T00:57:07.652Z | Aug 31 00:57:06.568 DEBG initted freemap. size: 64DEBG , Aug 31 00:57:06.568 unit :replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2760 | 2026-08-31T00:57:07.652Z | freemap_route_ipv4 |
| 2761 | 2026-08-31T00:57:07.652Z | 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 |
| 2762 | 2026-08-31T00:57:07.653Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 31 00:57:06.568 |
| 2763 | 2026-08-31T00:57:07.653Z | Aug 31 00:57:06.568INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffINFO |
| 2764 | 2026-08-31T00:57:07.653Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 31 00:57:06.568 |
| 2765 | 2026-08-31T00:57:07.653Z | DEBGAug 31 00:57:06.568 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 |
| 2766 | 2026-08-31T00:57:07.653Z | Aug 31 00:57:06.568 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 |
| 2767 | 2026-08-31T00:57:07.653Z | 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 } }] |
| 2768 | 2026-08-31T00:57:07.653Z | Aug 31 00:57:06.568 Aug 31 00:57:06.568INFOAug 31 00:57:06.568 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFOINFO |
| 2769 | 2026-08-31T00:57:07.653Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2770 | 2026-08-31T00:57:07.653Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 31 00:57:06.568 |
| 2771 | 2026-08-31T00:57:07.653Z | DEBG Aug 31 00:57:06.568replacing 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 } }] |
| 2772 | 2026-08-31T00:57:07.653Z | Aug 31 00:57:06.568DEBG DEBGAug 31 00:57:06.568 DEBG created new freemap, unitAug 31 00:57:06.568: INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 2773 | 2026-08-31T00:57:07.653Z | Aug 31 00:57:06.569freemap_route_ipv4 |
| 2774 | 2026-08-31T00:57:07.653Z | 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 } }] |
| 2775 | 2026-08-31T00:57:07.653Z | Aug 31 00:57:06.569 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 } }] |
| 2776 | 2026-08-31T00:57:07.653Z | DEBG created new freemap, unitAug 31 00:57:06.568: freemap_route_ipv6 |
| 2777 | 2026-08-31T00:57:07.657Z | Aug 31 00:57:06.569 DEBGAug 31 00:57:06.569 initted freemap. size: 64, unitAug 31 00:57:06.569: 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 } }] |
| 2778 | 2026-08-31T00:57:07.657Z | freemap_route_ipv4 |
| 2779 | 2026-08-31T00:57:07.657Z | Aug 31 00:57:06.569INFO Aug 31 00:57:06.569DEBG reset freemap, unit: adding route 3fff:beef:b::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 2780 | 2026-08-31T00:57:07.657Z | |
| 2781 | 2026-08-31T00:57:07.657Z | INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 2782 | 2026-08-31T00:57:07.657Z | Aug 31 00:57:06.569Aug 31 00:57:06.569 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2783 | 2026-08-31T00:57:07.657Z | DEBG initted freemap. size: 64Aug 31 00:57:06.569, unit: freemap_route_ipv6 |
| 2784 | 2026-08-31T00:57:07.657Z | Aug 31 00:57:06.569 DEBG DEBGreset freemap, DEBGunit: freemap_route_ipv6 |
| 2785 | 2026-08-31T00:57:07.657Z | replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.569 INFO |
| 2786 | 2026-08-31T00:57:07.657Z | |
| 2787 | 2026-08-31T00:57:07.657Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 2788 | 2026-08-31T00:57:07.657Z | Aug 31 00:57:06.569 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 31 00:57:06.569 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 } }] |
| 2789 | 2026-08-31T00:57:07.657Z | |
| 2790 | 2026-08-31T00:57:07.657Z | Aug 31 00:57:06.569 INFO DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff Aug 31 00:57:06.569reset freemap , INFOunit adding route 172.17.0.0/32 -> 10.0.0.255 |
| 2791 | 2026-08-31T00:57:07.657Z | Aug 31 00:57:06.569Aug 31 00:57:06.569 :Aug 31 00:57:06.569 freemap_route_ipv4INFO |
| 2792 | 2026-08-31T00:57:07.657Z | DEBG Aug 31 00:57:06.569replacing 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 } }] |
| 2793 | 2026-08-31T00:57:07.657Z | |
| 2794 | 2026-08-31T00:57:07.657Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 31 00:57:06.569 |
| 2795 | 2026-08-31T00:57:07.657Z | Aug 31 00:57:06.569 DEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.569 |
| 2796 | 2026-08-31T00:57:07.657Z | INFO DEBGadding route 172.17.0.1/32 -> 10.0.0.255DEBG |
| 2797 | 2026-08-31T00:57:07.657Z | initted freemap. size: 64, Aug 31 00:57:06.569 DEBG unitreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 2798 | 2026-08-31T00:57:07.657Z | INFO Aug 31 00:57:06.569adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2799 | 2026-08-31T00:57:07.657Z | INFOAug 31 00:57:06.569: INFO adding route 172.17.0.2/32 -> 10.0.0.255 Aug 31 00:57:06.569adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2800 | 2026-08-31T00:57:07.657Z | DEBG |
| 2801 | 2026-08-31T00:57:07.657Z | Aug 31 00:57:06.569Aug 31 00:57:06.569 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 } }] |
| 2802 | 2026-08-31T00:57:07.657Z | 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 } }]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 } }] |
| 2803 | 2026-08-31T00:57:07.657Z | Aug 31 00:57:06.569 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 } }] |
| 2804 | 2026-08-31T00:57:07.657Z | INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 2805 | 2026-08-31T00:57:07.657Z | |
| 2806 | 2026-08-31T00:57:07.657Z | Aug 31 00:57:06.569 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 } }] |
| 2807 | 2026-08-31T00:57:07.657Z | Aug 31 00:57:06.569Aug 31 00:57:06.569 INFO adding route 172.17.0.4/32 -> 10.0.0.255INFO |
| 2808 | 2026-08-31T00:57:07.657Z | Aug 31 00:57:06.569 DEBGAug 31 00:57:06.569 Aug 31 00:57:06.569replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2809 | 2026-08-31T00:57:07.657Z | |
| 2810 | 2026-08-31T00:57:07.657Z | Aug 31 00:57:06.569INFO DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 31 00:57:06.569 INFOINFO |
| 2811 | 2026-08-31T00:57:07.657Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 2812 | 2026-08-31T00:57:07.658Z | Aug 31 00:57:06.569 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 } }] |
| 2813 | 2026-08-31T00:57:07.658Z | 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 } }] |
| 2814 | 2026-08-31T00:57:07.658Z | Aug 31 00:57:06.569Aug 31 00:57:06.569 DEBGINFO Aug 31 00:57:06.569 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO |
| 2815 | 2026-08-31T00:57:07.658Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 172.17.0.6/32 -> 10.0.0.255 |
| 2816 | 2026-08-31T00:57:07.658Z | |
| 2817 | 2026-08-31T00:57:07.658Z | Aug 31 00:57:06.569 DEBGfreemap_route_ipv6Aug 31 00:57:06.569 replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 2818 | 2026-08-31T00:57:07.658Z | |
| 2819 | 2026-08-31T00:57:07.658Z | DEBGAug 31 00:57:06.569 INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 2820 | 2026-08-31T00:57:07.658Z | 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 } }] |
| 2821 | 2026-08-31T00:57:07.658Z | Aug 31 00:57:06.569 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 } }] |
| 2822 | 2026-08-31T00:57:07.658Z | Aug 31 00:57:06.569 |
| 2823 | 2026-08-31T00:57:07.658Z | Aug 31 00:57:06.569 INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 2824 | 2026-08-31T00:57:07.658Z | Aug 31 00:57:06.569 Aug 31 00:57:06.569INFOAug 31 00:57:06.569DEBG DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 2825 | 2026-08-31T00:57:07.658Z | DEBGreset freemapreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2826 | 2026-08-31T00:57:07.658Z | , 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 } }]unit |
| 2827 | 2026-08-31T00:57:07.658Z | Aug 31 00:57:06.569Aug 31 00:57:06.569 INFO : Aug 31 00:57:06.569Aug 31 00:57:06.569 DEBGINFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2828 | 2026-08-31T00:57:07.658Z | freemap_route_ipv6adding route 172.17.0.9/32 -> 10.0.0.255 |
| 2829 | 2026-08-31T00:57:07.658Z | |
| 2830 | 2026-08-31T00:57:07.658Z | DEBGAug 31 00:57:06.569Aug 31 00:57:06.569 Aug 31 00:57:06.569created new freemap 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 } }]DEBGDEBG |
| 2831 | 2026-08-31T00:57:07.658Z | 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 } }] |
| 2832 | 2026-08-31T00:57:07.658Z | 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 } }] |
| 2833 | 2026-08-31T00:57:07.658Z | , Aug 31 00:57:06.569unit :Aug 31 00:57:06.569INFO Aug 31 00:57:06.569adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 2834 | 2026-08-31T00:57:07.658Z | INFO INFOadding route 172.17.0.10/32 -> 10.0.0.255freemap_route_ipv4Aug 31 00:57:06.569 |
| 2835 | 2026-08-31T00:57:07.658Z | |
| 2836 | 2026-08-31T00:57:07.658Z | DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2837 | 2026-08-31T00:57:07.658Z | 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 } }] |
| 2838 | 2026-08-31T00:57:07.658Z | Aug 31 00:57:06.569Aug 31 00:57:06.569Aug 31 00:57:06.569 Aug 31 00:57:06.569DEBG INFODEBG DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 2839 | 2026-08-31T00:57:07.658Z | 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 } }] |
| 2840 | 2026-08-31T00:57:07.658Z | |
| 2841 | 2026-08-31T00:57:07.658Z | Aug 31 00:57:06.569created new freemap DEBG, unitreplacing 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 } }]: |
| 2842 | 2026-08-31T00:57:07.658Z | Aug 31 00:57:06.569 Aug 31 00:57:06.569INFOAug 31 00:57:06.569 INFOadding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFO |
| 2843 | 2026-08-31T00:57:07.658Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 2844 | 2026-08-31T00:57:07.658Z | |
| 2845 | 2026-08-31T00:57:07.658Z | adding route 172.17.0.11/32 -> 10.0.0.255 |
| 2846 | 2026-08-31T00:57:07.658Z | Aug 31 00:57:06.569 Aug 31 00:57:06.569DEBGAug 31 00:57:06.569 Aug 31 00:57:06.569DEBG 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 } }] initted freemap. size: 64replacing 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 } }] |
| 2847 | 2026-08-31T00:57:07.658Z | , |
| 2848 | 2026-08-31T00:57:07.658Z | unit: freemap_route_ipv4replacing 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 } }] |
| 2849 | 2026-08-31T00:57:07.658Z | |
| 2850 | 2026-08-31T00:57:07.658Z | Aug 31 00:57:06.569 Aug 31 00:57:06.569INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffINFO |
| 2851 | 2026-08-31T00:57:07.659Z | Aug 31 00:57:06.569 Aug 31 00:57:06.569adding route 172.17.0.12/32 -> 10.0.0.255 DEBGINFO Aug 31 00:57:06.569 |
| 2852 | 2026-08-31T00:57:07.659Z | reset freemap adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG, unit |
| 2853 | 2026-08-31T00:57:07.659Z | 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 } }]: |
| 2854 | 2026-08-31T00:57:07.659Z | Aug 31 00:57:06.569 DEBGAug 31 00:57:06.569 Aug 31 00:57:06.569 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 |
| 2855 | 2026-08-31T00:57:07.659Z | INFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2856 | 2026-08-31T00:57:07.659Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 2857 | 2026-08-31T00:57:07.659Z | |
| 2858 | 2026-08-31T00:57:07.659Z | Aug 31 00:57:06.569Aug 31 00:57:06.569 INFOAug 31 00:57:06.569INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 2859 | 2026-08-31T00:57:07.659Z | Aug 31 00:57:06.569adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2860 | 2026-08-31T00:57:07.659Z | DEBG DEBGreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2861 | 2026-08-31T00:57:07.659Z | Aug 31 00:57:06.569initted freemap. size: 64 Aug 31 00:57:06.569DEBG Aug 31 00:57:06.569DEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] , replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2862 | 2026-08-31T00:57:07.659Z | |
| 2863 | 2026-08-31T00:57:07.659Z | unitadding route 3fff:beef:36::/64 -> 2001:db8::55:ff: |
| 2864 | 2026-08-31T00:57:07.659Z | Aug 31 00:57:06.569 INFOAug 31 00:57:06.569freemap_route_ipv6 INFOadding route 172.17.0.14/32 -> 10.0.0.255Aug 31 00:57:06.569 |
| 2865 | 2026-08-31T00:57:07.659Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2866 | 2026-08-31T00:57:07.659Z | |
| 2867 | 2026-08-31T00:57:07.659Z | DEBG Aug 31 00:57:06.569replacing 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 } }] |
| 2868 | 2026-08-31T00:57:07.659Z | Aug 31 00:57:06.569DEBG DEBGAug 31 00:57:06.569replacing 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 } }] DEBGreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2869 | 2026-08-31T00:57:07.659Z | Aug 31 00:57:06.569 |
| 2870 | 2026-08-31T00:57:07.659Z | reset freemapINFO Aug 31 00:57:06.569adding route 3fff:beef:37::/64 -> 2001:db8::55:ff Aug 31 00:57:06.569INFO , INFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2871 | 2026-08-31T00:57:07.659Z | adding route 172.17.0.15/32 -> 10.0.0.255 |
| 2872 | 2026-08-31T00:57:07.659Z | |
| 2873 | 2026-08-31T00:57:07.659Z | unit: freemap_route_ipv6Aug 31 00:57:06.569 |
| 2874 | 2026-08-31T00:57:07.659Z | Aug 31 00:57:06.569 DEBGAug 31 00:57:06.569 Aug 31 00:57:06.569DEBGreplacing 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 } }] |
| 2875 | 2026-08-31T00:57:07.659Z | 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 } }] |
| 2876 | 2026-08-31T00:57:07.659Z | DEBGINFOAug 31 00:57:06.569 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 } }]INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2877 | 2026-08-31T00:57:07.663Z | |
| 2878 | 2026-08-31T00:57:07.663Z | Aug 31 00:57:06.569 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 31 00:57:06.569INFO |
| 2879 | 2026-08-31T00:57:07.663Z | Aug 31 00:57:06.569 DEBGINFO Aug 31 00:57:06.569adding route 172.17.0.16/32 -> 10.0.0.255adding route 3fff:beef:38::/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 } }] |
| 2880 | 2026-08-31T00:57:07.663Z | DEBG |
| 2881 | 2026-08-31T00:57:07.663Z | |
| 2882 | 2026-08-31T00:57:07.663Z | Aug 31 00:57:06.569replacing 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 } }] |
| 2883 | 2026-08-31T00:57:07.663Z | DEBGAug 31 00:57:06.569 Aug 31 00:57:06.569replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 00:57:06.569 INFODEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 2884 | 2026-08-31T00:57:07.663Z | |
| 2885 | 2026-08-31T00:57:07.663Z | INFO |
| 2886 | 2026-08-31T00:57:07.664Z | Aug 31 00:57:06.569Aug 31 00:57:06.569adding route 3fff:dead::/64 -> 2001:db8::55:2 INFODEBG |
| 2887 | 2026-08-31T00:57:07.664Z | adding route 172.17.0.17/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 } }] |
| 2888 | 2026-08-31T00:57:07.664Z | |
| 2889 | 2026-08-31T00:57:07.664Z | Aug 31 00:57:06.569 DEBGAug 31 00:57:06.569 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 2890 | 2026-08-31T00:57:07.664Z | Aug 31 00:57:06.569 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 31 00:57:06.569 INFO |
| 2891 | 2026-08-31T00:57:07.664Z | DEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 2892 | 2026-08-31T00:57:07.664Z | Aug 31 00:57:06.569 |
| 2893 | 2026-08-31T00:57:07.664Z | Aug 31 00:57:06.569INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 31 00:57:06.569 Aug 31 00:57:06.569 |
| 2894 | 2026-08-31T00:57:07.664Z | DEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2895 | 2026-08-31T00:57:07.664Z | Aug 31 00:57:06.569 DEBGadding route 172.17.0.18/32 -> 10.0.0.255 |
| 2896 | 2026-08-31T00:57:07.664Z | 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 } }] |
| 2897 | 2026-08-31T00:57:07.664Z | Aug 31 00:57:06.569replacing 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 } }] |
| 2898 | 2026-08-31T00:57:07.664Z | DEBG Aug 31 00:57:06.569replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.569 INFOINFO |
| 2899 | 2026-08-31T00:57:07.664Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 2900 | 2026-08-31T00:57:07.664Z | |
| 2901 | 2026-08-31T00:57:07.664Z | Aug 31 00:57:06.569Aug 31 00:57:06.569Aug 31 00:57:06.569 INFO DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ff INFOAug 31 00:57:06.569replacing 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 } }] |
| 2902 | 2026-08-31T00:57:07.664Z | |
| 2903 | 2026-08-31T00:57:07.664Z | DEBGadding route 172.17.0.19/32 -> 10.0.0.255 |
| 2904 | 2026-08-31T00:57:07.664Z | replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.570 |
| 2905 | 2026-08-31T00:57:07.664Z | Aug 31 00:57:06.570DEBG Aug 31 00:57:06.570replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.570 |
| 2906 | 2026-08-31T00:57:07.664Z | DEBG 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 } }] |
| 2907 | 2026-08-31T00:57:07.664Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFO |
| 2908 | 2026-08-31T00:57:07.664Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2909 | 2026-08-31T00:57:07.664Z | Aug 31 00:57:06.570 INFOAug 31 00:57:06.570 Aug 31 00:57:06.570Aug 31 00:57:06.570 adding route 172.17.0.20/32 -> 10.0.0.255 |
| 2910 | 2026-08-31T00:57:07.664Z | DEBG DEBGreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 00:57:06.570replacing 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 } }] |
| 2911 | 2026-08-31T00:57:07.664Z | INFO |
| 2912 | 2026-08-31T00:57:07.664Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ffDEBG |
| 2913 | 2026-08-31T00:57:07.664Z | Aug 31 00:57:06.570 replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.570 |
| 2914 | 2026-08-31T00:57:07.664Z | INFOINFO Aug 31 00:57:06.570adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 2915 | 2026-08-31T00:57:07.664Z | INFO Aug 31 00:57:06.570adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff DEBGAug 31 00:57:06.570 |
| 2916 | 2026-08-31T00:57:07.664Z | adding route 172.17.0.21/32 -> 10.0.0.255 DEBG |
| 2917 | 2026-08-31T00:57:07.664Z | replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.570replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.570 |
| 2918 | 2026-08-31T00:57:07.664Z | DEBG |
| 2919 | 2026-08-31T00:57:07.664Z | 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 Aug 31 00:57:06.570 |
| 2920 | 2026-08-31T00:57:07.664Z | 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 } }] |
| 2921 | 2026-08-31T00:57:07.664Z | INFO Aug 31 00:57:06.570adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff Aug 31 00:57:06.570INFO |
| 2922 | 2026-08-31T00:57:07.664Z | Aug 31 00:57:06.570 INFODEBG adding route 172.17.0.22/32 -> 10.0.0.255 |
| 2923 | 2026-08-31T00:57:07.664Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:fffailed to allocate space for the new target list |
| 2924 | 2026-08-31T00:57:07.664Z | |
| 2925 | 2026-08-31T00:57:07.664Z | Aug 31 00:57:06.570 Aug 31 00:57:06.570DEBGAug 31 00:57:06.570 DEBG Aug 31 00:57:06.570 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 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 } }] |
| 2926 | 2026-08-31T00:57:07.665Z | |
| 2927 | 2026-08-31T00:57:07.665Z | DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 2928 | 2026-08-31T00:57:07.665Z | replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.570Aug 31 00:57:06.570 |
| 2929 | 2026-08-31T00:57:07.665Z | INFOINFO adding route 172.17.0.23/32 -> 10.0.0.255adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 31 00:57:06.570 |
| 2930 | 2026-08-31T00:57:07.665Z | |
| 2931 | 2026-08-31T00:57:07.665Z | INFOAug 31 00:57:06.570Aug 31 00:57:06.570 DEBG INFOadding route 3fff:beef:4::/64 -> 2001:db8::55:ff DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 2932 | 2026-08-31T00:57:07.665Z | |
| 2933 | 2026-08-31T00:57:07.665Z | |
| 2934 | 2026-08-31T00:57:07.665Z | |
| 2935 | 2026-08-31T00:57:07.665Z | Aug 31 00:57:06.570Aug 31 00:57:06.570 INFODEBG Aug 31 00:57:06.570adding route 172.17.0.24/32 -> 10.0.0.255 |
| 2936 | 2026-08-31T00:57:07.665Z | INFOreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2937 | 2026-08-31T00:57:07.665Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 2938 | 2026-08-31T00:57:07.665Z | Aug 31 00:57:06.570Aug 31 00:57:06.570 DEBGDEBG Aug 31 00:57:06.570replacing 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 } }] |
| 2939 | 2026-08-31T00:57:07.665Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 00:57:06.570INFO |
| 2940 | 2026-08-31T00:57:07.665Z | DEBGAug 31 00:57:06.570 replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2941 | 2026-08-31T00:57:07.665Z | Aug 31 00:57:06.570 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 31 00:57:06.570INFO |
| 2942 | 2026-08-31T00:57:07.665Z | INFOadding route 172.17.0.25/32 -> 10.0.0.255 |
| 2943 | 2026-08-31T00:57:07.665Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2944 | 2026-08-31T00:57:07.665Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 31 00:57:06.570 |
| 2945 | 2026-08-31T00:57:07.665Z | Aug 31 00:57:06.570 Aug 31 00:57:06.570DEBG DEBGAug 31 00:57:06.570 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 |
| 2946 | 2026-08-31T00:57:07.665Z | 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 |
| 2947 | 2026-08-31T00:57:07.665Z | Aug 31 00:57:06.570 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 2948 | 2026-08-31T00:57:07.665Z | replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.570adding route 172.17.0.26/32 -> 10.0.0.255 INFOAug 31 00:57:06.570 DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 2949 | 2026-08-31T00:57:07.665Z | created new freemap |
| 2950 | 2026-08-31T00:57:07.665Z | , unitAug 31 00:57:06.569Aug 31 00:57:06.575Aug 31 00:57:06.575 DEBGAug 31 00:57:06.570 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 } }] |
| 2951 | 2026-08-31T00:57:07.665Z | : Aug 31 00:57:06.570freemap_route_ipv4Aug 31 00:57:06.575 |
| 2952 | 2026-08-31T00:57:07.665Z | INFODEBG INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff adding route 3fff:beef:22::/64 -> 2001:db8::55:ffcreated new freemap |
| 2953 | 2026-08-31T00:57:07.665Z | Aug 31 00:57:06.575, |
| 2954 | 2026-08-31T00:57:07.665Z | unitDEBGDEBG created new freemapAug 31 00:57:06.575: , unit freemap_route_ipv4created new freemap |
| 2955 | 2026-08-31T00:57:07.665Z | DEBG:Aug 31 00:57:06.575 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 } }], |
| 2956 | 2026-08-31T00:57:07.665Z | freemap_route_ipv6 unit |
| 2957 | 2026-08-31T00:57:07.665Z | :Aug 31 00:57:06.575 DEBGDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 Aug 31 00:57:06.575created new freemap |
| 2958 | 2026-08-31T00:57:07.665Z | , |
| 2959 | 2026-08-31T00:57:07.665Z | unitINFOAug 31 00:57:06.575: freemap_route_ipv6 |
| 2960 | 2026-08-31T00:57:07.665Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBG |
| 2961 | 2026-08-31T00:57:07.665Z | Aug 31 00:57:06.575initted freemap. size: 64Aug 31 00:57:06.575, DEBGINFOAug 31 00:57:06.575 DEBGAug 31 00:57:06.575initted freemap. size: 64 , unitreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2962 | 2026-08-31T00:57:07.665Z | DEBGunit :created new freemap : |
| 2963 | 2026-08-31T00:57:07.665Z | Aug 31 00:57:06.575, unitfreemap_route_ipv4 |
| 2964 | 2026-08-31T00:57:07.665Z | INFOAug 31 00:57:06.575 adding route 3fff:beef:24::/64 -> 2001:db8::55:ff: |
| 2965 | 2026-08-31T00:57:07.665Z | freemap_route_ipv6Aug 31 00:57:06.575 |
| 2966 | 2026-08-31T00:57:07.666Z | Aug 31 00:57:06.575DEBG DEBGfreemap_route_ipv4 |
| 2967 | 2026-08-31T00:57:07.666Z | DEBGreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] reset freemapreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2968 | 2026-08-31T00:57:07.666Z | , |
| 2969 | 2026-08-31T00:57:07.666Z | unitAug 31 00:57:06.575 : Aug 31 00:57:06.575Aug 31 00:57:06.575DEBGfreemap_route_ipv4 Aug 31 00:57:06.575 INFOINFODEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2970 | 2026-08-31T00:57:07.666Z | |
| 2971 | 2026-08-31T00:57:07.666Z | initted freemap. size: 64 |
| 2972 | 2026-08-31T00:57:07.666Z | , unit:Aug 31 00:57:06.575reset freemap Aug 31 00:57:06.575, unitAug 31 00:57:06.575DEBG DEBGfreemap_route_ipv4initted freemap. size: 64: , |
| 2973 | 2026-08-31T00:57:07.666Z | 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 freemap_route_ipv4unit |
| 2974 | 2026-08-31T00:57:07.666Z | : |
| 2975 | 2026-08-31T00:57:07.666Z | replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.575 |
| 2976 | 2026-08-31T00:57:07.666Z | DEBG Aug 31 00:57:06.575reset freemap Aug 31 00:57:06.575freemap_route_ipv6, |
| 2977 | 2026-08-31T00:57:07.670Z | unitINFODEBGAug 31 00:57:06.575 Aug 31 00:57:06.575:INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 2978 | 2026-08-31T00:57:07.670Z | freemap_route_ipv4DEBG |
| 2979 | 2026-08-31T00:57:07.670Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2980 | 2026-08-31T00:57:07.670Z | , Aug 31 00:57:06.575Aug 31 00:57:06.575 reset freemapDEBG, unitAug 31 00:57:06.575replacing 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 } }] |
| 2981 | 2026-08-31T00:57:07.670Z | :DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2982 | 2026-08-31T00:57:07.670Z | freemap_route_ipv6unitAug 31 00:57:06.575DEBG INFO |
| 2983 | 2026-08-31T00:57:07.670Z | initted freemap. size: 64adding route 3fff:beef:27::/64 -> 2001:db8::55:ff:, |
| 2984 | 2026-08-31T00:57:07.670Z | unit: freemap_route_ipv6 Aug 31 00:57:06.575Aug 31 00:57:06.575 |
| 2985 | 2026-08-31T00:57:07.670Z | Aug 31 00:57:06.575 INFO DEBG adding route 3fff:beef:2a::/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 } }] |
| 2986 | 2026-08-31T00:57:07.670Z | |
| 2987 | 2026-08-31T00:57:07.670Z | freemap_route_ipv6Aug 31 00:57:06.575INFO |
| 2988 | 2026-08-31T00:57:07.670Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2989 | 2026-08-31T00:57:07.670Z | Aug 31 00:57:06.575 reset freemapAug 31 00:57:06.575, DEBG Aug 31 00:57:06.575unitreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.575 |
| 2990 | 2026-08-31T00:57:07.670Z | INFO: freemap_route_ipv6 adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2991 | 2026-08-31T00:57:07.670Z | DEBG |
| 2992 | 2026-08-31T00:57:07.670Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 00:57:06.575 |
| 2993 | 2026-08-31T00:57:07.670Z | INFOAug 31 00:57:06.575 Aug 31 00:57:06.575adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG |
| 2994 | 2026-08-31T00:57:07.670Z | Aug 31 00:57:06.575 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 } }] |
| 2995 | 2026-08-31T00:57:07.670Z | reset freemapINFODEBGAug 31 00:57:06.575 Aug 31 00:57:06.575 , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 2996 | 2026-08-31T00:57:07.670Z | INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2997 | 2026-08-31T00:57:07.670Z | 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 } }] |
| 2998 | 2026-08-31T00:57:07.670Z | |
| 2999 | 2026-08-31T00:57:07.670Z | unit:Aug 31 00:57:06.575Aug 31 00:57:06.575 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 } }] |
| 3000 | 2026-08-31T00:57:07.670Z | freemap_route_ipv6Aug 31 00:57:06.575 |
| 3001 | 2026-08-31T00:57:07.670Z | INFOreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3002 | 2026-08-31T00:57:07.670Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 3003 | 2026-08-31T00:57:07.670Z | |
| 3004 | 2026-08-31T00:57:07.670Z | Aug 31 00:57:06.575 Aug 31 00:57:06.575INFO Aug 31 00:57:06.575Aug 31 00:57:06.575INFO DEBGAug 31 00:57:06.575 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:2a::/64 -> 2001:db8::55:ff |
| 3005 | 2026-08-31T00:57:07.670Z | |
| 3006 | 2026-08-31T00:57:07.671Z | adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 3007 | 2026-08-31T00:57:07.671Z | INFO |
| 3008 | 2026-08-31T00:57:07.671Z | Aug 31 00:57:06.575Aug 31 00:57:06.575 Aug 31 00:57:06.575adding route 3fff:dead::/64 -> 2001:db8::55:2 DEBGAug 31 00:57:06.575DEBG INFO replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3009 | 2026-08-31T00:57:07.671Z | replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 3010 | 2026-08-31T00:57:07.671Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 31 00:57:06.575 |
| 3011 | 2026-08-31T00:57:07.671Z | |
| 3012 | 2026-08-31T00:57:07.671Z | |
| 3013 | 2026-08-31T00:57:07.671Z | Aug 31 00:57:06.575 INFOINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 31 00:57:06.575 |
| 3014 | 2026-08-31T00:57:07.671Z | Aug 31 00:57:06.575 |
| 3015 | 2026-08-31T00:57:07.671Z | DEBGDEBGAug 31 00:57:06.575 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 } }]Aug 31 00:57:06.575Aug 31 00:57:06.575replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3016 | 2026-08-31T00:57:07.671Z | DEBG |
| 3017 | 2026-08-31T00:57:07.671Z | INFO replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 3018 | 2026-08-31T00:57:07.671Z | |
| 3019 | 2026-08-31T00:57:07.671Z | Aug 31 00:57:06.575 Aug 31 00:57:06.575adding route 172.16.0.0/32 -> 10.0.0.1 Aug 31 00:57:06.575INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 31 00:57:06.575adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 3020 | 2026-08-31T00:57:07.671Z | |
| 3021 | 2026-08-31T00:57:07.671Z | INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 3022 | 2026-08-31T00:57:07.671Z | INFOAug 31 00:57:06.575Aug 31 00:57:06.575 |
| 3023 | 2026-08-31T00:57:07.671Z | DEBG adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 3024 | 2026-08-31T00:57:07.671Z | replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 3025 | 2026-08-31T00:57:07.671Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 31 00:57:06.575Aug 31 00:57:06.575Aug 31 00:57:06.575 DEBG DEBGINFO Aug 31 00:57:06.575replacing 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 } }] |
| 3026 | 2026-08-31T00:57:07.671Z | 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:2d::/64 -> 2001:db8::55:ff |
| 3027 | 2026-08-31T00:57:07.671Z | |
| 3028 | 2026-08-31T00:57:07.671Z | DEBG |
| 3029 | 2026-08-31T00:57:07.671Z | Aug 31 00:57:06.570Aug 31 00:57:06.575 Aug 31 00:57:06.575INFO Aug 31 00:57:06.575 INFOAug 31 00:57:06.575 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3030 | 2026-08-31T00:57:07.671Z | replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ffINFO |
| 3031 | 2026-08-31T00:57:07.671Z | |
| 3032 | 2026-08-31T00:57:07.671Z | INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, 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 } }] |
| 3033 | 2026-08-31T00:57:07.671Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3034 | 2026-08-31T00:57:07.671Z | Aug 31 00:57:06.575Aug 31 00:57:06.575 |
| 3035 | 2026-08-31T00:57:07.671Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 3036 | 2026-08-31T00:57:07.671Z | test route::tests::grow_succeeds ... ok |
| 3037 | 2026-08-31T00:57:07.671Z | INFOAug 31 00:57:06.575 DEBG Aug 31 00:57:06.575DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 31 00:57:06.575 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3038 | 2026-08-31T00:57:07.671Z | |
| 3039 | 2026-08-31T00:57:07.671Z | INFO Aug 31 00:57:06.575 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 |
| 3040 | 2026-08-31T00:57:07.671Z | Aug 31 00:57:06.575adding route 172.16.0.0/32 -> 10.0.0.1 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBGAug 31 00:57:06.575 |
| 3041 | 2026-08-31T00:57:07.671Z | DEBG |
| 3042 | 2026-08-31T00:57:07.671Z | replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 3043 | 2026-08-31T00:57:07.671Z | |
| 3044 | 2026-08-31T00:57:07.671Z | replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.575 DEBG |
| 3045 | 2026-08-31T00:57:07.672Z | Aug 31 00:57:06.575replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 00:57:06.575 |
| 3046 | 2026-08-31T00:57:07.672Z | Aug 31 00:57:06.575 Aug 31 00:57:06.575 INFO DEBGINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3047 | 2026-08-31T00:57:07.672Z | |
| 3048 | 2026-08-31T00:57:07.672Z | replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.575Aug 31 00:57:06.575INFO |
| 3049 | 2026-08-31T00:57:07.672Z | DEBGWARNAug 31 00:57:06.575Aug 31 00:57:06.575 INFODEBGAug 31 00:57:06.575 adding route 3fff:beef:b::/64 -> 2001:db8::55:ff DEBG |
| 3050 | 2026-08-31T00:57:07.672Z | shrink-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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3051 | 2026-08-31T00:57:07.672Z | |
| 3052 | 2026-08-31T00:57:07.672Z | |
| 3053 | 2026-08-31T00:57:07.672Z | Aug 31 00:57:06.575 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG |
| 3054 | 2026-08-31T00:57:07.672Z | Aug 31 00:57:06.575 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 } }] |
| 3055 | 2026-08-31T00:57:07.672Z | Aug 31 00:57:06.575DEBGAug 31 00:57:06.575 ERROreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 3056 | 2026-08-31T00:57:07.672Z | Aug 31 00:57:06.581 |
| 3057 | 2026-08-31T00:57:07.672Z | Aug 31 00:57:06.581INFO Aug 31 00:57:06.582DEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 31 00:57:06.582 |
| 3058 | 2026-08-31T00:57:07.672Z | replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 3059 | 2026-08-31T00:57:07.672Z | adding route 172.16.0.0/32 -> 10.0.0.2DEBG |
| 3060 | 2026-08-31T00:57:07.672Z | replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3061 | 2026-08-31T00:57:07.672Z | Aug 31 00:57:06.582 Aug 31 00:57:06.582DEBGAug 31 00:57:06.582 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 } }] |
| 3062 | 2026-08-31T00:57:07.672Z | Aug 31 00:57:06.582INFO DEBG INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, 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 } }] |
| 3063 | 2026-08-31T00:57:07.672Z | Aug 31 00:57:06.582 |
| 3064 | 2026-08-31T00:57:07.672Z | INFOAug 31 00:57:06.582 Aug 31 00:57:06.582 INFO DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 172.17.0.0/32 -> 10.0.0.255 |
| 3065 | 2026-08-31T00:57:07.672Z | |
| 3066 | 2026-08-31T00:57:07.672Z | 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 } }] |
| 3067 | 2026-08-31T00:57:07.672Z | |
| 3068 | 2026-08-31T00:57:07.672Z | DEBG Aug 31 00:57:06.582replacing 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 } }] |
| 3069 | 2026-08-31T00:57:07.672Z | INFOAug 31 00:57:06.582 Aug 31 00:57:06.582DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff Aug 31 00:57:06.582 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 } }] |
| 3070 | 2026-08-31T00:57:07.672Z | |
| 3071 | 2026-08-31T00:57:07.672Z | INFODEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.582adding route 172.17.0.27/32 -> 10.0.0.255 |
| 3072 | 2026-08-31T00:57:07.672Z | Aug 31 00:57:06.582DEBG |
| 3073 | 2026-08-31T00:57:07.672Z | 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 |
| 3074 | 2026-08-31T00:57:07.672Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 31 00:57:06.582Aug 31 00:57:06.582 |
| 3075 | 2026-08-31T00:57:07.672Z | Aug 31 00:57:06.582 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 } }] INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 3076 | 2026-08-31T00:57:07.672Z | |
| 3077 | 2026-08-31T00:57:07.677Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 3078 | 2026-08-31T00:57:07.677Z | Aug 31 00:57:06.582 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 } }] |
| 3079 | 2026-08-31T00:57:07.677Z | Aug 31 00:57:06.582Aug 31 00:57:06.582 DEBGAug 31 00:57:06.582INFO 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 } }]DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 3080 | 2026-08-31T00:57:07.677Z | |
| 3081 | 2026-08-31T00:57:07.677Z | replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.582 |
| 3082 | 2026-08-31T00:57:07.677Z | Aug 31 00:57:06.582 INFOINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 31 00:57:06.582rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 172.17.0.28/32 -> 10.0.0.255Aug 31 00:57:06.582 |
| 3083 | 2026-08-31T00:57:07.677Z | |
| 3084 | 2026-08-31T00:57:07.677Z | |
| 3085 | 2026-08-31T00:57:07.677Z | INFO adding route 172.17.0.2/32 -> 10.0.0.255Aug 31 00:57:06.582 |
| 3086 | 2026-08-31T00:57:07.677Z | DEBGDEBGAug 31 00:57:06.582 Aug 31 00:57:06.582 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 } }] |
| 3087 | 2026-08-31T00:57:07.677Z | Aug 31 00:57:06.582ERRO 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 } }]shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds itDEBG |
| 3088 | 2026-08-31T00:57:07.677Z | |
| 3089 | 2026-08-31T00:57:07.677Z | Aug 31 00:57:06.582replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.582 |
| 3090 | 2026-08-31T00:57:07.677Z | DEBGINFO INFO adding route 172.17.0.29/32 -> 10.0.0.255 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 31 00:57:06.582replacing 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 } }] |
| 3091 | 2026-08-31T00:57:07.677Z | INFO |
| 3092 | 2026-08-31T00:57:07.677Z | |
| 3093 | 2026-08-31T00:57:07.677Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 31 00:57:06.582 |
| 3094 | 2026-08-31T00:57:07.677Z | DEBGAug 31 00:57:06.582 Aug 31 00:57:06.582 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 } }]DEBGINFO |
| 3095 | 2026-08-31T00:57:07.677Z | adding route 172.17.0.3/32 -> 10.0.0.255 |
| 3096 | 2026-08-31T00:57:07.677Z | Aug 31 00:57:06.582replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.582 |
| 3097 | 2026-08-31T00:57:07.677Z | INFO DEBGAug 31 00:57:06.582adding route 172.17.0.30/32 -> 10.0.0.255 |
| 3098 | 2026-08-31T00:57:07.677Z | Aug 31 00:57:06.582 replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGINFO Aug 31 00:57:06.582replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 3099 | 2026-08-31T00:57:07.677Z | |
| 3100 | 2026-08-31T00:57:07.677Z | DEBG |
| 3101 | 2026-08-31T00:57:07.677Z | 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 } }] |
| 3102 | 2026-08-31T00:57:07.677Z | Aug 31 00:57:06.582 Aug 31 00:57:06.582INFO DEBGadding route 172.17.0.4/32 -> 10.0.0.255 |
| 3103 | 2026-08-31T00:57:07.677Z | Aug 31 00:57:06.582replacing 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 } }] |
| 3104 | 2026-08-31T00:57:07.677Z | Aug 31 00:57:06.582 Aug 31 00:57:06.576adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 31 00:57:06.582 Aug 31 00:57:06.582 |
| 3105 | 2026-08-31T00:57:07.677Z | DEBG created new freemapINFO, unitDEBG 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 } }] |
| 3106 | 2026-08-31T00:57:07.677Z | INFO: adding route 172.17.0.31/32 -> 10.0.0.255freemap_route_ipv4 |
| 3107 | 2026-08-31T00:57:07.677Z | |
| 3108 | 2026-08-31T00:57:07.677Z | Aug 31 00:57:06.582adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 3109 | 2026-08-31T00:57:07.677Z | INFO Aug 31 00:57:06.582adding route 172.17.0.5/32 -> 10.0.0.255 |
| 3110 | 2026-08-31T00:57:07.677Z | DEBGAug 31 00:57:06.582 DEBGcreated new freemap , replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 3111 | 2026-08-31T00:57:07.677Z | :Aug 31 00:57:06.582 freemap_route_ipv6DEBG |
| 3112 | 2026-08-31T00:57:07.677Z | Aug 31 00:57:06.582 Aug 31 00:57:06.582 replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 3113 | 2026-08-31T00:57:07.677Z | DEBG adding route 172.17.0.32/32 -> 10.0.0.255replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3114 | 2026-08-31T00:57:07.677Z | Aug 31 00:57:06.582 |
| 3115 | 2026-08-31T00:57:07.678Z | DEBG Aug 31 00:57:06.582initted freemap. size: 64 , Aug 31 00:57:06.582unit :DEBGAug 31 00:57:06.582 INFOfreemap_route_ipv4 |
| 3116 | 2026-08-31T00:57:07.678Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 3117 | 2026-08-31T00:57:07.678Z | 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 } }] |
| 3118 | 2026-08-31T00:57:07.678Z | INFOAug 31 00:57:06.582 DEBG adding route 172.17.0.6/32 -> 10.0.0.255reset freemap |
| 3119 | 2026-08-31T00:57:07.678Z | , unitAug 31 00:57:06.582Aug 31 00:57:06.582: INFODEBGfreemap_route_ipv4 |
| 3120 | 2026-08-31T00:57:07.678Z | adding route 172.17.0.33/32 -> 10.0.0.255 Aug 31 00:57:06.582 |
| 3121 | 2026-08-31T00:57:07.678Z | 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 } }] |
| 3122 | 2026-08-31T00:57:07.678Z | DEBG Aug 31 00:57:06.582replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 00:57:06.582DEBG |
| 3123 | 2026-08-31T00:57:07.678Z | initted freemap. size: 64, DEBGunit :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 } }] |
| 3124 | 2026-08-31T00:57:07.678Z | Aug 31 00:57:06.582freemap_route_ipv6 Aug 31 00:57:06.582DEBGAug 31 00:57:06.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 |
| 3125 | 2026-08-31T00:57:07.678Z | Aug 31 00:57:06.582 |
| 3126 | 2026-08-31T00:57:07.678Z | INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3127 | 2026-08-31T00:57:07.678Z | adding route 172.17.0.7/32 -> 10.0.0.255INFOAug 31 00:57:06.582Aug 31 00:57:06.582 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 31 00:57:06.582 |
| 3128 | 2026-08-31T00:57:07.678Z | INFO |
| 3129 | 2026-08-31T00:57:07.678Z | DEBG DEBGreset freemap , 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 |
| 3130 | 2026-08-31T00:57:07.678Z | Aug 31 00:57:06.582: DEBGfreemap_route_ipv6 |
| 3131 | 2026-08-31T00:57:07.678Z | replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.582adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 3132 | 2026-08-31T00:57:07.678Z | |
| 3133 | 2026-08-31T00:57:07.678Z | Aug 31 00:57:06.582Aug 31 00:57:06.582 Aug 31 00:57:06.582 Aug 31 00:57:06.582DEBG DEBGINFOINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:39::/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 } }] |
| 3134 | 2026-08-31T00:57:07.678Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 3135 | 2026-08-31T00:57:07.678Z | |
| 3136 | 2026-08-31T00:57:07.678Z | test route::tests::identity_replace_is_noop ... ok |
| 3137 | 2026-08-31T00:57:07.678Z | INFO |
| 3138 | 2026-08-31T00:57:07.678Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3139 | 2026-08-31T00:57:07.678Z | replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.582 |
| 3140 | 2026-08-31T00:57:07.678Z | Aug 31 00:57:06.582DEBG Aug 31 00:57:06.582replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3141 | 2026-08-31T00:57:07.678Z | DEBG INFOAug 31 00:57:06.582replacing 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 } }] |
| 3142 | 2026-08-31T00:57:07.678Z | DEBG Aug 31 00:57:06.582 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 } }] |
| 3143 | 2026-08-31T00:57:07.678Z | INFO adding route 172.17.0.8/32 -> 10.0.0.255Aug 31 00:57:06.582Aug 31 00:57:06.582Aug 31 00:57:06.582 INFOINFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 172.17.0.36/32 -> 10.0.0.255adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG |
| 3144 | 2026-08-31T00:57:07.678Z | |
| 3145 | 2026-08-31T00:57:07.678Z | |
| 3146 | 2026-08-31T00:57:07.678Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3147 | 2026-08-31T00:57:07.678Z | Aug 31 00:57:06.582 |
| 3148 | 2026-08-31T00:57:07.678Z | Aug 31 00:57:06.582DEBG DEBGAug 31 00:57:06.582replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 3149 | 2026-08-31T00:57:07.678Z | DEBGAug 31 00:57:06.582 |
| 3150 | 2026-08-31T00:57:07.678Z | 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 } }] |
| 3151 | 2026-08-31T00:57:07.678Z | 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 } }]Aug 31 00:57:06.582Aug 31 00:57:06.582 |
| 3152 | 2026-08-31T00:57:07.678Z | INFOAug 31 00:57:06.582 INFOadding route 172.17.0.37/32 -> 10.0.0.255INFO |
| 3153 | 2026-08-31T00:57:07.678Z | Aug 31 00:57:06.582 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFO |
| 3154 | 2026-08-31T00:57:07.679Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 3155 | 2026-08-31T00:57:07.679Z | adding route 172.17.0.9/32 -> 10.0.0.255Aug 31 00:57:06.582 |
| 3156 | 2026-08-31T00:57:07.679Z | Aug 31 00:57:06.582DEBG 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 } }] |
| 3157 | 2026-08-31T00:57:07.679Z | DEBGAug 31 00:57:06.582 Aug 31 00:57:06.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 } }] |
| 3158 | 2026-08-31T00:57:07.679Z | 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 } }]Aug 31 00:57:06.582 |
| 3159 | 2026-08-31T00:57:07.679Z | Aug 31 00:57:06.582INFO INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 172.17.0.38/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 } }] |
| 3160 | 2026-08-31T00:57:07.679Z | |
| 3161 | 2026-08-31T00:57:07.679Z | |
| 3162 | 2026-08-31T00:57:07.679Z | Aug 31 00:57:06.582Aug 31 00:57:06.582Aug 31 00:57:06.582 INFO DEBG INFOadding route 172.17.0.10/32 -> 10.0.0.255 |
| 3163 | 2026-08-31T00:57:07.679Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 3164 | 2026-08-31T00:57:07.679Z | Aug 31 00:57:06.582 |
| 3165 | 2026-08-31T00:57:07.679Z | DEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.582Aug 31 00:57:06.582 |
| 3166 | 2026-08-31T00:57:07.679Z | INFOAug 31 00:57:06.582 DEBGAug 31 00:57:06.582 replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.39/32 -> 10.0.0.255 DEBG |
| 3167 | 2026-08-31T00:57:07.679Z | DEBGfailed to allocate space for the new target list |
| 3168 | 2026-08-31T00:57:07.679Z | replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.583 |
| 3169 | 2026-08-31T00:57:07.679Z | Aug 31 00:57:06.588DEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 31 00:57:06.588INFO |
| 3170 | 2026-08-31T00:57:07.679Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFO |
| 3171 | 2026-08-31T00:57:07.679Z | adding route 172.17.0.11/32 -> 10.0.0.255Aug 31 00:57:06.588 |
| 3172 | 2026-08-31T00:57:07.679Z | INFO Aug 31 00:57:06.582adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 3173 | 2026-08-31T00:57:07.679Z | DEBGAug 31 00:57:06.588 DEBGcreated new freemap 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 } }], |
| 3174 | 2026-08-31T00:57:07.679Z | unit: |
| 3175 | 2026-08-31T00:57:07.679Z | Aug 31 00:57:06.588 DEBGAug 31 00:57:06.588 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 |
| 3176 | 2026-08-31T00:57:07.679Z | Aug 31 00:57:06.588 replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.588INFO |
| 3177 | 2026-08-31T00:57:07.683Z | Aug 31 00:57:06.588 DEBG adding route 172.17.0.12/32 -> 10.0.0.255INFO |
| 3178 | 2026-08-31T00:57:07.683Z | Aug 31 00:57:06.588 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO |
| 3179 | 2026-08-31T00:57:07.683Z | replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.582 |
| 3180 | 2026-08-31T00:57:07.683Z | freemap_route_ipv4 |
| 3181 | 2026-08-31T00:57:07.683Z | DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 31 00:57:06.588Aug 31 00:57:06.588 DEBGcreated new freemap |
| 3182 | 2026-08-31T00:57:07.683Z | Aug 31 00:57:06.588 Aug 31 00:57:06.588replacing 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, unitAug 31 00:57:06.588 |
| 3183 | 2026-08-31T00:57:07.683Z | created new freemap , :INFO DEBGAug 31 00:57:06.588 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 } }]unit INFOreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: |
| 3184 | 2026-08-31T00:57:07.683Z | adding route 172.17.0.40/32 -> 10.0.0.255 adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 3185 | 2026-08-31T00:57:07.683Z | freemap_route_ipv4 |
| 3186 | 2026-08-31T00:57:07.684Z | |
| 3187 | 2026-08-31T00:57:07.684Z | |
| 3188 | 2026-08-31T00:57:07.684Z | freemap_route_ipv6 |
| 3189 | 2026-08-31T00:57:07.684Z | Aug 31 00:57:06.588Aug 31 00:57:06.588 DEBGINFO Aug 31 00:57:06.588Aug 31 00:57:06.588replacing 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 |
| 3190 | 2026-08-31T00:57:07.684Z | INFOAug 31 00:57:06.588adding route 172.17.0.13/32 -> 10.0.0.255 |
| 3191 | 2026-08-31T00:57:07.684Z | Aug 31 00:57:06.588initted freemap. size: 64, DEBG Aug 31 00:57:06.588unit adding route 3fff:beef:14::/64 -> 2001:db8::55:ffDEBGAug 31 00:57:06.588 |
| 3192 | 2026-08-31T00:57:07.684Z | : created new freemap freemap_route_ipv4DEBG, INFOunit |
| 3193 | 2026-08-31T00:57:07.684Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreplacing 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 } }]: |
| 3194 | 2026-08-31T00:57:07.684Z | replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6 |
| 3195 | 2026-08-31T00:57:07.684Z | |
| 3196 | 2026-08-31T00:57:07.684Z | |
| 3197 | 2026-08-31T00:57:07.684Z | Aug 31 00:57:06.588Aug 31 00:57:06.588Aug 31 00:57:06.588 Aug 31 00:57:06.588Aug 31 00:57:06.588Aug 31 00:57:06.588DEBG DEBG INFO created new freemapinitted freemap. size: 64replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], DEBG |
| 3198 | 2026-08-31T00:57:07.684Z | replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 3199 | 2026-08-31T00:57:07.684Z | DEBG:Aug 31 00:57:06.588 INFOreset freemapadding route 172.17.0.14/32 -> 10.0.0.255, freemap_route_ipv4adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 3200 | 2026-08-31T00:57:07.684Z | |
| 3201 | 2026-08-31T00:57:07.684Z | , unit:Aug 31 00:57:06.588 freemap_route_ipv4 |
| 3202 | 2026-08-31T00:57:07.684Z | Aug 31 00:57:06.588Aug 31 00:57:06.588INFO DEBGDEBG |
| 3203 | 2026-08-31T00:57:07.684Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff unitcreated new freemap |
| 3204 | 2026-08-31T00:57:07.684Z | , 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 : |
| 3205 | 2026-08-31T00:57:07.684Z | Aug 31 00:57:06.588 Aug 31 00:57:06.588freemap_route_ipv4freemap_route_ipv6 |
| 3206 | 2026-08-31T00:57:07.684Z | |
| 3207 | 2026-08-31T00:57:07.684Z | DEBGDEBG reset freemapAug 31 00:57:06.588replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.588Aug 31 00:57:06.588 , DEBG INFOunit Aug 31 00:57:06.588initted freemap. size: 64: , DEBGunitadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 3208 | 2026-08-31T00:57:07.684Z | freemap_route_ipv4 |
| 3209 | 2026-08-31T00:57:07.684Z | 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: |
| 3210 | 2026-08-31T00:57:07.684Z | Aug 31 00:57:06.588 freemap_route_ipv4 INFO |
| 3211 | 2026-08-31T00:57:07.684Z | Aug 31 00:57:06.588 |
| 3212 | 2026-08-31T00:57:07.684Z | DEBGAug 31 00:57:06.588 Aug 31 00:57:06.588initted freemap. size: 64 DEBGDEBG, unitreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3213 | 2026-08-31T00:57:07.684Z | :reset freemapinitted freemap. size: 64, , unitfreemap_route_ipv6Aug 31 00:57:06.589unit adding route 172.17.0.15/32 -> 10.0.0.255INFO |
| 3214 | 2026-08-31T00:57:07.684Z | : |
| 3215 | 2026-08-31T00:57:07.684Z | freemap_route_ipv4 |
| 3216 | 2026-08-31T00:57:07.684Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 31 00:57:06.589 |
| 3217 | 2026-08-31T00:57:07.684Z | INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 31 00:57:06.589 |
| 3218 | 2026-08-31T00:57:07.684Z | :Aug 31 00:57:06.589Aug 31 00:57:06.589 freemap_route_ipv6Aug 31 00:57:06.589 |
| 3219 | 2026-08-31T00:57:07.684Z | DEBGDEBGDEBG DEBGreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef: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 |
| 3220 | 2026-08-31T00:57:07.684Z | |
| 3221 | 2026-08-31T00:57:07.684Z | Aug 31 00:57:06.589, unitreset freemap: Aug 31 00:57:06.589DEBG, unitDEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.589 :freemap_route_ipv6 |
| 3222 | 2026-08-31T00:57:07.684Z | |
| 3223 | 2026-08-31T00:57:07.684Z | DEBG Aug 31 00:57:06.589failed to allocate space for the new target list Aug 31 00:57:06.589freemap_route_ipv6 |
| 3224 | 2026-08-31T00:57:07.684Z | reset freemap, DEBG |
| 3225 | 2026-08-31T00:57:07.685Z | unitINFOreset freemapAug 31 00:57:06.589Aug 31 00:57:06.589 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 } }]Aug 31 00:57:06.589 |
| 3226 | 2026-08-31T00:57:07.685Z | adding route 172.17.0.16/32 -> 10.0.0.255unitadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 3227 | 2026-08-31T00:57:07.685Z | : :INFOfreemap_route_ipv6 |
| 3228 | 2026-08-31T00:57:07.685Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3229 | 2026-08-31T00:57:07.685Z | |
| 3230 | 2026-08-31T00:57:07.685Z | freemap_route_ipv6Aug 31 00:57:06.589 |
| 3231 | 2026-08-31T00:57:07.685Z | Aug 31 00:57:06.589DEBGAug 31 00:57:06.589 INFO Aug 31 00:57:06.589DEBG Aug 31 00:57:06.589 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] INFO |
| 3232 | 2026-08-31T00:57:07.685Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3233 | 2026-08-31T00:57:07.685Z | INFODEBG adding route 172.17.0.41/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 } }] |
| 3234 | 2026-08-31T00:57:07.685Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 3235 | 2026-08-31T00:57:07.685Z | |
| 3236 | 2026-08-31T00:57:07.685Z | Aug 31 00:57:06.589Aug 31 00:57:06.589 INFODEBG 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: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3237 | 2026-08-31T00:57:07.685Z | |
| 3238 | 2026-08-31T00:57:07.685Z | Aug 31 00:57:06.589 Aug 31 00:57:06.589Aug 31 00:57:06.589 INFODEBGDEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 00:57:06.589 |
| 3239 | 2026-08-31T00:57:07.685Z | |
| 3240 | 2026-08-31T00:57:07.685Z | adding route 172.17.0.17/32 -> 10.0.0.255INFO |
| 3241 | 2026-08-31T00:57:07.685Z | adding route 172.16.0.0/32 -> 10.0.0.2Aug 31 00:57:06.589Aug 31 00:57:06.589 |
| 3242 | 2026-08-31T00:57:07.685Z | INFOINFO Aug 31 00:57:06.589adding route 172.17.0.42/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 31 00:57:06.589 |
| 3243 | 2026-08-31T00:57:07.685Z | DEBG |
| 3244 | 2026-08-31T00:57:07.685Z | 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 } }] |
| 3245 | 2026-08-31T00:57:07.685Z | 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 } }] |
| 3246 | 2026-08-31T00:57:07.685Z | Aug 31 00:57:06.589Aug 31 00:57:06.589 DEBGAug 31 00:57:06.589 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 } }] |
| 3247 | 2026-08-31T00:57:07.685Z | Aug 31 00:57:06.589replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3248 | 2026-08-31T00:57:07.685Z | |
| 3249 | 2026-08-31T00:57:07.685Z | Aug 31 00:57:06.589 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.16.0.0/32 -> 10.0.0.3 |
| 3250 | 2026-08-31T00:57:07.685Z | |
| 3251 | 2026-08-31T00:57:07.685Z | Aug 31 00:57:06.589 Aug 31 00:57:06.589Aug 31 00:57:06.589 Aug 31 00:57:06.589INFO DEBGDEBG 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 } }] |
| 3252 | 2026-08-31T00:57:07.685Z | adding route 172.17.0.43/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 } }]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 } }] |
| 3253 | 2026-08-31T00:57:07.685Z | |
| 3254 | 2026-08-31T00:57:07.685Z | |
| 3255 | 2026-08-31T00:57:07.685Z | Aug 31 00:57:06.589Aug 31 00:57:06.589Aug 31 00:57:06.589Aug 31 00:57:06.589 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 } }]DEBG INFO |
| 3256 | 2026-08-31T00:57:07.685Z | adding route 172.16.0.0/32 -> 10.0.0.4adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3257 | 2026-08-31T00:57:07.685Z | replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.589 |
| 3258 | 2026-08-31T00:57:07.685Z | |
| 3259 | 2026-08-31T00:57:07.685Z | WARNAug 31 00:57:06.589 Aug 31 00:57:06.589DEBG shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3260 | 2026-08-31T00:57:07.685Z | INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3261 | 2026-08-31T00:57:07.685Z | |
| 3262 | 2026-08-31T00:57:07.685Z | Aug 31 00:57:06.589 DEBG Aug 31 00:57:06.589Aug 31 00:57:06.589 replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGDEBG 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 } }] |
| 3263 | 2026-08-31T00:57:07.685Z | |
| 3264 | 2026-08-31T00:57:07.685Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3265 | 2026-08-31T00:57:07.685Z | Aug 31 00:57:06.589 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 3266 | 2026-08-31T00:57:07.686Z | Aug 31 00:57:06.589Aug 31 00:57:06.589 DEBGINFO replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3267 | 2026-08-31T00:57:07.686Z | |
| 3268 | 2026-08-31T00:57:07.686Z | Aug 31 00:57:06.589 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 } }] |
| 3269 | 2026-08-31T00:57:07.686Z | Aug 31 00:57:06.589 INFOAug 31 00:57:06.589 adding route 172.17.0.46/32 -> 10.0.0.255INFO |
| 3270 | 2026-08-31T00:57:07.686Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3271 | 2026-08-31T00:57:07.686Z | replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.589 |
| 3272 | 2026-08-31T00:57:07.686Z | Aug 31 00:57:06.589DEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.589 |
| 3273 | 2026-08-31T00:57:07.686Z | Aug 31 00:57:06.589DEBG created new freemapDEBG, Aug 31 00:57:06.595unit created new freemap:INFO, unitfreemap_route_ipv4 :adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3274 | 2026-08-31T00:57:07.686Z | |
| 3275 | 2026-08-31T00:57:07.686Z | freemap_route_ipv4 |
| 3276 | 2026-08-31T00:57:07.686Z | |
| 3277 | 2026-08-31T00:57:07.690Z | Aug 31 00:57:06.595Aug 31 00:57:06.595Aug 31 00:57:06.595 DEBGDEBG created new freemapcreated new freemap, , unitunit:: freemap_route_ipv6freemap_route_ipv6 |
| 3278 | 2026-08-31T00:57:07.690Z | |
| 3279 | 2026-08-31T00:57:07.690Z | Aug 31 00:57:06.595Aug 31 00:57:06.595 DEBGDEBG initted freemap. size: 64initted freemap. size: 64DEBG, , 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 } }]unitunit:: |
| 3280 | 2026-08-31T00:57:07.690Z | freemap_route_ipv4freemap_route_ipv4 |
| 3281 | 2026-08-31T00:57:07.690Z | |
| 3282 | 2026-08-31T00:57:07.690Z | Aug 31 00:57:06.595 Aug 31 00:57:06.595INFOAug 31 00:57:06.595 Aug 31 00:57:06.595INFO Aug 31 00:57:06.590 DEBG adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3283 | 2026-08-31T00:57:07.690Z | DEBG |
| 3284 | 2026-08-31T00:57:07.690Z | reset freemap , created new freemapunit, DEBG: Aug 31 00:57:06.595freemap_route_ipv4unit reset freemap |
| 3285 | 2026-08-31T00:57:07.690Z | DEBG, unit:: 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 } }] |
| 3286 | 2026-08-31T00:57:07.690Z | freemap_route_ipv4freemap_route_ipv4 |
| 3287 | 2026-08-31T00:57:07.690Z | Aug 31 00:57:06.595 |
| 3288 | 2026-08-31T00:57:07.690Z | Aug 31 00:57:06.595 Aug 31 00:57:06.595 DEBG INFOAug 31 00:57:06.595DEBG DEBGinitted freemap. size: 64adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3289 | 2026-08-31T00:57:07.690Z | , unitinitted freemap. size: 64:, Aug 31 00:57:06.595unit : Aug 31 00:57:06.595DEBGfreemap_route_ipv6 |
| 3290 | 2026-08-31T00:57:07.690Z | 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 } }]freemap_route_ipv6 |
| 3291 | 2026-08-31T00:57:07.690Z | |
| 3292 | 2026-08-31T00:57:07.690Z | Aug 31 00:57:06.595 DEBGreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] reset freemap, created new freemapunit:Aug 31 00:57:06.595 |
| 3293 | 2026-08-31T00:57:07.690Z | Aug 31 00:57:06.595 , freemap_route_ipv6 DEBG |
| 3294 | 2026-08-31T00:57:07.690Z | unit Aug 31 00:57:06.595: INFO INFO freemap_route_ipv6adding route 172.17.0.24/32 -> 10.0.0.255reset freemap |
| 3295 | 2026-08-31T00:57:07.690Z | , Aug 31 00:57:06.595 |
| 3296 | 2026-08-31T00:57:07.690Z | adding route 172.17.0.49/32 -> 10.0.0.255unit |
| 3297 | 2026-08-31T00:57:07.690Z | : freemap_route_ipv6INFO |
| 3298 | 2026-08-31T00:57:07.690Z | Aug 31 00:57:06.595 adding route 172.16.0.0/32 -> 10.0.0.1 Aug 31 00:57:06.595 |
| 3299 | 2026-08-31T00:57:07.690Z | Aug 31 00:57:06.595 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 31 00:57:06.595Aug 31 00:57:06.595 |
| 3300 | 2026-08-31T00:57:07.690Z | DEBG INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1 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 } }] |
| 3301 | 2026-08-31T00:57:07.690Z | |
| 3302 | 2026-08-31T00:57:07.690Z | Aug 31 00:57:06.595 replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 00:57:06.595INFO |
| 3303 | 2026-08-31T00:57:07.690Z | Aug 31 00:57:06.595 DEBG adding route 172.17.0.50/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 } }]initted freemap. size: 64INFO |
| 3304 | 2026-08-31T00:57:07.690Z | |
| 3305 | 2026-08-31T00:57:07.690Z | , unit:adding route 172.16.0.0/32 -> 10.0.0.1 Aug 31 00:57:06.595Aug 31 00:57:06.595 |
| 3306 | 2026-08-31T00:57:07.690Z | freemap_route_ipv4 Aug 31 00:57:06.595 DEBG |
| 3307 | 2026-08-31T00:57:07.690Z | INFOAug 31 00:57:06.595replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3308 | 2026-08-31T00:57:07.690Z | DEBG |
| 3309 | 2026-08-31T00:57:07.690Z | 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 } }] |
| 3310 | 2026-08-31T00:57:07.690Z | INFO Aug 31 00:57:06.595Aug 31 00:57:06.595 adding route 172.17.0.25/32 -> 10.0.0.255Aug 31 00:57:06.595 Aug 31 00:57:06.589DEBG reset freemapINFO, |
| 3311 | 2026-08-31T00:57:07.690Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffunit |
| 3312 | 2026-08-31T00:57:07.691Z | : Aug 31 00:57:06.595freemap_route_ipv4 |
| 3313 | 2026-08-31T00:57:07.691Z | INFOAug 31 00:57:06.595 Aug 31 00:57:06.595adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3314 | 2026-08-31T00:57:07.691Z | DEBGAug 31 00:57:06.595DEBG DEBGreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.595 |
| 3315 | 2026-08-31T00:57:07.691Z | |
| 3316 | 2026-08-31T00:57:07.691Z | DEBGinitted freemap. size: 64 , 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 } }]unit |
| 3317 | 2026-08-31T00:57:07.691Z | : Aug 31 00:57:06.595Aug 31 00:57:06.595freemap_route_ipv6 |
| 3318 | 2026-08-31T00:57:07.691Z | INFO INFO adding route 172.17.0.26/32 -> 10.0.0.255adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 3319 | 2026-08-31T00:57:07.691Z | Aug 31 00:57:06.595Aug 31 00:57:06.595 |
| 3320 | 2026-08-31T00:57:07.691Z | INFO adding route 172.16.0.0/32 -> 10.0.0.2Aug 31 00:57:06.595 |
| 3321 | 2026-08-31T00:57:07.691Z | Aug 31 00:57:06.595 DEBG DEBGDEBG reset freemapAug 31 00:57:06.595 , 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 } }]unit 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 |
| 3322 | 2026-08-31T00:57:07.691Z | : freemap_route_ipv6replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, 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 } }] |
| 3323 | 2026-08-31T00:57:07.691Z | |
| 3324 | 2026-08-31T00:57:07.691Z | |
| 3325 | 2026-08-31T00:57:07.691Z | Aug 31 00:57:06.595 INFOAug 31 00:57:06.595 adding route 172.17.0.27/32 -> 10.0.0.255Aug 31 00:57:06.595 |
| 3326 | 2026-08-31T00:57:07.691Z | INFO INFOadding route 172.17.0.0/32 -> 10.0.0.255 Aug 31 00:57:06.595 |
| 3327 | 2026-08-31T00:57:07.691Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 00:57:06.595 |
| 3328 | 2026-08-31T00:57:07.691Z | INFODEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.595 |
| 3329 | 2026-08-31T00:57:07.691Z | |
| 3330 | 2026-08-31T00:57:07.691Z | Aug 31 00:57:06.595 DEBG DEBGreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3331 | 2026-08-31T00:57:07.691Z | Aug 31 00:57:06.595Aug 31 00:57:06.595replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3332 | 2026-08-31T00:57:07.691Z | 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 } }]INFOAug 31 00:57:06.595 |
| 3333 | 2026-08-31T00:57:07.691Z | INFOAug 31 00:57:06.595 adding route 172.17.0.28/32 -> 10.0.0.255INFOadding route 172.17.0.1/32 -> 10.0.0.255 Aug 31 00:57:06.595 |
| 3334 | 2026-08-31T00:57:07.691Z | |
| 3335 | 2026-08-31T00:57:07.691Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 3336 | 2026-08-31T00:57:07.691Z | |
| 3337 | 2026-08-31T00:57:07.691Z | Aug 31 00:57:06.595Aug 31 00:57:06.595 DEBGDEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 00:57:06.595replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.595 |
| 3338 | 2026-08-31T00:57:07.691Z | DEBG |
| 3339 | 2026-08-31T00:57:07.691Z | DEBGreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.595 |
| 3340 | 2026-08-31T00:57:07.691Z | Aug 31 00:57:06.595 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 } }]INFO |
| 3341 | 2026-08-31T00:57:07.691Z | adding route 172.17.0.2/32 -> 10.0.0.255 adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3342 | 2026-08-31T00:57:07.691Z | |
| 3343 | 2026-08-31T00:57:07.691Z | Aug 31 00:57:06.595 Aug 31 00:57:06.595INFO INFOAug 31 00:57:06.595 Aug 31 00:57:06.595 adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG |
| 3344 | 2026-08-31T00:57:07.691Z | 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 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 3345 | 2026-08-31T00:57:07.691Z | |
| 3346 | 2026-08-31T00:57:07.691Z | DEBG Aug 31 00:57:06.595replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.595 |
| 3347 | 2026-08-31T00:57:07.691Z | INFODEBG 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:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3348 | 2026-08-31T00:57:07.691Z | |
| 3349 | 2026-08-31T00:57:07.691Z | Aug 31 00:57:06.595Aug 31 00:57:06.595 INFODEBG Aug 31 00:57:06.595adding route 172.17.0.30/32 -> 10.0.0.255 Aug 31 00:57:06.595DEBGreplacing 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 } }] |
| 3350 | 2026-08-31T00:57:07.691Z | replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 3351 | 2026-08-31T00:57:07.691Z | |
| 3352 | 2026-08-31T00:57:07.691Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3353 | 2026-08-31T00:57:07.692Z | Aug 31 00:57:06.595Aug 31 00:57:06.595 INFOINFOAug 31 00:57:06.595 adding route 172.17.0.4/32 -> 10.0.0.255adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 31 00:57:06.595 |
| 3354 | 2026-08-31T00:57:07.692Z | |
| 3355 | 2026-08-31T00:57:07.692Z | DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 00:57:06.595 Aug 31 00:57:06.595 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 } }] |
| 3356 | 2026-08-31T00:57:07.692Z | DEBG |
| 3357 | 2026-08-31T00:57:07.692Z | 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 } }] |
| 3358 | 2026-08-31T00:57:07.692Z | 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 } }] |
| 3359 | 2026-08-31T00:57:07.692Z | Aug 31 00:57:06.595Aug 31 00:57:06.595 INFOINFO Aug 31 00:57:06.595adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.5/32 -> 10.0.0.255 |
| 3360 | 2026-08-31T00:57:07.692Z | INFOAug 31 00:57:06.595 |
| 3361 | 2026-08-31T00:57:07.692Z | DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 3362 | 2026-08-31T00:57:07.692Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 00:57:06.595 |
| 3363 | 2026-08-31T00:57:07.692Z | Aug 31 00:57:06.595DEBG Aug 31 00:57:06.595DEBG 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 } }] |
| 3364 | 2026-08-31T00:57:07.692Z | replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.595DEBG |
| 3365 | 2026-08-31T00:57:07.692Z | Aug 31 00:57:06.595 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 } }]WARN INFOshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Aug 31 00:57:06.595 |
| 3366 | 2026-08-31T00:57:07.692Z | |
| 3367 | 2026-08-31T00:57:07.692Z | adding route 172.17.0.6/32 -> 10.0.0.255 |
| 3368 | 2026-08-31T00:57:07.692Z | INFOAug 31 00:57:06.595 adding route 172.17.0.32/32 -> 10.0.0.255INFO |
| 3369 | 2026-08-31T00:57:07.692Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 3370 | 2026-08-31T00:57:07.692Z | Aug 31 00:57:06.595 INFOAug 31 00:57:06.595 DEBGadding route 172.17.0.51/32 -> 10.0.0.255Aug 31 00:57:06.595 DEBGDEBG |
| 3371 | 2026-08-31T00:57:07.692Z | replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3372 | 2026-08-31T00:57:07.692Z | |
| 3373 | 2026-08-31T00:57:07.692Z | |
| 3374 | 2026-08-31T00:57:07.692Z | Aug 31 00:57:06.595Aug 31 00:57:06.595Aug 31 00:57:06.595 Aug 31 00:57:06.595INFODEBG adding route 172.17.0.7/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 } }]INFO |
| 3375 | 2026-08-31T00:57:07.692Z | |
| 3376 | 2026-08-31T00:57:07.692Z | INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 31 00:57:06.595 |
| 3377 | 2026-08-31T00:57:07.696Z | adding route 172.17.0.33/32 -> 10.0.0.255Aug 31 00:57:06.595 |
| 3378 | 2026-08-31T00:57:07.696Z | DEBG INFOreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.595 |
| 3379 | 2026-08-31T00:57:07.696Z | adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3380 | 2026-08-31T00:57:07.696Z | DEBG Aug 31 00:57:06.595replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.595 |
| 3381 | 2026-08-31T00:57:07.696Z | Aug 31 00:57:06.595INFODEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 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 } }] |
| 3382 | 2026-08-31T00:57:07.696Z | adding route 172.17.0.8/32 -> 10.0.0.255 |
| 3383 | 2026-08-31T00:57:07.696Z | |
| 3384 | 2026-08-31T00:57:07.696Z | DEBG Aug 31 00:57:06.595replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.595 |
| 3385 | 2026-08-31T00:57:07.696Z | Aug 31 00:57:06.595DEBG DEBGreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.595 INFO INFOadding route 172.17.0.53/32 -> 10.0.0.255Aug 31 00:57:06.596 |
| 3386 | 2026-08-31T00:57:07.696Z | Aug 31 00:57:06.601 DEBGINFO created new freemapadding route 172.17.0.34/32 -> 10.0.0.255adding route 3fff:beef:21::/64 -> 2001:db8::55:ff, |
| 3387 | 2026-08-31T00:57:07.696Z | Aug 31 00:57:06.601unit |
| 3388 | 2026-08-31T00:57:07.696Z | :DEBG freemap_route_ipv4Aug 31 00:57:06.601replacing 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 } }] |
| 3389 | 2026-08-31T00:57:07.696Z | |
| 3390 | 2026-08-31T00:57:07.696Z | Aug 31 00:57:06.601Aug 31 00:57:06.601Aug 31 00:57:06.601 DEBGDEBGDEBG INFO 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 } }] |
| 3391 | 2026-08-31T00:57:07.696Z | replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255created new freemap |
| 3392 | 2026-08-31T00:57:07.696Z | |
| 3393 | 2026-08-31T00:57:07.697Z | , unit:Aug 31 00:57:06.601 freemap_route_ipv6 |
| 3394 | 2026-08-31T00:57:07.697Z | INFO adding route 172.17.0.35/32 -> 10.0.0.255 Aug 31 00:57:06.601replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3395 | 2026-08-31T00:57:07.697Z | |
| 3396 | 2026-08-31T00:57:07.697Z | |
| 3397 | 2026-08-31T00:57:07.697Z | DEBGAug 31 00:57:06.601 replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.601 |
| 3398 | 2026-08-31T00:57:07.697Z | Aug 31 00:57:06.601 INFOAug 31 00:57:06.601DEBG Aug 31 00:57:06.601DEBG Aug 31 00:57:06.601replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 3399 | 2026-08-31T00:57:07.697Z | initted freemap. size: 64INFO |
| 3400 | 2026-08-31T00:57:07.697Z | INFO, unit: INFOfreemap_route_ipv4adding route 172.17.0.9/32 -> 10.0.0.255 Aug 31 00:57:06.601adding route 172.17.0.55/32 -> 10.0.0.255 |
| 3401 | 2026-08-31T00:57:07.697Z | |
| 3402 | 2026-08-31T00:57:07.697Z | |
| 3403 | 2026-08-31T00:57:07.697Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 adding route 172.17.0.36/32 -> 10.0.0.255Aug 31 00:57:06.601Aug 31 00:57:06.601 |
| 3404 | 2026-08-31T00:57:07.697Z | |
| 3405 | 2026-08-31T00:57:07.697Z | DEBG DEBGAug 31 00:57:06.601Aug 31 00:57:06.601Aug 31 00:57:06.601 DEBG 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 } }] 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.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 } }] |
| 3406 | 2026-08-31T00:57:07.697Z | |
| 3407 | 2026-08-31T00:57:07.697Z | |
| 3408 | 2026-08-31T00:57:07.697Z | 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 } }] |
| 3409 | 2026-08-31T00:57:07.697Z | DEBGAug 31 00:57:06.601 Aug 31 00:57:06.601Aug 31 00:57:06.601 INFOINFOreset freemap adding route 172.17.0.10/32 -> 10.0.0.255, unit |
| 3410 | 2026-08-31T00:57:07.697Z | :Aug 31 00:57:06.601DEBG adding route 172.17.0.56/32 -> 10.0.0.255INFOfreemap_route_ipv4 |
| 3411 | 2026-08-31T00:57:07.697Z | adding route 172.17.0.37/32 -> 10.0.0.255Aug 31 00:57:06.601replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3412 | 2026-08-31T00:57:07.697Z | |
| 3413 | 2026-08-31T00:57:07.697Z | DEBG Aug 31 00:57:06.601 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 } }] |
| 3414 | 2026-08-31T00:57:07.697Z | Aug 31 00:57:06.601 |
| 3415 | 2026-08-31T00:57:07.697Z | Aug 31 00:57:06.601Aug 31 00:57:06.590 DEBGDEBG INFO DEBGAug 31 00:57:06.601 Aug 31 00:57:06.601 INFOcreated new freemap 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 } }]unitinitted freemap. size: 64 |
| 3416 | 2026-08-31T00:57:07.697Z | adding route 172.17.0.11/32 -> 10.0.0.255, :adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 3417 | 2026-08-31T00:57:07.697Z | 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 } }] |
| 3418 | 2026-08-31T00:57:07.697Z | freemap_route_ipv4unitAug 31 00:57:06.601: |
| 3419 | 2026-08-31T00:57:07.697Z | DEBG |
| 3420 | 2026-08-31T00:57:07.697Z | freemap_route_ipv6Aug 31 00:57:06.601Aug 31 00:57:06.601replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.601 |
| 3421 | 2026-08-31T00:57:07.697Z | DEBG |
| 3422 | 2026-08-31T00:57:07.697Z | Aug 31 00:57:06.601INFO created new freemapINFOadding route 172.17.0.57/32 -> 10.0.0.255, |
| 3423 | 2026-08-31T00:57:07.697Z | unitAug 31 00:57:06.601 :adding route 172.17.0.12/32 -> 10.0.0.255 |
| 3424 | 2026-08-31T00:57:07.697Z | INFOfreemap_route_ipv6 |
| 3425 | 2026-08-31T00:57:07.697Z | Aug 31 00:57:06.601 DEBGadding route 172.17.0.38/32 -> 10.0.0.255 reset freemap |
| 3426 | 2026-08-31T00:57:07.697Z | , DEBGAug 31 00:57:06.601 Aug 31 00:57:06.601Aug 31 00:57:06.601unitDEBG: DEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.601initted freemap. size: 64 |
| 3427 | 2026-08-31T00:57:07.697Z | freemap_route_ipv6, DEBGreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3428 | 2026-08-31T00:57:07.697Z | |
| 3429 | 2026-08-31T00:57:07.697Z | unit Aug 31 00:57:06.601DEBGreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO: |
| 3430 | 2026-08-31T00:57:07.697Z | freemap_route_ipv4adding route 172.17.0.13/32 -> 10.0.0.255replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3431 | 2026-08-31T00:57:07.697Z | |
| 3432 | 2026-08-31T00:57:07.698Z | Aug 31 00:57:06.601 Aug 31 00:57:06.601INFOAug 31 00:57:06.601Aug 31 00:57:06.601 Aug 31 00:57:06.601 |
| 3433 | 2026-08-31T00:57:07.698Z | DEBGINFOadding route 3fff:dead::/64 -> 2001:db8::55:1DEBG reset freemap |
| 3434 | 2026-08-31T00:57:07.698Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 3435 | 2026-08-31T00:57:07.698Z | INFOadding route 172.17.0.39/32 -> 10.0.0.255, Aug 31 00:57:06.601 |
| 3436 | 2026-08-31T00:57:07.698Z | unitreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: |
| 3437 | 2026-08-31T00:57:07.698Z | test route::tests::add_target_fails_full ... ok |
| 3438 | 2026-08-31T00:57:07.698Z | freemap_route_ipv4adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 3439 | 2026-08-31T00:57:07.698Z | INFO |
| 3440 | 2026-08-31T00:57:07.698Z | adding route 172.17.0.58/32 -> 10.0.0.255Aug 31 00:57:06.601Aug 31 00:57:06.601 |
| 3441 | 2026-08-31T00:57:07.698Z | Aug 31 00:57:06.601Aug 31 00:57:06.601 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 } }]INFODEBGAug 31 00:57:06.601 DEBG adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3442 | 2026-08-31T00:57:07.698Z | DEBG |
| 3443 | 2026-08-31T00:57:07.698Z | initted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3444 | 2026-08-31T00:57:07.698Z | 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 } }] |
| 3445 | 2026-08-31T00:57:07.698Z | Aug 31 00:57:06.601, unitAug 31 00:57:06.601:Aug 31 00:57:06.601 Aug 31 00:57:06.601 INFOAug 31 00:57:06.601INFO DEBG adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3446 | 2026-08-31T00:57:07.698Z | 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 3fff:dead::/64 -> 2001:db8::55:2freemap_route_ipv6 |
| 3447 | 2026-08-31T00:57:07.698Z | |
| 3448 | 2026-08-31T00:57:07.698Z | |
| 3449 | 2026-08-31T00:57:07.698Z | INFODEBG adding route 172.17.0.59/32 -> 10.0.0.255Aug 31 00:57:06.601 |
| 3450 | 2026-08-31T00:57:07.698Z | replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 3451 | 2026-08-31T00:57:07.698Z | Aug 31 00:57:06.608 DEBGreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3452 | 2026-08-31T00:57:07.698Z | replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.608 |
| 3453 | 2026-08-31T00:57:07.698Z | INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 3454 | 2026-08-31T00:57:07.698Z | Aug 31 00:57:06.608 INFO adding route 172.17.0.60/32 -> 10.0.0.255Aug 31 00:57:06.608 |
| 3455 | 2026-08-31T00:57:07.698Z | Aug 31 00:57:06.608DEBG 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 } }] |
| 3456 | 2026-08-31T00:57:07.698Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3457 | 2026-08-31T00:57:07.698Z | Aug 31 00:57:06.608Aug 31 00:57:06.608 INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3458 | 2026-08-31T00:57:07.698Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 3459 | 2026-08-31T00:57:07.698Z | Aug 31 00:57:06.608 DEBGAug 31 00:57:06.601Aug 31 00:57:06.608Aug 31 00:57:06.608 DEBG Aug 31 00:57:06.608 DEBGDEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3460 | 2026-08-31T00:57:07.698Z | |
| 3461 | 2026-08-31T00:57:07.698Z | DEBG |
| 3462 | 2026-08-31T00:57:07.698Z | reset freemap , Aug 31 00:57:06.608unit Aug 31 00:57:06.608Aug 31 00:57:06.608 :INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:4 freemap_route_ipv6replacing 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 } }] |
| 3463 | 2026-08-31T00:57:07.698Z | |
| 3464 | 2026-08-31T00:57:07.698Z | INFO |
| 3465 | 2026-08-31T00:57:07.698Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3466 | 2026-08-31T00:57:07.698Z | Aug 31 00:57:06.608adding route 172.17.0.61/32 -> 10.0.0.255 |
| 3467 | 2026-08-31T00:57:07.698Z | DEBGAug 31 00:57:06.608Aug 31 00:57:06.608 INFODEBG Aug 31 00:57:06.608 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 00:57:06.608 |
| 3468 | 2026-08-31T00:57:07.698Z | 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:dead::/64 -> 2001:db8::55:1 |
| 3469 | 2026-08-31T00:57:07.698Z | |
| 3470 | 2026-08-31T00:57:07.698Z | DEBG Aug 31 00:57:06.608 INFO Aug 31 00:57:06.608 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 31 00:57:06.608 |
| 3471 | 2026-08-31T00:57:07.698Z | DEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ff INFO DEBG Aug 31 00:57:06.608adding route 172.17.0.43/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 } }]replacing targets for 3fff:dead::/64 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 } }] |
| 3472 | 2026-08-31T00:57:07.699Z | |
| 3473 | 2026-08-31T00:57:07.699Z | |
| 3474 | 2026-08-31T00:57:07.699Z | |
| 3475 | 2026-08-31T00:57:07.699Z | INFO Aug 31 00:57:06.608adding route 172.17.0.62/32 -> 10.0.0.255 Aug 31 00:57:06.608INFO |
| 3476 | 2026-08-31T00:57:07.699Z | adding route 3fff:dead::/64 -> 2001:db8::55:2DEBGAug 31 00:57:06.608 |
| 3477 | 2026-08-31T00:57:07.703Z | Aug 31 00:57:06.608replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.608WARN |
| 3478 | 2026-08-31T00:57:07.703Z | DEBGAug 31 00:57:06.608 Aug 31 00:57:06.608DEBG DEBGINFOreplacing 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 } }] |
| 3479 | 2026-08-31T00:57:07.703Z | adding route 172.17.0.44/32 -> 10.0.0.255shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3480 | 2026-08-31T00:57:07.703Z | 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 } }] |
| 3481 | 2026-08-31T00:57:07.703Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 00:57:06.608 |
| 3482 | 2026-08-31T00:57:07.703Z | |
| 3483 | 2026-08-31T00:57:07.703Z | Aug 31 00:57:06.608INFO DEBGadding route 172.17.0.63/32 -> 10.0.0.255 |
| 3484 | 2026-08-31T00:57:07.703Z | replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.608 |
| 3485 | 2026-08-31T00:57:07.703Z | DEBG Aug 31 00:57:06.608replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3486 | 2026-08-31T00:57:07.703Z | DEBGAug 31 00:57:06.608 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 } }] |
| 3487 | 2026-08-31T00:57:07.703Z | INFO Aug 31 00:57:06.608adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 3488 | 2026-08-31T00:57:07.703Z | INFOAug 31 00:57:06.608 adding route 172.17.0.45/32 -> 10.0.0.255DEBG |
| 3489 | 2026-08-31T00:57:07.703Z | Aug 31 00:57:06.608failed to allocate space for the new target list |
| 3490 | 2026-08-31T00:57:07.703Z | DEBG Aug 31 00:57:06.608replacing 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 } }] |
| 3491 | 2026-08-31T00:57:07.703Z | 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 } }] |
| 3492 | 2026-08-31T00:57:07.703Z | Aug 31 00:57:06.608 Aug 31 00:57:06.608DEBG 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 } }] |
| 3493 | 2026-08-31T00:57:07.703Z | adding route 172.17.0.46/32 -> 10.0.0.255Aug 31 00:57:06.608 |
| 3494 | 2026-08-31T00:57:07.703Z | INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 31 00:57:06.608 |
| 3495 | 2026-08-31T00:57:07.703Z | Aug 31 00:57:06.608DEBG failed to allocate space for the new target listDEBG |
| 3496 | 2026-08-31T00:57:07.703Z | 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 } }] |
| 3497 | 2026-08-31T00:57:07.703Z | Aug 31 00:57:06.608 DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3498 | 2026-08-31T00:57:07.703Z | Aug 31 00:57:06.601Aug 31 00:57:06.608 INFOINFO adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3499 | 2026-08-31T00:57:07.703Z | |
| 3500 | 2026-08-31T00:57:07.704Z | DEBGAug 31 00:57:06.608 Aug 31 00:57:06.608replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 31 00:57:06.608 |
| 3501 | 2026-08-31T00:57:07.704Z | DEBG DEBGreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3502 | 2026-08-31T00:57:07.704Z | Aug 31 00:57:06.608replacing 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:2a::/64 -> 2001:db8::55:ffINFO |
| 3503 | 2026-08-31T00:57:07.704Z | Aug 31 00:57:06.601Aug 31 00:57:06.608 DEBGAug 31 00:57:06.608INFO adding route 172.16.0.0/32 -> 10.0.0.3 |
| 3504 | 2026-08-31T00:57:07.704Z | |
| 3505 | 2026-08-31T00:57:07.704Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3506 | 2026-08-31T00:57:07.704Z | INFO |
| 3507 | 2026-08-31T00:57:07.704Z | Aug 31 00:57:06.608 Aug 31 00:57:06.608adding route 172.17.0.16/32 -> 10.0.0.255DEBG |
| 3508 | 2026-08-31T00:57:07.704Z | Aug 31 00:57:06.608 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]INFODEBGAug 31 00:57:06.608 |
| 3509 | 2026-08-31T00:57:07.704Z | 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 } }]DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 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 } }] |
| 3510 | 2026-08-31T00:57:07.704Z | |
| 3511 | 2026-08-31T00:57:07.704Z | Aug 31 00:57:06.608 |
| 3512 | 2026-08-31T00:57:07.704Z | INFO Aug 31 00:57:06.608adding route 172.16.0.0/32 -> 10.0.0.4 |
| 3513 | 2026-08-31T00:57:07.704Z | Aug 31 00:57:06.608 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 31 00:57:06.608adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 3514 | 2026-08-31T00:57:07.704Z | |
| 3515 | 2026-08-31T00:57:07.704Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] |
| 3516 | 2026-08-31T00:57:07.704Z | Aug 31 00:57:06.608Aug 31 00:57:06.608 Aug 31 00:57:06.608 Aug 31 00:57:06.608INFO INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3517 | 2026-08-31T00:57:07.704Z | DEBG adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255replacing 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 } }] |
| 3518 | 2026-08-31T00:57:07.704Z | |
| 3519 | 2026-08-31T00:57:07.704Z | Aug 31 00:57:06.608 |
| 3520 | 2026-08-31T00:57:07.704Z | DEBGAug 31 00:57:06.608 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBGAug 31 00:57:06.608 |
| 3521 | 2026-08-31T00:57:07.704Z | 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 31 00:57:06.608 |
| 3522 | 2026-08-31T00:57:07.704Z | Aug 31 00:57:06.608 DEBGDEBG Aug 31 00:57:06.608 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 3523 | 2026-08-31T00:57:07.704Z | 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 |
| 3524 | 2026-08-31T00:57:07.704Z | |
| 3525 | 2026-08-31T00:57:07.704Z | adding route 172.17.0.1/32 -> 10.0.0.255Aug 31 00:57:06.608 |
| 3526 | 2026-08-31T00:57:07.704Z | Aug 31 00:57:06.608INFO DEBGadding route 172.17.0.50/32 -> 10.0.0.255 |
| 3527 | 2026-08-31T00:57:07.704Z | 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 } }] |
| 3528 | 2026-08-31T00:57:07.704Z | Aug 31 00:57:06.608 DEBG Aug 31 00:57:06.608Aug 31 00:57:06.608 INFODEBGreplacing 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 } }] |
| 3529 | 2026-08-31T00:57:07.704Z | 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:2d::/64 -> 2001:db8::55:ff |
| 3530 | 2026-08-31T00:57:07.704Z | |
| 3531 | 2026-08-31T00:57:07.704Z | Aug 31 00:57:06.608 Aug 31 00:57:06.608Aug 31 00:57:06.608INFO INFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3532 | 2026-08-31T00:57:07.704Z | |
| 3533 | 2026-08-31T00:57:07.704Z | 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 } }] |
| 3534 | 2026-08-31T00:57:07.704Z | test route::tests::same_size_non_subset_replace ... ok |
| 3535 | 2026-08-31T00:57:07.704Z | test route::tests::delete_targets_fragmented ... ok |
| 3536 | 2026-08-31T00:57:07.704Z | Aug 31 00:57:06.608 DEBGAug 31 00:57:06.608 Aug 31 00:57:06.608replacing 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 } }] |
| 3537 | 2026-08-31T00:57:07.704Z | Aug 31 00:57:06.608DEBG 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 |
| 3538 | 2026-08-31T00:57:07.704Z | replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3539 | 2026-08-31T00:57:07.704Z | Aug 31 00:57:06.608 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 31 00:57:06.608 |
| 3540 | 2026-08-31T00:57:07.705Z | adding route 172.17.0.3/32 -> 10.0.0.255INFO |
| 3541 | 2026-08-31T00:57:07.705Z | adding route 172.17.0.52/32 -> 10.0.0.255Aug 31 00:57:06.608 |
| 3542 | 2026-08-31T00:57:07.705Z | Aug 31 00:57:06.608INFO DEBGAug 31 00:57:06.608 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.17/32 -> 10.0.0.255DEBG |
| 3543 | 2026-08-31T00:57:07.705Z | Aug 31 00:57:06.608 |
| 3544 | 2026-08-31T00:57:07.705Z | DEBGreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3545 | 2026-08-31T00:57:07.705Z | Aug 31 00:57:06.608replacing 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 } }] |
| 3546 | 2026-08-31T00:57:07.705Z | Aug 31 00:57:06.608Aug 31 00:57:06.609Aug 31 00:57:06.614 INFOINFO DEBGDEBG created new freemap adding route 172.17.0.4/32 -> 10.0.0.255adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff, |
| 3547 | 2026-08-31T00:57:07.705Z | replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.614Aug 31 00:57:06.609 INFO |
| 3548 | 2026-08-31T00:57:07.705Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3549 | 2026-08-31T00:57:07.705Z | |
| 3550 | 2026-08-31T00:57:07.705Z | Aug 31 00:57:06.609Aug 31 00:57:06.614Aug 31 00:57:06.614 DEBGAug 31 00:57:06.614 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 } }]DEBG created new freemap |
| 3551 | 2026-08-31T00:57:07.705Z | 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 } }], |
| 3552 | 2026-08-31T00:57:07.705Z | adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3553 | 2026-08-31T00:57:07.705Z | created new freemapunitAug 31 00:57:06.614, :Aug 31 00:57:06.614unitINFO: adding route 172.17.0.54/32 -> 10.0.0.255freemap_route_ipv4 |
| 3554 | 2026-08-31T00:57:07.705Z | DEBG |
| 3555 | 2026-08-31T00:57:07.705Z | freemap_route_ipv4replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3556 | 2026-08-31T00:57:07.705Z | |
| 3557 | 2026-08-31T00:57:07.705Z | Aug 31 00:57:06.614 Aug 31 00:57:06.614INFO DEBGAug 31 00:57:06.614 replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG |
| 3558 | 2026-08-31T00:57:07.705Z | |
| 3559 | 2026-08-31T00:57:07.705Z | Aug 31 00:57:06.614created new freemapAug 31 00:57:06.614 Aug 31 00:57:06.614, Aug 31 00:57:06.614 INFODEBG DEBGadding route 172.17.0.55/32 -> 10.0.0.255unit |
| 3560 | 2026-08-31T00:57:07.705Z | INFO : adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3561 | 2026-08-31T00:57:07.705Z | freemap_route_ipv6 Aug 31 00:57:06.614created new freemap |
| 3562 | 2026-08-31T00:57:07.705Z | Aug 31 00:57:06.614, unitDEBGreplacing 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 |
| 3563 | 2026-08-31T00:57:07.705Z | replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.614replacing 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 |
| 3564 | 2026-08-31T00:57:07.705Z | |
| 3565 | 2026-08-31T00:57:07.705Z | |
| 3566 | 2026-08-31T00:57:07.705Z | DEBG Aug 31 00:57:06.615Aug 31 00:57:06.615Aug 31 00:57:06.615Aug 31 00:57:06.615 initted freemap. size: 64 INFOINFO, DEBG unitadding route 172.17.0.20/32 -> 10.0.0.255 :adding route 172.17.0.56/32 -> 10.0.0.255 |
| 3567 | 2026-08-31T00:57:07.705Z | |
| 3568 | 2026-08-31T00:57:07.705Z | initted freemap. size: 64, freemap_route_ipv4unit |
| 3569 | 2026-08-31T00:57:07.705Z | :Aug 31 00:57:06.615INFO Aug 31 00:57:06.615DEBGAug 31 00:57:06.615 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 } }] freemap_route_ipv4DEBG |
| 3570 | 2026-08-31T00:57:07.705Z | |
| 3571 | 2026-08-31T00:57:07.705Z | reset freemapadding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBGAug 31 00:57:06.615 |
| 3572 | 2026-08-31T00:57:07.705Z | , unit 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 } }]: |
| 3573 | 2026-08-31T00:57:07.705Z | INFO adding route 172.17.0.57/32 -> 10.0.0.255freemap_route_ipv4 |
| 3574 | 2026-08-31T00:57:07.705Z | Aug 31 00:57:06.615 |
| 3575 | 2026-08-31T00:57:07.705Z | Aug 31 00:57:06.615Aug 31 00:57:06.615 DEBG DEBG Aug 31 00:57:06.615INFO reset freemapAug 31 00:57:06.615DEBG, adding route 172.17.0.21/32 -> 10.0.0.255unitreplacing 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 } }] |
| 3576 | 2026-08-31T00:57:07.705Z | |
| 3577 | 2026-08-31T00:57:07.710Z | 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 initted freemap. size: 64 |
| 3578 | 2026-08-31T00:57:07.710Z | , unitfreemap_route_ipv4Aug 31 00:57:06.615Aug 31 00:57:06.615 |
| 3579 | 2026-08-31T00:57:07.710Z | Aug 31 00:57:06.615INFO :DEBG freemap_route_ipv6adding route 172.17.0.58/32 -> 10.0.0.255 |
| 3580 | 2026-08-31T00:57:07.710Z | |
| 3581 | 2026-08-31T00:57:07.710Z | 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 } }] |
| 3582 | 2026-08-31T00:57:07.710Z | Aug 31 00:57:06.615INFO DEBGAug 31 00:57:06.615Aug 31 00:57:06.615 adding route 3fff:beef:32::/64 -> 2001:db8::55:ff Aug 31 00:57:06.615INFO |
| 3583 | 2026-08-31T00:57:07.710Z | DEBG adding route 172.17.0.22/32 -> 10.0.0.255reset freemap |
| 3584 | 2026-08-31T00:57:07.710Z | initted freemap. size: 64DEBG, unit Aug 31 00:57:06.615:replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.615 |
| 3585 | 2026-08-31T00:57:07.710Z | 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 } }] unitAug 31 00:57:06.615: |
| 3586 | 2026-08-31T00:57:07.710Z | freemap_route_ipv6INFO |
| 3587 | 2026-08-31T00:57:07.710Z | adding route 172.17.0.59/32 -> 10.0.0.255freemap_route_ipv6 |
| 3588 | 2026-08-31T00:57:07.710Z | |
| 3589 | 2026-08-31T00:57:07.710Z | 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 } }] |
| 3590 | 2026-08-31T00:57:07.710Z | Aug 31 00:57:06.615Aug 31 00:57:06.615Aug 31 00:57:06.615 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3591 | 2026-08-31T00:57:07.710Z | Aug 31 00:57:06.615DEBGAug 31 00:57:06.615 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 } }] |
| 3592 | 2026-08-31T00:57:07.710Z | |
| 3593 | 2026-08-31T00:57:07.710Z | INFOAug 31 00:57:06.615 DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG Aug 31 00:57:06.615 Aug 31 00:57:06.615replacing 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 } }] |
| 3594 | 2026-08-31T00:57:07.710Z | |
| 3595 | 2026-08-31T00:57:07.710Z | Aug 31 00:57:06.615DEBGINFO DEBGadding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3596 | 2026-08-31T00:57:07.710Z | Aug 31 00:57:06.615 |
| 3597 | 2026-08-31T00:57:07.710Z | replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] reset freemapINFOAug 31 00:57:06.615Aug 31 00:57:06.615 DEBGadding route 172.17.0.5/32 -> 10.0.0.255 |
| 3598 | 2026-08-31T00:57:07.710Z | replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3599 | 2026-08-31T00:57:07.710Z | Aug 31 00:57:06.615, unit |
| 3600 | 2026-08-31T00:57:07.710Z | adding route 172.16.0.0/32 -> 10.0.0.2Aug 31 00:57:06.615: |
| 3601 | 2026-08-31T00:57:07.710Z | DEBG Aug 31 00:57:06.615 DEBGfreemap_route_ipv6Aug 31 00:57:06.615failed to allocate space for the new target listDEBG |
| 3602 | 2026-08-31T00:57:07.710Z | Aug 31 00:57:06.615 |
| 3603 | 2026-08-31T00:57:07.710Z | replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 |
| 3604 | 2026-08-31T00:57:07.710Z | INFO |
| 3605 | 2026-08-31T00:57:07.710Z | Aug 31 00:57:06.615 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 replacing targets for 172.16.0.0/32 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 } }] |
| 3606 | 2026-08-31T00:57:07.710Z | |
| 3607 | 2026-08-31T00:57:07.710Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3608 | 2026-08-31T00:57:07.710Z | Aug 31 00:57:06.615 Aug 31 00:57:06.615INFO adding route 172.17.0.6/32 -> 10.0.0.255Aug 31 00:57:06.615 |
| 3609 | 2026-08-31T00:57:07.710Z | DEBGINFOAug 31 00:57:06.615 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 31 00:57:06.615 replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3610 | 2026-08-31T00:57:07.710Z | |
| 3611 | 2026-08-31T00:57:07.710Z | 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 } }] |
| 3612 | 2026-08-31T00:57:07.710Z | |
| 3613 | 2026-08-31T00:57:07.710Z | Aug 31 00:57:06.615 INFO Aug 31 00:57:06.615Aug 31 00:57:06.615 INFOINFO Aug 31 00:57:06.615adding route 172.17.0.7/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3614 | 2026-08-31T00:57:07.711Z | |
| 3615 | 2026-08-31T00:57:07.711Z | adding route 172.17.0.25/32 -> 10.0.0.255DEBG |
| 3616 | 2026-08-31T00:57:07.711Z | Aug 31 00:57:06.615replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 00:57:06.615 |
| 3617 | 2026-08-31T00:57:07.711Z | DEBG DEBGreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.615 |
| 3618 | 2026-08-31T00:57:07.711Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 3619 | 2026-08-31T00:57:07.711Z | Aug 31 00:57:06.615Aug 31 00:57:06.615replacing 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 } }] |
| 3620 | 2026-08-31T00:57:07.711Z | INFOAug 31 00:57:06.615 INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 3621 | 2026-08-31T00:57:07.711Z | INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 31 00:57:06.615adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3622 | 2026-08-31T00:57:07.711Z | Aug 31 00:57:06.615 |
| 3623 | 2026-08-31T00:57:07.711Z | INFO 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 } }]adding route 172.17.0.26/32 -> 10.0.0.255Aug 31 00:57:06.615 |
| 3624 | 2026-08-31T00:57:07.711Z | |
| 3625 | 2026-08-31T00:57:07.711Z | DEBGAug 31 00:57:06.615 Aug 31 00:57:06.615replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3626 | 2026-08-31T00:57:07.711Z | DEBGAug 31 00:57:06.615INFO DEBG adding route 172.17.0.9/32 -> 10.0.0.255replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 00:57:06.615 |
| 3627 | 2026-08-31T00:57:07.711Z | 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 } }] |
| 3628 | 2026-08-31T00:57:07.711Z | |
| 3629 | 2026-08-31T00:57:07.711Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3630 | 2026-08-31T00:57:07.711Z | Aug 31 00:57:06.615Aug 31 00:57:06.615 Aug 31 00:57:06.615 INFOINFODEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.27/32 -> 10.0.0.255 |
| 3631 | 2026-08-31T00:57:07.711Z | Aug 31 00:57:06.615adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 3632 | 2026-08-31T00:57:07.711Z | DEBG |
| 3633 | 2026-08-31T00:57:07.711Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3634 | 2026-08-31T00:57:07.711Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 3635 | 2026-08-31T00:57:07.711Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 3636 | 2026-08-31T00:57:07.711Z | Aug 31 00:57:06.615 Aug 31 00:57:06.615DEBG Aug 31 00:57:06.615INFOreplacing 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 } }] |
| 3637 | 2026-08-31T00:57:07.711Z | adding route 172.17.0.10/32 -> 10.0.0.255 Aug 31 00:57:06.615 INFO |
| 3638 | 2026-08-31T00:57:07.711Z | Aug 31 00:57:06.615DEBG adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3639 | 2026-08-31T00:57:07.711Z | replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:57:06.615 |
| 3640 | 2026-08-31T00:57:07.711Z | INFO adding route 172.17.0.28/32 -> 10.0.0.255DEBGAug 31 00:57:06.615 |
| 3641 | 2026-08-31T00:57:07.711Z | 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 31 00:57:06.615DEBG |
| 3642 | 2026-08-31T00:57:07.711Z | Aug 31 00:57:06.615 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] INFO |
| 3643 | 2026-08-31T00:57:07.711Z | replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.615 |
| 3644 | 2026-08-31T00:57:07.711Z | INFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 31 00:57:06.615 |
| 3645 | 2026-08-31T00:57:07.711Z | |
| 3646 | 2026-08-31T00:57:07.711Z | INFO Aug 31 00:57:06.615adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3647 | 2026-08-31T00:57:07.711Z | Aug 31 00:57:06.615DEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.615Aug 31 00:57:06.615 |
| 3648 | 2026-08-31T00:57:07.711Z | |
| 3649 | 2026-08-31T00:57:07.711Z | DEBGDEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3650 | 2026-08-31T00:57:07.711Z | |
| 3651 | 2026-08-31T00:57:07.711Z | Aug 31 00:57:06.615 INFO Aug 31 00:57:06.615adding route 172.17.0.12/32 -> 10.0.0.255 Aug 31 00:57:06.615 |
| 3652 | 2026-08-31T00:57:07.711Z | INFO INFOadding route 172.17.0.30/32 -> 10.0.0.255 |
| 3653 | 2026-08-31T00:57:07.712Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 3654 | 2026-08-31T00:57:07.712Z | Aug 31 00:57:06.615Aug 31 00:57:06.615Aug 31 00:57:06.615 DEBGDEBGDEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 3655 | 2026-08-31T00:57:07.712Z | |
| 3656 | 2026-08-31T00:57:07.712Z | 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 } }] |
| 3657 | 2026-08-31T00:57:07.712Z | Aug 31 00:57:06.615Aug 31 00:57:06.615 Aug 31 00:57:06.615INFO INFOINFOadding route 172.17.0.31/32 -> 10.0.0.255 |
| 3658 | 2026-08-31T00:57:07.712Z | adding route 172.17.0.13/32 -> 10.0.0.255 |
| 3659 | 2026-08-31T00:57:07.712Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 3660 | 2026-08-31T00:57:07.712Z | Aug 31 00:57:06.615 Aug 31 00:57:06.615Aug 31 00:57:06.615DEBG 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 } }] |
| 3661 | 2026-08-31T00:57:07.712Z | 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 } }] |
| 3662 | 2026-08-31T00:57:07.712Z | unit: freemap_route_ipv4Aug 31 00:57:06.621 |
| 3663 | 2026-08-31T00:57:07.712Z | Aug 31 00:57:06.621 INFOINFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3664 | 2026-08-31T00:57:07.712Z | Aug 31 00:57:06.621 |
| 3665 | 2026-08-31T00:57:07.712Z | DEBG created new freemapAug 31 00:57:06.621Aug 31 00:57:06.621 , DEBGunitDEBG: replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3666 | 2026-08-31T00:57:07.712Z | |
| 3667 | 2026-08-31T00:57:07.712Z | freemap_route_ipv6 |
| 3668 | 2026-08-31T00:57:07.712Z | Aug 31 00:57:06.621 INFOAug 31 00:57:06.621 adding route 172.17.0.15/32 -> 10.0.0.255DEBG |
| 3669 | 2026-08-31T00:57:07.712Z | Aug 31 00:57:06.621initted freemap. size: 64 , INFOunit :Aug 31 00:57:06.621adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3670 | 2026-08-31T00:57:07.712Z | DEBGfreemap_route_ipv4 |
| 3671 | 2026-08-31T00:57:07.712Z | 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 } }] |
| 3672 | 2026-08-31T00:57:07.712Z | Aug 31 00:57:06.621 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 } }] |
| 3673 | 2026-08-31T00:57:07.712Z | Aug 31 00:57:06.621 INFO Aug 31 00:57:06.621adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3674 | 2026-08-31T00:57:07.712Z | INFOAug 31 00:57:06.621Aug 31 00:57:06.616 adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3675 | 2026-08-31T00:57:07.712Z | DEBG DEBGcreated new freemap , Aug 31 00:57:06.621reset freemapunit, : Aug 31 00:57:06.621DEBG unitDEBG 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.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 } }]: |
| 3676 | 2026-08-31T00:57:07.712Z | |
| 3677 | 2026-08-31T00:57:07.716Z | freemap_route_ipv4freemap_route_ipv4 |
| 3678 | 2026-08-31T00:57:07.716Z | |
| 3679 | 2026-08-31T00:57:07.717Z | Aug 31 00:57:06.621 INFO Aug 31 00:57:06.621adding route 172.17.0.35/32 -> 10.0.0.255 Aug 31 00:57:06.621 |
| 3680 | 2026-08-31T00:57:07.717Z | INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3681 | 2026-08-31T00:57:07.717Z | DEBGAug 31 00:57:06.621 Aug 31 00:57:06.621initted freemap. size: 64 , DEBGunit :replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.621 |
| 3682 | 2026-08-31T00:57:07.717Z | 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 } }]freemap_route_ipv6 |
| 3683 | 2026-08-31T00:57:07.717Z | |
| 3684 | 2026-08-31T00:57:07.717Z | DEBGAug 31 00:57:06.621 created new freemapINFO, unitadding route 172.17.0.36/32 -> 10.0.0.255Aug 31 00:57:06.621Aug 31 00:57:06.621: INFO |
| 3685 | 2026-08-31T00:57:07.717Z | DEBG freemap_route_ipv6 adding route 172.17.0.18/32 -> 10.0.0.255reset freemap |
| 3686 | 2026-08-31T00:57:07.717Z | , unitAug 31 00:57:06.621: |
| 3687 | 2026-08-31T00:57:07.717Z | freemap_route_ipv6DEBG |
| 3688 | 2026-08-31T00:57:07.717Z | replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.621 |
| 3689 | 2026-08-31T00:57:07.717Z | DEBGAug 31 00:57:06.621Aug 31 00:57:06.621 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 } }] |
| 3690 | 2026-08-31T00:57:07.717Z | Aug 31 00:57:06.621DEBG INFO INFOadding route 172.16.0.0/32 -> 10.0.0.1initted freemap. size: 64 |
| 3691 | 2026-08-31T00:57:07.717Z | , unitadding route 172.17.0.37/32 -> 10.0.0.255: |
| 3692 | 2026-08-31T00:57:07.717Z | Aug 31 00:57:06.621 freemap_route_ipv4INFOAug 31 00:57:06.621 |
| 3693 | 2026-08-31T00:57:07.717Z | adding route 172.17.0.19/32 -> 10.0.0.255DEBGAug 31 00:57:06.621 |
| 3694 | 2026-08-31T00:57:07.717Z | DEBGAug 31 00:57:06.621 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3695 | 2026-08-31T00:57:07.717Z | |
| 3696 | 2026-08-31T00:57:07.717Z | Aug 31 00:57:06.621DEBG reset freemapDEBG, Aug 31 00:57:06.621unitreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] :INFO Aug 31 00:57:06.621 freemap_route_ipv4 adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3697 | 2026-08-31T00:57:07.717Z | |
| 3698 | 2026-08-31T00:57:07.717Z | INFO |
| 3699 | 2026-08-31T00:57:07.717Z | adding route 172.16.0.0/32 -> 10.0.0.2Aug 31 00:57:06.621 |
| 3700 | 2026-08-31T00:57:07.717Z | DEBGAug 31 00:57:06.621Aug 31 00:57:06.621 DEBG initted freemap. size: 64Aug 31 00:57:06.621INFO , DEBGreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unitadding route 172.17.0.20/32 -> 10.0.0.255: |
| 3701 | 2026-08-31T00:57:07.717Z | |
| 3702 | 2026-08-31T00:57:07.717Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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_ipv6Aug 31 00:57:06.621Aug 31 00:57:06.621 |
| 3703 | 2026-08-31T00:57:07.717Z | INFO |
| 3704 | 2026-08-31T00:57:07.717Z | DEBG adding route 172.17.0.39/32 -> 10.0.0.255Aug 31 00:57:06.621 |
| 3705 | 2026-08-31T00:57:07.717Z | replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.621 |
| 3706 | 2026-08-31T00:57:07.717Z | INFO DEBG Aug 31 00:57:06.621 adding route 172.16.0.0/32 -> 10.0.0.3DEBGAug 31 00:57:06.621 reset freemapINFO |
| 3707 | 2026-08-31T00:57:07.717Z | , 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 |
| 3708 | 2026-08-31T00:57:07.717Z | adding route 172.17.0.21/32 -> 10.0.0.255: |
| 3709 | 2026-08-31T00:57:07.717Z | freemap_route_ipv6Aug 31 00:57:06.621 |
| 3710 | 2026-08-31T00:57:07.717Z | Aug 31 00:57:06.621INFO Aug 31 00:57:06.621 DEBGDEBG adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3711 | 2026-08-31T00:57:07.717Z | |
| 3712 | 2026-08-31T00:57:07.717Z | |
| 3713 | 2026-08-31T00:57:07.717Z | Aug 31 00:57:06.621 INFOAug 31 00:57:06.621 adding route 172.16.0.0/32 -> 10.0.0.1INFOAug 31 00:57:06.621 adding route 172.17.0.22/32 -> 10.0.0.255DEBG |
| 3714 | 2026-08-31T00:57:07.717Z | |
| 3715 | 2026-08-31T00:57:07.717Z | Aug 31 00:57:06.621 INFOreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.622 |
| 3716 | 2026-08-31T00:57:07.717Z | Aug 31 00:57:06.622 DEBGadding route 172.16.0.0/32 -> 10.0.0.4DEBG |
| 3717 | 2026-08-31T00:57:07.717Z | 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3718 | 2026-08-31T00:57:07.717Z | |
| 3719 | 2026-08-31T00:57:07.718Z | Aug 31 00:57:06.622Aug 31 00:57:06.622 INFODEBGAug 31 00:57:06.622Aug 31 00:57:06.622 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] adding route 172.17.0.41/32 -> 10.0.0.255 INFOINFO |
| 3720 | 2026-08-31T00:57:07.718Z | |
| 3721 | 2026-08-31T00:57:07.718Z | adding route 172.16.0.0/32 -> 10.0.0.2 adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3722 | 2026-08-31T00:57:07.718Z | |
| 3723 | 2026-08-31T00:57:07.718Z | Aug 31 00:57:06.622Aug 31 00:57:06.622 Aug 31 00:57:06.622 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 } }] DEBG |
| 3724 | 2026-08-31T00:57:07.718Z | Aug 31 00:57:06.622 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 } }]DEBG |
| 3725 | 2026-08-31T00:57:07.718Z | |
| 3726 | 2026-08-31T00:57:07.718Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 31 00:57:06.622 |
| 3727 | 2026-08-31T00:57:07.718Z | INFOAug 31 00:57:06.622 INFO DEBGadding route 172.17.0.24/32 -> 10.0.0.255 adding route 172.17.0.42/32 -> 10.0.0.255Aug 31 00:57:06.622 |
| 3728 | 2026-08-31T00:57:07.718Z | replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 3729 | 2026-08-31T00:57:07.718Z | |
| 3730 | 2026-08-31T00:57:07.718Z | adding route 172.16.0.0/32 -> 10.0.0.3Aug 31 00:57:06.622 |
| 3731 | 2026-08-31T00:57:07.718Z | DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.622 |
| 3732 | 2026-08-31T00:57:07.718Z | Aug 31 00:57:06.622Aug 31 00:57:06.622 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 } }]DEBG |
| 3733 | 2026-08-31T00:57:07.718Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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:3a::/64 -> 2001:db8::55:ff |
| 3734 | 2026-08-31T00:57:07.718Z | test route::tests::delete_targets_full ... ok |
| 3735 | 2026-08-31T00:57:07.718Z | test route::tests::delete_target_fragmented ... ok |
| 3736 | 2026-08-31T00:57:07.718Z | |
| 3737 | 2026-08-31T00:57:07.718Z | Aug 31 00:57:06.622Aug 31 00:57:06.622 INFOAug 31 00:57:06.622 INFOadding route 172.17.0.25/32 -> 10.0.0.255 |
| 3738 | 2026-08-31T00:57:07.718Z | INFO adding route 172.17.0.43/32 -> 10.0.0.255Aug 31 00:57:06.622adding route 172.16.0.0/32 -> 10.0.0.4 |
| 3739 | 2026-08-31T00:57:07.718Z | DEBGAug 31 00:57:06.622 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 } }] |
| 3740 | 2026-08-31T00:57:07.718Z | |
| 3741 | 2026-08-31T00:57:07.718Z | DEBGAug 31 00:57:06.622 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 } }] |
| 3742 | 2026-08-31T00:57:07.718Z | DEBG Aug 31 00:57:06.622replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:57:06.622Aug 31 00:57:06.622 DEBG |
| 3743 | 2026-08-31T00:57:07.718Z | INFO INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 172.17.0.26/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, 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 } }] |
| 3744 | 2026-08-31T00:57:07.718Z | |
| 3745 | 2026-08-31T00:57:07.718Z | |
| 3746 | 2026-08-31T00:57:07.718Z | Aug 31 00:57:06.622 INFO adding route 172.17.0.44/32 -> 10.0.0.255Aug 31 00:57:06.622Aug 31 00:57:06.622 |
| 3747 | 2026-08-31T00:57:07.718Z | DEBGAug 31 00:57:06.622 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 } }] |
| 3748 | 2026-08-31T00:57:07.718Z | 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 } }]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 } }] |
| 3749 | 2026-08-31T00:57:07.718Z | |
| 3750 | 2026-08-31T00:57:07.718Z | Aug 31 00:57:06.622Aug 31 00:57:06.622 DEBG INFOreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3751 | 2026-08-31T00:57:07.718Z | Aug 31 00:57:06.622adding route 172.17.0.27/32 -> 10.0.0.255 |
| 3752 | 2026-08-31T00:57:07.718Z | INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 3753 | 2026-08-31T00:57:07.718Z | Aug 31 00:57:06.622Aug 31 00:57:06.622 DEBGAug 31 00:57:06.622INFO DEBGadding route 172.17.0.45/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 } }] |
| 3754 | 2026-08-31T00:57:07.718Z | 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 } }] |
| 3755 | 2026-08-31T00:57:07.718Z | |
| 3756 | 2026-08-31T00:57:07.718Z | Aug 31 00:57:06.622Aug 31 00:57:06.622Aug 31 00:57:06.622 DEBG INFOreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3757 | 2026-08-31T00:57:07.718Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffadding route 172.17.0.28/32 -> 10.0.0.255 |
| 3758 | 2026-08-31T00:57:07.719Z | |
| 3759 | 2026-08-31T00:57:07.719Z | Aug 31 00:57:06.622Aug 31 00:57:06.622 Aug 31 00:57:06.622 INFODEBG adding route 172.17.0.46/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 } }] |
| 3760 | 2026-08-31T00:57:07.719Z | DEBG |
| 3761 | 2026-08-31T00:57:07.719Z | 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 } }] |
| 3762 | 2026-08-31T00:57:07.719Z | Aug 31 00:57:06.622Aug 31 00:57:06.622 Aug 31 00:57:06.622 DEBGINFOINFO 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.29/32 -> 10.0.0.255 |
| 3763 | 2026-08-31T00:57:07.719Z | adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 3764 | 2026-08-31T00:57:07.719Z | |
| 3765 | 2026-08-31T00:57:07.719Z | Aug 31 00:57:06.622Aug 31 00:57:06.622Aug 31 00:57:06.622 INFO DEBGDEBGadding route 172.17.0.47/32 -> 10.0.0.255 |
| 3766 | 2026-08-31T00:57:07.719Z | 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 } }] |
| 3767 | 2026-08-31T00:57:07.719Z | 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 } }] |
| 3768 | 2026-08-31T00:57:07.719Z | Aug 31 00:57:06.622 DEBGAug 31 00:57:06.622 replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3769 | 2026-08-31T00:57:07.719Z | Aug 31 00:57:06.622 failed to allocate space for the new target listINFO |
| 3770 | 2026-08-31T00:57:07.719Z | Aug 31 00:57:06.622adding route 172.17.0.30/32 -> 10.0.0.255 |
| 3771 | 2026-08-31T00:57:07.719Z | INFO adding route 172.17.0.48/32 -> 10.0.0.255Aug 31 00:57:06.622 DEBG |
| 3772 | 2026-08-31T00:57:07.719Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 00:57:06.628 |
| 3773 | 2026-08-31T00:57:07.719Z | 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 } }] |
| 3774 | 2026-08-31T00:57:07.719Z | Aug 31 00:57:06.628 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3775 | 2026-08-31T00:57:07.719Z | Aug 31 00:57:06.622Aug 31 00:57:06.628 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 } }] |
| 3776 | 2026-08-31T00:57:07.719Z | Aug 31 00:57:06.628DEBG 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 } }] |
| 3777 | 2026-08-31T00:57:07.723Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3778 | 2026-08-31T00:57:07.723Z | Aug 31 00:57:06.628 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 } }] |
| 3779 | 2026-08-31T00:57:07.723Z | Aug 31 00:57:06.628 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3780 | 2026-08-31T00:57:07.723Z | Aug 31 00:57:06.628 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 } }] |
| 3781 | 2026-08-31T00:57:07.723Z | Aug 31 00:57:06.628Aug 31 00:57:06.628 INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3782 | 2026-08-31T00:57:07.723Z | |
| 3783 | 2026-08-31T00:57:07.723Z | Aug 31 00:57:06.628Aug 31 00:57:06.628 DEBGDEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 3784 | 2026-08-31T00:57:07.723Z | |
| 3785 | 2026-08-31T00:57:07.723Z | Aug 31 00:57:06.628Aug 31 00:57:06.628 INFOINFO adding route 172.17.0.53/32 -> 10.0.0.255adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3786 | 2026-08-31T00:57:07.723Z | |
| 3787 | 2026-08-31T00:57:07.723Z | Aug 31 00:57:06.628Aug 31 00:57:06.628 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.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 } }] |
| 3788 | 2026-08-31T00:57:07.723Z | |
| 3789 | 2026-08-31T00:57:07.723Z | Aug 31 00:57:06.628Aug 31 00:57:06.628 INFOINFO adding route 172.17.0.54/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3790 | 2026-08-31T00:57:07.723Z | |
| 3791 | 2026-08-31T00:57:07.723Z | Aug 31 00:57:06.628Aug 31 00:57:06.628 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.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 } }] |
| 3792 | 2026-08-31T00:57:07.724Z | |
| 3793 | 2026-08-31T00:57:07.724Z | Aug 31 00:57:06.628Aug 31 00:57:06.628 INFOINFO adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3794 | 2026-08-31T00:57:07.724Z | |
| 3795 | 2026-08-31T00:57:07.724Z | Aug 31 00:57:06.628Aug 31 00:57:06.628 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.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 } }] |
| 3796 | 2026-08-31T00:57:07.724Z | |
| 3797 | 2026-08-31T00:57:07.724Z | Aug 31 00:57:06.628Aug 31 00:57:06.628 INFOINFO adding route 172.17.0.56/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3798 | 2026-08-31T00:57:07.724Z | |
| 3799 | 2026-08-31T00:57:07.724Z | Aug 31 00:57:06.628Aug 31 00:57:06.628 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.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 } }] |
| 3800 | 2026-08-31T00:57:07.724Z | |
| 3801 | 2026-08-31T00:57:07.724Z | Aug 31 00:57:06.628Aug 31 00:57:06.628 INFOINFO adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.57/32 -> 10.0.0.255 |
| 3802 | 2026-08-31T00:57:07.724Z | |
| 3803 | 2026-08-31T00:57:07.724Z | Aug 31 00:57:06.628Aug 31 00:57:06.628 DEBGDEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3804 | 2026-08-31T00:57:07.724Z | |
| 3805 | 2026-08-31T00:57:07.724Z | Aug 31 00:57:06.628Aug 31 00:57:06.628 INFOINFO adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3806 | 2026-08-31T00:57:07.724Z | |
| 3807 | 2026-08-31T00:57:07.724Z | Aug 31 00:57:06.628Aug 31 00:57:06.628 DEBGDEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3808 | 2026-08-31T00:57:07.724Z | |
| 3809 | 2026-08-31T00:57:07.724Z | Aug 31 00:57:06.628Aug 31 00:57:06.628 INFOINFO adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255 |
| 3810 | 2026-08-31T00:57:07.724Z | |
| 3811 | 2026-08-31T00:57:07.724Z | Aug 31 00:57:06.628Aug 31 00:57:06.628 DEBGDEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3812 | 2026-08-31T00:57:07.724Z | |
| 3813 | 2026-08-31T00:57:07.724Z | Aug 31 00:57:06.628Aug 31 00:57:06.628 INFOINFO adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255 |
| 3814 | 2026-08-31T00:57:07.724Z | |
| 3815 | 2026-08-31T00:57:07.724Z | Aug 31 00:57:06.628Aug 31 00:57:06.628 DEBGDEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3816 | 2026-08-31T00:57:07.724Z | |
| 3817 | 2026-08-31T00:57:07.724Z | Aug 31 00:57:06.628Aug 31 00:57:06.628 DEBGINFO failed to allocate space for the new target listadding route 172.17.0.40/32 -> 10.0.0.255 |
| 3818 | 2026-08-31T00:57:07.724Z | |
| 3819 | 2026-08-31T00:57:07.724Z | Aug 31 00:57:06.628Aug 31 00:57:06.628 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.2, vlan_id: None } }]replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3820 | 2026-08-31T00:57:07.724Z | |
| 3821 | 2026-08-31T00:57:07.724Z | Aug 31 00:57:06.628 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3822 | 2026-08-31T00:57:07.724Z | Aug 31 00:57:06.628 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 } }] |
| 3823 | 2026-08-31T00:57:07.724Z | Aug 31 00:57:06.628 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3824 | 2026-08-31T00:57:07.724Z | Aug 31 00:57:06.628 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 } }] |
| 3825 | 2026-08-31T00:57:07.724Z | Aug 31 00:57:06.628 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3826 | 2026-08-31T00:57:07.724Z | Aug 31 00:57:06.628 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 } }] |
| 3827 | 2026-08-31T00:57:07.724Z | Aug 31 00:57:06.628 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3828 | 2026-08-31T00:57:07.724Z | Aug 31 00:57:06.628 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 } }] |
| 3829 | 2026-08-31T00:57:07.724Z | Aug 31 00:57:06.628 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3830 | 2026-08-31T00:57:07.724Z | Aug 31 00:57:06.628 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 } }] |
| 3831 | 2026-08-31T00:57:07.724Z | Aug 31 00:57:06.628 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3832 | 2026-08-31T00:57:07.725Z | Aug 31 00:57:06.628 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 } }] |
| 3833 | 2026-08-31T00:57:07.725Z | Aug 31 00:57:06.628 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3834 | 2026-08-31T00:57:07.725Z | Aug 31 00:57:06.628 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 } }] |
| 3835 | 2026-08-31T00:57:07.725Z | test route::tests::delete_target_full ... ok |
| 3836 | 2026-08-31T00:57:07.725Z | |
| 3837 | 2026-08-31T00:57:07.725Z | Aug 31 00:57:06.628 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3838 | 2026-08-31T00:57:07.725Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s |
| 3839 | 2026-08-31T00:57:07.725Z | |
| 3840 | 2026-08-31T00:57:07.725Z | Aug 31 00:57:06.628 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 } }] |
| 3841 | 2026-08-31T00:57:07.725Z | Aug 31 00:57:06.628 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3842 | 2026-08-31T00:57:07.725Z | Aug 31 00:57:06.628 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 } }] |
| 3843 | 2026-08-31T00:57:07.725Z | Aug 31 00:57:06.628 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3844 | 2026-08-31T00:57:07.725Z | Aug 31 00:57:06.628 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 } }] |
| 3845 | 2026-08-31T00:57:07.725Z | Aug 31 00:57:06.628 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3846 | 2026-08-31T00:57:07.725Z | Aug 31 00:57:06.628 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 } }] |
| 3847 | 2026-08-31T00:57:07.725Z | Aug 31 00:57:06.628 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3848 | 2026-08-31T00:57:07.725Z | Aug 31 00:57:06.628 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 } }] |
| 3849 | 2026-08-31T00:57:07.725Z | Aug 31 00:57:06.628 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3850 | 2026-08-31T00:57:07.725Z | Aug 31 00:57:06.628 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 } }] |
| 3851 | 2026-08-31T00:57:07.725Z | Aug 31 00:57:06.628 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3852 | 2026-08-31T00:57:07.725Z | Aug 31 00:57:06.628 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 } }] |
| 3853 | 2026-08-31T00:57:07.725Z | Aug 31 00:57:06.628 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 3854 | 2026-08-31T00:57:07.725Z | Aug 31 00:57:06.628 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 } }] |
| 3855 | 2026-08-31T00:57:07.725Z | Aug 31 00:57:06.628 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 3856 | 2026-08-31T00:57:07.725Z | Aug 31 00:57:06.628 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 } }] |
| 3857 | 2026-08-31T00:57:07.725Z | Aug 31 00:57:06.628 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 3858 | 2026-08-31T00:57:07.725Z | Aug 31 00:57:06.628 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 } }] |
| 3859 | 2026-08-31T00:57:07.725Z | Aug 31 00:57:06.628 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 3860 | 2026-08-31T00:57:07.725Z | Aug 31 00:57:06.628 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 } }] |
| 3861 | 2026-08-31T00:57:07.725Z | Aug 31 00:57:06.628 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 3862 | 2026-08-31T00:57:07.725Z | Aug 31 00:57:06.628 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 } }] |
| 3863 | 2026-08-31T00:57:07.725Z | Aug 31 00:57:06.628 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 3864 | 2026-08-31T00:57:07.725Z | Aug 31 00:57:06.628 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 } }] |
| 3865 | 2026-08-31T00:57:07.725Z | Aug 31 00:57:06.628 DEBG failed to allocate space for the new target list |
| 3866 | 2026-08-31T00:57:07.725Z | Aug 31 00:57:06.628 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 } }] |
| 3867 | 2026-08-31T00:57:07.725Z | Aug 31 00:57:06.628 DEBG created new freemap, unit: freemap_route_ipv4 |
| 3868 | 2026-08-31T00:57:07.725Z | Aug 31 00:57:06.628 DEBG created new freemap, unit: freemap_route_ipv6 |
| 3869 | 2026-08-31T00:57:07.725Z | Aug 31 00:57:06.628 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 3870 | 2026-08-31T00:57:07.725Z | Aug 31 00:57:06.628 DEBG reset freemap, unit: freemap_route_ipv4 |
| 3871 | 2026-08-31T00:57:07.726Z | Aug 31 00:57:06.628 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 3872 | 2026-08-31T00:57:07.726Z | Aug 31 00:57:06.628 DEBG reset freemap, unit: freemap_route_ipv6 |
| 3873 | 2026-08-31T00:57:07.726Z | Aug 31 00:57:06.628 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3874 | 2026-08-31T00:57:07.726Z | Aug 31 00:57:06.628 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 } }] |
| 3875 | 2026-08-31T00:57:07.726Z | Aug 31 00:57:06.628 INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3876 | 2026-08-31T00:57:07.726Z | Aug 31 00:57:06.628 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 } }] |
| 3877 | 2026-08-31T00:57:07.730Z | Aug 31 00:57:06.628 INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3878 | 2026-08-31T00:57:07.730Z | Aug 31 00:57:06.628 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 } }] |
| 3879 | 2026-08-31T00:57:07.730Z | Aug 31 00:57:06.628 INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 3880 | 2026-08-31T00:57:07.730Z | Aug 31 00:57:06.628 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 } }] |
| 3881 | 2026-08-31T00:57:07.730Z | Aug 31 00:57:06.628 INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3882 | 2026-08-31T00:57:07.730Z | Aug 31 00:57:06.628 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 } }] |
| 3883 | 2026-08-31T00:57:07.730Z | Aug 31 00:57:06.628 INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 3884 | 2026-08-31T00:57:07.730Z | Aug 31 00:57:06.628 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 } }] |
| 3885 | 2026-08-31T00:57:07.730Z | Aug 31 00:57:06.628 INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 3886 | 2026-08-31T00:57:07.730Z | Aug 31 00:57:06.628 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 } }] |
| 3887 | 2026-08-31T00:57:07.730Z | Aug 31 00:57:06.628 INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 3888 | 2026-08-31T00:57:07.730Z | Aug 31 00:57:06.628 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 } }] |
| 3889 | 2026-08-31T00:57:07.730Z | Aug 31 00:57:06.628 INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 3890 | 2026-08-31T00:57:07.730Z | Aug 31 00:57:06.628 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 } }] |
| 3891 | 2026-08-31T00:57:07.730Z | Aug 31 00:57:06.628 INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 3892 | 2026-08-31T00:57:07.730Z | Aug 31 00:57:06.629 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 } }] |
| 3893 | 2026-08-31T00:57:07.730Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 3894 | 2026-08-31T00:57:07.730Z | Aug 31 00:57:06.634 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 } }] |
| 3895 | 2026-08-31T00:57:07.730Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3896 | 2026-08-31T00:57:07.730Z | Aug 31 00:57:06.634 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 } }] |
| 3897 | 2026-08-31T00:57:07.730Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3898 | 2026-08-31T00:57:07.730Z | Aug 31 00:57:06.634 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 } }] |
| 3899 | 2026-08-31T00:57:07.730Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 3900 | 2026-08-31T00:57:07.730Z | Aug 31 00:57:06.634 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 } }] |
| 3901 | 2026-08-31T00:57:07.730Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 3902 | 2026-08-31T00:57:07.730Z | Aug 31 00:57:06.634 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 } }] |
| 3903 | 2026-08-31T00:57:07.730Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 3904 | 2026-08-31T00:57:07.730Z | Aug 31 00:57:06.634 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 } }] |
| 3905 | 2026-08-31T00:57:07.730Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3906 | 2026-08-31T00:57:07.730Z | Aug 31 00:57:06.634 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 } }] |
| 3907 | 2026-08-31T00:57:07.730Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 3908 | 2026-08-31T00:57:07.730Z | Aug 31 00:57:06.634 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 } }] |
| 3909 | 2026-08-31T00:57:07.730Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3910 | 2026-08-31T00:57:07.731Z | Aug 31 00:57:06.634 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 } }] |
| 3911 | 2026-08-31T00:57:07.731Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3912 | 2026-08-31T00:57:07.731Z | Aug 31 00:57:06.634 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 } }] |
| 3913 | 2026-08-31T00:57:07.731Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3914 | 2026-08-31T00:57:07.731Z | Aug 31 00:57:06.634 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 } }] |
| 3915 | 2026-08-31T00:57:07.731Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3916 | 2026-08-31T00:57:07.731Z | Aug 31 00:57:06.634 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 } }] |
| 3917 | 2026-08-31T00:57:07.731Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 3918 | 2026-08-31T00:57:07.731Z | Aug 31 00:57:06.634 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 } }] |
| 3919 | 2026-08-31T00:57:07.731Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3920 | 2026-08-31T00:57:07.731Z | Aug 31 00:57:06.634 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 } }] |
| 3921 | 2026-08-31T00:57:07.731Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3922 | 2026-08-31T00:57:07.731Z | Aug 31 00:57:06.634 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 } }] |
| 3923 | 2026-08-31T00:57:07.731Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3924 | 2026-08-31T00:57:07.731Z | Aug 31 00:57:06.634 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 } }] |
| 3925 | 2026-08-31T00:57:07.731Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3926 | 2026-08-31T00:57:07.731Z | Aug 31 00:57:06.634 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 } }] |
| 3927 | 2026-08-31T00:57:07.731Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3928 | 2026-08-31T00:57:07.731Z | Aug 31 00:57:06.634 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 } }] |
| 3929 | 2026-08-31T00:57:07.731Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3930 | 2026-08-31T00:57:07.731Z | Aug 31 00:57:06.634 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 } }] |
| 3931 | 2026-08-31T00:57:07.731Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 3932 | 2026-08-31T00:57:07.731Z | Aug 31 00:57:06.634 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 } }] |
| 3933 | 2026-08-31T00:57:07.731Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3934 | 2026-08-31T00:57:07.731Z | Aug 31 00:57:06.634 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 } }] |
| 3935 | 2026-08-31T00:57:07.731Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3936 | 2026-08-31T00:57:07.731Z | Aug 31 00:57:06.634 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 } }] |
| 3937 | 2026-08-31T00:57:07.731Z | |
| 3938 | 2026-08-31T00:57:07.731Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 3939 | 2026-08-31T00:57:07.731Z | Aug 31 00:57:06.634 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 } }] |
| 3940 | 2026-08-31T00:57:07.731Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3941 | 2026-08-31T00:57:07.731Z | running 0 tests |
| 3942 | 2026-08-31T00:57:07.731Z | Aug 31 00:57:06.634 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 } }] |
| 3943 | 2026-08-31T00:57:07.731Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3944 | 2026-08-31T00:57:07.731Z | Aug 31 00:57:06.634 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 } }] |
| 3945 | 2026-08-31T00:57:07.731Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3946 | 2026-08-31T00:57:07.731Z | Aug 31 00:57:06.634 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 } }] |
| 3947 | 2026-08-31T00:57:07.731Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3948 | 2026-08-31T00:57:07.731Z | |
| 3949 | 2026-08-31T00:57:07.732Z | Aug 31 00:57:06.634 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 } }] |
| 3950 | 2026-08-31T00:57:07.732Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3951 | 2026-08-31T00:57:07.732Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3952 | 2026-08-31T00:57:07.732Z | |
| 3953 | 2026-08-31T00:57:07.732Z | Aug 31 00:57:06.634 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 } }] |
| 3954 | 2026-08-31T00:57:07.732Z | |
| 3955 | 2026-08-31T00:57:07.732Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3956 | 2026-08-31T00:57:07.732Z | running 0 tests |
| 3957 | 2026-08-31T00:57:07.732Z | Aug 31 00:57:06.634 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 } }] |
| 3958 | 2026-08-31T00:57:07.732Z | |
| 3959 | 2026-08-31T00:57:07.732Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3960 | 2026-08-31T00:57:07.732Z | |
| 3961 | 2026-08-31T00:57:07.732Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3962 | 2026-08-31T00:57:07.732Z | Aug 31 00:57:06.634 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 } }] |
| 3963 | 2026-08-31T00:57:07.732Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3964 | 2026-08-31T00:57:07.732Z | Aug 31 00:57:06.634 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 } }] |
| 3965 | 2026-08-31T00:57:07.732Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3966 | 2026-08-31T00:57:07.732Z | Aug 31 00:57:06.634 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 } }] |
| 3967 | 2026-08-31T00:57:07.732Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3968 | 2026-08-31T00:57:07.732Z | Aug 31 00:57:06.634 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 } }] |
| 3969 | 2026-08-31T00:57:07.732Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3970 | 2026-08-31T00:57:07.732Z | Aug 31 00:57:06.634 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 } }] |
| 3971 | 2026-08-31T00:57:07.732Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3972 | 2026-08-31T00:57:07.732Z | Aug 31 00:57:06.634 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 } }] |
| 3973 | 2026-08-31T00:57:07.732Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3974 | 2026-08-31T00:57:07.732Z | Aug 31 00:57:06.634 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 } }] |
| 3975 | 2026-08-31T00:57:07.732Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3976 | 2026-08-31T00:57:07.732Z | Aug 31 00:57:06.634 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 } }] |
| 3977 | 2026-08-31T00:57:07.736Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3978 | 2026-08-31T00:57:07.736Z | Aug 31 00:57:06.634 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 } }] |
| 3979 | 2026-08-31T00:57:07.736Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3980 | 2026-08-31T00:57:07.736Z | Aug 31 00:57:06.634 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 } }] |
| 3981 | 2026-08-31T00:57:07.736Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3982 | 2026-08-31T00:57:07.736Z | Aug 31 00:57:06.634 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 } }] |
| 3983 | 2026-08-31T00:57:07.736Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3984 | 2026-08-31T00:57:07.736Z | Aug 31 00:57:06.634 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 } }] |
| 3985 | 2026-08-31T00:57:07.736Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3986 | 2026-08-31T00:57:07.736Z | Aug 31 00:57:06.634 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 } }] |
| 3987 | 2026-08-31T00:57:07.736Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3988 | 2026-08-31T00:57:07.736Z | Aug 31 00:57:06.634 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 } }] |
| 3989 | 2026-08-31T00:57:07.736Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3990 | 2026-08-31T00:57:07.736Z | Aug 31 00:57:06.634 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 } }] |
| 3991 | 2026-08-31T00:57:07.737Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3992 | 2026-08-31T00:57:07.737Z | Aug 31 00:57:06.634 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 } }] |
| 3993 | 2026-08-31T00:57:07.737Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3994 | 2026-08-31T00:57:07.737Z | Aug 31 00:57:06.634 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 } }] |
| 3995 | 2026-08-31T00:57:07.737Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3996 | 2026-08-31T00:57:07.737Z | Aug 31 00:57:06.634 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 } }] |
| 3997 | 2026-08-31T00:57:07.737Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 3998 | 2026-08-31T00:57:07.737Z | Aug 31 00:57:06.634 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 } }] |
| 3999 | 2026-08-31T00:57:07.737Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 4000 | 2026-08-31T00:57:07.737Z | Aug 31 00:57:06.634 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 } }] |
| 4001 | 2026-08-31T00:57:07.737Z | Aug 31 00:57:06.634 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 4002 | 2026-08-31T00:57:07.737Z | Aug 31 00:57:06.635 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 } }] |
| 4003 | 2026-08-31T00:57:07.737Z | Aug 31 00:57:06.635 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 4004 | 2026-08-31T00:57:07.737Z | Aug 31 00:57:06.635 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 } }] |
| 4005 | 2026-08-31T00:57:07.737Z | Aug 31 00:57:06.635 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 4006 | 2026-08-31T00:57:07.737Z | Aug 31 00:57:06.635 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 } }] |
| 4007 | 2026-08-31T00:57:07.737Z | Aug 31 00:57:06.635 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 4008 | 2026-08-31T00:57:07.737Z | Aug 31 00:57:06.635 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 } }] |
| 4009 | 2026-08-31T00:57:07.737Z | Aug 31 00:57:06.635 INFO adding route 172.17.0.61/32 -> 10.0.0.255 |
| 4010 | 2026-08-31T00:57:07.737Z | Aug 31 00:57:06.635 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 } }] |
| 4011 | 2026-08-31T00:57:07.737Z | Aug 31 00:57:06.635 INFO adding route 172.17.0.62/32 -> 10.0.0.255 |
| 4012 | 2026-08-31T00:57:07.737Z | Aug 31 00:57:06.635 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 } }] |
| 4013 | 2026-08-31T00:57:07.737Z | Aug 31 00:57:06.635 DEBG failed to allocate space for the new target list |
| 4014 | 2026-08-31T00:57:07.737Z | Aug 31 00:57:06.635 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 } }] |
| 4015 | 2026-08-31T00:57:07.737Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-a9504462cba8402a) |
| 4016 | 2026-08-31T00:57:07.737Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-acda18f7a0b943fc) |
| 4017 | 2026-08-31T00:57:07.737Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-781785128f86fce3) |
| 4018 | 2026-08-31T00:57:07.737Z | |
| 4019 | 2026-08-31T00:57:07.737Z | running 6 tests |
| 4020 | 2026-08-31T00:57:07.737Z | test tests::test_full_lot_id_neither_present ... ok |
| 4021 | 2026-08-31T00:57:07.737Z | test tests::test_full_lot_id_lot_only ... ok |
| 4022 | 2026-08-31T00:57:07.737Z | test tests::test_parse_client_port_id ... ok |
| 4023 | 2026-08-31T00:57:07.737Z | test tests::test_port_id_cmp ... ok |
| 4024 | 2026-08-31T00:57:07.737Z | test tests::test_full_lot_id_both_present ... ok |
| 4025 | 2026-08-31T00:57:07.737Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 4026 | 2026-08-31T00:57:07.737Z | |
| 4027 | 2026-08-31T00:57:07.737Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4028 | 2026-08-31T00:57:07.737Z | |
| 4029 | 2026-08-31T00:57:07.737Z | Running tests/test_all.rs (target/debug/deps/test_all-0baa5b20ec54b6c2) |
| 4030 | 2026-08-31T00:57:07.737Z | |
| 4031 | 2026-08-31T00:57:07.738Z | running 0 tests |
| 4032 | 2026-08-31T00:57:07.738Z | |
| 4033 | 2026-08-31T00:57:07.738Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4034 | 2026-08-31T00:57:07.738Z | |
| 4035 | 2026-08-31T00:57:07.738Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-13ccc83203b2fded) |
| 4036 | 2026-08-31T00:57:07.738Z | |
| 4037 | 2026-08-31T00:57:07.738Z | running 0 tests |
| 4038 | 2026-08-31T00:57:07.738Z | |
| 4039 | 2026-08-31T00:57:07.738Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4040 | 2026-08-31T00:57:07.738Z | |
| 4041 | 2026-08-31T00:57:07.738Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a087f10fd23084c3) |
| 4042 | 2026-08-31T00:57:07.738Z | |
| 4043 | 2026-08-31T00:57:07.738Z | running 15 tests |
| 4044 | 2026-08-31T00:57:07.738Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 4045 | 2026-08-31T00:57:07.738Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 4046 | 2026-08-31T00:57:07.738Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 4047 | 2026-08-31T00:57:07.738Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 4048 | 2026-08-31T00:57:07.738Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 4049 | 2026-08-31T00:57:07.738Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 4050 | 2026-08-31T00:57:07.738Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 4051 | 2026-08-31T00:57:07.738Z | test v1::network::tests::test_equal ... ok |
| 4052 | 2026-08-31T00:57:07.738Z | test v1::network::tests::test_eui64 ... ok |
| 4053 | 2026-08-31T00:57:07.738Z | test v1::network::tests::test_into ... ok |
| 4054 | 2026-08-31T00:57:07.738Z | test v1::network::tests::test_not_equal ... ok |
| 4055 | 2026-08-31T00:57:07.738Z | test v1::network::tests::test_to_string ... ok |
| 4056 | 2026-08-31T00:57:07.738Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 4057 | 2026-08-31T00:57:07.738Z | test v1::network::tests::test_parse ... ok |
| 4058 | 2026-08-31T00:57:07.738Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 4059 | 2026-08-31T00:57:07.738Z | |
| 4060 | 2026-08-31T00:57:07.738Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4061 | 2026-08-31T00:57:07.738Z | |
| 4062 | 2026-08-31T00:57:07.738Z | Running unittests src/lib.rs (target/debug/deps/packet-ba01ebb1966a5934) |
| 4063 | 2026-08-31T00:57:07.738Z | |
| 4064 | 2026-08-31T00:57:07.738Z | running 12 tests |
| 4065 | 2026-08-31T00:57:07.738Z | test icmp::test_v6_checksum ... ok |
| 4066 | 2026-08-31T00:57:07.738Z | test lldp::test_lldp_parse ... ok |
| 4067 | 2026-08-31T00:57:07.738Z | test icmp::test_v4_checksum ... ok |
| 4068 | 2026-08-31T00:57:07.738Z | test ipv6::test_ipv6_parse ... ok |
| 4069 | 2026-08-31T00:57:07.738Z | test pbuf::test_byte ... ok |
| 4070 | 2026-08-31T00:57:07.739Z | test pbuf::test_nibble ... ok |
| 4071 | 2026-08-31T00:57:07.739Z | test pbuf::test_short ... ok |
| 4072 | 2026-08-31T00:57:07.739Z | test pbuf::test_overflow ... ok |
| 4073 | 2026-08-31T00:57:07.739Z | test pbuf::test_twelve ... ok |
| 4074 | 2026-08-31T00:57:07.739Z | test pbuf::test_word ... ok |
| 4075 | 2026-08-31T00:57:07.739Z | test tcp::test_checksum_syn_nodata ... ok |
| 4076 | 2026-08-31T00:57:07.739Z | test tcp::test_checksum_ack_data ... ok |
| 4077 | 2026-08-31T00:57:07.742Z | |
| 4078 | 2026-08-31T00:57:07.742Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4079 | 2026-08-31T00:57:07.742Z | |
| 4080 | 2026-08-31T00:57:07.742Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 4081 | 2026-08-31T00:57:07.742Z | |
| 4082 | 2026-08-31T00:57:07.742Z | running 0 tests |
| 4083 | 2026-08-31T00:57:07.742Z | |
| 4084 | 2026-08-31T00:57:07.742Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4085 | 2026-08-31T00:57:07.742Z | |
| 4086 | 2026-08-31T00:57:07.742Z | Running unittests src/main.rs (target/debug/deps/swadm-8b60a7681ffc8f1d) |
| 4087 | 2026-08-31T00:57:07.742Z | |
| 4088 | 2026-08-31T00:57:07.742Z | running 5 tests |
| 4089 | 2026-08-31T00:57:07.742Z | test switchport::test::test_compute_lanes ... ok |
| 4090 | 2026-08-31T00:57:07.743Z | test switchport::test::port_id_ordering ... ok |
| 4091 | 2026-08-31T00:57:07.743Z | Lane 0 Lane 0Lane 1 Lane 2 Lane 1Lane 3 |
| 4092 | 2026-08-31T00:57:07.743Z | Lane 2 Lane 3 State: Activated |
| 4093 | 2026-08-31T00:57:07.743Z | Activated Rx Loss-of-lock: YesActivated ActivatedYes |
| 4094 | 2026-08-31T00:57:07.743Z | Yes Rx Output Enabled: falseYes |
| 4095 | 2026-08-31T00:57:07.743Z | false Rx Loss-of-signal: Yes falseYes false |
| 4096 | 2026-08-31T00:57:07.743Z | Yes Rx Output Status: valid Yes |
| 4097 | 2026-08-31T00:57:07.743Z | valid valid Rx CDR Enabled: Yes validYes |
| 4098 | 2026-08-31T00:57:07.743Z | Rx Loss-of-lock: trueYes trueYes |
| 4099 | 2026-08-31T00:57:07.743Z | true Tx Enabled: Yes trueYes |
| 4100 | 2026-08-31T00:57:07.743Z | Yes Rx Loss-of-signal: falseYes |
| 4101 | 2026-08-31T00:57:07.743Z | false Tx Loss-of-lock: Nofalse false |
| 4102 | 2026-08-31T00:57:07.743Z | No Rx Auto-squelch Disable: true No Notrue |
| 4103 | 2026-08-31T00:57:07.743Z | Tx Loss-of-signal: No true Notrue |
| 4104 | 2026-08-31T00:57:07.743Z | No No |
| 4105 | 2026-08-31T00:57:07.743Z | Tx Output Enabled: true Tx CDR Enabled: No trueNo No trueNo |
| 4106 | 2026-08-31T00:57:07.743Z | true |
| 4107 | 2026-08-31T00:57:07.743Z | Tx Adaptive EQ Fault: No Tx Output Status: invalid No invalidNo Noinvalid |
| 4108 | 2026-08-31T00:57:07.743Z | Tx Fault: Yesinvalid |
| 4109 | 2026-08-31T00:57:07.743Z | Yes Tx Loss-of-lock: false Yesfalse Yes |
| 4110 | 2026-08-31T00:57:07.743Z | false false |
| 4111 | 2026-08-31T00:57:07.743Z | Tx Loss-of-signal: true true true true |
| 4112 | 2026-08-31T00:57:07.743Z | Tx Auto-squelch Disable: false false false false |
| 4113 | 2026-08-31T00:57:07.743Z | Tx Adaptive EQ Fail: true true true true |
| 4114 | 2026-08-31T00:57:07.743Z | Tx Failure: false false false false |
| 4115 | 2026-08-31T00:57:07.743Z | Tx Force Squelch: true true true true |
| 4116 | 2026-08-31T00:57:07.743Z | Tx Input Polarity: normal normal normal normal |
| 4117 | 2026-08-31T00:57:07.743Z | test switchport::test::test_print_sff_datapath ... ok |
| 4118 | 2026-08-31T00:57:07.743Z | test switchport::test::test_print_cmis_datapath ... ok |
| 4119 | 2026-08-31T00:57:07.743Z | test link::test_filter ... ok |
| 4120 | 2026-08-31T00:57:07.743Z | |
| 4121 | 2026-08-31T00:57:07.743Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4122 | 2026-08-31T00:57:07.743Z | |
| 4123 | 2026-08-31T00:57:07.743Z | Running tests/counters.rs (target/debug/deps/counters-e3479b23dddbc240) |
| 4124 | 2026-08-31T00:57:07.743Z | |
| 4125 | 2026-08-31T00:57:07.743Z | running 1 test |
| 4126 | 2026-08-31T00:57:07.743Z | test test_p4_counter_list ... ignored |
| 4127 | 2026-08-31T00:57:07.743Z | |
| 4128 | 2026-08-31T00:57:07.743Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4129 | 2026-08-31T00:57:07.744Z | |
| 4130 | 2026-08-31T00:57:07.744Z | Running tests/port-link.rs (target/debug/deps/port_link-00db9624adb8b2ed) |
| 4131 | 2026-08-31T00:57:07.744Z | |
| 4132 | 2026-08-31T00:57:07.744Z | running 5 tests |
| 4133 | 2026-08-31T00:57:07.744Z | test test_an ... ignored |
| 4134 | 2026-08-31T00:57:07.744Z | test test_enable ... ignored |
| 4135 | 2026-08-31T00:57:07.744Z | test test_ip_addresses ... ignored |
| 4136 | 2026-08-31T00:57:07.744Z | test test_kr ... ignored |
| 4137 | 2026-08-31T00:57:07.744Z | test test_mac ... ignored |
| 4138 | 2026-08-31T00:57:07.744Z | |
| 4139 | 2026-08-31T00:57:07.744Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4140 | 2026-08-31T00:57:07.744Z | |
| 4141 | 2026-08-31T00:57:07.744Z | Running unittests src/main.rs (target/debug/deps/tfportd-f13fe9d5b1c9c428) |
| 4142 | 2026-08-31T00:57:07.747Z | |
| 4143 | 2026-08-31T00:57:07.747Z | running 3 tests |
| 4144 | 2026-08-31T00:57:07.747Z | test linklocal::test_parse_ipadm ... ok |
| 4145 | 2026-08-31T00:57:07.747Z | test tfport::test_parse_tfport ... ok |
| 4146 | 2026-08-31T00:57:07.747Z | test config::tests::test_updates ... ok |
| 4147 | 2026-08-31T00:57:07.747Z | |
| 4148 | 2026-08-31T00:57:07.747Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4149 | 2026-08-31T00:57:07.747Z | |
| 4150 | 2026-08-31T00:57:07.747Z | Running unittests src/main.rs (target/debug/deps/uplinkd-58387cf59eafe330) |
| 4151 | 2026-08-31T00:57:07.750Z | |
| 4152 | 2026-08-31T00:57:07.750Z | running 0 tests |
| 4153 | 2026-08-31T00:57:07.750Z | |
| 4154 | 2026-08-31T00:57:07.750Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4155 | 2026-08-31T00:57:07.750Z | |
| 4156 | 2026-08-31T00:57:07.750Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 4157 | 2026-08-31T00:57:07.753Z | |
| 4158 | 2026-08-31T00:57:07.753Z | running 0 tests |
| 4159 | 2026-08-31T00:57:07.753Z | |
| 4160 | 2026-08-31T00:57:07.753Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4161 | 2026-08-31T00:57:07.753Z | |
| 4162 | 2026-08-31T00:57:07.753Z | Doc-tests aal |
| 4163 | 2026-08-31T00:57:07.976Z | |
| 4164 | 2026-08-31T00:57:07.976Z | running 0 tests |
| 4165 | 2026-08-31T00:57:07.976Z | |
| 4166 | 2026-08-31T00:57:07.979Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4167 | 2026-08-31T00:57:07.979Z | |
| 4168 | 2026-08-31T00:57:08.002Z | Doc-tests aal_macros |
| 4169 | 2026-08-31T00:57:08.072Z | |
| 4170 | 2026-08-31T00:57:08.072Z | running 0 tests |
| 4171 | 2026-08-31T00:57:08.072Z | |
| 4172 | 2026-08-31T00:57:08.072Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4173 | 2026-08-31T00:57:08.072Z | |
| 4174 | 2026-08-31T00:57:08.082Z | Doc-tests common |
| 4175 | 2026-08-31T00:57:08.312Z | |
| 4176 | 2026-08-31T00:57:08.312Z | running 0 tests |
| 4177 | 2026-08-31T00:57:08.312Z | |
| 4178 | 2026-08-31T00:57:08.312Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4179 | 2026-08-31T00:57:08.312Z | |
| 4180 | 2026-08-31T00:57:08.337Z | Doc-tests dpd_api |
| 4181 | 2026-08-31T00:57:09.044Z | |
| 4182 | 2026-08-31T00:57:09.044Z | running 2 tests |
| 4183 | 2026-08-31T00:57:09.044Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 4184 | 2026-08-31T00:57:09.044Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 4185 | 2026-08-31T00:57:09.044Z | |
| 4186 | 2026-08-31T00:57:09.044Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4187 | 2026-08-31T00:57:09.044Z | |
| 4188 | 2026-08-31T00:57:09.076Z | Doc-tests dpd_client |
| 4189 | 2026-08-31T00:57:10.472Z | |
| 4190 | 2026-08-31T00:57:10.472Z | running 0 tests |
| 4191 | 2026-08-31T00:57:10.472Z | |
| 4192 | 2026-08-31T00:57:10.472Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4193 | 2026-08-31T00:57:10.472Z | |
| 4194 | 2026-08-31T00:57:10.526Z | Doc-tests dpd_types |
| 4195 | 2026-08-31T00:57:10.712Z | |
| 4196 | 2026-08-31T00:57:10.712Z | running 0 tests |
| 4197 | 2026-08-31T00:57:10.712Z | |
| 4198 | 2026-08-31T00:57:10.712Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4199 | 2026-08-31T00:57:10.712Z | |
| 4200 | 2026-08-31T00:57:10.736Z | Doc-tests dpd_types_versions |
| 4201 | 2026-08-31T00:57:12.247Z | |
| 4202 | 2026-08-31T00:57:12.247Z | running 1 test |
| 4203 | 2026-08-31T00:57:12.247Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 4204 | 2026-08-31T00:57:12.247Z | |
| 4205 | 2026-08-31T00:57:12.247Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4206 | 2026-08-31T00:57:12.247Z | |
| 4207 | 2026-08-31T00:57:12.296Z | Doc-tests packet |
| 4208 | 2026-08-31T00:57:12.514Z | |
| 4209 | 2026-08-31T00:57:12.515Z | running 0 tests |
| 4210 | 2026-08-31T00:57:12.515Z | |
| 4211 | 2026-08-31T00:57:12.515Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4212 | 2026-08-31T00:57:12.515Z | |
| 4213 | 2026-08-31T00:57:12.540Z | Doc-tests pcap |
| 4214 | 2026-08-31T00:57:12.591Z | |
| 4215 | 2026-08-31T00:57:12.591Z | running 0 tests |
| 4216 | 2026-08-31T00:57:12.591Z | |
| 4217 | 2026-08-31T00:57:12.591Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4218 | 2026-08-31T00:57:12.591Z | |
| 4219 | 2026-08-31T00:57:12.660Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 4220 | 2026-08-31T00:57:12.660Z | + RUST_BACKTRACE=full |
| 4221 | 2026-08-31T00:57:12.660Z | + cargo test --features tofino_asic --no-fail-fast |
| 4222 | 2026-08-31T00:57:13.260Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 4223 | 2026-08-31T00:57:13.340Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 4224 | 2026-08-31T00:57:13.347Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 4225 | 2026-08-31T00:57:13.354Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 4226 | 2026-08-31T00:57:22.066Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 4227 | 2026-08-31T00:57:22.314Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 4228 | 2026-08-31T00:58:04.579Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 51.90s |
| 4229 | 2026-08-31T00:58:04.698Z | Running unittests src/lib.rs (target/debug/deps/aal-43e0b8f52d66773a) |
| 4230 | 2026-08-31T00:58:04.701Z | |
| 4231 | 2026-08-31T00:58:04.701Z | running 0 tests |
| 4232 | 2026-08-31T00:58:04.701Z | |
| 4233 | 2026-08-31T00:58:04.701Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4234 | 2026-08-31T00:58:04.701Z | |
| 4235 | 2026-08-31T00:58:04.701Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 4236 | 2026-08-31T00:58:04.704Z | |
| 4237 | 2026-08-31T00:58:04.704Z | running 0 tests |
| 4238 | 2026-08-31T00:58:04.704Z | |
| 4239 | 2026-08-31T00:58:04.704Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4240 | 2026-08-31T00:58:04.704Z | |
| 4241 | 2026-08-31T00:58:04.704Z | Running unittests src/lib.rs (target/debug/deps/asic-6ca28387d5194340) |
| 4242 | 2026-08-31T00:58:04.806Z | |
| 4243 | 2026-08-31T00:58:04.806Z | running 8 tests |
| 4244 | 2026-08-31T00:58:04.809Z | test tofino_asic::qsfp::tests::fix_link ... ok |
| 4245 | 2026-08-31T00:58:04.809Z | test tofino_asic::stats::constants_sanity_check ... ok |
| 4246 | 2026-08-31T00:58:04.809Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
| 4247 | 2026-08-31T00:58:04.809Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
| 4248 | 2026-08-31T00:58:04.809Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
| 4249 | 2026-08-31T00:58:04.809Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
| 4250 | 2026-08-31T00:58:04.817Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
| 4251 | 2026-08-31T00:58:05.308Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
| 4252 | 2026-08-31T00:58:05.309Z | |
| 4253 | 2026-08-31T00:58:05.309Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s |
| 4254 | 2026-08-31T00:58:05.309Z | |
| 4255 | 2026-08-31T00:58:05.319Z | Running unittests src/lib.rs (target/debug/deps/common-6afafc4407b0a90c) |
| 4256 | 2026-08-31T00:58:05.324Z | |
| 4257 | 2026-08-31T00:58:05.325Z | running 4 tests |
| 4258 | 2026-08-31T00:58:05.327Z | test nat::tests::test_vni ... ok |
| 4259 | 2026-08-31T00:58:05.327Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 4260 | 2026-08-31T00:58:05.328Z | test test_purge ... ok |
| 4261 | 2026-08-31T00:58:05.330Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 4262 | 2026-08-31T00:58:05.331Z | |
| 4263 | 2026-08-31T00:58:05.331Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4264 | 2026-08-31T00:58:05.331Z | |
| 4265 | 2026-08-31T00:58:05.331Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-3b6a1705a6b97607) |
| 4266 | 2026-08-31T00:58:05.334Z | |
| 4267 | 2026-08-31T00:58:05.334Z | running 1 test |
| 4268 | 2026-08-31T00:58:05.337Z | ------- |
| 4269 | 2026-08-31T00:58:05.337Z | Generating OpenAPI documents from API definitions ... |
| 4270 | 2026-08-31T00:58:05.476Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 4271 | 2026-08-31T00:58:05.547Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 4272 | 2026-08-31T00:58:06.635Z | ------- |
| 4273 | 2026-08-31T00:58:06.635Z | Checking 13 OpenAPI documents... |
| 4274 | 2026-08-31T00:58:06.635Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4275 | 2026-08-31T00:58:06.635Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4276 | 2026-08-31T00:58:06.635Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4277 | 2026-08-31T00:58:06.635Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4278 | 2026-08-31T00:58:06.639Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4279 | 2026-08-31T00:58:06.639Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4280 | 2026-08-31T00:58:06.639Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4281 | 2026-08-31T00:58:06.639Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4282 | 2026-08-31T00:58:06.639Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4283 | 2026-08-31T00:58:06.639Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4284 | 2026-08-31T00:58:06.639Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4285 | 2026-08-31T00:58:06.639Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4286 | 2026-08-31T00:58:06.640Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4287 | 2026-08-31T00:58:06.640Z | Fresh dpd "latest" symlink |
| 4288 | 2026-08-31T00:58:06.640Z | ------- |
| 4289 | 2026-08-31T00:58:06.640Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 4290 | 2026-08-31T00:58:06.706Z | test test::test_apis_up_to_date ... ok |
| 4291 | 2026-08-31T00:58:06.706Z | |
| 4292 | 2026-08-31T00:58:06.706Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.37s |
| 4293 | 2026-08-31T00:58:06.706Z | |
| 4294 | 2026-08-31T00:58:06.762Z | Running unittests src/main.rs (target/debug/deps/dpd-e16ac5255740ee4f) |
| 4295 | 2026-08-31T00:58:06.830Z | |
| 4296 | 2026-08-31T00:58:06.831Z | running 66 tests |
| 4297 | 2026-08-31T00:58:06.834Z | test freemap::test_ordering ... ok |
| 4298 | 2026-08-31T00:58:06.834Z | test config::tests::test_updates ... ok |
| 4299 | 2026-08-31T00:58:06.834Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 4300 | 2026-08-31T00:58:06.834Z | test freemap::test_split ... ok |
| 4301 | 2026-08-31T00:58:06.834Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 4302 | 2026-08-31T00:58:06.834Z | test macaddrs::tests::test_mac_offset ... ok |
| 4303 | 2026-08-31T00:58:06.838Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 4304 | 2026-08-31T00:58:06.838Z | test macaddrs::tests::test_parse_port_id ... ok |
| 4305 | 2026-08-31T00:58:06.838Z | Aug 31 00:58:05.772 DEBG created new freemap, unit: freemap_test |
| 4306 | 2026-08-31T00:58:06.838Z | test nat::test_mapping ... ok |
| 4307 | 2026-08-31T00:58:06.838Z | Aug 31 00:58:05.772Aug 31 00:58:05.772 DEBGDEBG created new freemapinitted freemap. size: 128, unit, :unit :freemap_test |
| 4308 | 2026-08-31T00:58:06.838Z | freemap_test |
| 4309 | 2026-08-31T00:58:06.838Z | Aug 31 00:58:05.772 Aug 31 00:58:05.772DEBG DEBGinitted freemap. size: 128 , reset freemapunit, :unit :freemap_test |
| 4310 | 2026-08-31T00:58:06.838Z | freemap_test |
| 4311 | 2026-08-31T00:58:06.838Z | Aug 31 00:58:05.772 DEBG reset freemap, unit: freemap_test |
| 4312 | 2026-08-31T00:58:06.838Z | Aug 31 00:58:05.772 DEBG created new freemap, unit: freemap_test |
| 4313 | 2026-08-31T00:58:06.838Z | Aug 31 00:58:05.772 DEBG initted freemap. size: 128, unit: freemap_test |
| 4314 | 2026-08-31T00:58:06.838Z | Aug 31 00:58:05.772 DEBG reset freemap, unit: freemap_test |
| 4315 | 2026-08-31T00:58:06.838Z | test freemap::test_free ... ok |
| 4316 | 2026-08-31T00:58:06.838Z | Aug 31 00:58:05.772 DEBG created new freemap, unit: freemap_test |
| 4317 | 2026-08-31T00:58:06.838Z | Aug 31 00:58:05.772 DEBG initted freemap. size: 128, unit: freemap_test |
| 4318 | 2026-08-31T00:58:06.838Z | Aug 31 00:58:05.773 DEBG reset freemap, unit: freemap_test |
| 4319 | 2026-08-31T00:58:06.838Z | test freemap::test_exhaustion ... ok |
| 4320 | 2026-08-31T00:58:06.838Z | test freemap::test_reclaim ... ok |
| 4321 | 2026-08-31T00:58:06.838Z | Aug 31 00:58:05.772 DEBG created new freemap, unit: freemap_test |
| 4322 | 2026-08-31T00:58:06.838Z | Aug 31 00:58:05.773 DEBG initted freemap. size: 8, unit: freemap_test |
| 4323 | 2026-08-31T00:58:06.838Z | Aug 31 00:58:05.773 DEBG reset freemap, unit: freemap_test |
| 4324 | 2026-08-31T00:58:06.839Z | test freemap::test_basic ... ok |
| 4325 | 2026-08-31T00:58:06.839Z | test port_map::tests::test_backplane_group ... ok |
| 4326 | 2026-08-31T00:58:06.839Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 4327 | 2026-08-31T00:58:06.839Z | test port_map::tests::test_port_map ... ok |
| 4328 | 2026-08-31T00:58:06.839Z | test port_map::tests::dump_map ... ok |
| 4329 | 2026-08-31T00:58:06.839Z | Aug 31 00:58:05.773 DEBG created new freemap, unit: freemap_test |
| 4330 | 2026-08-31T00:58:06.839Z | Aug 31 00:58:05.773 DEBG initted freemap. size: 128, unit: freemap_test |
| 4331 | 2026-08-31T00:58:06.839Z | Aug 31 00:58:05.773 DEBG reset freemap, unit: freemap_test |
| 4332 | 2026-08-31T00:58:06.839Z | test freemap::test_span ... ok |
| 4333 | 2026-08-31T00:58:06.839Z | Aug 31 00:58:05.774 DEBG created new freemap, unit: freemap_route_ipv4 |
| 4334 | 2026-08-31T00:58:06.839Z | Aug 31 00:58:05.774 DEBG created new freemap, unit: freemap_route_ipv6 |
| 4335 | 2026-08-31T00:58:06.839Z | Aug 31 00:58:05.774 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 4336 | 2026-08-31T00:58:06.839Z | Aug 31 00:58:05.774 DEBG reset freemap, unit: freemap_route_ipv4 |
| 4337 | 2026-08-31T00:58:06.839Z | Aug 31 00:58:05.774 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 4338 | 2026-08-31T00:58:06.839Z | Aug 31 00:58:05.774 DEBG reset freemap, unit: freemap_route_ipv6 |
| 4339 | 2026-08-31T00:58:06.839Z | Aug 31 00:58:05.774 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4340 | 2026-08-31T00:58:06.839Z | Aug 31 00:58:05.774 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 } }] |
| 4341 | 2026-08-31T00:58:06.839Z | Aug 31 00:58:05.774 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4342 | 2026-08-31T00:58:06.839Z | Aug 31 00:58:05.774 DEBG created new freemap, unit: freemap_route_ipv4 |
| 4343 | 2026-08-31T00:58:06.839Z | Aug 31 00:58:05.774 DEBG created new freemap, unit: freemap_route_ipv6 |
| 4344 | 2026-08-31T00:58:06.839Z | Aug 31 00:58:05.774 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 4345 | 2026-08-31T00:58:06.839Z | Aug 31 00:58:05.774 DEBG reset freemap, unit: freemap_route_ipv4 |
| 4346 | 2026-08-31T00:58:06.839Z | Aug 31 00:58:05.774 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 4347 | 2026-08-31T00:58:06.839Z | Aug 31 00:58:05.774 DEBG reset freemap, unit: freemap_route_ipv6 |
| 4348 | 2026-08-31T00:58:06.839Z | Aug 31 00:58:05.774 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4349 | 2026-08-31T00:58:06.839Z | Aug 31 00:58:05.774 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4350 | 2026-08-31T00:58:06.839Z | Aug 31 00:58:05.774 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4351 | 2026-08-31T00:58:06.839Z | Aug 31 00:58:05.774 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 } }] |
| 4352 | 2026-08-31T00:58:06.839Z | Aug 31 00:58:05.774 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4353 | 2026-08-31T00:58:06.839Z | Aug 31 00:58:05.774 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 } }] |
| 4354 | 2026-08-31T00:58:06.839Z | Aug 31 00:58:05.774 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4355 | 2026-08-31T00:58:06.839Z | Aug 31 00:58:05.774 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 } }] |
| 4356 | 2026-08-31T00:58:06.839Z | Aug 31 00:58:05.774 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4357 | 2026-08-31T00:58:06.839Z | Aug 31 00:58:05.774 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 } }] |
| 4358 | 2026-08-31T00:58:06.839Z | Aug 31 00:58:05.774 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4359 | 2026-08-31T00:58:06.839Z | Aug 31 00:58:05.774 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 } }] |
| 4360 | 2026-08-31T00:58:06.839Z | Aug 31 00:58:05.774 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4361 | 2026-08-31T00:58:06.839Z | Aug 31 00:58:05.774 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 } }] |
| 4362 | 2026-08-31T00:58:06.839Z | Aug 31 00:58:05.774 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4363 | 2026-08-31T00:58:06.840Z | Aug 31 00:58:05.774 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 } }] |
| 4364 | 2026-08-31T00:58:06.840Z | Aug 31 00:58:05.774 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4365 | 2026-08-31T00:58:06.840Z | Aug 31 00:58:05.774 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 } }] |
| 4366 | 2026-08-31T00:58:06.840Z | Aug 31 00:58:05.774 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4367 | 2026-08-31T00:58:06.840Z | Aug 31 00:58:05.774 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 } }] |
| 4368 | 2026-08-31T00:58:06.840Z | Aug 31 00:58:05.774 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4369 | 2026-08-31T00:58:06.840Z | Aug 31 00:58:05.774 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 } }] |
| 4370 | 2026-08-31T00:58:06.840Z | Aug 31 00:58:05.774 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4371 | 2026-08-31T00:58:06.840Z | Aug 31 00:58:05.774 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 } }] |
| 4372 | 2026-08-31T00:58:06.840Z | Aug 31 00:58:05.774 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4373 | 2026-08-31T00:58:06.840Z | Aug 31 00:58:05.774 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 } }] |
| 4374 | 2026-08-31T00:58:06.840Z | Aug 31 00:58:05.774 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4375 | 2026-08-31T00:58:06.840Z | Aug 31 00:58:05.774 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 } }] |
| 4376 | 2026-08-31T00:58:06.840Z | Aug 31 00:58:05.774 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4377 | 2026-08-31T00:58:06.840Z | Aug 31 00:58:05.774 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 } }] |
| 4378 | 2026-08-31T00:58:06.840Z | Aug 31 00:58:05.774Aug 31 00:58:05.774 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 } }] |
| 4379 | 2026-08-31T00:58:06.840Z | Aug 31 00:58:05.774 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4380 | 2026-08-31T00:58:06.840Z | test port_map::tests::parse_softnpu_revision ... ok |
| 4381 | 2026-08-31T00:58:06.840Z | Aug 31 00:58:05.774 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 } }] |
| 4382 | 2026-08-31T00:58:06.840Z | Aug 31 00:58:05.774 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 4383 | 2026-08-31T00:58:06.840Z | Aug 31 00:58:05.774 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 } }] |
| 4384 | 2026-08-31T00:58:06.840Z | Aug 31 00:58:05.774 INFOINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4385 | 2026-08-31T00:58:06.840Z | |
| 4386 | 2026-08-31T00:58:06.840Z | Aug 31 00:58:05.774 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 } }] |
| 4387 | 2026-08-31T00:58:06.840Z | Aug 31 00:58:05.774 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4388 | 2026-08-31T00:58:06.840Z | Aug 31 00:58:05.774Aug 31 00:58:05.774 DEBGDEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4389 | 2026-08-31T00:58:06.840Z | |
| 4390 | 2026-08-31T00:58:06.840Z | test api_server::tests::test_build_info ... ok |
| 4391 | 2026-08-31T00:58:06.840Z | Aug 31 00:58:05.774Aug 31 00:58:05.774 INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4392 | 2026-08-31T00:58:06.840Z | |
| 4393 | 2026-08-31T00:58:06.840Z | Aug 31 00:58:05.774Aug 31 00:58:05.774 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: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 } }] |
| 4394 | 2026-08-31T00:58:06.840Z | |
| 4395 | 2026-08-31T00:58:06.840Z | Aug 31 00:58:05.774Aug 31 00:58:05.774 INFOINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4396 | 2026-08-31T00:58:06.840Z | |
| 4397 | 2026-08-31T00:58:06.840Z | Aug 31 00:58:05.774Aug 31 00:58:05.774 DEBGDEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4398 | 2026-08-31T00:58:06.840Z | |
| 4399 | 2026-08-31T00:58:06.840Z | Aug 31 00:58:05.774Aug 31 00:58:05.774 INFOINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4400 | 2026-08-31T00:58:06.840Z | |
| 4401 | 2026-08-31T00:58:06.840Z | Aug 31 00:58:05.774Aug 31 00:58:05.774 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: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 } }] |
| 4402 | 2026-08-31T00:58:06.840Z | |
| 4403 | 2026-08-31T00:58:06.844Z | Aug 31 00:58:05.774Aug 31 00:58:05.774 INFOINFOAug 31 00:58:05.774 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4404 | 2026-08-31T00:58:06.844Z | |
| 4405 | 2026-08-31T00:58:06.844Z | created new freemap, Aug 31 00:58:05.774unitAug 31 00:58:05.774 DEBGDEBG: replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4406 | 2026-08-31T00:58:06.844Z | freemap_route_ipv4 |
| 4407 | 2026-08-31T00:58:06.844Z | |
| 4408 | 2026-08-31T00:58:06.844Z | Aug 31 00:58:05.774Aug 31 00:58:05.774Aug 31 00:58:05.774 INFO DEBG INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4409 | 2026-08-31T00:58:06.844Z | |
| 4410 | 2026-08-31T00:58:06.844Z | created new freemap, unit: freemap_route_ipv6Aug 31 00:58:05.774 |
| 4411 | 2026-08-31T00:58:06.845Z | DEBGAug 31 00:58:05.774 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 } }] |
| 4412 | 2026-08-31T00:58:06.845Z | DEBGAug 31 00:58:05.774Aug 31 00:58:05.774 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 } }]DEBGAug 31 00:58:05.774 |
| 4413 | 2026-08-31T00:58:06.845Z | INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffcreated new freemap |
| 4414 | 2026-08-31T00:58:06.845Z | Aug 31 00:58:05.774DEBG, INFO unitadding route 3fff:beef:7::/64 -> 2001:db8::55:ff: Aug 31 00:58:05.774 |
| 4415 | 2026-08-31T00:58:06.845Z | initted freemap. size: 64 DEBG , replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.774 |
| 4416 | 2026-08-31T00:58:06.845Z | freemap_route_ipv4unit: DEBG |
| 4417 | 2026-08-31T00:58:06.845Z | freemap_route_ipv4Aug 31 00:58:05.774 |
| 4418 | 2026-08-31T00:58:06.845Z | INFOreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4419 | 2026-08-31T00:58:06.845Z | |
| 4420 | 2026-08-31T00:58:06.845Z | Aug 31 00:58:05.774Aug 31 00:58:05.774Aug 31 00:58:05.774 Aug 31 00:58:05.774INFO DEBGDEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4421 | 2026-08-31T00:58:06.845Z | created new freemap DEBGreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 4422 | 2026-08-31T00:58:06.845Z | unit :Aug 31 00:58:05.774reset freemap Aug 31 00:58:05.774DEBG, 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 } }]: |
| 4423 | 2026-08-31T00:58:06.845Z | INFOfreemap_route_ipv6 freemap_route_ipv4 |
| 4424 | 2026-08-31T00:58:06.845Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 31 00:58:05.774 |
| 4425 | 2026-08-31T00:58:06.845Z | |
| 4426 | 2026-08-31T00:58:06.845Z | Aug 31 00:58:05.774INFOAug 31 00:58:05.774 adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4427 | 2026-08-31T00:58:06.845Z | DEBGAug 31 00:58:05.774 initted freemap. size: 64Aug 31 00:58:05.774Aug 31 00:58:05.774 DEBGDEBG DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4428 | 2026-08-31T00:58:06.845Z | 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 } }]initted freemap. size: 64DEBG |
| 4429 | 2026-08-31T00:58:06.845Z | , Aug 31 00:58:05.774unit :INFO created new freemapadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4430 | 2026-08-31T00:58:06.845Z | , freemap_route_ipv6unit |
| 4431 | 2026-08-31T00:58:06.845Z | :Aug 31 00:58:05.774Aug 31 00:58:05.774 freemap_route_ipv4 Aug 31 00:58:05.774DEBGINFO 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:a::/64 -> 2001:db8::55:ff |
| 4432 | 2026-08-31T00:58:06.845Z | DEBG |
| 4433 | 2026-08-31T00:58:06.845Z | |
| 4434 | 2026-08-31T00:58:06.845Z | reset freemap, Aug 31 00:58:05.774unit :INFOAug 31 00:58:05.774 adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4435 | 2026-08-31T00:58:06.845Z | freemap_route_ipv6DEBG |
| 4436 | 2026-08-31T00:58:06.845Z | Aug 31 00:58:05.774replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 4437 | 2026-08-31T00:58:06.845Z | created new freemapAug 31 00:58:05.774, unitDEBGAug 31 00:58:05.774 Aug 31 00:58:05.774 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 } }] |
| 4438 | 2026-08-31T00:58:06.845Z | INFO: INFO Aug 31 00:58:05.774freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4439 | 2026-08-31T00:58:06.845Z | INFO |
| 4440 | 2026-08-31T00:58:06.845Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4441 | 2026-08-31T00:58:06.845Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4442 | 2026-08-31T00:58:06.845Z | Aug 31 00:58:05.774 Aug 31 00:58:05.774DEBG Aug 31 00:58:05.774replacing 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 |
| 4443 | 2026-08-31T00:58:06.845Z | initted freemap. size: 64DEBG Aug 31 00:58:05.774replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.775 |
| 4444 | 2026-08-31T00:58:06.845Z | INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG, |
| 4445 | 2026-08-31T00:58:06.845Z | Aug 31 00:58:05.775replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 : |
| 4446 | 2026-08-31T00:58:06.845Z | Aug 31 00:58:05.775INFO Aug 31 00:58:05.775DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff 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 } }] |
| 4447 | 2026-08-31T00:58:06.845Z | |
| 4448 | 2026-08-31T00:58:06.845Z | freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4449 | 2026-08-31T00:58:06.845Z | Aug 31 00:58:05.775 |
| 4450 | 2026-08-31T00:58:06.845Z | Aug 31 00:58:05.775 DEBG INFO replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 31 00:58:05.775 |
| 4451 | 2026-08-31T00:58:06.846Z | |
| 4452 | 2026-08-31T00:58:06.846Z | DEBG Aug 31 00:58:05.775replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 4453 | 2026-08-31T00:58:06.846Z | Aug 31 00:58:05.775 DEBGAug 31 00:58:05.775 DEBG Aug 31 00:58:05.775replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4454 | 2026-08-31T00:58:06.846Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4455 | 2026-08-31T00:58:06.846Z | INFO reset freemap , Aug 31 00:58:05.775adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4456 | 2026-08-31T00:58:06.846Z | INFOAug 31 00:58:05.775 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG |
| 4457 | 2026-08-31T00:58:06.846Z | 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 } }]unitAug 31 00:58:05.775Aug 31 00:58:05.775 |
| 4458 | 2026-08-31T00:58:06.846Z | 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 } }] |
| 4459 | 2026-08-31T00:58:06.846Z | freemap_route_ipv4 replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4460 | 2026-08-31T00:58:06.846Z | |
| 4461 | 2026-08-31T00:58:06.846Z | Aug 31 00:58:05.775 Aug 31 00:58:05.775 INFOINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4462 | 2026-08-31T00:58:06.846Z | Aug 31 00:58:05.775 |
| 4463 | 2026-08-31T00:58:06.846Z | Aug 31 00:58:05.775INFO Aug 31 00:58:05.775Aug 31 00:58:05.775 adding route 3fff:beef:1::/64 -> 2001:db8::55:ff DEBGDEBGDEBG |
| 4464 | 2026-08-31T00:58:06.846Z | 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: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 } }] |
| 4465 | 2026-08-31T00:58:06.846Z | |
| 4466 | 2026-08-31T00:58:06.846Z | initted freemap. size: 64Aug 31 00:58:05.775, Aug 31 00:58:05.775 INFOAug 31 00:58:05.775 DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4467 | 2026-08-31T00:58:06.846Z | INFOunitreplacing 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 } }]: |
| 4468 | 2026-08-31T00:58:06.846Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 31 00:58:05.775freemap_route_ipv6 |
| 4469 | 2026-08-31T00:58:06.846Z | |
| 4470 | 2026-08-31T00:58:06.846Z | Aug 31 00:58:05.775DEBG Aug 31 00:58:05.775replacing 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 } }] |
| 4471 | 2026-08-31T00:58:06.846Z | DEBGINFO adding route 3fff:beef:2::/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 } }] |
| 4472 | 2026-08-31T00:58:06.846Z | |
| 4473 | 2026-08-31T00:58:06.846Z | Aug 31 00:58:05.775Aug 31 00:58:05.775 DEBG reset freemap, , unitunit:: freemap_route_ipv4freemap_route_ipv6 |
| 4474 | 2026-08-31T00:58:06.846Z | |
| 4475 | 2026-08-31T00:58:06.846Z | Aug 31 00:58:05.775Aug 31 00:58:05.775 Aug 31 00:58:05.775 DEBG INFODEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] reset freemapadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4476 | 2026-08-31T00:58:06.846Z | , |
| 4477 | 2026-08-31T00:58:06.846Z | unit: Aug 31 00:58:05.775freemap_route_ipv4 |
| 4478 | 2026-08-31T00:58:06.846Z | 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 } }] |
| 4479 | 2026-08-31T00:58:06.846Z | Aug 31 00:58:05.775 Aug 31 00:58:05.775Aug 31 00:58:05.775Aug 31 00:58:05.775 DEBGINFO initted freemap. size: 64adding route 3fff:beef:3::/64 -> 2001:db8::55:ff, DEBGunit |
| 4480 | 2026-08-31T00:58:06.846Z | :INFO 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 } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 31 00:58:05.775 |
| 4481 | 2026-08-31T00:58:06.846Z | |
| 4482 | 2026-08-31T00:58:06.846Z | |
| 4483 | 2026-08-31T00:58:06.846Z | 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 } }] |
| 4484 | 2026-08-31T00:58:06.846Z | Aug 31 00:58:05.775 DEBGAug 31 00:58:05.775 reset freemapDEBGAug 31 00:58:05.775, INFOunit :adding route 3fff:beef:4::/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 } }] |
| 4485 | 2026-08-31T00:58:06.846Z | |
| 4486 | 2026-08-31T00:58:06.846Z | freemap_route_ipv6 |
| 4487 | 2026-08-31T00:58:06.846Z | Aug 31 00:58:05.775Aug 31 00:58:05.775 Aug 31 00:58:05.775INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4488 | 2026-08-31T00:58:06.846Z | 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 |
| 4489 | 2026-08-31T00:58:06.846Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 31 00:58:05.775 |
| 4490 | 2026-08-31T00:58:06.846Z | DEBGAug 31 00:58:05.775 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 } }]INFO |
| 4491 | 2026-08-31T00:58:06.847Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4492 | 2026-08-31T00:58:06.847Z | Aug 31 00:58:05.775Aug 31 00:58:05.775Aug 31 00:58:05.775 DEBGINFO DEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4493 | 2026-08-31T00:58:06.847Z | |
| 4494 | 2026-08-31T00:58:06.847Z | |
| 4495 | 2026-08-31T00:58:06.847Z | Aug 31 00:58:05.775Aug 31 00:58:05.775 Aug 31 00:58:05.775 INFODEBG INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, 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:6::/64 -> 2001:db8::55:ff |
| 4496 | 2026-08-31T00:58:06.847Z | |
| 4497 | 2026-08-31T00:58:06.847Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4498 | 2026-08-31T00:58:06.847Z | Aug 31 00:58:05.775Aug 31 00:58:05.775 INFODEBG Aug 31 00:58:05.775adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 4499 | 2026-08-31T00:58:06.847Z | |
| 4500 | 2026-08-31T00:58:06.847Z | 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 } }] |
| 4501 | 2026-08-31T00:58:06.847Z | Aug 31 00:58:05.775 Aug 31 00:58:05.775DEBG 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 } }] Aug 31 00:58:05.775adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4502 | 2026-08-31T00:58:06.847Z | |
| 4503 | 2026-08-31T00:58:06.851Z | INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 31 00:58:05.775 |
| 4504 | 2026-08-31T00:58:06.851Z | Aug 31 00:58:05.775DEBG INFO replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4505 | 2026-08-31T00:58:06.851Z | |
| 4506 | 2026-08-31T00:58:06.851Z | Aug 31 00:58:05.775 DEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.775Aug 31 00:58:05.775 INFO |
| 4507 | 2026-08-31T00:58:06.851Z | DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4508 | 2026-08-31T00:58:06.851Z | 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 } }] |
| 4509 | 2026-08-31T00:58:06.851Z | Aug 31 00:58:05.775Aug 31 00:58:05.775Aug 31 00:58:05.775 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 } }]INFO |
| 4510 | 2026-08-31T00:58:06.851Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4511 | 2026-08-31T00:58:06.851Z | |
| 4512 | 2026-08-31T00:58:06.851Z | Aug 31 00:58:05.775 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4513 | 2026-08-31T00:58:06.851Z | Aug 31 00:58:05.775Aug 31 00:58:05.775 DEBGAug 31 00:58:05.775DEBG 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 } }]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 } }] |
| 4514 | 2026-08-31T00:58:06.851Z | 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 } }] |
| 4515 | 2026-08-31T00:58:06.851Z | |
| 4516 | 2026-08-31T00:58:06.851Z | Aug 31 00:58:05.775Aug 31 00:58:05.775Aug 31 00:58:05.775 INFOINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4517 | 2026-08-31T00:58:06.851Z | |
| 4518 | 2026-08-31T00:58:06.851Z | INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 31 00:58:05.775 |
| 4519 | 2026-08-31T00:58:06.851Z | Aug 31 00:58:05.775DEBG 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 |
| 4520 | 2026-08-31T00:58:06.851Z | Aug 31 00:58:05.775replacing 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 } }] |
| 4521 | 2026-08-31T00:58:06.852Z | DEBGAug 31 00:58:05.775 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 |
| 4522 | 2026-08-31T00:58:06.852Z | Aug 31 00:58:05.775adding route 3fff:beef:2::/64 -> 2001:db8::55:ff INFO |
| 4523 | 2026-08-31T00:58:06.852Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 31 00:58:05.775 |
| 4524 | 2026-08-31T00:58:06.852Z | Aug 31 00:58:05.775INFO DEBGAug 31 00:58:05.775adding route 3fff:beef:16::/64 -> 2001:db8::55:ff DEBGreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4525 | 2026-08-31T00:58:06.852Z | 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 } }] |
| 4526 | 2026-08-31T00:58:06.852Z | |
| 4527 | 2026-08-31T00:58:06.852Z | Aug 31 00:58:05.775Aug 31 00:58:05.775 Aug 31 00:58:05.775INFO INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4528 | 2026-08-31T00:58:06.852Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG |
| 4529 | 2026-08-31T00:58:06.852Z | replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.775 |
| 4530 | 2026-08-31T00:58:06.852Z | Aug 31 00:58:05.775 DEBGDEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4531 | 2026-08-31T00:58:06.852Z | |
| 4532 | 2026-08-31T00:58:06.852Z | Aug 31 00:58:05.775Aug 31 00:58:05.775Aug 31 00:58:05.775 INFOINFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4533 | 2026-08-31T00:58:06.852Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4534 | 2026-08-31T00:58:06.852Z | |
| 4535 | 2026-08-31T00:58:06.852Z | Aug 31 00:58:05.775 DEBGAug 31 00:58:05.775Aug 31 00:58:05.775 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 |
| 4536 | 2026-08-31T00:58:06.852Z | 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 } }] |
| 4537 | 2026-08-31T00:58:06.852Z | replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.775 |
| 4538 | 2026-08-31T00:58:06.852Z | Aug 31 00:58:05.775 INFOINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4539 | 2026-08-31T00:58:06.852Z | |
| 4540 | 2026-08-31T00:58:06.852Z | Aug 31 00:58:05.775Aug 31 00:58:05.775Aug 31 00:58:05.775 DEBGDEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4541 | 2026-08-31T00:58:06.852Z | 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 } }] |
| 4542 | 2026-08-31T00:58:06.852Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4543 | 2026-08-31T00:58:06.852Z | Aug 31 00:58:05.775Aug 31 00:58:05.775 Aug 31 00:58:05.775INFO INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4544 | 2026-08-31T00:58:06.852Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG |
| 4545 | 2026-08-31T00:58:06.852Z | 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 } }] |
| 4546 | 2026-08-31T00:58:06.852Z | Aug 31 00:58:05.775 Aug 31 00:58:05.775DEBG 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 } }] |
| 4547 | 2026-08-31T00:58:06.852Z | replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.775 |
| 4548 | 2026-08-31T00:58:06.852Z | INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 31 00:58:05.775 |
| 4549 | 2026-08-31T00:58:06.852Z | Aug 31 00:58:05.775 INFOINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4550 | 2026-08-31T00:58:06.852Z | |
| 4551 | 2026-08-31T00:58:06.852Z | Aug 31 00:58:05.775Aug 31 00:58:05.775 Aug 31 00:58:05.775DEBG 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 } }]DEBGDEBG |
| 4552 | 2026-08-31T00:58:06.852Z | 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: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 } }] |
| 4553 | 2026-08-31T00:58:06.852Z | |
| 4554 | 2026-08-31T00:58:06.852Z | Aug 31 00:58:05.775Aug 31 00:58:05.775Aug 31 00:58:05.775 INFOINFO INFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4555 | 2026-08-31T00:58:06.852Z | |
| 4556 | 2026-08-31T00:58:06.852Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4557 | 2026-08-31T00:58:06.852Z | Aug 31 00:58:05.775Aug 31 00:58:05.775 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 } }]Aug 31 00:58:05.775replacing 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 } }] |
| 4558 | 2026-08-31T00:58:06.852Z | |
| 4559 | 2026-08-31T00:58:06.852Z | 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 31 00:58:05.775 |
| 4560 | 2026-08-31T00:58:06.852Z | Aug 31 00:58:05.775INFO INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4561 | 2026-08-31T00:58:06.853Z | |
| 4562 | 2026-08-31T00:58:06.853Z | Aug 31 00:58:05.775 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 31 00:58:05.775 |
| 4563 | 2026-08-31T00:58:06.853Z | Aug 31 00:58:05.775 DEBGDEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4564 | 2026-08-31T00:58:06.853Z | |
| 4565 | 2026-08-31T00:58:06.853Z | Aug 31 00:58:05.775 DEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.775 |
| 4566 | 2026-08-31T00:58:06.853Z | INFOAug 31 00:58:05.775 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFO |
| 4567 | 2026-08-31T00:58:06.853Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4568 | 2026-08-31T00:58:06.853Z | Aug 31 00:58:05.775 INFOAug 31 00:58:05.775 Aug 31 00:58:05.775DEBG DEBGreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4569 | 2026-08-31T00:58:06.853Z | 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:1c::/64 -> 2001:db8::55:ff |
| 4570 | 2026-08-31T00:58:06.853Z | |
| 4571 | 2026-08-31T00:58:06.853Z | Aug 31 00:58:05.775 Aug 31 00:58:05.775Aug 31 00:58:05.775INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFO |
| 4572 | 2026-08-31T00:58:06.853Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBG |
| 4573 | 2026-08-31T00:58:06.853Z | replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.775 |
| 4574 | 2026-08-31T00:58:06.853Z | Aug 31 00:58:05.775DEBG 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 } }]replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.775 |
| 4575 | 2026-08-31T00:58:06.853Z | |
| 4576 | 2026-08-31T00:58:06.853Z | INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 31 00:58:05.775 |
| 4577 | 2026-08-31T00:58:06.853Z | Aug 31 00:58:05.775 INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4578 | 2026-08-31T00:58:06.853Z | |
| 4579 | 2026-08-31T00:58:06.853Z | Aug 31 00:58:05.775Aug 31 00:58:05.775Aug 31 00:58:05.775 DEBGDEBGDEBG 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 } }] |
| 4580 | 2026-08-31T00:58:06.853Z | 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 } }] |
| 4581 | 2026-08-31T00:58:06.853Z | 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 } }] |
| 4582 | 2026-08-31T00:58:06.853Z | Aug 31 00:58:05.775 INFOAug 31 00:58:05.775Aug 31 00:58:05.775 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFOINFO |
| 4583 | 2026-08-31T00:58:06.853Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4584 | 2026-08-31T00:58:06.853Z | |
| 4585 | 2026-08-31T00:58:06.853Z | Aug 31 00:58:05.775Aug 31 00:58:05.775Aug 31 00:58:05.775 DEBGDEBG 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 } }] 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 } }] |
| 4586 | 2026-08-31T00:58:06.853Z | |
| 4587 | 2026-08-31T00:58:06.853Z | 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 } }] |
| 4588 | 2026-08-31T00:58:06.853Z | Aug 31 00:58:05.775Aug 31 00:58:05.775 INFOINFOAug 31 00:58:05.775 adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4589 | 2026-08-31T00:58:06.853Z | |
| 4590 | 2026-08-31T00:58:06.853Z | INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 31 00:58:05.775 |
| 4591 | 2026-08-31T00:58:06.853Z | Aug 31 00:58:05.775 DEBG DEBGreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4592 | 2026-08-31T00:58:06.853Z | replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.775 |
| 4593 | 2026-08-31T00:58:06.853Z | DEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.775Aug 31 00:58:05.775 |
| 4594 | 2026-08-31T00:58:06.853Z | INFOINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4595 | 2026-08-31T00:58:06.853Z | |
| 4596 | 2026-08-31T00:58:06.853Z | Aug 31 00:58:05.775Aug 31 00:58:05.775Aug 31 00:58:05.775 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 } }] |
| 4597 | 2026-08-31T00:58:06.853Z | replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4598 | 2026-08-31T00:58:06.853Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4599 | 2026-08-31T00:58:06.853Z | Aug 31 00:58:05.775 INFOAug 31 00:58:05.775 Aug 31 00:58:05.775 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO |
| 4600 | 2026-08-31T00:58:06.854Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4601 | 2026-08-31T00:58:06.854Z | Aug 31 00:58:05.775 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 } }] |
| 4602 | 2026-08-31T00:58:06.854Z | Aug 31 00:58:05.775 INFODEBG adding route 3fff:beef:21::/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 } }] |
| 4603 | 2026-08-31T00:58:06.858Z | |
| 4604 | 2026-08-31T00:58:06.858Z | Aug 31 00:58:05.775Aug 31 00:58:05.775 INFODEBG adding route 3fff:beef:1a::/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 } }] |
| 4605 | 2026-08-31T00:58:06.858Z | |
| 4606 | 2026-08-31T00:58:06.858Z | Aug 31 00:58:05.775Aug 31 00:58:05.775 INFODEBG adding route 3fff:beef:22::/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 } }] |
| 4607 | 2026-08-31T00:58:06.858Z | |
| 4608 | 2026-08-31T00:58:06.858Z | Aug 31 00:58:05.775Aug 31 00:58:05.775 INFODEBG adding route 3fff:beef:1b::/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 } }] |
| 4609 | 2026-08-31T00:58:06.858Z | |
| 4610 | 2026-08-31T00:58:06.858Z | Aug 31 00:58:05.776Aug 31 00:58:05.776 DEBGINFO replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 4611 | 2026-08-31T00:58:06.858Z | |
| 4612 | 2026-08-31T00:58:06.858Z | Aug 31 00:58:05.776Aug 31 00:58:05.776 INFODEBG adding route 3fff:beef:1c::/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 } }] |
| 4613 | 2026-08-31T00:58:06.858Z | |
| 4614 | 2026-08-31T00:58:06.858Z | Aug 31 00:58:05.776Aug 31 00:58:05.776 DEBGINFO replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 4615 | 2026-08-31T00:58:06.858Z | |
| 4616 | 2026-08-31T00:58:06.858Z | Aug 31 00:58:05.776Aug 31 00:58:05.776 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:1d::/64 -> 2001:db8::55:ff |
| 4617 | 2026-08-31T00:58:06.858Z | |
| 4618 | 2026-08-31T00:58:06.858Z | Aug 31 00:58:05.776Aug 31 00:58:05.775Aug 31 00:58:05.776 DEBGDEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4619 | 2026-08-31T00:58:06.858Z | |
| 4620 | 2026-08-31T00:58:06.858Z | Aug 31 00:58:05.776 Aug 31 00:58:05.776INFO INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4621 | 2026-08-31T00:58:06.858Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4622 | 2026-08-31T00:58:06.858Z | Aug 31 00:58:05.776 Aug 31 00:58:05.776DEBG 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 } }] |
| 4623 | 2026-08-31T00:58:06.858Z | 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 } }] |
| 4624 | 2026-08-31T00:58:06.858Z | Aug 31 00:58:05.776 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4625 | 2026-08-31T00:58:06.858Z | Aug 31 00:58:05.776Aug 31 00:58:05.776 INFODEBG adding route 3fff:beef:12::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4626 | 2026-08-31T00:58:06.859Z | |
| 4627 | 2026-08-31T00:58:06.859Z | Aug 31 00:58:05.776Aug 31 00:58:05.776 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:20::/64 -> 2001:db8::55:ff |
| 4628 | 2026-08-31T00:58:06.859Z | |
| 4629 | 2026-08-31T00:58:06.859Z | Aug 31 00:58:05.776Aug 31 00:58:05.776 INFODEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 31 00:58:05.776 |
| 4630 | 2026-08-31T00:58:06.859Z | 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 } }] |
| 4631 | 2026-08-31T00:58:06.859Z | DEBG created new freemapAug 31 00:58:05.776, unitAug 31 00:58:05.776DEBG: freemap_route_ipv4replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4632 | 2026-08-31T00:58:06.859Z | |
| 4633 | 2026-08-31T00:58:06.859Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 4634 | 2026-08-31T00:58:06.859Z | Aug 31 00:58:05.776 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 31 00:58:05.776 |
| 4635 | 2026-08-31T00:58:06.859Z | Aug 31 00:58:05.776DEBG DEBGreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 00:58:05.776 |
| 4636 | 2026-08-31T00:58:06.859Z | created new freemap , DEBG unitreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:Aug 31 00:58:05.776 |
| 4637 | 2026-08-31T00:58:06.859Z | INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 4638 | 2026-08-31T00:58:06.859Z | |
| 4639 | 2026-08-31T00:58:06.859Z | Aug 31 00:58:05.776 INFO Aug 31 00:58:05.776Aug 31 00:58:05.776 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBGDEBG |
| 4640 | 2026-08-31T00:58:06.859Z | initted freemap. size: 64replacing 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 } }], |
| 4641 | 2026-08-31T00:58:06.859Z | unitAug 31 00:58:05.776 :DEBG freemap_route_ipv4 |
| 4642 | 2026-08-31T00:58:06.859Z | replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.776 |
| 4643 | 2026-08-31T00:58:06.859Z | INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 31 00:58:05.776 |
| 4644 | 2026-08-31T00:58:06.859Z | DEBG Aug 31 00:58:05.776reset freemap Aug 31 00:58:05.776, INFOunit : adding route 3fff:beef:16::/64 -> 2001:db8::55:fffreemap_route_ipv4DEBG |
| 4645 | 2026-08-31T00:58:06.859Z | |
| 4646 | 2026-08-31T00:58:06.859Z | 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 } }] |
| 4647 | 2026-08-31T00:58:06.859Z | Aug 31 00:58:05.776 DEBGAug 31 00:58:05.776Aug 31 00:58:05.776 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 } }] |
| 4648 | 2026-08-31T00:58:06.859Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG |
| 4649 | 2026-08-31T00:58:06.859Z | initted freemap. size: 64Aug 31 00:58:05.776, unitINFOAug 31 00:58:05.776: DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 4650 | 2026-08-31T00:58:06.859Z | |
| 4651 | 2026-08-31T00:58:06.859Z | 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 } }] |
| 4652 | 2026-08-31T00:58:06.859Z | Aug 31 00:58:05.776Aug 31 00:58:05.776Aug 31 00:58:05.776 INFODEBG DEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ff reset freemapreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4653 | 2026-08-31T00:58:06.859Z | , |
| 4654 | 2026-08-31T00:58:06.859Z | unit:Aug 31 00:58:05.776 freemap_route_ipv6DEBG |
| 4655 | 2026-08-31T00:58:06.859Z | 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 } }] |
| 4656 | 2026-08-31T00:58:06.859Z | Aug 31 00:58:05.776Aug 31 00:58:05.776 Aug 31 00:58:05.776 INFO INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFO |
| 4657 | 2026-08-31T00:58:06.859Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 4658 | 2026-08-31T00:58:06.859Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 4659 | 2026-08-31T00:58:06.859Z | Aug 31 00:58:05.776 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 } }] |
| 4660 | 2026-08-31T00:58:06.859Z | Aug 31 00:58:05.776Aug 31 00:58:05.776 DEBGINFOAug 31 00:58:05.776 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 } }]DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4661 | 2026-08-31T00:58:06.859Z | |
| 4662 | 2026-08-31T00:58:06.859Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 4663 | 2026-08-31T00:58:06.859Z | Aug 31 00:58:05.776Aug 31 00:58:05.776Aug 31 00:58:05.776 DEBGINFO replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4664 | 2026-08-31T00:58:06.859Z | |
| 4665 | 2026-08-31T00:58:06.859Z | DEBG Aug 31 00:58:05.776 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4666 | 2026-08-31T00:58:06.860Z | Aug 31 00:58:05.776Aug 31 00:58:05.776 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 4667 | 2026-08-31T00:58:06.860Z | DEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4668 | 2026-08-31T00:58:06.860Z | |
| 4669 | 2026-08-31T00:58:06.860Z | Aug 31 00:58:05.776Aug 31 00:58:05.776 INFOINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4670 | 2026-08-31T00:58:06.860Z | |
| 4671 | 2026-08-31T00:58:06.860Z | Aug 31 00:58:05.776 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 } }] |
| 4672 | 2026-08-31T00:58:06.860Z | Aug 31 00:58:05.776 DEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.776 |
| 4673 | 2026-08-31T00:58:06.860Z | INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4674 | 2026-08-31T00:58:06.860Z | Aug 31 00:58:05.776 INFOAug 31 00:58:05.776 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBG |
| 4675 | 2026-08-31T00:58:06.860Z | 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 } }] |
| 4676 | 2026-08-31T00:58:06.860Z | Aug 31 00:58:05.776Aug 31 00:58:05.776INFO DEBGINFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff 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:1d::/64 -> 2001:db8::55:ff |
| 4677 | 2026-08-31T00:58:06.860Z | |
| 4678 | 2026-08-31T00:58:06.860Z | |
| 4679 | 2026-08-31T00:58:06.860Z | Aug 31 00:58:05.776Aug 31 00:58:05.776Aug 31 00:58:05.776 INFODEBG DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 4680 | 2026-08-31T00:58:06.860Z | 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: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 } }] |
| 4681 | 2026-08-31T00:58:06.860Z | |
| 4682 | 2026-08-31T00:58:06.860Z | test route::tests::grow_succeeds ... ok |
| 4683 | 2026-08-31T00:58:06.860Z | Aug 31 00:58:05.776Aug 31 00:58:05.776 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:1e::/64 -> 2001:db8::55:ff |
| 4684 | 2026-08-31T00:58:06.860Z | |
| 4685 | 2026-08-31T00:58:06.860Z | Aug 31 00:58:05.776 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 31 00:58:05.776 |
| 4686 | 2026-08-31T00:58:06.860Z | INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 4687 | 2026-08-31T00:58:06.860Z | Aug 31 00:58:05.776Aug 31 00:58:05.776 INFODEBG 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 } }] |
| 4688 | 2026-08-31T00:58:06.860Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4689 | 2026-08-31T00:58:06.860Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4690 | 2026-08-31T00:58:06.860Z | Aug 31 00:58:05.776Aug 31 00:58:05.776 INFO DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 4691 | 2026-08-31T00:58:06.860Z | 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 } }] |
| 4692 | 2026-08-31T00:58:06.860Z | Aug 31 00:58:05.776 DEBG Aug 31 00:58:05.776replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 00:58:05.776INFO |
| 4693 | 2026-08-31T00:58:06.860Z | 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 } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4694 | 2026-08-31T00:58:06.860Z | Aug 31 00:58:05.776 |
| 4695 | 2026-08-31T00:58:06.860Z | INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 31 00:58:05.776 |
| 4696 | 2026-08-31T00:58:06.860Z | Aug 31 00:58:05.776 INFO DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4697 | 2026-08-31T00:58:06.860Z | Aug 31 00:58:05.776replacing 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 } }] |
| 4698 | 2026-08-31T00:58:06.860Z | DEBG Aug 31 00:58:05.776Aug 31 00:58:05.776 replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4699 | 2026-08-31T00:58:06.860Z | 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 |
| 4700 | 2026-08-31T00:58:06.860Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 31 00:58:05.776 |
| 4701 | 2026-08-31T00:58:06.860Z | Aug 31 00:58:05.776 INFOINFO Aug 31 00:58:05.776adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 4702 | 2026-08-31T00:58:06.860Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff DEBG |
| 4703 | 2026-08-31T00:58:06.864Z | Aug 31 00:58:05.776 replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4704 | 2026-08-31T00:58:06.864Z | 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 } }] |
| 4705 | 2026-08-31T00:58:06.864Z | Aug 31 00:58:05.776 DEBG Aug 31 00:58:05.776Aug 31 00:58:05.776 INFOINFOreplacing 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 } }] |
| 4706 | 2026-08-31T00:58:06.864Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 4707 | 2026-08-31T00:58:06.864Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 31 00:58:05.776 |
| 4708 | 2026-08-31T00:58:06.864Z | INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 31 00:58:05.776 |
| 4709 | 2026-08-31T00:58:06.864Z | Aug 31 00:58:05.776 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 } }] |
| 4710 | 2026-08-31T00:58:06.864Z | replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.776 |
| 4711 | 2026-08-31T00:58:06.864Z | DEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.776Aug 31 00:58:05.776 |
| 4712 | 2026-08-31T00:58:06.864Z | INFOINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 4713 | 2026-08-31T00:58:06.864Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 4714 | 2026-08-31T00:58:06.865Z | Aug 31 00:58:05.776Aug 31 00:58:05.776Aug 31 00:58:05.776 DEBG DEBGreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4715 | 2026-08-31T00:58:06.865Z | 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 } }] |
| 4716 | 2026-08-31T00:58:06.865Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 4717 | 2026-08-31T00:58:06.865Z | Aug 31 00:58:05.776Aug 31 00:58:05.776 INFO INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 4718 | 2026-08-31T00:58:06.865Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 4719 | 2026-08-31T00:58:06.865Z | Aug 31 00:58:05.776 DEBGAug 31 00:58:05.776 replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 31 00:58:05.776 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 } }] |
| 4720 | 2026-08-31T00:58:06.865Z | |
| 4721 | 2026-08-31T00:58:06.865Z | 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 } }] |
| 4722 | 2026-08-31T00:58:06.865Z | Aug 31 00:58:05.776Aug 31 00:58:05.776 Aug 31 00:58:05.776 INFOINFO INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ff adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 4723 | 2026-08-31T00:58:06.865Z | |
| 4724 | 2026-08-31T00:58:06.865Z | |
| 4725 | 2026-08-31T00:58:06.865Z | Aug 31 00:58:05.776Aug 31 00:58:05.776 DEBGDEBGAug 31 00:58:05.776 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 |
| 4726 | 2026-08-31T00:58:06.865Z | 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: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 } }] |
| 4727 | 2026-08-31T00:58:06.865Z | Aug 31 00:58:05.776 |
| 4728 | 2026-08-31T00:58:06.865Z | INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 31 00:58:05.776Aug 31 00:58:05.776 |
| 4729 | 2026-08-31T00:58:06.865Z | INFOINFO Aug 31 00:58:05.776adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 4730 | 2026-08-31T00:58:06.865Z | DEBG |
| 4731 | 2026-08-31T00:58:06.865Z | 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 } }] |
| 4732 | 2026-08-31T00:58:06.865Z | Aug 31 00:58:05.776Aug 31 00:58:05.776 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 } }]Aug 31 00:58:05.776replacing 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 } }] |
| 4733 | 2026-08-31T00:58:06.865Z | INFO |
| 4734 | 2026-08-31T00:58:06.865Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 4735 | 2026-08-31T00:58:06.865Z | Aug 31 00:58:05.776Aug 31 00:58:05.776Aug 31 00:58:05.776 INFODEBG 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 } }] |
| 4736 | 2026-08-31T00:58:06.865Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4737 | 2026-08-31T00:58:06.865Z | |
| 4738 | 2026-08-31T00:58:06.865Z | Aug 31 00:58:05.776 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 31 00:58:05.776Aug 31 00:58:05.776 |
| 4739 | 2026-08-31T00:58:06.865Z | DEBG DEBGreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4740 | 2026-08-31T00:58:06.865Z | replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.776 |
| 4741 | 2026-08-31T00:58:06.865Z | DEBGAug 31 00:58:05.776 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 |
| 4742 | 2026-08-31T00:58:06.865Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 31 00:58:05.776 |
| 4743 | 2026-08-31T00:58:06.865Z | Aug 31 00:58:05.776 INFO INFOAug 31 00:58:05.776 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 4744 | 2026-08-31T00:58:06.865Z | DEBG |
| 4745 | 2026-08-31T00:58:06.865Z | 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 } }] |
| 4746 | 2026-08-31T00:58:06.865Z | Aug 31 00:58:05.776Aug 31 00:58:05.776 Aug 31 00:58:05.776INFODEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4747 | 2026-08-31T00:58:06.865Z | 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 } }] |
| 4748 | 2026-08-31T00:58:06.865Z | 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 } }] |
| 4749 | 2026-08-31T00:58:06.865Z | Aug 31 00:58:05.776 Aug 31 00:58:05.776Aug 31 00:58:05.776DEBG INFO replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4750 | 2026-08-31T00:58:06.865Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 4751 | 2026-08-31T00:58:06.865Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 4752 | 2026-08-31T00:58:06.865Z | Aug 31 00:58:05.776Aug 31 00:58:05.776 Aug 31 00:58:05.776DEBGINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 4753 | 2026-08-31T00:58:06.866Z | |
| 4754 | 2026-08-31T00:58:06.866Z | 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 } }] |
| 4755 | 2026-08-31T00:58:06.866Z | Aug 31 00:58:05.776Aug 31 00:58:05.776 Aug 31 00:58:05.776INFO DEBGINFOadding route 3fff:beef:38::/64 -> 2001:db8::55:ff adding route 3fff:beef:29::/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 } }] |
| 4756 | 2026-08-31T00:58:06.866Z | |
| 4757 | 2026-08-31T00:58:06.866Z | |
| 4758 | 2026-08-31T00:58:06.866Z | Aug 31 00:58:05.776Aug 31 00:58:05.776 Aug 31 00:58:05.776DEBG 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 } }] |
| 4759 | 2026-08-31T00:58:06.866Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG |
| 4760 | 2026-08-31T00:58:06.866Z | replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.776 |
| 4761 | 2026-08-31T00:58:06.866Z | Aug 31 00:58:05.776INFO DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 4762 | 2026-08-31T00:58:06.866Z | 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 } }] |
| 4763 | 2026-08-31T00:58:06.866Z | Aug 31 00:58:05.776Aug 31 00:58:05.776 INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 4764 | 2026-08-31T00:58:06.866Z | Aug 31 00:58:05.776 |
| 4765 | 2026-08-31T00:58:06.866Z | 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 31 00:58:05.776 |
| 4766 | 2026-08-31T00:58:06.866Z | DEBGAug 31 00:58:05.776 replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4767 | 2026-08-31T00:58:06.866Z | Aug 31 00:58:05.776 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 } }] |
| 4768 | 2026-08-31T00:58:06.866Z | INFO Aug 31 00:58:05.776adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 4769 | 2026-08-31T00:58:06.866Z | INFO Aug 31 00:58:05.776adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 4770 | 2026-08-31T00:58:06.866Z | INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 4771 | 2026-08-31T00:58:06.866Z | Aug 31 00:58:05.776Aug 31 00:58:05.776 DEBGDEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4772 | 2026-08-31T00:58:06.866Z | |
| 4773 | 2026-08-31T00:58:06.866Z | Aug 31 00:58:05.776Aug 31 00:58:05.776 DEBGINFO Aug 31 00:58:05.776replacing 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 } }] |
| 4774 | 2026-08-31T00:58:06.866Z | INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 4775 | 2026-08-31T00:58:06.866Z | |
| 4776 | 2026-08-31T00:58:06.866Z | Aug 31 00:58:05.776Aug 31 00:58:05.776 DEBGAug 31 00:58:05.776 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 } }]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 } }] |
| 4777 | 2026-08-31T00:58:06.866Z | |
| 4778 | 2026-08-31T00:58:06.866Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 4779 | 2026-08-31T00:58:06.866Z | Aug 31 00:58:05.777 Aug 31 00:58:05.777INFO DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 4780 | 2026-08-31T00:58:06.866Z | Aug 31 00:58:05.777replacing 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 } }] |
| 4781 | 2026-08-31T00:58:06.866Z | INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 31 00:58:05.777 |
| 4782 | 2026-08-31T00:58:06.866Z | DEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.777 |
| 4783 | 2026-08-31T00:58:06.866Z | Aug 31 00:58:05.777DEBG 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 |
| 4784 | 2026-08-31T00:58:06.866Z | Aug 31 00:58:05.777 INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 4785 | 2026-08-31T00:58:06.866Z | |
| 4786 | 2026-08-31T00:58:06.866Z | Aug 31 00:58:05.777 INFO Aug 31 00:58:05.777Aug 31 00:58:05.777 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG |
| 4787 | 2026-08-31T00:58:06.866Z | replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 4788 | 2026-08-31T00:58:06.866Z | Aug 31 00:58:05.777replacing 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 } }] |
| 4789 | 2026-08-31T00:58:06.866Z | DEBGAug 31 00:58:05.777 replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4790 | 2026-08-31T00:58:06.866Z | Aug 31 00:58:05.777adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 4791 | 2026-08-31T00:58:06.866Z | INFOAug 31 00:58:05.777 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 4792 | 2026-08-31T00:58:06.866Z | Aug 31 00:58:05.777INFO DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 4793 | 2026-08-31T00:58:06.867Z | replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.777 |
| 4794 | 2026-08-31T00:58:06.867Z | DEBGAug 31 00:58:05.777 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 |
| 4795 | 2026-08-31T00:58:06.867Z | Aug 31 00:58:05.777replacing 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 } }] |
| 4796 | 2026-08-31T00:58:06.867Z | DEBG failed to allocate space for the new target list |
| 4797 | 2026-08-31T00:58:06.867Z | Aug 31 00:58:05.777 INFOAug 31 00:58:05.777 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG |
| 4798 | 2026-08-31T00:58:06.867Z | Aug 31 00:58:05.777 DEBGAug 31 00:58:05.777 created new freemapAug 31 00:58:05.777, INFOunitAug 31 00:58:05.776: freemap_route_ipv4INFO |
| 4799 | 2026-08-31T00:58:06.867Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 4800 | 2026-08-31T00:58:06.867Z | Aug 31 00:58:05.777 Aug 31 00:58:05.777 DEBG created new 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 } }]:adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 4801 | 2026-08-31T00:58:06.867Z | freemap_route_ipv6 |
| 4802 | 2026-08-31T00:58:06.867Z | |
| 4803 | 2026-08-31T00:58:06.871Z | Aug 31 00:58:05.777 Aug 31 00:58:05.777 DEBG DEBGinitted freemap. size: 64DEBGDEBG , unit: freemap_route_ipv4 |
| 4804 | 2026-08-31T00:58:06.871Z | replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.777 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 } }] |
| 4805 | 2026-08-31T00:58:06.871Z | |
| 4806 | 2026-08-31T00:58:06.871Z | DEBG reset freemap, unit: freemap_route_ipv4 |
| 4807 | 2026-08-31T00:58:06.871Z | replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.777 |
| 4808 | 2026-08-31T00:58:06.871Z | Aug 31 00:58:05.777 DEBG initted freemap. size: 64, unit: freemap_route_ipv6Aug 31 00:58:05.777 |
| 4809 | 2026-08-31T00:58:06.871Z | Aug 31 00:58:05.777 INFOAug 31 00:58:05.777 DEBG reset freemap, adding route 3fff:beef:33::/64 -> 2001:db8::55:ffunit: |
| 4810 | 2026-08-31T00:58:06.871Z | freemap_route_ipv6 |
| 4811 | 2026-08-31T00:58:06.871Z | Aug 31 00:58:05.777 INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4812 | 2026-08-31T00:58:06.871Z | Aug 31 00:58:05.777Aug 31 00:58:05.777 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 } }] |
| 4813 | 2026-08-31T00:58:06.871Z | Aug 31 00:58:05.777 DEBGDEBG created new freemapreplacing 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:27::/64 -> 2001:db8::55:ffAug 31 00:58:05.777 |
| 4814 | 2026-08-31T00:58:06.871Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4815 | 2026-08-31T00:58:06.871Z | Aug 31 00:58:05.777 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 00:58:05.777 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG |
| 4816 | 2026-08-31T00:58:06.871Z | |
| 4817 | 2026-08-31T00:58:06.871Z | , unit:Aug 31 00:58:05.777 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4818 | 2026-08-31T00:58:06.871Z | |
| 4819 | 2026-08-31T00:58:06.871Z | freemap_route_ipv4Aug 31 00:58:05.777Aug 31 00:58:05.777 |
| 4820 | 2026-08-31T00:58:06.871Z | DEBGreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4821 | 2026-08-31T00:58:06.871Z | 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 } }] |
| 4822 | 2026-08-31T00:58:06.871Z | Aug 31 00:58:05.777 Aug 31 00:58:05.777INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4823 | 2026-08-31T00:58:06.871Z | INFOINFO Aug 31 00:58:05.777 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 } }] |
| 4824 | 2026-08-31T00:58:06.871Z | Aug 31 00:58:05.777Aug 31 00:58:05.777 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 4825 | 2026-08-31T00:58:06.871Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4826 | 2026-08-31T00:58:06.871Z | DEBGAug 31 00:58:05.777 DEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 4827 | 2026-08-31T00:58:06.871Z | 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 } }] |
| 4828 | 2026-08-31T00:58:06.871Z | Aug 31 00:58:05.777 Aug 31 00:58:05.777INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4829 | 2026-08-31T00:58:06.871Z | Aug 31 00:58:05.777 Aug 31 00:58:05.777created new freemapAug 31 00:58:05.777 , DEBGDEBGunit :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 } }] |
| 4830 | 2026-08-31T00:58:06.871Z | freemap_route_ipv6 DEBGDEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4831 | 2026-08-31T00:58:06.871Z | |
| 4832 | 2026-08-31T00:58:06.871Z | 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 } }] |
| 4833 | 2026-08-31T00:58:06.871Z | replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.777 |
| 4834 | 2026-08-31T00:58:06.871Z | Aug 31 00:58:05.777 Aug 31 00:58:05.777INFO INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4835 | 2026-08-31T00:58:06.871Z | DEBG Aug 31 00:58:05.777 Aug 31 00:58:05.777DEBGinitted freemap. size: 64 , replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4836 | 2026-08-31T00:58:06.871Z | unitAug 31 00:58:05.777 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 31 00:58:05.777 |
| 4837 | 2026-08-31T00:58:06.872Z | INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff INFO |
| 4838 | 2026-08-31T00:58:06.872Z | INFOAug 31 00:58:05.777 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 } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4839 | 2026-08-31T00:58:06.872Z | Aug 31 00:58:05.777 DEBG Aug 31 00:58:05.777 INFO :adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 4840 | 2026-08-31T00:58:06.872Z | 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 } }] |
| 4841 | 2026-08-31T00:58:06.872Z | |
| 4842 | 2026-08-31T00:58:06.872Z | Aug 31 00:58:05.777 |
| 4843 | 2026-08-31T00:58:06.872Z | 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 31 00:58:05.777freemap_route_ipv4 |
| 4844 | 2026-08-31T00:58:06.872Z | Aug 31 00:58:05.777 |
| 4845 | 2026-08-31T00:58:06.872Z | Aug 31 00:58:05.777 INFO Aug 31 00:58:05.777 INFOadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4846 | 2026-08-31T00:58:06.872Z | DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4847 | 2026-08-31T00:58:06.872Z | Aug 31 00:58:05.777 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 } }] |
| 4848 | 2026-08-31T00:58:06.872Z | DEBGAug 31 00:58:05.777 Aug 31 00:58:05.777 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 } }] |
| 4849 | 2026-08-31T00:58:06.872Z | INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4850 | 2026-08-31T00:58:06.872Z | Aug 31 00:58:05.777Aug 31 00:58:05.777 DEBG Aug 31 00:58:05.777 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:36::/64 -> 2001:db8::55:ff |
| 4851 | 2026-08-31T00:58:06.872Z | |
| 4852 | 2026-08-31T00:58:06.872Z | INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 4853 | 2026-08-31T00:58:06.872Z | Aug 31 00:58:05.777 Aug 31 00:58:05.777INFO DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4854 | 2026-08-31T00:58:06.872Z | reset freemap, unitAug 31 00:58:05.777 DEBG: freemap_route_ipv4 INFOreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.777 DEBG |
| 4855 | 2026-08-31T00:58:06.872Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 31 00:58:05.777 |
| 4856 | 2026-08-31T00:58:06.872Z | INFOAug 31 00:58:05.777 |
| 4857 | 2026-08-31T00:58:06.872Z | Aug 31 00:58:05.777Aug 31 00:58:05.777adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4858 | 2026-08-31T00:58:06.872Z | DEBGAug 31 00:58:05.777 DEBGcreated new freemap , replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 4859 | 2026-08-31T00:58:06.872Z | DEBGDEBG initted freemap. size: 64, unit: freemap_route_ipv6 Aug 31 00:58:05.777 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4860 | 2026-08-31T00:58:06.872Z | DEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4861 | 2026-08-31T00:58:06.872Z | |
| 4862 | 2026-08-31T00:58:06.872Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 4863 | 2026-08-31T00:58:06.872Z | Aug 31 00:58:05.777 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 } }] |
| 4864 | 2026-08-31T00:58:06.872Z | 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 } }]: |
| 4865 | 2026-08-31T00:58:06.872Z | Aug 31 00:58:05.777 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 31 00:58:05.777Aug 31 00:58:05.777 |
| 4866 | 2026-08-31T00:58:06.872Z | INFO Aug 31 00:58:05.777adding route 3fff:beef:33::/64 -> 2001:db8::55:ff Aug 31 00:58:05.777freemap_route_ipv4 |
| 4867 | 2026-08-31T00:58:06.872Z | |
| 4868 | 2026-08-31T00:58:06.872Z | 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 } }] |
| 4869 | 2026-08-31T00:58:06.872Z | Aug 31 00:58:05.777 DEBGAug 31 00:58:05.777 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 |
| 4870 | 2026-08-31T00:58:06.872Z | Aug 31 00:58:05.777 INFO INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4871 | 2026-08-31T00:58:06.872Z | |
| 4872 | 2026-08-31T00:58:06.872Z | |
| 4873 | 2026-08-31T00:58:06.872Z | created new freemap, unit: freemap_route_ipv6Aug 31 00:58:05.777 |
| 4874 | 2026-08-31T00:58:06.872Z | Aug 31 00:58:05.777 INFOAug 31 00:58:05.777 Aug 31 00:58:05.777 DEBGAug 31 00:58:05.777 adding route 3fff:beef:37::/64 -> 2001:db8::55:ff DEBGDEBG 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 } }]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 } }] |
| 4875 | 2026-08-31T00:58:06.872Z | Aug 31 00:58:05.777 |
| 4876 | 2026-08-31T00:58:06.873Z | DEBG created new freemap, unitINFO: Aug 31 00:58:05.782freemap_route_ipv4 |
| 4877 | 2026-08-31T00:58:06.873Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 4878 | 2026-08-31T00:58:06.873Z | |
| 4879 | 2026-08-31T00:58:06.873Z | DEBGAug 31 00:58:05.782 DEBG created new freemap, unitAug 31 00:58:05.782: INFOfreemap_route_ipv6 |
| 4880 | 2026-08-31T00:58:06.873Z | 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 } }] |
| 4881 | 2026-08-31T00:58:06.873Z | Aug 31 00:58:05.782adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 31 00:58:05.782 |
| 4882 | 2026-08-31T00:58:06.873Z | initted freemap. size: 64 Aug 31 00:58:05.777 DEBGDEBG initted freemap. size: 64 DEBGcreated new freemap , , Aug 31 00:58:05.782Aug 31 00:58:05.782unit, :replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit :freemap_route_ipv4 unit |
| 4883 | 2026-08-31T00:58:06.873Z | : |
| 4884 | 2026-08-31T00:58:06.873Z | DEBGfreemap_route_ipv4 |
| 4885 | 2026-08-31T00:58:06.873Z | freemap_route_ipv4 |
| 4886 | 2026-08-31T00:58:06.873Z | 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 } }] |
| 4887 | 2026-08-31T00:58:06.873Z | Aug 31 00:58:05.782adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 31 00:58:05.782Aug 31 00:58:05.782 Aug 31 00:58:05.782Aug 31 00:58:05.782 |
| 4888 | 2026-08-31T00:58:06.873Z | DEBGDEBG created new freemap reset freemapINFO, INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ffunit , |
| 4889 | 2026-08-31T00:58:06.873Z | unit:: freemap_route_ipv4 |
| 4890 | 2026-08-31T00:58:06.873Z | freemap_route_ipv6 |
| 4891 | 2026-08-31T00:58:06.873Z | Aug 31 00:58:05.782 DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff Aug 31 00:58:05.782 |
| 4892 | 2026-08-31T00:58:06.873Z | replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.782Aug 31 00:58:05.782 |
| 4893 | 2026-08-31T00:58:06.873Z | DEBG DEBGDEBGreplacing 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 } }] |
| 4894 | 2026-08-31T00:58:06.873Z | initted freemap. size: 64Aug 31 00:58:05.782, initted freemap. size: 64unit, unit :Aug 31 00:58:05.782:Aug 31 00:58:05.782 freemap_route_ipv6 |
| 4895 | 2026-08-31T00:58:06.873Z | INFO INFOfreemap_route_ipv4DEBG |
| 4896 | 2026-08-31T00:58:06.873Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.782 |
| 4897 | 2026-08-31T00:58:06.873Z | |
| 4898 | 2026-08-31T00:58:06.873Z | DEBGAug 31 00:58:05.782 reset freemapAug 31 00:58:05.782 , DEBGunit: DEBGAug 31 00:58:05.782 reset freemapreplacing 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 } }], |
| 4899 | 2026-08-31T00:58:06.873Z | freemap_route_ipv6unit |
| 4900 | 2026-08-31T00:58:06.873Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff:INFO freemap_route_ipv4adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 31 00:58:05.782 |
| 4901 | 2026-08-31T00:58:06.873Z | Aug 31 00:58:05.782 |
| 4902 | 2026-08-31T00:58:06.873Z | INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 4903 | 2026-08-31T00:58:06.877Z | |
| 4904 | 2026-08-31T00:58:06.877Z | Aug 31 00:58:05.782adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 4905 | 2026-08-31T00:58:06.877Z | DEBGAug 31 00:58:05.782 DEBGAug 31 00:58:05.782 DEBGAug 31 00:58:05.782 initted freemap. size: 64replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }], Aug 31 00:58:05.782 |
| 4906 | 2026-08-31T00:58:06.877Z | DEBGunit 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 } }]: |
| 4907 | 2026-08-31T00:58:06.877Z | Aug 31 00:58:05.782 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_ipv6INFOAug 31 00:58:05.782 |
| 4908 | 2026-08-31T00:58:06.877Z | 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 } }] |
| 4909 | 2026-08-31T00:58:06.877Z | |
| 4910 | 2026-08-31T00:58:06.877Z | adding route 172.16.0.0/32 -> 10.0.0.2INFO Aug 31 00:58:05.782 |
| 4911 | 2026-08-31T00:58:06.877Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 31 00:58:05.782 Aug 31 00:58:05.782 INFO |
| 4912 | 2026-08-31T00:58:06.877Z | Aug 31 00:58:05.782 DEBGDEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff Aug 31 00:58:05.782replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 4913 | 2026-08-31T00:58:06.877Z | reset freemap, |
| 4914 | 2026-08-31T00:58:06.877Z | DEBGunitAug 31 00:58:05.782 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 |
| 4915 | 2026-08-31T00:58:06.877Z | freemap_route_ipv6Aug 31 00:58:05.782adding route 172.17.0.0/32 -> 10.0.0.255 |
| 4916 | 2026-08-31T00:58:06.877Z | |
| 4917 | 2026-08-31T00:58:06.877Z | Aug 31 00:58:05.782DEBG INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 4918 | 2026-08-31T00:58:06.877Z | 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 } }] |
| 4919 | 2026-08-31T00:58:06.877Z | Aug 31 00:58:05.782Aug 31 00:58:05.782 DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4920 | 2026-08-31T00:58:06.878Z | Aug 31 00:58:05.782 |
| 4921 | 2026-08-31T00:58:06.878Z | Aug 31 00:58:05.782 DEBGDEBGINFO replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemapAug 31 00:58:05.782Aug 31 00:58:05.782 |
| 4922 | 2026-08-31T00:58:06.878Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.17.0.1/32 -> 10.0.0.255, |
| 4923 | 2026-08-31T00:58:06.878Z | unit |
| 4924 | 2026-08-31T00:58:06.878Z | |
| 4925 | 2026-08-31T00:58:06.878Z | : Aug 31 00:58:05.782Aug 31 00:58:05.782 INFOfreemap_route_ipv4DEBG |
| 4926 | 2026-08-31T00:58:06.878Z | Aug 31 00:58:05.782 replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFOAug 31 00:58:05.782 |
| 4927 | 2026-08-31T00:58:06.878Z | |
| 4928 | 2026-08-31T00:58:06.878Z | DEBGAug 31 00:58:05.782adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 31 00:58:05.782 Aug 31 00:58:05.782DEBG |
| 4929 | 2026-08-31T00:58:06.878Z | 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 } }]DEBGINFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 4930 | 2026-08-31T00:58:06.878Z | |
| 4931 | 2026-08-31T00:58:06.878Z | Aug 31 00:58:05.782 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 } }] Aug 31 00:58:05.782 |
| 4932 | 2026-08-31T00:58:06.878Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 4933 | 2026-08-31T00:58:06.878Z | initted freemap. size: 64 replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Aug 31 00:58:05.782 |
| 4934 | 2026-08-31T00:58:06.878Z | INFOunit Aug 31 00:58:05.782Aug 31 00:58:05.782adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 4935 | 2026-08-31T00:58:06.878Z | INFO: adding route 172.17.0.3/32 -> 10.0.0.255INFO |
| 4936 | 2026-08-31T00:58:06.878Z | Aug 31 00:58:05.782adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4937 | 2026-08-31T00:58:06.878Z | INFOAug 31 00:58:05.782Aug 31 00:58:05.782 DEBG freemap_route_ipv6Aug 31 00:58:05.782adding route 3fff:beef:31::/64 -> 2001:db8::55:ff DEBGreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4938 | 2026-08-31T00:58:06.878Z | 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 } }] |
| 4939 | 2026-08-31T00:58:06.878Z | |
| 4940 | 2026-08-31T00:58:06.878Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 4941 | 2026-08-31T00:58:06.878Z | Aug 31 00:58:05.782 |
| 4942 | 2026-08-31T00:58:06.878Z | INFO Aug 31 00:58:05.782adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 31 00:58:05.782 |
| 4943 | 2026-08-31T00:58:06.878Z | INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 31 00:58:05.782Aug 31 00:58:05.782 |
| 4944 | 2026-08-31T00:58:06.878Z | Aug 31 00:58:05.782 reset freemapINFO DEBG DEBGadding route 172.17.0.4/32 -> 10.0.0.255, |
| 4945 | 2026-08-31T00:58:06.878Z | unit:replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.782 freemap_route_ipv6DEBG Aug 31 00:58:05.782 replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 4946 | 2026-08-31T00:58:06.878Z | |
| 4947 | 2026-08-31T00:58:06.878Z | |
| 4948 | 2026-08-31T00:58:06.878Z | |
| 4949 | 2026-08-31T00:58:06.878Z | Aug 31 00:58:05.782DEBGAug 31 00:58:05.782 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 } }] |
| 4950 | 2026-08-31T00:58:06.878Z | DEBG INFO Aug 31 00:58:05.782adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffAug 31 00:58:05.782 replacing targets for 3fff:dead::/64 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 } }]INFOAug 31 00:58:05.782 |
| 4951 | 2026-08-31T00:58:06.878Z | |
| 4952 | 2026-08-31T00:58:06.878Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 4953 | 2026-08-31T00:58:06.878Z | INFOINFO Aug 31 00:58:05.782Aug 31 00:58:05.782 DEBGAug 31 00:58:05.782 DEBGWARN replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }] |
| 4954 | 2026-08-31T00:58:06.878Z | |
| 4955 | 2026-08-31T00:58:06.878Z | |
| 4956 | 2026-08-31T00:58:06.878Z | |
| 4957 | 2026-08-31T00:58:06.878Z | |
| 4958 | 2026-08-31T00:58:06.878Z | Aug 31 00:58:05.782Aug 31 00:58:05.782Aug 31 00:58:05.782 ERROINFO INFOAug 31 00:58:05.782rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 172.17.0.6/32 -> 10.0.0.255 |
| 4959 | 2026-08-31T00:58:06.879Z | |
| 4960 | 2026-08-31T00:58:06.879Z | Aug 31 00:58:05.782 adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 31 00:58:05.782 |
| 4961 | 2026-08-31T00:58:06.879Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 4962 | 2026-08-31T00:58:06.879Z | DEBGAug 31 00:58:05.782 ERRODEBG Aug 31 00:58:05.782 DEBGshrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds itreplacing 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 } }] |
| 4963 | 2026-08-31T00:58:06.879Z | |
| 4964 | 2026-08-31T00:58:06.879Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 4965 | 2026-08-31T00:58:06.879Z | 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 } }] |
| 4966 | 2026-08-31T00:58:06.879Z | replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.782 |
| 4967 | 2026-08-31T00:58:06.879Z | Aug 31 00:58:05.782INFO INFO Aug 31 00:58:05.782adding route 172.17.0.7/32 -> 10.0.0.255Aug 31 00:58:05.782adding route 3fff:dead::/64 -> 2001:db8::55:2 INFOINFO |
| 4968 | 2026-08-31T00:58:06.879Z | |
| 4969 | 2026-08-31T00:58:06.879Z | adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff |
| 4970 | 2026-08-31T00:58:06.879Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 31 00:58:05.782Aug 31 00:58:05.782 |
| 4971 | 2026-08-31T00:58:06.879Z | DEBGDEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 4972 | 2026-08-31T00:58:06.879Z | |
| 4973 | 2026-08-31T00:58:06.879Z | Aug 31 00:58:05.782 Aug 31 00:58:05.782DEBGAug 31 00:58:05.782 Aug 31 00:58:05.782Aug 31 00:58:05.782 INFO 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 } }]INFODEBGadding route 172.17.0.8/32 -> 10.0.0.255 |
| 4974 | 2026-08-31T00:58:06.879Z | |
| 4975 | 2026-08-31T00:58:06.879Z | 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 } }] |
| 4976 | 2026-08-31T00:58:06.879Z | INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 31 00:58:05.782adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4977 | 2026-08-31T00:58:06.879Z | |
| 4978 | 2026-08-31T00:58:06.879Z | Aug 31 00:58:05.782DEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.782 |
| 4979 | 2026-08-31T00:58:06.879Z | INFO DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff Aug 31 00:58:05.782failed to allocate space for the new target list |
| 4980 | 2026-08-31T00:58:06.879Z | Aug 31 00:58:05.782INFO |
| 4981 | 2026-08-31T00:58:06.879Z | Aug 31 00:58:05.782 adding route 172.17.0.9/32 -> 10.0.0.255DEBG |
| 4982 | 2026-08-31T00:58:06.879Z | DEBG Aug 31 00:58:05.782Aug 31 00:58:05.782 replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 31 00:58:05.782DEBG |
| 4983 | 2026-08-31T00:58:06.879Z | DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.783 |
| 4984 | 2026-08-31T00:58:06.879Z | DEBG created new freemap, Aug 31 00:58:05.788unit :INFO freemap_route_ipv4adding route 172.17.0.10/32 -> 10.0.0.255 |
| 4985 | 2026-08-31T00:58:06.879Z | reset freemap, unit: freemap_route_ipv6INFOAug 31 00:58:05.788 |
| 4986 | 2026-08-31T00:58:06.879Z | DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 4987 | 2026-08-31T00:58:06.879Z | Aug 31 00:58:05.788replacing 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 } }] |
| 4988 | 2026-08-31T00:58:06.879Z | INFO Aug 31 00:58:05.788 |
| 4989 | 2026-08-31T00:58:06.879Z | Aug 31 00:58:05.788 DEBGINFOAug 31 00:58:05.788 adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 4990 | 2026-08-31T00:58:06.879Z | |
| 4991 | 2026-08-31T00:58:06.879Z | adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4992 | 2026-08-31T00:58:06.879Z | adding route 172.17.0.11/32 -> 10.0.0.255 |
| 4993 | 2026-08-31T00:58:06.879Z | |
| 4994 | 2026-08-31T00:58:06.879Z | Aug 31 00:58:05.788Aug 31 00:58:05.788Aug 31 00:58:05.788 Aug 31 00:58:05.788 INFO DEBGAug 31 00:58:05.788 Aug 31 00:58:05.788DEBGDEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ffreplacing 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 |
| 4995 | 2026-08-31T00:58:06.879Z | |
| 4996 | 2026-08-31T00:58:06.879Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 4997 | 2026-08-31T00:58:06.879Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff Aug 31 00:58:05.788 |
| 4998 | 2026-08-31T00:58:06.879Z | Aug 31 00:58:05.788, DEBG INFOAug 31 00:58:05.788 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.12/32 -> 10.0.0.255INFO |
| 4999 | 2026-08-31T00:58:06.880Z | unit: |
| 5000 | 2026-08-31T00:58:06.880Z | DEBG Aug 31 00:58:05.788Aug 31 00:58:05.788adding route 3fff:dead::/64 -> 2001:db8::55:2freemap_route_ipv6 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 } }] |
| 5001 | 2026-08-31T00:58:06.880Z | DEBG |
| 5002 | 2026-08-31T00:58:06.880Z | Aug 31 00:58:05.788 |
| 5003 | 2026-08-31T00:58:06.883Z | 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 } }] |
| 5004 | 2026-08-31T00:58:06.883Z | Aug 31 00:58:05.788DEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 00:58:05.788replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 00:58:05.788 |
| 5005 | 2026-08-31T00:58:06.883Z | Aug 31 00:58:05.788 INFOINFO DEBGadding route 172.17.0.13/32 -> 10.0.0.255Aug 31 00:58:05.788 |
| 5006 | 2026-08-31T00:58:06.884Z | |
| 5007 | 2026-08-31T00:58:06.884Z | INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ffinitted freemap. size: 64 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:dead::/64 -> 2001:db8::55:3 |
| 5008 | 2026-08-31T00:58:06.884Z | |
| 5009 | 2026-08-31T00:58:06.884Z | Aug 31 00:58:05.788 |
| 5010 | 2026-08-31T00:58:06.884Z | , unitAug 31 00:58:05.788Aug 31 00:58:05.788 DEBGAug 31 00:58:05.788 replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 5011 | 2026-08-31T00:58:06.884Z | 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 } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 5012 | 2026-08-31T00:58:06.884Z | |
| 5013 | 2026-08-31T00:58:06.884Z | :Aug 31 00:58:05.788replacing 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 } }] |
| 5014 | 2026-08-31T00:58:06.884Z | INFOAug 31 00:58:05.788 adding route 172.17.0.14/32 -> 10.0.0.255Aug 31 00:58:05.788DEBG |
| 5015 | 2026-08-31T00:58:06.884Z | Aug 31 00:58:05.788replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4INFO |
| 5016 | 2026-08-31T00:58:06.884Z | Aug 31 00:58:05.788INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5017 | 2026-08-31T00:58:06.884Z | |
| 5018 | 2026-08-31T00:58:06.884Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 5019 | 2026-08-31T00:58:06.884Z | Aug 31 00:58:05.788DEBGAug 31 00:58:05.788 DEBGAug 31 00:58:05.788 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 |
| 5020 | 2026-08-31T00:58:06.884Z | Aug 31 00:58:05.788 failed to allocate space for the new target listDEBG |
| 5021 | 2026-08-31T00:58:06.884Z | Aug 31 00:58:05.788DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] reset freemap |
| 5022 | 2026-08-31T00:58:06.884Z | , Aug 31 00:58:05.788 INFOunit replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5023 | 2026-08-31T00:58:06.884Z | |
| 5024 | 2026-08-31T00:58:06.884Z | : DEBG freemap_route_ipv4Aug 31 00:58:05.789replacing targets for 3fff:dead::/64 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 } }] |
| 5025 | 2026-08-31T00:58:06.884Z | DEBG Aug 31 00:58:05.789replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.789 |
| 5026 | 2026-08-31T00:58:06.884Z | |
| 5027 | 2026-08-31T00:58:06.884Z | Aug 31 00:58:05.789INFOAug 31 00:58:05.789 DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO |
| 5028 | 2026-08-31T00:58:06.884Z | adding route 172.17.0.16/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 5029 | 2026-08-31T00:58:06.884Z | |
| 5030 | 2026-08-31T00:58:06.884Z | Aug 31 00:58:05.789Aug 31 00:58:05.789 Aug 31 00:58:05.789 DEBGDEBGWARN 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 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 |
| 5031 | 2026-08-31T00:58:06.884Z | |
| 5032 | 2026-08-31T00:58:06.884Z | shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 5033 | 2026-08-31T00:58:06.884Z | initted freemap. size: 64Aug 31 00:58:05.789, Aug 31 00:58:05.789 unitINFO:INFO adding route 172.17.0.17/32 -> 10.0.0.255freemap_route_ipv6 |
| 5034 | 2026-08-31T00:58:06.884Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 5035 | 2026-08-31T00:58:06.884Z | |
| 5036 | 2026-08-31T00:58:06.884Z | Aug 31 00:58:05.789 DEBG Aug 31 00:58:05.789replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.789DEBG |
| 5037 | 2026-08-31T00:58:06.884Z | 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 } }]DEBGDEBGAug 31 00:58:05.789 |
| 5038 | 2026-08-31T00:58:06.884Z | 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 } }] reset freemapadding route 172.17.0.18/32 -> 10.0.0.255, |
| 5039 | 2026-08-31T00:58:06.884Z | unit |
| 5040 | 2026-08-31T00:58:06.884Z | : freemap_route_ipv6Aug 31 00:58:05.789 |
| 5041 | 2026-08-31T00:58:06.884Z | Aug 31 00:58:05.789 DEBG INFOreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5042 | 2026-08-31T00:58:06.884Z | Aug 31 00:58:05.789adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 31 00:58:05.789 INFOAug 31 00:58:05.789 INFO |
| 5043 | 2026-08-31T00:58:06.884Z | INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 172.17.0.19/32 -> 10.0.0.255 |
| 5044 | 2026-08-31T00:58:06.885Z | |
| 5045 | 2026-08-31T00:58:06.885Z | |
| 5046 | 2026-08-31T00:58:06.885Z | Aug 31 00:58:05.789Aug 31 00:58:05.789 Aug 31 00:58:05.789DEBGDEBG replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5047 | 2026-08-31T00:58:06.885Z | DEBG |
| 5048 | 2026-08-31T00:58:06.885Z | failed to allocate space for the new target list |
| 5049 | 2026-08-31T00:58:06.885Z | Aug 31 00:58:05.789 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 5050 | 2026-08-31T00:58:06.885Z | Aug 31 00:58:05.789 Aug 31 00:58:05.789INFO DEBGadding route 172.17.0.20/32 -> 10.0.0.255 |
| 5051 | 2026-08-31T00:58:06.885Z | 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 } }] |
| 5052 | 2026-08-31T00:58:06.885Z | Aug 31 00:58:05.789 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 } }] |
| 5053 | 2026-08-31T00:58:06.885Z | Aug 31 00:58:05.789 INFOAug 31 00:58:05.789 Aug 31 00:58:05.789 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO |
| 5054 | 2026-08-31T00:58:06.885Z | adding route 172.17.0.21/32 -> 10.0.0.255DEBG |
| 5055 | 2026-08-31T00:58:06.885Z | 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 } }] |
| 5056 | 2026-08-31T00:58:06.885Z | Aug 31 00:58:05.789 DEBG Aug 31 00:58:05.789replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.789 |
| 5057 | 2026-08-31T00:58:06.885Z | DEBGINFO replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.789adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 5058 | 2026-08-31T00:58:06.885Z | |
| 5059 | 2026-08-31T00:58:06.885Z | INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 5060 | 2026-08-31T00:58:06.885Z | Aug 31 00:58:05.789 INFO Aug 31 00:58:05.789adding route 172.17.0.22/32 -> 10.0.0.255 DEBG |
| 5061 | 2026-08-31T00:58:06.885Z | replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.789 |
| 5062 | 2026-08-31T00:58:06.885Z | DEBGAug 31 00:58:05.789 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 31 00:58:05.789 |
| 5063 | 2026-08-31T00:58:06.885Z | 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 |
| 5064 | 2026-08-31T00:58:06.885Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 31 00:58:05.789Aug 31 00:58:05.789 INFOINFO |
| 5065 | 2026-08-31T00:58:06.885Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 5066 | 2026-08-31T00:58:06.885Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5067 | 2026-08-31T00:58:06.885Z | Aug 31 00:58:05.789 Aug 31 00:58:05.789 Aug 31 00:58:05.789DEBG DEBG DEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5068 | 2026-08-31T00:58:06.885Z | |
| 5069 | 2026-08-31T00:58:06.885Z | |
| 5070 | 2026-08-31T00:58:06.885Z | Aug 31 00:58:05.789Aug 31 00:58:05.789 INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 31 00:58:05.789 |
| 5071 | 2026-08-31T00:58:06.885Z | |
| 5072 | 2026-08-31T00:58:06.885Z | INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5073 | 2026-08-31T00:58:06.885Z | Aug 31 00:58:05.789 DEBGAug 31 00:58:05.789 replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.789 |
| 5074 | 2026-08-31T00:58:06.885Z | DEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 5075 | 2026-08-31T00:58:06.885Z | Aug 31 00:58:05.789replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 5076 | 2026-08-31T00:58:06.885Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 31 00:58:05.789 |
| 5077 | 2026-08-31T00:58:06.885Z | INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 5078 | 2026-08-31T00:58:06.885Z | Aug 31 00:58:05.789 DEBG Aug 31 00:58:05.789replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.789 |
| 5079 | 2026-08-31T00:58:06.885Z | DEBGINFOadding route 3fff:dead::/64 -> 2001:db8::55:1 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 172.17.0.25/32 -> 10.0.0.255 |
| 5080 | 2026-08-31T00:58:06.885Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 5081 | 2026-08-31T00:58:06.885Z | |
| 5082 | 2026-08-31T00:58:06.885Z | |
| 5083 | 2026-08-31T00:58:06.885Z | Aug 31 00:58:05.789 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 5084 | 2026-08-31T00:58:06.886Z | Aug 31 00:58:05.789Aug 31 00:58:05.789 Aug 31 00:58:05.789DEBG Aug 31 00:58:05.789INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 5085 | 2026-08-31T00:58:06.886Z | replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 5086 | 2026-08-31T00:58:06.886Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 5087 | 2026-08-31T00:58:06.886Z | |
| 5088 | 2026-08-31T00:58:06.886Z | DEBG Aug 31 00:58:05.789replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO Aug 31 00:58:05.789 adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 31 00:58:05.789 |
| 5089 | 2026-08-31T00:58:06.886Z | DEBGDEBG created new freemapcreated new freemap, unit: Aug 31 00:58:05.795, freemap_route_ipv4DEBG |
| 5090 | 2026-08-31T00:58:06.886Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]unit |
| 5091 | 2026-08-31T00:58:06.886Z | : Aug 31 00:58:05.795 DEBGAug 31 00:58:05.789Aug 31 00:58:05.795freemap_route_ipv4 |
| 5092 | 2026-08-31T00:58:06.886Z | INFOcreated new freemap , unitDEBG:adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5093 | 2026-08-31T00:58:06.886Z | freemap_route_ipv6 |
| 5094 | 2026-08-31T00:58:06.886Z | replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.795Aug 31 00:58:05.795 DEBGDEBG created new freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }], |
| 5095 | 2026-08-31T00:58:06.886Z | unit:Aug 31 00:58:05.795 |
| 5096 | 2026-08-31T00:58:06.886Z | freemap_route_ipv6 |
| 5097 | 2026-08-31T00:58:06.886Z | DEBG Aug 31 00:58:05.795 initted freemap. size: 64INFO, Aug 31 00:58:05.795 unitadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5098 | 2026-08-31T00:58:06.886Z | |
| 5099 | 2026-08-31T00:58:06.886Z | : DEBGAug 31 00:58:05.795freemap_route_ipv4 |
| 5100 | 2026-08-31T00:58:06.886Z | Aug 31 00:58:05.795 INFO DEBGinitted freemap. size: 64 , adding route 172.17.0.26/32 -> 10.0.0.255Aug 31 00:58:05.795replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5101 | 2026-08-31T00:58:06.886Z | DEBG unitreset freemap |
| 5102 | 2026-08-31T00:58:06.886Z | :, Aug 31 00:58:05.795 unitfreemap_route_ipv4Aug 31 00:58:05.795 |
| 5103 | 2026-08-31T00:58:06.890Z | : DEBGfreemap_route_ipv4 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 00:58:05.795Aug 31 00:58:05.795 |
| 5104 | 2026-08-31T00:58:06.890Z | |
| 5105 | 2026-08-31T00:58:06.890Z | 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 DEBG |
| 5106 | 2026-08-31T00:58:06.890Z | Aug 31 00:58:05.795Aug 31 00:58:05.795 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreset freemapWARN, DEBG shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })unit |
| 5107 | 2026-08-31T00:58:06.890Z | :Aug 31 00:58:05.795 |
| 5108 | 2026-08-31T00:58:06.890Z | initted freemap. size: 64 , freemap_route_ipv4unit |
| 5109 | 2026-08-31T00:58:06.890Z | :INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5110 | 2026-08-31T00:58:06.890Z | freemap_route_ipv6 |
| 5111 | 2026-08-31T00:58:06.890Z | Aug 31 00:58:05.795 Aug 31 00:58:05.795DEBG DEBG Aug 31 00:58:05.795initted freemap. size: 64 Aug 31 00:58:05.795replacing 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 } }], |
| 5112 | 2026-08-31T00:58:06.890Z | unit :DEBG DEBGfreemap_route_ipv6 |
| 5113 | 2026-08-31T00:58:06.890Z | replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.795reset freemap , INFOunit |
| 5114 | 2026-08-31T00:58:06.890Z | Aug 31 00:58:05.795 : adding route 3fff:beef:19::/64 -> 2001:db8::55:ff freemap_route_ipv6DEBG |
| 5115 | 2026-08-31T00:58:06.890Z | |
| 5116 | 2026-08-31T00:58:06.890Z | reset freemapAug 31 00:58:05.795, unitAug 31 00:58:05.795:INFO Aug 31 00:58:05.795 freemap_route_ipv6INFODEBG |
| 5117 | 2026-08-31T00:58:06.890Z | replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5118 | 2026-08-31T00:58:06.890Z | |
| 5119 | 2026-08-31T00:58:06.890Z | adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5120 | 2026-08-31T00:58:06.890Z | Aug 31 00:58:05.795Aug 31 00:58:05.795 DEBGAug 31 00:58:05.795Aug 31 00:58:05.795 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 } }] adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5121 | 2026-08-31T00:58:06.890Z | 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 |
| 5122 | 2026-08-31T00:58:06.890Z | |
| 5123 | 2026-08-31T00:58:06.891Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 5124 | 2026-08-31T00:58:06.891Z | Aug 31 00:58:05.795Aug 31 00:58:05.795 INFOAug 31 00:58:05.795DEBG 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 } }] |
| 5125 | 2026-08-31T00:58:06.891Z | replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255 |
| 5126 | 2026-08-31T00:58:06.891Z | |
| 5127 | 2026-08-31T00:58:06.891Z | Aug 31 00:58:05.789Aug 31 00:58:05.795Aug 31 00:58:05.795 INFODEBGAug 31 00:58:05.795 Aug 31 00:58:05.795 adding route 172.17.0.29/32 -> 10.0.0.255 DEBG |
| 5128 | 2026-08-31T00:58:06.891Z | failed to allocate space for the new target listINFO INFO replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5129 | 2026-08-31T00:58:06.891Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5130 | 2026-08-31T00:58:06.891Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 5131 | 2026-08-31T00:58:06.891Z | |
| 5132 | 2026-08-31T00:58:06.891Z | Aug 31 00:58:05.795Aug 31 00:58:05.795Aug 31 00:58:05.795 INFODEBG Aug 31 00:58:05.795 DEBGDEBG adding route 172.17.0.1/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5133 | 2026-08-31T00:58:06.891Z | |
| 5134 | 2026-08-31T00:58:06.891Z | replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 00:58:05.795 |
| 5135 | 2026-08-31T00:58:06.891Z | |
| 5136 | 2026-08-31T00:58:06.891Z | DEBG Aug 31 00:58:05.795replacing 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 } }] |
| 5137 | 2026-08-31T00:58:06.891Z | Aug 31 00:58:05.795DEBG INFOAug 31 00:58:05.795 replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5138 | 2026-08-31T00:58:06.891Z | INFO |
| 5139 | 2026-08-31T00:58:06.891Z | adding route 172.17.0.30/32 -> 10.0.0.255Aug 31 00:58:05.795 |
| 5140 | 2026-08-31T00:58:06.891Z | Aug 31 00:58:05.795INFO INFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 5141 | 2026-08-31T00:58:06.891Z | Aug 31 00:58:05.795Aug 31 00:58:05.795 adding route 172.17.0.2/32 -> 10.0.0.255DEBGDEBG |
| 5142 | 2026-08-31T00:58:06.891Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5143 | 2026-08-31T00:58:06.891Z | replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.795 |
| 5144 | 2026-08-31T00:58:06.891Z | Aug 31 00:58:05.795DEBG DEBGAug 31 00:58:05.795Aug 31 00:58:05.795replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 5145 | 2026-08-31T00:58:06.891Z | |
| 5146 | 2026-08-31T00:58:06.891Z | INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:4 adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5147 | 2026-08-31T00:58:06.891Z | |
| 5148 | 2026-08-31T00:58:06.891Z | Aug 31 00:58:05.795Aug 31 00:58:05.795 INFOINFOAug 31 00:58:05.795 Aug 31 00:58:05.795 adding route 172.17.0.3/32 -> 10.0.0.255 |
| 5149 | 2026-08-31T00:58:06.891Z | DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 5150 | 2026-08-31T00:58:06.891Z | |
| 5151 | 2026-08-31T00:58:06.891Z | 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 } }] |
| 5152 | 2026-08-31T00:58:06.891Z | Aug 31 00:58:05.795 DEBGAug 31 00:58:05.795 Aug 31 00:58:05.795DEBGAug 31 00:58:05.795 DEBGreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 5153 | 2026-08-31T00:58:06.891Z | adding route 172.17.0.32/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 } }] |
| 5154 | 2026-08-31T00:58:06.891Z | |
| 5155 | 2026-08-31T00:58:06.891Z | 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 } }] |
| 5156 | 2026-08-31T00:58:06.891Z | Aug 31 00:58:05.795 Aug 31 00:58:05.795Aug 31 00:58:05.795DEBGAug 31 00:58:05.795 INFO WARNadding route 172.17.0.4/32 -> 10.0.0.255 INFOshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 5157 | 2026-08-31T00:58:06.891Z | |
| 5158 | 2026-08-31T00:58:06.891Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5159 | 2026-08-31T00:58:06.891Z | |
| 5160 | 2026-08-31T00:58:06.891Z | Aug 31 00:58:05.795Aug 31 00:58:05.795 Aug 31 00:58:05.789 INFO DEBGDEBG adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5161 | 2026-08-31T00:58:06.891Z | created new freemapreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.795 , |
| 5162 | 2026-08-31T00:58:06.892Z | unitAug 31 00:58:05.795DEBG: 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 |
| 5163 | 2026-08-31T00:58:06.892Z | replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4 |
| 5164 | 2026-08-31T00:58:06.892Z | Aug 31 00:58:05.795 |
| 5165 | 2026-08-31T00:58:06.892Z | INFO adding route 172.17.0.5/32 -> 10.0.0.255Aug 31 00:58:05.795Aug 31 00:58:05.795 |
| 5166 | 2026-08-31T00:58:06.892Z | Aug 31 00:58:05.795 INFODEBG INFOcreated new freemapAug 31 00:58:05.795 , adding route 172.17.0.34/32 -> 10.0.0.255unitDEBG: 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 } }]freemap_route_ipv6 |
| 5167 | 2026-08-31T00:58:06.892Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 5168 | 2026-08-31T00:58:06.892Z | |
| 5169 | 2026-08-31T00:58:06.892Z | |
| 5170 | 2026-08-31T00:58:06.892Z | Aug 31 00:58:05.795 DEBG Aug 31 00:58:05.795replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 00:58:05.795Aug 31 00:58:05.795 |
| 5171 | 2026-08-31T00:58:06.892Z | test route::tests::identity_replace_is_noop ... ok |
| 5172 | 2026-08-31T00:58:06.892Z | DEBGINFO initted freemap. size: 64DEBG , adding route 172.17.0.6/32 -> 10.0.0.255unitreplacing 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 } }]: |
| 5173 | 2026-08-31T00:58:06.892Z | Aug 31 00:58:05.795 |
| 5174 | 2026-08-31T00:58:06.892Z | freemap_route_ipv4INFO |
| 5175 | 2026-08-31T00:58:06.892Z | adding route 172.17.0.35/32 -> 10.0.0.255Aug 31 00:58:05.795 |
| 5176 | 2026-08-31T00:58:06.892Z | DEBGAug 31 00:58:05.795 Aug 31 00:58:05.795 Aug 31 00:58:05.795Aug 31 00:58:05.789 DEBGDEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemap |
| 5177 | 2026-08-31T00:58:06.892Z | DEBG, unit :reset freemap , Aug 31 00:58:05.795unitfreemap_route_ipv4 |
| 5178 | 2026-08-31T00:58:06.892Z | : INFOfreemap_route_ipv4 |
| 5179 | 2026-08-31T00:58:06.892Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5180 | 2026-08-31T00:58:06.892Z | Aug 31 00:58:05.795 DEBG INFOcreated new freemapAug 31 00:58:05.795, DEBGunit :adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 5181 | 2026-08-31T00:58:06.892Z | Aug 31 00:58:05.795initted freemap. size: 64freemap_route_ipv6 , |
| 5182 | 2026-08-31T00:58:06.892Z | DEBGAug 31 00:58:05.795unit :DEBG freemap_route_ipv6replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.795 |
| 5183 | 2026-08-31T00:58:06.892Z | |
| 5184 | 2026-08-31T00:58:06.892Z | |
| 5185 | 2026-08-31T00:58:06.892Z | DEBG initted freemap. size: 64, unit:Aug 31 00:58:05.795 freemap_route_ipv4INFO |
| 5186 | 2026-08-31T00:58:06.892Z | Aug 31 00:58:05.795 Aug 31 00:58:05.795adding route 172.17.0.37/32 -> 10.0.0.255 Aug 31 00:58:05.795INFO |
| 5187 | 2026-08-31T00:58:06.892Z | DEBG DEBGreset freemap , reset freemapadding route 3fff:beef:21::/64 -> 2001:db8::55:ffunit |
| 5188 | 2026-08-31T00:58:06.892Z | , :Aug 31 00:58:05.795 unit:freemap_route_ipv4 |
| 5189 | 2026-08-31T00:58:06.892Z | freemap_route_ipv6Aug 31 00:58:05.795 |
| 5190 | 2026-08-31T00:58:06.892Z | DEBG DEBGreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.795 |
| 5191 | 2026-08-31T00:58:06.892Z | 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 } }]initted freemap. size: 64 |
| 5192 | 2026-08-31T00:58:06.892Z | , Aug 31 00:58:05.795 INFOunit :Aug 31 00:58:05.795 Aug 31 00:58:05.795 freemap_route_ipv6INFO |
| 5193 | 2026-08-31T00:58:06.892Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1 |
| 5194 | 2026-08-31T00:58:06.892Z | INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5195 | 2026-08-31T00:58:06.892Z | Aug 31 00:58:05.795 |
| 5196 | 2026-08-31T00:58:06.892Z | Aug 31 00:58:05.795 DEBG DEBG reset freemapreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 5197 | 2026-08-31T00:58:06.892Z | unitAug 31 00:58:05.795:Aug 31 00:58:05.795 freemap_route_ipv6DEBGDEBGAug 31 00:58:05.795 |
| 5198 | 2026-08-31T00:58:06.892Z | INFO replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 5199 | 2026-08-31T00:58:06.892Z | Aug 31 00:58:05.795replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] INFO Aug 31 00:58:05.796adding route 172.16.0.0/32 -> 10.0.0.1Aug 31 00:58:05.796 |
| 5200 | 2026-08-31T00:58:06.892Z | DEBG DEBG created new freemapcreated new freemap, |
| 5201 | 2026-08-31T00:58:06.892Z | , unitunit::Aug 31 00:58:05.802 freemap_route_ipv4DEBG freemap_route_ipv4replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5202 | 2026-08-31T00:58:06.893Z | |
| 5203 | 2026-08-31T00:58:06.897Z | |
| 5204 | 2026-08-31T00:58:06.897Z | Aug 31 00:58:05.802Aug 31 00:58:05.802 INFO Aug 31 00:58:05.802Aug 31 00:58:05.802 adding route 172.16.0.0/32 -> 10.0.0.1Aug 31 00:58:05.796 |
| 5205 | 2026-08-31T00:58:06.897Z | INFO DEBG DEBG adding route 172.16.0.0/32 -> 10.0.0.2 Aug 31 00:58:05.802 |
| 5206 | 2026-08-31T00:58:06.897Z | DEBG created new freemapDEBG, created new freemapunitAug 31 00:58:05.802replacing 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 } }], |
| 5207 | 2026-08-31T00:58:06.897Z | unit created new freemap:DEBG: , replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]unit |
| 5208 | 2026-08-31T00:58:06.897Z | freemap_route_ipv6: freemap_route_ipv4 |
| 5209 | 2026-08-31T00:58:06.897Z | freemap_route_ipv6Aug 31 00:58:05.802 |
| 5210 | 2026-08-31T00:58:06.897Z | |
| 5211 | 2026-08-31T00:58:06.897Z | INFOAug 31 00:58:05.802 adding route 172.16.0.0/32 -> 10.0.0.3Aug 31 00:58:05.802 |
| 5212 | 2026-08-31T00:58:06.897Z | INFOAug 31 00:58:05.802 adding route 172.16.0.0/32 -> 10.0.0.1DEBGDEBG |
| 5213 | 2026-08-31T00:58:06.897Z | Aug 31 00:58:05.802Aug 31 00:58:05.802 initted freemap. size: 64 , DEBGDEBG Aug 31 00:58:05.802unitreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] : |
| 5214 | 2026-08-31T00:58:06.897Z | created new freemap freemap_route_ipv4DEBG , Aug 31 00:58:05.802initted freemap. size: 64replacing 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 } }] |
| 5215 | 2026-08-31T00:58:06.897Z | |
| 5216 | 2026-08-31T00:58:06.897Z | unit :, INFO unitfreemap_route_ipv6adding route 172.16.0.0/32 -> 10.0.0.4 |
| 5217 | 2026-08-31T00:58:06.897Z | |
| 5218 | 2026-08-31T00:58:06.897Z | Aug 31 00:58:05.802 INFO:Aug 31 00:58:05.802 Aug 31 00:58:05.802adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5219 | 2026-08-31T00:58:06.897Z | Aug 31 00:58:05.802freemap_route_ipv4DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] Aug 31 00:58:05.802DEBG |
| 5220 | 2026-08-31T00:58:06.897Z | |
| 5221 | 2026-08-31T00:58:06.897Z | initted freemap. size: 64, reset freemapDEBGunit Aug 31 00:58:05.802replacing 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 } }]:, freemap_route_ipv4DEBG |
| 5222 | 2026-08-31T00:58:06.897Z | unitreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] |
| 5223 | 2026-08-31T00:58:06.897Z | |
| 5224 | 2026-08-31T00:58:06.897Z | : Aug 31 00:58:05.802 DEBGfreemap_route_ipv4 |
| 5225 | 2026-08-31T00:58:06.897Z | Aug 31 00:58:05.802Aug 31 00:58:05.802 reset freemapINFO, unit :adding route 172.17.0.0/32 -> 10.0.0.255 Aug 31 00:58:05.802freemap_route_ipv4 |
| 5226 | 2026-08-31T00:58:06.897Z | |
| 5227 | 2026-08-31T00:58:06.897Z | DEBGDEBG initted freemap. size: 64reset freemap, , Aug 31 00:58:05.802unitAug 31 00:58:05.802 : DEBG unitfreemap_route_ipv4: DEBG |
| 5228 | 2026-08-31T00:58:06.897Z | 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 } }] |
| 5229 | 2026-08-31T00:58:06.897Z | initted freemap. size: 64freemap_route_ipv6Aug 31 00:58:05.802 |
| 5230 | 2026-08-31T00:58:06.897Z | , DEBGAug 31 00:58:05.802 initted freemap. size: 64 unit, :Aug 31 00:58:05.802INFOunit adding route 172.17.0.1/32 -> 10.0.0.255:DEBG |
| 5231 | 2026-08-31T00:58:06.897Z | reset freemap freemap_route_ipv6Aug 31 00:58:05.802, freemap_route_ipv6 |
| 5232 | 2026-08-31T00:58:06.897Z | |
| 5233 | 2026-08-31T00:58:06.897Z | unit:DEBG freemap_route_ipv6replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.802 |
| 5234 | 2026-08-31T00:58:06.897Z | Aug 31 00:58:05.802 DEBGDEBG |
| 5235 | 2026-08-31T00:58:06.897Z | reset freemapAug 31 00:58:05.802, unitreset freemap :, INFO Aug 31 00:58:05.802unitfreemap_route_ipv6 :adding route 172.17.0.2/32 -> 10.0.0.255 |
| 5236 | 2026-08-31T00:58:06.897Z | |
| 5237 | 2026-08-31T00:58:06.897Z | INFOfreemap_route_ipv6 |
| 5238 | 2026-08-31T00:58:06.897Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5239 | 2026-08-31T00:58:06.898Z | Aug 31 00:58:05.802Aug 31 00:58:05.802Aug 31 00:58:05.802 Aug 31 00:58:05.802 DEBGINFOINFO 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 } }] |
| 5240 | 2026-08-31T00:58:06.898Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 5241 | 2026-08-31T00:58:06.898Z | adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5242 | 2026-08-31T00:58:06.898Z | |
| 5243 | 2026-08-31T00:58:06.898Z | Aug 31 00:58:05.802 INFOAug 31 00:58:05.802 adding route 172.17.0.3/32 -> 10.0.0.255Aug 31 00:58:05.802INFO |
| 5244 | 2026-08-31T00:58:06.898Z | Aug 31 00:58:05.802 DEBGDEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5245 | 2026-08-31T00:58:06.898Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 00:58:05.802replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5246 | 2026-08-31T00:58:06.898Z | |
| 5247 | 2026-08-31T00:58:06.898Z | DEBGAug 31 00:58:05.802 Aug 31 00:58:05.802replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 5248 | 2026-08-31T00:58:06.898Z | INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 31 00:58:05.802 |
| 5249 | 2026-08-31T00:58:06.898Z | INFOAug 31 00:58:05.802 |
| 5250 | 2026-08-31T00:58:06.898Z | adding route 172.17.0.4/32 -> 10.0.0.255 Aug 31 00:58:05.802 |
| 5251 | 2026-08-31T00:58:06.898Z | INFOAug 31 00:58:05.802DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFOadding route 172.16.0.0/32 -> 10.0.0.2Aug 31 00:58:05.802 |
| 5252 | 2026-08-31T00:58:06.898Z | |
| 5253 | 2026-08-31T00:58:06.898Z | adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG 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 } }] |
| 5254 | 2026-08-31T00:58:06.898Z | |
| 5255 | 2026-08-31T00:58:06.898Z | Aug 31 00:58:05.802 Aug 31 00:58:05.802Aug 31 00:58:05.802 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 } }]DEBG |
| 5256 | 2026-08-31T00:58:06.898Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5257 | 2026-08-31T00:58:06.898Z | |
| 5258 | 2026-08-31T00:58:06.898Z | Aug 31 00:58:05.802 INFOAug 31 00:58:05.802 Aug 31 00:58:05.802INFOadding route 172.17.0.5/32 -> 10.0.0.255 |
| 5259 | 2026-08-31T00:58:06.898Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.16.0.0/32 -> 10.0.0.3 |
| 5260 | 2026-08-31T00:58:06.898Z | |
| 5261 | 2026-08-31T00:58:06.898Z | Aug 31 00:58:05.802 DEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.802 |
| 5262 | 2026-08-31T00:58:06.898Z | DEBG Aug 31 00:58:05.795Aug 31 00:58:05.802 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]DEBGINFO Aug 31 00:58:05.802 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.39/32 -> 10.0.0.255 |
| 5263 | 2026-08-31T00:58:06.898Z | test route::tests::same_size_non_subset_replace ... ok |
| 5264 | 2026-08-31T00:58:06.898Z | |
| 5265 | 2026-08-31T00:58:06.898Z | |
| 5266 | 2026-08-31T00:58:06.898Z | INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 5267 | 2026-08-31T00:58:06.898Z | Aug 31 00:58:05.802Aug 31 00:58:05.802 INFODEBG Aug 31 00:58:05.802Aug 31 00:58:05.802 DEBGadding route 172.16.0.0/32 -> 10.0.0.4 replacing targets for 3fff:dead::/64 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 } }] |
| 5268 | 2026-08-31T00:58:06.898Z | DEBG |
| 5269 | 2026-08-31T00:58:06.898Z | 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.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 } }] |
| 5270 | 2026-08-31T00:58:06.898Z | |
| 5271 | 2026-08-31T00:58:06.898Z | Aug 31 00:58:05.802 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 31 00:58:05.802 |
| 5272 | 2026-08-31T00:58:06.898Z | INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 5273 | 2026-08-31T00:58:06.898Z | Aug 31 00:58:05.802Aug 31 00:58:05.802 Aug 31 00:58:05.802INFO |
| 5274 | 2026-08-31T00:58:06.898Z | adding route 172.17.0.40/32 -> 10.0.0.255 INFO DEBG |
| 5275 | 2026-08-31T00:58:06.898Z | replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255 |
| 5276 | 2026-08-31T00:58:06.898Z | |
| 5277 | 2026-08-31T00:58:06.898Z | Aug 31 00:58:05.802 DEBGAug 31 00:58:05.802Aug 31 00:58:05.802Aug 31 00:58:05.802 DEBGINFOreplacing 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 |
| 5278 | 2026-08-31T00:58:06.898Z | adding route 172.17.0.8/32 -> 10.0.0.255replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5279 | 2026-08-31T00:58:06.899Z | |
| 5280 | 2026-08-31T00:58:06.899Z | |
| 5281 | 2026-08-31T00:58:06.899Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 5282 | 2026-08-31T00:58:06.899Z | Aug 31 00:58:05.802 INFOAug 31 00:58:05.802 Aug 31 00:58:05.802adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5283 | 2026-08-31T00:58:06.899Z | INFOINFO Aug 31 00:58:05.802adding route 3fff:beef:24::/64 -> 2001:db8::55:ff Aug 31 00:58:05.802 |
| 5284 | 2026-08-31T00:58:06.899Z | test transceivers::mpn_test::test_mpn_missing ... ok |
| 5285 | 2026-08-31T00:58:06.899Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
| 5286 | 2026-08-31T00:58:06.899Z | test transceivers::mpn_test::test_mpn_present ... ok |
| 5287 | 2026-08-31T00:58:06.899Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok |
| 5288 | 2026-08-31T00:58:06.899Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok |
| 5289 | 2026-08-31T00:58:06.899Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok |
| 5290 | 2026-08-31T00:58:06.899Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok |
| 5291 | 2026-08-31T00:58:06.899Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
| 5292 | 2026-08-31T00:58:06.899Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
| 5293 | 2026-08-31T00:58:06.899Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
| 5294 | 2026-08-31T00:58:06.899Z | replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.1/32 -> 10.0.0.255DEBG |
| 5295 | 2026-08-31T00:58:06.899Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
| 5296 | 2026-08-31T00:58:06.899Z | |
| 5297 | 2026-08-31T00:58:06.899Z | DEBGAug 31 00:58:05.802 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 } }] |
| 5298 | 2026-08-31T00:58:06.899Z | DEBGAug 31 00:58:05.802 replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 00:58:05.802 |
| 5299 | 2026-08-31T00:58:06.899Z | replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.802 |
| 5300 | 2026-08-31T00:58:06.899Z | DEBG INFOINFO Aug 31 00:58:05.802 Aug 31 00:58:05.802 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.7/32 -> 10.0.0.255 |
| 5301 | 2026-08-31T00:58:06.899Z | |
| 5302 | 2026-08-31T00:58:06.899Z | INFOINFOadding route 172.17.0.42/32 -> 10.0.0.255 |
| 5303 | 2026-08-31T00:58:06.935Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
| 5304 | 2026-08-31T00:58:06.935Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
| 5305 | 2026-08-31T00:58:06.935Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
| 5306 | 2026-08-31T00:58:06.935Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
| 5307 | 2026-08-31T00:58:06.935Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
| 5308 | 2026-08-31T00:58:06.935Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
| 5309 | 2026-08-31T00:58:06.935Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
| 5310 | 2026-08-31T00:58:06.935Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
| 5311 | 2026-08-31T00:58:06.935Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
| 5312 | 2026-08-31T00:58:06.935Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
| 5313 | 2026-08-31T00:58:06.935Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
| 5314 | 2026-08-31T00:58:06.935Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
| 5315 | 2026-08-31T00:58:06.935Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
| 5316 | 2026-08-31T00:58:06.935Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
| 5317 | 2026-08-31T00:58:06.935Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
| 5318 | 2026-08-31T00:58:06.935Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
| 5319 | 2026-08-31T00:58:06.935Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
| 5320 | 2026-08-31T00:58:06.935Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
| 5321 | 2026-08-31T00:58:06.935Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
| 5322 | 2026-08-31T00:58:06.935Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
| 5323 | 2026-08-31T00:58:06.935Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
| 5324 | 2026-08-31T00:58:06.935Z | adding route 172.17.0.9/32 -> 10.0.0.255 adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 5325 | 2026-08-31T00:58:06.935Z | Aug 31 00:58:05.802 |
| 5326 | 2026-08-31T00:58:06.935Z | Aug 31 00:58:05.802 DEBGINFO Aug 31 00:58:05.802replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 00:58:05.802Aug 31 00:58:05.802 |
| 5327 | 2026-08-31T00:58:06.935Z | adding route 172.17.0.2/32 -> 10.0.0.255 DEBGDEBG |
| 5328 | 2026-08-31T00:58:06.936Z | DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 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.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-31T00:58:06.936Z | Aug 31 00:58:05.803 Aug 31 00:58:05.803DEBG Aug 31 00:58:05.808DEBGcreated new freemap , INFOcreated new freemapunit :, adding route 172.17.0.8/32 -> 10.0.0.255unit freemap_route_ipv4: |
| 5330 | 2026-08-31T00:58:06.936Z | Aug 31 00:58:05.802Aug 31 00:58:05.803 Aug 31 00:58:05.808freemap_route_ipv4 DEBG |
| 5331 | 2026-08-31T00:58:06.936Z | DEBG |
| 5332 | 2026-08-31T00:58:06.936Z | created new freemapDEBG created new freemapreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 5333 | 2026-08-31T00:58:06.936Z | unitAug 31 00:58:05.808Aug 31 00:58:05.808: DEBGDEBG , freemap_route_ipv6 created new freemapreplacing 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 } }] |
| 5334 | 2026-08-31T00:58:06.936Z | unit, :unit : |
| 5335 | 2026-08-31T00:58:06.936Z | freemap_route_ipv4freemap_route_ipv6 |
| 5336 | 2026-08-31T00:58:06.936Z | |
| 5337 | 2026-08-31T00:58:06.936Z | Aug 31 00:58:05.808Aug 31 00:58:05.808 Aug 31 00:58:05.808DEBG INFOAug 31 00:58:05.808INFO initted freemap. size: 64Aug 31 00:58:05.808 DEBGDEBG, unit : initted freemap. size: 64freemap_route_ipv4created new freemapadding route 172.17.0.9/32 -> 10.0.0.255, |
| 5338 | 2026-08-31T00:58:06.936Z | , adding route 172.17.0.3/32 -> 10.0.0.255unit |
| 5339 | 2026-08-31T00:58:06.936Z | unit: |
| 5340 | 2026-08-31T00:58:06.936Z | :freemap_route_ipv4Aug 31 00:58:05.808 |
| 5341 | 2026-08-31T00:58:06.936Z | Aug 31 00:58:05.808DEBG reset freemapDEBG, freemap_route_ipv6unitAug 31 00:58:05.808 |
| 5342 | 2026-08-31T00:58:06.936Z | Aug 31 00:58:05.808: replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv4 DEBG |
| 5343 | 2026-08-31T00:58:06.936Z | DEBG reset freemap |
| 5344 | 2026-08-31T00:58:06.936Z | 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 } }], unitAug 31 00:58:05.808: Aug 31 00:58:05.808 DEBGfreemap_route_ipv4 |
| 5345 | 2026-08-31T00:58:06.936Z | initted freemap. size: 64Aug 31 00:58:05.808 , |
| 5346 | 2026-08-31T00:58:06.936Z | unit:DEBG freemap_route_ipv6 INFO |
| 5347 | 2026-08-31T00:58:06.936Z | Aug 31 00:58:05.808initted freemap. size: 64 , DEBGadding route 172.17.0.10/32 -> 10.0.0.255 |
| 5348 | 2026-08-31T00:58:06.936Z | initted freemap. size: 64Aug 31 00:58:05.808 Aug 31 00:58:05.808unitDEBG, reset freemap:unit, : Aug 31 00:58:05.808unitfreemap_route_ipv6freemap_route_ipv4 |
| 5349 | 2026-08-31T00:58:06.936Z | |
| 5350 | 2026-08-31T00:58:06.936Z | : DEBGINFO adding route 172.17.0.4/32 -> 10.0.0.255replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5351 | 2026-08-31T00:58:06.936Z | |
| 5352 | 2026-08-31T00:58:06.936Z | freemap_route_ipv6Aug 31 00:58:05.808Aug 31 00:58:05.808 |
| 5353 | 2026-08-31T00:58:06.936Z | DEBG DEBGreset freemap , reset freemapAug 31 00:58:05.808unit :Aug 31 00:58:05.808, Aug 31 00:58:05.808 INFOfreemap_route_ipv6 |
| 5354 | 2026-08-31T00:58:06.936Z | INFOadding route 172.16.0.0/32 -> 10.0.0.1unit |
| 5355 | 2026-08-31T00:58:06.936Z | DEBGAug 31 00:58:05.808adding route 172.17.0.11/32 -> 10.0.0.255 :INFO |
| 5356 | 2026-08-31T00:58:06.936Z | adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 5357 | 2026-08-31T00:58:06.936Z | freemap_route_ipv4 |
| 5358 | 2026-08-31T00:58:06.936Z | Aug 31 00:58:05.808 Aug 31 00:58:05.808DEBG |
| 5359 | 2026-08-31T00:58:06.936Z | DEBG Aug 31 00:58:05.808replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5360 | 2026-08-31T00:58:06.936Z | |
| 5361 | 2026-08-31T00:58:06.936Z | DEBG Aug 31 00:58:05.808Aug 31 00:58:05.808 Aug 31 00:58:05.808initted freemap. size: 64 INFOINFO , adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5362 | 2026-08-31T00:58:06.936Z | Aug 31 00:58:05.808 |
| 5363 | 2026-08-31T00:58:06.936Z | unit:INFODEBG Aug 31 00:58:05.808 adding route 172.17.0.5/32 -> 10.0.0.255 |
| 5364 | 2026-08-31T00:58:06.936Z | DEBGAug 31 00:58:05.808 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 } }] 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 } }] |
| 5365 | 2026-08-31T00:58:06.936Z | |
| 5366 | 2026-08-31T00:58:06.936Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 31 00:58:05.808Aug 31 00:58:05.808 |
| 5367 | 2026-08-31T00:58:06.936Z | DEBGDEBG Aug 31 00:58:05.808replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }] freemap_route_ipv6 |
| 5368 | 2026-08-31T00:58:06.937Z | INFO |
| 5369 | 2026-08-31T00:58:06.937Z | adding route 172.16.0.0/32 -> 10.0.0.3replacing 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 } }] |
| 5370 | 2026-08-31T00:58:06.937Z | |
| 5371 | 2026-08-31T00:58:06.937Z | Aug 31 00:58:05.808 INFOAug 31 00:58:05.808 Aug 31 00:58:05.808DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.12/32 -> 10.0.0.255 |
| 5372 | 2026-08-31T00:58:06.937Z | DEBGAug 31 00:58:05.808 |
| 5373 | 2026-08-31T00:58:06.937Z | INFOreset freemap Aug 31 00:58:05.808adding route 172.17.0.6/32 -> 10.0.0.255, INFOunit |
| 5374 | 2026-08-31T00:58:06.937Z | : adding route 172.16.0.0/32 -> 10.0.0.4freemap_route_ipv6 |
| 5375 | 2026-08-31T00:58:06.937Z | |
| 5376 | 2026-08-31T00:58:06.937Z | Aug 31 00:58:05.808 Aug 31 00:58:05.808Aug 31 00:58:05.808 DEBGDEBG Aug 31 00:58:05.808replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5377 | 2026-08-31T00:58:06.937Z | |
| 5378 | 2026-08-31T00:58:06.937Z | INFOreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5379 | 2026-08-31T00:58:06.937Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 00:58:05.808Aug 31 00:58:05.808Aug 31 00:58:05.808 DEBG |
| 5380 | 2026-08-31T00:58:06.937Z | INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO |
| 5381 | 2026-08-31T00:58:06.937Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 5382 | 2026-08-31T00:58:06.937Z | adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5383 | 2026-08-31T00:58:06.937Z | Aug 31 00:58:05.808 DEBG |
| 5384 | 2026-08-31T00:58:06.937Z | Aug 31 00:58:05.808 |
| 5385 | 2026-08-31T00:58:06.937Z | Aug 31 00:58:05.808 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG DEBG |
| 5386 | 2026-08-31T00:58:06.937Z | replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.808 |
| 5387 | 2026-08-31T00:58:06.937Z | Aug 31 00:58:05.808INFO INFO |
| 5388 | 2026-08-31T00:58:06.937Z | Aug 31 00:58:05.808adding route 172.17.0.10/32 -> 10.0.0.255Aug 31 00:58:05.808 |
| 5389 | 2026-08-31T00:58:06.937Z | INFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5390 | 2026-08-31T00:58:06.937Z | |
| 5391 | 2026-08-31T00:58:06.937Z | |
| 5392 | 2026-08-31T00:58:06.937Z | Aug 31 00:58:05.808Aug 31 00:58:05.808Aug 31 00:58:05.808 INFODEBGAug 31 00:58:05.808 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBGDEBGadding route 172.17.0.8/32 -> 10.0.0.255 Aug 31 00:58:05.808 |
| 5393 | 2026-08-31T00:58:06.937Z | |
| 5394 | 2026-08-31T00:58:06.937Z | 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: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 } }] |
| 5395 | 2026-08-31T00:58:06.937Z | DEBG |
| 5396 | 2026-08-31T00:58:06.937Z | 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 31 00:58:05.808 DEBG |
| 5397 | 2026-08-31T00:58:06.937Z | Aug 31 00:58:05.808Aug 31 00:58:05.808replacing 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 } }] |
| 5398 | 2026-08-31T00:58:06.937Z | Aug 31 00:58:05.808 INFO INFOAug 31 00:58:05.808adding route 172.17.0.11/32 -> 10.0.0.255INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5399 | 2026-08-31T00:58:06.937Z | Aug 31 00:58:05.808adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 5400 | 2026-08-31T00:58:06.937Z | |
| 5401 | 2026-08-31T00:58:06.937Z | INFOAug 31 00:58:05.808Aug 31 00:58:05.808adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5402 | 2026-08-31T00:58:06.937Z | adding route 172.17.0.9/32 -> 10.0.0.255DEBG |
| 5403 | 2026-08-31T00:58:06.943Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5404 | 2026-08-31T00:58:06.943Z | Aug 31 00:58:05.808DEBG Aug 31 00:58:05.808DEBGAug 31 00:58:05.808 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 } }]DEBGreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5405 | 2026-08-31T00:58:06.943Z | |
| 5406 | 2026-08-31T00:58:06.943Z | Aug 31 00:58:05.808DEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5407 | 2026-08-31T00:58:06.943Z | |
| 5408 | 2026-08-31T00:58:06.943Z | Aug 31 00:58:05.808Aug 31 00:58:05.808 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 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 31 00:58:05.808 |
| 5409 | 2026-08-31T00:58:06.943Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5410 | 2026-08-31T00:58:06.943Z | |
| 5411 | 2026-08-31T00:58:06.943Z | Aug 31 00:58:05.808 INFODEBGAug 31 00:58:05.808 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 00:58:05.808adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5412 | 2026-08-31T00:58:06.943Z | Aug 31 00:58:05.808 |
| 5413 | 2026-08-31T00:58:06.943Z | 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 |
| 5414 | 2026-08-31T00:58:06.943Z | replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255Aug 31 00:58:05.809Aug 31 00:58:05.809 |
| 5415 | 2026-08-31T00:58:06.943Z | |
| 5416 | 2026-08-31T00:58:06.943Z | Aug 31 00:58:05.809 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] DEBG |
| 5417 | 2026-08-31T00:58:06.943Z | INFO Aug 31 00:58:05.809adding route 172.17.0.13/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 } }] |
| 5418 | 2026-08-31T00:58:06.943Z | Aug 31 00:58:05.809 |
| 5419 | 2026-08-31T00:58:06.943Z | INFO DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff 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 } }] |
| 5420 | 2026-08-31T00:58:06.944Z | |
| 5421 | 2026-08-31T00:58:06.944Z | Aug 31 00:58:05.809 DEBGAug 31 00:58:05.809 Aug 31 00:58:05.809replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5422 | 2026-08-31T00:58:06.944Z | DEBG adding route 172.17.0.17/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 } }] |
| 5423 | 2026-08-31T00:58:06.944Z | |
| 5424 | 2026-08-31T00:58:06.944Z | Aug 31 00:58:05.809 INFOAug 31 00:58:05.802Aug 31 00:58:05.809 Aug 31 00:58:05.809adding route 172.17.0.11/32 -> 10.0.0.255INFO |
| 5425 | 2026-08-31T00:58:06.944Z | Aug 31 00:58:05.809INFO adding route 172.17.0.43/32 -> 10.0.0.255INFOadding route 172.17.0.14/32 -> 10.0.0.255 DEBG |
| 5426 | 2026-08-31T00:58:06.944Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff 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 } }] |
| 5427 | 2026-08-31T00:58:06.944Z | |
| 5428 | 2026-08-31T00:58:06.944Z | Aug 31 00:58:05.809 DEBG |
| 5429 | 2026-08-31T00:58:06.944Z | Aug 31 00:58:05.809replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 00:58:05.809Aug 31 00:58:05.809 |
| 5430 | 2026-08-31T00:58:06.944Z | DEBG DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 5431 | 2026-08-31T00:58:06.944Z | Aug 31 00:58:05.809 Aug 31 00:58:05.809 |
| 5432 | 2026-08-31T00:58:06.944Z | 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 31 00:58:05.809 |
| 5433 | 2026-08-31T00:58:06.944Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5434 | 2026-08-31T00:58:06.944Z | INFO adding route 172.17.0.18/32 -> 10.0.0.255INFO |
| 5435 | 2026-08-31T00:58:06.944Z | Aug 31 00:58:05.809 INFOadding route 172.17.0.44/32 -> 10.0.0.255Aug 31 00:58:05.809 |
| 5436 | 2026-08-31T00:58:06.944Z | Aug 31 00:58:05.809 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 5437 | 2026-08-31T00:58:06.944Z | Aug 31 00:58:05.809INFODEBG adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5438 | 2026-08-31T00:58:06.944Z | replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.809 DEBG Aug 31 00:58:05.809replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGDEBG |
| 5439 | 2026-08-31T00:58:06.944Z | created new freemapreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], unit |
| 5440 | 2026-08-31T00:58:06.944Z | : freemap_route_ipv4Aug 31 00:58:05.809 |
| 5441 | 2026-08-31T00:58:06.944Z | DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.814 |
| 5442 | 2026-08-31T00:58:06.944Z | Aug 31 00:58:05.814 INFODEBG Aug 31 00:58:05.814 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffcreated new freemap |
| 5443 | 2026-08-31T00:58:06.944Z | Aug 31 00:58:05.814Aug 31 00:58:05.814 , unitINFO :INFOAug 31 00:58:05.814 DEBG adding route 172.17.0.19/32 -> 10.0.0.255 DEBGadding route 172.17.0.45/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 } }] |
| 5444 | 2026-08-31T00:58:06.944Z | 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 } }] |
| 5445 | 2026-08-31T00:58:06.944Z | |
| 5446 | 2026-08-31T00:58:06.944Z | |
| 5447 | 2026-08-31T00:58:06.944Z | freemap_route_ipv6Aug 31 00:58:05.814 |
| 5448 | 2026-08-31T00:58:06.944Z | Aug 31 00:58:05.814DEBG Aug 31 00:58:05.814 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 } }] |
| 5449 | 2026-08-31T00:58:06.944Z | INFO Aug 31 00:58:05.815adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff INFODEBG adding route 172.17.0.16/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 } }] |
| 5450 | 2026-08-31T00:58:06.944Z | |
| 5451 | 2026-08-31T00:58:06.944Z | |
| 5452 | 2026-08-31T00:58:06.944Z | Aug 31 00:58:05.815Aug 31 00:58:05.815Aug 31 00:58:05.815 DEBGINFO Aug 31 00:58:05.815DEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 5453 | 2026-08-31T00:58:06.944Z | initted freemap. size: 64replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Aug 31 00:58:05.815 Aug 31 00:58:05.815 |
| 5454 | 2026-08-31T00:58:06.944Z | adding route 172.17.0.46/32 -> 10.0.0.255 unit:INFOINFO freemap_route_ipv4adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 31 00:58:05.815 |
| 5455 | 2026-08-31T00:58:06.944Z | |
| 5456 | 2026-08-31T00:58:06.944Z | |
| 5457 | 2026-08-31T00:58:06.944Z | INFOadding route 172.17.0.20/32 -> 10.0.0.255 adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5458 | 2026-08-31T00:58:06.944Z | Aug 31 00:58:05.815Aug 31 00:58:05.815 |
| 5459 | 2026-08-31T00:58:06.944Z | Aug 31 00:58:05.815 DEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 5460 | 2026-08-31T00:58:06.945Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 5461 | 2026-08-31T00:58:06.945Z | Aug 31 00:58:05.815replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.815 |
| 5462 | 2026-08-31T00:58:06.945Z | Aug 31 00:58:05.815DEBG INFOreset freemapDEBGDEBG adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff 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 } }], |
| 5463 | 2026-08-31T00:58:06.945Z | |
| 5464 | 2026-08-31T00:58:06.945Z | unit: Aug 31 00:58:05.815replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4 Aug 31 00:58:05.815INFOAug 31 00:58:05.815 |
| 5465 | 2026-08-31T00:58:06.945Z | |
| 5466 | 2026-08-31T00:58:06.945Z | DEBG INFOreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5467 | 2026-08-31T00:58:06.945Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5468 | 2026-08-31T00:58:06.945Z | adding route 172.17.0.18/32 -> 10.0.0.255Aug 31 00:58:05.815 |
| 5469 | 2026-08-31T00:58:06.945Z | Aug 31 00:58:05.815Aug 31 00:58:05.815 Aug 31 00:58:05.815INFO INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBGadding route 172.17.0.21/32 -> 10.0.0.255Aug 31 00:58:05.815 |
| 5470 | 2026-08-31T00:58:06.945Z | |
| 5471 | 2026-08-31T00:58:06.945Z | 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 } }] |
| 5472 | 2026-08-31T00:58:06.945Z | initted freemap. size: 64, DEBGAug 31 00:58:05.815Aug 31 00:58:05.815 unit:DEBGreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }] |
| 5473 | 2026-08-31T00:58:06.945Z | Aug 31 00:58:05.815 DEBGfreemap_route_ipv6 |
| 5474 | 2026-08-31T00:58:06.945Z | |
| 5475 | 2026-08-31T00:58:06.945Z | INFO Aug 31 00:58:05.815adding route 172.17.0.19/32 -> 10.0.0.255replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5476 | 2026-08-31T00:58:06.945Z | |
| 5477 | 2026-08-31T00:58:06.945Z | Aug 31 00:58:05.815 Aug 31 00:58:05.815 INFO INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ff Aug 31 00:58:05.815Aug 31 00:58:05.815 DEBGDEBG 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 } }] |
| 5478 | 2026-08-31T00:58:06.945Z | |
| 5479 | 2026-08-31T00:58:06.945Z | reset freemapadding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5480 | 2026-08-31T00:58:06.945Z | , Aug 31 00:58:05.815 |
| 5481 | 2026-08-31T00:58:06.945Z | unit : DEBGAug 31 00:58:05.815 replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 00:58:05.815freemap_route_ipv6INFO |
| 5482 | 2026-08-31T00:58:06.945Z | |
| 5483 | 2026-08-31T00:58:06.945Z | Aug 31 00:58:05.815adding route 172.17.0.20/32 -> 10.0.0.255DEBG Aug 31 00:58:05.815replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 5484 | 2026-08-31T00:58:06.945Z | |
| 5485 | 2026-08-31T00:58:06.945Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG |
| 5486 | 2026-08-31T00:58:06.945Z | Aug 31 00:58:05.815Aug 31 00:58:05.815 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 } }]DEBGAug 31 00:58:05.815Aug 31 00:58:05.815 |
| 5487 | 2026-08-31T00:58:06.945Z | INFODEBG 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 172.17.0.49/32 -> 10.0.0.255 |
| 5488 | 2026-08-31T00:58:06.945Z | |
| 5489 | 2026-08-31T00:58:06.945Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5490 | 2026-08-31T00:58:06.945Z | replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.815 |
| 5491 | 2026-08-31T00:58:06.945Z | Aug 31 00:58:05.815 Aug 31 00:58:05.815DEBGINFO Aug 31 00:58:05.815Aug 31 00:58:05.815 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 } }]INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 5492 | 2026-08-31T00:58:06.945Z | |
| 5493 | 2026-08-31T00:58:06.945Z | adding route 172.17.0.21/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 } }] |
| 5494 | 2026-08-31T00:58:06.945Z | Aug 31 00:58:05.815INFOAug 31 00:58:05.815 |
| 5495 | 2026-08-31T00:58:06.945Z | adding route 172.17.0.23/32 -> 10.0.0.255DEBG 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 } }] |
| 5496 | 2026-08-31T00:58:06.945Z | Aug 31 00:58:05.815adding route 172.17.0.50/32 -> 10.0.0.255 Aug 31 00:58:05.815 |
| 5497 | 2026-08-31T00:58:06.945Z | DEBGINFO |
| 5498 | 2026-08-31T00:58:06.945Z | Aug 31 00:58:05.815Aug 31 00:58:05.815replacing 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 adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 5499 | 2026-08-31T00:58:06.945Z | Aug 31 00:58:05.821 |
| 5500 | 2026-08-31T00:58:06.946Z | DEBGAug 31 00:58:05.821 |
| 5501 | 2026-08-31T00:58:06.946Z | INFOreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5502 | 2026-08-31T00:58:06.946Z | |
| 5503 | 2026-08-31T00:58:06.950Z | Aug 31 00:58:05.821 DEBG Aug 31 00:58:05.821replacing 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 } }] |
| 5504 | 2026-08-31T00:58:06.950Z | INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5505 | 2026-08-31T00:58:06.950Z | Aug 31 00:58:05.821DEBG Aug 31 00:58:05.821 Aug 31 00:58:05.821 DEBGINFO replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 5506 | 2026-08-31T00:58:06.950Z | 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 } }] |
| 5507 | 2026-08-31T00:58:06.950Z | 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 } }] |
| 5508 | 2026-08-31T00:58:06.950Z | |
| 5509 | 2026-08-31T00:58:06.950Z | Aug 31 00:58:05.821 Aug 31 00:58:05.821DEBGAug 31 00:58:05.821 INFO 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 } }] |
| 5510 | 2026-08-31T00:58:06.950Z | adding route 172.17.0.14/32 -> 10.0.0.255Aug 31 00:58:05.821 |
| 5511 | 2026-08-31T00:58:06.950Z | INFOadding route 172.17.0.51/32 -> 10.0.0.255 Aug 31 00:58:05.821 |
| 5512 | 2026-08-31T00:58:06.950Z | INFOadding route 172.17.0.23/32 -> 10.0.0.255 |
| 5513 | 2026-08-31T00:58:06.950Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 31 00:58:05.821 |
| 5514 | 2026-08-31T00:58:06.950Z | DEBGAug 31 00:58:05.821 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 |
| 5515 | 2026-08-31T00:58:06.950Z | Aug 31 00:58:05.821 DEBGAug 31 00:58:05.821replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:58:05.821 |
| 5516 | 2026-08-31T00:58:06.950Z | |
| 5517 | 2026-08-31T00:58:06.950Z | INFODEBG adding route 172.17.0.52/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 } }] |
| 5518 | 2026-08-31T00:58:06.950Z | |
| 5519 | 2026-08-31T00:58:06.950Z | Aug 31 00:58:05.821 Aug 31 00:58:05.821INFO INFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 5520 | 2026-08-31T00:58:06.950Z | adding route 172.17.0.15/32 -> 10.0.0.255Aug 31 00:58:05.821 |
| 5521 | 2026-08-31T00:58:06.950Z | Aug 31 00:58:05.821 INFODEBGAug 31 00:58:05.821Aug 31 00:58:05.821 DEBG DEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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.24/32 -> 10.0.0.255 |
| 5522 | 2026-08-31T00:58:06.950Z | |
| 5523 | 2026-08-31T00:58:06.950Z | 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 } }] |
| 5524 | 2026-08-31T00:58:06.950Z | |
| 5525 | 2026-08-31T00:58:06.950Z | Aug 31 00:58:05.821Aug 31 00:58:05.821Aug 31 00:58:05.821 INFO DEBG adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 31 00:58:05.821INFOreplacing 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 } }] |
| 5526 | 2026-08-31T00:58:06.950Z | INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5527 | 2026-08-31T00:58:06.950Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5528 | 2026-08-31T00:58:06.950Z | |
| 5529 | 2026-08-31T00:58:06.950Z | Aug 31 00:58:05.821 Aug 31 00:58:05.821Aug 31 00:58:05.821Aug 31 00:58:05.821 DEBGDEBGDEBG 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 } }]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 } }] |
| 5530 | 2026-08-31T00:58:06.950Z | |
| 5531 | 2026-08-31T00:58:06.950Z | 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 } }] |
| 5532 | 2026-08-31T00:58:06.950Z | Aug 31 00:58:05.821adding route 172.17.0.25/32 -> 10.0.0.255Aug 31 00:58:05.821 INFOINFO |
| 5533 | 2026-08-31T00:58:06.950Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 172.17.0.17/32 -> 10.0.0.255 |
| 5534 | 2026-08-31T00:58:06.950Z | |
| 5535 | 2026-08-31T00:58:06.950Z | Aug 31 00:58:05.821Aug 31 00:58:05.821 DEBGINFOAug 31 00:58:05.821 adding route 172.17.0.54/32 -> 10.0.0.255DEBGAug 31 00:58:05.821 |
| 5536 | 2026-08-31T00:58:06.951Z | 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 |
| 5537 | 2026-08-31T00:58:06.951Z | 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 } }] |
| 5538 | 2026-08-31T00:58:06.951Z | 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 } }] |
| 5539 | 2026-08-31T00:58:06.951Z | Aug 31 00:58:05.821 INFOAug 31 00:58:05.821 adding route 172.17.0.18/32 -> 10.0.0.255INFO |
| 5540 | 2026-08-31T00:58:06.951Z | Aug 31 00:58:05.821adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff Aug 31 00:58:05.821 |
| 5541 | 2026-08-31T00:58:06.951Z | adding route 172.16.0.0/32 -> 10.0.0.2INFO |
| 5542 | 2026-08-31T00:58:06.951Z | Aug 31 00:58:05.821 DEBGAug 31 00:58:05.821DEBG 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 } }] |
| 5543 | 2026-08-31T00:58:06.951Z | 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 } }] |
| 5544 | 2026-08-31T00:58:06.951Z | Aug 31 00:58:05.821adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5545 | 2026-08-31T00:58:06.951Z | replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.821 |
| 5546 | 2026-08-31T00:58:06.951Z | INFOAug 31 00:58:05.821 Aug 31 00:58:05.821DEBGDEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff 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 } }] |
| 5547 | 2026-08-31T00:58:06.951Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 31 00:58:05.821INFO |
| 5548 | 2026-08-31T00:58:06.951Z | |
| 5549 | 2026-08-31T00:58:06.951Z | Aug 31 00:58:05.821adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5550 | 2026-08-31T00:58:06.951Z | DEBGAug 31 00:58:05.821 Aug 31 00:58:05.821INFOINFOreplacing 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 } }] |
| 5551 | 2026-08-31T00:58:06.951Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255Aug 31 00:58:05.821Aug 31 00:58:05.821 adding route 172.17.0.27/32 -> 10.0.0.255 DEBG |
| 5552 | 2026-08-31T00:58:06.951Z | INFO 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.16.0.0/32 -> 10.0.0.3 |
| 5553 | 2026-08-31T00:58:06.951Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 5554 | 2026-08-31T00:58:06.951Z | |
| 5555 | 2026-08-31T00:58:06.951Z | |
| 5556 | 2026-08-31T00:58:06.951Z | Aug 31 00:58:05.821Aug 31 00:58:05.821Aug 31 00:58:05.821Aug 31 00:58:05.821 Aug 31 00:58:05.821INFO DEBG DEBG DEBGDEBG adding route 172.17.0.20/32 -> 10.0.0.255replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 5557 | 2026-08-31T00:58:06.951Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5558 | 2026-08-31T00:58:06.951Z | |
| 5559 | 2026-08-31T00:58:06.951Z | |
| 5560 | 2026-08-31T00:58:06.951Z | Aug 31 00:58:05.821 replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5561 | 2026-08-31T00:58:06.951Z | Aug 31 00:58:05.821Aug 31 00:58:05.821Aug 31 00:58:05.821 INFOfailed to allocate space for the new target listINFO |
| 5562 | 2026-08-31T00:58:06.951Z | adding route 172.16.0.0/32 -> 10.0.0.4 |
| 5563 | 2026-08-31T00:58:06.951Z | DEBGadding route 172.17.0.28/32 -> 10.0.0.255Aug 31 00:58:05.821Aug 31 00:58:05.821 INFODEBG |
| 5564 | 2026-08-31T00:58:06.951Z | replacing targets for 3fff:dead::/64 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 } }] |
| 5565 | 2026-08-31T00:58:06.951Z | 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 } }] |
| 5566 | 2026-08-31T00:58:06.951Z | Aug 31 00:58:05.821 DEBG adding route 172.17.0.56/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 } }] |
| 5567 | 2026-08-31T00:58:06.951Z | |
| 5568 | 2026-08-31T00:58:06.951Z | Aug 31 00:58:05.821Aug 31 00:58:05.821 INFODEBG adding route 172.17.0.21/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 } }] |
| 5569 | 2026-08-31T00:58:06.951Z | Aug 31 00:58:05.821 |
| 5570 | 2026-08-31T00:58:06.951Z | DEBG Aug 31 00:58:05.821 Aug 31 00:58:05.821replacing 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 |
| 5571 | 2026-08-31T00:58:06.951Z | Aug 31 00:58:05.821 adding route 172.17.0.29/32 -> 10.0.0.255DEBG |
| 5572 | 2026-08-31T00:58:06.951Z | 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 } }] |
| 5573 | 2026-08-31T00:58:06.951Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 31 00:58:05.821 Aug 31 00:58:05.821 |
| 5574 | 2026-08-31T00:58:06.951Z | DEBGAug 31 00:58:05.821 replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5575 | 2026-08-31T00:58:06.951Z | adding route 172.17.0.22/32 -> 10.0.0.255INFO |
| 5576 | 2026-08-31T00:58:06.952Z | adding route 172.17.0.57/32 -> 10.0.0.255Aug 31 00:58:05.821 |
| 5577 | 2026-08-31T00:58:06.952Z | INFO Aug 31 00:58:05.821adding route 172.17.0.30/32 -> 10.0.0.255 Aug 31 00:58:05.821DEBG |
| 5578 | 2026-08-31T00:58:06.952Z | 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 } }] |
| 5579 | 2026-08-31T00:58:06.952Z | 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 } }] |
| 5580 | 2026-08-31T00:58:06.952Z | Aug 31 00:58:05.821Aug 31 00:58:05.821Aug 31 00:58:05.821 INFOINFO DEBGadding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5581 | 2026-08-31T00:58:06.952Z | |
| 5582 | 2026-08-31T00:58:06.952Z | 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 } }] |
| 5583 | 2026-08-31T00:58:06.952Z | Aug 31 00:58:05.821Aug 31 00:58:05.821 DEBGINFO replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5584 | 2026-08-31T00:58:06.952Z | Aug 31 00:58:05.821 |
| 5585 | 2026-08-31T00:58:06.952Z | 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 } }] |
| 5586 | 2026-08-31T00:58:06.952Z | Aug 31 00:58:05.821 INFOAug 31 00:58:05.821 adding route 172.17.0.59/32 -> 10.0.0.255Aug 31 00:58:05.821 |
| 5587 | 2026-08-31T00:58:06.952Z | 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.24/32 -> 10.0.0.255 |
| 5588 | 2026-08-31T00:58:06.952Z | |
| 5589 | 2026-08-31T00:58:06.952Z | Aug 31 00:58:05.821 DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.821 |
| 5590 | 2026-08-31T00:58:06.952Z | 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 } }] |
| 5591 | 2026-08-31T00:58:06.952Z | Aug 31 00:58:05.821Aug 31 00:58:05.821 INFOINFO Aug 31 00:58:05.821 adding route 172.17.0.60/32 -> 10.0.0.255 adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5592 | 2026-08-31T00:58:06.952Z | |
| 5593 | 2026-08-31T00:58:06.952Z | INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5594 | 2026-08-31T00:58:06.952Z | Aug 31 00:58:05.821 DEBGAug 31 00:58:05.821 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 } }] |
| 5595 | 2026-08-31T00:58:06.952Z | Aug 31 00:58:05.821replacing 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 |
| 5596 | 2026-08-31T00:58:06.952Z | 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 } }] |
| 5597 | 2026-08-31T00:58:06.952Z | Aug 31 00:58:05.821 INFOAug 31 00:58:05.821Aug 31 00:58:05.821 INFOadding route 172.17.0.61/32 -> 10.0.0.255 INFO |
| 5598 | 2026-08-31T00:58:06.952Z | adding route 172.17.0.26/32 -> 10.0.0.255 adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5599 | 2026-08-31T00:58:06.952Z | |
| 5600 | 2026-08-31T00:58:06.952Z | Aug 31 00:58:05.821 DEBG Aug 31 00:58:05.821replacing 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 } }] |
| 5601 | 2026-08-31T00:58:06.952Z | DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.821 |
| 5602 | 2026-08-31T00:58:06.952Z | Aug 31 00:58:05.821DEBG 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 |
| 5603 | 2026-08-31T00:58:06.956Z | adding route 172.17.0.62/32 -> 10.0.0.255Aug 31 00:58:05.821 |
| 5604 | 2026-08-31T00:58:06.956Z | INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5605 | 2026-08-31T00:58:06.956Z | Aug 31 00:58:05.821 DEBG Aug 31 00:58:05.821Aug 31 00:58:05.821replacing 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 } }] |
| 5606 | 2026-08-31T00:58:06.956Z | INFODEBG adding route 172.17.0.27/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 } }] |
| 5607 | 2026-08-31T00:58:06.956Z | |
| 5608 | 2026-08-31T00:58:06.957Z | Aug 31 00:58:05.821 DEBG Aug 31 00:58:05.821failed to allocate space for the new target list |
| 5609 | 2026-08-31T00:58:06.957Z | 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 } }] |
| 5610 | 2026-08-31T00:58:06.957Z | Aug 31 00:58:05.821Aug 31 00:58:05.827 INFO INFOadding route 172.17.0.28/32 -> 10.0.0.255 Aug 31 00:58:05.827adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5611 | 2026-08-31T00:58:06.957Z | |
| 5612 | 2026-08-31T00:58:06.957Z | INFO Aug 31 00:58:05.827adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5613 | 2026-08-31T00:58:06.957Z | DEBGAug 31 00:58:05.827 replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG 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 } }] |
| 5614 | 2026-08-31T00:58:06.957Z | |
| 5615 | 2026-08-31T00:58:06.957Z | Aug 31 00:58:05.822 Aug 31 00:58:05.827DEBG Aug 31 00:58:05.827created new freemap , INFO unit INFOadding route 172.17.0.29/32 -> 10.0.0.255: |
| 5616 | 2026-08-31T00:58:06.957Z | freemap_route_ipv4adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5617 | 2026-08-31T00:58:06.957Z | Aug 31 00:58:05.827 DEBG |
| 5618 | 2026-08-31T00:58:06.957Z | Aug 31 00:58:05.827replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 00:58:05.827 |
| 5619 | 2026-08-31T00:58:06.957Z | 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 } }]created new freemapAug 31 00:58:05.827 |
| 5620 | 2026-08-31T00:58:06.957Z | , DEBGAug 31 00:58:05.827 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 |
| 5621 | 2026-08-31T00:58:06.957Z | Aug 31 00:58:05.827unit : INFO freemap_route_ipv6adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5622 | 2026-08-31T00:58:06.957Z | |
| 5623 | 2026-08-31T00:58:06.957Z | adding route 172.17.0.25/32 -> 10.0.0.255Aug 31 00:58:05.827 |
| 5624 | 2026-08-31T00:58:06.957Z | INFO Aug 31 00:58:05.827adding route 172.17.0.37/32 -> 10.0.0.255Aug 31 00:58:05.827 |
| 5625 | 2026-08-31T00:58:06.957Z | DEBGAug 31 00:58:05.827DEBG initted freemap. size: 64replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] , Aug 31 00:58:05.827 |
| 5626 | 2026-08-31T00:58:06.957Z | 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 } }] |
| 5627 | 2026-08-31T00:58:06.957Z | DEBGAug 31 00:58:05.827 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 } }]unit: |
| 5628 | 2026-08-31T00:58:06.957Z | INFO freemap_route_ipv4 Aug 31 00:58:05.827adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5629 | 2026-08-31T00:58:06.957Z | |
| 5630 | 2026-08-31T00:58:06.957Z | INFOAug 31 00:58:05.827 adding route 172.17.0.26/32 -> 10.0.0.255Aug 31 00:58:05.827INFO Aug 31 00:58:05.827adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5631 | 2026-08-31T00:58:06.957Z | DEBG |
| 5632 | 2026-08-31T00:58:06.957Z | replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 5633 | 2026-08-31T00:58:06.957Z | Aug 31 00:58:05.827Aug 31 00:58:05.827 reset freemapDEBG, Aug 31 00:58:05.827 unit 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 } }] DEBG:adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5634 | 2026-08-31T00:58:06.957Z | |
| 5635 | 2026-08-31T00:58:06.957Z | freemap_route_ipv4replacing 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 } }] |
| 5636 | 2026-08-31T00:58:06.957Z | |
| 5637 | 2026-08-31T00:58:06.957Z | Aug 31 00:58:05.827Aug 31 00:58:05.827 INFODEBGAug 31 00:58:05.827 adding route 172.17.0.39/32 -> 10.0.0.255replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5638 | 2026-08-31T00:58:06.957Z | Aug 31 00:58:05.827 |
| 5639 | 2026-08-31T00:58:06.957Z | INFO DEBG initted freemap. size: 64Aug 31 00:58:05.827, Aug 31 00:58:05.827 adding route 172.17.0.27/32 -> 10.0.0.255 unit |
| 5640 | 2026-08-31T00:58:06.957Z | INFO:DEBG adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5641 | 2026-08-31T00:58:06.957Z | 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 } }]freemap_route_ipv6 |
| 5642 | 2026-08-31T00:58:06.957Z | |
| 5643 | 2026-08-31T00:58:06.957Z | Aug 31 00:58:05.827 DEBGAug 31 00:58:05.827Aug 31 00:58:05.827 Aug 31 00:58:05.827 DEBG DEBGreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5644 | 2026-08-31T00:58:06.957Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5645 | 2026-08-31T00:58:06.957Z | reset freemapreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 5646 | 2026-08-31T00:58:06.957Z | unitAug 31 00:58:05.827: INFOfreemap_route_ipv6Aug 31 00:58:05.828 |
| 5647 | 2026-08-31T00:58:06.957Z | adding route 172.17.0.34/32 -> 10.0.0.255Aug 31 00:58:05.828 |
| 5648 | 2026-08-31T00:58:06.958Z | INFODEBGAug 31 00:58:05.828 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 |
| 5649 | 2026-08-31T00:58:06.958Z | adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5650 | 2026-08-31T00:58:06.958Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 31 00:58:05.828 |
| 5651 | 2026-08-31T00:58:06.958Z | DEBGAug 31 00:58:05.828 replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.828 |
| 5652 | 2026-08-31T00:58:06.958Z | DEBG INFO Aug 31 00:58:05.828replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 00:58:05.828DEBGadding route 172.17.0.41/32 -> 10.0.0.255 |
| 5653 | 2026-08-31T00:58:06.958Z | INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5654 | 2026-08-31T00:58:06.958Z | |
| 5655 | 2026-08-31T00:58:06.958Z | |
| 5656 | 2026-08-31T00:58:06.958Z | Aug 31 00:58:05.828 DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.828 |
| 5657 | 2026-08-31T00:58:06.958Z | Aug 31 00:58:05.828 Aug 31 00:58:05.828DEBGINFO replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.828 |
| 5658 | 2026-08-31T00:58:06.958Z | adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 5659 | 2026-08-31T00:58:06.958Z | INFOAug 31 00:58:05.828 adding route 172.17.0.29/32 -> 10.0.0.255Aug 31 00:58:05.828adding route 172.17.0.42/32 -> 10.0.0.255INFO |
| 5660 | 2026-08-31T00:58:06.958Z | DEBG |
| 5661 | 2026-08-31T00:58:06.958Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5662 | 2026-08-31T00:58:06.958Z | Aug 31 00:58:05.828 |
| 5663 | 2026-08-31T00:58:06.958Z | 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 } }] |
| 5664 | 2026-08-31T00:58:06.958Z | Aug 31 00:58:05.828 INFOAug 31 00:58:05.828Aug 31 00:58:05.828Aug 31 00:58:05.828 DEBGDEBG INFO adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 5665 | 2026-08-31T00:58:06.958Z | 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 } }] |
| 5666 | 2026-08-31T00:58:06.958Z | adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5667 | 2026-08-31T00:58:06.958Z | |
| 5668 | 2026-08-31T00:58:06.958Z | Aug 31 00:58:05.828 Aug 31 00:58:05.828DEBGAug 31 00:58:05.828 Aug 31 00:58:05.828 INFOINFO 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 } }] |
| 5669 | 2026-08-31T00:58:06.958Z | DEBGadding route 172.17.0.37/32 -> 10.0.0.255 |
| 5670 | 2026-08-31T00:58:06.958Z | 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 } }] |
| 5671 | 2026-08-31T00:58:06.958Z | adding route 172.17.0.30/32 -> 10.0.0.255Aug 31 00:58:05.828 |
| 5672 | 2026-08-31T00:58:06.958Z | Aug 31 00:58:05.828Aug 31 00:58:05.828DEBG INFO 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 |
| 5673 | 2026-08-31T00:58:06.958Z | adding route 172.16.0.0/32 -> 10.0.0.2Aug 31 00:58:05.828 |
| 5674 | 2026-08-31T00:58:06.958Z | DEBGAug 31 00:58:05.828 adding route 172.17.0.44/32 -> 10.0.0.255INFO |
| 5675 | 2026-08-31T00:58:06.958Z | 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 |
| 5676 | 2026-08-31T00:58:06.958Z | |
| 5677 | 2026-08-31T00:58:06.958Z | Aug 31 00:58:05.828 DEBGAug 31 00:58:05.828 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 31 00:58:05.828DEBGAug 31 00:58:05.828 DEBG |
| 5678 | 2026-08-31T00:58:06.958Z | replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5679 | 2026-08-31T00:58:06.958Z | 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 } }] |
| 5680 | 2026-08-31T00:58:06.958Z | adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5681 | 2026-08-31T00:58:06.958Z | Aug 31 00:58:05.828 INFOAug 31 00:58:05.828 Aug 31 00:58:05.828Aug 31 00:58:05.828 adding route 172.17.0.0/32 -> 10.0.0.255 |
| 5682 | 2026-08-31T00:58:06.958Z | INFODEBG adding route 172.17.0.45/32 -> 10.0.0.255INFOreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.828 |
| 5683 | 2026-08-31T00:58:06.958Z | |
| 5684 | 2026-08-31T00:58:06.958Z | DEBG adding route 172.17.0.39/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 } }] |
| 5685 | 2026-08-31T00:58:06.958Z | |
| 5686 | 2026-08-31T00:58:06.958Z | Aug 31 00:58:05.828Aug 31 00:58:05.828 DEBGAug 31 00:58:05.828Aug 31 00:58:05.828 INFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255INFO |
| 5687 | 2026-08-31T00:58:06.959Z | |
| 5688 | 2026-08-31T00:58:06.959Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 5689 | 2026-08-31T00:58:06.959Z | DEBGAug 31 00:58:05.828 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 } }] |
| 5690 | 2026-08-31T00:58:06.959Z | Aug 31 00:58:05.828Aug 31 00:58:05.828INFO DEBGadding route 172.17.0.40/32 -> 10.0.0.255 |
| 5691 | 2026-08-31T00:58:06.959Z | replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.828 |
| 5692 | 2026-08-31T00:58:06.959Z | INFO Aug 31 00:58:05.828DEBGadding route 172.17.0.46/32 -> 10.0.0.255 |
| 5693 | 2026-08-31T00:58:06.959Z | DEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.828replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 00:58:05.828 |
| 5694 | 2026-08-31T00:58:06.959Z | INFO |
| 5695 | 2026-08-31T00:58:06.959Z | 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 } }]adding route 172.17.0.2/32 -> 10.0.0.255 |
| 5696 | 2026-08-31T00:58:06.959Z | |
| 5697 | 2026-08-31T00:58:06.959Z | Aug 31 00:58:05.828Aug 31 00:58:05.828 Aug 31 00:58:05.828INFO Aug 31 00:58:05.828DEBG adding route 172.17.0.41/32 -> 10.0.0.255 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 } }]INFO |
| 5698 | 2026-08-31T00:58:06.959Z | |
| 5699 | 2026-08-31T00:58:06.959Z | adding route 172.17.0.47/32 -> 10.0.0.255INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5700 | 2026-08-31T00:58:06.959Z | |
| 5701 | 2026-08-31T00:58:06.959Z | Aug 31 00:58:05.828Aug 31 00:58:05.828 Aug 31 00:58:05.828INFO DEBG DEBGAug 31 00:58:05.828 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 |
| 5702 | 2026-08-31T00:58:06.959Z | replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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.3/32 -> 10.0.0.255 |
| 5703 | 2026-08-31T00:58:06.963Z | |
| 5704 | 2026-08-31T00:58:06.963Z | |
| 5705 | 2026-08-31T00:58:06.963Z | Aug 31 00:58:05.828 INFO adding route 172.17.0.42/32 -> 10.0.0.255Aug 31 00:58:05.828 |
| 5706 | 2026-08-31T00:58:06.963Z | Aug 31 00:58:05.828Aug 31 00:58:05.828 DEBGINFOAug 31 00:58:05.828INFO adding route 172.17.0.34/32 -> 10.0.0.255DEBGadding route 172.17.0.48/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 } }] |
| 5707 | 2026-08-31T00:58:06.963Z | |
| 5708 | 2026-08-31T00:58:06.963Z | 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 } }] |
| 5709 | 2026-08-31T00:58:06.963Z | |
| 5710 | 2026-08-31T00:58:06.963Z | Aug 31 00:58:05.828Aug 31 00:58:05.828Aug 31 00:58:05.828 Aug 31 00:58:05.828 INFOINFO DEBG DEBGadding route 172.17.0.43/32 -> 10.0.0.255 |
| 5711 | 2026-08-31T00:58:06.963Z | adding route 172.17.0.4/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 } }] |
| 5712 | 2026-08-31T00:58:06.963Z | |
| 5713 | 2026-08-31T00:58:06.963Z | 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 } }] |
| 5714 | 2026-08-31T00:58:06.963Z | Aug 31 00:58:05.828Aug 31 00:58:05.828 DEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5715 | 2026-08-31T00:58:06.963Z | Aug 31 00:58:05.828replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 00:58:05.828 |
| 5716 | 2026-08-31T00:58:06.963Z | INFO INFOAug 31 00:58:05.828 adding route 172.17.0.49/32 -> 10.0.0.255Aug 31 00:58:05.828 |
| 5717 | 2026-08-31T00:58:06.963Z | INFOadding route 172.17.0.35/32 -> 10.0.0.255 INFO |
| 5718 | 2026-08-31T00:58:06.963Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5719 | 2026-08-31T00:58:06.963Z | adding route 172.17.0.5/32 -> 10.0.0.255Aug 31 00:58:05.828 |
| 5720 | 2026-08-31T00:58:06.963Z | DEBGAug 31 00:58:05.828Aug 31 00:58:05.828 DEBGDEBGreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 00:58:05.828replacing 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 } }] |
| 5721 | 2026-08-31T00:58:06.963Z | 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 } }] |
| 5722 | 2026-08-31T00:58:06.964Z | |
| 5723 | 2026-08-31T00:58:06.964Z | DEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.828Aug 31 00:58:05.828 |
| 5724 | 2026-08-31T00:58:06.964Z | INFO INFOAug 31 00:58:05.828adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5725 | 2026-08-31T00:58:06.964Z | adding route 172.17.0.50/32 -> 10.0.0.255INFO adding route 172.17.0.36/32 -> 10.0.0.255Aug 31 00:58:05.828 |
| 5726 | 2026-08-31T00:58:06.964Z | Aug 31 00:58:05.828 |
| 5727 | 2026-08-31T00:58:06.964Z | DEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5728 | 2026-08-31T00:58:06.964Z | Aug 31 00:58:05.834 adding route 172.17.0.6/32 -> 10.0.0.255Aug 31 00:58:05.834 |
| 5729 | 2026-08-31T00:58:06.964Z | DEBGAug 31 00:58:05.834 replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5730 | 2026-08-31T00:58:06.964Z | INFOreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 00:58:05.834adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5731 | 2026-08-31T00:58:06.964Z | DEBG |
| 5732 | 2026-08-31T00:58:06.964Z | replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.834 |
| 5733 | 2026-08-31T00:58:06.964Z | Aug 31 00:58:05.834Aug 31 00:58:05.834INFO DEBGadding route 172.17.0.37/32 -> 10.0.0.255 |
| 5734 | 2026-08-31T00:58:06.964Z | INFO adding route 172.17.0.51/32 -> 10.0.0.255replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5735 | 2026-08-31T00:58:06.964Z | |
| 5736 | 2026-08-31T00:58:06.964Z | Aug 31 00:58:05.834 Aug 31 00:58:05.834 INFODEBG Aug 31 00:58:05.834Aug 31 00:58:05.834 adding route 172.17.0.7/32 -> 10.0.0.255 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 |
| 5737 | 2026-08-31T00:58:06.964Z | |
| 5738 | 2026-08-31T00:58:06.964Z | adding route 172.17.0.47/32 -> 10.0.0.255DEBG |
| 5739 | 2026-08-31T00:58:06.964Z | replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.834 |
| 5740 | 2026-08-31T00:58:06.964Z | Aug 31 00:58:05.834 Aug 31 00:58:05.834INFO DEBGAug 31 00:58:05.834DEBG 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.38/32 -> 10.0.0.255INFO |
| 5741 | 2026-08-31T00:58:06.964Z | |
| 5742 | 2026-08-31T00:58:06.964Z | adding route 172.17.0.52/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 } }] |
| 5743 | 2026-08-31T00:58:06.964Z | |
| 5744 | 2026-08-31T00:58:06.964Z | Aug 31 00:58:05.834 DEBGAug 31 00:58:05.834 Aug 31 00:58:05.834replacing 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 } }] |
| 5745 | 2026-08-31T00:58:06.964Z | Aug 31 00:58:05.834INFO INFO adding route 172.17.0.8/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255DEBG |
| 5746 | 2026-08-31T00:58:06.964Z | |
| 5747 | 2026-08-31T00:58:06.964Z | replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.834 |
| 5748 | 2026-08-31T00:58:06.964Z | INFO Aug 31 00:58:05.834Aug 31 00:58:05.834 Aug 31 00:58:05.834DEBGDEBG adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5749 | 2026-08-31T00:58:06.964Z | 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.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 |
| 5750 | 2026-08-31T00:58:06.964Z | |
| 5751 | 2026-08-31T00:58:06.964Z | adding route 172.17.0.53/32 -> 10.0.0.255Aug 31 00:58:05.834 |
| 5752 | 2026-08-31T00:58:06.964Z | Aug 31 00:58:05.834DEBG INFOAug 31 00:58:05.834 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.9/32 -> 10.0.0.255 |
| 5753 | 2026-08-31T00:58:06.964Z | INFO |
| 5754 | 2026-08-31T00:58:06.964Z | Aug 31 00:58:05.834adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5755 | 2026-08-31T00:58:06.964Z | Aug 31 00:58:05.834 DEBGAug 31 00:58:05.834 Aug 31 00:58:05.834replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG DEBGreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5756 | 2026-08-31T00:58:06.964Z | |
| 5757 | 2026-08-31T00:58:06.964Z | 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 } }] adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5758 | 2026-08-31T00:58:06.964Z | |
| 5759 | 2026-08-31T00:58:06.964Z | Aug 31 00:58:05.834 Aug 31 00:58:05.834INFO Aug 31 00:58:05.834adding route 172.17.0.10/32 -> 10.0.0.255 INFOINFO |
| 5760 | 2026-08-31T00:58:06.964Z | Aug 31 00:58:05.834adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5761 | 2026-08-31T00:58:06.964Z | 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.54/32 -> 10.0.0.255Aug 31 00:58:05.834 |
| 5762 | 2026-08-31T00:58:06.965Z | Aug 31 00:58:05.834 |
| 5763 | 2026-08-31T00:58:06.965Z | DEBGDEBG Aug 31 00:58:05.834replacing 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.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 } }] |
| 5764 | 2026-08-31T00:58:06.965Z | test route::tests::delete_target_full ... ok |
| 5765 | 2026-08-31T00:58:06.965Z | INFOAug 31 00:58:05.834 |
| 5766 | 2026-08-31T00:58:06.965Z | DEBGAug 31 00:58:05.834 INFOreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255Aug 31 00:58:05.834 |
| 5767 | 2026-08-31T00:58:06.965Z | |
| 5768 | 2026-08-31T00:58:06.965Z | INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5769 | 2026-08-31T00:58:06.965Z | |
| 5770 | 2026-08-31T00:58:06.965Z | Aug 31 00:58:05.834Aug 31 00:58:05.834 DEBG Aug 31 00:58:05.834DEBG Aug 31 00:58:05.834 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 } }]replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5771 | 2026-08-31T00:58:06.965Z | |
| 5772 | 2026-08-31T00:58:06.965Z | |
| 5773 | 2026-08-31T00:58:06.965Z | test route::tests::delete_targets_fragmented ... ok |
| 5774 | 2026-08-31T00:58:06.965Z | adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5775 | 2026-08-31T00:58:06.965Z | test route::tests::delete_target_fragmented ... ok |
| 5776 | 2026-08-31T00:58:06.965Z | Aug 31 00:58:05.834 Aug 31 00:58:05.834INFOAug 31 00:58:05.834 Aug 31 00:58:05.834INFO adding route 172.17.0.52/32 -> 10.0.0.255 INFO |
| 5777 | 2026-08-31T00:58:06.965Z | adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5778 | 2026-08-31T00:58:06.965Z | DEBGAug 31 00:58:05.834 |
| 5779 | 2026-08-31T00:58:06.965Z | 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 } }] |
| 5780 | 2026-08-31T00:58:06.965Z | 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 } }] |
| 5781 | 2026-08-31T00:58:06.965Z | Aug 31 00:58:05.834 DEBGAug 31 00:58:05.834Aug 31 00:58:05.834 replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5782 | 2026-08-31T00:58:06.965Z | Aug 31 00:58:05.834 INFO adding route 172.17.0.53/32 -> 10.0.0.255DEBG |
| 5783 | 2026-08-31T00:58:06.965Z | replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 00:58:05.834adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5784 | 2026-08-31T00:58:06.965Z | INFO |
| 5785 | 2026-08-31T00:58:06.965Z | Aug 31 00:58:05.834adding route 172.17.0.43/32 -> 10.0.0.255Aug 31 00:58:05.834 |
| 5786 | 2026-08-31T00:58:06.965Z | DEBGAug 31 00:58:05.834DEBG 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 } }]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 } }] |
| 5787 | 2026-08-31T00:58:06.965Z | |
| 5788 | 2026-08-31T00:58:06.965Z | adding route 172.17.0.13/32 -> 10.0.0.255Aug 31 00:58:05.872 |
| 5789 | 2026-08-31T00:58:06.965Z | INFO adding route 172.17.0.54/32 -> 10.0.0.255Aug 31 00:58:05.872 |
| 5790 | 2026-08-31T00:58:06.965Z | INFO adding route 172.17.0.57/32 -> 10.0.0.255Aug 31 00:58:05.834Aug 31 00:58:05.872Aug 31 00:58:05.872 |
| 5791 | 2026-08-31T00:58:06.965Z | 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 } }]Aug 31 00:58:05.872 |
| 5792 | 2026-08-31T00:58:06.965Z | |
| 5793 | 2026-08-31T00:58:06.965Z | 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 } }]DEBG |
| 5794 | 2026-08-31T00:58:06.965Z | 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 } }] |
| 5795 | 2026-08-31T00:58:06.965Z | Aug 31 00:58:05.872Aug 31 00:58:05.872Aug 31 00:58:05.872 INFO INFOadding route 172.17.0.55/32 -> 10.0.0.255Aug 31 00:58:05.872 |
| 5796 | 2026-08-31T00:58:06.965Z | INFOadding route 172.17.0.44/32 -> 10.0.0.255 |
| 5797 | 2026-08-31T00:58:06.965Z | INFO adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.14/32 -> 10.0.0.255Aug 31 00:58:05.872 |
| 5798 | 2026-08-31T00:58:06.965Z | DEBG |
| 5799 | 2026-08-31T00:58:06.965Z | replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.872 |
| 5800 | 2026-08-31T00:58:06.965Z | DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.872 |
| 5801 | 2026-08-31T00:58:06.966Z | Aug 31 00:58:05.872 DEBGINFO Aug 31 00:58:05.872 adding route 172.17.0.56/32 -> 10.0.0.255DEBGreplacing 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 } }] |
| 5802 | 2026-08-31T00:58:06.966Z | |
| 5803 | 2026-08-31T00:58:06.970Z | Aug 31 00:58:05.872replacing 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 } }] |
| 5804 | 2026-08-31T00:58:06.970Z | INFOAug 31 00:58:05.872 Aug 31 00:58:05.872 INFO DEBGadding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255Aug 31 00:58:05.872 |
| 5805 | 2026-08-31T00:58:06.970Z | |
| 5806 | 2026-08-31T00:58:06.970Z | 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 } }] |
| 5807 | 2026-08-31T00:58:06.970Z | adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5808 | 2026-08-31T00:58:06.970Z | Aug 31 00:58:05.872Aug 31 00:58:05.872 Aug 31 00:58:05.821 Aug 31 00:58:05.872 DEBGDEBG DEBGreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 5809 | 2026-08-31T00:58:06.970Z | |
| 5810 | 2026-08-31T00:58:06.970Z | Aug 31 00:58:05.872adding route 172.17.0.57/32 -> 10.0.0.255replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5811 | 2026-08-31T00:58:06.970Z | DEBG |
| 5812 | 2026-08-31T00:58:06.970Z | replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.872Aug 31 00:58:05.872 |
| 5813 | 2026-08-31T00:58:06.970Z | 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 } }]INFOAug 31 00:58:05.872 |
| 5814 | 2026-08-31T00:58:06.970Z | Aug 31 00:58:05.872adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5815 | 2026-08-31T00:58:06.970Z | INFO Aug 31 00:58:05.872 adding route 172.17.0.46/32 -> 10.0.0.255 INFO |
| 5816 | 2026-08-31T00:58:06.970Z | INFO adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255Aug 31 00:58:05.872 |
| 5817 | 2026-08-31T00:58:06.970Z | |
| 5818 | 2026-08-31T00:58:06.970Z | DEBGAug 31 00:58:05.872 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 |
| 5819 | 2026-08-31T00:58:06.970Z | Aug 31 00:58:05.872 DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.872replacing 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 } }] |
| 5820 | 2026-08-31T00:58:06.970Z | |
| 5821 | 2026-08-31T00:58:06.970Z | DEBGAug 31 00:58:05.872 Aug 31 00:58:05.872DEBGAug 31 00:58:05.872 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 } }] |
| 5822 | 2026-08-31T00:58:06.970Z | INFOfailed to allocate space for the new target listINFO |
| 5823 | 2026-08-31T00:58:06.970Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5824 | 2026-08-31T00:58:06.970Z | adding route 172.17.0.47/32 -> 10.0.0.255Aug 31 00:58:05.872Aug 31 00:58:05.872 |
| 5825 | 2026-08-31T00:58:06.970Z | DEBGINFOAug 31 00:58:05.872 adding route 172.17.0.17/32 -> 10.0.0.255DEBG |
| 5826 | 2026-08-31T00:58:06.970Z | 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.16.0.0/32 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 } }] |
| 5827 | 2026-08-31T00:58:06.970Z | Aug 31 00:58:05.872 |
| 5828 | 2026-08-31T00:58:06.970Z | Aug 31 00:58:05.872DEBG DEBG Aug 31 00:58:05.872replacing 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 } }] |
| 5829 | 2026-08-31T00:58:06.970Z | 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 } }] |
| 5830 | 2026-08-31T00:58:06.970Z | adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5831 | 2026-08-31T00:58:06.970Z | Aug 31 00:58:05.872Aug 31 00:58:05.872Aug 31 00:58:05.872 INFO INFODEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5832 | 2026-08-31T00:58:06.970Z | |
| 5833 | 2026-08-31T00:58:06.971Z | adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5834 | 2026-08-31T00:58:06.971Z | Aug 31 00:58:05.872 Aug 31 00:58:05.872DEBG Aug 31 00:58:05.872 DEBGfailed to allocate space for the new target list |
| 5835 | 2026-08-31T00:58:06.971Z | 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 } }] |
| 5836 | 2026-08-31T00:58:06.971Z | 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 31 00:58:05.872 DEBG |
| 5837 | 2026-08-31T00:58:06.971Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 31 00:58:05.872 |
| 5838 | 2026-08-31T00:58:06.971Z | Aug 31 00:58:05.872 INFOINFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5839 | 2026-08-31T00:58:06.971Z | |
| 5840 | 2026-08-31T00:58:06.971Z | Aug 31 00:58:05.872Aug 31 00:58:05.872 DEBGDEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5841 | 2026-08-31T00:58:06.971Z | |
| 5842 | 2026-08-31T00:58:06.971Z | Aug 31 00:58:05.872Aug 31 00:58:05.872 INFOINFO adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5843 | 2026-08-31T00:58:06.971Z | |
| 5844 | 2026-08-31T00:58:06.971Z | Aug 31 00:58:05.872Aug 31 00:58:05.872 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.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 } }] |
| 5845 | 2026-08-31T00:58:06.971Z | |
| 5846 | 2026-08-31T00:58:06.971Z | Aug 31 00:58:05.872Aug 31 00:58:05.872 INFOINFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5847 | 2026-08-31T00:58:06.971Z | Aug 31 00:58:05.872 adding route 172.17.0.21/32 -> 10.0.0.255DEBG |
| 5848 | 2026-08-31T00:58:06.971Z | replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:58:05.872 DEBG |
| 5849 | 2026-08-31T00:58:06.971Z | 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 } }] |
| 5850 | 2026-08-31T00:58:06.971Z | Aug 31 00:58:05.872 INFOAug 31 00:58:05.872 adding route 172.17.0.52/32 -> 10.0.0.255INFO |
| 5851 | 2026-08-31T00:58:06.971Z | adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5852 | 2026-08-31T00:58:06.971Z | Aug 31 00:58:05.872 DEBGAug 31 00:58:05.872 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 |
| 5853 | 2026-08-31T00:58:06.971Z | 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 } }] |
| 5854 | 2026-08-31T00:58:06.971Z | Aug 31 00:58:05.872 INFOAug 31 00:58:05.872 adding route 172.17.0.53/32 -> 10.0.0.255INFO |
| 5855 | 2026-08-31T00:58:06.971Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5856 | 2026-08-31T00:58:06.971Z | Aug 31 00:58:05.872 Aug 31 00:58:05.872DEBG 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 } }] |
| 5857 | 2026-08-31T00:58:06.971Z | 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 } }] |
| 5858 | 2026-08-31T00:58:06.971Z | Aug 31 00:58:05.872 Aug 31 00:58:05.872INFO INFOadding route 172.17.0.54/32 -> 10.0.0.255 |
| 5859 | 2026-08-31T00:58:06.971Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5860 | 2026-08-31T00:58:06.971Z | Aug 31 00:58:05.872Aug 31 00:58:05.872 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.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 } }] |
| 5861 | 2026-08-31T00:58:06.971Z | |
| 5862 | 2026-08-31T00:58:06.971Z | Aug 31 00:58:05.872Aug 31 00:58:05.872 INFOINFO adding route 172.17.0.25/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5863 | 2026-08-31T00:58:06.971Z | Aug 31 00:58:05.872 |
| 5864 | 2026-08-31T00:58:06.971Z | 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 } }] |
| 5865 | 2026-08-31T00:58:06.971Z | Aug 31 00:58:05.872 Aug 31 00:58:05.872INFO DEBGadding route 172.17.0.56/32 -> 10.0.0.255 |
| 5866 | 2026-08-31T00:58:06.971Z | test route::tests::add_target_fails_full ... ok |
| 5867 | 2026-08-31T00:58:06.971Z | 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 } }] |
| 5868 | 2026-08-31T00:58:06.971Z | Aug 31 00:58:05.872Aug 31 00:58:05.872 DEBGINFO replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5869 | 2026-08-31T00:58:06.971Z | |
| 5870 | 2026-08-31T00:58:06.971Z | Aug 31 00:58:05.872Aug 31 00:58:05.872 DEBGINFO replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5871 | 2026-08-31T00:58:06.971Z | |
| 5872 | 2026-08-31T00:58:06.971Z | Aug 31 00:58:05.872Aug 31 00:58:05.872 INFODEBG adding route 172.17.0.27/32 -> 10.0.0.255replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5873 | 2026-08-31T00:58:06.972Z | test route::tests::delete_targets_full ... ok |
| 5874 | 2026-08-31T00:58:06.972Z | |
| 5875 | 2026-08-31T00:58:06.972Z | |
| 5876 | 2026-08-31T00:58:06.972Z | test result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s |
| 5877 | 2026-08-31T00:58:06.972Z | |
| 5878 | 2026-08-31T00:58:06.972Z | Aug 31 00:58:05.872Aug 31 00:58:05.872 DEBGINFO replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5879 | 2026-08-31T00:58:06.972Z | |
| 5880 | 2026-08-31T00:58:06.972Z | Aug 31 00:58:05.872Aug 31 00:58:05.872 INFODEBG adding route 172.17.0.28/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 } }] |
| 5881 | 2026-08-31T00:58:06.972Z | |
| 5882 | 2026-08-31T00:58:06.972Z | Aug 31 00:58:05.873Aug 31 00:58:05.873 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.59/32 -> 10.0.0.255 |
| 5883 | 2026-08-31T00:58:06.972Z | |
| 5884 | 2026-08-31T00:58:06.972Z | Aug 31 00:58:05.873Aug 31 00:58:05.873 INFODEBG adding route 172.17.0.29/32 -> 10.0.0.255replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5885 | 2026-08-31T00:58:06.972Z | |
| 5886 | 2026-08-31T00:58:06.972Z | Aug 31 00:58:05.873Aug 31 00:58:05.873 INFODEBG adding route 172.17.0.60/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 } }] |
| 5887 | 2026-08-31T00:58:06.972Z | |
| 5888 | 2026-08-31T00:58:06.972Z | Aug 31 00:58:05.873Aug 31 00:58:05.873 DEBGINFO replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5889 | 2026-08-31T00:58:06.972Z | |
| 5890 | 2026-08-31T00:58:06.972Z | Aug 31 00:58:05.873Aug 31 00:58:05.873 INFODEBG adding route 172.17.0.61/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 } }] |
| 5891 | 2026-08-31T00:58:06.972Z | |
| 5892 | 2026-08-31T00:58:06.972Z | Aug 31 00:58:05.873Aug 31 00:58:05.873 DEBGINFO replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5893 | 2026-08-31T00:58:06.972Z | |
| 5894 | 2026-08-31T00:58:06.972Z | Aug 31 00:58:05.873Aug 31 00:58:05.873 INFODEBG adding route 172.17.0.62/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 } }] |
| 5895 | 2026-08-31T00:58:06.972Z | |
| 5896 | 2026-08-31T00:58:06.972Z | Aug 31 00:58:05.873Aug 31 00:58:05.873 DEBGINFO replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5897 | 2026-08-31T00:58:06.972Z | |
| 5898 | 2026-08-31T00:58:06.972Z | Aug 31 00:58:05.873Aug 31 00:58:05.873 INFODEBG adding route 172.17.0.63/32 -> 10.0.0.255replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5899 | 2026-08-31T00:58:06.972Z | |
| 5900 | 2026-08-31T00:58:06.972Z | Aug 31 00:58:05.873Aug 31 00:58:05.873 DEBGINFO replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5901 | 2026-08-31T00:58:06.972Z | |
| 5902 | 2026-08-31T00:58:06.972Z | Aug 31 00:58:05.873Aug 31 00:58:05.873 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }] |
| 5903 | 2026-08-31T00:58:06.976Z | |
| 5904 | 2026-08-31T00:58:06.976Z | Aug 31 00:58:05.873Aug 31 00:58:05.873 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5905 | 2026-08-31T00:58:06.976Z | |
| 5906 | 2026-08-31T00:58:06.976Z | Aug 31 00:58:05.873Aug 31 00:58:05.873 DEBGDEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]failed to allocate space for the new target list |
| 5907 | 2026-08-31T00:58:06.976Z | |
| 5908 | 2026-08-31T00:58:06.976Z | Aug 31 00:58:05.880 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5909 | 2026-08-31T00:58:06.976Z | Aug 31 00:58:05.880 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 } }] |
| 5910 | 2026-08-31T00:58:06.976Z | Aug 31 00:58:05.880 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5911 | 2026-08-31T00:58:06.976Z | Aug 31 00:58:05.880 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 } }] |
| 5912 | 2026-08-31T00:58:06.976Z | Aug 31 00:58:05.880 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5913 | 2026-08-31T00:58:06.976Z | Aug 31 00:58:05.880 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 } }] |
| 5914 | 2026-08-31T00:58:06.976Z | Aug 31 00:58:05.880 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5915 | 2026-08-31T00:58:06.976Z | Aug 31 00:58:05.880 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 } }] |
| 5916 | 2026-08-31T00:58:06.976Z | Aug 31 00:58:05.880 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5917 | 2026-08-31T00:58:06.976Z | Aug 31 00:58:05.880 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 } }] |
| 5918 | 2026-08-31T00:58:06.976Z | Aug 31 00:58:05.880 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5919 | 2026-08-31T00:58:06.976Z | Aug 31 00:58:05.880 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 } }] |
| 5920 | 2026-08-31T00:58:06.976Z | Aug 31 00:58:05.880 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5921 | 2026-08-31T00:58:06.976Z | Aug 31 00:58:05.880 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 } }] |
| 5922 | 2026-08-31T00:58:06.976Z | Aug 31 00:58:05.880 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5923 | 2026-08-31T00:58:06.976Z | Aug 31 00:58:05.880 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 } }] |
| 5924 | 2026-08-31T00:58:06.976Z | Aug 31 00:58:05.880 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5925 | 2026-08-31T00:58:06.977Z | Aug 31 00:58:05.880 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 } }] |
| 5926 | 2026-08-31T00:58:06.977Z | Aug 31 00:58:05.880 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5927 | 2026-08-31T00:58:06.977Z | Aug 31 00:58:05.880 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 } }] |
| 5928 | 2026-08-31T00:58:06.977Z | Aug 31 00:58:05.880 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5929 | 2026-08-31T00:58:06.977Z | Aug 31 00:58:05.880 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 } }] |
| 5930 | 2026-08-31T00:58:06.977Z | Aug 31 00:58:05.880 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5931 | 2026-08-31T00:58:06.977Z | Aug 31 00:58:05.880 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 } }] |
| 5932 | 2026-08-31T00:58:06.977Z | Aug 31 00:58:05.880 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5933 | 2026-08-31T00:58:06.977Z | Aug 31 00:58:05.880 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 } }] |
| 5934 | 2026-08-31T00:58:06.977Z | Aug 31 00:58:05.880 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5935 | 2026-08-31T00:58:06.977Z | Aug 31 00:58:05.880 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 } }] |
| 5936 | 2026-08-31T00:58:06.977Z | Aug 31 00:58:05.880 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5937 | 2026-08-31T00:58:06.977Z | Aug 31 00:58:05.880 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 } }] |
| 5938 | 2026-08-31T00:58:06.977Z | Aug 31 00:58:05.880 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5939 | 2026-08-31T00:58:06.977Z | Aug 31 00:58:05.880 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-31T00:58:06.977Z | Aug 31 00:58:05.881 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5941 | 2026-08-31T00:58:06.977Z | Aug 31 00:58:05.881 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 } }] |
| 5942 | 2026-08-31T00:58:06.977Z | Aug 31 00:58:05.881 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5943 | 2026-08-31T00:58:06.977Z | Aug 31 00:58:05.881 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 } }] |
| 5944 | 2026-08-31T00:58:06.977Z | Aug 31 00:58:05.881 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5945 | 2026-08-31T00:58:06.977Z | Aug 31 00:58:05.881 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 } }] |
| 5946 | 2026-08-31T00:58:06.977Z | Aug 31 00:58:05.881 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5947 | 2026-08-31T00:58:06.977Z | Aug 31 00:58:05.881 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 } }] |
| 5948 | 2026-08-31T00:58:06.977Z | Aug 31 00:58:05.881 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5949 | 2026-08-31T00:58:06.977Z | Aug 31 00:58:05.881 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 } }] |
| 5950 | 2026-08-31T00:58:06.977Z | Aug 31 00:58:05.881 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5951 | 2026-08-31T00:58:06.977Z | Aug 31 00:58:05.881 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 } }] |
| 5952 | 2026-08-31T00:58:06.977Z | Aug 31 00:58:05.881 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5953 | 2026-08-31T00:58:06.977Z | Aug 31 00:58:05.881 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 } }] |
| 5954 | 2026-08-31T00:58:06.977Z | Aug 31 00:58:05.881 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5955 | 2026-08-31T00:58:06.977Z | Aug 31 00:58:05.881 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 } }] |
| 5956 | 2026-08-31T00:58:06.977Z | Aug 31 00:58:05.881 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5957 | 2026-08-31T00:58:06.977Z | Aug 31 00:58:05.881 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 } }] |
| 5958 | 2026-08-31T00:58:06.977Z | Aug 31 00:58:05.881 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5959 | 2026-08-31T00:58:06.977Z | Aug 31 00:58:05.881 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 } }] |
| 5960 | 2026-08-31T00:58:06.977Z | Aug 31 00:58:05.881 DEBG failed to allocate space for the new target list |
| 5961 | 2026-08-31T00:58:06.977Z | Aug 31 00:58:05.881 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 } }] |
| 5962 | 2026-08-31T00:58:06.977Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-a804865a37201522) |
| 5963 | 2026-08-31T00:58:06.977Z | |
| 5964 | 2026-08-31T00:58:06.977Z | running 0 tests |
| 5965 | 2026-08-31T00:58:06.978Z | |
| 5966 | 2026-08-31T00:58:06.978Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5967 | 2026-08-31T00:58:06.978Z | |
| 5968 | 2026-08-31T00:58:06.978Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-acda18f7a0b943fc) |
| 5969 | 2026-08-31T00:58:06.978Z | |
| 5970 | 2026-08-31T00:58:06.978Z | running 0 tests |
| 5971 | 2026-08-31T00:58:06.978Z | |
| 5972 | 2026-08-31T00:58:06.978Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5973 | 2026-08-31T00:58:06.978Z | |
| 5974 | 2026-08-31T00:58:06.978Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-ed47d9a65b6b4825) |
| 5975 | 2026-08-31T00:58:06.978Z | |
| 5976 | 2026-08-31T00:58:06.978Z | running 6 tests |
| 5977 | 2026-08-31T00:58:06.978Z | test tests::test_parse_client_port_id ... ok |
| 5978 | 2026-08-31T00:58:06.978Z | test tests::test_port_id_cmp ... ok |
| 5979 | 2026-08-31T00:58:06.978Z | test tests::test_full_lot_id_neither_present ... ok |
| 5980 | 2026-08-31T00:58:06.978Z | test tests::test_full_lot_id_both_present ... ok |
| 5981 | 2026-08-31T00:58:06.978Z | test tests::test_full_lot_id_lot_only ... ok |
| 5982 | 2026-08-31T00:58:06.978Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 5983 | 2026-08-31T00:58:06.978Z | |
| 5984 | 2026-08-31T00:58:06.978Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5985 | 2026-08-31T00:58:06.978Z | |
| 5986 | 2026-08-31T00:58:06.978Z | Running tests/test_all.rs (target/debug/deps/test_all-0f6543fcb0fd5fc6) |
| 5987 | 2026-08-31T00:58:06.978Z | |
| 5988 | 2026-08-31T00:58:06.978Z | running 0 tests |
| 5989 | 2026-08-31T00:58:06.978Z | |
| 5990 | 2026-08-31T00:58:06.978Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5991 | 2026-08-31T00:58:06.978Z | |
| 5992 | 2026-08-31T00:58:06.978Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-13ccc83203b2fded) |
| 5993 | 2026-08-31T00:58:06.982Z | |
| 5994 | 2026-08-31T00:58:06.982Z | running 0 tests |
| 5995 | 2026-08-31T00:58:06.982Z | |
| 5996 | 2026-08-31T00:58:06.982Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5997 | 2026-08-31T00:58:06.982Z | |
| 5998 | 2026-08-31T00:58:06.982Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a087f10fd23084c3) |
| 5999 | 2026-08-31T00:58:06.982Z | |
| 6000 | 2026-08-31T00:58:06.982Z | running 15 tests |
| 6001 | 2026-08-31T00:58:06.985Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 6002 | 2026-08-31T00:58:06.985Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 6003 | 2026-08-31T00:58:06.985Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 6004 | 2026-08-31T00:58:06.985Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 6005 | 2026-08-31T00:58:06.985Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 6006 | 2026-08-31T00:58:06.985Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 6007 | 2026-08-31T00:58:06.985Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 6008 | 2026-08-31T00:58:06.985Z | test v1::network::tests::test_equal ... ok |
| 6009 | 2026-08-31T00:58:06.985Z | test v1::network::tests::test_eui64 ... ok |
| 6010 | 2026-08-31T00:58:06.985Z | test v1::network::tests::test_into ... ok |
| 6011 | 2026-08-31T00:58:06.985Z | test v1::network::tests::test_not_equal ... ok |
| 6012 | 2026-08-31T00:58:06.985Z | test v1::network::tests::test_to_string ... ok |
| 6013 | 2026-08-31T00:58:06.985Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 6014 | 2026-08-31T00:58:06.985Z | test v1::network::tests::test_parse ... ok |
| 6015 | 2026-08-31T00:58:06.985Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 6016 | 2026-08-31T00:58:06.985Z | |
| 6017 | 2026-08-31T00:58:06.985Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6018 | 2026-08-31T00:58:06.985Z | |
| 6019 | 2026-08-31T00:58:06.985Z | Running unittests src/lib.rs (target/debug/deps/packet-ba01ebb1966a5934) |
| 6020 | 2026-08-31T00:58:06.988Z | |
| 6021 | 2026-08-31T00:58:06.988Z | running 12 tests |
| 6022 | 2026-08-31T00:58:06.991Z | test icmp::test_v4_checksum ... ok |
| 6023 | 2026-08-31T00:58:06.991Z | test icmp::test_v6_checksum ... ok |
| 6024 | 2026-08-31T00:58:06.991Z | test lldp::test_lldp_parse ... ok |
| 6025 | 2026-08-31T00:58:06.991Z | test ipv6::test_ipv6_parse ... ok |
| 6026 | 2026-08-31T00:58:06.991Z | test pbuf::test_byte ... ok |
| 6027 | 2026-08-31T00:58:06.991Z | test pbuf::test_nibble ... ok |
| 6028 | 2026-08-31T00:58:06.991Z | test pbuf::test_overflow ... ok |
| 6029 | 2026-08-31T00:58:06.991Z | test pbuf::test_short ... ok |
| 6030 | 2026-08-31T00:58:06.991Z | test pbuf::test_twelve ... ok |
| 6031 | 2026-08-31T00:58:06.991Z | test pbuf::test_word ... ok |
| 6032 | 2026-08-31T00:58:06.991Z | test tcp::test_checksum_ack_data ... ok |
| 6033 | 2026-08-31T00:58:06.991Z | test tcp::test_checksum_syn_nodata ... ok |
| 6034 | 2026-08-31T00:58:06.992Z | |
| 6035 | 2026-08-31T00:58:06.992Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6036 | 2026-08-31T00:58:06.992Z | |
| 6037 | 2026-08-31T00:58:06.992Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 6038 | 2026-08-31T00:58:06.992Z | |
| 6039 | 2026-08-31T00:58:06.992Z | running 0 tests |
| 6040 | 2026-08-31T00:58:06.992Z | |
| 6041 | 2026-08-31T00:58:06.992Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6042 | 2026-08-31T00:58:06.992Z | |
| 6043 | 2026-08-31T00:58:06.992Z | Running unittests src/main.rs (target/debug/deps/swadm-d1296a2fbade52c1) |
| 6044 | 2026-08-31T00:58:06.996Z | |
| 6045 | 2026-08-31T00:58:06.996Z | running 5 tests |
| 6046 | 2026-08-31T00:58:06.999Z | test switchport::test::test_compute_lanes ... ok |
| 6047 | 2026-08-31T00:58:06.999Z | test switchport::test::port_id_ordering ... ok |
| 6048 | 2026-08-31T00:58:06.999Z | Lane 0 Lane 1 Lane 0Lane 2 Lane 3Lane 1 |
| 6049 | 2026-08-31T00:58:06.999Z | Lane 2 State: ActivatedLane 3 |
| 6050 | 2026-08-31T00:58:06.999Z | Activated Rx Loss-of-lock: Yes ActivatedYes ActivatedYes |
| 6051 | 2026-08-31T00:58:06.999Z | Yes |
| 6052 | 2026-08-31T00:58:06.999Z | Rx Output Enabled: false Rx Loss-of-signal: Yes false Yes falseYes false |
| 6053 | 2026-08-31T00:58:06.999Z | Yes |
| 6054 | 2026-08-31T00:58:06.999Z | Rx Output Status: valid Rx CDR Enabled: Yes Yesvalid valid Yesvalid |
| 6055 | 2026-08-31T00:58:06.999Z | Yes |
| 6056 | 2026-08-31T00:58:06.999Z | Rx Loss-of-lock: true Tx Enabled: Yestrue Yes trueYes trueYes |
| 6057 | 2026-08-31T00:58:06.999Z | |
| 6058 | 2026-08-31T00:58:06.999Z | Rx Loss-of-signal: false Tx Loss-of-lock: No Nofalse falseNo false |
| 6059 | 2026-08-31T00:58:06.999Z | No |
| 6060 | 2026-08-31T00:58:06.999Z | Rx Auto-squelch Disable: true Tx Loss-of-signal: No true No true Notrue |
| 6061 | 2026-08-31T00:58:06.999Z | No |
| 6062 | 2026-08-31T00:58:06.999Z | Tx Output Enabled: true Tx CDR Enabled: No Notrue Notrue Notrue |
| 6063 | 2026-08-31T00:58:06.999Z | |
| 6064 | 2026-08-31T00:58:07.000Z | Tx Adaptive EQ Fault: No Tx Output Status: invalid Noinvalid Noinvalid Noinvalid |
| 6065 | 2026-08-31T00:58:07.000Z | |
| 6066 | 2026-08-31T00:58:07.000Z | Tx Loss-of-lock: false Tx Fault: Yes false Yes false Yesfalse |
| 6067 | 2026-08-31T00:58:07.000Z | Yes Tx Loss-of-signal: true |
| 6068 | 2026-08-31T00:58:07.000Z | true true true |
| 6069 | 2026-08-31T00:58:07.000Z | Tx Auto-squelch Disable: false false false false |
| 6070 | 2026-08-31T00:58:07.000Z | Tx Adaptive EQ Fail: true true true true |
| 6071 | 2026-08-31T00:58:07.000Z | Tx Failure: false false false false |
| 6072 | 2026-08-31T00:58:07.000Z | Tx Force Squelch: true true true true |
| 6073 | 2026-08-31T00:58:07.000Z | Tx Input Polarity: normal normal normal normal |
| 6074 | 2026-08-31T00:58:07.000Z | test switchport::test::test_print_sff_datapath ... ok |
| 6075 | 2026-08-31T00:58:07.000Z | test switchport::test::test_print_cmis_datapath ... ok |
| 6076 | 2026-08-31T00:58:07.000Z | test link::test_filter ... ok |
| 6077 | 2026-08-31T00:58:07.000Z | |
| 6078 | 2026-08-31T00:58:07.000Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6079 | 2026-08-31T00:58:07.000Z | |
| 6080 | 2026-08-31T00:58:07.004Z | Running tests/counters.rs (target/debug/deps/counters-aecad265e7a0b390) |
| 6081 | 2026-08-31T00:58:07.004Z | |
| 6082 | 2026-08-31T00:58:07.004Z | running 1 test |
| 6083 | 2026-08-31T00:58:07.004Z | test test_p4_counter_list ... ignored |
| 6084 | 2026-08-31T00:58:07.004Z | |
| 6085 | 2026-08-31T00:58:07.004Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6086 | 2026-08-31T00:58:07.004Z | |
| 6087 | 2026-08-31T00:58:07.004Z | Running tests/port-link.rs (target/debug/deps/port_link-36820cbf083b7ae3) |
| 6088 | 2026-08-31T00:58:07.004Z | |
| 6089 | 2026-08-31T00:58:07.004Z | running 5 tests |
| 6090 | 2026-08-31T00:58:07.004Z | test test_an ... ignored |
| 6091 | 2026-08-31T00:58:07.004Z | test test_enable ... ignored |
| 6092 | 2026-08-31T00:58:07.004Z | test test_ip_addresses ... ignored |
| 6093 | 2026-08-31T00:58:07.004Z | test test_kr ... ignored |
| 6094 | 2026-08-31T00:58:07.004Z | test test_mac ... ignored |
| 6095 | 2026-08-31T00:58:07.004Z | |
| 6096 | 2026-08-31T00:58:07.004Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6097 | 2026-08-31T00:58:07.004Z | |
| 6098 | 2026-08-31T00:58:07.004Z | Running unittests src/main.rs (target/debug/deps/tfportd-1718e82b6bca7b26) |
| 6099 | 2026-08-31T00:58:07.008Z | |
| 6100 | 2026-08-31T00:58:07.008Z | running 3 tests |
| 6101 | 2026-08-31T00:58:07.011Z | test linklocal::test_parse_ipadm ... ok |
| 6102 | 2026-08-31T00:58:07.011Z | test tfport::test_parse_tfport ... ok |
| 6103 | 2026-08-31T00:58:07.011Z | test config::tests::test_updates ... ok |
| 6104 | 2026-08-31T00:58:07.012Z | |
| 6105 | 2026-08-31T00:58:07.012Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6106 | 2026-08-31T00:58:07.012Z | |
| 6107 | 2026-08-31T00:58:07.012Z | Running unittests src/main.rs (target/debug/deps/uplinkd-58387cf59eafe330) |
| 6108 | 2026-08-31T00:58:07.015Z | |
| 6109 | 2026-08-31T00:58:07.015Z | running 0 tests |
| 6110 | 2026-08-31T00:58:07.015Z | |
| 6111 | 2026-08-31T00:58:07.015Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6112 | 2026-08-31T00:58:07.015Z | |
| 6113 | 2026-08-31T00:58:07.015Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 6114 | 2026-08-31T00:58:07.015Z | |
| 6115 | 2026-08-31T00:58:07.015Z | running 0 tests |
| 6116 | 2026-08-31T00:58:07.015Z | |
| 6117 | 2026-08-31T00:58:07.015Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6118 | 2026-08-31T00:58:07.015Z | |
| 6119 | 2026-08-31T00:58:07.015Z | Doc-tests aal |
| 6120 | 2026-08-31T00:58:07.227Z | |
| 6121 | 2026-08-31T00:58:07.227Z | running 0 tests |
| 6122 | 2026-08-31T00:58:07.227Z | |
| 6123 | 2026-08-31T00:58:07.227Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6124 | 2026-08-31T00:58:07.227Z | |
| 6125 | 2026-08-31T00:58:07.250Z | Doc-tests aal_macros |
| 6126 | 2026-08-31T00:58:08.320Z | |
| 6127 | 2026-08-31T00:58:08.320Z | running 0 tests |
| 6128 | 2026-08-31T00:58:08.320Z | |
| 6129 | 2026-08-31T00:58:08.320Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6130 | 2026-08-31T00:58:08.320Z | |
| 6131 | 2026-08-31T00:58:08.323Z | Doc-tests common |
| 6132 | 2026-08-31T00:58:08.323Z | |
| 6133 | 2026-08-31T00:58:08.323Z | running 0 tests |
| 6134 | 2026-08-31T00:58:08.323Z | |
| 6135 | 2026-08-31T00:58:08.323Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6136 | 2026-08-31T00:58:08.323Z | |
| 6137 | 2026-08-31T00:58:08.323Z | Doc-tests dpd_api |
| 6138 | 2026-08-31T00:58:08.323Z | |
| 6139 | 2026-08-31T00:58:08.323Z | running 2 tests |
| 6140 | 2026-08-31T00:58:08.323Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 6141 | 2026-08-31T00:58:08.323Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 6142 | 2026-08-31T00:58:08.324Z | |
| 6143 | 2026-08-31T00:58:08.324Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6144 | 2026-08-31T00:58:08.324Z | |
| 6145 | 2026-08-31T00:58:08.324Z | Doc-tests dpd_client |
| 6146 | 2026-08-31T00:58:09.683Z | |
| 6147 | 2026-08-31T00:58:09.683Z | running 0 tests |
| 6148 | 2026-08-31T00:58:09.683Z | |
| 6149 | 2026-08-31T00:58:09.683Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6150 | 2026-08-31T00:58:09.683Z | |
| 6151 | 2026-08-31T00:58:09.736Z | Doc-tests dpd_types |
| 6152 | 2026-08-31T00:58:09.921Z | |
| 6153 | 2026-08-31T00:58:09.921Z | running 0 tests |
| 6154 | 2026-08-31T00:58:09.921Z | |
| 6155 | 2026-08-31T00:58:09.921Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6156 | 2026-08-31T00:58:09.921Z | |
| 6157 | 2026-08-31T00:58:09.943Z | Doc-tests dpd_types_versions |
| 6158 | 2026-08-31T00:58:11.451Z | |
| 6159 | 2026-08-31T00:58:11.451Z | running 1 test |
| 6160 | 2026-08-31T00:58:11.451Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 6161 | 2026-08-31T00:58:11.451Z | |
| 6162 | 2026-08-31T00:58:11.451Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6163 | 2026-08-31T00:58:11.451Z | |
| 6164 | 2026-08-31T00:58:11.500Z | Doc-tests packet |
| 6165 | 2026-08-31T00:58:11.721Z | |
| 6166 | 2026-08-31T00:58:11.721Z | running 0 tests |
| 6167 | 2026-08-31T00:58:11.721Z | |
| 6168 | 2026-08-31T00:58:11.721Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6169 | 2026-08-31T00:58:11.721Z | |
| 6170 | 2026-08-31T00:58:11.747Z | Doc-tests pcap |
| 6171 | 2026-08-31T00:58:11.798Z | |
| 6172 | 2026-08-31T00:58:11.798Z | running 0 tests |
| 6173 | 2026-08-31T00:58:11.798Z | |
| 6174 | 2026-08-31T00:58:11.798Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6175 | 2026-08-31T00:58:11.798Z | |
| 6176 | 2026-08-31T00:58:11.846Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 6177 | 2026-08-31T00:58:11.846Z | + RUST_BACKTRACE=full |
| 6178 | 2026-08-31T00:58:11.846Z | + cargo test --features softnpu --no-fail-fast |
| 6179 | 2026-08-31T00:58:12.480Z | Compiling num-integer v0.1.46 |
| 6180 | 2026-08-31T00:58:12.564Z | Compiling num-complex v0.4.6 |
| 6181 | 2026-08-31T00:58:12.604Z | Compiling bitstruct_derive v0.1.0 |
| 6182 | 2026-08-31T00:58:12.607Z | Compiling tap v1.0.1 |
| 6183 | 2026-08-31T00:58:12.726Z | Compiling wyz v0.5.1 |
| 6184 | 2026-08-31T00:58:12.860Z | Compiling num-rational v0.4.2 |
| 6185 | 2026-08-31T00:58:12.889Z | Compiling num-iter v0.1.45 |
| 6186 | 2026-08-31T00:58:12.899Z | Compiling num-bigint v0.4.6 |
| 6187 | 2026-08-31T00:58:13.006Z | Compiling radium v0.7.0 |
| 6188 | 2026-08-31T00:58:13.017Z | Compiling funty v2.0.0 |
| 6189 | 2026-08-31T00:58:13.046Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 6190 | 2026-08-31T00:58:13.115Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6191 | 2026-08-31T00:58:13.212Z | Compiling num v0.4.3 |
| 6192 | 2026-08-31T00:58:13.287Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6193 | 2026-08-31T00:58:13.298Z | Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6194 | 2026-08-31T00:58:13.321Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6195 | 2026-08-31T00:58:13.367Z | Compiling bitvec v1.0.1 |
| 6196 | 2026-08-31T00:58:13.426Z | Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6197 | 2026-08-31T00:58:13.576Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6198 | 2026-08-31T00:58:13.599Z | Compiling typeid v1.0.3 |
| 6199 | 2026-08-31T00:58:13.681Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6200 | 2026-08-31T00:58:13.697Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6201 | 2026-08-31T00:58:13.718Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6202 | 2026-08-31T00:58:14.252Z | Compiling ascii v1.1.0 |
| 6203 | 2026-08-31T00:58:14.453Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6204 | 2026-08-31T00:58:14.533Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6205 | 2026-08-31T00:58:14.597Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6206 | 2026-08-31T00:58:14.706Z | Compiling erased-serde v0.4.8 |
| 6207 | 2026-08-31T00:58:14.802Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6208 | 2026-08-31T00:58:14.988Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6209 | 2026-08-31T00:58:15.020Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 6210 | 2026-08-31T00:58:15.046Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 6211 | 2026-08-31T00:58:15.192Z | Compiling bitstruct v0.1.1 |
| 6212 | 2026-08-31T00:58:15.511Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 6213 | 2026-08-31T00:58:15.638Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6214 | 2026-08-31T00:58:15.641Z | Compiling serde_arrays v0.1.0 |
| 6215 | 2026-08-31T00:58:15.775Z | Compiling libloading v0.7.4 |
| 6216 | 2026-08-31T00:58:16.038Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6217 | 2026-08-31T00:58:16.482Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6218 | 2026-08-31T00:58:16.654Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 6219 | 2026-08-31T00:58:16.725Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6220 | 2026-08-31T00:58:18.862Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 6221 | 2026-08-31T00:58:18.865Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 6222 | 2026-08-31T00:58:24.597Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6223 | 2026-08-31T00:58:24.816Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 6224 | 2026-08-31T00:58:24.819Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6225 | 2026-08-31T00:58:24.819Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6226 | 2026-08-31T00:58:24.896Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6227 | 2026-08-31T00:58:26.898Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6228 | 2026-08-31T00:58:27.059Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 6229 | 2026-08-31T00:58:27.342Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6230 | 2026-08-31T00:58:33.345Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6231 | 2026-08-31T00:58:33.571Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6232 | 2026-08-31T00:58:41.116Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6233 | 2026-08-31T00:58:43.536Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6234 | 2026-08-31T00:58:48.153Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 6235 | 2026-08-31T00:59:25.977Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 14s |
| 6236 | 2026-08-31T00:59:26.100Z | Running unittests src/lib.rs (target/debug/deps/aal-169c9c6e8c7e0be8) |
| 6237 | 2026-08-31T00:59:26.103Z | |
| 6238 | 2026-08-31T00:59:26.103Z | running 0 tests |
| 6239 | 2026-08-31T00:59:26.103Z | |
| 6240 | 2026-08-31T00:59:26.103Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6241 | 2026-08-31T00:59:26.103Z | |
| 6242 | 2026-08-31T00:59:26.103Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 6243 | 2026-08-31T00:59:26.106Z | |
| 6244 | 2026-08-31T00:59:26.106Z | running 0 tests |
| 6245 | 2026-08-31T00:59:26.106Z | |
| 6246 | 2026-08-31T00:59:26.109Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6247 | 2026-08-31T00:59:26.109Z | |
| 6248 | 2026-08-31T00:59:26.109Z | Running unittests src/lib.rs (target/debug/deps/asic-9778e4a822966eeb) |
| 6249 | 2026-08-31T00:59:26.110Z | |
| 6250 | 2026-08-31T00:59:26.110Z | running 0 tests |
| 6251 | 2026-08-31T00:59:26.110Z | |
| 6252 | 2026-08-31T00:59:26.110Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6253 | 2026-08-31T00:59:26.110Z | |
| 6254 | 2026-08-31T00:59:26.110Z | Running unittests src/lib.rs (target/debug/deps/common-6afafc4407b0a90c) |
| 6255 | 2026-08-31T00:59:26.130Z | |
| 6256 | 2026-08-31T00:59:26.130Z | running 4 tests |
| 6257 | 2026-08-31T00:59:26.133Z | test nat::tests::test_vni ... ok |
| 6258 | 2026-08-31T00:59:26.133Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 6259 | 2026-08-31T00:59:26.136Z | test test_purge ... ok |
| 6260 | 2026-08-31T00:59:26.139Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 6261 | 2026-08-31T00:59:26.139Z | |
| 6262 | 2026-08-31T00:59:26.139Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 6263 | 2026-08-31T00:59:26.139Z | |
| 6264 | 2026-08-31T00:59:26.142Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-3b6a1705a6b97607) |
| 6265 | 2026-08-31T00:59:26.166Z | |
| 6266 | 2026-08-31T00:59:26.166Z | running 1 test |
| 6267 | 2026-08-31T00:59:26.170Z | ------- |
| 6268 | 2026-08-31T00:59:26.173Z | Generating OpenAPI documents from API definitions ... |
| 6269 | 2026-08-31T00:59:26.328Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 6270 | 2026-08-31T00:59:26.399Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 6271 | 2026-08-31T00:59:27.430Z | ------- |
| 6272 | 2026-08-31T00:59:27.430Z | Checking 13 OpenAPI documents... |
| 6273 | 2026-08-31T00:59:27.430Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6274 | 2026-08-31T00:59:27.430Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6275 | 2026-08-31T00:59:27.430Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6276 | 2026-08-31T00:59:27.430Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6277 | 2026-08-31T00:59:27.434Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6278 | 2026-08-31T00:59:27.434Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6279 | 2026-08-31T00:59:27.434Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6280 | 2026-08-31T00:59:27.434Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6281 | 2026-08-31T00:59:27.434Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6282 | 2026-08-31T00:59:27.434Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6283 | 2026-08-31T00:59:27.434Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6284 | 2026-08-31T00:59:27.434Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6285 | 2026-08-31T00:59:27.434Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6286 | 2026-08-31T00:59:27.434Z | Fresh dpd "latest" symlink |
| 6287 | 2026-08-31T00:59:27.434Z | ------- |
| 6288 | 2026-08-31T00:59:27.434Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 6289 | 2026-08-31T00:59:27.505Z | test test::test_apis_up_to_date ... ok |
| 6290 | 2026-08-31T00:59:27.505Z | |
| 6291 | 2026-08-31T00:59:27.505Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.34s |
| 6292 | 2026-08-31T00:59:27.505Z | |
| 6293 | 2026-08-31T00:59:27.568Z | Running unittests src/main.rs (target/debug/deps/dpd-8083d66362bc5a10) |
| 6294 | 2026-08-31T00:59:27.574Z | |
| 6295 | 2026-08-31T00:59:27.574Z | running 34 tests |
| 6296 | 2026-08-31T00:59:27.577Z | test freemap::test_ordering ... ok |
| 6297 | 2026-08-31T00:59:27.577Z | test config::tests::test_updates ... ok |
| 6298 | 2026-08-31T00:59:27.577Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 6299 | 2026-08-31T00:59:27.577Z | test freemap::test_split ... ok |
| 6300 | 2026-08-31T00:59:27.581Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 6301 | 2026-08-31T00:59:27.581Z | test macaddrs::tests::test_mac_offset ... ok |
| 6302 | 2026-08-31T00:59:27.581Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 6303 | 2026-08-31T00:59:27.581Z | Aug 31 00:59:26.515 DEBG created new freemap, unit: freemap_testAug 31 00:59:26.515 DEBG |
| 6304 | 2026-08-31T00:59:27.581Z | created new freemap, unit: freemap_test |
| 6305 | 2026-08-31T00:59:27.582Z | Aug 31 00:59:26.515Aug 31 00:59:26.515 Aug 31 00:59:26.515DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , DEBGunit unitcreated new freemap:: , freemap_test |
| 6306 | 2026-08-31T00:59:27.582Z | unitfreemap_test:Aug 31 00:59:26.515 DEBG created new freemap, unit: freemap_test |
| 6307 | 2026-08-31T00:59:27.582Z | test macaddrs::tests::test_parse_port_id ... ok |
| 6308 | 2026-08-31T00:59:27.582Z | Aug 31 00:59:26.515 DEBG reset freemap, unit: freemap_test |
| 6309 | 2026-08-31T00:59:27.582Z | |
| 6310 | 2026-08-31T00:59:27.582Z | freemap_test |
| 6311 | 2026-08-31T00:59:27.582Z | Aug 31 00:59:26.515Aug 31 00:59:26.515 DEBGDEBG initted freemap. size: 128reset freemap, , unit: unitfreemap_test: |
| 6312 | 2026-08-31T00:59:27.582Z | freemap_test |
| 6313 | 2026-08-31T00:59:27.582Z | Aug 31 00:59:26.515 DEBG reset freemap, unit:Aug 31 00:59:26.515 freemap_test |
| 6314 | 2026-08-31T00:59:27.582Z | DEBG initted freemap. size: 128, unit: freemap_test |
| 6315 | 2026-08-31T00:59:27.582Z | Aug 31 00:59:26.515 DEBG reset freemap, unit: freemap_test |
| 6316 | 2026-08-31T00:59:27.582Z | test nat::test_mapping ... ok |
| 6317 | 2026-08-31T00:59:27.582Z | test freemap::test_basic ... ok |
| 6318 | 2026-08-31T00:59:27.582Z | test freemap::test_exhaustion ... ok |
| 6319 | 2026-08-31T00:59:27.582Z | test freemap::test_reclaim ... ok |
| 6320 | 2026-08-31T00:59:27.582Z | test freemap::test_free ... ok |
| 6321 | 2026-08-31T00:59:27.582Z | test port_map::tests::test_backplane_group ... ok |
| 6322 | 2026-08-31T00:59:27.582Z | test port_map::tests::test_port_map ... ok |
| 6323 | 2026-08-31T00:59:27.582Z | test port_map::tests::dump_map ... ok |
| 6324 | 2026-08-31T00:59:27.582Z | Aug 31 00:59:26.516 DEBG created new freemap, unit: freemap_test |
| 6325 | 2026-08-31T00:59:27.582Z | Aug 31 00:59:26.516 DEBG initted freemap. size: 8, unit: freemap_test |
| 6326 | 2026-08-31T00:59:27.582Z | Aug 31 00:59:26.516 DEBG reset freemap, unit: freemap_test |
| 6327 | 2026-08-31T00:59:27.582Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 6328 | 2026-08-31T00:59:27.582Z | Aug 31 00:59:26.516 DEBG created new freemap, unit: freemap_test |
| 6329 | 2026-08-31T00:59:27.582Z | Aug 31 00:59:26.516 DEBG initted freemap. size: 128, unit: freemap_test |
| 6330 | 2026-08-31T00:59:27.582Z | Aug 31 00:59:26.516 DEBG reset freemap, unit: freemap_test |
| 6331 | 2026-08-31T00:59:27.582Z | test freemap::test_span ... ok |
| 6332 | 2026-08-31T00:59:27.582Z | Aug 31 00:59:26.516 DEBG created new freemap, unit: freemap_route_ipv4 |
| 6333 | 2026-08-31T00:59:27.582Z | Aug 31 00:59:26.516 DEBG created new freemap, unit: freemap_route_ipv6 |
| 6334 | 2026-08-31T00:59:27.582Z | Aug 31 00:59:26.516 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 6335 | 2026-08-31T00:59:27.582Z | Aug 31 00:59:26.516 DEBG reset freemap, unit: freemap_route_ipv4 |
| 6336 | 2026-08-31T00:59:27.582Z | Aug 31 00:59:26.516 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 6337 | 2026-08-31T00:59:27.582Z | Aug 31 00:59:26.516 DEBG reset freemap, unit: freemap_route_ipv6 |
| 6338 | 2026-08-31T00:59:27.582Z | Aug 31 00:59:26.516 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6339 | 2026-08-31T00:59:27.582Z | Aug 31 00:59:26.516 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 } }] |
| 6340 | 2026-08-31T00:59:27.582Z | Aug 31 00:59:26.516 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6341 | 2026-08-31T00:59:27.582Z | Aug 31 00:59:26.516 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 } }] |
| 6342 | 2026-08-31T00:59:27.582Z | Aug 31 00:59:26.516 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 6343 | 2026-08-31T00:59:27.583Z | Aug 31 00:59:26.516 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 } }] |
| 6344 | 2026-08-31T00:59:27.583Z | Aug 31 00:59:26.516 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 6345 | 2026-08-31T00:59:27.583Z | Aug 31 00:59:26.516 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 } }] |
| 6346 | 2026-08-31T00:59:27.583Z | Aug 31 00:59:26.516 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6347 | 2026-08-31T00:59:27.583Z | Aug 31 00:59:26.516 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 } }] |
| 6348 | 2026-08-31T00:59:27.583Z | Aug 31 00:59:26.516 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6349 | 2026-08-31T00:59:27.583Z | Aug 31 00:59:26.516 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 } }] |
| 6350 | 2026-08-31T00:59:27.583Z | Aug 31 00:59:26.516 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6351 | 2026-08-31T00:59:27.583Z | Aug 31 00:59:26.516 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 } }] |
| 6352 | 2026-08-31T00:59:27.583Z | Aug 31 00:59:26.516 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6353 | 2026-08-31T00:59:27.583Z | Aug 31 00:59:26.516 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 } }] |
| 6354 | 2026-08-31T00:59:27.583Z | Aug 31 00:59:26.516 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6355 | 2026-08-31T00:59:27.583Z | Aug 31 00:59:26.516 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 } }] |
| 6356 | 2026-08-31T00:59:27.583Z | Aug 31 00:59:26.517 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6357 | 2026-08-31T00:59:27.583Z | Aug 31 00:59:26.517 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 } }] |
| 6358 | 2026-08-31T00:59:27.583Z | Aug 31 00:59:26.517 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6359 | 2026-08-31T00:59:27.583Z | Aug 31 00:59:26.517 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 } }] |
| 6360 | 2026-08-31T00:59:27.583Z | Aug 31 00:59:26.517 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6361 | 2026-08-31T00:59:27.583Z | Aug 31 00:59:26.517 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 } }] |
| 6362 | 2026-08-31T00:59:27.583Z | Aug 31 00:59:26.517 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6363 | 2026-08-31T00:59:27.583Z | Aug 31 00:59:26.517 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 } }] |
| 6364 | 2026-08-31T00:59:27.583Z | Aug 31 00:59:26.517 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6365 | 2026-08-31T00:59:27.583Z | Aug 31 00:59:26.517 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 } }] |
| 6366 | 2026-08-31T00:59:27.583Z | Aug 31 00:59:26.517 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6367 | 2026-08-31T00:59:27.583Z | Aug 31 00:59:26.517 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 } }] |
| 6368 | 2026-08-31T00:59:27.583Z | Aug 31 00:59:26.517 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6369 | 2026-08-31T00:59:27.583Z | test api_server::tests::test_build_info ... ok |
| 6370 | 2026-08-31T00:59:27.583Z | Aug 31 00:59:26.517 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 } }] |
| 6371 | 2026-08-31T00:59:27.583Z | Aug 31 00:59:26.517 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6372 | 2026-08-31T00:59:27.583Z | Aug 31 00:59:26.517 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 } }] |
| 6373 | 2026-08-31T00:59:27.583Z | Aug 31 00:59:26.517 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6374 | 2026-08-31T00:59:27.583Z | Aug 31 00:59:26.517 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 } }] |
| 6375 | 2026-08-31T00:59:27.583Z | Aug 31 00:59:26.517 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6376 | 2026-08-31T00:59:27.583Z | Aug 31 00:59:26.517 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 } }] |
| 6377 | 2026-08-31T00:59:27.583Z | Aug 31 00:59:26.517 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6378 | 2026-08-31T00:59:27.583Z | Aug 31 00:59:26.517 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 } }] |
| 6379 | 2026-08-31T00:59:27.583Z | Aug 31 00:59:26.517 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6380 | 2026-08-31T00:59:27.583Z | Aug 31 00:59:26.517 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 } }] |
| 6381 | 2026-08-31T00:59:27.583Z | Aug 31 00:59:26.517 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6382 | 2026-08-31T00:59:27.583Z | Aug 31 00:59:26.517 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 } }] |
| 6383 | 2026-08-31T00:59:27.583Z | Aug 31 00:59:26.517 INFO Aug 31 00:59:26.517adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 6384 | 2026-08-31T00:59:27.584Z | DEBG created new freemapAug 31 00:59:26.517, unitDEBG: replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 6385 | 2026-08-31T00:59:27.584Z | |
| 6386 | 2026-08-31T00:59:27.584Z | Aug 31 00:59:26.517 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 31 00:59:26.517 |
| 6387 | 2026-08-31T00:59:27.584Z | DEBG created new freemap, unitAug 31 00:59:26.517: DEBGfreemap_route_ipv6 |
| 6388 | 2026-08-31T00:59:27.584Z | 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 } }] |
| 6389 | 2026-08-31T00:59:27.584Z | Aug 31 00:59:26.517Aug 31 00:59:26.517 DEBGINFO initted freemap. size: 64adding route 3fff:beef:14::/64 -> 2001:db8::55:ff, |
| 6390 | 2026-08-31T00:59:27.584Z | unit: freemap_route_ipv4 |
| 6391 | 2026-08-31T00:59:27.584Z | Aug 31 00:59:26.517 DEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:59:26.517 |
| 6392 | 2026-08-31T00:59:27.584Z | DEBG reset freemap, Aug 31 00:59:26.517unit :INFO freemap_route_ipv4adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 6393 | 2026-08-31T00:59:27.584Z | |
| 6394 | 2026-08-31T00:59:27.584Z | Aug 31 00:59:26.517Aug 31 00:59:26.517 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 } }]initted freemap. size: 64 |
| 6395 | 2026-08-31T00:59:27.584Z | , unitAug 31 00:59:26.517: DEBGfreemap_route_ipv6 Aug 31 00:59:26.517created new freemap |
| 6396 | 2026-08-31T00:59:27.584Z | , INFOunitAug 31 00:59:26.517 :adding route 3fff:beef:16::/64 -> 2001:db8::55:ff DEBGfreemap_route_ipv4 |
| 6397 | 2026-08-31T00:59:27.584Z | |
| 6398 | 2026-08-31T00:59:27.584Z | reset freemap, unit:Aug 31 00:59:26.517 Aug 31 00:59:26.517freemap_route_ipv6 DEBGDEBG |
| 6399 | 2026-08-31T00:59:27.584Z | 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 } }]created new freemap |
| 6400 | 2026-08-31T00:59:27.588Z | , unit:Aug 31 00:59:26.517 Aug 31 00:59:26.517INFOfreemap_route_ipv6 INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6401 | 2026-08-31T00:59:27.588Z | |
| 6402 | 2026-08-31T00:59:27.588Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 6403 | 2026-08-31T00:59:27.588Z | Aug 31 00:59:26.517Aug 31 00:59:26.517 DEBGDEBG Aug 31 00:59:26.517replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6404 | 2026-08-31T00:59:27.588Z | DEBGinitted 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 } }]unit |
| 6405 | 2026-08-31T00:59:27.588Z | :Aug 31 00:59:26.517 freemap_route_ipv4INFO |
| 6406 | 2026-08-31T00:59:27.588Z | adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 31 00:59:26.517 |
| 6407 | 2026-08-31T00:59:27.588Z | INFOAug 31 00:59:26.517 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG |
| 6408 | 2026-08-31T00:59:27.588Z | Aug 31 00:59:26.517 reset freemapDEBG, Aug 31 00:59:26.517unitreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] :DEBG |
| 6409 | 2026-08-31T00:59:27.588Z | 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 } }] |
| 6410 | 2026-08-31T00:59:27.588Z | freemap_route_ipv4Aug 31 00:59:26.517 |
| 6411 | 2026-08-31T00:59:27.588Z | INFO Aug 31 00:59:26.517adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 31 00:59:26.517 |
| 6412 | 2026-08-31T00:59:27.588Z | INFODEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 6413 | 2026-08-31T00:59:27.588Z | , unitAug 31 00:59:26.517: Aug 31 00:59:26.517freemap_route_ipv6 |
| 6414 | 2026-08-31T00:59:27.588Z | DEBGDEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:59:26.517 |
| 6415 | 2026-08-31T00:59:27.588Z | |
| 6416 | 2026-08-31T00:59:27.588Z | test port_map::tests::parse_softnpu_revision ... ok |
| 6417 | 2026-08-31T00:59:27.588Z | DEBG reset freemap, unit: freemap_route_ipv6 |
| 6418 | 2026-08-31T00:59:27.588Z | Aug 31 00:59:26.517Aug 31 00:59:26.517 INFOAug 31 00:59:26.517 adding route 3fff:beef:2::/64 -> 2001:db8::55:ffDEBG |
| 6419 | 2026-08-31T00:59:27.588Z | created new freemap, unit: freemap_route_ipv4 |
| 6420 | 2026-08-31T00:59:27.588Z | Aug 31 00:59:26.517Aug 31 00:59:26.517 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 } }]created new freemap |
| 6421 | 2026-08-31T00:59:27.588Z | , unit: freemap_route_ipv6Aug 31 00:59:26.517 |
| 6422 | 2026-08-31T00:59:27.588Z | INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6423 | 2026-08-31T00:59:27.588Z | Aug 31 00:59:26.517 Aug 31 00:59:26.517DEBG 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 } }]unit |
| 6424 | 2026-08-31T00:59:27.588Z | : freemap_route_ipv4 |
| 6425 | 2026-08-31T00:59:27.588Z | Aug 31 00:59:26.517 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6426 | 2026-08-31T00:59:27.588Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 31 00:59:26.517 |
| 6427 | 2026-08-31T00:59:27.588Z | Aug 31 00:59:26.517 Aug 31 00:59:26.517INFO DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG |
| 6428 | 2026-08-31T00:59:27.588Z | Aug 31 00:59:26.517replacing 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 } }]reset freemap , |
| 6429 | 2026-08-31T00:59:27.588Z | DEBGunit: replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4Aug 31 00:59:26.517 |
| 6430 | 2026-08-31T00:59:27.588Z | |
| 6431 | 2026-08-31T00:59:27.588Z | INFOAug 31 00:59:26.517 Aug 31 00:59:26.517adding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 31 00:59:26.517DEBGDEBG |
| 6432 | 2026-08-31T00:59:27.588Z | INFOinitted 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 } }], adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 31 00:59:26.517 |
| 6433 | 2026-08-31T00:59:27.588Z | DEBGunit :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 } }] |
| 6434 | 2026-08-31T00:59:27.588Z | freemap_route_ipv6 |
| 6435 | 2026-08-31T00:59:27.589Z | |
| 6436 | 2026-08-31T00:59:27.589Z | Aug 31 00:59:26.517 DEBG Aug 31 00:59:26.517Aug 31 00:59:26.517Aug 31 00:59:26.517 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 } }] DEBGINFO |
| 6437 | 2026-08-31T00:59:27.589Z | reset freemap , unitAug 31 00:59:26.517INFOadding route 3fff:dead::/64 -> 2001:db8::55:1: |
| 6438 | 2026-08-31T00:59:27.589Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff freemap_route_ipv6INFO |
| 6439 | 2026-08-31T00:59:27.589Z | |
| 6440 | 2026-08-31T00:59:27.589Z | Aug 31 00:59:26.517 adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG |
| 6441 | 2026-08-31T00:59:27.589Z | Aug 31 00:59:26.517Aug 31 00:59:26.517Aug 31 00:59:26.517 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO |
| 6442 | 2026-08-31T00:59:27.589Z | DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6443 | 2026-08-31T00:59:27.589Z | created new freemapDEBGAug 31 00:59:26.517 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 } }], DEBGunit Aug 31 00:59:26.517Aug 31 00:59:26.517replacing 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 } }] |
| 6444 | 2026-08-31T00:59:27.589Z | |
| 6445 | 2026-08-31T00:59:27.589Z | DEBG: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] INFO |
| 6446 | 2026-08-31T00:59:27.589Z | freemap_route_ipv4Aug 31 00:59:26.517 |
| 6447 | 2026-08-31T00:59:27.589Z | adding route 3fff:dead::/64 -> 2001:db8::55:2INFO |
| 6448 | 2026-08-31T00:59:27.589Z | Aug 31 00:59:26.517 Aug 31 00:59:26.517adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffINFO Aug 31 00:59:26.517 INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6449 | 2026-08-31T00:59:27.589Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 31 00:59:26.517DEBG |
| 6450 | 2026-08-31T00:59:27.589Z | DEBG |
| 6451 | 2026-08-31T00:59:27.589Z | Aug 31 00:59:26.517Aug 31 00:59:26.517replacing 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 } }] created new freemap |
| 6452 | 2026-08-31T00:59:27.589Z | DEBG 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 6453 | 2026-08-31T00:59:27.589Z | |
| 6454 | 2026-08-31T00:59:27.589Z | Aug 31 00:59:26.517Aug 31 00:59:26.517 INFOAug 31 00:59:26.517, Aug 31 00:59:26.517DEBG INFOINFOadding route 3fff:beef::/64 -> 2001:db8::55:ff adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6455 | 2026-08-31T00:59:27.589Z | adding route 3fff:beef::/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 } }] |
| 6456 | 2026-08-31T00:59:27.589Z | |
| 6457 | 2026-08-31T00:59:27.589Z | unit |
| 6458 | 2026-08-31T00:59:27.589Z | :Aug 31 00:59:26.517Aug 31 00:59:26.517 DEBG freemap_route_ipv6DEBG |
| 6459 | 2026-08-31T00:59:27.589Z | replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:59:26.517 |
| 6460 | 2026-08-31T00:59:27.589Z | 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 } }] |
| 6461 | 2026-08-31T00:59:27.589Z | DEBG Aug 31 00:59:26.517Aug 31 00:59:26.517replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 00:59:26.517INFO INFOAug 31 00:59:26.517 |
| 6462 | 2026-08-31T00:59:27.589Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ffDEBG INFO |
| 6463 | 2026-08-31T00:59:27.589Z | initted freemap. size: 64 adding route 3fff:beef:1::/64 -> 2001:db8::55:ff, |
| 6464 | 2026-08-31T00:59:27.589Z | Aug 31 00:59:26.517 unitDEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 6465 | 2026-08-31T00:59:27.589Z | replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:59:26.517 |
| 6466 | 2026-08-31T00:59:27.589Z | : freemap_route_ipv4 INFOAug 31 00:59:26.517 adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6467 | 2026-08-31T00:59:27.589Z | |
| 6468 | 2026-08-31T00:59:27.589Z | Aug 31 00:59:26.517 DEBGAug 31 00:59:26.517DEBG Aug 31 00:59:26.517 INFO 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 } }] adding route 3fff:beef:2::/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 } }]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 } }] |
| 6469 | 2026-08-31T00:59:27.589Z | |
| 6470 | 2026-08-31T00:59:27.589Z | |
| 6471 | 2026-08-31T00:59:27.589Z | |
| 6472 | 2026-08-31T00:59:27.589Z | Aug 31 00:59:26.517Aug 31 00:59:26.517 Aug 31 00:59:26.517DEBGDEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:59:26.517 |
| 6473 | 2026-08-31T00:59:27.589Z | Aug 31 00:59:26.517 INFOreset freemapINFOAug 31 00:59:26.517, INFOINFO unitadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6474 | 2026-08-31T00:59:27.589Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6475 | 2026-08-31T00:59:27.590Z | |
| 6476 | 2026-08-31T00:59:27.590Z | : freemap_route_ipv4Aug 31 00:59:26.517Aug 31 00:59:26.517 |
| 6477 | 2026-08-31T00:59:27.590Z | DEBG Aug 31 00:59:26.517DEBG DEBGreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 6478 | 2026-08-31T00:59:27.590Z | |
| 6479 | 2026-08-31T00:59:27.590Z | replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:59:26.517 |
| 6480 | 2026-08-31T00:59:27.590Z | Aug 31 00:59:26.517DEBG Aug 31 00:59:26.517Aug 31 00:59:26.517INFO initted freemap. size: 64 INFO , adding route 3fff:beef:4::/64 -> 2001:db8::55:ff INFO |
| 6481 | 2026-08-31T00:59:27.590Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ffunit |
| 6482 | 2026-08-31T00:59:27.590Z | |
| 6483 | 2026-08-31T00:59:27.590Z | :Aug 31 00:59:26.517 Aug 31 00:59:26.517freemap_route_ipv6Aug 31 00:59:26.517DEBG |
| 6484 | 2026-08-31T00:59:27.590Z | 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 |
| 6485 | 2026-08-31T00:59:27.590Z | 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 |
| 6486 | 2026-08-31T00:59:27.590Z | replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:59:26.517 |
| 6487 | 2026-08-31T00:59:27.590Z | Aug 31 00:59:26.517Aug 31 00:59:26.517INFO Aug 31 00:59:26.517INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff adding route 3fff:beef:4::/64 -> 2001:db8::55:ffINFODEBG |
| 6488 | 2026-08-31T00:59:27.590Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6489 | 2026-08-31T00:59:27.590Z | reset freemap |
| 6490 | 2026-08-31T00:59:27.590Z | , unit:Aug 31 00:59:26.517 Aug 31 00:59:26.517Aug 31 00:59:26.517DEBG freemap_route_ipv6 DEBGDEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 6491 | 2026-08-31T00:59:27.590Z | 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 } }] |
| 6492 | 2026-08-31T00:59:27.590Z | |
| 6493 | 2026-08-31T00:59:27.590Z | |
| 6494 | 2026-08-31T00:59:27.590Z | Aug 31 00:59:26.517 Aug 31 00:59:26.517INFOAug 31 00:59:26.517 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffINFO Aug 31 00:59:26.517INFO |
| 6495 | 2026-08-31T00:59:27.590Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6496 | 2026-08-31T00:59:27.590Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff INFO |
| 6497 | 2026-08-31T00:59:27.590Z | Aug 31 00:59:26.517Aug 31 00:59:26.517 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG DEBGAug 31 00:59:26.517replacing 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 } }] |
| 6498 | 2026-08-31T00:59:27.590Z | 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 } }] |
| 6499 | 2026-08-31T00:59:27.590Z | DEBG |
| 6500 | 2026-08-31T00:59:27.594Z | replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:59:26.517 |
| 6501 | 2026-08-31T00:59:27.594Z | Aug 31 00:59:26.517INFO Aug 31 00:59:26.517INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6502 | 2026-08-31T00:59:27.594Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff Aug 31 00:59:26.517DEBG INFOAug 31 00:59:26.517 |
| 6503 | 2026-08-31T00:59:27.594Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] DEBG |
| 6504 | 2026-08-31T00:59:27.594Z | 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:7::/64 -> 2001:db8::55:ff |
| 6505 | 2026-08-31T00:59:27.594Z | |
| 6506 | 2026-08-31T00:59:27.594Z | Aug 31 00:59:26.517 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 31 00:59:26.517Aug 31 00:59:26.517Aug 31 00:59:26.517 INFO |
| 6507 | 2026-08-31T00:59:27.594Z | DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6508 | 2026-08-31T00:59:27.594Z | DEBGreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6509 | 2026-08-31T00:59:27.594Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 00:59:26.517Aug 31 00:59:26.517 |
| 6510 | 2026-08-31T00:59:27.595Z | INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6511 | 2026-08-31T00:59:27.595Z | Aug 31 00:59:26.517 Aug 31 00:59:26.518INFO DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6512 | 2026-08-31T00:59:27.595Z | replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 6513 | 2026-08-31T00:59:27.595Z | replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:59:26.518 |
| 6514 | 2026-08-31T00:59:27.595Z | 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 } }] |
| 6515 | 2026-08-31T00:59:27.595Z | Aug 31 00:59:26.518 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 31 00:59:26.518Aug 31 00:59:26.518 |
| 6516 | 2026-08-31T00:59:27.595Z | INFO INFOadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6517 | 2026-08-31T00:59:27.595Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 31 00:59:26.518 |
| 6518 | 2026-08-31T00:59:27.595Z | Aug 31 00:59:26.518DEBG DEBGAug 31 00:59:26.518 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:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6519 | 2026-08-31T00:59:27.595Z | 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 } }] |
| 6520 | 2026-08-31T00:59:27.595Z | |
| 6521 | 2026-08-31T00:59:27.595Z | Aug 31 00:59:26.518 Aug 31 00:59:26.518INFO Aug 31 00:59:26.518INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6522 | 2026-08-31T00:59:27.595Z | |
| 6523 | 2026-08-31T00:59:27.595Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6524 | 2026-08-31T00:59:27.595Z | Aug 31 00:59:26.518Aug 31 00:59:26.518Aug 31 00:59:26.518 DEBGDEBG DEBGreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 6525 | 2026-08-31T00:59:27.595Z | 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 } }] |
| 6526 | 2026-08-31T00:59:27.595Z | |
| 6527 | 2026-08-31T00:59:27.595Z | Aug 31 00:59:26.518 INFO Aug 31 00:59:26.518Aug 31 00:59:26.518adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 6528 | 2026-08-31T00:59:27.595Z | INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6529 | 2026-08-31T00:59:27.595Z | |
| 6530 | 2026-08-31T00:59:27.595Z | Aug 31 00:59:26.518 DEBG Aug 31 00:59:26.518Aug 31 00:59:26.518 replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6531 | 2026-08-31T00:59:27.595Z | DEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6532 | 2026-08-31T00:59:27.595Z | Aug 31 00:59:26.518 |
| 6533 | 2026-08-31T00:59:27.595Z | INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6534 | 2026-08-31T00:59:27.595Z | Aug 31 00:59:26.518Aug 31 00:59:26.518 INFOINFO Aug 31 00:59:26.518adding route 3fff:beef:b::/64 -> 2001:db8::55:ff DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6535 | 2026-08-31T00:59:27.595Z | |
| 6536 | 2026-08-31T00:59:27.595Z | 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 } }] |
| 6537 | 2026-08-31T00:59:27.595Z | Aug 31 00:59:26.518Aug 31 00:59:26.518Aug 31 00:59:26.518 DEBGINFO DEBGadding route 3fff:beef:14::/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 } }] |
| 6538 | 2026-08-31T00:59:27.595Z | |
| 6539 | 2026-08-31T00:59:27.595Z | 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 } }] |
| 6540 | 2026-08-31T00:59:27.595Z | Aug 31 00:59:26.518Aug 31 00:59:26.518 INFODEBG adding route 3fff:beef:d::/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 } }] |
| 6541 | 2026-08-31T00:59:27.595Z | |
| 6542 | 2026-08-31T00:59:27.595Z | Aug 31 00:59:26.518 INFOAug 31 00:59:26.518Aug 31 00:59:26.518 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffINFO |
| 6543 | 2026-08-31T00:59:27.595Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBG |
| 6544 | 2026-08-31T00:59:27.595Z | 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 } }] |
| 6545 | 2026-08-31T00:59:27.595Z | Aug 31 00:59:26.518Aug 31 00:59:26.518 DEBGDEBGAug 31 00:59:26.518 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: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 |
| 6546 | 2026-08-31T00:59:27.595Z | |
| 6547 | 2026-08-31T00:59:27.595Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6548 | 2026-08-31T00:59:27.595Z | Aug 31 00:59:26.518Aug 31 00:59:26.518 Aug 31 00:59:26.518INFO INFO DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 6549 | 2026-08-31T00:59:27.596Z | 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 } }] |
| 6550 | 2026-08-31T00:59:27.596Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6551 | 2026-08-31T00:59:27.596Z | Aug 31 00:59:26.518Aug 31 00:59:26.518Aug 31 00:59:26.518 INFO DEBG adding route 3fff:beef:f::/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 } }] |
| 6552 | 2026-08-31T00:59:27.596Z | |
| 6553 | 2026-08-31T00:59:27.596Z | 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 } }] |
| 6554 | 2026-08-31T00:59:27.596Z | Aug 31 00:59:26.518Aug 31 00:59:26.518 DEBGINFO Aug 31 00:59:26.518replacing 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 } }] |
| 6555 | 2026-08-31T00:59:27.596Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO |
| 6556 | 2026-08-31T00:59:27.596Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 31 00:59:26.518 |
| 6557 | 2026-08-31T00:59:27.596Z | Aug 31 00:59:26.518INFO DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6558 | 2026-08-31T00:59:27.596Z | Aug 31 00:59:26.518replacing 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 } }] |
| 6559 | 2026-08-31T00:59:27.596Z | DEBG Aug 31 00:59:26.518replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 00:59:26.518DEBG |
| 6560 | 2026-08-31T00:59:27.596Z | 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 } }] |
| 6561 | 2026-08-31T00:59:27.596Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 31 00:59:26.518 |
| 6562 | 2026-08-31T00:59:27.596Z | INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6563 | 2026-08-31T00:59:27.596Z | Aug 31 00:59:26.518Aug 31 00:59:26.518 INFODEBG Aug 31 00:59:26.518 adding route 3fff:beef:11::/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 } }] |
| 6564 | 2026-08-31T00:59:27.596Z | |
| 6565 | 2026-08-31T00:59:27.596Z | 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 } }] |
| 6566 | 2026-08-31T00:59:27.596Z | Aug 31 00:59:26.518Aug 31 00:59:26.518Aug 31 00:59:26.518 DEBG INFOINFO adding route 3fff:beef:19::/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 } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6567 | 2026-08-31T00:59:27.596Z | |
| 6568 | 2026-08-31T00:59:27.596Z | |
| 6569 | 2026-08-31T00:59:27.596Z | Aug 31 00:59:26.518Aug 31 00:59:26.518 DEBGAug 31 00:59:26.518INFO DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6570 | 2026-08-31T00:59:27.596Z | |
| 6571 | 2026-08-31T00:59:27.596Z | |
| 6572 | 2026-08-31T00:59:27.596Z | Aug 31 00:59:26.518Aug 31 00:59:26.518Aug 31 00:59:26.518 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 } }]INFO |
| 6573 | 2026-08-31T00:59:27.596Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6574 | 2026-08-31T00:59:27.596Z | |
| 6575 | 2026-08-31T00:59:27.596Z | Aug 31 00:59:26.518 Aug 31 00:59:26.518Aug 31 00:59:26.518INFO DEBGDEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6576 | 2026-08-31T00:59:27.596Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6577 | 2026-08-31T00:59:27.596Z | |
| 6578 | 2026-08-31T00:59:27.596Z | Aug 31 00:59:26.518Aug 31 00:59:26.518 Aug 31 00:59:26.518DEBGINFO INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff 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:1b::/64 -> 2001:db8::55:ff |
| 6579 | 2026-08-31T00:59:27.596Z | |
| 6580 | 2026-08-31T00:59:27.596Z | |
| 6581 | 2026-08-31T00:59:27.596Z | Aug 31 00:59:26.518Aug 31 00:59:26.518Aug 31 00:59:26.518 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:14::/64 -> 2001:db8::55:ff |
| 6582 | 2026-08-31T00:59:27.596Z | |
| 6583 | 2026-08-31T00:59:27.596Z | Aug 31 00:59:26.518Aug 31 00:59:26.518 INFODEBG DEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6584 | 2026-08-31T00:59:27.596Z | replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6585 | 2026-08-31T00:59:27.596Z | |
| 6586 | 2026-08-31T00:59:27.596Z | Aug 31 00:59:26.518 DEBG Aug 31 00:59:26.518replacing 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 } }] |
| 6587 | 2026-08-31T00:59:27.596Z | Aug 31 00:59:26.518INFO INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6588 | 2026-08-31T00:59:27.596Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 31 00:59:26.518 |
| 6589 | 2026-08-31T00:59:27.597Z | INFO Aug 31 00:59:26.518adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 6590 | 2026-08-31T00:59:27.597Z | Aug 31 00:59:26.518DEBG DEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6591 | 2026-08-31T00:59:27.597Z | Aug 31 00:59:26.518 |
| 6592 | 2026-08-31T00:59:27.597Z | 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 } }] |
| 6593 | 2026-08-31T00:59:27.597Z | Aug 31 00:59:26.518Aug 31 00:59:26.518 INFOINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 31 00:59:26.518adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 6594 | 2026-08-31T00:59:27.597Z | |
| 6595 | 2026-08-31T00:59:27.597Z | INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6596 | 2026-08-31T00:59:27.597Z | Aug 31 00:59:26.518Aug 31 00:59:26.518 DEBGDEBG Aug 31 00:59:26.518 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: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 |
| 6597 | 2026-08-31T00:59:27.597Z | |
| 6598 | 2026-08-31T00:59:27.597Z | 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 } }] |
| 6599 | 2026-08-31T00:59:27.597Z | Aug 31 00:59:26.518 Aug 31 00:59:26.518INFO Aug 31 00:59:26.518INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 6600 | 2026-08-31T00:59:27.601Z | INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6601 | 2026-08-31T00:59:27.601Z | |
| 6602 | 2026-08-31T00:59:27.601Z | Aug 31 00:59:26.518 Aug 31 00:59:26.518DEBGAug 31 00:59:26.518 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 |
| 6603 | 2026-08-31T00:59:27.601Z | 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 } }] |
| 6604 | 2026-08-31T00:59:27.601Z | replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:59:26.518 |
| 6605 | 2026-08-31T00:59:27.601Z | INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 31 00:59:26.518 |
| 6606 | 2026-08-31T00:59:27.601Z | Aug 31 00:59:26.518INFO INFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6607 | 2026-08-31T00:59:27.601Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 31 00:59:26.518 |
| 6608 | 2026-08-31T00:59:27.601Z | 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 } }]Aug 31 00:59:26.518 |
| 6609 | 2026-08-31T00:59:27.601Z | Aug 31 00:59:26.518DEBG 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 |
| 6610 | 2026-08-31T00:59:27.601Z | Aug 31 00:59:26.518replacing 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 } }] |
| 6611 | 2026-08-31T00:59:27.601Z | INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 6612 | 2026-08-31T00:59:27.601Z | Aug 31 00:59:26.518Aug 31 00:59:26.518 INFOAug 31 00:59:26.518INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 6613 | 2026-08-31T00:59:27.601Z | DEBGAug 31 00:59:26.518 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 |
| 6614 | 2026-08-31T00:59:27.601Z | 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 } }] |
| 6615 | 2026-08-31T00:59:27.601Z | Aug 31 00:59:26.518 INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff Aug 31 00:59:26.518adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6616 | 2026-08-31T00:59:27.601Z | |
| 6617 | 2026-08-31T00:59:27.601Z | INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 31 00:59:26.518 |
| 6618 | 2026-08-31T00:59:27.601Z | Aug 31 00:59:26.518 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: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 } }] |
| 6619 | 2026-08-31T00:59:27.601Z | |
| 6620 | 2026-08-31T00:59:27.601Z | Aug 31 00:59:26.518Aug 31 00:59:26.518Aug 31 00:59:26.518 INFODEBG INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6621 | 2026-08-31T00:59:27.602Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6622 | 2026-08-31T00:59:27.602Z | 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 } }] |
| 6623 | 2026-08-31T00:59:27.602Z | Aug 31 00:59:26.518Aug 31 00:59:26.518 Aug 31 00:59:26.518 DEBG DEBGINFOreplacing 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 } }] |
| 6624 | 2026-08-31T00:59:27.602Z | replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 6625 | 2026-08-31T00:59:27.602Z | |
| 6626 | 2026-08-31T00:59:27.602Z | Aug 31 00:59:26.518 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 31 00:59:26.518 |
| 6627 | 2026-08-31T00:59:27.602Z | INFO Aug 31 00:59:26.518adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff Aug 31 00:59:26.518DEBG |
| 6628 | 2026-08-31T00:59:27.602Z | DEBGreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6629 | 2026-08-31T00:59:27.602Z | 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 } }] |
| 6630 | 2026-08-31T00:59:27.602Z | Aug 31 00:59:26.518Aug 31 00:59:26.518 Aug 31 00:59:26.518DEBG INFO 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 } }] |
| 6631 | 2026-08-31T00:59:27.602Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 6632 | 2026-08-31T00:59:27.602Z | |
| 6633 | 2026-08-31T00:59:27.602Z | Aug 31 00:59:26.518 Aug 31 00:59:26.518Aug 31 00:59:26.518 DEBGINFODEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6634 | 2026-08-31T00:59:27.602Z | |
| 6635 | 2026-08-31T00:59:27.602Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 6636 | 2026-08-31T00:59:27.602Z | Aug 31 00:59:26.518 INFOAug 31 00:59:26.518 Aug 31 00:59:26.518 adding route 3fff:beef:22::/64 -> 2001:db8::55:ff INFO |
| 6637 | 2026-08-31T00:59:27.602Z | DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff 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 } }] |
| 6638 | 2026-08-31T00:59:27.602Z | |
| 6639 | 2026-08-31T00:59:27.602Z | Aug 31 00:59:26.518 DEBGAug 31 00:59:26.518Aug 31 00:59:26.518 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 } }] |
| 6640 | 2026-08-31T00:59:27.602Z | INFODEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6641 | 2026-08-31T00:59:27.602Z | replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:59:26.518 |
| 6642 | 2026-08-31T00:59:27.602Z | INFO Aug 31 00:59:26.518adding route 3fff:beef:23::/64 -> 2001:db8::55:ff Aug 31 00:59:26.518DEBG |
| 6643 | 2026-08-31T00:59:27.602Z | INFOreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6644 | 2026-08-31T00:59:27.602Z | Aug 31 00:59:26.518adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 6645 | 2026-08-31T00:59:27.602Z | DEBGAug 31 00:59:26.518 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 } }] |
| 6646 | 2026-08-31T00:59:27.602Z | INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 31 00:59:26.518 |
| 6647 | 2026-08-31T00:59:27.602Z | Aug 31 00:59:26.518DEBG INFOreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6648 | 2026-08-31T00:59:27.602Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 31 00:59:26.518 |
| 6649 | 2026-08-31T00:59:27.602Z | DEBG Aug 31 00:59:26.518replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:59:26.518 |
| 6650 | 2026-08-31T00:59:27.602Z | INFODEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:59:26.518 |
| 6651 | 2026-08-31T00:59:27.602Z | |
| 6652 | 2026-08-31T00:59:27.602Z | INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 31 00:59:26.518 |
| 6653 | 2026-08-31T00:59:27.602Z | Aug 31 00:59:26.518 INFODEBG Aug 31 00:59:26.518 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 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 6654 | 2026-08-31T00:59:27.602Z | |
| 6655 | 2026-08-31T00:59:27.602Z | 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 } }] |
| 6656 | 2026-08-31T00:59:27.602Z | Aug 31 00:59:26.518Aug 31 00:59:26.518 Aug 31 00:59:26.518DEBG 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 } }] |
| 6657 | 2026-08-31T00:59:27.602Z | INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 6658 | 2026-08-31T00:59:27.602Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 6659 | 2026-08-31T00:59:27.602Z | Aug 31 00:59:26.518Aug 31 00:59:26.518 Aug 31 00:59:26.518DEBG INFODEBGreplacing 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 } }] |
| 6660 | 2026-08-31T00:59:27.602Z | adding route 3fff:beef:26::/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 } }] |
| 6661 | 2026-08-31T00:59:27.603Z | |
| 6662 | 2026-08-31T00:59:27.603Z | Aug 31 00:59:26.518Aug 31 00:59:26.518Aug 31 00:59:26.518 INFODEBG INFO adding route 3fff:beef:22::/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 } }] |
| 6663 | 2026-08-31T00:59:27.603Z | |
| 6664 | 2026-08-31T00:59:27.603Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 6665 | 2026-08-31T00:59:27.603Z | Aug 31 00:59:26.518Aug 31 00:59:26.518Aug 31 00:59:26.518 DEBGDEBGINFO 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:27::/64 -> 2001:db8::55:ff |
| 6666 | 2026-08-31T00:59:27.603Z | |
| 6667 | 2026-08-31T00:59:27.603Z | 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 } }] |
| 6668 | 2026-08-31T00:59:27.603Z | Aug 31 00:59:26.518adding route 3fff:beef:17::/64 -> 2001:db8::55:ff Aug 31 00:59:26.518Aug 31 00:59:26.518 DEBG |
| 6669 | 2026-08-31T00:59:27.603Z | INFOreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6670 | 2026-08-31T00:59:27.603Z | INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 31 00:59:26.518 |
| 6671 | 2026-08-31T00:59:27.603Z | Aug 31 00:59:26.518adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBG |
| 6672 | 2026-08-31T00:59:27.603Z | INFO replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 31 00:59:26.518Aug 31 00:59:26.518Aug 31 00:59:26.518 DEBG DEBGDEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6673 | 2026-08-31T00:59:27.603Z | |
| 6674 | 2026-08-31T00:59:27.603Z | |
| 6675 | 2026-08-31T00:59:27.603Z | 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 } }]created new freemapAug 31 00:59:26.518Aug 31 00:59:26.518 , |
| 6676 | 2026-08-31T00:59:27.603Z | unit:Aug 31 00:59:26.518 freemap_route_ipv4 INFOAug 31 00:59:26.518 |
| 6677 | 2026-08-31T00:59:27.603Z | DEBG INFO replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 6678 | 2026-08-31T00:59:27.603Z | |
| 6679 | 2026-08-31T00:59:27.603Z | |
| 6680 | 2026-08-31T00:59:27.603Z | Aug 31 00:59:26.518 DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff created new freemap |
| 6681 | 2026-08-31T00:59:27.603Z | , Aug 31 00:59:26.518Aug 31 00:59:26.518unit : DEBGAug 31 00:59:26.518freemap_route_ipv6 |
| 6682 | 2026-08-31T00:59:27.603Z | Aug 31 00:59:26.518replacing 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 } }] |
| 6683 | 2026-08-31T00:59:27.603Z | DEBG INFOreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:59:26.518 |
| 6684 | 2026-08-31T00:59:27.603Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 31 00:59:26.518 |
| 6685 | 2026-08-31T00:59:27.603Z | INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 31 00:59:26.518 |
| 6686 | 2026-08-31T00:59:27.603Z | DEBGDEBG Aug 31 00:59:26.518initted freemap. size: 64 Aug 31 00:59:26.518 , DEBGunit INFO: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_ipv4replacing 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 } }] |
| 6687 | 2026-08-31T00:59:27.603Z | |
| 6688 | 2026-08-31T00:59:27.603Z | |
| 6689 | 2026-08-31T00:59:27.603Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 6690 | 2026-08-31T00:59:27.603Z | Aug 31 00:59:26.518Aug 31 00:59:26.518 Aug 31 00:59:26.518 Aug 31 00:59:26.518INFODEBGINFO DEBGreset freemapadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 6691 | 2026-08-31T00:59:27.603Z | 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 } }], unitadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 6692 | 2026-08-31T00:59:27.603Z | : Aug 31 00:59:26.518freemap_route_ipv4 |
| 6693 | 2026-08-31T00:59:27.603Z | |
| 6694 | 2026-08-31T00:59:27.603Z | Aug 31 00:59:26.518DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:59:26.518 |
| 6695 | 2026-08-31T00:59:27.603Z | Aug 31 00:59:26.518INFO DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG 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 } }] |
| 6696 | 2026-08-31T00:59:27.603Z | |
| 6697 | 2026-08-31T00:59:27.603Z | initted freemap. size: 64, Aug 31 00:59:26.518unit :INFOAug 31 00:59:26.518 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 31 00:59:26.518freemap_route_ipv6 |
| 6698 | 2026-08-31T00:59:27.603Z | DEBG |
| 6699 | 2026-08-31T00:59:27.603Z | INFO replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 31 00:59:26.518 |
| 6700 | 2026-08-31T00:59:27.608Z | Aug 31 00:59:26.518 |
| 6701 | 2026-08-31T00:59:27.608Z | 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 } }]DEBG |
| 6702 | 2026-08-31T00:59:27.608Z | reset freemapAug 31 00:59:26.518, Aug 31 00:59:26.518unitDEBG : INFO 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 } }]freemap_route_ipv6 |
| 6703 | 2026-08-31T00:59:27.608Z | |
| 6704 | 2026-08-31T00:59:27.608Z | Aug 31 00:59:26.518Aug 31 00:59:26.518 INFO INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG |
| 6705 | 2026-08-31T00:59:27.608Z | adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 6706 | 2026-08-31T00:59:27.608Z | |
| 6707 | 2026-08-31T00:59:27.608Z | Aug 31 00:59:26.519replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 00:59:26.519DEBG DEBGAug 31 00:59:26.519replacing 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 } }] |
| 6708 | 2026-08-31T00:59:27.608Z | 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 } }] |
| 6709 | 2026-08-31T00:59:27.608Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 6710 | 2026-08-31T00:59:27.608Z | Aug 31 00:59:26.519 |
| 6711 | 2026-08-31T00:59:27.608Z | INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 31 00:59:26.519 |
| 6712 | 2026-08-31T00:59:27.608Z | INFOAug 31 00:59:26.519 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 31 00:59:26.519 |
| 6713 | 2026-08-31T00:59:27.608Z | 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 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 } }] |
| 6714 | 2026-08-31T00:59:27.608Z | Aug 31 00:59:26.519 |
| 6715 | 2026-08-31T00:59:27.608Z | DEBGAug 31 00:59:26.519 Aug 31 00:59:26.519replacing 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 } }] |
| 6716 | 2026-08-31T00:59:27.608Z | INFO INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 6717 | 2026-08-31T00:59:27.608Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 31 00:59:26.519 |
| 6718 | 2026-08-31T00:59:27.608Z | INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 31 00:59:26.519 |
| 6719 | 2026-08-31T00:59:27.608Z | Aug 31 00:59:26.519DEBG Aug 31 00:59:26.519replacing 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 } }] |
| 6720 | 2026-08-31T00:59:27.608Z | DEBGDEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:59:26.519 |
| 6721 | 2026-08-31T00:59:27.608Z | |
| 6722 | 2026-08-31T00:59:27.608Z | INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 6723 | 2026-08-31T00:59:27.608Z | Aug 31 00:59:26.519Aug 31 00:59:26.519 INFOAug 31 00:59:26.519 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG |
| 6724 | 2026-08-31T00:59:27.608Z | INFO replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6725 | 2026-08-31T00:59:27.608Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6726 | 2026-08-31T00:59:27.608Z | Aug 31 00:59:26.519 DEBGAug 31 00:59:26.519Aug 31 00:59:26.519 INFO replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG |
| 6727 | 2026-08-31T00:59:27.608Z | |
| 6728 | 2026-08-31T00:59:27.608Z | 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 } }] |
| 6729 | 2026-08-31T00:59:27.608Z | Aug 31 00:59:26.519Aug 31 00:59:26.519 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:30::/64 -> 2001:db8::55:ff |
| 6730 | 2026-08-31T00:59:27.608Z | |
| 6731 | 2026-08-31T00:59:27.608Z | Aug 31 00:59:26.519 INFO Aug 31 00:59:26.519adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6732 | 2026-08-31T00:59:27.608Z | Aug 31 00:59:26.519INFO DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 6733 | 2026-08-31T00:59:27.608Z | 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 } }] |
| 6734 | 2026-08-31T00:59:27.608Z | Aug 31 00:59:26.519Aug 31 00:59:26.519 Aug 31 00:59:26.519DEBGINFO 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:31::/64 -> 2001:db8::55:ff |
| 6735 | 2026-08-31T00:59:27.608Z | |
| 6736 | 2026-08-31T00:59:27.608Z | 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 } }] |
| 6737 | 2026-08-31T00:59:27.608Z | Aug 31 00:59:26.519 Aug 31 00:59:26.519INFOAug 31 00:59:26.519 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO |
| 6738 | 2026-08-31T00:59:27.609Z | 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 } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 31 00:59:26.519 |
| 6739 | 2026-08-31T00:59:27.609Z | DEBG |
| 6740 | 2026-08-31T00:59:27.609Z | replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:59:26.519 |
| 6741 | 2026-08-31T00:59:27.609Z | INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 31 00:59:26.519 |
| 6742 | 2026-08-31T00:59:27.609Z | Aug 31 00:59:26.519 DEBGINFO replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:59:26.519 |
| 6743 | 2026-08-31T00:59:27.609Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG |
| 6744 | 2026-08-31T00:59:27.609Z | 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 } }] |
| 6745 | 2026-08-31T00:59:27.609Z | test route::tests::grow_succeeds ... ok |
| 6746 | 2026-08-31T00:59:27.609Z | Aug 31 00:59:26.519Aug 31 00:59:26.519 Aug 31 00:59:26.519INFO DEBGINFO replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 6747 | 2026-08-31T00:59:27.609Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 6748 | 2026-08-31T00:59:27.609Z | |
| 6749 | 2026-08-31T00:59:27.609Z | Aug 31 00:59:26.519Aug 31 00:59:26.519 Aug 31 00:59:26.519INFO DEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }] |
| 6750 | 2026-08-31T00:59:27.609Z | |
| 6751 | 2026-08-31T00:59:27.609Z | 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 } }] |
| 6752 | 2026-08-31T00:59:27.609Z | Aug 31 00:59:26.519 Aug 31 00:59:26.519INFOAug 31 00:59:26.519 DEBGINFO replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6753 | 2026-08-31T00:59:27.609Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 6754 | 2026-08-31T00:59:27.609Z | |
| 6755 | 2026-08-31T00:59:27.609Z | Aug 31 00:59:26.519 INFOAug 31 00:59:26.519Aug 31 00:59:26.519 adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 6756 | 2026-08-31T00:59:27.609Z | 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 } }]DEBG |
| 6757 | 2026-08-31T00:59:27.609Z | Aug 31 00:59:26.519replacing 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 } }] |
| 6758 | 2026-08-31T00:59:27.609Z | 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 } }] |
| 6759 | 2026-08-31T00:59:27.609Z | Aug 31 00:59:26.519Aug 31 00:59:26.519 INFOAug 31 00:59:26.519 INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ffINFO |
| 6760 | 2026-08-31T00:59:27.609Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6761 | 2026-08-31T00:59:27.609Z | |
| 6762 | 2026-08-31T00:59:27.609Z | Aug 31 00:59:26.519 DEBGAug 31 00:59:26.519 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 |
| 6763 | 2026-08-31T00:59:27.609Z | 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 } }] |
| 6764 | 2026-08-31T00:59:27.609Z | Aug 31 00:59:26.519Aug 31 00:59:26.519 Aug 31 00:59:26.519INFODEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6765 | 2026-08-31T00:59:27.609Z | |
| 6766 | 2026-08-31T00:59:27.609Z | INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6767 | 2026-08-31T00:59:27.609Z | Aug 31 00:59:26.519 INFOAug 31 00:59:26.519 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG |
| 6768 | 2026-08-31T00:59:27.609Z | Aug 31 00:59:26.519 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 } }] |
| 6769 | 2026-08-31T00:59:27.609Z | replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:59:26.519 |
| 6770 | 2026-08-31T00:59:27.609Z | DEBG Aug 31 00:59:26.519replacing 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 } }] |
| 6771 | 2026-08-31T00:59:27.609Z | INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 6772 | 2026-08-31T00:59:27.609Z | Aug 31 00:59:26.519Aug 31 00:59:26.519 INFOAug 31 00:59:26.519 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO |
| 6773 | 2026-08-31T00:59:27.609Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG |
| 6774 | 2026-08-31T00:59:27.609Z | Aug 31 00:59:26.519replacing 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 } }] |
| 6775 | 2026-08-31T00:59:27.609Z | Aug 31 00:59:26.519DEBG 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 } }]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 } }] |
| 6776 | 2026-08-31T00:59:27.609Z | |
| 6777 | 2026-08-31T00:59:27.610Z | Aug 31 00:59:26.519Aug 31 00:59:26.519Aug 31 00:59:26.519 INFOINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFO |
| 6778 | 2026-08-31T00:59:27.610Z | |
| 6779 | 2026-08-31T00:59:27.610Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 6780 | 2026-08-31T00:59:27.610Z | Aug 31 00:59:26.519 Aug 31 00:59:26.519DEBG DEBGreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 00:59:26.519 |
| 6781 | 2026-08-31T00:59:27.610Z | 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 } }] |
| 6782 | 2026-08-31T00:59:27.610Z | DEBG Aug 31 00:59:26.519replacing 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 } }] |
| 6783 | 2026-08-31T00:59:27.610Z | INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 6784 | 2026-08-31T00:59:27.610Z | Aug 31 00:59:26.519Aug 31 00:59:26.519 INFOAug 31 00:59:26.519INFO DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 6785 | 2026-08-31T00:59:27.610Z | 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 } }] |
| 6786 | 2026-08-31T00:59:27.610Z | |
| 6787 | 2026-08-31T00:59:27.610Z | Aug 31 00:59:26.519Aug 31 00:59:26.519 INFODEBG Aug 31 00:59:26.519adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6788 | 2026-08-31T00:59:27.610Z | |
| 6789 | 2026-08-31T00:59:27.610Z | DEBG Aug 31 00:59:26.519replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:59:26.519 |
| 6790 | 2026-08-31T00:59:27.610Z | Aug 31 00:59:26.519 DEBGINFOINFO 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:37::/64 -> 2001:db8::55:ff |
| 6791 | 2026-08-31T00:59:27.610Z | |
| 6792 | 2026-08-31T00:59:27.610Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 6793 | 2026-08-31T00:59:27.610Z | Aug 31 00:59:26.519Aug 31 00:59:26.519Aug 31 00:59:26.519 Aug 31 00:59:26.519DEBGINFO replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 6794 | 2026-08-31T00:59:27.610Z | |
| 6795 | 2026-08-31T00:59:27.610Z | INFO DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 31 00:59:26.519 Aug 31 00:59:26.519 INFODEBG adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 6796 | 2026-08-31T00:59:27.610Z | |
| 6797 | 2026-08-31T00:59:27.610Z | replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6798 | 2026-08-31T00:59:27.610Z | |
| 6799 | 2026-08-31T00:59:27.610Z | Aug 31 00:59:26.519Aug 31 00:59:26.519Aug 31 00:59:26.519Aug 31 00:59:26.519 DEBG INFO replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 6800 | 2026-08-31T00:59:27.615Z | |
| 6801 | 2026-08-31T00:59:27.615Z | 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 } }]Aug 31 00:59:26.519adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 6802 | 2026-08-31T00:59:27.615Z | Aug 31 00:59:26.519 |
| 6803 | 2026-08-31T00:59:27.615Z | INFODEBG adding route 3fff:beef:39::/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 } }] |
| 6804 | 2026-08-31T00:59:27.615Z | |
| 6805 | 2026-08-31T00:59:27.615Z | Aug 31 00:59:26.519 DEBGAug 31 00:59:26.519Aug 31 00:59:26.519Aug 31 00:59:26.519 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 } }] failed to allocate space for the new target list |
| 6806 | 2026-08-31T00:59:27.615Z | DEBG |
| 6807 | 2026-08-31T00:59:27.615Z | 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 } }] |
| 6808 | 2026-08-31T00:59:27.615Z | Aug 31 00:59:26.519adding route 3fff:beef:25::/64 -> 2001:db8::55:ff DEBGAug 31 00:59:26.519 |
| 6809 | 2026-08-31T00:59:27.615Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 31 00:59:26.519 INFOINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 6810 | 2026-08-31T00:59:27.615Z | Aug 31 00:59:26.519adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 6811 | 2026-08-31T00:59:27.615Z | |
| 6812 | 2026-08-31T00:59:27.615Z | DEBG Aug 31 00:59:26.519replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 00:59:26.519 |
| 6813 | 2026-08-31T00:59:27.615Z | DEBGDEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:59:26.519 |
| 6814 | 2026-08-31T00:59:27.615Z | replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 6815 | 2026-08-31T00:59:27.615Z | Aug 31 00:59:26.519adding route 3fff:beef:26::/64 -> 2001:db8::55:ff Aug 31 00:59:26.519INFO |
| 6816 | 2026-08-31T00:59:27.615Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFO |
| 6817 | 2026-08-31T00:59:27.615Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 6818 | 2026-08-31T00:59:27.615Z | Aug 31 00:59:26.519Aug 31 00:59:26.519 DEBGAug 31 00:59:26.519DEBG 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 } }]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 } }] |
| 6819 | 2026-08-31T00:59:27.615Z | 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 } }] |
| 6820 | 2026-08-31T00:59:27.615Z | |
| 6821 | 2026-08-31T00:59:27.615Z | Aug 31 00:59:26.519Aug 31 00:59:26.519Aug 31 00:59:26.519 INFOINFO INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 6822 | 2026-08-31T00:59:27.615Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 6823 | 2026-08-31T00:59:27.615Z | |
| 6824 | 2026-08-31T00:59:27.615Z | Aug 31 00:59:26.519 Aug 31 00:59:26.519Aug 31 00:59:26.519 DEBGDEBGDEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6825 | 2026-08-31T00:59:27.615Z | |
| 6826 | 2026-08-31T00:59:27.615Z | |
| 6827 | 2026-08-31T00:59:27.615Z | Aug 31 00:59:26.519Aug 31 00:59:26.519Aug 31 00:59:26.519 INFO INFOadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 6828 | 2026-08-31T00:59:27.615Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFO |
| 6829 | 2026-08-31T00:59:27.615Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 31 00:59:26.519 |
| 6830 | 2026-08-31T00:59:27.615Z | DEBG Aug 31 00:59:26.519replacing 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 } }] |
| 6831 | 2026-08-31T00:59:27.615Z | DEBGAug 31 00:59:26.519 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 } }]DEBGAug 31 00:59:26.519 |
| 6832 | 2026-08-31T00:59:27.615Z | 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:3e::/64 -> 2001:db8::55:ff |
| 6833 | 2026-08-31T00:59:27.615Z | |
| 6834 | 2026-08-31T00:59:27.615Z | Aug 31 00:59:26.519 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 31 00:59:26.519Aug 31 00:59:26.519 |
| 6835 | 2026-08-31T00:59:27.615Z | DEBGINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6836 | 2026-08-31T00:59:27.616Z | |
| 6837 | 2026-08-31T00:59:27.616Z | Aug 31 00:59:26.519 DEBGAug 31 00:59:26.519 Aug 31 00:59:26.519 DEBGDEBGreplacing 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 } }] |
| 6838 | 2026-08-31T00:59:27.616Z | failed to allocate space for the new target listreplacing 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 } }] |
| 6839 | 2026-08-31T00:59:27.616Z | |
| 6840 | 2026-08-31T00:59:27.616Z | Aug 31 00:59:26.519Aug 31 00:59:26.519Aug 31 00:59:26.519 DEBGINFOINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 6841 | 2026-08-31T00:59:27.616Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6842 | 2026-08-31T00:59:27.616Z | |
| 6843 | 2026-08-31T00:59:27.616Z | Aug 31 00:59:26.519Aug 31 00:59:26.519 DEBGDEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6844 | 2026-08-31T00:59:27.616Z | |
| 6845 | 2026-08-31T00:59:27.616Z | Aug 31 00:59:26.519Aug 31 00:59:26.519 INFOINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 6846 | 2026-08-31T00:59:27.616Z | |
| 6847 | 2026-08-31T00:59:27.616Z | Aug 31 00:59:26.519Aug 31 00:59:26.519 DEBGDEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6848 | 2026-08-31T00:59:27.616Z | |
| 6849 | 2026-08-31T00:59:27.616Z | Aug 31 00:59:26.519Aug 31 00:59:26.519 INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 6850 | 2026-08-31T00:59:27.616Z | |
| 6851 | 2026-08-31T00:59:27.616Z | Aug 31 00:59:26.519Aug 31 00:59:26.519 DEBGDEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6852 | 2026-08-31T00:59:27.616Z | |
| 6853 | 2026-08-31T00:59:27.616Z | Aug 31 00:59:26.519Aug 31 00:59:26.519 INFOINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 6854 | 2026-08-31T00:59:27.616Z | |
| 6855 | 2026-08-31T00:59:27.616Z | Aug 31 00:59:26.519Aug 31 00:59:26.519 DEBGDEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6856 | 2026-08-31T00:59:27.616Z | |
| 6857 | 2026-08-31T00:59:27.616Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 6858 | 2026-08-31T00:59:27.616Z | Aug 31 00:59:26.519Aug 31 00:59:26.519 INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 6859 | 2026-08-31T00:59:27.616Z | |
| 6860 | 2026-08-31T00:59:27.616Z | Aug 31 00:59:26.519Aug 31 00:59:26.519 DEBGDEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6861 | 2026-08-31T00:59:27.616Z | |
| 6862 | 2026-08-31T00:59:27.616Z | Aug 31 00:59:26.519Aug 31 00:59:26.519 INFOINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 6863 | 2026-08-31T00:59:27.616Z | |
| 6864 | 2026-08-31T00:59:27.616Z | Aug 31 00:59:26.519Aug 31 00:59:26.519 DEBGDEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6865 | 2026-08-31T00:59:27.616Z | |
| 6866 | 2026-08-31T00:59:27.616Z | Aug 31 00:59:26.519Aug 31 00:59:26.519 INFOINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 6867 | 2026-08-31T00:59:27.616Z | |
| 6868 | 2026-08-31T00:59:27.616Z | Aug 31 00:59:26.519Aug 31 00:59:26.519 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: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 } }] |
| 6869 | 2026-08-31T00:59:27.616Z | Aug 31 00:59:26.520Aug 31 00:59:26.520 Aug 31 00:59:26.520 DEBGDEBG created new freemap |
| 6870 | 2026-08-31T00:59:27.616Z | created new freemapDEBG, , unitunit:: freemap_route_ipv4freemap_route_ipv4 |
| 6871 | 2026-08-31T00:59:27.616Z | created new freemap |
| 6872 | 2026-08-31T00:59:27.616Z | , unit: freemap_route_ipv4 |
| 6873 | 2026-08-31T00:59:27.616Z | Aug 31 00:59:26.524 DEBGAug 31 00:59:26.524 created new freemapAug 31 00:59:26.524INFO, Aug 31 00:59:26.524DEBG INFOcreated new freemap , adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 6874 | 2026-08-31T00:59:27.616Z | unitAug 31 00:59:26.524 DEBG created new freemap:, unitfreemap_route_ipv6: |
| 6875 | 2026-08-31T00:59:27.616Z | Aug 31 00:59:26.524 adding route 3fff:beef:31::/64 -> 2001:db8::55:fffreemap_route_ipv6DEBG |
| 6876 | 2026-08-31T00:59:27.616Z | |
| 6877 | 2026-08-31T00:59:27.617Z | Aug 31 00:59:26.524replacing 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 } }] |
| 6878 | 2026-08-31T00:59:27.617Z | DEBG Aug 31 00:59:26.524initted freemap. size: 64Aug 31 00:59:26.524, unitDEBG :DEBG freemap_route_ipv4initted freemap. size: 64 |
| 6879 | 2026-08-31T00:59:27.617Z | replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], Aug 31 00:59:26.524 |
| 6880 | 2026-08-31T00:59:27.617Z | unit :Aug 31 00:59:26.524 INFOfreemap_route_ipv4DEBGAug 31 00:59:26.524 |
| 6881 | 2026-08-31T00:59:27.617Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffreset freemapINFO, |
| 6882 | 2026-08-31T00:59:27.617Z | unit:adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 6883 | 2026-08-31T00:59:27.617Z | Aug 31 00:59:26.524freemap_route_ipv4 |
| 6884 | 2026-08-31T00:59:27.617Z | DEBG Aug 31 00:59:26.524Aug 31 00:59:26.524 DEBG replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6885 | 2026-08-31T00:59:27.617Z | reset freemapAug 31 00:59:26.524DEBG, 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 } }]DEBGunit : |
| 6886 | 2026-08-31T00:59:27.617Z | freemap_route_ipv4initted freemap. size: 64, |
| 6887 | 2026-08-31T00:59:27.617Z | unitAug 31 00:59:26.524: Aug 31 00:59:26.524INFO Aug 31 00:59:26.524freemap_route_ipv6 adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 6888 | 2026-08-31T00:59:27.617Z | INFO DEBGadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 6889 | 2026-08-31T00:59:27.617Z | initted freemap. size: 64 |
| 6890 | 2026-08-31T00:59:27.617Z | , unitAug 31 00:59:26.524Aug 31 00:59:26.524 DEBGDEBG reset freemap:, 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 } }]unit |
| 6891 | 2026-08-31T00:59:27.617Z | Aug 31 00:59:26.524: freemap_route_ipv6 |
| 6892 | 2026-08-31T00:59:27.617Z | freemap_route_ipv6 DEBG |
| 6893 | 2026-08-31T00:59:27.617Z | Aug 31 00:59:26.524Aug 31 00:59:26.524replacing 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 } }] |
| 6894 | 2026-08-31T00:59:27.617Z | INFODEBG adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffAug 31 00:59:26.524 |
| 6895 | 2026-08-31T00:59:27.617Z | reset freemapAug 31 00:59:26.524, INFOunit :adding route 3fff:beef:34::/64 -> 2001:db8::55:ff Aug 31 00:59:26.524 |
| 6896 | 2026-08-31T00:59:27.617Z | INFOfreemap_route_ipv6 |
| 6897 | 2026-08-31T00:59:27.617Z | adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 6898 | 2026-08-31T00:59:27.617Z | replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:59:26.524Aug 31 00:59:26.524 |
| 6899 | 2026-08-31T00:59:27.617Z | INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 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 } }] |
| 6900 | 2026-08-31T00:59:27.621Z | |
| 6901 | 2026-08-31T00:59:27.621Z | Aug 31 00:59:26.524 Aug 31 00:59:26.524DEBG 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 } }] |
| 6902 | 2026-08-31T00:59:27.621Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 00:59:26.524 |
| 6903 | 2026-08-31T00:59:27.621Z | Aug 31 00:59:26.524DEBG Aug 31 00:59:26.524INFOAug 31 00:59:26.524 INFOfailed to allocate space for the new target list adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.2INFO |
| 6904 | 2026-08-31T00:59:27.621Z | |
| 6905 | 2026-08-31T00:59:27.621Z | |
| 6906 | 2026-08-31T00:59:27.621Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6907 | 2026-08-31T00:59:27.621Z | Aug 31 00:59:26.524Aug 31 00:59:26.524 DEBG Aug 31 00:59:26.520 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 |
| 6908 | 2026-08-31T00:59:27.621Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 31 00:59:26.524 DEBGAug 31 00:59:26.524DEBGAug 31 00:59:26.524 |
| 6909 | 2026-08-31T00:59:27.621Z | INFODEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 6910 | 2026-08-31T00:59:27.621Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 6911 | 2026-08-31T00:59:27.621Z | |
| 6912 | 2026-08-31T00:59:27.621Z | created new freemapAug 31 00:59:26.524 , INFOunitAug 31 00:59:26.524 Aug 31 00:59:26.524Aug 31 00:59:26.524DEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGadding route 172.17.0.0/32 -> 10.0.0.255INFO |
| 6913 | 2026-08-31T00:59:27.621Z | failed to allocate space for the new target listadding route 3fff:dead::/64 -> 2001:db8::55:3: |
| 6914 | 2026-08-31T00:59:27.621Z | |
| 6915 | 2026-08-31T00:59:27.621Z | |
| 6916 | 2026-08-31T00:59:27.621Z | freemap_route_ipv4Aug 31 00:59:26.524 |
| 6917 | 2026-08-31T00:59:27.621Z | INFO Aug 31 00:59:26.524adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 6918 | 2026-08-31T00:59:27.621Z | Aug 31 00:59:26.524 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6919 | 2026-08-31T00:59:27.621Z | |
| 6920 | 2026-08-31T00:59:27.621Z | Aug 31 00:59:26.524 Aug 31 00:59:26.524 Aug 31 00:59:26.524 INFODEBG Aug 31 00:59:26.524adding route 172.17.0.1/32 -> 10.0.0.255replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6921 | 2026-08-31T00:59:27.621Z | |
| 6922 | 2026-08-31T00:59:27.622Z | adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG |
| 6923 | 2026-08-31T00:59:27.622Z | created new freemapAug 31 00:59:26.524, Aug 31 00:59:26.524 unit DEBGINFO Aug 31 00:59:26.524: 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 |
| 6924 | 2026-08-31T00:59:27.622Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 6925 | 2026-08-31T00:59:27.622Z | freemap_route_ipv6 |
| 6926 | 2026-08-31T00:59:27.622Z | |
| 6927 | 2026-08-31T00:59:27.622Z | Aug 31 00:59:26.524 INFO Aug 31 00:59:26.524adding route 172.17.0.2/32 -> 10.0.0.255 |
| 6928 | 2026-08-31T00:59:27.622Z | DEBG Aug 31 00:59:26.524replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:59:26.524 |
| 6929 | 2026-08-31T00:59:27.622Z | Aug 31 00:59:26.524 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55: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 |
| 6930 | 2026-08-31T00:59:27.622Z | 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 } }]initted freemap. size: 64 |
| 6931 | 2026-08-31T00:59:27.622Z | Aug 31 00:59:26.524 , INFOunit Aug 31 00:59:26.524adding route 3fff:beef:39::/64 -> 2001:db8::55:ff:Aug 31 00:59:26.524 |
| 6932 | 2026-08-31T00:59:27.622Z | freemap_route_ipv4INFO |
| 6933 | 2026-08-31T00:59:27.622Z | adding route 172.17.0.3/32 -> 10.0.0.255 |
| 6934 | 2026-08-31T00:59:27.622Z | WARN Aug 31 00:59:26.524 Aug 31 00:59:26.524DEBGshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Aug 31 00:59:26.524 |
| 6935 | 2026-08-31T00:59:27.622Z | 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 |
| 6936 | 2026-08-31T00:59:27.622Z | 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 } }] |
| 6937 | 2026-08-31T00:59:27.622Z | Aug 31 00:59:26.524reset freemap , INFOunit :adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 31 00:59:26.525 |
| 6938 | 2026-08-31T00:59:27.622Z | freemap_route_ipv4 Aug 31 00:59:26.525 |
| 6939 | 2026-08-31T00:59:27.622Z | INFOERRO Aug 31 00:59:26.525rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Aug 31 00:59:26.525DEBG |
| 6940 | 2026-08-31T00:59:27.622Z | adding route 172.17.0.4/32 -> 10.0.0.255DEBGreplacing 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 } }] |
| 6941 | 2026-08-31T00:59:27.622Z | |
| 6942 | 2026-08-31T00:59:27.622Z | initted freemap. size: 64, Aug 31 00:59:26.525Aug 31 00:59:26.525 Aug 31 00:59:26.525unit :INFO ERROfreemap_route_ipv6DEBG |
| 6943 | 2026-08-31T00:59:27.622Z | 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 itadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 6944 | 2026-08-31T00:59:27.622Z | 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 } }] |
| 6945 | 2026-08-31T00:59:27.622Z | Aug 31 00:59:26.525 |
| 6946 | 2026-08-31T00:59:27.622Z | DEBGAug 31 00:59:26.525 reset freemapDEBGunit Aug 31 00:59:26.525, unitreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:INFO: |
| 6947 | 2026-08-31T00:59:27.622Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 6948 | 2026-08-31T00:59:27.622Z | freemap_route_ipv6freemap_route_ipv6Aug 31 00:59:26.525 |
| 6949 | 2026-08-31T00:59:27.622Z | INFO |
| 6950 | 2026-08-31T00:59:27.622Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 31 00:59:26.525 |
| 6951 | 2026-08-31T00:59:27.622Z | DEBGAug 31 00:59:26.525 INFOreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 00:59:26.525Aug 31 00:59:26.525 Aug 31 00:59:26.519adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 6952 | 2026-08-31T00:59:27.622Z | DEBG |
| 6953 | 2026-08-31T00:59:27.622Z | 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 } }]DEBGinitted freemap. size: 64 |
| 6954 | 2026-08-31T00:59:27.622Z | Aug 31 00:59:26.525 created new freemapAug 31 00:59:26.525, unit INFO:Aug 31 00:59:26.525DEBG , adding route 172.17.0.6/32 -> 10.0.0.255DEBGfreemap_route_ipv4unit |
| 6955 | 2026-08-31T00:59:27.622Z | |
| 6956 | 2026-08-31T00:59:27.622Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]failed to allocate space for the new target list |
| 6957 | 2026-08-31T00:59:27.622Z | |
| 6958 | 2026-08-31T00:59:27.622Z | : freemap_route_ipv4Aug 31 00:59:26.525 |
| 6959 | 2026-08-31T00:59:27.622Z | Aug 31 00:59:26.525 Aug 31 00:59:26.525 INFODEBG created new freemap , Aug 31 00:59:26.525adding route 172.16.0.0/32 -> 10.0.0.2Aug 31 00:59:26.525DEBG |
| 6960 | 2026-08-31T00:59:27.622Z | DEBG DEBG unit : reset freemap replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:59:26.525replacing targets for 3fff:dead::/64 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 } }], |
| 6961 | 2026-08-31T00:59:27.623Z | freemap_route_ipv6DEBG |
| 6962 | 2026-08-31T00:59:27.623Z | |
| 6963 | 2026-08-31T00:59:27.623Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]unit |
| 6964 | 2026-08-31T00:59:27.623Z | :Aug 31 00:59:26.525Aug 31 00:59:26.525 DEBGINFO freemap_route_ipv4initted freemap. size: 64Aug 31 00:59:26.525 |
| 6965 | 2026-08-31T00:59:27.623Z | , adding route 172.17.0.7/32 -> 10.0.0.255unit |
| 6966 | 2026-08-31T00:59:27.623Z | :INFOAug 31 00:59:26.525 freemap_route_ipv4Aug 31 00:59:26.525DEBG |
| 6967 | 2026-08-31T00:59:27.623Z | DEBGadding route 172.16.0.0/32 -> 10.0.0.3 |
| 6968 | 2026-08-31T00:59:27.623Z | initted freemap. size: 64replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Aug 31 00:59:26.525 |
| 6969 | 2026-08-31T00:59:27.623Z | Aug 31 00:59:26.525unitDEBG: reset freemap , freemap_route_ipv6DEBG unit |
| 6970 | 2026-08-31T00:59:27.623Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 6971 | 2026-08-31T00:59:27.623Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]:Aug 31 00:59:26.525 |
| 6972 | 2026-08-31T00:59:27.623Z | freemap_route_ipv4INFO |
| 6973 | 2026-08-31T00:59:27.623Z | adding route 172.17.0.8/32 -> 10.0.0.255Aug 31 00:59:26.525 |
| 6974 | 2026-08-31T00:59:27.623Z | Aug 31 00:59:26.525 INFO Aug 31 00:59:26.525Aug 31 00:59:26.525adding route 172.16.0.0/32 -> 10.0.0.4 |
| 6975 | 2026-08-31T00:59:27.623Z | DEBG initted freemap. size: 64 DEBG, DEBGAug 31 00:59:26.525unit :DEBGreset freemap replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6976 | 2026-08-31T00:59:27.623Z | freemap_route_ipv6, |
| 6977 | 2026-08-31T00:59:27.623Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]unitAug 31 00:59:26.525 |
| 6978 | 2026-08-31T00:59:27.623Z | Aug 31 00:59:26.525 : INFODEBG freemap_route_ipv6 |
| 6979 | 2026-08-31T00:59:27.623Z | adding route 172.17.0.9/32 -> 10.0.0.255Aug 31 00:59:26.525 |
| 6980 | 2026-08-31T00:59:27.623Z | reset freemapINFO, Aug 31 00:59:26.525adding route 172.17.0.0/32 -> 10.0.0.255unit : |
| 6981 | 2026-08-31T00:59:27.623Z | DEBGfreemap_route_ipv6 |
| 6982 | 2026-08-31T00:59:27.623Z | Aug 31 00:59:26.525replacing 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 } }] |
| 6983 | 2026-08-31T00:59:27.623Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6984 | 2026-08-31T00:59:27.623Z | Aug 31 00:59:26.525 DEBGAug 31 00:59:26.525 created new freemapDEBG, unitcreated new freemap: , freemap_route_ipv4unit |
| 6985 | 2026-08-31T00:59:27.623Z | : Aug 31 00:59:26.531Aug 31 00:59:26.525freemap_route_ipv4 |
| 6986 | 2026-08-31T00:59:27.623Z | DEBG Aug 31 00:59:26.531replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 00:59:26.531 |
| 6987 | 2026-08-31T00:59:27.623Z | DEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 00:59:26.525DEBG |
| 6988 | 2026-08-31T00:59:27.623Z | INFOAug 31 00:59:26.531created new freemap , adding route 3fff:dead::/64 -> 2001:db8::55:1unitINFO |
| 6989 | 2026-08-31T00:59:27.623Z | Aug 31 00:59:26.531 :INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 31 00:59:26.531 |
| 6990 | 2026-08-31T00:59:27.623Z | freemap_route_ipv6 |
| 6991 | 2026-08-31T00:59:27.623Z | DEBGadding route 172.17.0.1/32 -> 10.0.0.255 |
| 6992 | 2026-08-31T00:59:27.623Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6993 | 2026-08-31T00:59:27.623Z | Aug 31 00:59:26.531Aug 31 00:59:26.531 DEBG DEBGAug 31 00:59:26.531initted freemap. size: 64 , INFOunit :Aug 31 00:59:26.531adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6994 | 2026-08-31T00:59:27.623Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 6995 | 2026-08-31T00:59:27.623Z | DEBG |
| 6996 | 2026-08-31T00:59:27.623Z | Aug 31 00:59:26.531replacing 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 } }] |
| 6997 | 2026-08-31T00:59:27.623Z | DEBG Aug 31 00:59:26.531Aug 31 00:59:26.531replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 6998 | 2026-08-31T00:59:27.623Z | INFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3reset freemapAug 31 00:59:26.531, |
| 6999 | 2026-08-31T00:59:27.623Z | unitINFO: Aug 31 00:59:26.531 freemap_route_ipv4INFO |
| 7000 | 2026-08-31T00:59:27.627Z | Aug 31 00:59:26.531adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7001 | 2026-08-31T00:59:27.628Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 7002 | 2026-08-31T00:59:27.628Z | DEBGAug 31 00:59:26.531 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 31 00:59:26.531DEBG |
| 7003 | 2026-08-31T00:59:27.628Z | DEBGreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7004 | 2026-08-31T00:59:27.628Z | initted freemap. size: 64, Aug 31 00:59:26.531unitAug 31 00:59:26.531 :DEBG freemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 7005 | 2026-08-31T00:59:27.628Z | Aug 31 00:59:26.531 |
| 7006 | 2026-08-31T00:59:27.628Z | INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.17.0.3/32 -> 10.0.0.255 |
| 7007 | 2026-08-31T00:59:27.628Z | |
| 7008 | 2026-08-31T00:59:27.628Z | Aug 31 00:59:26.531Aug 31 00:59:26.531 INFO DEBGAug 31 00:59:26.531adding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 31 00:59:26.531DEBG |
| 7009 | 2026-08-31T00:59:27.628Z | reset freemap , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 00:59:26.531 |
| 7010 | 2026-08-31T00:59:27.628Z | unitDEBG 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 } }] |
| 7011 | 2026-08-31T00:59:27.628Z | Aug 31 00:59:26.531 freemap_route_ipv6 |
| 7012 | 2026-08-31T00:59:27.628Z | 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 } }] Aug 31 00:59:26.531replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] Aug 31 00:59:26.531DEBG |
| 7013 | 2026-08-31T00:59:27.628Z | |
| 7014 | 2026-08-31T00:59:27.628Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]INFO |
| 7015 | 2026-08-31T00:59:27.628Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 31 00:59:26.531 Aug 31 00:59:26.525Aug 31 00:59:26.531 |
| 7016 | 2026-08-31T00:59:27.628Z | WARNINFO INFOadding route 172.17.0.4/32 -> 10.0.0.255Aug 31 00:59:26.531shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 31 00:59:26.531 |
| 7017 | 2026-08-31T00:59:27.628Z | |
| 7018 | 2026-08-31T00:59:27.628Z | adding route 172.17.0.10/32 -> 10.0.0.255DEBG |
| 7019 | 2026-08-31T00:59:27.628Z | created new freemapDEBG , 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 } }]unit |
| 7020 | 2026-08-31T00:59:27.628Z | Aug 31 00:59:26.531: Aug 31 00:59:26.531 freemap_route_ipv6DEBGDEBG |
| 7021 | 2026-08-31T00:59:27.628Z | 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 31 00:59:26.531 |
| 7022 | 2026-08-31T00:59:27.628Z | 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 } }] |
| 7023 | 2026-08-31T00:59:27.628Z | INFOAug 31 00:59:26.531 Aug 31 00:59:26.531adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7024 | 2026-08-31T00:59:27.628Z | INFO DEBGadding route 172.17.0.11/32 -> 10.0.0.255 |
| 7025 | 2026-08-31T00:59:27.628Z | initted freemap. size: 64Aug 31 00:59:26.531 , DEBGunit Aug 31 00:59:26.531replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 31 00:59:26.531: |
| 7026 | 2026-08-31T00:59:27.628Z | DEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 00:59:26.531 |
| 7027 | 2026-08-31T00:59:27.628Z | INFO freemap_route_ipv4 adding route 172.17.0.5/32 -> 10.0.0.255INFO |
| 7028 | 2026-08-31T00:59:27.628Z | Aug 31 00:59:26.531 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7029 | 2026-08-31T00:59:27.628Z | |
| 7030 | 2026-08-31T00:59:27.628Z | Aug 31 00:59:26.531INFO DEBGAug 31 00:59:26.531 adding route 172.17.0.12/32 -> 10.0.0.255 reset freemapAug 31 00:59:26.531DEBG |
| 7031 | 2026-08-31T00:59:27.628Z | , unit : DEBGfreemap_route_ipv4 |
| 7032 | 2026-08-31T00:59:27.628Z | Aug 31 00:59:26.531replacing 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 } }] |
| 7033 | 2026-08-31T00:59:27.628Z | DEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:59:26.531 |
| 7034 | 2026-08-31T00:59:27.628Z | DEBG Aug 31 00:59:26.531initted freemap. size: 64 , INFOunitAug 31 00:59:26.531 adding route 172.17.0.13/32 -> 10.0.0.255Aug 31 00:59:26.519: |
| 7035 | 2026-08-31T00:59:27.628Z | INFO adding route 172.17.0.6/32 -> 10.0.0.255 DEBGfreemap_route_ipv6 Aug 31 00:59:26.531created new freemap |
| 7036 | 2026-08-31T00:59:27.628Z | , |
| 7037 | 2026-08-31T00:59:27.628Z | unit DEBG: replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:59:26.531Aug 31 00:59:26.531 |
| 7038 | 2026-08-31T00:59:27.628Z | freemap_route_ipv4 DEBG |
| 7039 | 2026-08-31T00:59:27.628Z | 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 31 00:59:26.531reset freemap |
| 7040 | 2026-08-31T00:59:27.629Z | , INFOunit :adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7041 | 2026-08-31T00:59:27.629Z | freemap_route_ipv6 |
| 7042 | 2026-08-31T00:59:27.629Z | Aug 31 00:59:26.531Aug 31 00:59:26.531 Aug 31 00:59:26.531 DEBGINFO DEBGAug 31 00:59:26.531 adding route 172.16.0.0/32 -> 10.0.0.1 INFOcreated new freemap , adding route 172.17.0.7/32 -> 10.0.0.255 |
| 7043 | 2026-08-31T00:59:27.629Z | 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 } }] |
| 7044 | 2026-08-31T00:59:27.629Z | |
| 7045 | 2026-08-31T00:59:27.629Z | unit:Aug 31 00:59:26.531Aug 31 00:59:26.531 DEBGDEBG Aug 31 00:59:26.531replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv6INFO |
| 7046 | 2026-08-31T00:59:27.629Z | |
| 7047 | 2026-08-31T00:59:27.629Z | adding route 172.17.0.15/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 } }] |
| 7048 | 2026-08-31T00:59:27.629Z | |
| 7049 | 2026-08-31T00:59:27.629Z | Aug 31 00:59:26.531 Aug 31 00:59:26.531DEBG Aug 31 00:59:26.531initted freemap. size: 64INFO , unitadding route 172.17.0.8/32 -> 10.0.0.255:Aug 31 00:59:26.531 |
| 7050 | 2026-08-31T00:59:27.629Z | INFO freemap_route_ipv4 |
| 7051 | 2026-08-31T00:59:27.629Z | adding route 172.17.0.0/32 -> 10.0.0.255Aug 31 00:59:26.531 |
| 7052 | 2026-08-31T00:59:27.629Z | DEBGDEBG Aug 31 00:59:26.531replacing 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 } }] |
| 7053 | 2026-08-31T00:59:27.629Z | Aug 31 00:59:26.531replacing 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 } }] |
| 7054 | 2026-08-31T00:59:27.629Z | DEBG DEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:59:26.531 |
| 7055 | 2026-08-31T00:59:27.629Z | reset freemap , unitINFO Aug 31 00:59:26.531adding route 172.17.0.16/32 -> 10.0.0.255 Aug 31 00:59:26.531INFO |
| 7056 | 2026-08-31T00:59:27.629Z | : freemap_route_ipv4adding route 172.17.0.9/32 -> 10.0.0.255 |
| 7057 | 2026-08-31T00:59:27.629Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 7058 | 2026-08-31T00:59:27.629Z | |
| 7059 | 2026-08-31T00:59:27.629Z | Aug 31 00:59:26.531INFO adding route 172.17.0.1/32 -> 10.0.0.255DEBG |
| 7060 | 2026-08-31T00:59:27.629Z | Aug 31 00:59:26.531replacing 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 } }] |
| 7061 | 2026-08-31T00:59:27.629Z | DEBGAug 31 00:59:26.531 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 |
| 7062 | 2026-08-31T00:59:27.629Z | Aug 31 00:59:26.531initted freemap. size: 64 INFOAug 31 00:59:26.531 , unitDEBG: 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 } }]freemap_route_ipv6 |
| 7063 | 2026-08-31T00:59:27.629Z | Aug 31 00:59:26.531 |
| 7064 | 2026-08-31T00:59:27.629Z | INFO adding route 172.17.0.17/32 -> 10.0.0.255Aug 31 00:59:26.531 |
| 7065 | 2026-08-31T00:59:27.629Z | adding route 172.17.0.10/32 -> 10.0.0.255INFOAug 31 00:59:26.531 |
| 7066 | 2026-08-31T00:59:27.629Z | DEBG adding route 172.17.0.2/32 -> 10.0.0.255reset freemapAug 31 00:59:26.531, |
| 7067 | 2026-08-31T00:59:27.629Z | unitAug 31 00:59:26.531: DEBG DEBGfreemap_route_ipv6 replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7068 | 2026-08-31T00:59:27.629Z | 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 } }] |
| 7069 | 2026-08-31T00:59:27.629Z | |
| 7070 | 2026-08-31T00:59:27.629Z | Aug 31 00:59:26.531 Aug 31 00:59:26.531DEBGAug 31 00:59:26.531 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 } }] |
| 7071 | 2026-08-31T00:59:27.629Z | INFO Aug 31 00:59:26.531adding route 172.17.0.11/32 -> 10.0.0.255 INFOINFO |
| 7072 | 2026-08-31T00:59:27.629Z | adding route 172.17.0.18/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7073 | 2026-08-31T00:59:27.629Z | |
| 7074 | 2026-08-31T00:59:27.629Z | Aug 31 00:59:26.531 Aug 31 00:59:26.531INFO Aug 31 00:59:26.531DEBG adding route 172.17.0.3/32 -> 10.0.0.255 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 } }]Aug 31 00:59:26.531 |
| 7075 | 2026-08-31T00:59:27.629Z | |
| 7076 | 2026-08-31T00:59:27.629Z | 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 } }] |
| 7077 | 2026-08-31T00:59:27.629Z | DEBG DEBGAug 31 00:59:26.531 Aug 31 00:59:26.531 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 freemap |
| 7078 | 2026-08-31T00:59:27.629Z | Aug 31 00:59:26.531 , DEBGINFOunit : 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 } }]freemap_route_ipv4 Aug 31 00:59:26.531 |
| 7079 | 2026-08-31T00:59:27.630Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7080 | 2026-08-31T00:59:27.630Z | INFO |
| 7081 | 2026-08-31T00:59:27.630Z | adding route 172.17.0.19/32 -> 10.0.0.255INFO Aug 31 00:59:26.531 |
| 7082 | 2026-08-31T00:59:27.630Z | adding route 172.17.0.12/32 -> 10.0.0.255 Aug 31 00:59:26.531INFO |
| 7083 | 2026-08-31T00:59:27.630Z | Aug 31 00:59:26.531Aug 31 00:59:26.531adding route 172.17.0.4/32 -> 10.0.0.255DEBG |
| 7084 | 2026-08-31T00:59:27.630Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 00:59:26.531 |
| 7085 | 2026-08-31T00:59:27.630Z | DEBGDEBGAug 31 00:59:26.531 DEBGcreated new 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 } }]replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] , DEBGAug 31 00:59:26.531 |
| 7086 | 2026-08-31T00:59:27.630Z | 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 |
| 7087 | 2026-08-31T00:59:27.630Z | unit |
| 7088 | 2026-08-31T00:59:27.630Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 00:59:26.531 |
| 7089 | 2026-08-31T00:59:27.630Z | :Aug 31 00:59:26.531INFOAug 31 00:59:26.531 INFO Aug 31 00:59:26.531freemap_route_ipv6INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 7090 | 2026-08-31T00:59:27.630Z | |
| 7091 | 2026-08-31T00:59:27.630Z | DEBGadding route 172.17.0.13/32 -> 10.0.0.255Aug 31 00:59:26.532 |
| 7092 | 2026-08-31T00:59:27.630Z | DEBG created new freemapAug 31 00:59:26.532, Aug 31 00:59:26.537unit DEBGDEBG :created new freemap 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 } }], |
| 7093 | 2026-08-31T00:59:27.630Z | freemap_route_ipv4unit |
| 7094 | 2026-08-31T00:59:27.630Z | : freemap_route_ipv4Aug 31 00:59:26.537 |
| 7095 | 2026-08-31T00:59:27.630Z | Aug 31 00:59:26.537replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 00:59:26.537 |
| 7096 | 2026-08-31T00:59:27.630Z | Aug 31 00:59:26.537INFO DEBG Aug 31 00:59:26.537 DEBGDEBGcreated new freemap Aug 31 00:59:26.537 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 } }] , |
| 7097 | 2026-08-31T00:59:27.630Z | INFO adding route 172.17.0.14/32 -> 10.0.0.255 DEBG |
| 7098 | 2026-08-31T00:59:27.630Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7099 | 2026-08-31T00:59:27.630Z | unit created new freemapinitted freemap. size: 64:Aug 31 00:59:26.537Aug 31 00:59:26.537, Aug 31 00:59:26.537 unitINFO, :adding route 172.17.0.6/32 -> 10.0.0.255 |
| 7100 | 2026-08-31T00:59:27.634Z | unit: freemap_route_ipv4freemap_route_ipv6DEBG |
| 7101 | 2026-08-31T00:59:27.634Z | freemap_route_ipv6replacing 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 |
| 7102 | 2026-08-31T00:59:27.634Z | Aug 31 00:59:26.537 DEBG |
| 7103 | 2026-08-31T00:59:27.634Z | replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:59:26.537 |
| 7104 | 2026-08-31T00:59:27.634Z | |
| 7105 | 2026-08-31T00:59:27.634Z | DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 31 00:59:26.537reset freemapAug 31 00:59:26.537 |
| 7106 | 2026-08-31T00:59:27.634Z | , Aug 31 00:59:26.537Aug 31 00:59:26.537 unitINFOINFO adding route 172.17.0.7/32 -> 10.0.0.255DEBG |
| 7107 | 2026-08-31T00:59:27.634Z | : freemap_route_ipv4 DEBGAug 31 00:59:26.537 |
| 7108 | 2026-08-31T00:59:27.634Z | DEBG adding route 172.17.0.15/32 -> 10.0.0.255 |
| 7109 | 2026-08-31T00:59:27.634Z | 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 } }]initted freemap. size: 64Aug 31 00:59:26.537initted freemap. size: 64 , unit |
| 7110 | 2026-08-31T00:59:27.634Z | DEBG Aug 31 00:59:26.537, initted freemap. size: 64, :unitunit :Aug 31 00:59:26.537: DEBGAug 31 00:59:26.537 freemap_route_ipv6INFO |
| 7111 | 2026-08-31T00:59:27.634Z | replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO freemap_route_ipv4 |
| 7112 | 2026-08-31T00:59:27.634Z | adding route 172.17.0.8/32 -> 10.0.0.255 |
| 7113 | 2026-08-31T00:59:27.634Z | freemap_route_ipv4 |
| 7114 | 2026-08-31T00:59:27.634Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 7115 | 2026-08-31T00:59:27.634Z | Aug 31 00:59:26.537 |
| 7116 | 2026-08-31T00:59:27.635Z | Aug 31 00:59:26.537 Aug 31 00:59:26.537Aug 31 00:59:26.537Aug 31 00:59:26.537 DEBG DEBGAug 31 00:59:26.537DEBG DEBGreset 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 } }], DEBG |
| 7117 | 2026-08-31T00:59:27.635Z | reset freemapreplacing 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 } }], |
| 7118 | 2026-08-31T00:59:27.635Z | unitunitINFO:: freemap_route_ipv4freemap_route_ipv6 |
| 7119 | 2026-08-31T00:59:27.635Z | Aug 31 00:59:26.538 |
| 7120 | 2026-08-31T00:59:27.635Z | Aug 31 00:59:26.538 INFO Aug 31 00:59:26.538reset freemapadding route 172.17.0.16/32 -> 10.0.0.255 |
| 7121 | 2026-08-31T00:59:27.635Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 7122 | 2026-08-31T00:59:27.635Z | Aug 31 00:59:26.538 Aug 31 00:59:26.538 DEBGadding route 172.17.0.9/32 -> 10.0.0.255 |
| 7123 | 2026-08-31T00:59:27.635Z | DEBGAug 31 00:59:26.538 initted freemap. size: 64 , 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 |
| 7124 | 2026-08-31T00:59:27.635Z | 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 } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 7125 | 2026-08-31T00:59:27.635Z | unit |
| 7126 | 2026-08-31T00:59:27.635Z | Aug 31 00:59:26.538: Aug 31 00:59:26.538: DEBG freemap_route_ipv6 |
| 7127 | 2026-08-31T00:59:27.635Z | Aug 31 00:59:26.538INFO replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 31 00:59:26.538 adding route 172.17.0.17/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 7128 | 2026-08-31T00:59:27.635Z | |
| 7129 | 2026-08-31T00:59:27.635Z | freemap_route_ipv4 |
| 7130 | 2026-08-31T00:59:27.635Z | 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 } }] |
| 7131 | 2026-08-31T00:59:27.635Z | Aug 31 00:59:26.538Aug 31 00:59:26.538 |
| 7132 | 2026-08-31T00:59:27.635Z | 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 } }] |
| 7133 | 2026-08-31T00:59:27.635Z | Aug 31 00:59:26.538DEBG INFO Aug 31 00:59:26.538Aug 31 00:59:26.538 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 } }] INFOAug 31 00:59:26.538 DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 31 00:59:26.538 |
| 7134 | 2026-08-31T00:59:27.635Z | |
| 7135 | 2026-08-31T00:59:27.635Z | adding route 172.17.0.10/32 -> 10.0.0.255INFO |
| 7136 | 2026-08-31T00:59:27.635Z | Aug 31 00:59:26.538 reset freemapDEBG adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 31 00:59:26.538replacing 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 } }], |
| 7137 | 2026-08-31T00:59:27.635Z | |
| 7138 | 2026-08-31T00:59:27.635Z | Aug 31 00:59:26.538 DEBGunit : replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:59:26.538INFO DEBGDEBG |
| 7139 | 2026-08-31T00:59:27.635Z | freemap_route_ipv6 |
| 7140 | 2026-08-31T00:59:27.635Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 7141 | 2026-08-31T00:59:27.635Z | adding route 172.17.0.18/32 -> 10.0.0.255Aug 31 00:59:26.538 Aug 31 00:59:26.538INFO |
| 7142 | 2026-08-31T00:59:27.635Z | Aug 31 00:59:26.538 INFOinitted freemap. size: 64 adding route 172.17.0.11/32 -> 10.0.0.255, |
| 7143 | 2026-08-31T00:59:27.635Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 31 00:59:26.538Aug 31 00:59:26.538 |
| 7144 | 2026-08-31T00:59:27.635Z | INFO unitINFOadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 00:59:26.538 |
| 7145 | 2026-08-31T00:59:27.635Z | Aug 31 00:59:26.538: 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 } }] |
| 7146 | 2026-08-31T00:59:27.635Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 00:59:26.538 |
| 7147 | 2026-08-31T00:59:27.635Z | freemap_route_ipv6DEBGDEBG |
| 7148 | 2026-08-31T00:59:27.635Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ff Aug 31 00:59:26.538replacing 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 } }] |
| 7149 | 2026-08-31T00:59:27.635Z | Aug 31 00:59:26.538 |
| 7150 | 2026-08-31T00:59:27.635Z | INFODEBGAug 31 00:59:26.538 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 00:59:26.538 DEBGadding route 172.17.0.12/32 -> 10.0.0.255Aug 31 00:59:26.538 |
| 7151 | 2026-08-31T00:59:27.635Z | 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 } }] |
| 7152 | 2026-08-31T00:59:27.635Z | DEBG, |
| 7153 | 2026-08-31T00:59:27.635Z | unit: Aug 31 00:59:26.538Aug 31 00:59:26.538Aug 31 00:59:26.538 DEBGWARN replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO INFO |
| 7154 | 2026-08-31T00:59:27.635Z | shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }] |
| 7155 | 2026-08-31T00:59:27.636Z | |
| 7156 | 2026-08-31T00:59:27.636Z | freemap_route_ipv6adding route 172.17.0.19/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7157 | 2026-08-31T00:59:27.636Z | |
| 7158 | 2026-08-31T00:59:27.636Z | |
| 7159 | 2026-08-31T00:59:27.636Z | Aug 31 00:59:26.538 INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7160 | 2026-08-31T00:59:27.636Z | Aug 31 00:59:26.538 Aug 31 00:59:26.538INFOAug 31 00:59:26.538 adding route 172.16.0.0/32 -> 10.0.0.1 DEBGINFOAug 31 00:59:26.538 |
| 7161 | 2026-08-31T00:59:27.636Z | Aug 31 00:59:26.538DEBG adding route 172.17.0.20/32 -> 10.0.0.255 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG |
| 7162 | 2026-08-31T00:59:27.636Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7163 | 2026-08-31T00:59:27.636Z | |
| 7164 | 2026-08-31T00:59:27.636Z | |
| 7165 | 2026-08-31T00:59:27.636Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 7166 | 2026-08-31T00:59:27.636Z | 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 } }] |
| 7167 | 2026-08-31T00:59:27.636Z | Aug 31 00:59:26.538Aug 31 00:59:26.538 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffINFO Aug 31 00:59:26.538adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7168 | 2026-08-31T00:59:27.636Z | Aug 31 00:59:26.538 |
| 7169 | 2026-08-31T00:59:27.636Z | Aug 31 00:59:26.538 INFO Aug 31 00:59:26.538Aug 31 00:59:26.538 DEBGINFO INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 7170 | 2026-08-31T00:59:27.636Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7171 | 2026-08-31T00:59:27.636Z | replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.20/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 31 00:59:26.538 |
| 7172 | 2026-08-31T00:59:27.636Z | |
| 7173 | 2026-08-31T00:59:27.636Z | Aug 31 00:59:26.538 DEBGINFO replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7174 | 2026-08-31T00:59:27.636Z | |
| 7175 | 2026-08-31T00:59:27.636Z | Aug 31 00:59:26.538 adding route 172.17.0.0/32 -> 10.0.0.255DEBGAug 31 00:59:26.538 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 7176 | 2026-08-31T00:59:27.636Z | Aug 31 00:59:26.538 |
| 7177 | 2026-08-31T00:59:27.636Z | INFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255 |
| 7178 | 2026-08-31T00:59:27.636Z | Aug 31 00:59:26.538Aug 31 00:59:26.538 DEBG |
| 7179 | 2026-08-31T00:59:27.636Z | replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 31 00:59:26.538 |
| 7180 | 2026-08-31T00:59:27.636Z | INFO replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7181 | 2026-08-31T00:59:27.636Z | |
| 7182 | 2026-08-31T00:59:27.636Z | Aug 31 00:59:26.538Aug 31 00:59:26.538 Aug 31 00:59:26.538 INFO adding route 172.17.0.1/32 -> 10.0.0.255DEBGAug 31 00:59:26.538 |
| 7183 | 2026-08-31T00:59:27.636Z | DEBG DEBGreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:59:26.538 replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7184 | 2026-08-31T00:59:27.636Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7185 | 2026-08-31T00:59:27.636Z | replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:59:26.538 |
| 7186 | 2026-08-31T00:59:27.636Z | |
| 7187 | 2026-08-31T00:59:27.636Z | INFO Aug 31 00:59:26.538adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7188 | 2026-08-31T00:59:27.636Z | Aug 31 00:59:26.538Aug 31 00:59:26.538 INFOINFOAug 31 00:59:26.538 adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7189 | 2026-08-31T00:59:27.636Z | |
| 7190 | 2026-08-31T00:59:27.636Z | INFO DEBGadding route 172.17.0.22/32 -> 10.0.0.255 Aug 31 00:59:26.538 |
| 7191 | 2026-08-31T00:59:27.636Z | Aug 31 00:59:26.538 replacing targets for 3fff:dead::/64 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 } }]DEBG Aug 31 00:59:26.538DEBG |
| 7192 | 2026-08-31T00:59:27.636Z | replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 00:59:26.538DEBG DEBGAug 31 00:59:26.538 |
| 7193 | 2026-08-31T00:59:27.636Z | 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 } }]created new freemap |
| 7194 | 2026-08-31T00:59:27.637Z | Aug 31 00:59:26.544 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 } }] |
| 7195 | 2026-08-31T00:59:27.637Z | , INFOAug 31 00:59:26.544 adding route 172.17.0.17/32 -> 10.0.0.255INFO |
| 7196 | 2026-08-31T00:59:27.637Z | unit adding route 172.17.0.23/32 -> 10.0.0.255: |
| 7197 | 2026-08-31T00:59:27.637Z | Aug 31 00:59:26.544Aug 31 00:59:26.544 freemap_route_ipv4DEBG |
| 7198 | 2026-08-31T00:59:27.637Z | 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 Aug 31 00:59:26.544 |
| 7199 | 2026-08-31T00:59:27.637Z | adding route 172.17.0.22/32 -> 10.0.0.255 |
| 7200 | 2026-08-31T00:59:27.641Z | DEBGAug 31 00:59:26.544 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 } }] |
| 7201 | 2026-08-31T00:59:27.641Z | created new freemapAug 31 00:59:26.544, Aug 31 00:59:26.544unit :DEBG INFOfreemap_route_ipv6 |
| 7202 | 2026-08-31T00:59:27.641Z | replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.18/32 -> 10.0.0.255Aug 31 00:59:26.544 |
| 7203 | 2026-08-31T00:59:27.641Z | |
| 7204 | 2026-08-31T00:59:27.641Z | Aug 31 00:59:26.544INFO Aug 31 00:59:26.544DEBGAug 31 00:59:26.544 DEBG initted freemap. size: 64INFO, 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.23/32 -> 10.0.0.255unit |
| 7205 | 2026-08-31T00:59:27.641Z | |
| 7206 | 2026-08-31T00:59:27.641Z | :adding route 172.17.0.24/32 -> 10.0.0.255 |
| 7207 | 2026-08-31T00:59:27.641Z | freemap_route_ipv4Aug 31 00:59:26.544 |
| 7208 | 2026-08-31T00:59:27.641Z | Aug 31 00:59:26.544 INFODEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.19/32 -> 10.0.0.255 |
| 7209 | 2026-08-31T00:59:27.641Z | |
| 7210 | 2026-08-31T00:59:27.641Z | Aug 31 00:59:26.544 Aug 31 00:59:26.544DEBG Aug 31 00:59:26.544reset freemapAug 31 00:59:26.544DEBG , INFOunit DEBG:adding route 172.17.0.24/32 -> 10.0.0.255 |
| 7211 | 2026-08-31T00:59:27.641Z | 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 } }] |
| 7212 | 2026-08-31T00:59:27.641Z | freemap_route_ipv4Aug 31 00:59:26.544 |
| 7213 | 2026-08-31T00:59:27.641Z | 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 } }]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 } }] |
| 7214 | 2026-08-31T00:59:27.641Z | |
| 7215 | 2026-08-31T00:59:27.641Z | Aug 31 00:59:26.544 Aug 31 00:59:26.544 DEBGINFO initted freemap. size: 64Aug 31 00:59:26.544adding route 172.17.0.20/32 -> 10.0.0.255, |
| 7216 | 2026-08-31T00:59:27.641Z | Aug 31 00:59:26.544INFOunit adding route 172.17.0.25/32 -> 10.0.0.255: |
| 7217 | 2026-08-31T00:59:27.641Z | Aug 31 00:59:26.544 freemap_route_ipv6DEBGINFO |
| 7218 | 2026-08-31T00:59:27.641Z | replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7219 | 2026-08-31T00:59:27.641Z | |
| 7220 | 2026-08-31T00:59:27.641Z | Aug 31 00:59:26.544Aug 31 00:59:26.544 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 } }] |
| 7221 | 2026-08-31T00:59:27.641Z | Aug 31 00:59:26.544 Aug 31 00:59:26.544INFO DEBGDEBG adding route 172.17.0.21/32 -> 10.0.0.255reset freemap |
| 7222 | 2026-08-31T00:59:27.642Z | Aug 31 00:59:26.544, 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 } }]: |
| 7223 | 2026-08-31T00:59:27.642Z | 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 } }]Aug 31 00:59:26.544 |
| 7224 | 2026-08-31T00:59:27.642Z | |
| 7225 | 2026-08-31T00:59:27.642Z | INFO adding route 172.17.0.26/32 -> 10.0.0.255DEBGAug 31 00:59:26.544 |
| 7226 | 2026-08-31T00:59:27.642Z | 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 |
| 7227 | 2026-08-31T00:59:27.642Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 00:59:26.544Aug 31 00:59:26.544 |
| 7228 | 2026-08-31T00:59:27.642Z | Aug 31 00:59:26.544DEBG INFOreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.3/32 -> 10.0.0.255 |
| 7229 | 2026-08-31T00:59:27.642Z | |
| 7230 | 2026-08-31T00:59:27.642Z | INFO Aug 31 00:59:26.544 adding route 172.17.0.26/32 -> 10.0.0.255Aug 31 00:59:26.544Aug 31 00:59:26.544 INFOAug 31 00:59:26.544 |
| 7231 | 2026-08-31T00:59:27.642Z | INFODEBGDEBGadding route 172.17.0.22/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 } }] |
| 7232 | 2026-08-31T00:59:27.642Z | |
| 7233 | 2026-08-31T00:59:27.642Z | replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:59:26.544 |
| 7234 | 2026-08-31T00:59:27.642Z | adding route 172.17.0.27/32 -> 10.0.0.255Aug 31 00:59:26.544DEBG |
| 7235 | 2026-08-31T00:59:27.642Z | INFOreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:59:26.544 Aug 31 00:59:26.544adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7236 | 2026-08-31T00:59:27.642Z | Aug 31 00:59:26.544 |
| 7237 | 2026-08-31T00:59:27.642Z | DEBG DEBGINFO adding route 172.17.0.4/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 } }] |
| 7238 | 2026-08-31T00:59:27.642Z | |
| 7239 | 2026-08-31T00:59:27.642Z | Aug 31 00:59:26.544replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 00:59:26.544 |
| 7240 | 2026-08-31T00:59:27.642Z | DEBG INFOAug 31 00:59:26.544 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 00:59:26.544INFO |
| 7241 | 2026-08-31T00:59:27.642Z | Aug 31 00:59:26.544 DEBG adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7242 | 2026-08-31T00:59:27.642Z | INFOAug 31 00:59:26.544 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 } }] |
| 7243 | 2026-08-31T00:59:27.642Z | DEBG adding route 172.17.0.27/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 7244 | 2026-08-31T00:59:27.642Z | adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7245 | 2026-08-31T00:59:27.642Z | Aug 31 00:59:26.544 |
| 7246 | 2026-08-31T00:59:27.642Z | INFOAug 31 00:59:26.544 adding route 172.17.0.5/32 -> 10.0.0.255DEBG |
| 7247 | 2026-08-31T00:59:27.642Z | Aug 31 00:59:26.544replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:59:26.544 |
| 7248 | 2026-08-31T00:59:27.642Z | 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 } }]DEBG |
| 7249 | 2026-08-31T00:59:27.642Z | Aug 31 00:59:26.544 Aug 31 00:59:26.544replacing 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 } }] DEBGINFO |
| 7250 | 2026-08-31T00:59:27.642Z | replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255 |
| 7251 | 2026-08-31T00:59:27.642Z | |
| 7252 | 2026-08-31T00:59:27.642Z | Aug 31 00:59:26.544Aug 31 00:59:26.544 INFOINFO Aug 31 00:59:26.544adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7253 | 2026-08-31T00:59:27.642Z | DEBG |
| 7254 | 2026-08-31T00:59:27.642Z | Aug 31 00:59:26.544replacing 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 } }] |
| 7255 | 2026-08-31T00:59:27.642Z | INFO adding route 172.17.0.6/32 -> 10.0.0.255Aug 31 00:59:26.544Aug 31 00:59:26.544 DEBGINFOAug 31 00:59:26.544 |
| 7256 | 2026-08-31T00:59:27.642Z | 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.25/32 -> 10.0.0.255 |
| 7257 | 2026-08-31T00:59:27.642Z | |
| 7258 | 2026-08-31T00:59:27.642Z | Aug 31 00:59:26.544DEBG 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 } }] |
| 7259 | 2026-08-31T00:59:27.642Z | replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:59:26.544 |
| 7260 | 2026-08-31T00:59:27.643Z | Aug 31 00:59:26.544 INFO DEBG Aug 31 00:59:26.544Aug 31 00:59:26.544replacing 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.30/32 -> 10.0.0.255 |
| 7261 | 2026-08-31T00:59:27.643Z | INFOWARNAug 31 00:59:26.544 Aug 31 00:59:26.544adding route 172.17.0.7/32 -> 10.0.0.255shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 7262 | 2026-08-31T00:59:27.643Z | |
| 7263 | 2026-08-31T00:59:27.643Z | INFO |
| 7264 | 2026-08-31T00:59:27.643Z | adding route 172.17.0.26/32 -> 10.0.0.255INFO |
| 7265 | 2026-08-31T00:59:27.643Z | test route::tests::identity_replace_is_noop ... ok |
| 7266 | 2026-08-31T00:59:27.643Z | adding route 172.17.0.29/32 -> 10.0.0.255Aug 31 00:59:26.544 |
| 7267 | 2026-08-31T00:59:27.643Z | Aug 31 00:59:26.544DEBG DEBGAug 31 00:59:26.544 replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7268 | 2026-08-31T00:59:27.643Z | |
| 7269 | 2026-08-31T00:59:27.643Z | DEBGAug 31 00:59:26.544 replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:59:26.544Aug 31 00:59:26.544 |
| 7270 | 2026-08-31T00:59:27.643Z | INFOINFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 7271 | 2026-08-31T00:59:27.643Z | test route::tests::same_size_non_subset_replace ... ok |
| 7272 | 2026-08-31T00:59:27.643Z | DEBGadding route 172.17.0.27/32 -> 10.0.0.255Aug 31 00:59:26.544 |
| 7273 | 2026-08-31T00:59:27.643Z | replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:59:26.544 |
| 7274 | 2026-08-31T00:59:27.643Z | INFODEBG adding route 172.17.0.31/32 -> 10.0.0.255Aug 31 00:59:26.544 |
| 7275 | 2026-08-31T00:59:27.643Z | 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 } }] |
| 7276 | 2026-08-31T00:59:27.643Z | DEBGAug 31 00:59:26.544 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 |
| 7277 | 2026-08-31T00:59:27.643Z | Aug 31 00:59:26.544adding route 172.17.0.30/32 -> 10.0.0.255 |
| 7278 | 2026-08-31T00:59:27.643Z | INFO Aug 31 00:59:26.544adding route 172.17.0.9/32 -> 10.0.0.255 |
| 7279 | 2026-08-31T00:59:27.643Z | INFO Aug 31 00:59:26.544adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7280 | 2026-08-31T00:59:27.643Z | DEBG Aug 31 00:59:26.544replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:59:26.544 |
| 7281 | 2026-08-31T00:59:27.643Z | DEBGAug 31 00:59:26.544DEBG Aug 31 00:59:26.544DEBG 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 } }] 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 } }] |
| 7282 | 2026-08-31T00:59:27.643Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7283 | 2026-08-31T00:59:27.643Z | 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 } }] |
| 7284 | 2026-08-31T00:59:27.643Z | |
| 7285 | 2026-08-31T00:59:27.643Z | Aug 31 00:59:26.544 Aug 31 00:59:26.544Aug 31 00:59:26.544INFO Aug 31 00:59:26.544adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7286 | 2026-08-31T00:59:27.643Z | INFO DEBGadding route 172.17.0.10/32 -> 10.0.0.255 |
| 7287 | 2026-08-31T00:59:27.643Z | replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7288 | 2026-08-31T00:59:27.643Z | Aug 31 00:59:26.544 adding route 172.17.0.31/32 -> 10.0.0.255DEBG |
| 7289 | 2026-08-31T00:59:27.643Z | Aug 31 00:59:26.544Aug 31 00:59:26.544 DEBGINFO replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 7290 | 2026-08-31T00:59:27.643Z | |
| 7291 | 2026-08-31T00:59:27.643Z | adding route 172.17.0.33/32 -> 10.0.0.255Aug 31 00:59:26.544 |
| 7292 | 2026-08-31T00:59:27.643Z | DEBGAug 31 00:59:26.544Aug 31 00:59:26.544 INFOINFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255 |
| 7293 | 2026-08-31T00:59:27.643Z | |
| 7294 | 2026-08-31T00:59:27.643Z | replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:59:26.544 |
| 7295 | 2026-08-31T00:59:27.643Z | Aug 31 00:59:26.544 Aug 31 00:59:26.544DEBG 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 } }] Aug 31 00:59:26.544 |
| 7296 | 2026-08-31T00:59:27.643Z | DEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7297 | 2026-08-31T00:59:27.643Z | |
| 7298 | 2026-08-31T00:59:27.643Z | INFO replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255Aug 31 00:59:26.544 |
| 7299 | 2026-08-31T00:59:27.643Z | |
| 7300 | 2026-08-31T00:59:27.647Z | Aug 31 00:59:26.544Aug 31 00:59:26.544 INFOINFO adding route 172.17.0.12/32 -> 10.0.0.255INFOadding route 172.16.0.0/32 -> 10.0.0.2 |
| 7301 | 2026-08-31T00:59:27.647Z | Aug 31 00:59:26.544 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7302 | 2026-08-31T00:59:27.647Z | |
| 7303 | 2026-08-31T00:59:27.647Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7304 | 2026-08-31T00:59:27.647Z | Aug 31 00:59:26.545 DEBGAug 31 00:59:26.545Aug 31 00:59:26.545Aug 31 00:59:26.545 DEBGDEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 7305 | 2026-08-31T00:59:27.647Z | |
| 7306 | 2026-08-31T00:59:27.647Z | 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 } }] |
| 7307 | 2026-08-31T00:59:27.647Z | 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 } }] |
| 7308 | 2026-08-31T00:59:27.648Z | Aug 31 00:59:26.545 INFO Aug 31 00:59:26.545adding route 172.16.0.0/32 -> 10.0.0.3 |
| 7309 | 2026-08-31T00:59:27.648Z | Aug 31 00:59:26.545INFO INFOAug 31 00:59:26.545Aug 31 00:59:26.545 INFODEBG adding route 172.17.0.35/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 172.17.0.32/32 -> 10.0.0.255 |
| 7310 | 2026-08-31T00:59:27.648Z | Aug 31 00:59:26.545 DEBG |
| 7311 | 2026-08-31T00:59:27.648Z | created new freemapAug 31 00:59:26.545, unit :Aug 31 00:59:26.551 freemap_route_ipv4DEBG |
| 7312 | 2026-08-31T00:59:27.648Z | Aug 31 00:59:26.551 DEBGAug 31 00:59:26.551replacing 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 } }] |
| 7313 | 2026-08-31T00:59:27.648Z | INFODEBG adding route 172.16.0.0/32 -> 10.0.0.4 |
| 7314 | 2026-08-31T00:59:27.648Z | Aug 31 00:59:26.551created new freemap INFO adding route 172.17.0.33/32 -> 10.0.0.255created new freemap |
| 7315 | 2026-08-31T00:59:27.648Z | , unit:, unit: Aug 31 00:59:26.551 DEBGAug 31 00:59:26.551 freemap_route_ipv4replacing 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 } }] |
| 7316 | 2026-08-31T00:59:27.648Z | |
| 7317 | 2026-08-31T00:59:27.648Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 31 00:59:26.551 |
| 7318 | 2026-08-31T00:59:27.648Z | Aug 31 00:59:26.551 DEBG INFO Aug 31 00:59:26.551freemap_route_ipv6 |
| 7319 | 2026-08-31T00:59:27.648Z | created new freemap adding route 172.17.0.34/32 -> 10.0.0.255DEBG, replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 7320 | 2026-08-31T00:59:27.648Z | :Aug 31 00:59:26.551 freemap_route_ipv6 |
| 7321 | 2026-08-31T00:59:27.648Z | |
| 7322 | 2026-08-31T00:59:27.648Z | DEBG Aug 31 00:59:26.551Aug 31 00:59:26.551 DEBGDEBG initted freemap. size: 64initted freemap. size: 64replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], , |
| 7323 | 2026-08-31T00:59:27.648Z | unit:unit :freemap_route_ipv4Aug 31 00:59:26.551 |
| 7324 | 2026-08-31T00:59:27.648Z | freemap_route_ipv4INFO |
| 7325 | 2026-08-31T00:59:27.648Z | adding route 172.17.0.35/32 -> 10.0.0.255Aug 31 00:59:26.551 |
| 7326 | 2026-08-31T00:59:27.648Z | DEBG Aug 31 00:59:26.551reset freemap , Aug 31 00:59:26.551unitDEBG :Aug 31 00:59:26.551reset freemap DEBGfreemap_route_ipv4, |
| 7327 | 2026-08-31T00:59:27.648Z | unit 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 } }] |
| 7328 | 2026-08-31T00:59:27.648Z | Aug 31 00:59:26.551freemap_route_ipv4replacing 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 } }] |
| 7329 | 2026-08-31T00:59:27.648Z | |
| 7330 | 2026-08-31T00:59:27.648Z | DEBG Aug 31 00:59:26.551initted freemap. size: 64Aug 31 00:59:26.551, unit INFO:INFO Aug 31 00:59:26.551freemap_route_ipv6 |
| 7331 | 2026-08-31T00:59:27.648Z | DEBGadding route 172.17.0.33/32 -> 10.0.0.255 |
| 7332 | 2026-08-31T00:59:27.648Z | initted freemap. size: 64, Aug 31 00:59:26.551unit Aug 31 00:59:26.551DEBG DEBGreset freemap:, freemap_route_ipv6adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7333 | 2026-08-31T00:59:27.648Z | 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 } }] |
| 7334 | 2026-08-31T00:59:27.648Z | unit: |
| 7335 | 2026-08-31T00:59:27.648Z | freemap_route_ipv6 |
| 7336 | 2026-08-31T00:59:27.648Z | Aug 31 00:59:26.551Aug 31 00:59:26.551 Aug 31 00:59:26.551DEBG DEBGAug 31 00:59:26.551replacing 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 } }] reset freemapINFOINFO, |
| 7337 | 2026-08-31T00:59:27.648Z | unit :adding route 3fff:dead::/64 -> 2001:db8::55:1 freemap_route_ipv6adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7338 | 2026-08-31T00:59:27.648Z | |
| 7339 | 2026-08-31T00:59:27.648Z | Aug 31 00:59:26.551 |
| 7340 | 2026-08-31T00:59:27.648Z | INFOAug 31 00:59:26.551Aug 31 00:59:26.551 DEBGDEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 7341 | 2026-08-31T00:59:27.648Z | adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7342 | 2026-08-31T00:59:27.648Z | |
| 7343 | 2026-08-31T00:59:27.648Z | Aug 31 00:59:26.551 INFOAug 31 00:59:26.551Aug 31 00:59:26.551 INFOINFO adding route 172.17.0.35/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7344 | 2026-08-31T00:59:27.648Z | |
| 7345 | 2026-08-31T00:59:27.648Z | |
| 7346 | 2026-08-31T00:59:27.648Z | Aug 31 00:59:26.551Aug 31 00:59:26.551 DEBG |
| 7347 | 2026-08-31T00:59:27.649Z | Aug 31 00:59:26.551DEBGAug 31 00:59:26.551 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBGAug 31 00:59:26.551 |
| 7348 | 2026-08-31T00:59:27.649Z | 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 } }] |
| 7349 | 2026-08-31T00:59:27.649Z | replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 00:59:26.551DEBG |
| 7350 | 2026-08-31T00:59:27.649Z | INFO Aug 31 00:59:26.551 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 } }] INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 7351 | 2026-08-31T00:59:27.649Z | |
| 7352 | 2026-08-31T00:59:27.649Z | adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7353 | 2026-08-31T00:59:27.649Z | Aug 31 00:59:26.551replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7354 | 2026-08-31T00:59:27.649Z | INFOAug 31 00:59:26.551 Aug 31 00:59:26.551Aug 31 00:59:26.551Aug 31 00:59:26.551 adding route 172.17.0.36/32 -> 10.0.0.255DEBGDEBG |
| 7355 | 2026-08-31T00:59:27.649Z | 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 } }] |
| 7356 | 2026-08-31T00:59:27.649Z | 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 } }] INFO |
| 7357 | 2026-08-31T00:59:27.649Z | Aug 31 00:59:26.551Aug 31 00:59:26.551 INFO Aug 31 00:59:26.551adding route 172.17.0.14/32 -> 10.0.0.255 Aug 31 00:59:26.551 |
| 7358 | 2026-08-31T00:59:27.649Z | adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2INFO |
| 7359 | 2026-08-31T00:59:27.649Z | |
| 7360 | 2026-08-31T00:59:27.649Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 31 00:59:26.551 DEBG DEBG |
| 7361 | 2026-08-31T00:59:27.649Z | Aug 31 00:59:26.551replacing 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 } }] |
| 7362 | 2026-08-31T00:59:27.649Z | DEBGDEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:59:26.551 Aug 31 00:59:26.551replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG Aug 31 00:59:26.551 |
| 7363 | 2026-08-31T00:59:27.649Z | DEBG INFO replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.15/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 00:59:26.551 |
| 7364 | 2026-08-31T00:59:27.649Z | |
| 7365 | 2026-08-31T00:59:27.649Z | |
| 7366 | 2026-08-31T00:59:27.649Z | |
| 7367 | 2026-08-31T00:59:27.649Z | 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 } }]Aug 31 00:59:26.551 |
| 7368 | 2026-08-31T00:59:27.649Z | Aug 31 00:59:26.551Aug 31 00:59:26.551 adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7369 | 2026-08-31T00:59:27.649Z | 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 } }]INFODEBG adding route 172.17.0.39/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: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 } }] |
| 7370 | 2026-08-31T00:59:27.649Z | |
| 7371 | 2026-08-31T00:59:27.649Z | Aug 31 00:59:26.551 |
| 7372 | 2026-08-31T00:59:27.649Z | DEBG Aug 31 00:59:26.551 Aug 31 00:59:26.551Aug 31 00:59:26.551replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG Aug 31 00:59:26.551 DEBG |
| 7373 | 2026-08-31T00:59:27.649Z | INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]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 } }] |
| 7374 | 2026-08-31T00:59:27.649Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 7375 | 2026-08-31T00:59:27.649Z | |
| 7376 | 2026-08-31T00:59:27.649Z | Aug 31 00:59:26.551INFO Aug 31 00:59:26.551INFO Aug 31 00:59:26.551adding route 172.17.0.36/32 -> 10.0.0.255INFOadding route 172.17.0.38/32 -> 10.0.0.255 |
| 7377 | 2026-08-31T00:59:27.649Z | adding route 172.17.0.40/32 -> 10.0.0.255 DEBG |
| 7378 | 2026-08-31T00:59:27.649Z | |
| 7379 | 2026-08-31T00:59:27.649Z | replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:59:26.551 |
| 7380 | 2026-08-31T00:59:27.649Z | DEBGAug 31 00:59:26.551 Aug 31 00:59:26.551 replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:59:26.551DEBG |
| 7381 | 2026-08-31T00:59:27.649Z | 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 } }]DEBG |
| 7382 | 2026-08-31T00:59:27.649Z | adding route 172.17.0.17/32 -> 10.0.0.255Aug 31 00:59:26.551 |
| 7383 | 2026-08-31T00:59:27.649Z | 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 } }] |
| 7384 | 2026-08-31T00:59:27.649Z | Aug 31 00:59:26.551Aug 31 00:59:26.551adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7385 | 2026-08-31T00:59:27.649Z | INFO DEBG adding route 172.17.0.41/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 } }] |
| 7386 | 2026-08-31T00:59:27.649Z | |
| 7387 | 2026-08-31T00:59:27.650Z | Aug 31 00:59:26.551Aug 31 00:59:26.551 DEBGINFO Aug 31 00:59:26.551adding route 172.17.0.37/32 -> 10.0.0.255Aug 31 00:59:26.551 |
| 7388 | 2026-08-31T00:59:27.650Z | DEBG INFOreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 7389 | 2026-08-31T00:59:27.650Z | |
| 7390 | 2026-08-31T00:59:27.650Z | Aug 31 00:59:26.551 DEBGadding route 172.17.0.18/32 -> 10.0.0.255 |
| 7391 | 2026-08-31T00:59:27.650Z | replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:59:26.551 |
| 7392 | 2026-08-31T00:59:27.650Z | INFOAug 31 00:59:26.551 Aug 31 00:59:26.551adding route 172.17.0.42/32 -> 10.0.0.255 INFO |
| 7393 | 2026-08-31T00:59:27.650Z | DEBGadding route 172.17.0.40/32 -> 10.0.0.255 |
| 7394 | 2026-08-31T00:59:27.650Z | replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:59:26.551 |
| 7395 | 2026-08-31T00:59:27.650Z | Aug 31 00:59:26.551INFO Aug 31 00:59:26.551 DEBGAug 31 00:59:26.551 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 } }]INFOadding route 172.17.0.38/32 -> 10.0.0.255 |
| 7396 | 2026-08-31T00:59:27.650Z | 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 } }] |
| 7397 | 2026-08-31T00:59:27.650Z | adding route 172.17.0.19/32 -> 10.0.0.255 |
| 7398 | 2026-08-31T00:59:27.650Z | |
| 7399 | 2026-08-31T00:59:27.650Z | Aug 31 00:59:26.551 INFO Aug 31 00:59:26.551adding route 172.17.0.43/32 -> 10.0.0.255adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 31 00:59:26.551 |
| 7400 | 2026-08-31T00:59:27.654Z | |
| 7401 | 2026-08-31T00:59:27.654Z | DEBG Aug 31 00:59:26.551INFOreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:59:26.551 |
| 7402 | 2026-08-31T00:59:27.654Z | DEBG adding route 172.17.0.41/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 } }]DEBG |
| 7403 | 2026-08-31T00:59:27.654Z | |
| 7404 | 2026-08-31T00:59:27.654Z | replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:59:26.552 INFO |
| 7405 | 2026-08-31T00:59:27.654Z | Aug 31 00:59:26.552Aug 31 00:59:26.552adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7406 | 2026-08-31T00:59:27.654Z | DEBGINFO Aug 31 00:59:26.551adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7407 | 2026-08-31T00:59:27.654Z | Aug 31 00:59:26.552replacing 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 } }] |
| 7408 | 2026-08-31T00:59:27.654Z | DEBGAug 31 00:59:26.552 DEBGAug 31 00:59:26.552 replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7409 | 2026-08-31T00:59:27.654Z | |
| 7410 | 2026-08-31T00:59:27.654Z | DEBG Aug 31 00:59:26.552replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 7411 | 2026-08-31T00:59:27.654Z | INFOAug 31 00:59:26.552Aug 31 00:59:26.552 INFO Aug 31 00:59:26.552adding route 172.17.0.21/32 -> 10.0.0.255INFOadding route 172.17.0.39/32 -> 10.0.0.255 |
| 7412 | 2026-08-31T00:59:27.654Z | |
| 7413 | 2026-08-31T00:59:27.654Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffINFO |
| 7414 | 2026-08-31T00:59:27.654Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7415 | 2026-08-31T00:59:27.654Z | adding route 172.17.0.45/32 -> 10.0.0.255Aug 31 00:59:26.552 Aug 31 00:59:26.552DEBG |
| 7416 | 2026-08-31T00:59:27.654Z | Aug 31 00:59:26.552replacing 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 } }] |
| 7417 | 2026-08-31T00:59:27.654Z | Aug 31 00:59:26.552 Aug 31 00:59:26.557DEBG INFO created new freemapadding route 172.17.0.22/32 -> 10.0.0.255Aug 31 00:59:26.552, |
| 7418 | 2026-08-31T00:59:27.654Z | unit :DEBG Aug 31 00:59:26.558freemap_route_ipv4 created new freemap |
| 7419 | 2026-08-31T00:59:27.654Z | 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 } }]unit |
| 7420 | 2026-08-31T00:59:27.654Z | : Aug 31 00:59:26.558 freemap_route_ipv4DEBGAug 31 00:59:26.558 Aug 31 00:59:26.558 |
| 7421 | 2026-08-31T00:59:27.654Z | INFODEBG created new freemapadding route 172.17.0.23/32 -> 10.0.0.255, |
| 7422 | 2026-08-31T00:59:27.654Z | unitreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:59:26.558 |
| 7423 | 2026-08-31T00:59:27.654Z | : DEBGAug 31 00:59:26.558freemap_route_ipv6 |
| 7424 | 2026-08-31T00:59:27.654Z | Aug 31 00:59:26.558 created new freemap , DEBGINFO replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:59:26.558adding route 172.17.0.46/32 -> 10.0.0.255unit |
| 7425 | 2026-08-31T00:59:27.654Z | |
| 7426 | 2026-08-31T00:59:27.654Z | : DEBGfreemap_route_ipv6 |
| 7427 | 2026-08-31T00:59:27.654Z | Aug 31 00:59:26.558initted freemap. size: 64Aug 31 00:59:26.558, DEBGINFO unitadding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: |
| 7428 | 2026-08-31T00:59:27.654Z | |
| 7429 | 2026-08-31T00:59:27.654Z | Aug 31 00:59:26.558freemap_route_ipv4 |
| 7430 | 2026-08-31T00:59:27.654Z | DEBGAug 31 00:59:26.558Aug 31 00:59:26.558 DEBG initted freemap. size: 64replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:59:26.558, |
| 7431 | 2026-08-31T00:59:27.655Z | unitINFO : freemap_route_ipv4DEBGAug 31 00:59:26.558adding route 172.17.0.47/32 -> 10.0.0.255 |
| 7432 | 2026-08-31T00:59:27.655Z | INFO |
| 7433 | 2026-08-31T00:59:27.655Z | adding route 172.17.0.25/32 -> 10.0.0.255reset freemap |
| 7434 | 2026-08-31T00:59:27.655Z | , unitAug 31 00:59:26.558 :DEBG Aug 31 00:59:26.558Aug 31 00:59:26.558 DEBGfreemap_route_ipv4 |
| 7435 | 2026-08-31T00:59:27.655Z | 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 } }] |
| 7436 | 2026-08-31T00:59:27.655Z | 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 } }] |
| 7437 | 2026-08-31T00:59:27.655Z | DEBG Aug 31 00:59:26.558reset freemap Aug 31 00:59:26.558, INFOAug 31 00:59:26.558unit adding route 172.17.0.26/32 -> 10.0.0.255 :INFODEBG |
| 7438 | 2026-08-31T00:59:27.655Z | initted freemap. size: 64 , freemap_route_ipv4adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7439 | 2026-08-31T00:59:27.655Z | unit:Aug 31 00:59:26.558 |
| 7440 | 2026-08-31T00:59:27.655Z | DEBGAug 31 00:59:26.558freemap_route_ipv6 |
| 7441 | 2026-08-31T00:59:27.655Z | 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 |
| 7442 | 2026-08-31T00:59:27.655Z | initted freemap. size: 64, unitAug 31 00:59:26.558Aug 31 00:59:26.558Aug 31 00:59:26.558 :DEBG INFO freemap_route_ipv6DEBGadding route 172.17.0.27/32 -> 10.0.0.255reset freemap |
| 7443 | 2026-08-31T00:59:27.655Z | , replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 7444 | 2026-08-31T00:59:27.655Z | |
| 7445 | 2026-08-31T00:59:27.655Z | : freemap_route_ipv6Aug 31 00:59:26.558Aug 31 00:59:26.558 |
| 7446 | 2026-08-31T00:59:27.655Z | Aug 31 00:59:26.558DEBG DEBG INFODEBG adding route 172.17.0.49/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 } }] |
| 7447 | 2026-08-31T00:59:27.655Z | |
| 7448 | 2026-08-31T00:59:27.655Z | replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:59:26.558reset freemap |
| 7449 | 2026-08-31T00:59:27.655Z | , Aug 31 00:59:26.558unitINFO Aug 31 00:59:26.558INFO: adding route 172.17.0.28/32 -> 10.0.0.255 DEBG |
| 7450 | 2026-08-31T00:59:27.655Z | freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 7451 | 2026-08-31T00:59:27.655Z | |
| 7452 | 2026-08-31T00:59:27.655Z | |
| 7453 | 2026-08-31T00:59:27.655Z | Aug 31 00:59:26.558 Aug 31 00:59:26.558Aug 31 00:59:26.558 INFOAug 31 00:59:26.558 adding route 172.17.0.40/32 -> 10.0.0.255INFO |
| 7454 | 2026-08-31T00:59:27.655Z | DEBGAug 31 00:59:26.558 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 |
| 7455 | 2026-08-31T00:59:27.655Z | DEBG adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7456 | 2026-08-31T00:59:27.655Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.50/32 -> 10.0.0.255Aug 31 00:59:26.558 |
| 7457 | 2026-08-31T00:59:27.655Z | |
| 7458 | 2026-08-31T00:59:27.655Z | INFO Aug 31 00:59:26.558adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7459 | 2026-08-31T00:59:27.655Z | Aug 31 00:59:26.558DEBG INFO Aug 31 00:59:26.558replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 31 00:59:26.558 |
| 7460 | 2026-08-31T00:59:27.655Z | DEBG DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 31 00:59:26.558replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7461 | 2026-08-31T00:59:27.655Z | INFO |
| 7462 | 2026-08-31T00:59:27.655Z | |
| 7463 | 2026-08-31T00:59:27.655Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7464 | 2026-08-31T00:59:27.655Z | Aug 31 00:59:26.558 Aug 31 00:59:26.558Aug 31 00:59:26.558INFO DEBG Aug 31 00:59:26.558INFO DEBGadding route 172.17.0.51/32 -> 10.0.0.255 |
| 7465 | 2026-08-31T00:59:27.655Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 7466 | 2026-08-31T00:59:27.655Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.30/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 } }] |
| 7467 | 2026-08-31T00:59:27.655Z | |
| 7468 | 2026-08-31T00:59:27.655Z | |
| 7469 | 2026-08-31T00:59:27.655Z | Aug 31 00:59:26.558 Aug 31 00:59:26.558Aug 31 00:59:26.558 DEBGDEBGAug 31 00:59:26.558 INFOreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7470 | 2026-08-31T00:59:27.656Z | 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 } }] |
| 7471 | 2026-08-31T00:59:27.656Z | INFOadding route 172.16.0.0/32 -> 10.0.0.3Aug 31 00:59:26.558 |
| 7472 | 2026-08-31T00:59:27.656Z | INFOAug 31 00:59:26.558adding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 31 00:59:26.558adding route 172.17.0.52/32 -> 10.0.0.255 INFO |
| 7473 | 2026-08-31T00:59:27.656Z | DEBG adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7474 | 2026-08-31T00:59:27.656Z | |
| 7475 | 2026-08-31T00:59:27.656Z | Aug 31 00:59:26.558replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7476 | 2026-08-31T00:59:27.656Z | DEBGAug 31 00:59:26.558Aug 31 00:59:26.558 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 } }]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 } }] |
| 7477 | 2026-08-31T00:59:27.656Z | Aug 31 00:59:26.558 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4 |
| 7478 | 2026-08-31T00:59:27.656Z | |
| 7479 | 2026-08-31T00:59:27.656Z | Aug 31 00:59:26.564Aug 31 00:59:26.564 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 } }] |
| 7480 | 2026-08-31T00:59:27.656Z | INFO Aug 31 00:59:26.564Aug 31 00:59:26.564 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 31 00:59:26.552 |
| 7481 | 2026-08-31T00:59:27.656Z | 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 } }]DEBGAug 31 00:59:26.564 |
| 7482 | 2026-08-31T00:59:27.656Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.53/32 -> 10.0.0.255Aug 31 00:59:26.564Aug 31 00:59:26.564 |
| 7483 | 2026-08-31T00:59:27.656Z | INFO |
| 7484 | 2026-08-31T00:59:27.656Z | adding route 172.17.0.43/32 -> 10.0.0.255DEBG |
| 7485 | 2026-08-31T00:59:27.656Z | |
| 7486 | 2026-08-31T00:59:27.656Z | replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:59:26.564 |
| 7487 | 2026-08-31T00:59:27.656Z | DEBGAug 31 00:59:26.564Aug 31 00:59:26.564 replacing targets for 3fff:dead::/64 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 } }] |
| 7488 | 2026-08-31T00:59:27.656Z | 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 } }] |
| 7489 | 2026-08-31T00:59:27.656Z | Aug 31 00:59:26.564DEBG INFOreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7490 | 2026-08-31T00:59:27.656Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7491 | 2026-08-31T00:59:27.656Z | Aug 31 00:59:26.564 INFO adding route 172.17.0.54/32 -> 10.0.0.255Aug 31 00:59:26.564 |
| 7492 | 2026-08-31T00:59:27.656Z | INFO Aug 31 00:59:26.564adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7493 | 2026-08-31T00:59:27.656Z | 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 } }] |
| 7494 | 2026-08-31T00:59:27.656Z | Aug 31 00:59:26.564Aug 31 00:59:26.564 DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:59:26.564 |
| 7495 | 2026-08-31T00:59:27.656Z | INFO adding route 172.17.0.42/32 -> 10.0.0.255Aug 31 00:59:26.564 |
| 7496 | 2026-08-31T00:59:27.656Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7497 | 2026-08-31T00:59:27.656Z | Aug 31 00:59:26.564DEBG Aug 31 00:59:26.564 DEBG DEBGreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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.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 } }] |
| 7498 | 2026-08-31T00:59:27.656Z | |
| 7499 | 2026-08-31T00:59:27.656Z | |
| 7500 | 2026-08-31T00:59:27.660Z | |
| 7501 | 2026-08-31T00:59:27.660Z | Aug 31 00:59:26.564Aug 31 00:59:26.564 Aug 31 00:59:26.564INFO INFO Aug 31 00:59:26.564adding route 172.17.0.43/32 -> 10.0.0.255INFO |
| 7502 | 2026-08-31T00:59:27.660Z | INFO adding route 172.17.0.56/32 -> 10.0.0.255adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7503 | 2026-08-31T00:59:27.660Z | |
| 7504 | 2026-08-31T00:59:27.660Z | |
| 7505 | 2026-08-31T00:59:27.660Z | Aug 31 00:59:26.564Aug 31 00:59:26.564Aug 31 00:59:26.564 DEBGDEBG DEBGAug 31 00:59:26.564replacing 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.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 } }] |
| 7506 | 2026-08-31T00:59:27.660Z | |
| 7507 | 2026-08-31T00:59:27.660Z | 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 |
| 7508 | 2026-08-31T00:59:27.660Z | 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 } }] |
| 7509 | 2026-08-31T00:59:27.660Z | Aug 31 00:59:26.564Aug 31 00:59:26.564 INFOINFOAug 31 00:59:26.564 Aug 31 00:59:26.564INFOadding route 172.17.0.46/32 -> 10.0.0.255 |
| 7510 | 2026-08-31T00:59:27.660Z | adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7511 | 2026-08-31T00:59:27.661Z | |
| 7512 | 2026-08-31T00:59:27.661Z | INFO Aug 31 00:59:26.564adding route 172.17.0.57/32 -> 10.0.0.255 Aug 31 00:59:26.564DEBG |
| 7513 | 2026-08-31T00:59:27.661Z | DEBGAug 31 00:59:26.564 replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 |
| 7514 | 2026-08-31T00:59:27.661Z | |
| 7515 | 2026-08-31T00:59:27.661Z | 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 } }] |
| 7516 | 2026-08-31T00:59:27.661Z | Aug 31 00:59:26.564Aug 31 00:59:26.564 Aug 31 00:59:26.564 DEBGINFOINFO Aug 31 00:59:26.564adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255 INFO |
| 7517 | 2026-08-31T00:59:27.661Z | 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 } }] |
| 7518 | 2026-08-31T00:59:27.661Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7519 | 2026-08-31T00:59:27.661Z | |
| 7520 | 2026-08-31T00:59:27.661Z | Aug 31 00:59:26.564Aug 31 00:59:26.564 Aug 31 00:59:26.564DEBGDEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 |
| 7521 | 2026-08-31T00:59:27.661Z | |
| 7522 | 2026-08-31T00:59:27.661Z | replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:59:26.564 |
| 7523 | 2026-08-31T00:59:27.661Z | Aug 31 00:59:26.564Aug 31 00:59:26.564 INFOINFO Aug 31 00:59:26.564 INFOINFO adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7524 | 2026-08-31T00:59:27.661Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7525 | 2026-08-31T00:59:27.661Z | adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7526 | 2026-08-31T00:59:27.661Z | |
| 7527 | 2026-08-31T00:59:27.661Z | Aug 31 00:59:26.564 Aug 31 00:59:26.564Aug 31 00:59:26.564 DEBG DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 |
| 7528 | 2026-08-31T00:59:27.661Z | 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 } }] |
| 7529 | 2026-08-31T00:59:27.661Z | Aug 31 00:59:26.564 |
| 7530 | 2026-08-31T00:59:27.661Z | Aug 31 00:59:26.564 DEBGINFO Aug 31 00:59:26.564replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255Aug 31 00:59:26.564 |
| 7531 | 2026-08-31T00:59:27.661Z | |
| 7532 | 2026-08-31T00:59:27.661Z | INFO INFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255Aug 31 00:59:26.564 |
| 7533 | 2026-08-31T00:59:27.661Z | |
| 7534 | 2026-08-31T00:59:27.661Z | 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 31 00:59:26.564Aug 31 00:59:26.564 |
| 7535 | 2026-08-31T00:59:27.661Z | Aug 31 00:59:26.564 INFODEBG DEBGadding route 172.17.0.59/32 -> 10.0.0.255Aug 31 00:59:26.564 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 } }] |
| 7536 | 2026-08-31T00:59:27.661Z | INFO |
| 7537 | 2026-08-31T00:59:27.661Z | adding route 172.17.0.37/32 -> 10.0.0.255replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7538 | 2026-08-31T00:59:27.661Z | |
| 7539 | 2026-08-31T00:59:27.661Z | Aug 31 00:59:26.564Aug 31 00:59:26.564 INFO Aug 31 00:59:26.564DEBGAug 31 00:59:26.564 adding route 172.17.0.50/32 -> 10.0.0.255 INFO |
| 7540 | 2026-08-31T00:59:27.661Z | DEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7541 | 2026-08-31T00:59:27.661Z | 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 } }] |
| 7542 | 2026-08-31T00:59:27.661Z | |
| 7543 | 2026-08-31T00:59:27.661Z | Aug 31 00:59:26.564Aug 31 00:59:26.564Aug 31 00:59:26.564 DEBGINFO 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 31 00:59:26.564 |
| 7544 | 2026-08-31T00:59:27.661Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7545 | 2026-08-31T00:59:27.661Z | DEBG adding route 172.17.0.60/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 } }] |
| 7546 | 2026-08-31T00:59:27.661Z | Aug 31 00:59:26.564 |
| 7547 | 2026-08-31T00:59:27.661Z | Aug 31 00:59:26.564INFO DEBG adding route 172.17.0.49/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 } }] |
| 7548 | 2026-08-31T00:59:27.661Z | |
| 7549 | 2026-08-31T00:59:27.661Z | Aug 31 00:59:26.564 Aug 31 00:59:26.564DEBG 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 31 00:59:26.564 adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7550 | 2026-08-31T00:59:27.662Z | |
| 7551 | 2026-08-31T00:59:27.662Z | Aug 31 00:59:26.564DEBG INFOreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 00:59:26.564adding route 172.17.0.39/32 -> 10.0.0.255Aug 31 00:59:26.564 |
| 7552 | 2026-08-31T00:59:27.662Z | |
| 7553 | 2026-08-31T00:59:27.662Z | 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 } }]INFO |
| 7554 | 2026-08-31T00:59:27.662Z | Aug 31 00:59:26.564 DEBGadding route 172.17.0.61/32 -> 10.0.0.255 Aug 31 00:59:26.564 |
| 7555 | 2026-08-31T00:59:27.662Z | Aug 31 00:59:26.564INFO 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.50/32 -> 10.0.0.255INFO |
| 7556 | 2026-08-31T00:59:27.662Z | |
| 7557 | 2026-08-31T00:59:27.662Z | adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7558 | 2026-08-31T00:59:27.662Z | Aug 31 00:59:26.564Aug 31 00:59:26.564 INFODEBGAug 31 00:59:26.564 adding route 172.17.0.40/32 -> 10.0.0.255DEBG |
| 7559 | 2026-08-31T00:59:27.662Z | replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGreplacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7560 | 2026-08-31T00:59:27.662Z | |
| 7561 | 2026-08-31T00:59:27.662Z | replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:59:26.564 |
| 7562 | 2026-08-31T00:59:27.662Z | test route::tests::add_target_fails_full ... ok |
| 7563 | 2026-08-31T00:59:27.662Z | DEBGAug 31 00:59:26.564 Aug 31 00:59:26.564replacing 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 } }] |
| 7564 | 2026-08-31T00:59:27.662Z | INFOAug 31 00:59:26.564 adding route 172.17.0.53/32 -> 10.0.0.255INFO |
| 7565 | 2026-08-31T00:59:27.662Z | Aug 31 00:59:26.564adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 7566 | 2026-08-31T00:59:27.662Z | INFO Aug 31 00:59:26.564adding route 172.17.0.62/32 -> 10.0.0.255DEBG |
| 7567 | 2026-08-31T00:59:27.662Z | replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7568 | 2026-08-31T00:59:27.662Z | Aug 31 00:59:26.564Aug 31 00:59:26.564adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7569 | 2026-08-31T00:59:27.662Z | test route::tests::delete_target_fragmented ... ok |
| 7570 | 2026-08-31T00:59:27.662Z | DEBG DEBGreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:59:26.564 |
| 7571 | 2026-08-31T00:59:27.662Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 7572 | 2026-08-31T00:59:27.662Z | Aug 31 00:59:26.564Aug 31 00:59:26.564 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 } }] |
| 7573 | 2026-08-31T00:59:27.662Z | DEBGadding route 172.17.0.51/32 -> 10.0.0.255 |
| 7574 | 2026-08-31T00:59:27.662Z | 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 } }] |
| 7575 | 2026-08-31T00:59:27.662Z | DEBGAug 31 00:59:26.564Aug 31 00:59:26.564Aug 31 00:59:26.564 DEBG INFO replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7576 | 2026-08-31T00:59:27.662Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7577 | 2026-08-31T00:59:27.662Z | 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 |
| 7578 | 2026-08-31T00:59:27.662Z | |
| 7579 | 2026-08-31T00:59:27.662Z | Aug 31 00:59:26.564 Aug 31 00:59:26.564Aug 31 00:59:26.564 INFOAug 31 00:59:26.564DEBG Aug 31 00:59:26.564 replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7580 | 2026-08-31T00:59:27.662Z | DEBG adding route 172.17.0.63/32 -> 10.0.0.255 |
| 7581 | 2026-08-31T00:59:27.662Z | Aug 31 00:59:26.564adding route 172.17.0.42/32 -> 10.0.0.255 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 } }] |
| 7582 | 2026-08-31T00:59:27.662Z | |
| 7583 | 2026-08-31T00:59:27.662Z | INFOadding route 172.17.0.52/32 -> 10.0.0.255 |
| 7584 | 2026-08-31T00:59:27.662Z | adding route 172.17.0.55/32 -> 10.0.0.255Aug 31 00:59:26.564 |
| 7585 | 2026-08-31T00:59:27.662Z | Aug 31 00:59:26.564Aug 31 00:59:26.564Aug 31 00:59:26.564 INFODEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 7586 | 2026-08-31T00:59:27.662Z | |
| 7587 | 2026-08-31T00:59:27.662Z | DEBGDEBG replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 7588 | 2026-08-31T00:59:27.662Z | Aug 31 00:59:26.564Aug 31 00:59:26.564Aug 31 00:59:26.571 INFOINFODEBG adding route 172.17.0.43/32 -> 10.0.0.255replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7589 | 2026-08-31T00:59:27.662Z | |
| 7590 | 2026-08-31T00:59:27.663Z | Aug 31 00:59:26.565 DEBG Aug 31 00:59:26.571created new freemap , DEBGunit Aug 31 00:59:26.571: replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 7591 | 2026-08-31T00:59:27.663Z | freemap_route_ipv4adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 7592 | 2026-08-31T00:59:27.663Z | |
| 7593 | 2026-08-31T00:59:27.663Z | Aug 31 00:59:26.571 INFO |
| 7594 | 2026-08-31T00:59:27.663Z | adding route 172.17.0.44/32 -> 10.0.0.255Aug 31 00:59:26.571 |
| 7595 | 2026-08-31T00:59:27.663Z | Aug 31 00:59:26.571DEBG adding route 172.17.0.53/32 -> 10.0.0.255DEBG |
| 7596 | 2026-08-31T00:59:27.663Z | created new freemapAug 31 00:59:26.571, unitreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 31 00:59:26.571 |
| 7597 | 2026-08-31T00:59:27.663Z | 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 } }]: |
| 7598 | 2026-08-31T00:59:27.663Z | freemap_route_ipv6DEBG |
| 7599 | 2026-08-31T00:59:27.663Z | 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 } }] |
| 7600 | 2026-08-31T00:59:27.667Z | Aug 31 00:59:26.571Aug 31 00:59:26.571Aug 31 00:59:26.571 INFOINFO DEBGAug 31 00:59:26.571 adding route 172.17.0.45/32 -> 10.0.0.255 INFOinitted freemap. size: 64 |
| 7601 | 2026-08-31T00:59:27.667Z | , adding route 3fff:beef:b::/64 -> 2001:db8::55:ffunitAug 31 00:59:26.571: |
| 7602 | 2026-08-31T00:59:27.667Z | Aug 31 00:59:26.571 adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7603 | 2026-08-31T00:59:27.667Z | DEBGfreemap_route_ipv4 |
| 7604 | 2026-08-31T00:59:27.667Z | Aug 31 00:59:26.571replacing 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 } }] DEBGAug 31 00:59:26.571DEBG 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 failed to allocate space for the new target listreplacing 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 } }] |
| 7605 | 2026-08-31T00:59:27.667Z | |
| 7606 | 2026-08-31T00:59:27.667Z | |
| 7607 | 2026-08-31T00:59:27.667Z | |
| 7608 | 2026-08-31T00:59:27.667Z | Aug 31 00:59:26.571 DEBGAug 31 00:59:26.571Aug 31 00:59:26.571 Aug 31 00:59:26.571INFOINFOAug 31 00:59:26.571 adding route 172.17.0.55/32 -> 10.0.0.255reset freemapadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 7609 | 2026-08-31T00:59:27.667Z | |
| 7610 | 2026-08-31T00:59:27.667Z | , DEBG INFOunit replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.46/32 -> 10.0.0.255: |
| 7611 | 2026-08-31T00:59:27.667Z | Aug 31 00:59:26.571Aug 31 00:59:26.571 DEBGfreemap_route_ipv4 |
| 7612 | 2026-08-31T00:59:27.667Z | 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 } }] |
| 7613 | 2026-08-31T00:59:27.667Z | DEBGAug 31 00:59:26.571 |
| 7614 | 2026-08-31T00:59:27.667Z | 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 } }] |
| 7615 | 2026-08-31T00:59:27.667Z | Aug 31 00:59:26.571replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:59:26.571 |
| 7616 | 2026-08-31T00:59:27.667Z | Aug 31 00:59:26.571 DEBGINFOAug 31 00:59:26.571 INFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 31 00:59:26.571 |
| 7617 | 2026-08-31T00:59:27.667Z | INFOadding route 172.17.0.56/32 -> 10.0.0.255DEBG |
| 7618 | 2026-08-31T00:59:27.667Z | initted freemap. size: 64adding route 172.17.0.47/32 -> 10.0.0.255, |
| 7619 | 2026-08-31T00:59:27.667Z | Aug 31 00:59:26.571Aug 31 00:59:26.571 failed to allocate space for the new target list unitDEBG:Aug 31 00:59:26.571 DEBG |
| 7620 | 2026-08-31T00:59:27.667Z | freemap_route_ipv6replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7621 | 2026-08-31T00:59:27.667Z | |
| 7622 | 2026-08-31T00:59:27.667Z | 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 } }]replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:59:26.571 |
| 7623 | 2026-08-31T00:59:27.667Z | |
| 7624 | 2026-08-31T00:59:27.667Z | DEBGAug 31 00:59:26.571 Aug 31 00:59:26.571reset freemapINFO, Aug 31 00:59:26.571unit : freemap_route_ipv6INFOadding route 172.17.0.57/32 -> 10.0.0.255 |
| 7625 | 2026-08-31T00:59:27.667Z | |
| 7626 | 2026-08-31T00:59:27.667Z | INFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 7627 | 2026-08-31T00:59:27.667Z | Aug 31 00:59:26.571 |
| 7628 | 2026-08-31T00:59:27.667Z | Aug 31 00:59:26.571 DEBGINFO Aug 31 00:59:26.571replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 00:59:26.571 |
| 7629 | 2026-08-31T00:59:27.667Z | DEBG adding route 172.16.0.0/32 -> 10.0.0.1DEBGreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 00:59:26.571 |
| 7630 | 2026-08-31T00:59:27.667Z | replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 7631 | 2026-08-31T00:59:27.667Z | |
| 7632 | 2026-08-31T00:59:27.667Z | adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7633 | 2026-08-31T00:59:27.667Z | Aug 31 00:59:26.571 Aug 31 00:59:26.571INFOAug 31 00:59:26.571 DEBGINFOAug 31 00:59:26.571 replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:f::/64 -> 2001:db8::55:ff adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7634 | 2026-08-31T00:59:27.668Z | |
| 7635 | 2026-08-31T00:59:27.668Z | |
| 7636 | 2026-08-31T00:59:27.668Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 31 00:59:26.571Aug 31 00:59:26.571Aug 31 00:59:26.571 |
| 7637 | 2026-08-31T00:59:27.668Z | INFO DEBGDEBG adding route 172.17.0.59/32 -> 10.0.0.255 replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:59:26.571 |
| 7638 | 2026-08-31T00:59:27.668Z | |
| 7639 | 2026-08-31T00:59:27.668Z | 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 } }] |
| 7640 | 2026-08-31T00:59:27.668Z | INFO Aug 31 00:59:26.571adding route 172.16.0.0/32 -> 10.0.0.2 Aug 31 00:59:26.571 |
| 7641 | 2026-08-31T00:59:27.668Z | Aug 31 00:59:26.571 DEBGINFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7642 | 2026-08-31T00:59:27.668Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO |
| 7643 | 2026-08-31T00:59:27.668Z | adding route 172.17.0.50/32 -> 10.0.0.255Aug 31 00:59:26.571 |
| 7644 | 2026-08-31T00:59:27.668Z | Aug 31 00:59:26.571 INFOAug 31 00:59:26.571DEBGAug 31 00:59:26.571 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7645 | 2026-08-31T00:59:27.668Z | DEBG DEBGreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7646 | 2026-08-31T00:59:27.668Z | Aug 31 00:59:26.571replacing 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 } }] |
| 7647 | 2026-08-31T00:59:27.668Z | |
| 7648 | 2026-08-31T00:59:27.668Z | INFOAug 31 00:59:26.571 adding route 172.16.0.0/32 -> 10.0.0.3Aug 31 00:59:26.571 |
| 7649 | 2026-08-31T00:59:27.668Z | Aug 31 00:59:26.571DEBGINFO 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 } }] |
| 7650 | 2026-08-31T00:59:27.668Z | adding route 172.17.0.51/32 -> 10.0.0.255INFO |
| 7651 | 2026-08-31T00:59:27.668Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 7652 | 2026-08-31T00:59:27.668Z | Aug 31 00:59:26.571 Aug 31 00:59:26.571DEBG Aug 31 00:59:26.571DEBG Aug 31 00:59:26.571DEBG failed to allocate space for the new target list |
| 7653 | 2026-08-31T00:59:27.668Z | 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 |
| 7654 | 2026-08-31T00:59:27.668Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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 } }] |
| 7655 | 2026-08-31T00:59:27.668Z | Aug 31 00:59:26.571replacing 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 } }] |
| 7656 | 2026-08-31T00:59:27.668Z | DEBGAug 31 00:59:26.571 Aug 31 00:59:26.571Aug 31 00:59:26.571replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 7657 | 2026-08-31T00:59:27.668Z | adding route 172.17.0.52/32 -> 10.0.0.255INFO |
| 7658 | 2026-08-31T00:59:27.668Z | INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.4 |
| 7659 | 2026-08-31T00:59:27.668Z | |
| 7660 | 2026-08-31T00:59:27.668Z | Aug 31 00:59:26.571 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 } }] |
| 7661 | 2026-08-31T00:59:27.668Z | Aug 31 00:59:26.571Aug 31 00:59:26.571 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]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 } }] |
| 7662 | 2026-08-31T00:59:27.668Z | |
| 7663 | 2026-08-31T00:59:27.668Z | test route::tests::delete_targets_full ... ok |
| 7664 | 2026-08-31T00:59:27.668Z | Aug 31 00:59:26.571Aug 31 00:59:26.571 INFOINFO Aug 31 00:59:26.571 adding route 172.17.0.53/32 -> 10.0.0.255 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG |
| 7665 | 2026-08-31T00:59:27.668Z | |
| 7666 | 2026-08-31T00:59:27.668Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 7667 | 2026-08-31T00:59:27.668Z | Aug 31 00:59:26.571 Aug 31 00:59:26.571DEBG 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 } }] |
| 7668 | 2026-08-31T00:59:27.668Z | 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 } }] |
| 7669 | 2026-08-31T00:59:27.668Z | test route::tests::delete_target_full ... ok |
| 7670 | 2026-08-31T00:59:27.668Z | Aug 31 00:59:26.571Aug 31 00:59:26.571 INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 172.17.0.54/32 -> 10.0.0.255 |
| 7671 | 2026-08-31T00:59:27.668Z | |
| 7672 | 2026-08-31T00:59:27.668Z | Aug 31 00:59:26.571 Aug 31 00:59:26.571DEBG 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 } }] |
| 7673 | 2026-08-31T00:59:27.668Z | 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 } }] |
| 7674 | 2026-08-31T00:59:27.668Z | Aug 31 00:59:26.571Aug 31 00:59:26.571 INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 172.17.0.55/32 -> 10.0.0.255 |
| 7675 | 2026-08-31T00:59:27.669Z | |
| 7676 | 2026-08-31T00:59:27.669Z | Aug 31 00:59:26.571 DEBGAug 31 00:59:26.571 replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7677 | 2026-08-31T00:59:27.669Z | 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 } }] |
| 7678 | 2026-08-31T00:59:27.669Z | Aug 31 00:59:26.571Aug 31 00:59:26.571 INFOINFO adding route 172.17.0.56/32 -> 10.0.0.255adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 7679 | 2026-08-31T00:59:27.669Z | |
| 7680 | 2026-08-31T00:59:27.669Z | Aug 31 00:59:26.564Aug 31 00:59:26.571Aug 31 00:59:26.571 DEBGDEBGDEBG 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 } }] |
| 7681 | 2026-08-31T00:59:27.669Z | 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 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 } }] |
| 7682 | 2026-08-31T00:59:27.669Z | |
| 7683 | 2026-08-31T00:59:27.669Z | Aug 31 00:59:26.571Aug 31 00:59:26.571 Aug 31 00:59:26.571 INFOINFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO |
| 7684 | 2026-08-31T00:59:27.669Z | |
| 7685 | 2026-08-31T00:59:27.669Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7686 | 2026-08-31T00:59:27.669Z | Aug 31 00:59:26.571Aug 31 00:59:26.571 Aug 31 00:59:26.571DEBGDEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 7687 | 2026-08-31T00:59:27.669Z | |
| 7688 | 2026-08-31T00:59:27.669Z | 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 } }] |
| 7689 | 2026-08-31T00:59:27.669Z | Aug 31 00:59:26.571Aug 31 00:59:26.571 Aug 31 00:59:26.571INFOINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 172.17.0.58/32 -> 10.0.0.255INFO |
| 7690 | 2026-08-31T00:59:27.669Z | |
| 7691 | 2026-08-31T00:59:27.669Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7692 | 2026-08-31T00:59:27.669Z | Aug 31 00:59:26.571Aug 31 00:59:26.571 Aug 31 00:59:26.571 DEBGDEBGDEBG 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.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: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 } }] |
| 7693 | 2026-08-31T00:59:27.669Z | |
| 7694 | 2026-08-31T00:59:27.669Z | |
| 7695 | 2026-08-31T00:59:27.669Z | Aug 31 00:59:26.571Aug 31 00:59:26.571 INFOINFOAug 31 00:59:26.571 adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7696 | 2026-08-31T00:59:27.669Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFO |
| 7697 | 2026-08-31T00:59:27.669Z | adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7698 | 2026-08-31T00:59:27.669Z | Aug 31 00:59:26.571 Aug 31 00:59:26.571DEBG DEBGAug 31 00:59:26.571 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 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 } }] |
| 7699 | 2026-08-31T00:59:27.669Z | 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 } }] |
| 7700 | 2026-08-31T00:59:27.673Z | |
| 7701 | 2026-08-31T00:59:27.673Z | Aug 31 00:59:26.578 INFOAug 31 00:59:26.578 Aug 31 00:59:26.578INFO INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7702 | 2026-08-31T00:59:27.673Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7703 | 2026-08-31T00:59:27.673Z | Aug 31 00:59:26.578Aug 31 00:59:26.578 DEBGDEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7704 | 2026-08-31T00:59:27.673Z | |
| 7705 | 2026-08-31T00:59:27.673Z | Aug 31 00:59:26.578 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7706 | 2026-08-31T00:59:27.673Z | Aug 31 00:59:26.578 Aug 31 00:59:26.578DEBG DEBGfailed to allocate space for the new target list |
| 7707 | 2026-08-31T00:59:27.673Z | 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 } }] |
| 7708 | 2026-08-31T00:59:27.673Z | Aug 31 00:59:26.578 INFO adding route 172.17.0.61/32 -> 10.0.0.255 |
| 7709 | 2026-08-31T00:59:27.673Z | Aug 31 00:59:26.578 DEBG Aug 31 00:59:26.578replacing targets for 172.16.0.0/32 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 } }] |
| 7710 | 2026-08-31T00:59:27.673Z | 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 } }] |
| 7711 | 2026-08-31T00:59:27.673Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 7712 | 2026-08-31T00:59:27.673Z | Aug 31 00:59:26.578 INFO adding route 172.17.0.62/32 -> 10.0.0.255 |
| 7713 | 2026-08-31T00:59:27.673Z | Aug 31 00:59:26.578 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 31 00:59:26.578 |
| 7714 | 2026-08-31T00:59:27.673Z | 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 } }] |
| 7715 | 2026-08-31T00:59:27.673Z | Aug 31 00:59:26.578 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 31 00:59:26.578 |
| 7716 | 2026-08-31T00:59:27.673Z | DEBG failed to allocate space for the new target list |
| 7717 | 2026-08-31T00:59:27.673Z | Aug 31 00:59:26.578 DEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 00:59:26.578 |
| 7718 | 2026-08-31T00:59:27.674Z | 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 } }] |
| 7719 | 2026-08-31T00:59:27.674Z | Aug 31 00:59:26.578 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 7720 | 2026-08-31T00:59:27.674Z | Aug 31 00:59:26.578 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 } }] |
| 7721 | 2026-08-31T00:59:27.674Z | Aug 31 00:59:26.578 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 7722 | 2026-08-31T00:59:27.674Z | Aug 31 00:59:26.578 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 } }] |
| 7723 | 2026-08-31T00:59:27.674Z | Aug 31 00:59:26.578 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 7724 | 2026-08-31T00:59:27.674Z | Aug 31 00:59:26.578 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 } }] |
| 7725 | 2026-08-31T00:59:27.674Z | Aug 31 00:59:26.578 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 7726 | 2026-08-31T00:59:27.674Z | Aug 31 00:59:26.578 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 } }] |
| 7727 | 2026-08-31T00:59:27.674Z | Aug 31 00:59:26.578 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 7728 | 2026-08-31T00:59:27.674Z | Aug 31 00:59:26.578 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 } }] |
| 7729 | 2026-08-31T00:59:27.674Z | Aug 31 00:59:26.578 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 7730 | 2026-08-31T00:59:27.674Z | Aug 31 00:59:26.578 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 } }] |
| 7731 | 2026-08-31T00:59:27.674Z | Aug 31 00:59:26.578 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 7732 | 2026-08-31T00:59:27.674Z | Aug 31 00:59:26.578 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 } }] |
| 7733 | 2026-08-31T00:59:27.674Z | Aug 31 00:59:26.578 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 7734 | 2026-08-31T00:59:27.674Z | Aug 31 00:59:26.578 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 } }] |
| 7735 | 2026-08-31T00:59:27.674Z | Aug 31 00:59:26.578 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 7736 | 2026-08-31T00:59:27.674Z | Aug 31 00:59:26.578 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 } }] |
| 7737 | 2026-08-31T00:59:27.674Z | Aug 31 00:59:26.578 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 7738 | 2026-08-31T00:59:27.674Z | Aug 31 00:59:26.578 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 } }] |
| 7739 | 2026-08-31T00:59:27.674Z | Aug 31 00:59:26.578 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 7740 | 2026-08-31T00:59:27.674Z | Aug 31 00:59:26.578 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 } }] |
| 7741 | 2026-08-31T00:59:27.674Z | Aug 31 00:59:26.578 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 7742 | 2026-08-31T00:59:27.674Z | Aug 31 00:59:26.578 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 } }] |
| 7743 | 2026-08-31T00:59:27.674Z | Aug 31 00:59:26.578 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 7744 | 2026-08-31T00:59:27.674Z | Aug 31 00:59:26.578 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 } }] |
| 7745 | 2026-08-31T00:59:27.674Z | Aug 31 00:59:26.578 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 7746 | 2026-08-31T00:59:27.674Z | Aug 31 00:59:26.578 DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7747 | 2026-08-31T00:59:27.674Z | Aug 31 00:59:26.578 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 7748 | 2026-08-31T00:59:27.674Z | Aug 31 00:59:26.578 DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7749 | 2026-08-31T00:59:27.674Z | Aug 31 00:59:26.578 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 7750 | 2026-08-31T00:59:27.674Z | Aug 31 00:59:26.578 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 } }] |
| 7751 | 2026-08-31T00:59:27.674Z | Aug 31 00:59:26.578 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 7752 | 2026-08-31T00:59:27.674Z | Aug 31 00:59:26.578 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 } }] |
| 7753 | 2026-08-31T00:59:27.674Z | Aug 31 00:59:26.578 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 7754 | 2026-08-31T00:59:27.674Z | Aug 31 00:59:26.578 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 } }] |
| 7755 | 2026-08-31T00:59:27.674Z | Aug 31 00:59:26.578 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 7756 | 2026-08-31T00:59:27.674Z | Aug 31 00:59:26.578 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 } }] |
| 7757 | 2026-08-31T00:59:27.674Z | Aug 31 00:59:26.578 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 7758 | 2026-08-31T00:59:27.675Z | test route::tests::delete_targets_fragmented ... ok |
| 7759 | 2026-08-31T00:59:27.675Z | |
| 7760 | 2026-08-31T00:59:27.675Z | Aug 31 00:59:26.578 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 } }] |
| 7761 | 2026-08-31T00:59:27.675Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s |
| 7762 | 2026-08-31T00:59:27.675Z | Aug 31 00:59:26.578 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 7763 | 2026-08-31T00:59:27.675Z | |
| 7764 | 2026-08-31T00:59:27.675Z | Aug 31 00:59:26.578 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 } }] |
| 7765 | 2026-08-31T00:59:27.675Z | Aug 31 00:59:26.578 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 7766 | 2026-08-31T00:59:27.675Z | Aug 31 00:59:26.578 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 } }] |
| 7767 | 2026-08-31T00:59:27.675Z | Aug 31 00:59:26.578 INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 7768 | 2026-08-31T00:59:27.675Z | Aug 31 00:59:26.578 DEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7769 | 2026-08-31T00:59:27.675Z | Aug 31 00:59:26.578 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 7770 | 2026-08-31T00:59:27.675Z | Aug 31 00:59:26.578 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 } }] |
| 7771 | 2026-08-31T00:59:27.675Z | Aug 31 00:59:26.578 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 7772 | 2026-08-31T00:59:27.675Z | Aug 31 00:59:26.578 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 } }] |
| 7773 | 2026-08-31T00:59:27.675Z | Aug 31 00:59:26.578 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 7774 | 2026-08-31T00:59:27.675Z | Aug 31 00:59:26.578 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 } }] |
| 7775 | 2026-08-31T00:59:27.675Z | Aug 31 00:59:26.578 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 7776 | 2026-08-31T00:59:27.675Z | Aug 31 00:59:26.578 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 } }] |
| 7777 | 2026-08-31T00:59:27.675Z | Aug 31 00:59:26.578 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 7778 | 2026-08-31T00:59:27.675Z | Aug 31 00:59:26.578 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 } }] |
| 7779 | 2026-08-31T00:59:27.675Z | Aug 31 00:59:26.578 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 7780 | 2026-08-31T00:59:27.675Z | Aug 31 00:59:26.578 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 } }] |
| 7781 | 2026-08-31T00:59:27.675Z | Aug 31 00:59:26.578 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 7782 | 2026-08-31T00:59:27.675Z | Aug 31 00:59:26.578 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 } }] |
| 7783 | 2026-08-31T00:59:27.675Z | Aug 31 00:59:26.578 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 7784 | 2026-08-31T00:59:27.675Z | Aug 31 00:59:26.578 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 } }] |
| 7785 | 2026-08-31T00:59:27.675Z | Aug 31 00:59:26.578 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 7786 | 2026-08-31T00:59:27.675Z | Aug 31 00:59:26.578 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 } }] |
| 7787 | 2026-08-31T00:59:27.675Z | Aug 31 00:59:26.578 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 7788 | 2026-08-31T00:59:27.675Z | Aug 31 00:59:26.578 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 } }] |
| 7789 | 2026-08-31T00:59:27.675Z | Aug 31 00:59:26.578 DEBG failed to allocate space for the new target list |
| 7790 | 2026-08-31T00:59:27.675Z | Aug 31 00:59:26.578 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 } }] |
| 7791 | 2026-08-31T00:59:27.675Z | Aug 31 00:59:26.579 DEBG created new freemap, unit: freemap_route_ipv4 |
| 7792 | 2026-08-31T00:59:27.675Z | Aug 31 00:59:26.579 DEBG created new freemap, unit: freemap_route_ipv6 |
| 7793 | 2026-08-31T00:59:27.675Z | Aug 31 00:59:26.579 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 7794 | 2026-08-31T00:59:27.675Z | Aug 31 00:59:26.579 DEBG reset freemap, unit: freemap_route_ipv4 |
| 7795 | 2026-08-31T00:59:27.675Z | Aug 31 00:59:26.579 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 7796 | 2026-08-31T00:59:27.675Z | Aug 31 00:59:26.579 DEBG reset freemap, unit: freemap_route_ipv6 |
| 7797 | 2026-08-31T00:59:27.676Z | Aug 31 00:59:26.579 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7798 | 2026-08-31T00:59:27.676Z | Aug 31 00:59:26.579 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 } }] |
| 7799 | 2026-08-31T00:59:27.676Z | Aug 31 00:59:26.579 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7800 | 2026-08-31T00:59:27.680Z | Aug 31 00:59:26.579 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 } }] |
| 7801 | 2026-08-31T00:59:27.680Z | Aug 31 00:59:26.579 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7802 | 2026-08-31T00:59:27.680Z | Aug 31 00:59:26.579 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 } }] |
| 7803 | 2026-08-31T00:59:27.680Z | Aug 31 00:59:26.579 INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7804 | 2026-08-31T00:59:27.680Z | Aug 31 00:59:26.579 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 } }] |
| 7805 | 2026-08-31T00:59:27.680Z | Aug 31 00:59:26.579 INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 7806 | 2026-08-31T00:59:27.680Z | Aug 31 00:59:26.579 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 } }] |
| 7807 | 2026-08-31T00:59:27.680Z | Aug 31 00:59:26.579 INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 7808 | 2026-08-31T00:59:27.680Z | Aug 31 00:59:26.579 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 } }] |
| 7809 | 2026-08-31T00:59:27.680Z | Aug 31 00:59:26.579 INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7810 | 2026-08-31T00:59:27.680Z | Aug 31 00:59:26.579 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 } }] |
| 7811 | 2026-08-31T00:59:27.680Z | Aug 31 00:59:26.579 INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 7812 | 2026-08-31T00:59:27.680Z | Aug 31 00:59:26.579 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 } }] |
| 7813 | 2026-08-31T00:59:27.680Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 7814 | 2026-08-31T00:59:27.680Z | Aug 31 00:59:26.584 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 } }] |
| 7815 | 2026-08-31T00:59:27.680Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 7816 | 2026-08-31T00:59:27.680Z | Aug 31 00:59:26.584 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 } }] |
| 7817 | 2026-08-31T00:59:27.680Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 7818 | 2026-08-31T00:59:27.680Z | Aug 31 00:59:26.584 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 } }] |
| 7819 | 2026-08-31T00:59:27.680Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 7820 | 2026-08-31T00:59:27.680Z | Aug 31 00:59:26.584 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 } }] |
| 7821 | 2026-08-31T00:59:27.680Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 7822 | 2026-08-31T00:59:27.680Z | Aug 31 00:59:26.584 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 } }] |
| 7823 | 2026-08-31T00:59:27.680Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 7824 | 2026-08-31T00:59:27.680Z | Aug 31 00:59:26.584 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 } }] |
| 7825 | 2026-08-31T00:59:27.680Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7826 | 2026-08-31T00:59:27.680Z | Aug 31 00:59:26.584 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 } }] |
| 7827 | 2026-08-31T00:59:27.680Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 7828 | 2026-08-31T00:59:27.680Z | Aug 31 00:59:26.584 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 } }] |
| 7829 | 2026-08-31T00:59:27.680Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 7830 | 2026-08-31T00:59:27.680Z | Aug 31 00:59:26.584 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 } }] |
| 7831 | 2026-08-31T00:59:27.680Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7832 | 2026-08-31T00:59:27.680Z | Aug 31 00:59:26.584 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 } }] |
| 7833 | 2026-08-31T00:59:27.680Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7834 | 2026-08-31T00:59:27.680Z | Aug 31 00:59:26.584 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 } }] |
| 7835 | 2026-08-31T00:59:27.680Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 7836 | 2026-08-31T00:59:27.681Z | Aug 31 00:59:26.584 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 } }] |
| 7837 | 2026-08-31T00:59:27.681Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 7838 | 2026-08-31T00:59:27.681Z | Aug 31 00:59:26.584 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 } }] |
| 7839 | 2026-08-31T00:59:27.681Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7840 | 2026-08-31T00:59:27.681Z | Aug 31 00:59:26.584 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 } }] |
| 7841 | 2026-08-31T00:59:27.681Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7842 | 2026-08-31T00:59:27.681Z | Aug 31 00:59:26.584 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 } }] |
| 7843 | 2026-08-31T00:59:27.681Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 7844 | 2026-08-31T00:59:27.681Z | Aug 31 00:59:26.584 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 } }] |
| 7845 | 2026-08-31T00:59:27.681Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7846 | 2026-08-31T00:59:27.681Z | Aug 31 00:59:26.584 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 } }] |
| 7847 | 2026-08-31T00:59:27.681Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7848 | 2026-08-31T00:59:27.681Z | Aug 31 00:59:26.584 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 } }] |
| 7849 | 2026-08-31T00:59:27.681Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 7850 | 2026-08-31T00:59:27.681Z | Aug 31 00:59:26.584 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 } }] |
| 7851 | 2026-08-31T00:59:27.681Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7852 | 2026-08-31T00:59:27.681Z | Aug 31 00:59:26.584 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 } }] |
| 7853 | 2026-08-31T00:59:27.681Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 7854 | 2026-08-31T00:59:27.681Z | Aug 31 00:59:26.584 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 } }] |
| 7855 | 2026-08-31T00:59:27.681Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7856 | 2026-08-31T00:59:27.681Z | Aug 31 00:59:26.584 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 } }] |
| 7857 | 2026-08-31T00:59:27.681Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 7858 | 2026-08-31T00:59:27.681Z | Aug 31 00:59:26.584 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 } }] |
| 7859 | 2026-08-31T00:59:27.681Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 7860 | 2026-08-31T00:59:27.681Z | |
| 7861 | 2026-08-31T00:59:27.681Z | running 0 tests |
| 7862 | 2026-08-31T00:59:27.681Z | |
| 7863 | 2026-08-31T00:59:27.681Z | Aug 31 00:59:26.584 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 } }] |
| 7864 | 2026-08-31T00:59:27.681Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7865 | 2026-08-31T00:59:27.681Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7866 | 2026-08-31T00:59:27.681Z | |
| 7867 | 2026-08-31T00:59:27.681Z | Aug 31 00:59:26.584 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 } }] |
| 7868 | 2026-08-31T00:59:27.681Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7869 | 2026-08-31T00:59:27.681Z | Aug 31 00:59:26.584 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 } }] |
| 7870 | 2026-08-31T00:59:27.681Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 7871 | 2026-08-31T00:59:27.681Z | Aug 31 00:59:26.584 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 } }] |
| 7872 | 2026-08-31T00:59:27.681Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7873 | 2026-08-31T00:59:27.681Z | Aug 31 00:59:26.584 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-31T00:59:27.681Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7875 | 2026-08-31T00:59:27.681Z | Aug 31 00:59:26.584 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-31T00:59:27.681Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7877 | 2026-08-31T00:59:27.682Z | Aug 31 00:59:26.584 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-31T00:59:27.682Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7879 | 2026-08-31T00:59:27.682Z | Aug 31 00:59:26.584 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-31T00:59:27.682Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7881 | 2026-08-31T00:59:27.682Z | Aug 31 00:59:26.584 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-31T00:59:27.682Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7883 | 2026-08-31T00:59:27.682Z | Aug 31 00:59:26.584 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-31T00:59:27.682Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7885 | 2026-08-31T00:59:27.682Z | Aug 31 00:59:26.584 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-31T00:59:27.682Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7887 | 2026-08-31T00:59:27.682Z | Aug 31 00:59:26.584 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-31T00:59:27.682Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7889 | 2026-08-31T00:59:27.682Z | Aug 31 00:59:26.584 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-31T00:59:27.682Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7891 | 2026-08-31T00:59:27.682Z | Aug 31 00:59:26.584 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-31T00:59:27.682Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7893 | 2026-08-31T00:59:27.682Z | Aug 31 00:59:26.584 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-31T00:59:27.682Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7895 | 2026-08-31T00:59:27.682Z | Aug 31 00:59:26.584 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-31T00:59:27.682Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7897 | 2026-08-31T00:59:27.682Z | Aug 31 00:59:26.584 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-31T00:59:27.682Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7899 | 2026-08-31T00:59:27.682Z | Aug 31 00:59:26.584 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-31T00:59:27.686Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7901 | 2026-08-31T00:59:27.686Z | Aug 31 00:59:26.584 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-31T00:59:27.686Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7903 | 2026-08-31T00:59:27.686Z | Aug 31 00:59:26.584 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-31T00:59:27.686Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 7905 | 2026-08-31T00:59:27.686Z | Aug 31 00:59:26.584 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-31T00:59:27.686Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7907 | 2026-08-31T00:59:27.686Z | Aug 31 00:59:26.584 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-31T00:59:27.686Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7909 | 2026-08-31T00:59:27.686Z | Aug 31 00:59:26.584 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-31T00:59:27.686Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7911 | 2026-08-31T00:59:27.686Z | Aug 31 00:59:26.584 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-31T00:59:27.686Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7913 | 2026-08-31T00:59:27.686Z | Aug 31 00:59:26.584 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-31T00:59:27.686Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7915 | 2026-08-31T00:59:27.686Z | Aug 31 00:59:26.584 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-31T00:59:27.686Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7917 | 2026-08-31T00:59:27.686Z | Aug 31 00:59:26.584 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-31T00:59:27.686Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7919 | 2026-08-31T00:59:27.686Z | Aug 31 00:59:26.584 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-31T00:59:27.686Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7921 | 2026-08-31T00:59:27.686Z | Aug 31 00:59:26.584 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-31T00:59:27.686Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7923 | 2026-08-31T00:59:27.686Z | Aug 31 00:59:26.584 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-31T00:59:27.686Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7925 | 2026-08-31T00:59:27.686Z | Aug 31 00:59:26.584 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-31T00:59:27.686Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7927 | 2026-08-31T00:59:27.686Z | Aug 31 00:59:26.584 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-31T00:59:27.686Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7929 | 2026-08-31T00:59:27.686Z | Aug 31 00:59:26.584 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-31T00:59:27.687Z | Aug 31 00:59:26.584 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7931 | 2026-08-31T00:59:27.687Z | Aug 31 00:59:26.584 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-31T00:59:27.687Z | Aug 31 00:59:26.584 DEBG failed to allocate space for the new target list |
| 7933 | 2026-08-31T00:59:27.687Z | Aug 31 00:59:26.584 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 } }] |
| 7934 | 2026-08-31T00:59:27.687Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-8eb1c8c2d7d06d7f) |
| 7935 | 2026-08-31T00:59:27.687Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-acda18f7a0b943fc) |
| 7936 | 2026-08-31T00:59:27.687Z | |
| 7937 | 2026-08-31T00:59:27.687Z | running 0 tests |
| 7938 | 2026-08-31T00:59:27.687Z | |
| 7939 | 2026-08-31T00:59:27.687Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7940 | 2026-08-31T00:59:27.687Z | |
| 7941 | 2026-08-31T00:59:27.687Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-46f990a541b57c34) |
| 7942 | 2026-08-31T00:59:27.687Z | |
| 7943 | 2026-08-31T00:59:27.687Z | running 6 tests |
| 7944 | 2026-08-31T00:59:27.687Z | test tests::test_full_lot_id_neither_present ... ok |
| 7945 | 2026-08-31T00:59:27.687Z | test tests::test_full_lot_id_lot_only ... ok |
| 7946 | 2026-08-31T00:59:27.687Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 7947 | 2026-08-31T00:59:27.687Z | test tests::test_full_lot_id_both_present ... ok |
| 7948 | 2026-08-31T00:59:27.687Z | test tests::test_parse_client_port_id ... ok |
| 7949 | 2026-08-31T00:59:27.687Z | test tests::test_port_id_cmp ... ok |
| 7950 | 2026-08-31T00:59:27.687Z | |
| 7951 | 2026-08-31T00:59:27.687Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7952 | 2026-08-31T00:59:27.687Z | |
| 7953 | 2026-08-31T00:59:27.687Z | Running tests/test_all.rs (target/debug/deps/test_all-d463c0c7b8038ad2) |
| 7954 | 2026-08-31T00:59:27.687Z | |
| 7955 | 2026-08-31T00:59:27.687Z | running 0 tests |
| 7956 | 2026-08-31T00:59:27.687Z | |
| 7957 | 2026-08-31T00:59:27.687Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7958 | 2026-08-31T00:59:27.687Z | |
| 7959 | 2026-08-31T00:59:27.687Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-13ccc83203b2fded) |
| 7960 | 2026-08-31T00:59:27.687Z | |
| 7961 | 2026-08-31T00:59:27.687Z | running 0 tests |
| 7962 | 2026-08-31T00:59:27.687Z | |
| 7963 | 2026-08-31T00:59:27.687Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7964 | 2026-08-31T00:59:27.687Z | |
| 7965 | 2026-08-31T00:59:27.687Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a087f10fd23084c3) |
| 7966 | 2026-08-31T00:59:27.693Z | |
| 7967 | 2026-08-31T00:59:27.693Z | running 15 tests |
| 7968 | 2026-08-31T00:59:27.696Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 7969 | 2026-08-31T00:59:27.696Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 7970 | 2026-08-31T00:59:27.696Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 7971 | 2026-08-31T00:59:27.696Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 7972 | 2026-08-31T00:59:27.696Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 7973 | 2026-08-31T00:59:27.696Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 7974 | 2026-08-31T00:59:27.696Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 7975 | 2026-08-31T00:59:27.696Z | test v1::network::tests::test_equal ... ok |
| 7976 | 2026-08-31T00:59:27.696Z | test v1::network::tests::test_eui64 ... ok |
| 7977 | 2026-08-31T00:59:27.696Z | test v1::network::tests::test_into ... ok |
| 7978 | 2026-08-31T00:59:27.699Z | test v1::network::tests::test_not_equal ... ok |
| 7979 | 2026-08-31T00:59:27.699Z | test v1::network::tests::test_parse ... ok |
| 7980 | 2026-08-31T00:59:27.699Z | test v1::network::tests::test_to_string ... ok |
| 7981 | 2026-08-31T00:59:27.699Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 7982 | 2026-08-31T00:59:27.699Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 7983 | 2026-08-31T00:59:27.700Z | |
| 7984 | 2026-08-31T00:59:27.700Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 7985 | 2026-08-31T00:59:27.700Z | |
| 7986 | 2026-08-31T00:59:27.702Z | Running unittests src/lib.rs (target/debug/deps/packet-ba01ebb1966a5934) |
| 7987 | 2026-08-31T00:59:27.723Z | |
| 7988 | 2026-08-31T00:59:27.723Z | running 12 tests |
| 7989 | 2026-08-31T00:59:27.726Z | test icmp::test_v6_checksum ... ok |
| 7990 | 2026-08-31T00:59:27.726Z | test icmp::test_v4_checksum ... ok |
| 7991 | 2026-08-31T00:59:27.726Z | test lldp::test_lldp_parse ... ok |
| 7992 | 2026-08-31T00:59:27.726Z | test pbuf::test_byte ... ok |
| 7993 | 2026-08-31T00:59:27.726Z | test ipv6::test_ipv6_parse ... ok |
| 7994 | 2026-08-31T00:59:27.726Z | test pbuf::test_nibble ... ok |
| 7995 | 2026-08-31T00:59:27.726Z | test pbuf::test_short ... ok |
| 7996 | 2026-08-31T00:59:27.726Z | test pbuf::test_overflow ... ok |
| 7997 | 2026-08-31T00:59:27.726Z | test pbuf::test_twelve ... ok |
| 7998 | 2026-08-31T00:59:27.726Z | test pbuf::test_word ... ok |
| 7999 | 2026-08-31T00:59:27.726Z | test tcp::test_checksum_syn_nodata ... ok |
| 8000 | 2026-08-31T00:59:27.726Z | test tcp::test_checksum_ack_data ... ok |
| 8001 | 2026-08-31T00:59:27.726Z | |
| 8002 | 2026-08-31T00:59:27.726Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8003 | 2026-08-31T00:59:27.726Z | |
| 8004 | 2026-08-31T00:59:27.730Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 8005 | 2026-08-31T00:59:27.733Z | |
| 8006 | 2026-08-31T00:59:27.733Z | running 0 tests |
| 8007 | 2026-08-31T00:59:27.733Z | |
| 8008 | 2026-08-31T00:59:27.733Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8009 | 2026-08-31T00:59:27.733Z | |
| 8010 | 2026-08-31T00:59:27.735Z | Running unittests src/main.rs (target/debug/deps/swadm-8b60a7681ffc8f1d) |
| 8011 | 2026-08-31T00:59:27.756Z | |
| 8012 | 2026-08-31T00:59:27.756Z | running 5 tests |
| 8013 | 2026-08-31T00:59:27.760Z | test switchport::test::test_compute_lanes ... ok |
| 8014 | 2026-08-31T00:59:27.763Z | test switchport::test::port_id_ordering ... ok |
| 8015 | 2026-08-31T00:59:27.763Z | test link::test_filter ... ok |
| 8016 | 2026-08-31T00:59:27.765Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 8017 | 2026-08-31T00:59:27.765Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 8018 | 2026-08-31T00:59:27.766Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 8019 | 2026-08-31T00:59:27.766Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 8020 | 2026-08-31T00:59:27.766Z | Tx Enabled: Yes Yes Yes Yes |
| 8021 | 2026-08-31T00:59:27.766Z | Tx Loss-of-lock: No No No No |
| 8022 | 2026-08-31T00:59:27.766Z | Tx Loss-of-signal: No No No No |
| 8023 | 2026-08-31T00:59:27.766Z | Tx CDR Enabled: No No No No |
| 8024 | 2026-08-31T00:59:27.766Z | Tx Adaptive EQ Fault: No No No No |
| 8025 | 2026-08-31T00:59:27.766Z | Tx Fault: Yes Yes Yes Yes |
| 8026 | 2026-08-31T00:59:27.766Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 8027 | 2026-08-31T00:59:27.766Z | State: Activated Activated Activated Activated |
| 8028 | 2026-08-31T00:59:27.766Z | Rx Output Enabled: false false false false |
| 8029 | 2026-08-31T00:59:27.766Z | Rx Output Status: valid valid valid valid |
| 8030 | 2026-08-31T00:59:27.766Z | Rx Loss-of-lock: true true true true |
| 8031 | 2026-08-31T00:59:27.766Z | Rx Loss-of-signal: false false false false |
| 8032 | 2026-08-31T00:59:27.766Z | Rx Auto-squelch Disable: true true true true |
| 8033 | 2026-08-31T00:59:27.766Z | Tx Output Enabled: true true true true |
| 8034 | 2026-08-31T00:59:27.766Z | Tx Output Status: invalid invalid invalid invalid |
| 8035 | 2026-08-31T00:59:27.766Z | Tx Loss-of-lock: false false false false |
| 8036 | 2026-08-31T00:59:27.766Z | Tx Loss-of-signal: true true true true |
| 8037 | 2026-08-31T00:59:27.766Z | Tx Auto-squelch Disable: false false false false |
| 8038 | 2026-08-31T00:59:27.766Z | Tx Adaptive EQ Fail: true true true true |
| 8039 | 2026-08-31T00:59:27.766Z | Tx Failure: false false false false |
| 8040 | 2026-08-31T00:59:27.766Z | Tx Force Squelch: true true true true |
| 8041 | 2026-08-31T00:59:27.766Z | Tx Input Polarity: normal normal normal normal |
| 8042 | 2026-08-31T00:59:27.766Z | test switchport::test::test_print_cmis_datapath ... ok |
| 8043 | 2026-08-31T00:59:27.766Z | test switchport::test::test_print_sff_datapath ... ok |
| 8044 | 2026-08-31T00:59:27.766Z | |
| 8045 | 2026-08-31T00:59:27.766Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8046 | 2026-08-31T00:59:27.766Z | |
| 8047 | 2026-08-31T00:59:27.769Z | Running tests/counters.rs (target/debug/deps/counters-e3479b23dddbc240) |
| 8048 | 2026-08-31T00:59:27.773Z | |
| 8049 | 2026-08-31T00:59:27.773Z | running 1 test |
| 8050 | 2026-08-31T00:59:27.776Z | test test_p4_counter_list ... ignored |
| 8051 | 2026-08-31T00:59:27.776Z | |
| 8052 | 2026-08-31T00:59:27.776Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8053 | 2026-08-31T00:59:27.776Z | |
| 8054 | 2026-08-31T00:59:27.776Z | Running tests/port-link.rs (target/debug/deps/port_link-00db9624adb8b2ed) |
| 8055 | 2026-08-31T00:59:27.780Z | |
| 8056 | 2026-08-31T00:59:27.780Z | running 5 tests |
| 8057 | 2026-08-31T00:59:27.782Z | test test_an ... ignored |
| 8058 | 2026-08-31T00:59:27.782Z | test test_enable ... ignored |
| 8059 | 2026-08-31T00:59:27.782Z | test test_ip_addresses ... ignored |
| 8060 | 2026-08-31T00:59:27.782Z | test test_kr ... ignored |
| 8061 | 2026-08-31T00:59:27.782Z | test test_mac ... ignored |
| 8062 | 2026-08-31T00:59:27.783Z | |
| 8063 | 2026-08-31T00:59:27.783Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8064 | 2026-08-31T00:59:27.783Z | |
| 8065 | 2026-08-31T00:59:27.783Z | Running unittests src/main.rs (target/debug/deps/tfportd-6974a95e51a2690a) |
| 8066 | 2026-08-31T00:59:27.785Z | |
| 8067 | 2026-08-31T00:59:27.786Z | running 3 tests |
| 8068 | 2026-08-31T00:59:27.788Z | test linklocal::test_parse_ipadm ... ok |
| 8069 | 2026-08-31T00:59:27.788Z | test tfport::test_parse_tfport ... ok |
| 8070 | 2026-08-31T00:59:27.788Z | test config::tests::test_updates ... ok |
| 8071 | 2026-08-31T00:59:27.788Z | |
| 8072 | 2026-08-31T00:59:27.788Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8073 | 2026-08-31T00:59:27.788Z | |
| 8074 | 2026-08-31T00:59:27.788Z | Running unittests src/main.rs (target/debug/deps/uplinkd-58387cf59eafe330) |
| 8075 | 2026-08-31T00:59:27.793Z | |
| 8076 | 2026-08-31T00:59:27.793Z | running 0 tests |
| 8077 | 2026-08-31T00:59:27.796Z | |
| 8078 | 2026-08-31T00:59:27.796Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8079 | 2026-08-31T00:59:27.796Z | |
| 8080 | 2026-08-31T00:59:27.796Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 8081 | 2026-08-31T00:59:27.799Z | |
| 8082 | 2026-08-31T00:59:27.799Z | running 0 tests |
| 8083 | 2026-08-31T00:59:27.799Z | |
| 8084 | 2026-08-31T00:59:27.799Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8085 | 2026-08-31T00:59:27.799Z | |
| 8086 | 2026-08-31T00:59:27.802Z | Doc-tests aal |
| 8087 | 2026-08-31T00:59:28.023Z | |
| 8088 | 2026-08-31T00:59:28.023Z | running 0 tests |
| 8089 | 2026-08-31T00:59:28.023Z | |
| 8090 | 2026-08-31T00:59:28.026Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8091 | 2026-08-31T00:59:28.026Z | |
| 8092 | 2026-08-31T00:59:28.050Z | Doc-tests aal_macros |
| 8093 | 2026-08-31T00:59:28.125Z | |
| 8094 | 2026-08-31T00:59:28.126Z | running 0 tests |
| 8095 | 2026-08-31T00:59:28.126Z | |
| 8096 | 2026-08-31T00:59:28.126Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8097 | 2026-08-31T00:59:28.126Z | |
| 8098 | 2026-08-31T00:59:28.138Z | Doc-tests common |
| 8099 | 2026-08-31T00:59:28.374Z | |
| 8100 | 2026-08-31T00:59:28.374Z | running 0 tests |
| 8101 | 2026-08-31T00:59:28.374Z | |
| 8102 | 2026-08-31T00:59:28.374Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8103 | 2026-08-31T00:59:28.374Z | |
| 8104 | 2026-08-31T00:59:28.403Z | Doc-tests dpd_api |
| 8105 | 2026-08-31T00:59:29.130Z | |
| 8106 | 2026-08-31T00:59:29.131Z | running 2 tests |
| 8107 | 2026-08-31T00:59:29.131Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 8108 | 2026-08-31T00:59:29.131Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 8109 | 2026-08-31T00:59:29.131Z | |
| 8110 | 2026-08-31T00:59:29.131Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8111 | 2026-08-31T00:59:29.131Z | |
| 8112 | 2026-08-31T00:59:29.162Z | Doc-tests dpd_client |
| 8113 | 2026-08-31T00:59:30.522Z | |
| 8114 | 2026-08-31T00:59:30.522Z | running 0 tests |
| 8115 | 2026-08-31T00:59:30.522Z | |
| 8116 | 2026-08-31T00:59:30.522Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8117 | 2026-08-31T00:59:30.522Z | |
| 8118 | 2026-08-31T00:59:30.580Z | Doc-tests dpd_types |
| 8119 | 2026-08-31T00:59:30.767Z | |
| 8120 | 2026-08-31T00:59:30.768Z | running 0 tests |
| 8121 | 2026-08-31T00:59:30.768Z | |
| 8122 | 2026-08-31T00:59:30.768Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8123 | 2026-08-31T00:59:30.768Z | |
| 8124 | 2026-08-31T00:59:30.793Z | Doc-tests dpd_types_versions |
| 8125 | 2026-08-31T00:59:32.308Z | |
| 8126 | 2026-08-31T00:59:32.308Z | running 1 test |
| 8127 | 2026-08-31T00:59:32.308Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 8128 | 2026-08-31T00:59:32.308Z | |
| 8129 | 2026-08-31T00:59:32.308Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8130 | 2026-08-31T00:59:32.308Z | |
| 8131 | 2026-08-31T00:59:32.362Z | Doc-tests packet |
| 8132 | 2026-08-31T00:59:32.585Z | |
| 8133 | 2026-08-31T00:59:32.585Z | running 0 tests |
| 8134 | 2026-08-31T00:59:32.585Z | |
| 8135 | 2026-08-31T00:59:32.585Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8136 | 2026-08-31T00:59:32.585Z | |
| 8137 | 2026-08-31T00:59:32.614Z | Doc-tests pcap |
| 8138 | 2026-08-31T00:59:32.667Z | |
| 8139 | 2026-08-31T00:59:32.667Z | running 0 tests |
| 8140 | 2026-08-31T00:59:32.667Z | |
| 8141 | 2026-08-31T00:59:32.667Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8142 | 2026-08-31T00:59:32.667Z | |
| 8143 | 2026-08-31T00:59:32.718Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 8144 | 2026-08-31T00:59:32.718Z | + RUST_BACKTRACE=full |
| 8145 | 2026-08-31T00:59:32.718Z | + cargo test --features chaos --no-fail-fast |
| 8146 | 2026-08-31T00:59:33.320Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 8147 | 2026-08-31T00:59:33.400Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 8148 | 2026-08-31T00:59:33.410Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 8149 | 2026-08-31T00:59:42.010Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 8150 | 2026-08-31T00:59:42.800Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 8151 | 2026-08-31T01:00:20.134Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 47.39s |
| 8152 | 2026-08-31T01:00:20.260Z | Running unittests src/lib.rs (target/debug/deps/aal-43e0b8f52d66773a) |
| 8153 | 2026-08-31T01:00:20.269Z | |
| 8154 | 2026-08-31T01:00:20.269Z | running 0 tests |
| 8155 | 2026-08-31T01:00:20.269Z | |
| 8156 | 2026-08-31T01:00:20.272Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8157 | 2026-08-31T01:00:20.272Z | |
| 8158 | 2026-08-31T01:00:20.272Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 8159 | 2026-08-31T01:00:20.277Z | |
| 8160 | 2026-08-31T01:00:20.277Z | running 0 tests |
| 8161 | 2026-08-31T01:00:20.277Z | |
| 8162 | 2026-08-31T01:00:20.280Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8163 | 2026-08-31T01:00:20.280Z | |
| 8164 | 2026-08-31T01:00:20.280Z | Running unittests src/lib.rs (target/debug/deps/asic-993c138cbfdc1231) |
| 8165 | 2026-08-31T01:00:20.284Z | |
| 8166 | 2026-08-31T01:00:20.284Z | running 0 tests |
| 8167 | 2026-08-31T01:00:20.284Z | |
| 8168 | 2026-08-31T01:00:20.287Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8169 | 2026-08-31T01:00:20.287Z | |
| 8170 | 2026-08-31T01:00:20.287Z | Running unittests src/lib.rs (target/debug/deps/common-6afafc4407b0a90c) |
| 8171 | 2026-08-31T01:00:20.309Z | |
| 8172 | 2026-08-31T01:00:20.309Z | running 4 tests |
| 8173 | 2026-08-31T01:00:20.312Z | test nat::tests::test_vni ... ok |
| 8174 | 2026-08-31T01:00:20.312Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 8175 | 2026-08-31T01:00:20.315Z | test test_purge ... ok |
| 8176 | 2026-08-31T01:00:20.319Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 8177 | 2026-08-31T01:00:20.319Z | |
| 8178 | 2026-08-31T01:00:20.319Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8179 | 2026-08-31T01:00:20.319Z | |
| 8180 | 2026-08-31T01:00:20.322Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-3b6a1705a6b97607) |
| 8181 | 2026-08-31T01:00:20.349Z | |
| 8182 | 2026-08-31T01:00:20.349Z | running 1 test |
| 8183 | 2026-08-31T01:00:20.363Z | ------- |
| 8184 | 2026-08-31T01:00:20.366Z | Generating OpenAPI documents from API definitions ... |
| 8185 | 2026-08-31T01:00:20.513Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 8186 | 2026-08-31T01:00:20.587Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 8187 | 2026-08-31T01:00:21.633Z | ------- |
| 8188 | 2026-08-31T01:00:21.634Z | Checking 13 OpenAPI documents... |
| 8189 | 2026-08-31T01:00:21.634Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8190 | 2026-08-31T01:00:21.634Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8191 | 2026-08-31T01:00:21.634Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8192 | 2026-08-31T01:00:21.637Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8193 | 2026-08-31T01:00:21.637Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8194 | 2026-08-31T01:00:21.637Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8195 | 2026-08-31T01:00:21.637Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8196 | 2026-08-31T01:00:21.637Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8197 | 2026-08-31T01:00:21.637Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8198 | 2026-08-31T01:00:21.637Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8199 | 2026-08-31T01:00:21.637Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8200 | 2026-08-31T01:00:21.637Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8201 | 2026-08-31T01:00:21.637Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8202 | 2026-08-31T01:00:21.637Z | Fresh dpd "latest" symlink |
| 8203 | 2026-08-31T01:00:21.637Z | ------- |
| 8204 | 2026-08-31T01:00:21.637Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 8205 | 2026-08-31T01:00:21.703Z | test test::test_apis_up_to_date ... ok |
| 8206 | 2026-08-31T01:00:21.703Z | |
| 8207 | 2026-08-31T01:00:21.703Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.35s |
| 8208 | 2026-08-31T01:00:21.703Z | |
| 8209 | 2026-08-31T01:00:21.766Z | Running unittests src/main.rs (target/debug/deps/dpd-e7face9dfb47d614) |
| 8210 | 2026-08-31T01:00:21.773Z | |
| 8211 | 2026-08-31T01:00:21.773Z | running 34 tests |
| 8212 | 2026-08-31T01:00:21.777Z | test freemap::test_ordering ... ok |
| 8213 | 2026-08-31T01:00:21.777Z | test config::tests::test_updates ... ok |
| 8214 | 2026-08-31T01:00:21.777Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 8215 | 2026-08-31T01:00:21.777Z | test freemap::test_split ... ok |
| 8216 | 2026-08-31T01:00:21.781Z | Aug 31 01:00:20.713 DEBG created new freemap, unit: freemap_test |
| 8217 | 2026-08-31T01:00:21.781Z | Aug 31 01:00:20.713 DEBG created new freemap, unit: freemap_test |
| 8218 | 2026-08-31T01:00:21.781Z | Aug 31 01:00:20.713 DEBG initted freemap. size: 128, unit: freemap_test |
| 8219 | 2026-08-31T01:00:21.781Z | Aug 31 01:00:20.713 DEBG reset freemap, unit: freemap_test |
| 8220 | 2026-08-31T01:00:21.781Z | Aug 31 01:00:20.713 DEBG initted freemap. size: 128, unit: freemap_test |
| 8221 | 2026-08-31T01:00:21.781Z | Aug 31 01:00:20.713 DEBG reset freemap, unit: freemap_test |
| 8222 | 2026-08-31T01:00:21.781Z | Aug 31 01:00:20.713 DEBG created new freemap, unit: freemap_test |
| 8223 | 2026-08-31T01:00:21.781Z | Aug 31 01:00:20.713Aug 31 01:00:20.713 DEBGDEBG created new freemapinitted freemap. size: 128, , unitunit:: freemap_testfreemap_test |
| 8224 | 2026-08-31T01:00:21.781Z | |
| 8225 | 2026-08-31T01:00:21.781Z | Aug 31 01:00:20.713 Aug 31 01:00:20.713DEBG DEBGreset freemap , initted freemap. size: 128unit, :unit :freemap_test |
| 8226 | 2026-08-31T01:00:21.781Z | freemap_test |
| 8227 | 2026-08-31T01:00:21.781Z | Aug 31 01:00:20.713 DEBG reset freemap, unit: freemap_test |
| 8228 | 2026-08-31T01:00:21.781Z | test freemap::test_reclaim ... ok |
| 8229 | 2026-08-31T01:00:21.781Z | test freemap::test_exhaustion ... ok |
| 8230 | 2026-08-31T01:00:21.782Z | test freemap::test_free ... ok |
| 8231 | 2026-08-31T01:00:21.782Z | test freemap::test_basic ... ok |
| 8232 | 2026-08-31T01:00:21.782Z | test macaddrs::tests::test_mac_offset ... ok |
| 8233 | 2026-08-31T01:00:21.782Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 8234 | 2026-08-31T01:00:21.782Z | test macaddrs::tests::test_parse_port_id ... ok |
| 8235 | 2026-08-31T01:00:21.782Z | test nat::test_mapping ... ok |
| 8236 | 2026-08-31T01:00:21.782Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 8237 | 2026-08-31T01:00:21.782Z | Aug 31 01:00:20.714 DEBG created new freemap, unit: freemap_test |
| 8238 | 2026-08-31T01:00:21.782Z | Aug 31 01:00:20.714 DEBG initted freemap. size: 8, unit: freemap_test |
| 8239 | 2026-08-31T01:00:21.782Z | Aug 31 01:00:20.714 DEBG reset freemap, unit: freemap_test |
| 8240 | 2026-08-31T01:00:21.782Z | test port_map::tests::test_backplane_group ... ok |
| 8241 | 2026-08-31T01:00:21.782Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 8242 | 2026-08-31T01:00:21.782Z | test port_map::tests::test_port_map ... ok |
| 8243 | 2026-08-31T01:00:21.782Z | test port_map::tests::dump_map ... ok |
| 8244 | 2026-08-31T01:00:21.782Z | Aug 31 01:00:20.714 DEBG created new freemap, unit: freemap_test |
| 8245 | 2026-08-31T01:00:21.782Z | Aug 31 01:00:20.714 DEBG initted freemap. size: 128, unit: freemap_test |
| 8246 | 2026-08-31T01:00:21.782Z | Aug 31 01:00:20.714 DEBG reset freemap, unit: freemap_test |
| 8247 | 2026-08-31T01:00:21.782Z | Aug 31 01:00:20.715 DEBG created new freemap, unit: freemap_route_ipv4 |
| 8248 | 2026-08-31T01:00:21.782Z | Aug 31 01:00:20.715 DEBG created new freemap, unit: freemap_route_ipv6 |
| 8249 | 2026-08-31T01:00:21.782Z | Aug 31 01:00:20.715 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 8250 | 2026-08-31T01:00:21.782Z | Aug 31 01:00:20.715 DEBG reset freemap, unit: freemap_route_ipv4 |
| 8251 | 2026-08-31T01:00:21.782Z | Aug 31 01:00:20.715 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 8252 | 2026-08-31T01:00:21.782Z | Aug 31 01:00:20.715 DEBG reset freemap, unit: freemap_route_ipv6 |
| 8253 | 2026-08-31T01:00:21.782Z | Aug 31 01:00:20.715 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8254 | 2026-08-31T01:00:21.782Z | Aug 31 01:00:20.715 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 } }] |
| 8255 | 2026-08-31T01:00:21.782Z | Aug 31 01:00:20.715 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8256 | 2026-08-31T01:00:21.782Z | Aug 31 01:00:20.715 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 } }] |
| 8257 | 2026-08-31T01:00:21.782Z | Aug 31 01:00:20.715 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8258 | 2026-08-31T01:00:21.782Z | Aug 31 01:00:20.715 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 } }] |
| 8259 | 2026-08-31T01:00:21.782Z | Aug 31 01:00:20.715 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8260 | 2026-08-31T01:00:21.782Z | Aug 31 01:00:20.715 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 } }] |
| 8261 | 2026-08-31T01:00:21.782Z | test freemap::test_span ... ok |
| 8262 | 2026-08-31T01:00:21.782Z | Aug 31 01:00:20.715 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8263 | 2026-08-31T01:00:21.782Z | Aug 31 01:00:20.715 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 } }] |
| 8264 | 2026-08-31T01:00:21.782Z | test api_server::tests::test_build_info ... ok |
| 8265 | 2026-08-31T01:00:21.782Z | Aug 31 01:00:20.715 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8266 | 2026-08-31T01:00:21.782Z | Aug 31 01:00:20.715 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 } }] |
| 8267 | 2026-08-31T01:00:21.782Z | Aug 31 01:00:20.715 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8268 | 2026-08-31T01:00:21.783Z | Aug 31 01:00:20.715 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 } }] |
| 8269 | 2026-08-31T01:00:21.783Z | Aug 31 01:00:20.715 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8270 | 2026-08-31T01:00:21.783Z | Aug 31 01:00:20.715 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 } }] |
| 8271 | 2026-08-31T01:00:21.783Z | Aug 31 01:00:20.715 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8272 | 2026-08-31T01:00:21.783Z | Aug 31 01:00:20.715 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 } }] |
| 8273 | 2026-08-31T01:00:21.783Z | Aug 31 01:00:20.715 INFOAug 31 01:00:20.715 adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBG |
| 8274 | 2026-08-31T01:00:21.783Z | created new freemap, unitAug 31 01:00:20.715: DEBGfreemap_route_ipv4 |
| 8275 | 2026-08-31T01:00:21.783Z | 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 } }] |
| 8276 | 2026-08-31T01:00:21.783Z | Aug 31 01:00:20.715Aug 31 01:00:20.715 DEBGINFO created new freemapadding route 3fff:beef:9::/64 -> 2001:db8::55:ff, |
| 8277 | 2026-08-31T01:00:21.783Z | unit: freemap_route_ipv6 |
| 8278 | 2026-08-31T01:00:21.783Z | Aug 31 01:00:20.715 DEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.715 |
| 8279 | 2026-08-31T01:00:21.783Z | DEBG initted freemap. size: 64, Aug 31 01:00:20.715unit :INFO freemap_route_ipv4adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8280 | 2026-08-31T01:00:21.783Z | |
| 8281 | 2026-08-31T01:00:21.783Z | Aug 31 01:00:20.715Aug 31 01:00:20.715 DEBGDEBG reset freemapreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 8282 | 2026-08-31T01:00:21.783Z | unit: freemap_route_ipv4 |
| 8283 | 2026-08-31T01:00:21.783Z | Aug 31 01:00:20.715 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 31 01:00:20.715 |
| 8284 | 2026-08-31T01:00:21.783Z | DEBG initted freemap. size: 64Aug 31 01:00:20.715, unitDEBG: 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 } }]freemap_route_ipv6 |
| 8285 | 2026-08-31T01:00:21.783Z | |
| 8286 | 2026-08-31T01:00:21.783Z | Aug 31 01:00:20.715Aug 31 01:00:20.715 INFODEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ffreset freemap |
| 8287 | 2026-08-31T01:00:21.783Z | , unit: freemap_route_ipv6Aug 31 01:00:20.715 |
| 8288 | 2026-08-31T01:00:21.783Z | 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 } }] |
| 8289 | 2026-08-31T01:00:21.783Z | Aug 31 01:00:20.715 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 01:00:20.715 |
| 8290 | 2026-08-31T01:00:21.783Z | INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8291 | 2026-08-31T01:00:21.783Z | Aug 31 01:00:20.715 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 01:00:20.715 |
| 8292 | 2026-08-31T01:00:21.783Z | 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 } }] |
| 8293 | 2026-08-31T01:00:21.783Z | Aug 31 01:00:20.715 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8294 | 2026-08-31T01:00:21.783Z | Aug 31 01:00:20.715 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 31 01:00:20.715 |
| 8295 | 2026-08-31T01:00:21.783Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 01:00:20.715 |
| 8296 | 2026-08-31T01:00:21.783Z | 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 } }] |
| 8297 | 2026-08-31T01:00:21.783Z | Aug 31 01:00:20.715 INFO Aug 31 01:00:20.715adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8298 | 2026-08-31T01:00:21.783Z | INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8299 | 2026-08-31T01:00:21.783Z | Aug 31 01:00:20.715 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 31 01:00:20.715 |
| 8300 | 2026-08-31T01:00:21.783Z | 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 } }] |
| 8301 | 2026-08-31T01:00:21.783Z | Aug 31 01:00:20.715 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 31 01:00:20.715 |
| 8302 | 2026-08-31T01:00:21.783Z | INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 8303 | 2026-08-31T01:00:21.783Z | Aug 31 01:00:20.715 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 31 01:00:20.715 |
| 8304 | 2026-08-31T01:00:21.783Z | 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 } }] |
| 8305 | 2026-08-31T01:00:21.783Z | Aug 31 01:00:20.715 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 31 01:00:20.715 |
| 8306 | 2026-08-31T01:00:21.783Z | INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8307 | 2026-08-31T01:00:21.784Z | Aug 31 01:00:20.715 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 31 01:00:20.715 |
| 8308 | 2026-08-31T01:00:21.784Z | 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 } }] |
| 8309 | 2026-08-31T01:00:21.784Z | Aug 31 01:00:20.715 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 31 01:00:20.715 |
| 8310 | 2026-08-31T01:00:21.784Z | INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 8311 | 2026-08-31T01:00:21.784Z | Aug 31 01:00:20.715 DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.715 |
| 8312 | 2026-08-31T01:00:21.784Z | 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 } }] |
| 8313 | 2026-08-31T01:00:21.784Z | Aug 31 01:00:20.715 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 31 01:00:20.715 |
| 8314 | 2026-08-31T01:00:21.784Z | INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8315 | 2026-08-31T01:00:21.784Z | Aug 31 01:00:20.715 DEBG Aug 31 01:00:20.715replacing 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 } }] |
| 8316 | 2026-08-31T01:00:21.788Z | 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 } }] |
| 8317 | 2026-08-31T01:00:21.788Z | Aug 31 01:00:20.715 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 31 01:00:20.715 |
| 8318 | 2026-08-31T01:00:21.788Z | INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8319 | 2026-08-31T01:00:21.788Z | Aug 31 01:00:20.715 DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.715 |
| 8320 | 2026-08-31T01:00:21.788Z | DEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.715 |
| 8321 | 2026-08-31T01:00:21.788Z | INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8322 | 2026-08-31T01:00:21.788Z | Aug 31 01:00:20.715 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 31 01:00:20.715 |
| 8323 | 2026-08-31T01:00:21.788Z | 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 } }] |
| 8324 | 2026-08-31T01:00:21.788Z | Aug 31 01:00:20.715 DEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.715 |
| 8325 | 2026-08-31T01:00:21.788Z | INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8326 | 2026-08-31T01:00:21.788Z | Aug 31 01:00:20.715 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 31 01:00:20.715 |
| 8327 | 2026-08-31T01:00:21.788Z | 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 } }] |
| 8328 | 2026-08-31T01:00:21.788Z | Aug 31 01:00:20.715 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 31 01:00:20.715 |
| 8329 | 2026-08-31T01:00:21.788Z | INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8330 | 2026-08-31T01:00:21.788Z | Aug 31 01:00:20.715 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 31 01:00:20.715 |
| 8331 | 2026-08-31T01:00:21.788Z | 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 } }] |
| 8332 | 2026-08-31T01:00:21.788Z | Aug 31 01:00:20.715 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 31 01:00:20.715 |
| 8333 | 2026-08-31T01:00:21.788Z | INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 31 01:00:20.715 |
| 8334 | 2026-08-31T01:00:21.788Z | INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8335 | 2026-08-31T01:00:21.788Z | Aug 31 01:00:20.715 DEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.715 |
| 8336 | 2026-08-31T01:00:21.788Z | 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 } }]Aug 31 01:00:20.715 |
| 8337 | 2026-08-31T01:00:21.788Z | INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8338 | 2026-08-31T01:00:21.788Z | Aug 31 01:00:20.715 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 31 01:00:20.715 |
| 8339 | 2026-08-31T01:00:21.788Z | DEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.715 |
| 8340 | 2026-08-31T01:00:21.788Z | 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 } }] |
| 8341 | 2026-08-31T01:00:21.788Z | Aug 31 01:00:20.715 INFO Aug 31 01:00:20.715adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8342 | 2026-08-31T01:00:21.789Z | INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 8343 | 2026-08-31T01:00:21.789Z | Aug 31 01:00:20.715 DEBG Aug 31 01:00:20.715replacing 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 } }] |
| 8344 | 2026-08-31T01:00:21.789Z | 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 } }] |
| 8345 | 2026-08-31T01:00:21.789Z | Aug 31 01:00:20.715 Aug 31 01:00:20.715INFO INFOadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8346 | 2026-08-31T01:00:21.789Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 8347 | 2026-08-31T01:00:21.789Z | Aug 31 01:00:20.715 Aug 31 01:00:20.715DEBG 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 } }] |
| 8348 | 2026-08-31T01:00:21.789Z | 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 } }] |
| 8349 | 2026-08-31T01:00:21.789Z | Aug 31 01:00:20.715Aug 31 01:00:20.715 INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8350 | 2026-08-31T01:00:21.789Z | |
| 8351 | 2026-08-31T01:00:21.789Z | Aug 31 01:00:20.715Aug 31 01:00:20.715 DEBGDEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8352 | 2026-08-31T01:00:21.789Z | |
| 8353 | 2026-08-31T01:00:21.789Z | Aug 31 01:00:20.715Aug 31 01:00:20.715 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8354 | 2026-08-31T01:00:21.789Z | test port_map::tests::parse_softnpu_revision ... ok |
| 8355 | 2026-08-31T01:00:21.789Z | Aug 31 01:00:20.715 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 } }] |
| 8356 | 2026-08-31T01:00:21.789Z | Aug 31 01:00:20.715 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 8357 | 2026-08-31T01:00:21.789Z | Aug 31 01:00:20.715 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 } }] |
| 8358 | 2026-08-31T01:00:21.789Z | Aug 31 01:00:20.715Aug 31 01:00:20.715 INFO DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 8359 | 2026-08-31T01:00:21.789Z | created new freemap, unitAug 31 01:00:20.715: DEBGfreemap_route_ipv4 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 } }] |
| 8360 | 2026-08-31T01:00:21.789Z | |
| 8361 | 2026-08-31T01:00:21.789Z | Aug 31 01:00:20.715Aug 31 01:00:20.715 INFODEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ffcreated new freemap |
| 8362 | 2026-08-31T01:00:21.789Z | , unit: freemap_route_ipv6Aug 31 01:00:20.715 |
| 8363 | 2026-08-31T01:00:21.789Z | 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 } }] |
| 8364 | 2026-08-31T01:00:21.789Z | Aug 31 01:00:20.715 DEBG Aug 31 01:00:20.715initted freemap. size: 64 , INFOunit :adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8365 | 2026-08-31T01:00:21.789Z | freemap_route_ipv4 |
| 8366 | 2026-08-31T01:00:21.789Z | Aug 31 01:00:20.715 Aug 31 01:00:20.715DEBG 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 } }] |
| 8367 | 2026-08-31T01:00:21.789Z | reset freemapAug 31 01:00:20.715, unitDEBG: created new freemapfreemap_route_ipv4Aug 31 01:00:20.715, |
| 8368 | 2026-08-31T01:00:21.789Z | INFO unitadding route 3fff:beef:22::/64 -> 2001:db8::55:ff: |
| 8369 | 2026-08-31T01:00:21.789Z | freemap_route_ipv4Aug 31 01:00:20.715 |
| 8370 | 2026-08-31T01:00:21.789Z | Aug 31 01:00:20.715 DEBGDEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64 |
| 8371 | 2026-08-31T01:00:21.789Z | , unit:Aug 31 01:00:20.715 Aug 31 01:00:20.715DEBGfreemap_route_ipv6 INFO |
| 8372 | 2026-08-31T01:00:21.789Z | created new freemap , unitadding route 3fff:beef:23::/64 -> 2001:db8::55:ff: |
| 8373 | 2026-08-31T01:00:21.789Z | Aug 31 01:00:20.715freemap_route_ipv6 |
| 8374 | 2026-08-31T01:00:21.789Z | Aug 31 01:00:20.715DEBG DEBG reset freemapreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 8375 | 2026-08-31T01:00:21.789Z | Aug 31 01:00:20.715unit :DEBG Aug 31 01:00:20.715initted freemap. size: 64freemap_route_ipv6 , |
| 8376 | 2026-08-31T01:00:21.789Z | INFOunit :adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8377 | 2026-08-31T01:00:21.789Z | freemap_route_ipv4Aug 31 01:00:20.715 |
| 8378 | 2026-08-31T01:00:21.789Z | INFOAug 31 01:00:20.715 Aug 31 01:00:20.715DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 DEBGreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8379 | 2026-08-31T01:00:21.789Z | |
| 8380 | 2026-08-31T01:00:21.789Z | reset freemap, unit: Aug 31 01:00:20.715freemap_route_ipv4 Aug 31 01:00:20.715INFO |
| 8381 | 2026-08-31T01:00:21.790Z | INFOadding route 3fff:beef:c::/64 -> 2001:db8::55:ff adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8382 | 2026-08-31T01:00:21.790Z | |
| 8383 | 2026-08-31T01:00:21.790Z | 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 31 01:00:20.715Aug 31 01:00:20.715 |
| 8384 | 2026-08-31T01:00:21.790Z | DEBG DEBGAug 31 01:00:20.715Aug 31 01:00:20.715 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 } }]INFOunit replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8385 | 2026-08-31T01:00:21.790Z | : |
| 8386 | 2026-08-31T01:00:21.790Z | |
| 8387 | 2026-08-31T01:00:21.790Z | freemap_route_ipv6 |
| 8388 | 2026-08-31T01:00:21.790Z | Aug 31 01:00:20.715Aug 31 01:00:20.715Aug 31 01:00:20.715 Aug 31 01:00:20.715INFO DEBG DEBGINFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ff reset freemap |
| 8389 | 2026-08-31T01:00:21.790Z | , adding route 3fff:beef:26::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8390 | 2026-08-31T01:00:21.790Z | unit |
| 8391 | 2026-08-31T01:00:21.790Z | : Aug 31 01:00:20.715freemap_route_ipv6Aug 31 01:00:20.715 |
| 8392 | 2026-08-31T01:00:21.790Z | DEBGAug 31 01:00:20.715 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 } }] INFOreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 01:00:20.715 |
| 8393 | 2026-08-31T01:00:21.790Z | |
| 8394 | 2026-08-31T01:00:21.790Z | adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 8395 | 2026-08-31T01:00:21.790Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8396 | 2026-08-31T01:00:21.790Z | Aug 31 01:00:20.715Aug 31 01:00:20.715 Aug 31 01:00:20.715INFO DEBGAug 31 01:00:20.715adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8397 | 2026-08-31T01:00:21.790Z | DEBG 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 } }] |
| 8398 | 2026-08-31T01:00:21.790Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 31 01:00:20.715 |
| 8399 | 2026-08-31T01:00:21.790Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 8400 | 2026-08-31T01:00:21.790Z | Aug 31 01:00:20.715replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.715 |
| 8401 | 2026-08-31T01:00:21.790Z | INFO Aug 31 01:00:20.715DEBG Aug 31 01:00:20.715adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 |
| 8402 | 2026-08-31T01:00:21.790Z | |
| 8403 | 2026-08-31T01:00:21.790Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 31 01:00:20.715 |
| 8404 | 2026-08-31T01:00:21.790Z | Aug 31 01:00:20.715 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO |
| 8405 | 2026-08-31T01:00:21.790Z | DEBGAug 31 01:00:20.715adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 31 01:00:20.715 |
| 8406 | 2026-08-31T01:00:21.790Z | 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 } }] DEBGAug 31 01:00:20.715 |
| 8407 | 2026-08-31T01:00:21.790Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8408 | 2026-08-31T01:00:21.790Z | |
| 8409 | 2026-08-31T01:00:21.790Z | replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.715 |
| 8410 | 2026-08-31T01:00:21.790Z | Aug 31 01:00:20.715Aug 31 01:00:20.715INFO INFOINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 31 01:00:20.715 adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8411 | 2026-08-31T01:00:21.790Z | |
| 8412 | 2026-08-31T01:00:21.790Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8413 | 2026-08-31T01:00:21.790Z | INFO Aug 31 01:00:20.715adding route 3fff:beef:29::/64 -> 2001:db8::55:ff Aug 31 01:00:20.715DEBG |
| 8414 | 2026-08-31T01:00:21.790Z | Aug 31 01:00:20.715DEBG Aug 31 01:00:20.715replacing 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: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 } }] |
| 8415 | 2026-08-31T01:00:21.790Z | DEBG |
| 8416 | 2026-08-31T01:00:21.795Z | 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 } }] |
| 8417 | 2026-08-31T01:00:21.795Z | Aug 31 01:00:20.716Aug 31 01:00:20.716 Aug 31 01:00:20.716INFOINFO INFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8418 | 2026-08-31T01:00:21.795Z | DEBG |
| 8419 | 2026-08-31T01:00:21.795Z | 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:2a::/64 -> 2001:db8::55:ff |
| 8420 | 2026-08-31T01:00:21.795Z | |
| 8421 | 2026-08-31T01:00:21.795Z | Aug 31 01:00:20.716Aug 31 01:00:20.716 Aug 31 01:00:20.716Aug 31 01:00:20.716 DEBGDEBG DEBGINFOreplacing 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 } }] |
| 8422 | 2026-08-31T01:00:21.795Z | 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: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 } }] |
| 8423 | 2026-08-31T01:00:21.795Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8424 | 2026-08-31T01:00:21.795Z | |
| 8425 | 2026-08-31T01:00:21.795Z | Aug 31 01:00:20.716Aug 31 01:00:20.716 INFOINFOAug 31 01:00:20.716Aug 31 01:00:20.716 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBG |
| 8426 | 2026-08-31T01:00:21.795Z | adding route 3fff:beef:2b::/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 } }] |
| 8427 | 2026-08-31T01:00:21.795Z | INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8428 | 2026-08-31T01:00:21.795Z | |
| 8429 | 2026-08-31T01:00:21.796Z | Aug 31 01:00:20.716 DEBGAug 31 01:00:20.716 replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.716 |
| 8430 | 2026-08-31T01:00:21.796Z | Aug 31 01:00:20.716 INFODEBG adding route 3fff:beef:2::/64 -> 2001:db8::55:ff DEBG |
| 8431 | 2026-08-31T01:00:21.796Z | 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 } }] |
| 8432 | 2026-08-31T01:00:21.796Z | Aug 31 01:00:20.716 Aug 31 01:00:20.716 INFO replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.716DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8433 | 2026-08-31T01:00:21.796Z | |
| 8434 | 2026-08-31T01:00:21.796Z | replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8435 | 2026-08-31T01:00:21.796Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 8436 | 2026-08-31T01:00:21.796Z | Aug 31 01:00:20.716Aug 31 01:00:20.716 Aug 31 01:00:20.716INFO Aug 31 01:00:20.716DEBGINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }] |
| 8437 | 2026-08-31T01:00:21.796Z | adding route 3fff:beef:3::/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 } }] |
| 8438 | 2026-08-31T01:00:21.796Z | |
| 8439 | 2026-08-31T01:00:21.796Z | |
| 8440 | 2026-08-31T01:00:21.796Z | Aug 31 01:00:20.716Aug 31 01:00:20.716Aug 31 01:00:20.716 DEBGINFOAug 31 01:00:20.716 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:2d::/64 -> 2001:db8::55:ff |
| 8441 | 2026-08-31T01:00:21.796Z | |
| 8442 | 2026-08-31T01:00:21.796Z | Aug 31 01:00:20.716 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 31 01:00:20.716 |
| 8443 | 2026-08-31T01:00:21.796Z | INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8444 | 2026-08-31T01:00:21.796Z | Aug 31 01:00:20.716 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 31 01:00:20.716 |
| 8445 | 2026-08-31T01:00:21.796Z | 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 31 01:00:20.716 |
| 8446 | 2026-08-31T01:00:21.796Z | 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 } }] |
| 8447 | 2026-08-31T01:00:21.796Z | Aug 31 01:00:20.716 Aug 31 01:00:20.716INFO INFOadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8448 | 2026-08-31T01:00:21.796Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 8449 | 2026-08-31T01:00:21.796Z | Aug 31 01:00:20.716Aug 31 01:00:20.716 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: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 } }] |
| 8450 | 2026-08-31T01:00:21.796Z | |
| 8451 | 2026-08-31T01:00:21.796Z | Aug 31 01:00:20.716Aug 31 01:00:20.716 INFOINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 8452 | 2026-08-31T01:00:21.796Z | |
| 8453 | 2026-08-31T01:00:21.796Z | Aug 31 01:00:20.716 DEBGINFO Aug 31 01:00:20.716adding route 3fff:beef:14::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8454 | 2026-08-31T01:00:21.796Z | |
| 8455 | 2026-08-31T01:00:21.796Z | DEBGreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8456 | 2026-08-31T01:00:21.796Z | replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.716 |
| 8457 | 2026-08-31T01:00:21.796Z | Aug 31 01:00:20.716INFO INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 8458 | 2026-08-31T01:00:21.796Z | Aug 31 01:00:20.716adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8459 | 2026-08-31T01:00:21.796Z | INFO Aug 31 01:00:20.716Aug 31 01:00:20.716 DEBGAug 31 01:00:20.716 adding route 3fff:beef:4::/64 -> 2001:db8::55:ff 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 } }] |
| 8460 | 2026-08-31T01:00:21.796Z | DEBG |
| 8461 | 2026-08-31T01:00:21.796Z | 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: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 } }] |
| 8462 | 2026-08-31T01:00:21.796Z | |
| 8463 | 2026-08-31T01:00:21.796Z | Aug 31 01:00:20.716Aug 31 01:00:20.716 Aug 31 01:00:20.716Aug 31 01:00:20.716 DEBG INFO INFO INFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 8464 | 2026-08-31T01:00:21.796Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8465 | 2026-08-31T01:00:21.796Z | |
| 8466 | 2026-08-31T01:00:21.796Z | replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.716 |
| 8467 | 2026-08-31T01:00:21.796Z | DEBGAug 31 01:00:20.716 Aug 31 01:00:20.716Aug 31 01:00:20.716 DEBGINFO replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 |
| 8468 | 2026-08-31T01:00:21.797Z | |
| 8469 | 2026-08-31T01:00:21.797Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8470 | 2026-08-31T01:00:21.797Z | 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 } }] |
| 8471 | 2026-08-31T01:00:21.797Z | Aug 31 01:00:20.716Aug 31 01:00:20.716 Aug 31 01:00:20.716 Aug 31 01:00:20.716INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFODEBGINFO |
| 8472 | 2026-08-31T01:00:21.797Z | adding route 3fff:beef:9::/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 } }] |
| 8473 | 2026-08-31T01:00:21.797Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 8474 | 2026-08-31T01:00:21.797Z | |
| 8475 | 2026-08-31T01:00:21.797Z | Aug 31 01:00:20.716 DEBG Aug 31 01:00:20.716replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.716 |
| 8476 | 2026-08-31T01:00:21.797Z | DEBGAug 31 01:00:20.716 DEBGAug 31 01:00:20.716 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 } }] |
| 8477 | 2026-08-31T01:00:21.797Z | 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 } }]INFOINFO Aug 31 01:00:20.716 |
| 8478 | 2026-08-31T01:00:21.797Z | Aug 31 01:00:20.716adding route 3fff:beef:34::/64 -> 2001:db8::55:ff INFO |
| 8479 | 2026-08-31T01:00:21.797Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 8480 | 2026-08-31T01:00:21.797Z | created new freemapAug 31 01:00:20.716 |
| 8481 | 2026-08-31T01:00:21.797Z | , INFOunit:Aug 31 01:00:20.716 Aug 31 01:00:20.716freemap_route_ipv4 Aug 31 01:00:20.716 DEBG |
| 8482 | 2026-08-31T01:00:21.797Z | DEBG adding route 3fff:beef:a::/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 } }] |
| 8483 | 2026-08-31T01:00:21.797Z | |
| 8484 | 2026-08-31T01:00:21.797Z | 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 } }]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 } }] |
| 8485 | 2026-08-31T01:00:21.797Z | |
| 8486 | 2026-08-31T01:00:21.797Z | Aug 31 01:00:20.716Aug 31 01:00:20.716 DEBGAug 31 01:00:20.716 DEBGINFOAug 31 01:00:20.716 adding route 3fff:beef:7::/64 -> 2001:db8::55:ff created new freemap |
| 8487 | 2026-08-31T01:00:21.797Z | INFO adding route 3fff:beef:35::/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 } }]Aug 31 01:00:20.716 |
| 8488 | 2026-08-31T01:00:21.797Z | |
| 8489 | 2026-08-31T01:00:21.797Z | Aug 31 01:00:20.716, unit :DEBG Aug 31 01:00:20.716INFOAug 31 01:00:20.716 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 } }] freemap_route_ipv6 INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8490 | 2026-08-31T01:00:21.797Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8491 | 2026-08-31T01:00:21.797Z | |
| 8492 | 2026-08-31T01:00:21.797Z | DEBG |
| 8493 | 2026-08-31T01:00:21.797Z | Aug 31 01:00:20.716 DEBGAug 31 01:00:20.716Aug 31 01:00:20.716Aug 31 01:00:20.716 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 |
| 8494 | 2026-08-31T01:00:21.797Z | 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: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 |
| 8495 | 2026-08-31T01:00:21.797Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8496 | 2026-08-31T01:00:21.797Z | |
| 8497 | 2026-08-31T01:00:21.797Z | DEBG initted freemap. size: 64Aug 31 01:00:20.716, Aug 31 01:00:20.716Aug 31 01:00:20.716 unitAug 31 01:00:20.716 :INFOINFO freemap_route_ipv4 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG |
| 8498 | 2026-08-31T01:00:21.797Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFO |
| 8499 | 2026-08-31T01:00:21.797Z | |
| 8500 | 2026-08-31T01:00:21.797Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 31 01:00:20.716 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 } }] |
| 8501 | 2026-08-31T01:00:21.797Z | DEBG Aug 31 01:00:20.716 |
| 8502 | 2026-08-31T01:00:21.797Z | reset freemap , DEBGunit Aug 31 01:00:20.716:replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.716 |
| 8503 | 2026-08-31T01:00:21.797Z | DEBG freemap_route_ipv4replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8504 | 2026-08-31T01:00:21.797Z | |
| 8505 | 2026-08-31T01:00:21.797Z | DEBG Aug 31 01:00:20.716replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 01:00:20.716INFO Aug 31 01:00:20.716DEBG |
| 8506 | 2026-08-31T01:00:21.797Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 31 01:00:20.716 |
| 8507 | 2026-08-31T01:00:21.797Z | Aug 31 01:00:20.716 INFOINFO initted freemap. size: 64 Aug 31 01:00:20.716 adding route 3fff:beef:37::/64 -> 2001:db8::55:ff , DEBGunit |
| 8508 | 2026-08-31T01:00:21.798Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8509 | 2026-08-31T01:00:21.798Z | : replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6INFO |
| 8510 | 2026-08-31T01:00:21.798Z | Aug 31 01:00:20.716Aug 31 01:00:20.716 DEBGDEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8511 | 2026-08-31T01:00:21.798Z | |
| 8512 | 2026-08-31T01:00:21.798Z | Aug 31 01:00:20.716 DEBG Aug 31 01:00:20.716replacing 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 } }] |
| 8513 | 2026-08-31T01:00:21.798Z | INFOAug 31 01:00:20.716 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG |
| 8514 | 2026-08-31T01:00:21.798Z | Aug 31 01:00:20.716reset freemap , INFOunit :adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8515 | 2026-08-31T01:00:21.798Z | freemap_route_ipv6Aug 31 01:00:20.716 |
| 8516 | 2026-08-31T01:00:21.802Z | 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 } }] |
| 8517 | 2026-08-31T01:00:21.802Z | Aug 31 01:00:20.716Aug 31 01:00:20.716 DEBGINFOAug 31 01:00:20.716 INFOadding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8518 | 2026-08-31T01:00:21.802Z | |
| 8519 | 2026-08-31T01:00:21.802Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8520 | 2026-08-31T01:00:21.802Z | Aug 31 01:00:20.716Aug 31 01:00:20.716 Aug 31 01:00:20.716DEBG 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 } }] |
| 8521 | 2026-08-31T01:00:21.802Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBG |
| 8522 | 2026-08-31T01:00:21.802Z | replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.716 |
| 8523 | 2026-08-31T01:00:21.802Z | Aug 31 01:00:20.716INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8524 | 2026-08-31T01:00:21.802Z | 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 } }] |
| 8525 | 2026-08-31T01:00:21.802Z | Aug 31 01:00:20.716Aug 31 01:00:20.716 INFODEBG Aug 31 01:00:20.716 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:1d::/64 -> 2001:db8::55:ff |
| 8526 | 2026-08-31T01:00:21.802Z | INFO |
| 8527 | 2026-08-31T01:00:21.802Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8528 | 2026-08-31T01:00:21.802Z | Aug 31 01:00:20.716Aug 31 01:00:20.716 INFODEBGAug 31 01:00:20.716 replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }] |
| 8529 | 2026-08-31T01:00:21.802Z | |
| 8530 | 2026-08-31T01:00:21.802Z | |
| 8531 | 2026-08-31T01:00:21.802Z | Aug 31 01:00:20.716Aug 31 01:00:20.716 Aug 31 01:00:20.716INFO DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 8532 | 2026-08-31T01:00:21.802Z | |
| 8533 | 2026-08-31T01:00:21.802Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8534 | 2026-08-31T01:00:21.802Z | Aug 31 01:00:20.716Aug 31 01:00:20.716 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }] |
| 8535 | 2026-08-31T01:00:21.802Z | |
| 8536 | 2026-08-31T01:00:21.802Z | Aug 31 01:00:20.716Aug 31 01:00:20.716Aug 31 01:00:20.716 DEBG INFOreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8537 | 2026-08-31T01:00:21.802Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 8538 | 2026-08-31T01:00:21.802Z | |
| 8539 | 2026-08-31T01:00:21.802Z | Aug 31 01:00:20.716 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 31 01:00:20.716 |
| 8540 | 2026-08-31T01:00:21.803Z | Aug 31 01:00:20.716DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 8541 | 2026-08-31T01:00:21.803Z | Aug 31 01:00:20.716replacing 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 } }] |
| 8542 | 2026-08-31T01:00:21.803Z | 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 } }] |
| 8543 | 2026-08-31T01:00:21.803Z | Aug 31 01:00:20.716replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.716 |
| 8544 | 2026-08-31T01:00:21.803Z | INFOINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8545 | 2026-08-31T01:00:21.803Z | Aug 31 01:00:20.716 |
| 8546 | 2026-08-31T01:00:21.803Z | INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8547 | 2026-08-31T01:00:21.803Z | Aug 31 01:00:20.716Aug 31 01:00:20.716 DEBGDEBGAug 31 01:00:20.716 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 |
| 8548 | 2026-08-31T01:00:21.803Z | 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: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 } }] |
| 8549 | 2026-08-31T01:00:21.803Z | |
| 8550 | 2026-08-31T01:00:21.803Z | Aug 31 01:00:20.716 INFO Aug 31 01:00:20.716adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8551 | 2026-08-31T01:00:21.803Z | INFO Aug 31 01:00:20.716adding route 3fff:beef:f::/64 -> 2001:db8::55:ff Aug 31 01:00:20.716 |
| 8552 | 2026-08-31T01:00:21.803Z | INFODEBG adding route 3fff:beef:10::/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 } }] |
| 8553 | 2026-08-31T01:00:21.803Z | Aug 31 01:00:20.716 |
| 8554 | 2026-08-31T01:00:21.803Z | DEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.716 |
| 8555 | 2026-08-31T01:00:21.803Z | Aug 31 01:00:20.716 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 } }]Aug 31 01:00:20.716 |
| 8556 | 2026-08-31T01:00:21.803Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFO |
| 8557 | 2026-08-31T01:00:21.803Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 31 01:00:20.716 |
| 8558 | 2026-08-31T01:00:21.803Z | INFOAug 31 01:00:20.716 Aug 31 01:00:20.716DEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8559 | 2026-08-31T01:00:21.803Z | replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8560 | 2026-08-31T01:00:21.803Z | replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.716 |
| 8561 | 2026-08-31T01:00:21.803Z | DEBG Aug 31 01:00:20.716replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 01:00:20.716INFO |
| 8562 | 2026-08-31T01:00:21.803Z | INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 8563 | 2026-08-31T01:00:21.803Z | |
| 8564 | 2026-08-31T01:00:21.803Z | Aug 31 01:00:20.716 INFO Aug 31 01:00:20.716Aug 31 01:00:20.716 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBGDEBG |
| 8565 | 2026-08-31T01:00:21.803Z | 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: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 } }] |
| 8566 | 2026-08-31T01:00:21.803Z | |
| 8567 | 2026-08-31T01:00:21.803Z | Aug 31 01:00:20.716Aug 31 01:00:20.716 Aug 31 01:00:20.716DEBG INFOreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8568 | 2026-08-31T01:00:21.803Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 8569 | 2026-08-31T01:00:21.803Z | |
| 8570 | 2026-08-31T01:00:21.803Z | Aug 31 01:00:20.716Aug 31 01:00:20.716 INFODEBG adding route 3fff:beef:13::/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 } }]Aug 31 01:00:20.716 |
| 8571 | 2026-08-31T01:00:21.803Z | |
| 8572 | 2026-08-31T01:00:21.803Z | 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 } }] |
| 8573 | 2026-08-31T01:00:21.803Z | Aug 31 01:00:20.716Aug 31 01:00:20.716 INFODEBG Aug 31 01:00:20.716 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 } }] |
| 8574 | 2026-08-31T01:00:21.803Z | |
| 8575 | 2026-08-31T01:00:21.803Z | INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8576 | 2026-08-31T01:00:21.803Z | Aug 31 01:00:20.716Aug 31 01:00:20.716 DEBGINFO Aug 31 01:00:20.716 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 } }] |
| 8577 | 2026-08-31T01:00:21.803Z | DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8578 | 2026-08-31T01:00:21.803Z | 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 } }] |
| 8579 | 2026-08-31T01:00:21.803Z | Aug 31 01:00:20.716Aug 31 01:00:20.716 Aug 31 01:00:20.716INFO 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 } }] |
| 8580 | 2026-08-31T01:00:21.804Z | |
| 8581 | 2026-08-31T01:00:21.804Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 8582 | 2026-08-31T01:00:21.804Z | Aug 31 01:00:20.716Aug 31 01:00:20.716Aug 31 01:00:20.716 DEBGDEBGINFO replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 8583 | 2026-08-31T01:00:21.804Z | |
| 8584 | 2026-08-31T01:00:21.804Z | |
| 8585 | 2026-08-31T01:00:21.804Z | Aug 31 01:00:20.716Aug 31 01:00:20.716 DEBGAug 31 01:00:20.716INFO adding route 3fff:beef:15::/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 } }]INFO |
| 8586 | 2026-08-31T01:00:21.804Z | |
| 8587 | 2026-08-31T01:00:21.804Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 8588 | 2026-08-31T01:00:21.804Z | Aug 31 01:00:20.716 DEBGAug 31 01:00:20.716 Aug 31 01:00:20.716replacing 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 } }] |
| 8589 | 2026-08-31T01:00:21.804Z | DEBGINFO replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 8590 | 2026-08-31T01:00:21.804Z | Aug 31 01:00:20.716 |
| 8591 | 2026-08-31T01:00:21.804Z | INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 31 01:00:20.716 |
| 8592 | 2026-08-31T01:00:21.804Z | Aug 31 01:00:20.716 INFO DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 8593 | 2026-08-31T01:00:21.804Z | Aug 31 01:00:20.717replacing 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 } }] |
| 8594 | 2026-08-31T01:00:21.804Z | DEBGAug 31 01:00:20.717 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 } }] |
| 8595 | 2026-08-31T01:00:21.804Z | DEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.717 |
| 8596 | 2026-08-31T01:00:21.804Z | Aug 31 01:00:20.717 INFO INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff Aug 31 01:00:20.717 |
| 8597 | 2026-08-31T01:00:21.804Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO |
| 8598 | 2026-08-31T01:00:21.804Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 31 01:00:20.717 |
| 8599 | 2026-08-31T01:00:21.804Z | Aug 31 01:00:20.717 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 31 01:00:20.717 |
| 8600 | 2026-08-31T01:00:21.804Z | 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 } }] |
| 8601 | 2026-08-31T01:00:21.804Z | DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8602 | 2026-08-31T01:00:21.804Z | Aug 31 01:00:20.717Aug 31 01:00:20.717 Aug 31 01:00:20.717INFO INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8603 | 2026-08-31T01:00:21.804Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFO |
| 8604 | 2026-08-31T01:00:21.804Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 31 01:00:20.717 |
| 8605 | 2026-08-31T01:00:21.804Z | DEBGAug 31 01:00:20.717 Aug 31 01:00:20.717replacing 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 } }] |
| 8606 | 2026-08-31T01:00:21.804Z | 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: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 } }] |
| 8607 | 2026-08-31T01:00:21.804Z | |
| 8608 | 2026-08-31T01:00:21.804Z | Aug 31 01:00:20.717 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 31 01:00:20.717Aug 31 01:00:20.717 |
| 8609 | 2026-08-31T01:00:21.804Z | INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFO |
| 8610 | 2026-08-31T01:00:21.804Z | Aug 31 01:00:20.717adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8611 | 2026-08-31T01:00:21.804Z | DEBGAug 31 01:00:20.717 Aug 31 01:00:20.717replacing 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 DEBG |
| 8612 | 2026-08-31T01:00:21.804Z | 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 } }] |
| 8613 | 2026-08-31T01:00:21.804Z | 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 } }] |
| 8614 | 2026-08-31T01:00:21.804Z | Aug 31 01:00:20.717Aug 31 01:00:20.717 INFOINFOAug 31 01:00:20.717 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 8615 | 2026-08-31T01:00:21.804Z | |
| 8616 | 2026-08-31T01:00:21.809Z | INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 31 01:00:20.717 |
| 8617 | 2026-08-31T01:00:21.809Z | Aug 31 01:00:20.717DEBG DEBGreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 01:00:20.717 |
| 8618 | 2026-08-31T01:00:21.809Z | 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 } }] |
| 8619 | 2026-08-31T01:00:21.809Z | 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 } }] |
| 8620 | 2026-08-31T01:00:21.809Z | Aug 31 01:00:20.717Aug 31 01:00:20.717 Aug 31 01:00:20.717INFOINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 8621 | 2026-08-31T01:00:21.809Z | |
| 8622 | 2026-08-31T01:00:21.809Z | INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 8623 | 2026-08-31T01:00:21.809Z | Aug 31 01:00:20.717 Aug 31 01:00:20.717DEBGAug 31 01:00:20.717 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:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8624 | 2026-08-31T01:00:21.809Z | |
| 8625 | 2026-08-31T01:00:21.809Z | |
| 8626 | 2026-08-31T01:00:21.809Z | Aug 31 01:00:20.717Aug 31 01:00:20.717Aug 31 01:00:20.717 INFO INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 8627 | 2026-08-31T01:00:21.809Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffINFO |
| 8628 | 2026-08-31T01:00:21.809Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 31 01:00:20.717 |
| 8629 | 2026-08-31T01:00:21.809Z | Aug 31 01:00:20.717DEBG 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 } }] |
| 8630 | 2026-08-31T01:00:21.809Z | replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.717 |
| 8631 | 2026-08-31T01:00:21.809Z | 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 31 01:00:20.717 |
| 8632 | 2026-08-31T01:00:21.809Z | Aug 31 01:00:20.717INFO INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8633 | 2026-08-31T01:00:21.809Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 31 01:00:20.717 |
| 8634 | 2026-08-31T01:00:21.809Z | INFO Aug 31 01:00:20.717adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8635 | 2026-08-31T01:00:21.809Z | DEBGAug 31 01:00:20.717 replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8636 | 2026-08-31T01:00:21.809Z | Aug 31 01:00:20.717replacing 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 } }] |
| 8637 | 2026-08-31T01:00:21.809Z | 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 } }] |
| 8638 | 2026-08-31T01:00:21.809Z | Aug 31 01:00:20.717Aug 31 01:00:20.717 Aug 31 01:00:20.717 INFOINFOINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 8639 | 2026-08-31T01:00:21.809Z | |
| 8640 | 2026-08-31T01:00:21.809Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 8641 | 2026-08-31T01:00:21.809Z | Aug 31 01:00:20.717Aug 31 01:00:20.717 DEBGDEBG Aug 31 01:00:20.717 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 } }] |
| 8642 | 2026-08-31T01:00:21.809Z | 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 } }] |
| 8643 | 2026-08-31T01:00:21.809Z | 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 } }] |
| 8644 | 2026-08-31T01:00:21.809Z | Aug 31 01:00:20.717Aug 31 01:00:20.717Aug 31 01:00:20.717 INFOINFO INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 8645 | 2026-08-31T01:00:21.809Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 8646 | 2026-08-31T01:00:21.809Z | |
| 8647 | 2026-08-31T01:00:21.809Z | Aug 31 01:00:20.717Aug 31 01:00:20.717Aug 31 01:00:20.717 DEBGDEBGDEBG 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: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 } }] |
| 8648 | 2026-08-31T01:00:21.809Z | |
| 8649 | 2026-08-31T01:00:21.809Z | 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 } }] |
| 8650 | 2026-08-31T01:00:21.809Z | Aug 31 01:00:20.717Aug 31 01:00:20.717Aug 31 01:00:20.717 INFOINFOINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 8651 | 2026-08-31T01:00:21.810Z | |
| 8652 | 2026-08-31T01:00:21.810Z | |
| 8653 | 2026-08-31T01:00:21.810Z | Aug 31 01:00:20.717Aug 31 01:00:20.717 Aug 31 01:00:20.717DEBGDEBG 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 |
| 8654 | 2026-08-31T01:00:21.810Z | 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 } }] |
| 8655 | 2026-08-31T01:00:21.810Z | replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8656 | 2026-08-31T01:00:21.810Z | Aug 31 01:00:20.717Aug 31 01:00:20.717 INFOINFOAug 31 01:00:20.717 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO |
| 8657 | 2026-08-31T01:00:21.810Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8658 | 2026-08-31T01:00:21.810Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 8659 | 2026-08-31T01:00:21.810Z | Aug 31 01:00:20.717Aug 31 01:00:20.717 DEBGAug 31 01:00:20.717 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 } }] |
| 8660 | 2026-08-31T01:00:21.810Z | replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8661 | 2026-08-31T01:00:21.810Z | replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.717 |
| 8662 | 2026-08-31T01:00:21.810Z | Aug 31 01:00:20.717 INFOINFO Aug 31 01:00:20.717 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFO |
| 8663 | 2026-08-31T01:00:21.810Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 8664 | 2026-08-31T01:00:21.810Z | |
| 8665 | 2026-08-31T01:00:21.810Z | Aug 31 01:00:20.717Aug 31 01:00:20.717 Aug 31 01:00:20.717DEBG 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 } }] |
| 8666 | 2026-08-31T01:00:21.810Z | 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 } }] |
| 8667 | 2026-08-31T01:00:21.810Z | replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8668 | 2026-08-31T01:00:21.810Z | Aug 31 01:00:20.717Aug 31 01:00:20.717 INFOINFOAug 31 01:00:20.717 adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 8669 | 2026-08-31T01:00:21.810Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO |
| 8670 | 2026-08-31T01:00:21.810Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 8671 | 2026-08-31T01:00:21.810Z | Aug 31 01:00:20.717 Aug 31 01:00:20.717DEBG Aug 31 01:00:20.717replacing 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 |
| 8672 | 2026-08-31T01:00:21.810Z | DEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8673 | 2026-08-31T01:00:21.810Z | Aug 31 01:00:20.717 |
| 8674 | 2026-08-31T01:00:21.810Z | INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 8675 | 2026-08-31T01:00:21.810Z | Aug 31 01:00:20.717Aug 31 01:00:20.717 INFOINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8676 | 2026-08-31T01:00:21.810Z | |
| 8677 | 2026-08-31T01:00:21.810Z | Aug 31 01:00:20.717 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 } }] |
| 8678 | 2026-08-31T01:00:21.810Z | Aug 31 01:00:20.717 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 } }]Aug 31 01:00:20.717 |
| 8679 | 2026-08-31T01:00:21.810Z | Aug 31 01:00:20.717 INFODEBG Aug 31 01:00:20.717replacing 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 } }] |
| 8680 | 2026-08-31T01:00:21.810Z | INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8681 | 2026-08-31T01:00:21.810Z | |
| 8682 | 2026-08-31T01:00:21.810Z | Aug 31 01:00:20.717 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 31 01:00:20.717 |
| 8683 | 2026-08-31T01:00:21.810Z | DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.717 |
| 8684 | 2026-08-31T01:00:21.810Z | Aug 31 01:00:20.717 DEBGDEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8685 | 2026-08-31T01:00:21.810Z | |
| 8686 | 2026-08-31T01:00:21.810Z | Aug 31 01:00:20.717 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 31 01:00:20.717Aug 31 01:00:20.717 |
| 8687 | 2026-08-31T01:00:21.810Z | INFOINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 8688 | 2026-08-31T01:00:21.810Z | |
| 8689 | 2026-08-31T01:00:21.810Z | Aug 31 01:00:20.717 DEBG Aug 31 01:00:20.717replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.717 |
| 8690 | 2026-08-31T01:00:21.810Z | Aug 31 01:00:20.717DEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.717 DEBGINFO |
| 8691 | 2026-08-31T01:00:21.810Z | DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 8692 | 2026-08-31T01:00:21.811Z | 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 } }] |
| 8693 | 2026-08-31T01:00:21.811Z | created new freemapAug 31 01:00:20.717, Aug 31 01:00:20.717DEBGAug 31 01:00:20.717 INFOreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8694 | 2026-08-31T01:00:21.811Z | unitadding route 3fff:beef:39::/64 -> 2001:db8::55:ff: |
| 8695 | 2026-08-31T01:00:21.811Z | INFOAug 31 01:00:20.717 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 8696 | 2026-08-31T01:00:21.811Z | |
| 8697 | 2026-08-31T01:00:21.811Z | freemap_route_ipv4Aug 31 01:00:20.717 |
| 8698 | 2026-08-31T01:00:21.811Z | Aug 31 01:00:20.717DEBGAug 31 01:00:20.717 Aug 31 01:00:20.717DEBG 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 } }] |
| 8699 | 2026-08-31T01:00:21.811Z | replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8700 | 2026-08-31T01:00:21.811Z | |
| 8701 | 2026-08-31T01:00:21.811Z | DEBG created new freemapAug 31 01:00:20.717Aug 31 01:00:20.717 INFOINFO Aug 31 01:00:20.717 , adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 8702 | 2026-08-31T01:00:21.811Z | INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ffunit |
| 8703 | 2026-08-31T01:00:21.811Z | Aug 31 01:00:20.717adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 8704 | 2026-08-31T01:00:21.811Z | DEBG: Aug 31 01:00:20.717replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 01:00:20.717DEBG |
| 8705 | 2026-08-31T01:00:21.811Z | 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 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 } }] |
| 8706 | 2026-08-31T01:00:21.811Z | |
| 8707 | 2026-08-31T01:00:21.811Z | Aug 31 01:00:20.717 freemap_route_ipv6Aug 31 01:00:20.717Aug 31 01:00:20.717INFO INFOadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFO |
| 8708 | 2026-08-31T01:00:21.811Z | |
| 8709 | 2026-08-31T01:00:21.811Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 8710 | 2026-08-31T01:00:21.811Z | |
| 8711 | 2026-08-31T01:00:21.811Z | Aug 31 01:00:20.717 Aug 31 01:00:20.717DEBG DEBGAug 31 01:00:20.717Aug 31 01:00:20.717 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 |
| 8712 | 2026-08-31T01:00:21.811Z | 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 } }] |
| 8713 | 2026-08-31T01:00:21.811Z | 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 } }] |
| 8714 | 2026-08-31T01:00:21.811Z | DEBGAug 31 01:00:20.717 Aug 31 01:00:20.717Aug 31 01:00:20.717initted freemap. size: 64 INFOINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff, INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffunit |
| 8715 | 2026-08-31T01:00:21.811Z | :adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 8716 | 2026-08-31T01:00:21.839Z | |
| 8717 | 2026-08-31T01:00:21.839Z | freemap_route_ipv4Aug 31 01:00:20.717 |
| 8718 | 2026-08-31T01:00:21.839Z | Aug 31 01:00:20.717 DEBGDEBG Aug 31 01:00:20.717replacing 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: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 } }] |
| 8719 | 2026-08-31T01:00:21.839Z | DEBG |
| 8720 | 2026-08-31T01:00:21.839Z | Aug 31 01:00:20.717replacing 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 } }] |
| 8721 | 2026-08-31T01:00:21.839Z | DEBGAug 31 01:00:20.717Aug 31 01:00:20.717 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 31 01:00:20.717 |
| 8722 | 2026-08-31T01:00:21.839Z | INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG |
| 8723 | 2026-08-31T01:00:21.839Z | Aug 31 01:00:20.717failed to allocate space for the new target list DEBG |
| 8724 | 2026-08-31T01:00:21.839Z | Aug 31 01:00:20.717replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] reset freemapDEBG 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 } }] |
| 8725 | 2026-08-31T01:00:21.839Z | |
| 8726 | 2026-08-31T01:00:21.839Z | Aug 31 01:00:20.717 , DEBGAug 31 01:00:20.717Aug 31 01:00:20.717unit :INFOINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 8727 | 2026-08-31T01:00:21.839Z | |
| 8728 | 2026-08-31T01:00:21.839Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]freemap_route_ipv4 |
| 8729 | 2026-08-31T01:00:21.839Z | Aug 31 01:00:20.717Aug 31 01:00:20.717 DEBG |
| 8730 | 2026-08-31T01:00:21.839Z | DEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8731 | 2026-08-31T01:00:21.839Z | |
| 8732 | 2026-08-31T01:00:21.839Z | Aug 31 01:00:20.717Aug 31 01:00:20.717 INFODEBG Aug 31 01:00:20.717adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 8733 | 2026-08-31T01:00:21.839Z | INFO initted freemap. size: 64adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff, Aug 31 01:00:20.717 |
| 8734 | 2026-08-31T01:00:21.839Z | DEBG unitreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.717: |
| 8735 | 2026-08-31T01:00:21.839Z | DEBG Aug 31 01:00:20.717replacing 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 } }] freemap_route_ipv6INFO |
| 8736 | 2026-08-31T01:00:21.839Z | |
| 8737 | 2026-08-31T01:00:21.839Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 8738 | 2026-08-31T01:00:21.839Z | Aug 31 01:00:20.717Aug 31 01:00:20.717 INFODEBG adding route 3fff:beef:2e::/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 } }] |
| 8739 | 2026-08-31T01:00:21.839Z | |
| 8740 | 2026-08-31T01:00:21.839Z | Aug 31 01:00:20.717Aug 31 01:00:20.717Aug 31 01:00:20.717 DEBGINFOreplacing 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 |
| 8741 | 2026-08-31T01:00:21.839Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 8742 | 2026-08-31T01:00:21.839Z | 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 } }]reset freemap |
| 8743 | 2026-08-31T01:00:21.839Z | , Aug 31 01:00:20.717unit Aug 31 01:00:20.717Aug 31 01:00:20.717DEBG INFO: replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 8744 | 2026-08-31T01:00:21.839Z | INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 8745 | 2026-08-31T01:00:21.839Z | Aug 31 01:00:20.717 |
| 8746 | 2026-08-31T01:00:21.839Z | INFO freemap_route_ipv6Aug 31 01:00:20.717adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 8747 | 2026-08-31T01:00:21.839Z | |
| 8748 | 2026-08-31T01:00:21.839Z | DEBG Aug 31 01:00:20.717replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.717 |
| 8749 | 2026-08-31T01:00:21.839Z | DEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.717 |
| 8750 | 2026-08-31T01:00:21.839Z | Aug 31 01:00:20.717DEBG INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 31 01:00:20.717adding route 3fff:beef:30::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8751 | 2026-08-31T01:00:21.840Z | |
| 8752 | 2026-08-31T01:00:21.840Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 8753 | 2026-08-31T01:00:21.840Z | |
| 8754 | 2026-08-31T01:00:21.840Z | Aug 31 01:00:20.717 DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.717 |
| 8755 | 2026-08-31T01:00:21.840Z | Aug 31 01:00:20.717INFO Aug 31 01:00:20.717DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 8756 | 2026-08-31T01:00:21.840Z | Aug 31 01:00:20.717replacing 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 |
| 8757 | 2026-08-31T01:00:21.840Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 8758 | 2026-08-31T01:00:21.840Z | Aug 31 01:00:20.717DEBGAug 31 01:00:20.717 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 } }] Aug 31 01:00:20.717 DEBGDEBG adding route 3fff:beef:33::/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 } }] |
| 8759 | 2026-08-31T01:00:21.840Z | 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 } }] |
| 8760 | 2026-08-31T01:00:21.840Z | |
| 8761 | 2026-08-31T01:00:21.840Z | |
| 8762 | 2026-08-31T01:00:21.840Z | Aug 31 01:00:20.717Aug 31 01:00:20.717Aug 31 01:00:20.717 INFOINFODEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 8763 | 2026-08-31T01:00:21.840Z | |
| 8764 | 2026-08-31T01:00:21.840Z | Aug 31 01:00:20.717replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 01:00:20.717INFOAug 31 01:00:20.717 |
| 8765 | 2026-08-31T01:00:21.840Z | DEBG adding route 172.16.0.0/32 -> 10.0.0.2replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8766 | 2026-08-31T01:00:21.840Z | Aug 31 01:00:20.717 |
| 8767 | 2026-08-31T01:00:21.840Z | DEBGINFO Aug 31 01:00:20.717 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:34::/64 -> 2001:db8::55:ffINFO |
| 8768 | 2026-08-31T01:00:21.840Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 8769 | 2026-08-31T01:00:21.840Z | |
| 8770 | 2026-08-31T01:00:21.840Z | Aug 31 01:00:20.717Aug 31 01:00:20.717 Aug 31 01:00:20.717Aug 31 01:00:20.717 INFODEBGDEBG 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 |
| 8771 | 2026-08-31T01:00:21.840Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8772 | 2026-08-31T01:00:21.840Z | |
| 8773 | 2026-08-31T01:00:21.840Z | Aug 31 01:00:20.718 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFO |
| 8774 | 2026-08-31T01:00:21.840Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 31 01:00:20.718 |
| 8775 | 2026-08-31T01:00:21.840Z | Aug 31 01:00:20.718 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 8776 | 2026-08-31T01:00:21.840Z | DEBGAug 31 01:00:20.718 DEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.718 |
| 8777 | 2026-08-31T01:00:21.840Z | |
| 8778 | 2026-08-31T01:00:21.840Z | Aug 31 01:00:20.718DEBGAug 31 01:00:20.718 Aug 31 01:00:20.718replacing 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 } }] |
| 8779 | 2026-08-31T01:00:21.840Z | INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 8780 | 2026-08-31T01:00:21.840Z | INFOAug 31 01:00:20.718INFO Aug 31 01:00:20.718INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff DEBG |
| 8781 | 2026-08-31T01:00:21.840Z | adding route 3fff:beef:36::/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 } }] |
| 8782 | 2026-08-31T01:00:21.840Z | |
| 8783 | 2026-08-31T01:00:21.840Z | adding route 172.16.0.0/32 -> 10.0.0.3 |
| 8784 | 2026-08-31T01:00:21.840Z | Aug 31 01:00:20.718Aug 31 01:00:20.718Aug 31 01:00:20.718 Aug 31 01:00:20.718INFO DEBGDEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8785 | 2026-08-31T01:00:21.840Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 8786 | 2026-08-31T01:00:21.840Z | test route::tests::identity_replace_is_noop ... ok |
| 8787 | 2026-08-31T01:00:21.840Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 8788 | 2026-08-31T01:00:21.840Z | Aug 31 01:00:20.718Aug 31 01:00:20.718Aug 31 01:00:20.724 DEBGINFODEBG adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffcreated new freemapcreated new freemap |
| 8789 | 2026-08-31T01:00:21.840Z | , , unitunit:: Aug 31 01:00:20.724 freemap_route_ipv4 freemap_route_ipv4DEBG |
| 8790 | 2026-08-31T01:00:21.840Z | |
| 8791 | 2026-08-31T01:00:21.841Z | 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 } }] |
| 8792 | 2026-08-31T01:00:21.841Z | Aug 31 01:00:20.718Aug 31 01:00:20.724 DEBGDEBG Aug 31 01:00:20.724 created new freemapcreated new freemap , DEBG, unit unitcreated new freemap:, Aug 31 01:00:20.724unit ::freemap_route_ipv6 |
| 8793 | 2026-08-31T01:00:21.841Z | freemap_route_ipv6 |
| 8794 | 2026-08-31T01:00:21.841Z | freemap_route_ipv4INFO |
| 8795 | 2026-08-31T01:00:21.841Z | Aug 31 01:00:20.724adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff Aug 31 01:00:20.724DEBG |
| 8796 | 2026-08-31T01:00:21.841Z | DEBGinitted freemap. size: 64 , Aug 31 01:00:20.724initted freemap. size: 64Aug 31 01:00:20.724unit , DEBGunit :: replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4DEBG |
| 8797 | 2026-08-31T01:00:21.841Z | |
| 8798 | 2026-08-31T01:00:21.841Z | created new freemap, Aug 31 01:00:20.724unitAug 31 01:00:20.724freemap_route_ipv4 :DEBG freemap_route_ipv6 |
| 8799 | 2026-08-31T01:00:21.841Z | reset freemap , INFO |
| 8800 | 2026-08-31T01:00:21.841Z | unit : adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffAug 31 01:00:20.724freemap_route_ipv4 Aug 31 01:00:20.724 |
| 8801 | 2026-08-31T01:00:21.841Z | |
| 8802 | 2026-08-31T01:00:21.841Z | DEBG reset freemapDEBG, unitAug 31 01:00:20.724: initted freemap. size: 64freemap_route_ipv4DEBG, |
| 8803 | 2026-08-31T01:00:21.841Z | 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 } }]Aug 31 01:00:20.724 DEBG |
| 8804 | 2026-08-31T01:00:21.841Z | : Aug 31 01:00:20.724 DEBGinitted freemap. size: 64freemap_route_ipv4 |
| 8805 | 2026-08-31T01:00:21.841Z | Aug 31 01:00:20.724, unit :DEBGAug 31 01:00:20.724 failed to allocate space for the new target listfreemap_route_ipv6DEBG |
| 8806 | 2026-08-31T01:00:21.841Z | initted freemap. size: 64 , |
| 8807 | 2026-08-31T01:00:21.841Z | reset freemapunit, :unit :Aug 31 01:00:20.724Aug 31 01:00:20.724 freemap_route_ipv6 freemap_route_ipv4DEBGDEBG |
| 8808 | 2026-08-31T01:00:21.841Z | |
| 8809 | 2026-08-31T01:00:21.841Z | reset freemap , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 01:00:20.724Aug 31 01:00:20.724unit DEBGDEBG initted freemap. size: 64reset freemap, |
| 8810 | 2026-08-31T01:00:21.841Z | unit, ::unit :freemap_route_ipv6 |
| 8811 | 2026-08-31T01:00:21.841Z | freemap_route_ipv6freemap_route_ipv6 |
| 8812 | 2026-08-31T01:00:21.841Z | |
| 8813 | 2026-08-31T01:00:21.841Z | Aug 31 01:00:20.724Aug 31 01:00:20.724 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8814 | 2026-08-31T01:00:21.841Z | Aug 31 01:00:20.724 DEBG DEBGAug 31 01:00:20.724reset freemap, unit: freemap_route_ipv6 |
| 8815 | 2026-08-31T01:00:21.841Z | Aug 31 01:00:20.724 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 8816 | 2026-08-31T01:00:21.846Z | Aug 31 01:00:20.724failed to allocate space for the new target list |
| 8817 | 2026-08-31T01:00:21.846Z | DEBG Aug 31 01:00:20.719replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 31 01:00:20.724 |
| 8818 | 2026-08-31T01:00:21.846Z | DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 01:00:20.724 created new freemapINFO |
| 8819 | 2026-08-31T01:00:21.846Z | , adding route 172.16.0.0/32 -> 10.0.0.2unit |
| 8820 | 2026-08-31T01:00:21.846Z | : Aug 31 01:00:20.724 freemap_route_ipv4DEBG |
| 8821 | 2026-08-31T01:00:21.846Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 01:00:20.724 |
| 8822 | 2026-08-31T01:00:21.846Z | DEBG Aug 31 01:00:20.724 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 8823 | 2026-08-31T01:00:21.846Z | Aug 31 01:00:20.724created new freemap , INFOunit :adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 31 01:00:20.724 |
| 8824 | 2026-08-31T01:00:21.846Z | INFOfreemap_route_ipv6 |
| 8825 | 2026-08-31T01:00:21.846Z | adding route 172.16.0.0/32 -> 10.0.0.3 |
| 8826 | 2026-08-31T01:00:21.846Z | Aug 31 01:00:20.724Aug 31 01:00:20.724 Aug 31 01:00:20.724 DEBGDEBG initted freemap. size: 64 |
| 8827 | 2026-08-31T01:00:21.846Z | 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 } }], |
| 8828 | 2026-08-31T01:00:21.846Z | 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 } }]: |
| 8829 | 2026-08-31T01:00:21.846Z | Aug 31 01:00:20.724 freemap_route_ipv4INFO |
| 8830 | 2026-08-31T01:00:21.846Z | adding route 172.16.0.0/32 -> 10.0.0.4Aug 31 01:00:20.724 |
| 8831 | 2026-08-31T01:00:21.846Z | DEBG Aug 31 01:00:20.724Aug 31 01:00:20.724 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 } }]INFO |
| 8832 | 2026-08-31T01:00:21.846Z | adding route 3fff:dead::/64 -> 2001:db8::55:3replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8833 | 2026-08-31T01:00:21.846Z | |
| 8834 | 2026-08-31T01:00:21.846Z | Aug 31 01:00:20.724 Aug 31 01:00:20.724DEBG INFOAug 31 01:00:20.724reset freemap INFO, unitadding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 172.17.0.0/32 -> 10.0.0.255Aug 31 01:00:20.724 |
| 8835 | 2026-08-31T01:00:21.846Z | |
| 8836 | 2026-08-31T01:00:21.846Z | :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 } }] |
| 8837 | 2026-08-31T01:00:21.846Z | freemap_route_ipv4Aug 31 01:00:20.724 |
| 8838 | 2026-08-31T01:00:21.846Z | Aug 31 01:00:20.724 DEBG DEBGreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.724 |
| 8839 | 2026-08-31T01:00:21.846Z | replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.724 |
| 8840 | 2026-08-31T01:00:21.846Z | INFO Aug 31 01:00:20.724DEBG adding route 3fff:dead::/64 -> 2001:db8::55:4INFO |
| 8841 | 2026-08-31T01:00:21.846Z | adding route 172.17.0.1/32 -> 10.0.0.255initted freemap. size: 64Aug 31 01:00:20.724 |
| 8842 | 2026-08-31T01:00:21.846Z | , Aug 31 01:00:20.724unit :DEBGINFO Aug 31 01:00:20.724replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8843 | 2026-08-31T01:00:21.846Z | freemap_route_ipv6adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 8844 | 2026-08-31T01:00:21.847Z | DEBG |
| 8845 | 2026-08-31T01:00:21.847Z | 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 } }] |
| 8846 | 2026-08-31T01:00:21.847Z | Aug 31 01:00:20.724 Aug 31 01:00:20.724Aug 31 01:00:20.724 DEBGAug 31 01:00:20.724 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG |
| 8847 | 2026-08-31T01:00:21.847Z | 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 } }] |
| 8848 | 2026-08-31T01:00:21.847Z | adding route 172.17.0.2/32 -> 10.0.0.255reset freemap |
| 8849 | 2026-08-31T01:00:21.847Z | , Aug 31 01:00:20.724unitAug 31 01:00:20.724: freemap_route_ipv6WARN |
| 8850 | 2026-08-31T01:00:21.847Z | INFOshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 31 01:00:20.724 |
| 8851 | 2026-08-31T01:00:21.847Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBG |
| 8852 | 2026-08-31T01:00:21.847Z | Aug 31 01:00:20.724replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 01:00:20.724ERRO |
| 8853 | 2026-08-31T01:00:21.847Z | Aug 31 01:00:20.724INFO adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 8854 | 2026-08-31T01:00:21.847Z | Aug 31 01:00:20.724 INFOrollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }] |
| 8855 | 2026-08-31T01:00:21.847Z | |
| 8856 | 2026-08-31T01:00:21.847Z | adding route 172.17.0.3/32 -> 10.0.0.255Aug 31 01:00:20.724 |
| 8857 | 2026-08-31T01:00:21.847Z | DEBG Aug 31 01:00:20.724replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Aug 31 01:00:20.724INFO |
| 8858 | 2026-08-31T01:00:21.847Z | Aug 31 01:00:20.724 DEBGERRO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffshrink-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 |
| 8859 | 2026-08-31T01:00:21.847Z | |
| 8860 | 2026-08-31T01:00:21.847Z | Aug 31 01:00:20.724replacing 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 } }] |
| 8861 | 2026-08-31T01:00:21.847Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 01:00:20.724 |
| 8862 | 2026-08-31T01:00:21.847Z | DEBG Aug 31 01:00:20.724DEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 8863 | 2026-08-31T01:00:21.847Z | |
| 8864 | 2026-08-31T01:00:21.847Z | adding route 172.17.0.4/32 -> 10.0.0.255Aug 31 01:00:20.724 |
| 8865 | 2026-08-31T01:00:21.847Z | INFO Aug 31 01:00:20.724adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 8866 | 2026-08-31T01:00:21.847Z | INFOAug 31 01:00:20.724 adding route 172.16.0.0/32 -> 10.0.0.4DEBG |
| 8867 | 2026-08-31T01:00:21.847Z | replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.724 |
| 8868 | 2026-08-31T01:00:21.847Z | DEBGAug 31 01:00:20.724 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 |
| 8869 | 2026-08-31T01:00:21.847Z | Aug 31 01:00:20.724 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8870 | 2026-08-31T01:00:21.847Z | INFOAug 31 01:00:20.724 adding route 172.17.0.5/32 -> 10.0.0.255INFO |
| 8871 | 2026-08-31T01:00:21.847Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 31 01:00:20.724 DEBGAug 31 01:00:20.724 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8872 | 2026-08-31T01:00:21.847Z | |
| 8873 | 2026-08-31T01:00:21.847Z | 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 } }] |
| 8874 | 2026-08-31T01:00:21.847Z | Aug 31 01:00:20.724 DEBG DEBGreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.724 |
| 8875 | 2026-08-31T01:00:21.847Z | 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 } }] |
| 8876 | 2026-08-31T01:00:21.847Z | adding route 172.17.0.6/32 -> 10.0.0.255Aug 31 01:00:20.724 |
| 8877 | 2026-08-31T01:00:21.847Z | INFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffAug 31 01:00:20.724 |
| 8878 | 2026-08-31T01:00:21.847Z | 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 } }] |
| 8879 | 2026-08-31T01:00:21.847Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 8880 | 2026-08-31T01:00:21.847Z | Aug 31 01:00:20.724 Aug 31 01:00:20.724DEBG Aug 31 01:00:20.724INFOreplacing 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 } }] |
| 8881 | 2026-08-31T01:00:21.847Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.17.0.7/32 -> 10.0.0.255 |
| 8882 | 2026-08-31T01:00:21.847Z | |
| 8883 | 2026-08-31T01:00:21.847Z | Aug 31 01:00:20.724 INFO Aug 31 01:00:20.724adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 8884 | 2026-08-31T01:00:21.848Z | 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 } }] |
| 8885 | 2026-08-31T01:00:21.848Z | Aug 31 01:00:20.724Aug 31 01:00:20.724 DEBGDEBGAug 31 01:00:20.724 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: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 } }] |
| 8886 | 2026-08-31T01:00:21.848Z | INFO |
| 8887 | 2026-08-31T01:00:21.848Z | adding route 172.17.0.8/32 -> 10.0.0.255 |
| 8888 | 2026-08-31T01:00:21.848Z | Aug 31 01:00:20.724 DEBG Aug 31 01:00:20.724failed to allocate space for the new target list |
| 8889 | 2026-08-31T01:00:21.848Z | 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 } }]Aug 31 01:00:20.724Aug 31 01:00:20.724 DEBGAug 31 01:00:20.725 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8890 | 2026-08-31T01:00:21.848Z | DEBG |
| 8891 | 2026-08-31T01:00:21.848Z | created new freemapAug 31 01:00:20.725, DEBG created new freemap, Aug 31 01:00:20.731unit Aug 31 01:00:20.731INFO :INFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 3fff:beef:37::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 8892 | 2026-08-31T01:00:21.848Z | |
| 8893 | 2026-08-31T01:00:21.848Z | unit |
| 8894 | 2026-08-31T01:00:21.848Z | :Aug 31 01:00:20.731Aug 31 01:00:20.731 DEBGDEBG freemap_route_ipv4Aug 31 01:00:20.731replacing 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 } }] |
| 8895 | 2026-08-31T01:00:21.848Z | |
| 8896 | 2026-08-31T01:00:21.848Z | 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 } }] |
| 8897 | 2026-08-31T01:00:21.848Z | DEBGAug 31 01:00:20.731 Aug 31 01:00:20.731INFO DEBGadding route 172.17.0.10/32 -> 10.0.0.255created new freemap |
| 8898 | 2026-08-31T01:00:21.848Z | , unitAug 31 01:00:20.731 DEBGcreated new freemap :replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8899 | 2026-08-31T01:00:21.848Z | freemap_route_ipv6, |
| 8900 | 2026-08-31T01:00:21.848Z | unit:Aug 31 01:00:20.731 freemap_route_ipv6 |
| 8901 | 2026-08-31T01:00:21.848Z | Aug 31 01:00:20.731Aug 31 01:00:20.731 DEBGINFO INFO Aug 31 01:00:20.731adding route 172.17.0.11/32 -> 10.0.0.255initted freemap. size: 64adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 8902 | 2026-08-31T01:00:21.848Z | DEBG, |
| 8903 | 2026-08-31T01:00:21.848Z | unitinitted freemap. size: 64:, unitAug 31 01:00:20.731freemap_route_ipv4:Aug 31 01:00:20.731 freemap_route_ipv4 |
| 8904 | 2026-08-31T01:00:21.848Z | DEBGDEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 8905 | 2026-08-31T01:00:21.848Z | |
| 8906 | 2026-08-31T01:00:21.848Z | |
| 8907 | 2026-08-31T01:00:21.848Z | Aug 31 01:00:20.731Aug 31 01:00:20.731 Aug 31 01:00:20.731DEBG INFOAug 31 01:00:20.731 INFO DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ffreset freemap |
| 8908 | 2026-08-31T01:00:21.848Z | , unitadding route 172.17.0.12/32 -> 10.0.0.255reset freemap |
| 8909 | 2026-08-31T01:00:21.848Z | , unit::Aug 31 01:00:20.731 freemap_route_ipv4DEBG |
| 8910 | 2026-08-31T01:00:21.848Z | Aug 31 01:00:20.731replacing 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 } }] |
| 8911 | 2026-08-31T01:00:21.848Z | DEBGfreemap_route_ipv4 Aug 31 01:00:20.731replacing 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 } }] |
| 8912 | 2026-08-31T01:00:21.848Z | |
| 8913 | 2026-08-31T01:00:21.848Z | DEBG Aug 31 01:00:20.731initted freemap. size: 64 Aug 31 01:00:20.731, INFOAug 31 01:00:20.731unit : INFO DEBGadding route 172.17.0.13/32 -> 10.0.0.255adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 8914 | 2026-08-31T01:00:21.848Z | |
| 8915 | 2026-08-31T01:00:21.848Z | freemap_route_ipv6initted freemap. size: 64 |
| 8916 | 2026-08-31T01:00:21.853Z | , unitAug 31 01:00:20.731:Aug 31 01:00:20.731 DEBGfreemap_route_ipv6 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 } }] |
| 8917 | 2026-08-31T01:00:21.853Z | 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 } }] |
| 8918 | 2026-08-31T01:00:21.853Z | |
| 8919 | 2026-08-31T01:00:21.853Z | Aug 31 01:00:20.731 Aug 31 01:00:20.731DEBGAug 31 01:00:20.731 Aug 31 01:00:20.731 INFOreset freemap adding route 172.17.0.14/32 -> 10.0.0.255INFO, |
| 8920 | 2026-08-31T01:00:21.853Z | unitDEBG :adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreset freemapAug 31 01:00:20.731, DEBG |
| 8921 | 2026-08-31T01:00:21.853Z | unitreplacing 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 } }]: |
| 8922 | 2026-08-31T01:00:21.853Z | freemap_route_ipv6 Aug 31 01:00:20.731freemap_route_ipv6 |
| 8923 | 2026-08-31T01:00:21.853Z | Aug 31 01:00:20.731 |
| 8924 | 2026-08-31T01:00:21.853Z | 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 } }]Aug 31 01:00:20.731Aug 31 01:00:20.731 adding route 172.17.0.15/32 -> 10.0.0.255 |
| 8925 | 2026-08-31T01:00:21.853Z | INFO |
| 8926 | 2026-08-31T01:00:21.853Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 01:00:20.731adding route 172.16.0.0/32 -> 10.0.0.1 |
| 8927 | 2026-08-31T01:00:21.853Z | Aug 31 01:00:20.731INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG |
| 8928 | 2026-08-31T01:00:21.853Z | |
| 8929 | 2026-08-31T01:00:21.853Z | replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.731 |
| 8930 | 2026-08-31T01:00:21.853Z | Aug 31 01:00:20.731Aug 31 01:00:20.731 Aug 31 01:00:20.731 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 } }]INFO |
| 8931 | 2026-08-31T01:00:21.853Z | DEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.16/32 -> 10.0.0.255 |
| 8932 | 2026-08-31T01:00:21.853Z | Aug 31 01:00:20.731 |
| 8933 | 2026-08-31T01:00:21.853Z | |
| 8934 | 2026-08-31T01:00:21.853Z | INFOAug 31 01:00:20.731Aug 31 01:00:20.731 DEBGINFOadding route 3fff:dead::/64 -> 2001:db8::55:2 adding route 172.17.0.0/32 -> 10.0.0.255failed to allocate space for the new target listAug 31 01:00:20.731 |
| 8935 | 2026-08-31T01:00:21.853Z | |
| 8936 | 2026-08-31T01:00:21.853Z | |
| 8937 | 2026-08-31T01:00:21.853Z | 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 } }] |
| 8938 | 2026-08-31T01:00:21.853Z | Aug 31 01:00:20.731Aug 31 01:00:20.731 DEBGDEBG Aug 31 01:00:20.725replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 01:00:20.731 DEBGAug 31 01:00:20.731 |
| 8939 | 2026-08-31T01:00:21.853Z | INFOcreated new freemap , replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.17/32 -> 10.0.0.255unit |
| 8940 | 2026-08-31T01:00:21.853Z | : |
| 8941 | 2026-08-31T01:00:21.853Z | freemap_route_ipv4DEBG |
| 8942 | 2026-08-31T01:00:21.853Z | Aug 31 01:00:20.731 Aug 31 01:00:20.731DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8943 | 2026-08-31T01:00:21.853Z | replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.731 |
| 8944 | 2026-08-31T01:00:21.853Z | INFO adding route 172.17.0.1/32 -> 10.0.0.255Aug 31 01:00:20.731 |
| 8945 | 2026-08-31T01:00:21.853Z | Aug 31 01:00:20.731 DEBG INFO created new freemap , adding route 172.17.0.18/32 -> 10.0.0.255Aug 31 01:00:20.731 |
| 8946 | 2026-08-31T01:00:21.853Z | INFO unit :DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8947 | 2026-08-31T01:00:21.853Z | replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.731 DEBG |
| 8948 | 2026-08-31T01:00:21.853Z | 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 } }]Aug 31 01:00:20.731 |
| 8949 | 2026-08-31T01:00:21.853Z | |
| 8950 | 2026-08-31T01:00:21.854Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 31 01:00:20.731Aug 31 01:00:20.731 INFOAug 31 01:00:20.731INFO |
| 8951 | 2026-08-31T01:00:21.854Z | adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.17.0.2/32 -> 10.0.0.255 |
| 8952 | 2026-08-31T01:00:21.854Z | |
| 8953 | 2026-08-31T01:00:21.854Z | DEBG initted freemap. size: 64Aug 31 01:00:20.731, unitDEBGAug 31 01:00:20.731 Aug 31 01:00:20.731: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 } }] |
| 8954 | 2026-08-31T01:00:21.854Z | DEBGfreemap_route_ipv4 |
| 8955 | 2026-08-31T01:00:21.854Z | 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 } }] |
| 8956 | 2026-08-31T01:00:21.854Z | Aug 31 01:00:20.731INFO adding route 3fff:dead::/64 -> 2001:db8::55:4INFO |
| 8957 | 2026-08-31T01:00:21.854Z | adding route 172.17.0.20/32 -> 10.0.0.255Aug 31 01:00:20.731 |
| 8958 | 2026-08-31T01:00:21.854Z | Aug 31 01:00:20.731DEBG Aug 31 01:00:20.731 Aug 31 01:00:20.731 DEBGreset freemap , DEBGINFO unit replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.3/32 -> 10.0.0.255 |
| 8959 | 2026-08-31T01:00:21.854Z | : |
| 8960 | 2026-08-31T01:00:21.854Z | |
| 8961 | 2026-08-31T01:00:21.854Z | freemap_route_ipv4 |
| 8962 | 2026-08-31T01:00:21.854Z | Aug 31 01:00:20.731 INFO Aug 31 01:00:20.731adding route 172.17.0.21/32 -> 10.0.0.255Aug 31 01:00:20.731 |
| 8963 | 2026-08-31T01:00:21.854Z | Aug 31 01:00:20.731DEBG initted freemap. size: 64 , DEBGunitAug 31 01:00:20.731: DEBGfreemap_route_ipv6DEBG |
| 8964 | 2026-08-31T01:00:21.854Z | replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 8965 | 2026-08-31T01:00:21.854Z | |
| 8966 | 2026-08-31T01:00:21.854Z | 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 } }] |
| 8967 | 2026-08-31T01:00:21.854Z | Aug 31 01:00:20.731 DEBG Aug 31 01:00:20.731reset freemapAug 31 01:00:20.731Aug 31 01:00:20.731 INFO, INFOunitadding route 172.17.0.22/32 -> 10.0.0.255 |
| 8968 | 2026-08-31T01:00:21.854Z | : freemap_route_ipv6 |
| 8969 | 2026-08-31T01:00:21.854Z | adding route 172.17.0.4/32 -> 10.0.0.255Aug 31 01:00:20.731 |
| 8970 | 2026-08-31T01:00:21.854Z | DEBGWARN replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.731Aug 31 01:00:20.731 |
| 8971 | 2026-08-31T01:00:21.854Z | DEBGshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) 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 } }] |
| 8972 | 2026-08-31T01:00:21.854Z | INFO |
| 8973 | 2026-08-31T01:00:21.854Z | test route::tests::grow_succeeds ... ok |
| 8974 | 2026-08-31T01:00:21.854Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 31 01:00:20.731 |
| 8975 | 2026-08-31T01:00:21.854Z | INFOAug 31 01:00:20.731 adding route 172.17.0.23/32 -> 10.0.0.255INFO |
| 8976 | 2026-08-31T01:00:21.854Z | Aug 31 01:00:20.731adding route 172.17.0.5/32 -> 10.0.0.255 |
| 8977 | 2026-08-31T01:00:21.854Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 8978 | 2026-08-31T01:00:21.854Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 01:00:20.731 |
| 8979 | 2026-08-31T01:00:21.854Z | Aug 31 01:00:20.731DEBG 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 } }] |
| 8980 | 2026-08-31T01:00:21.854Z | 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 } }] |
| 8981 | 2026-08-31T01:00:21.854Z | Aug 31 01:00:20.731 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8982 | 2026-08-31T01:00:21.854Z | Aug 31 01:00:20.731 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 01:00:20.731 |
| 8983 | 2026-08-31T01:00:21.854Z | Aug 31 01:00:20.731INFO INFOadding route 172.17.0.24/32 -> 10.0.0.255INFO |
| 8984 | 2026-08-31T01:00:21.854Z | adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.17.0.6/32 -> 10.0.0.255Aug 31 01:00:20.731 |
| 8985 | 2026-08-31T01:00:21.854Z | Aug 31 01:00:20.731 |
| 8986 | 2026-08-31T01:00:21.854Z | DEBG INFOreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.731 |
| 8987 | 2026-08-31T01:00:21.854Z | 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8988 | 2026-08-31T01:00:21.854Z | Aug 31 01:00:20.731Aug 31 01:00:20.731 |
| 8989 | 2026-08-31T01:00:21.855Z | 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 } }]Aug 31 01:00:20.731 |
| 8990 | 2026-08-31T01:00:21.855Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 8991 | 2026-08-31T01:00:21.855Z | 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 } }] |
| 8992 | 2026-08-31T01:00:21.855Z | Aug 31 01:00:20.731 DEBGAug 31 01:00:20.725 replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.731DEBG |
| 8993 | 2026-08-31T01:00:21.855Z | Aug 31 01:00:20.731 INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8994 | 2026-08-31T01:00:21.855Z | adding route 3fff:dead::/64 -> 2001:db8::55:2created new freemap |
| 8995 | 2026-08-31T01:00:21.855Z | , Aug 31 01:00:20.731unit Aug 31 01:00:20.731:INFOAug 31 01:00:20.731 adding route 172.17.0.26/32 -> 10.0.0.255 INFOAug 31 01:00:20.731 adding route 172.17.0.7/32 -> 10.0.0.255DEBG |
| 8996 | 2026-08-31T01:00:21.855Z | |
| 8997 | 2026-08-31T01:00:21.855Z | freemap_route_ipv4 |
| 8998 | 2026-08-31T01:00:21.855Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 01:00:20.731DEBG |
| 8999 | 2026-08-31T01:00:21.855Z | DEBG Aug 31 01:00:20.731replacing 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 |
| 9000 | 2026-08-31T01:00:21.855Z | Aug 31 01:00:20.731 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]created new freemapAug 31 01:00:20.732 DEBG created new freemap, unit: freemap_route_ipv4 |
| 9001 | 2026-08-31T01:00:21.855Z | Aug 31 01:00:20.738 DEBG created new freemap, unit: freemap_route_ipv6 |
| 9002 | 2026-08-31T01:00:21.855Z | Aug 31 01:00:20.738 DEBG initted freemap. size: 64 |
| 9003 | 2026-08-31T01:00:21.855Z | , Aug 31 01:00:20.731unit: , INFOfreemap_route_ipv4unit :adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9004 | 2026-08-31T01:00:21.855Z | |
| 9005 | 2026-08-31T01:00:21.855Z | freemap_route_ipv6 |
| 9006 | 2026-08-31T01:00:21.855Z | Aug 31 01:00:20.731Aug 31 01:00:20.738 Aug 31 01:00:20.738INFOAug 31 01:00:20.738 DEBGDEBG adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 9007 | 2026-08-31T01:00:21.855Z | DEBGreset freemap, unitinitted freemap. size: 64, unitAug 31 01:00:20.738:: DEBGfreemap_route_ipv4 |
| 9008 | 2026-08-31T01:00:21.855Z | replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.738 |
| 9009 | 2026-08-31T01:00:21.855Z | DEBGfreemap_route_ipv4 |
| 9010 | 2026-08-31T01:00:21.855Z | replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.738 |
| 9011 | 2026-08-31T01:00:21.855Z | INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 31 01:00:20.738Aug 31 01:00:20.738Aug 31 01:00:20.738 INFODEBG |
| 9012 | 2026-08-31T01:00:21.855Z | adding route 172.17.0.28/32 -> 10.0.0.255 initted freemap. size: 64 |
| 9013 | 2026-08-31T01:00:21.855Z | , DEBGunitAug 31 01:00:20.738 : reset freemapfreemap_route_ipv6DEBG |
| 9014 | 2026-08-31T01:00:21.855Z | , unitAug 31 01:00:20.738replacing 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 } }]: |
| 9015 | 2026-08-31T01:00:21.855Z | DEBGAug 31 01:00:20.738freemap_route_ipv4 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 } }] |
| 9016 | 2026-08-31T01:00:21.859Z | |
| 9017 | 2026-08-31T01:00:21.860Z | reset freemapAug 31 01:00:20.738 , INFOunitAug 31 01:00:20.738: Aug 31 01:00:20.738 adding route 3fff:beef:2::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 9018 | 2026-08-31T01:00:21.860Z | |
| 9019 | 2026-08-31T01:00:21.860Z | INFO DEBGadding route 172.17.0.29/32 -> 10.0.0.255Aug 31 01:00:20.738Aug 31 01:00:20.738 |
| 9020 | 2026-08-31T01:00:21.860Z | initted freemap. size: 64DEBG, 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 } }] |
| 9021 | 2026-08-31T01:00:21.860Z | unit:INFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9022 | 2026-08-31T01:00:21.860Z | Aug 31 01:00:20.738Aug 31 01:00:20.738 |
| 9023 | 2026-08-31T01:00:21.860Z | INFODEBG Aug 31 01:00:20.738 Aug 31 01:00:20.738adding route 3fff:beef:3::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 9024 | 2026-08-31T01:00:21.860Z | DEBGDEBG |
| 9025 | 2026-08-31T01:00:21.860Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]reset freemap |
| 9026 | 2026-08-31T01:00:21.860Z | , unit:Aug 31 01:00:20.738Aug 31 01:00:20.738Aug 31 01:00:20.738 INFOINFO DEBGadding route 172.17.0.30/32 -> 10.0.0.255 |
| 9027 | 2026-08-31T01:00:21.860Z | 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 } }] |
| 9028 | 2026-08-31T01:00:21.860Z | adding route 3fff:dead::/64 -> 2001:db8::55:2freemap_route_ipv6 |
| 9029 | 2026-08-31T01:00:21.860Z | |
| 9030 | 2026-08-31T01:00:21.860Z | Aug 31 01:00:20.738 DEBG Aug 31 01:00:20.738Aug 31 01:00:20.738replacing 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 } }] |
| 9031 | 2026-08-31T01:00:21.860Z | 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:4::/64 -> 2001:db8::55:ff |
| 9032 | 2026-08-31T01:00:21.860Z | |
| 9033 | 2026-08-31T01:00:21.860Z | Aug 31 01:00:20.738 Aug 31 01:00:20.738INFO INFOAug 31 01:00:20.738Aug 31 01:00:20.738 INFOadding route 172.16.0.0/32 -> 10.0.0.1 adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9034 | 2026-08-31T01:00:21.860Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 9035 | 2026-08-31T01:00:21.860Z | |
| 9036 | 2026-08-31T01:00:21.860Z | 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 } }] |
| 9037 | 2026-08-31T01:00:21.860Z | Aug 31 01:00:20.738Aug 31 01:00:20.738 DEBGDEBG Aug 31 01:00:20.738replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.738 |
| 9038 | 2026-08-31T01:00:21.860Z | 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 |
| 9039 | 2026-08-31T01:00:21.860Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 31 01:00:20.738 |
| 9040 | 2026-08-31T01:00:21.860Z | INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff Aug 31 01:00:20.738adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9041 | 2026-08-31T01:00:21.860Z | Aug 31 01:00:20.738 |
| 9042 | 2026-08-31T01:00:21.860Z | DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 31 01:00:20.738 |
| 9043 | 2026-08-31T01:00:21.860Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9044 | 2026-08-31T01:00:21.860Z | Aug 31 01:00:20.738DEBG Aug 31 01:00:20.738replacing 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 } }] |
| 9045 | 2026-08-31T01:00:21.860Z | DEBGDEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9046 | 2026-08-31T01:00:21.860Z | Aug 31 01:00:20.738 |
| 9047 | 2026-08-31T01:00:21.860Z | INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 31 01:00:20.738 |
| 9048 | 2026-08-31T01:00:21.860Z | DEBG Aug 31 01:00:20.738replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 01:00:20.738DEBG |
| 9049 | 2026-08-31T01:00:21.860Z | 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 |
| 9050 | 2026-08-31T01:00:21.860Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9051 | 2026-08-31T01:00:21.860Z | DEBGAug 31 01:00:20.732 Aug 31 01:00:20.738replacing targets for 3fff:dead::/64 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 } }] |
| 9052 | 2026-08-31T01:00:21.860Z | Aug 31 01:00:20.738 INFOINFO DEBGadding route 172.17.0.8/32 -> 10.0.0.255 |
| 9053 | 2026-08-31T01:00:21.860Z | Aug 31 01:00:20.738Aug 31 01:00:20.738 WARN adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG |
| 9054 | 2026-08-31T01:00:21.860Z | created new freemap 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 } }], shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 31 01:00:20.738 |
| 9055 | 2026-08-31T01:00:21.860Z | unit |
| 9056 | 2026-08-31T01:00:21.861Z | Aug 31 01:00:20.738: DEBGfreemap_route_ipv4DEBG Aug 31 01:00:20.738replacing 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 } }] |
| 9057 | 2026-08-31T01:00:21.861Z | INFOreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9058 | 2026-08-31T01:00:21.861Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9059 | 2026-08-31T01:00:21.861Z | |
| 9060 | 2026-08-31T01:00:21.861Z | Aug 31 01:00:20.738 Aug 31 01:00:20.738Aug 31 01:00:20.738 Aug 31 01:00:20.738INFODEBG INFODEBG 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:beef:8::/64 -> 2001:db8::55:ff |
| 9061 | 2026-08-31T01:00:21.861Z | created new freemap |
| 9062 | 2026-08-31T01:00:21.861Z | , unitadding route 172.17.0.9/32 -> 10.0.0.255: |
| 9063 | 2026-08-31T01:00:21.861Z | Aug 31 01:00:20.738 freemap_route_ipv6Aug 31 01:00:20.738INFO adding route 172.17.0.35/32 -> 10.0.0.255DEBG |
| 9064 | 2026-08-31T01:00:21.861Z | Aug 31 01:00:20.738 |
| 9065 | 2026-08-31T01:00:21.861Z | replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 9066 | 2026-08-31T01:00:21.861Z | replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.738 |
| 9067 | 2026-08-31T01:00:21.861Z | Aug 31 01:00:20.738 DEBGDEBG Aug 31 01:00:20.738replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 01:00:20.738 initted freemap. size: 64 , INFO |
| 9068 | 2026-08-31T01:00:21.861Z | unit :INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 9069 | 2026-08-31T01:00:21.861Z | freemap_route_ipv4adding route 172.17.0.10/32 -> 10.0.0.255 |
| 9070 | 2026-08-31T01:00:21.861Z | |
| 9071 | 2026-08-31T01:00:21.861Z | Aug 31 01:00:20.738 Aug 31 01:00:20.738DEBG Aug 31 01:00:20.738DEBG DEBGreset freemapAug 31 01:00:20.738 replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }], |
| 9072 | 2026-08-31T01:00:21.861Z | |
| 9073 | 2026-08-31T01:00:21.861Z | unitINFO :adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9074 | 2026-08-31T01:00:21.861Z | freemap_route_ipv4Aug 31 01:00:20.738 |
| 9075 | 2026-08-31T01:00:21.861Z | Aug 31 01:00:20.738INFO INFOAug 31 01:00:20.738Aug 31 01:00:20.738 adding route 172.17.0.11/32 -> 10.0.0.255 |
| 9076 | 2026-08-31T01:00:21.861Z | 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 } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 9077 | 2026-08-31T01:00:21.861Z | |
| 9078 | 2026-08-31T01:00:21.861Z | Aug 31 01:00:20.738DEBG initted freemap. size: 64 , DEBGAug 31 01:00:20.738unit Aug 31 01:00:20.738: INFO DEBGadding route 172.17.0.37/32 -> 10.0.0.255 freemap_route_ipv6 |
| 9079 | 2026-08-31T01:00:21.861Z | |
| 9080 | 2026-08-31T01:00:21.861Z | replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 9081 | 2026-08-31T01:00:21.861Z | |
| 9082 | 2026-08-31T01:00:21.861Z | Aug 31 01:00:20.738 Aug 31 01:00:20.738DEBG Aug 31 01:00:20.738reset freemapDEBG , INFOunit adding route 3fff:beef:b::/64 -> 2001:db8::55:ff: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 } }] |
| 9083 | 2026-08-31T01:00:21.861Z | Aug 31 01:00:20.731 Aug 31 01:00:20.738freemap_route_ipv6DEBG |
| 9084 | 2026-08-31T01:00:21.861Z | INFO |
| 9085 | 2026-08-31T01:00:21.861Z | created new freemapadding route 172.17.0.12/32 -> 10.0.0.255Aug 31 01:00:20.738Aug 31 01:00:20.738 DEBGAug 31 01:00:20.738 , 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 } }] |
| 9086 | 2026-08-31T01:00:21.861Z | unit |
| 9087 | 2026-08-31T01:00:21.861Z | : INFOfreemap_route_ipv4 INFOadding route 172.17.0.38/32 -> 10.0.0.255Aug 31 01:00:20.738 Aug 31 01:00:20.738INFO |
| 9088 | 2026-08-31T01:00:21.861Z | adding route 172.16.0.0/32 -> 10.0.0.1 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG |
| 9089 | 2026-08-31T01:00:21.861Z | Aug 31 01:00:20.738 |
| 9090 | 2026-08-31T01:00:21.861Z | |
| 9091 | 2026-08-31T01:00:21.861Z | DEBG created new freemapreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.738 |
| 9092 | 2026-08-31T01:00:21.861Z | , DEBGunit: Aug 31 01:00:20.738 freemap_route_ipv6Aug 31 01:00:20.738 |
| 9093 | 2026-08-31T01:00:21.861Z | Aug 31 01:00:20.738DEBGDEBG 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 } }] |
| 9094 | 2026-08-31T01:00:21.861Z | INFOAug 31 01:00:20.738 adding route 172.17.0.13/32 -> 10.0.0.255 |
| 9095 | 2026-08-31T01:00:21.862Z | DEBG initted freemap. size: 64replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }], Aug 31 01:00:20.738unitreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.738 |
| 9096 | 2026-08-31T01:00:21.862Z | :DEBG INFOfreemap_route_ipv4 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 } }] |
| 9097 | 2026-08-31T01:00:21.862Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 9098 | 2026-08-31T01:00:21.862Z | |
| 9099 | 2026-08-31T01:00:21.862Z | Aug 31 01:00:20.738 |
| 9100 | 2026-08-31T01:00:21.862Z | Aug 31 01:00:20.738 INFOAug 31 01:00:20.738DEBGAug 31 01:00:20.738 Aug 31 01:00:20.738 reset freemap DEBG, unitreplacing 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 adding route 172.16.0.0/32 -> 10.0.0.1 freemap_route_ipv4INFO |
| 9101 | 2026-08-31T01:00:21.862Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 9102 | 2026-08-31T01:00:21.862Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 9103 | 2026-08-31T01:00:21.862Z | |
| 9104 | 2026-08-31T01:00:21.862Z | |
| 9105 | 2026-08-31T01:00:21.862Z | Aug 31 01:00:20.738Aug 31 01:00:20.738 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 31 01:00:20.738Aug 31 01:00:20.738 |
| 9106 | 2026-08-31T01:00:21.862Z | DEBGINFO initted freemap. size: 64 , DEBGunitAug 31 01:00:20.738: INFOfreemap_route_ipv6 |
| 9107 | 2026-08-31T01:00:21.862Z | Aug 31 01:00:20.738adding route 3fff:beef:e::/64 -> 2001:db8::55:ff adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9108 | 2026-08-31T01:00:21.862Z | |
| 9109 | 2026-08-31T01:00:21.862Z | DEBGreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.738 |
| 9110 | 2026-08-31T01:00:21.862Z | Aug 31 01:00:20.738 DEBG reset freemapDEBG |
| 9111 | 2026-08-31T01:00:21.862Z | , Aug 31 01:00:20.738unitreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.738: freemap_route_ipv6 |
| 9112 | 2026-08-31T01:00:21.862Z | |
| 9113 | 2026-08-31T01:00:21.862Z | INFO adding route 172.17.0.15/32 -> 10.0.0.255DEBG |
| 9114 | 2026-08-31T01:00:21.862Z | Aug 31 01:00:20.738replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 31 01:00:20.738 INFOAug 31 01:00:20.739 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9115 | 2026-08-31T01:00:21.862Z | DEBG Aug 31 01:00:20.739created new freemap DEBG, unit: Aug 31 01:00:20.745Aug 31 01:00:20.745freemap_route_ipv4 |
| 9116 | 2026-08-31T01:00:21.867Z | DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 31 01:00:20.745 |
| 9117 | 2026-08-31T01:00:21.867Z | replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9118 | 2026-08-31T01:00:21.867Z | created new freemapAug 31 01:00:20.745, Aug 31 01:00:20.745 INFO adding route 172.17.0.16/32 -> 10.0.0.255Aug 31 01:00:20.738 |
| 9119 | 2026-08-31T01:00:21.867Z | unit: INFOfreemap_route_ipv6 created new freemap |
| 9120 | 2026-08-31T01:00:21.867Z | INFOAug 31 01:00:20.745 adding route 172.16.0.0/32 -> 10.0.0.2 adding route 172.17.0.40/32 -> 10.0.0.255DEBG |
| 9121 | 2026-08-31T01:00:21.867Z | , 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 } }] |
| 9122 | 2026-08-31T01:00:21.867Z | |
| 9123 | 2026-08-31T01:00:21.867Z | unit:Aug 31 01:00:20.745Aug 31 01:00:20.745 Aug 31 01:00:20.745 DEBGDEBGDEBG Aug 31 01:00:20.745replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9124 | 2026-08-31T01:00:21.867Z | initted freemap. size: 64INFO , 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 } }]unitadding route 172.17.0.17/32 -> 10.0.0.255: |
| 9125 | 2026-08-31T01:00:21.867Z | Aug 31 01:00:20.745 |
| 9126 | 2026-08-31T01:00:21.867Z | INFO freemap_route_ipv4adding route 172.17.0.0/32 -> 10.0.0.255freemap_route_ipv4 |
| 9127 | 2026-08-31T01:00:21.867Z | Aug 31 01:00:20.745 |
| 9128 | 2026-08-31T01:00:21.867Z | Aug 31 01:00:20.745 |
| 9129 | 2026-08-31T01:00:21.867Z | 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 } }]INFO |
| 9130 | 2026-08-31T01:00:21.867Z | adding route 172.17.0.41/32 -> 10.0.0.255Aug 31 01:00:20.745Aug 31 01:00:20.745 |
| 9131 | 2026-08-31T01:00:21.867Z | DEBGAug 31 01:00:20.745 Aug 31 01:00:20.745INFODEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.18/32 -> 10.0.0.255 |
| 9132 | 2026-08-31T01:00:21.867Z | |
| 9133 | 2026-08-31T01:00:21.867Z | Aug 31 01:00:20.745DEBG reset freemapcreated new freemapAug 31 01:00:20.745DEBG, 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 } }] 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 } }]unit |
| 9134 | 2026-08-31T01:00:21.867Z | Aug 31 01:00:20.745 : INFO:freemap_route_ipv4 Aug 31 01:00:20.745adding route 172.17.0.1/32 -> 10.0.0.255 |
| 9135 | 2026-08-31T01:00:21.867Z | |
| 9136 | 2026-08-31T01:00:21.867Z | |
| 9137 | 2026-08-31T01:00:21.867Z | INFOfreemap_route_ipv6 |
| 9138 | 2026-08-31T01:00:21.867Z | adding route 172.17.0.19/32 -> 10.0.0.255Aug 31 01:00:20.745Aug 31 01:00:20.745 |
| 9139 | 2026-08-31T01:00:21.867Z | DEBG Aug 31 01:00:20.745initted freemap. size: 64 Aug 31 01:00:20.745DEBGINFOAug 31 01:00:20.745 , adding route 172.17.0.42/32 -> 10.0.0.255unitreplacing 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 } }] |
| 9140 | 2026-08-31T01:00:21.867Z | |
| 9141 | 2026-08-31T01:00:21.867Z | : DEBGDEBGAug 31 01:00:20.745 freemap_route_ipv6 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 } }]initted freemap. size: 64DEBG |
| 9142 | 2026-08-31T01:00:21.867Z | Aug 31 01:00:20.745 |
| 9143 | 2026-08-31T01:00:21.867Z | 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 } }] |
| 9144 | 2026-08-31T01:00:21.868Z | INFO Aug 31 01:00:20.745adding route 172.17.0.2/32 -> 10.0.0.255 Aug 31 01:00:20.745, Aug 31 01:00:20.745 |
| 9145 | 2026-08-31T01:00:21.868Z | DEBGunit :reset freemapINFO, unit :freemap_route_ipv4adding route 172.17.0.43/32 -> 10.0.0.255INFO Aug 31 01:00:20.745 |
| 9146 | 2026-08-31T01:00:21.868Z | freemap_route_ipv6adding route 172.17.0.20/32 -> 10.0.0.255 |
| 9147 | 2026-08-31T01:00:21.868Z | |
| 9148 | 2026-08-31T01:00:21.868Z | |
| 9149 | 2026-08-31T01:00:21.868Z | DEBGAug 31 01:00:20.745Aug 31 01:00:20.745 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 } }] INFOAug 31 01:00:20.745DEBG |
| 9150 | 2026-08-31T01:00:21.868Z | adding route 3fff:dead::/64 -> 2001:db8::55: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 } }] |
| 9151 | 2026-08-31T01:00:21.868Z | |
| 9152 | 2026-08-31T01:00:21.868Z | Aug 31 01:00:20.745 DEBG DEBGreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.745Aug 31 01:00:20.745 |
| 9153 | 2026-08-31T01:00:21.868Z | reset freemap , unitDEBGINFO :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 31 01:00:20.745 |
| 9154 | 2026-08-31T01:00:21.868Z | Aug 31 01:00:20.745 adding route 172.17.0.3/32 -> 10.0.0.255INFO |
| 9155 | 2026-08-31T01:00:21.868Z | adding route 172.17.0.21/32 -> 10.0.0.255INFO Aug 31 01:00:20.745 adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9156 | 2026-08-31T01:00:21.868Z | |
| 9157 | 2026-08-31T01:00:21.868Z | Aug 31 01:00:20.745INFOfreemap_route_ipv4 Aug 31 01:00:20.745Aug 31 01:00:20.745DEBG |
| 9158 | 2026-08-31T01:00:21.868Z | 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:2DEBG |
| 9159 | 2026-08-31T01:00:21.868Z | |
| 9160 | 2026-08-31T01:00:21.868Z | DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.745 |
| 9161 | 2026-08-31T01:00:21.868Z | |
| 9162 | 2026-08-31T01:00:21.868Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 31 01:00:20.745 |
| 9163 | 2026-08-31T01:00:21.868Z | Aug 31 01:00:20.745Aug 31 01:00:20.745 INFOINFO Aug 31 01:00:20.745 adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255INFO |
| 9164 | 2026-08-31T01:00:21.868Z | |
| 9165 | 2026-08-31T01:00:21.868Z | Aug 31 01:00:20.745 DEBGAug 31 01:00:20.745 INFOAug 31 01:00:20.745DEBG 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.17.0.4/32 -> 10.0.0.255 |
| 9166 | 2026-08-31T01:00:21.868Z | |
| 9167 | 2026-08-31T01:00:21.868Z | |
| 9168 | 2026-08-31T01:00:21.868Z | initted freemap. size: 64replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Aug 31 01:00:20.745Aug 31 01:00:20.745 |
| 9169 | 2026-08-31T01:00:21.868Z | INFOAug 31 01:00:20.745 DEBGadding route 172.17.0.23/32 -> 10.0.0.255unit |
| 9170 | 2026-08-31T01:00:21.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 } }]DEBG |
| 9171 | 2026-08-31T01:00:21.868Z | replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.745 |
| 9172 | 2026-08-31T01:00:21.868Z | INFO Aug 31 01:00:20.745Aug 31 01:00:20.745 DEBG adding route 172.17.0.46/32 -> 10.0.0.255 :replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9173 | 2026-08-31T01:00:21.868Z | |
| 9174 | 2026-08-31T01:00:21.868Z | INFO Aug 31 01:00:20.745freemap_route_ipv6 Aug 31 01:00:20.745 adding route 3fff:dead::/64 -> 2001:db8::55:4INFO |
| 9175 | 2026-08-31T01:00:21.868Z | |
| 9176 | 2026-08-31T01:00:21.868Z | adding route 172.17.0.24/32 -> 10.0.0.255Aug 31 01:00:20.745 |
| 9177 | 2026-08-31T01:00:21.868Z | INFO adding route 172.17.0.5/32 -> 10.0.0.255Aug 31 01:00:20.745 |
| 9178 | 2026-08-31T01:00:21.868Z | Aug 31 01:00:20.745 DEBGAug 31 01:00:20.745 replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.745DEBGDEBG |
| 9179 | 2026-08-31T01:00:21.868Z | replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9180 | 2026-08-31T01:00:21.868Z | reset freemap replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBGAug 31 01:00:20.745 , INFOunit |
| 9181 | 2026-08-31T01:00:21.868Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 9182 | 2026-08-31T01:00:21.868Z | test route::tests::same_size_non_subset_replace ... ok |
| 9183 | 2026-08-31T01:00:21.869Z | adding route 172.17.0.47/32 -> 10.0.0.255:replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv6Aug 31 01:00:20.745 |
| 9184 | 2026-08-31T01:00:21.869Z | |
| 9185 | 2026-08-31T01:00:21.869Z | Aug 31 01:00:20.745INFO DEBG |
| 9186 | 2026-08-31T01:00:21.869Z | adding route 172.17.0.25/32 -> 10.0.0.255 Aug 31 01:00:20.745 |
| 9187 | 2026-08-31T01:00:21.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: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 } }]INFOAug 31 01:00:20.745 |
| 9188 | 2026-08-31T01:00:21.869Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 9189 | 2026-08-31T01:00:21.869Z | DEBG Aug 31 01:00:20.745Aug 31 01:00:20.745 adding route 172.17.0.6/32 -> 10.0.0.255replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9190 | 2026-08-31T01:00:21.869Z | |
| 9191 | 2026-08-31T01:00:21.869Z | DEBG INFOreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9192 | 2026-08-31T01:00:21.869Z | |
| 9193 | 2026-08-31T01:00:21.869Z | Aug 31 01:00:20.745Aug 31 01:00:20.745 DEBGINFO adding route 172.17.0.48/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 } }] |
| 9194 | 2026-08-31T01:00:21.869Z | |
| 9195 | 2026-08-31T01:00:21.869Z | Aug 31 01:00:20.745 INFOAug 31 01:00:20.745 adding route 172.17.0.26/32 -> 10.0.0.255Aug 31 01:00:20.745Aug 31 01:00:20.745 DEBGDEBG |
| 9196 | 2026-08-31T01:00:21.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 } }] INFO |
| 9197 | 2026-08-31T01:00:21.869Z | Aug 31 01:00:20.745 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.7/32 -> 10.0.0.255 DEBG |
| 9198 | 2026-08-31T01:00:21.869Z | |
| 9199 | 2026-08-31T01:00:21.869Z | replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.745 |
| 9200 | 2026-08-31T01:00:21.869Z | INFOAug 31 01:00:20.745Aug 31 01:00:20.745 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2INFO Aug 31 01:00:20.745replacing 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 } }] |
| 9201 | 2026-08-31T01:00:21.869Z | adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9202 | 2026-08-31T01:00:21.869Z | INFO |
| 9203 | 2026-08-31T01:00:21.869Z | adding route 172.17.0.27/32 -> 10.0.0.255Aug 31 01:00:20.745 |
| 9204 | 2026-08-31T01:00:21.869Z | Aug 31 01:00:20.745 INFOAug 31 01:00:20.745Aug 31 01:00:20.745DEBG DEBGDEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255 |
| 9205 | 2026-08-31T01:00:21.869Z | |
| 9206 | 2026-08-31T01:00:21.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 } }] |
| 9207 | 2026-08-31T01:00:21.869Z | replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.745Aug 31 01:00:20.745 INFOAug 31 01:00:20.745DEBG |
| 9208 | 2026-08-31T01:00:21.869Z | adding route 172.17.0.28/32 -> 10.0.0.255DEBG |
| 9209 | 2026-08-31T01:00:21.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:3, vlan_id: None } }]replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.745 |
| 9210 | 2026-08-31T01:00:21.869Z | |
| 9211 | 2026-08-31T01:00:21.869Z | DEBGAug 31 01:00:20.745 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 } }] |
| 9212 | 2026-08-31T01:00:21.869Z | INFOAug 31 01:00:20.745 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFOAug 31 01:00:20.745 |
| 9213 | 2026-08-31T01:00:21.869Z | INFOINFOadding route 172.17.0.9/32 -> 10.0.0.255 adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9214 | 2026-08-31T01:00:21.869Z | |
| 9215 | 2026-08-31T01:00:21.869Z | adding route 172.17.0.50/32 -> 10.0.0.255Aug 31 01:00:20.745 |
| 9216 | 2026-08-31T01:00:21.873Z | Aug 31 01:00:20.745DEBG Aug 31 01:00:20.745DEBG DEBGreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 9217 | 2026-08-31T01:00:21.874Z | |
| 9218 | 2026-08-31T01:00:21.874Z | 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 } }] |
| 9219 | 2026-08-31T01:00:21.874Z | Aug 31 01:00:20.745Aug 31 01:00:20.745 INFOINFOAug 31 01:00:20.745 adding route 172.17.0.10/32 -> 10.0.0.255 Aug 31 01:00:20.745INFOadding route 172.17.0.30/32 -> 10.0.0.255 |
| 9220 | 2026-08-31T01:00:21.874Z | |
| 9221 | 2026-08-31T01:00:21.874Z | DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 9222 | 2026-08-31T01:00:21.874Z | 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 } }] |
| 9223 | 2026-08-31T01:00:21.874Z | Aug 31 01:00:20.745 DEBGAug 31 01:00:20.745 replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9224 | 2026-08-31T01:00:21.874Z | 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 } }] |
| 9225 | 2026-08-31T01:00:21.874Z | Aug 31 01:00:20.745Aug 31 01:00:20.745Aug 31 01:00:20.745 INFOAug 31 01:00:20.745DEBGINFO 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 172.17.0.11/32 -> 10.0.0.255INFO |
| 9226 | 2026-08-31T01:00:21.874Z | |
| 9227 | 2026-08-31T01:00:21.874Z | adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9228 | 2026-08-31T01:00:21.874Z | Aug 31 01:00:20.746 Aug 31 01:00:20.745Aug 31 01:00:20.771DEBG DEBG created new freemapDEBGreplacing 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 } }] |
| 9229 | 2026-08-31T01:00:21.874Z | 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 } }], |
| 9230 | 2026-08-31T01:00:21.874Z | unit:Aug 31 01:00:20.771Aug 31 01:00:20.771 INFOINFO freemap_route_ipv4 |
| 9231 | 2026-08-31T01:00:21.874Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 9232 | 2026-08-31T01:00:21.874Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9233 | 2026-08-31T01:00:21.874Z | Aug 31 01:00:20.746Aug 31 01:00:20.771 DEBGDEBG Aug 31 01:00:20.771created new freemap Aug 31 01:00:20.771 DEBGDEBG, created new freemap unitreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 9234 | 2026-08-31T01:00:21.874Z | :unit :freemap_route_ipv6 replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.771freemap_route_ipv4 |
| 9235 | 2026-08-31T01:00:21.874Z | |
| 9236 | 2026-08-31T01:00:21.874Z | Aug 31 01:00:20.771replacing targets for 3fff:dead::/64 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 } }] |
| 9237 | 2026-08-31T01:00:21.874Z | INFOINFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 9238 | 2026-08-31T01:00:21.874Z | |
| 9239 | 2026-08-31T01:00:21.874Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 31 01:00:20.771 |
| 9240 | 2026-08-31T01:00:21.874Z | Aug 31 01:00:20.771 INFODEBGAug 31 01:00:20.771Aug 31 01:00:20.771 adding route 172.17.0.33/32 -> 10.0.0.255Aug 31 01:00:20.771 |
| 9241 | 2026-08-31T01:00:21.874Z | initted freemap. size: 64DEBG Aug 31 01:00:20.771replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] , DEBGDEBG |
| 9242 | 2026-08-31T01:00:21.874Z | created new freemap unit:replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]WARN |
| 9243 | 2026-08-31T01:00:21.874Z | Aug 31 01:00:20.771Aug 31 01:00:20.771 INFOfreemap_route_ipv4DEBG |
| 9244 | 2026-08-31T01:00:21.874Z | 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 } }] shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }), |
| 9245 | 2026-08-31T01:00:21.874Z | |
| 9246 | 2026-08-31T01:00:21.874Z | Aug 31 01:00:20.771adding route 3fff:beef:12::/64 -> 2001:db8::55:ffunit |
| 9247 | 2026-08-31T01:00:21.874Z | : freemap_route_ipv6DEBG |
| 9248 | 2026-08-31T01:00:21.874Z | Aug 31 01:00:20.771reset freemap, Aug 31 01:00:20.771 INFODEBGAug 31 01:00:20.771 adding route 172.17.0.34/32 -> 10.0.0.255replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 9249 | 2026-08-31T01:00:21.874Z | initted freemap. size: 64unit |
| 9250 | 2026-08-31T01:00:21.874Z | , unit:: Aug 31 01:00:20.771 Aug 31 01:00:20.771INFO Aug 31 01:00:20.771 freemap_route_ipv4adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG |
| 9251 | 2026-08-31T01:00:21.874Z | freemap_route_ipv4 |
| 9252 | 2026-08-31T01:00:21.874Z | |
| 9253 | 2026-08-31T01:00:21.874Z | replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9254 | 2026-08-31T01:00:21.874Z | adding route 172.17.0.14/32 -> 10.0.0.255Aug 31 01:00:20.771 |
| 9255 | 2026-08-31T01:00:21.875Z | Aug 31 01:00:20.771 Aug 31 01:00:20.771 DEBGDEBG Aug 31 01:00:20.771reset 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 } }]INFOunit:DEBG |
| 9256 | 2026-08-31T01:00:21.875Z | freemap_route_ipv4 adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9257 | 2026-08-31T01:00:21.875Z | initted freemap. size: 64, |
| 9258 | 2026-08-31T01:00:21.875Z | Aug 31 01:00:20.771unit:Aug 31 01:00:20.771 Aug 31 01:00:20.771 DEBG INFODEBG initted freemap. size: 64Aug 31 01:00:20.771 adding route 3fff:beef:14::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6 |
| 9259 | 2026-08-31T01:00:21.875Z | |
| 9260 | 2026-08-31T01:00:21.875Z | DEBG |
| 9261 | 2026-08-31T01:00:21.875Z | , unitreplacing 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 } }]: |
| 9262 | 2026-08-31T01:00:21.875Z | Aug 31 01:00:20.771 freemap_route_ipv6 |
| 9263 | 2026-08-31T01:00:21.875Z | Aug 31 01:00:20.771Aug 31 01:00:20.771 Aug 31 01:00:20.771DEBG INFOreset freemap DEBGadding route 172.17.0.36/32 -> 10.0.0.255 |
| 9264 | 2026-08-31T01:00:21.875Z | INFOAug 31 01:00:20.771 , adding route 172.17.0.15/32 -> 10.0.0.255replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unitAug 31 01:00:20.771:DEBG |
| 9265 | 2026-08-31T01:00:21.875Z | reset freemapDEBG freemap_route_ipv6 |
| 9266 | 2026-08-31T01:00:21.875Z | , replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.771unit |
| 9267 | 2026-08-31T01:00:21.875Z | INFO |
| 9268 | 2026-08-31T01:00:21.875Z | : Aug 31 01:00:20.771 adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 9269 | 2026-08-31T01:00:21.875Z | Aug 31 01:00:20.771 freemap_route_ipv6INFO |
| 9270 | 2026-08-31T01:00:21.875Z | INFO Aug 31 01:00:20.772 adding route 172.17.0.37/32 -> 10.0.0.255DEBG |
| 9271 | 2026-08-31T01:00:21.875Z | adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 9272 | 2026-08-31T01:00:21.875Z | |
| 9273 | 2026-08-31T01:00:21.875Z | Aug 31 01:00:20.772 DEBGAug 31 01:00:20.772 replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9274 | 2026-08-31T01:00:21.875Z | Aug 31 01:00:20.772replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 01:00:20.772 |
| 9275 | 2026-08-31T01:00:21.875Z | Aug 31 01:00:20.772INFO Aug 31 01:00:20.772 DEBGadding route 172.16.0.0/32 -> 10.0.0.1INFOINFO |
| 9276 | 2026-08-31T01:00:21.875Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.38/32 -> 10.0.0.255adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 9277 | 2026-08-31T01:00:21.875Z | |
| 9278 | 2026-08-31T01:00:21.875Z | |
| 9279 | 2026-08-31T01:00:21.875Z | Aug 31 01:00:20.772 INFOAug 31 01:00:20.772 Aug 31 01:00:20.772Aug 31 01:00:20.772Aug 31 01:00:20.772 DEBG adding route 172.17.0.16/32 -> 10.0.0.255DEBGDEBG 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 } }] adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }] |
| 9280 | 2026-08-31T01:00:21.875Z | 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 } }] |
| 9281 | 2026-08-31T01:00:21.875Z | |
| 9282 | 2026-08-31T01:00:21.875Z | |
| 9283 | 2026-08-31T01:00:21.875Z | |
| 9284 | 2026-08-31T01:00:21.875Z | Aug 31 01:00:20.772Aug 31 01:00:20.772 Aug 31 01:00:20.772Aug 31 01:00:20.772INFO INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff adding route 172.17.0.39/32 -> 10.0.0.255 |
| 9285 | 2026-08-31T01:00:21.875Z | |
| 9286 | 2026-08-31T01:00:21.875Z | DEBG adding route 172.17.0.51/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 } }]Aug 31 01:00:20.772 |
| 9287 | 2026-08-31T01:00:21.875Z | |
| 9288 | 2026-08-31T01:00:21.875Z | Aug 31 01:00:20.772Aug 31 01:00:20.772 DEBG 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 } }]DEBG |
| 9289 | 2026-08-31T01:00:21.875Z | 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 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 } }] |
| 9290 | 2026-08-31T01:00:21.875Z | |
| 9291 | 2026-08-31T01:00:21.875Z | Aug 31 01:00:20.772Aug 31 01:00:20.772adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9292 | 2026-08-31T01:00:21.875Z | Aug 31 01:00:20.772Aug 31 01:00:20.772 INFOINFODEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ff INFOAug 31 01:00:20.772 |
| 9293 | 2026-08-31T01:00:21.875Z | Aug 31 01:00:20.772 adding route 172.17.0.40/32 -> 10.0.0.255DEBG |
| 9294 | 2026-08-31T01:00:21.875Z | Aug 31 01:00:20.772DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }] |
| 9295 | 2026-08-31T01:00:21.876Z | 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 } }]adding route 172.17.0.17/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 } }] |
| 9296 | 2026-08-31T01:00:21.876Z | Aug 31 01:00:20.772 |
| 9297 | 2026-08-31T01:00:21.876Z | |
| 9298 | 2026-08-31T01:00:21.876Z | |
| 9299 | 2026-08-31T01:00:21.876Z | DEBGAug 31 01:00:20.772 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 |
| 9300 | 2026-08-31T01:00:21.876Z | Aug 31 01:00:20.772Aug 31 01:00:20.772 Aug 31 01:00:20.772 DEBGINFO adding route 172.16.0.0/32 -> 10.0.0.3 Aug 31 01:00:20.772 |
| 9301 | 2026-08-31T01:00:21.876Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFO |
| 9302 | 2026-08-31T01:00:21.876Z | Aug 31 01:00:20.772replacing 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.52/32 -> 10.0.0.255 INFODEBG |
| 9303 | 2026-08-31T01:00:21.876Z | |
| 9304 | 2026-08-31T01:00:21.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 } }, 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.41/32 -> 10.0.0.255 |
| 9305 | 2026-08-31T01:00:21.876Z | Aug 31 01:00:20.772 |
| 9306 | 2026-08-31T01:00:21.876Z | DEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.772 |
| 9307 | 2026-08-31T01:00:21.876Z | Aug 31 01:00:20.772INFO Aug 31 01:00:20.772adding route 172.16.0.0/32 -> 10.0.0.4 Aug 31 01:00:20.772 |
| 9308 | 2026-08-31T01:00:21.876Z | INFO INFODEBG adding route 3fff:beef:1a::/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 } }] |
| 9309 | 2026-08-31T01:00:21.876Z | Aug 31 01:00:20.772 DEBG |
| 9310 | 2026-08-31T01:00:21.876Z | Aug 31 01:00:20.772adding route 172.17.0.18/32 -> 10.0.0.255 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 } }] |
| 9311 | 2026-08-31T01:00:21.876Z | DEBGAug 31 01:00:20.772 Aug 31 01:00:20.772 |
| 9312 | 2026-08-31T01:00:21.876Z | INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9313 | 2026-08-31T01:00:21.876Z | |
| 9314 | 2026-08-31T01:00:21.876Z | DEBG Aug 31 01:00:20.772replacing 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 } }] |
| 9315 | 2026-08-31T01:00:21.876Z | DEBGAug 31 01:00:20.772 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 } }]DEBGAug 31 01:00:20.772 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 |
| 9316 | 2026-08-31T01:00:21.880Z | |
| 9317 | 2026-08-31T01:00:21.880Z | Aug 31 01:00:20.772Aug 31 01:00:20.772replacing targets for 172.16.0.0/32 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 } }] |
| 9318 | 2026-08-31T01:00:21.880Z | INFO |
| 9319 | 2026-08-31T01:00:21.880Z | INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 31 01:00:20.772 |
| 9320 | 2026-08-31T01:00:21.880Z | Aug 31 01:00:20.772Aug 31 01:00:20.772 INFO adding route 172.17.0.53/32 -> 10.0.0.255 INFOadding route 172.17.0.43/32 -> 10.0.0.255Aug 31 01:00:20.772 |
| 9321 | 2026-08-31T01:00:21.880Z | |
| 9322 | 2026-08-31T01:00:21.880Z | DEBGadding route 172.16.0.0/32 -> 10.0.0.2 |
| 9323 | 2026-08-31T01:00:21.881Z | replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 9324 | 2026-08-31T01:00:21.881Z | Aug 31 01:00:20.772 DEBG adding route 172.17.0.19/32 -> 10.0.0.255replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.772 |
| 9325 | 2026-08-31T01:00:21.881Z | Aug 31 01:00:20.772 INFOAug 31 01:00:20.772 DEBG |
| 9326 | 2026-08-31T01:00:21.881Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 31 01:00:20.772 |
| 9327 | 2026-08-31T01:00:21.881Z | replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 01:00:20.772DEBG Aug 31 01:00:20.772replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBG |
| 9328 | 2026-08-31T01:00:21.881Z | DEBGINFOreplacing 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 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 } }] |
| 9329 | 2026-08-31T01:00:21.881Z | |
| 9330 | 2026-08-31T01:00:21.881Z | |
| 9331 | 2026-08-31T01:00:21.881Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9332 | 2026-08-31T01:00:21.881Z | Aug 31 01:00:20.772Aug 31 01:00:20.772 Aug 31 01:00:20.772Aug 31 01:00:20.772 INFOAug 31 01:00:20.772INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG |
| 9333 | 2026-08-31T01:00:21.881Z | 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.20/32 -> 10.0.0.255INFO |
| 9334 | 2026-08-31T01:00:21.881Z | adding route 172.17.0.0/32 -> 10.0.0.255Aug 31 01:00:20.772 |
| 9335 | 2026-08-31T01:00:21.881Z | DEBGadding route 172.17.0.54/32 -> 10.0.0.255 |
| 9336 | 2026-08-31T01:00:21.881Z | |
| 9337 | 2026-08-31T01:00:21.881Z | Aug 31 01:00:20.772replacing 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 } }] |
| 9338 | 2026-08-31T01:00:21.881Z | Aug 31 01:00:20.772Aug 31 01:00:20.782 DEBGDEBG created new freemap , Aug 31 01:00:20.782unitreplacing 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 } }]: |
| 9339 | 2026-08-31T01:00:21.881Z | INFOfreemap_route_ipv4 |
| 9340 | 2026-08-31T01:00:21.881Z | INFOadding route 172.17.0.45/32 -> 10.0.0.255 |
| 9341 | 2026-08-31T01:00:21.881Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 9342 | 2026-08-31T01:00:21.881Z | Aug 31 01:00:20.782Aug 31 01:00:20.782 DEBGINFO Aug 31 01:00:20.782 created new freemap , DEBGunit :adding route 172.17.0.21/32 -> 10.0.0.255 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 |
| 9343 | 2026-08-31T01:00:21.881Z | |
| 9344 | 2026-08-31T01:00:21.881Z | |
| 9345 | 2026-08-31T01:00:21.881Z | Aug 31 01:00:20.782 Aug 31 01:00:20.782DEBG INFOAug 31 01:00:20.782replacing 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 } }] DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 9346 | 2026-08-31T01:00:21.881Z | |
| 9347 | 2026-08-31T01:00:21.881Z | replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.782 |
| 9348 | 2026-08-31T01:00:21.881Z | DEBGAug 31 01:00:20.782 initted freemap. size: 64DEBG, unit :replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.782 |
| 9349 | 2026-08-31T01:00:21.881Z | freemap_route_ipv4 |
| 9350 | 2026-08-31T01:00:21.881Z | INFO adding route 172.17.0.46/32 -> 10.0.0.255Aug 31 01:00:20.782 |
| 9351 | 2026-08-31T01:00:21.881Z | Aug 31 01:00:20.782Aug 31 01:00:20.782 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFODEBGAug 31 01:00:20.782 |
| 9352 | 2026-08-31T01:00:21.881Z | DEBG adding route 172.17.0.22/32 -> 10.0.0.255reset freemap |
| 9353 | 2026-08-31T01:00:21.881Z | , replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unitAug 31 01:00:20.782 :DEBG freemap_route_ipv4 |
| 9354 | 2026-08-31T01:00:21.881Z | Aug 31 01:00:20.782 |
| 9355 | 2026-08-31T01:00:21.881Z | 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 } }] |
| 9356 | 2026-08-31T01:00:21.881Z | DEBGAug 31 01:00:20.782Aug 31 01:00:20.782 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 |
| 9357 | 2026-08-31T01:00:21.881Z | INFO Aug 31 01:00:20.782initted freemap. size: 64 , INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffunit |
| 9358 | 2026-08-31T01:00:21.881Z | : adding route 172.17.0.47/32 -> 10.0.0.255freemap_route_ipv6Aug 31 01:00:20.782 |
| 9359 | 2026-08-31T01:00:21.881Z | Aug 31 01:00:20.782 |
| 9360 | 2026-08-31T01:00:21.881Z | INFO Aug 31 01:00:20.782adding route 172.17.0.23/32 -> 10.0.0.255 Aug 31 01:00:20.782DEBG Aug 31 01:00:20.782 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 } }] |
| 9361 | 2026-08-31T01:00:21.881Z | reset freemap |
| 9362 | 2026-08-31T01:00:21.882Z | DEBG, DEBG unitreplacing 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 } }]: |
| 9363 | 2026-08-31T01:00:21.882Z | Aug 31 01:00:20.782Aug 31 01:00:20.782 INFOfreemap_route_ipv6 |
| 9364 | 2026-08-31T01:00:21.882Z | replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.782DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 9365 | 2026-08-31T01:00:21.882Z | INFO |
| 9366 | 2026-08-31T01:00:21.882Z | Aug 31 01:00:20.782Aug 31 01:00:20.782 replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9367 | 2026-08-31T01:00:21.882Z | adding route 172.17.0.48/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 9368 | 2026-08-31T01:00:21.882Z | |
| 9369 | 2026-08-31T01:00:21.882Z | 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 } }] |
| 9370 | 2026-08-31T01:00:21.882Z | Aug 31 01:00:20.782 Aug 31 01:00:20.782INFOAug 31 01:00:20.782 DEBGAug 31 01:00:20.782DEBG 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 } }] 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 } }] adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9371 | 2026-08-31T01:00:21.882Z | Aug 31 01:00:20.782adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 9372 | 2026-08-31T01:00:21.882Z | |
| 9373 | 2026-08-31T01:00:21.882Z | test route::tests::delete_target_fragmented ... ok |
| 9374 | 2026-08-31T01:00:21.882Z | |
| 9375 | 2026-08-31T01:00:21.882Z | INFOAug 31 01:00:20.782Aug 31 01:00:20.782Aug 31 01:00:20.782 INFO INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 31 01:00:20.782 |
| 9376 | 2026-08-31T01:00:21.882Z | replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9377 | 2026-08-31T01:00:21.882Z | DEBGadding route 172.17.0.49/32 -> 10.0.0.255Aug 31 01:00:20.782 |
| 9378 | 2026-08-31T01:00:21.882Z | Aug 31 01:00:20.782 INFO |
| 9379 | 2026-08-31T01:00:21.882Z | DEBG adding route 3fff:beef:24::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.782 |
| 9380 | 2026-08-31T01:00:21.882Z | |
| 9381 | 2026-08-31T01:00:21.882Z | |
| 9382 | 2026-08-31T01:00:21.882Z | 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 31 01:00:20.782 |
| 9383 | 2026-08-31T01:00:21.882Z | Aug 31 01:00:20.782 INFODEBG Aug 31 01:00:20.782Aug 31 01:00:20.782 adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 31 01:00:20.782 |
| 9384 | 2026-08-31T01:00:21.882Z | INFO adding route 172.17.0.25/32 -> 10.0.0.255INFO |
| 9385 | 2026-08-31T01:00:21.882Z | replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.782adding route 172.17.0.50/32 -> 10.0.0.255DEBG DEBG |
| 9386 | 2026-08-31T01:00:21.882Z | 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 } }] |
| 9387 | 2026-08-31T01:00:21.882Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 9388 | 2026-08-31T01:00:21.882Z | |
| 9389 | 2026-08-31T01:00:21.882Z | Aug 31 01:00:20.782Aug 31 01:00:20.782 Aug 31 01:00:20.782 Aug 31 01:00:20.782INFO INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff DEBG |
| 9390 | 2026-08-31T01:00:21.882Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 DEBG |
| 9391 | 2026-08-31T01:00:21.882Z | replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9392 | 2026-08-31T01:00:21.882Z | |
| 9393 | 2026-08-31T01:00:21.882Z | Aug 31 01:00:20.782Aug 31 01:00:20.782 Aug 31 01:00:20.782 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 31 01:00:20.782 INFO |
| 9394 | 2026-08-31T01:00:21.882Z | Aug 31 01:00:20.782 adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9395 | 2026-08-31T01:00:21.882Z | Aug 31 01:00:20.788 INFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 172.17.0.26/32 -> 10.0.0.255 |
| 9396 | 2026-08-31T01:00:21.882Z | |
| 9397 | 2026-08-31T01:00:21.882Z | Aug 31 01:00:20.788 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 } }] |
| 9398 | 2026-08-31T01:00:21.882Z | Aug 31 01:00:20.788 Aug 31 01:00:20.788DEBG INFOreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.788 |
| 9399 | 2026-08-31T01:00:21.882Z | INFO adding route 172.17.0.52/32 -> 10.0.0.255DEBGAug 31 01:00:20.788 |
| 9400 | 2026-08-31T01:00:21.882Z | 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.56/32 -> 10.0.0.255 |
| 9401 | 2026-08-31T01:00:21.883Z | |
| 9402 | 2026-08-31T01:00:21.883Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 9403 | 2026-08-31T01:00:21.883Z | Aug 31 01:00:20.788Aug 31 01:00:20.788 Aug 31 01:00:20.788 INFODEBG DEBG adding route 172.17.0.27/32 -> 10.0.0.255replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9404 | 2026-08-31T01:00:21.883Z | 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 } }] |
| 9405 | 2026-08-31T01:00:21.883Z | Aug 31 01:00:20.788 DEBGAug 31 01:00:20.788 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 |
| 9406 | 2026-08-31T01:00:21.883Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9407 | 2026-08-31T01:00:21.883Z | |
| 9408 | 2026-08-31T01:00:21.883Z | Aug 31 01:00:20.789Aug 31 01:00:20.789 INFODEBG |
| 9409 | 2026-08-31T01:00:21.883Z | Aug 31 01:00:20.789 replacing targets for 3fff:dead::/64 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 } }]DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 9410 | 2026-08-31T01:00:21.883Z | |
| 9411 | 2026-08-31T01:00:21.883Z | Aug 31 01:00:20.789 replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 31 01:00:20.789 |
| 9412 | 2026-08-31T01:00:21.883Z | Aug 31 01:00:20.789replacing 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 } }] |
| 9413 | 2026-08-31T01:00:21.883Z | 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 } }] |
| 9414 | 2026-08-31T01:00:21.883Z | replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.789 |
| 9415 | 2026-08-31T01:00:21.883Z | Aug 31 01:00:20.789Aug 31 01:00:20.789INFO INFOadding route 172.17.0.1/32 -> 10.0.0.255 |
| 9416 | 2026-08-31T01:00:21.887Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 9417 | 2026-08-31T01:00:21.887Z | INFO Aug 31 01:00:20.789Aug 31 01:00:20.789adding route 172.17.0.58/32 -> 10.0.0.255 Aug 31 01:00:20.789 INFODEBGDEBG 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.28/32 -> 10.0.0.255 |
| 9418 | 2026-08-31T01:00:21.887Z | 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 } }] |
| 9419 | 2026-08-31T01:00:21.887Z | |
| 9420 | 2026-08-31T01:00:21.887Z | |
| 9421 | 2026-08-31T01:00:21.887Z | Aug 31 01:00:20.789Aug 31 01:00:20.789Aug 31 01:00:20.789 INFO DEBGadding route 172.17.0.2/32 -> 10.0.0.255 DEBG |
| 9422 | 2026-08-31T01:00:21.887Z | Aug 31 01:00:20.789replacing 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 } }] |
| 9423 | 2026-08-31T01:00:21.887Z | INFO replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 9424 | 2026-08-31T01:00:21.887Z | |
| 9425 | 2026-08-31T01:00:21.887Z | Aug 31 01:00:20.789Aug 31 01:00:20.789 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 } }]INFO |
| 9426 | 2026-08-31T01:00:21.887Z | adding route 172.17.0.29/32 -> 10.0.0.255Aug 31 01:00:20.789 |
| 9427 | 2026-08-31T01:00:21.887Z | DEBGAug 31 01:00:20.789 replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.789 |
| 9428 | 2026-08-31T01:00:21.887Z | INFOINFO adding route 172.17.0.3/32 -> 10.0.0.255 adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9429 | 2026-08-31T01:00:21.887Z | Aug 31 01:00:20.789Aug 31 01:00:20.789 DEBG INFOAug 31 01:00:20.789 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 } }] |
| 9430 | 2026-08-31T01:00:21.887Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG |
| 9431 | 2026-08-31T01:00:21.887Z | replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.789 |
| 9432 | 2026-08-31T01:00:21.887Z | |
| 9433 | 2026-08-31T01:00:21.887Z | Aug 31 01:00:20.789 INFOAug 31 01:00:20.789DEBGAug 31 01:00:20.789 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 } }] |
| 9434 | 2026-08-31T01:00:21.888Z | INFO INFO adding route 172.17.0.4/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9435 | 2026-08-31T01:00:21.888Z | |
| 9436 | 2026-08-31T01:00:21.888Z | Aug 31 01:00:20.789 adding route 172.17.0.53/32 -> 10.0.0.255Aug 31 01:00:20.789 |
| 9437 | 2026-08-31T01:00:21.888Z | INFO DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 31 01:00:20.789 Aug 31 01:00:20.789 |
| 9438 | 2026-08-31T01:00:21.888Z | replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 31 01:00:20.789 replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9439 | 2026-08-31T01:00:21.888Z | |
| 9440 | 2026-08-31T01:00:21.888Z | 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 } }] |
| 9441 | 2026-08-31T01:00:21.888Z | DEBGAug 31 01:00:20.789Aug 31 01:00:20.789 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 } }] INFODEBG |
| 9442 | 2026-08-31T01:00:21.888Z | Aug 31 01:00:20.789 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 } }] |
| 9443 | 2026-08-31T01:00:21.888Z | adding route 172.17.0.5/32 -> 10.0.0.255Aug 31 01:00:20.789 |
| 9444 | 2026-08-31T01:00:21.888Z | Aug 31 01:00:20.789INFO Aug 31 01:00:20.789adding route 172.17.0.54/32 -> 10.0.0.255 INFOAug 31 01:00:20.789 |
| 9445 | 2026-08-31T01:00:21.888Z | INFODEBG INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9446 | 2026-08-31T01:00:21.888Z | Aug 31 01:00:20.789 |
| 9447 | 2026-08-31T01:00:21.888Z | DEBG |
| 9448 | 2026-08-31T01:00:21.888Z | |
| 9449 | 2026-08-31T01:00:21.888Z | 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 } }] |
| 9450 | 2026-08-31T01:00:21.888Z | Aug 31 01:00:20.789Aug 31 01:00:20.789 Aug 31 01:00:20.789 DEBG INFOAug 31 01:00:20.789DEBG adding route 172.17.0.6/32 -> 10.0.0.255 |
| 9451 | 2026-08-31T01:00:21.888Z | replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.789 |
| 9452 | 2026-08-31T01:00:21.888Z | replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 31 01:00:20.789 |
| 9453 | 2026-08-31T01:00:21.888Z | DEBG 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 } }]Aug 31 01:00:20.789Aug 31 01:00:20.789 |
| 9454 | 2026-08-31T01:00:21.888Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 9455 | 2026-08-31T01:00:21.888Z | |
| 9456 | 2026-08-31T01:00:21.888Z | DEBGAug 31 01:00:20.789 adding route 172.17.0.32/32 -> 10.0.0.255INFO Aug 31 01:00:20.789replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9457 | 2026-08-31T01:00:21.888Z | |
| 9458 | 2026-08-31T01:00:21.888Z | |
| 9459 | 2026-08-31T01:00:21.888Z | DEBGAug 31 01:00:20.789 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 } }] |
| 9460 | 2026-08-31T01:00:21.888Z | DEBGAug 31 01:00:20.789 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 } }] Aug 31 01:00:20.789Aug 31 01:00:20.789 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 } }] |
| 9461 | 2026-08-31T01:00:21.888Z | |
| 9462 | 2026-08-31T01:00:21.888Z | INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG |
| 9463 | 2026-08-31T01:00:21.888Z | Aug 31 01:00:20.789Aug 31 01:00:20.789 replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9464 | 2026-08-31T01:00:21.888Z | DEBG adding route 172.17.0.8/32 -> 10.0.0.255Aug 31 01:00:20.789failed to allocate space for the new target list |
| 9465 | 2026-08-31T01:00:21.888Z | Aug 31 01:00:20.789 Aug 31 01:00:20.789DEBG 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 } }] |
| 9466 | 2026-08-31T01:00:21.888Z | INFOAug 31 01:00:20.789INFO DEBG adding route 172.17.0.56/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 } }]adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9467 | 2026-08-31T01:00:21.888Z | |
| 9468 | 2026-08-31T01:00:21.888Z | |
| 9469 | 2026-08-31T01:00:21.888Z | |
| 9470 | 2026-08-31T01:00:21.888Z | Aug 31 01:00:20.789 INFOAug 31 01:00:20.789Aug 31 01:00:20.789 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFOAug 31 01:00:20.789Aug 31 01:00:20.789 |
| 9471 | 2026-08-31T01:00:21.888Z | adding route 172.17.0.9/32 -> 10.0.0.255 |
| 9472 | 2026-08-31T01:00:21.888Z | DEBGDEBGAug 31 01:00:20.789 replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 31 01:00:20.789 |
| 9473 | 2026-08-31T01:00:21.889Z | test route::tests::add_target_fails_full ... ok |
| 9474 | 2026-08-31T01:00:21.889Z | replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 9475 | 2026-08-31T01:00:21.889Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 9476 | 2026-08-31T01:00:21.889Z | replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.789 |
| 9477 | 2026-08-31T01:00:21.889Z | 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 |
| 9478 | 2026-08-31T01:00:21.889Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9479 | 2026-08-31T01:00:21.889Z | DEBGAug 31 01:00:20.789Aug 31 01:00:20.789 Aug 31 01:00:20.789INFO INFOINFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 9480 | 2026-08-31T01:00:21.889Z | adding route 172.17.0.10/32 -> 10.0.0.255Aug 31 01:00:20.789 |
| 9481 | 2026-08-31T01:00:21.889Z | adding route 172.17.0.57/32 -> 10.0.0.255 Aug 31 01:00:20.789DEBG |
| 9482 | 2026-08-31T01:00:21.889Z | Aug 31 01:00:20.789 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 } }] 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 } }] |
| 9483 | 2026-08-31T01:00:21.889Z | |
| 9484 | 2026-08-31T01:00:21.889Z | replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9485 | 2026-08-31T01:00:21.889Z | |
| 9486 | 2026-08-31T01:00:21.889Z | Aug 31 01:00:20.789 INFO Aug 31 01:00:20.789adding route 172.17.0.11/32 -> 10.0.0.255Aug 31 01:00:20.789 |
| 9487 | 2026-08-31T01:00:21.889Z | Aug 31 01:00:20.789INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFO |
| 9488 | 2026-08-31T01:00:21.889Z | Aug 31 01:00:20.789 adding route 172.17.0.35/32 -> 10.0.0.255DEBG |
| 9489 | 2026-08-31T01:00:21.889Z | replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.789 |
| 9490 | 2026-08-31T01:00:21.889Z | DEBG DEBGreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 01:00:20.789replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.789 |
| 9491 | 2026-08-31T01:00:21.889Z | DEBG INFO |
| 9492 | 2026-08-31T01:00:21.889Z | Aug 31 01:00:20.789 adding route 172.17.0.12/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 } }]INFO |
| 9493 | 2026-08-31T01:00:21.889Z | |
| 9494 | 2026-08-31T01:00:21.889Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 31 01:00:20.789 |
| 9495 | 2026-08-31T01:00:21.889Z | Aug 31 01:00:20.789INFOAug 31 01:00:20.789 DEBG INFOAug 31 01:00:20.789adding route 172.17.0.58/32 -> 10.0.0.255 replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9496 | 2026-08-31T01:00:21.889Z | 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 } }] |
| 9497 | 2026-08-31T01:00:21.889Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9498 | 2026-08-31T01:00:21.889Z | |
| 9499 | 2026-08-31T01:00:21.889Z | Aug 31 01:00:20.789 INFOAug 31 01:00:20.789Aug 31 01:00:20.789Aug 31 01:00:20.789 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG |
| 9500 | 2026-08-31T01:00:21.889Z | 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 } }]adding route 172.17.0.13/32 -> 10.0.0.255 replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9501 | 2026-08-31T01:00:21.889Z | |
| 9502 | 2026-08-31T01:00:21.889Z | |
| 9503 | 2026-08-31T01:00:21.889Z | Aug 31 01:00:20.789 DEBGAug 31 01:00:20.789 Aug 31 01:00:20.789replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.789 |
| 9504 | 2026-08-31T01:00:21.889Z | INFO DEBG INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9505 | 2026-08-31T01:00:21.889Z | Aug 31 01:00:20.789adding route 172.17.0.37/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 } }] |
| 9506 | 2026-08-31T01:00:21.889Z | INFO |
| 9507 | 2026-08-31T01:00:21.889Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 9508 | 2026-08-31T01:00:21.889Z | Aug 31 01:00:20.789 DEBG created new freemapAug 31 01:00:20.795, unitDEBG: 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_ipv4 |
| 9509 | 2026-08-31T01:00:21.889Z | |
| 9510 | 2026-08-31T01:00:21.889Z | Aug 31 01:00:20.789 Aug 31 01:00:20.795 DEBGAug 31 01:00:20.795Aug 31 01:00:20.795 created new freemapINFO, adding route 3fff:beef:36::/64 -> 2001:db8::55:ffunit |
| 9511 | 2026-08-31T01:00:21.889Z | DEBG: freemap_route_ipv6replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.795 |
| 9512 | 2026-08-31T01:00:21.889Z | |
| 9513 | 2026-08-31T01:00:21.889Z | DEBGAug 31 01:00:20.795 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9514 | 2026-08-31T01:00:21.890Z | replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 31 01:00:20.795 |
| 9515 | 2026-08-31T01:00:21.890Z | DEBGAug 31 01:00:20.795 initted freemap. size: 64Aug 31 01:00:20.795, DEBG 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 } }] |
| 9516 | 2026-08-31T01:00:21.894Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffunit |
| 9517 | 2026-08-31T01:00:21.894Z | : Aug 31 01:00:20.795 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 9518 | 2026-08-31T01:00:21.894Z | freemap_route_ipv4 |
| 9519 | 2026-08-31T01:00:21.894Z | Aug 31 01:00:20.795Aug 31 01:00:20.795 DEBGDEBGINFO Aug 31 01:00:20.795adding route 172.17.0.14/32 -> 10.0.0.255 replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9520 | 2026-08-31T01:00:21.894Z | 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 } }] |
| 9521 | 2026-08-31T01:00:21.894Z | DEBG |
| 9522 | 2026-08-31T01:00:21.894Z | reset freemapAug 31 01:00:20.795, unitAug 31 01:00:20.795: INFODEBG freemap_route_ipv4 |
| 9523 | 2026-08-31T01:00:21.894Z | Aug 31 01:00:20.795replacing 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.40/32 -> 10.0.0.255 |
| 9524 | 2026-08-31T01:00:21.894Z | INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 9525 | 2026-08-31T01:00:21.894Z | |
| 9526 | 2026-08-31T01:00:21.894Z | Aug 31 01:00:20.795 INFOAug 31 01:00:20.795 Aug 31 01:00:20.795adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9527 | 2026-08-31T01:00:21.894Z | DEBG DEBGreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 31 01:00:20.795Aug 31 01:00:20.795 |
| 9528 | 2026-08-31T01:00:21.894Z | DEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9529 | 2026-08-31T01:00:21.894Z | 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 } }] |
| 9530 | 2026-08-31T01:00:21.894Z | initted freemap. size: 64Aug 31 01:00:20.795 INFO, unitadding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 31 01:00:20.795Aug 31 01:00:20.795 |
| 9531 | 2026-08-31T01:00:21.894Z | : INFOINFO Aug 31 01:00:20.795adding route 172.17.0.41/32 -> 10.0.0.255 adding route 172.17.0.16/32 -> 10.0.0.255DEBGfreemap_route_ipv6 |
| 9532 | 2026-08-31T01:00:21.894Z | 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 } }] |
| 9533 | 2026-08-31T01:00:21.894Z | |
| 9534 | 2026-08-31T01:00:21.894Z | |
| 9535 | 2026-08-31T01:00:21.894Z | Aug 31 01:00:20.795 Aug 31 01:00:20.795DEBG 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 } }] |
| 9536 | 2026-08-31T01:00:21.894Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 31 01:00:20.795 |
| 9537 | 2026-08-31T01:00:21.894Z | Aug 31 01:00:20.795Aug 31 01:00:20.789DEBG Aug 31 01:00:20.795 DEBGDEBG Aug 31 01:00:20.795replacing 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 |
| 9538 | 2026-08-31T01:00:21.895Z | 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 } }] |
| 9539 | 2026-08-31T01:00:21.895Z | 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.17/32 -> 10.0.0.255 |
| 9540 | 2026-08-31T01:00:21.895Z | reset freemap |
| 9541 | 2026-08-31T01:00:21.895Z | Aug 31 01:00:20.795 Aug 31 01:00:20.795, INFOINFO Aug 31 01:00:20.795adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9542 | 2026-08-31T01:00:21.895Z | DEBG Aug 31 01:00:20.795replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 9543 | 2026-08-31T01:00:21.895Z | |
| 9544 | 2026-08-31T01:00:21.895Z | unit INFO: Aug 31 01:00:20.795Aug 31 01:00:20.795adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9545 | 2026-08-31T01:00:21.895Z | freemap_route_ipv6DEBG |
| 9546 | 2026-08-31T01:00:21.895Z | Aug 31 01:00:20.795replacing 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 } }] |
| 9547 | 2026-08-31T01:00:21.895Z | INFO DEBGadding route 172.17.0.18/32 -> 10.0.0.255 Aug 31 01:00:20.795Aug 31 01:00:20.795 |
| 9548 | 2026-08-31T01:00:21.895Z | INFO Aug 31 01:00:20.795 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG |
| 9549 | 2026-08-31T01:00:21.895Z | replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.796 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 |
| 9550 | 2026-08-31T01:00:21.895Z | |
| 9551 | 2026-08-31T01:00:21.895Z | 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 } }] INFOAug 31 01:00:20.796 Aug 31 01:00:20.796adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 9552 | 2026-08-31T01:00:21.895Z | Aug 31 01:00:20.796 |
| 9553 | 2026-08-31T01:00:21.895Z | replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 9554 | 2026-08-31T01:00:21.895Z | INFO adding route 172.17.0.61/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255Aug 31 01:00:20.796 |
| 9555 | 2026-08-31T01:00:21.895Z | Aug 31 01:00:20.796INFO |
| 9556 | 2026-08-31T01:00:21.895Z | adding route 172.17.0.19/32 -> 10.0.0.255DEBG failed to allocate space for the new target list |
| 9557 | 2026-08-31T01:00:21.895Z | |
| 9558 | 2026-08-31T01:00:21.895Z | Aug 31 01:00:20.796Aug 31 01:00:20.796 Aug 31 01:00:20.796DEBG Aug 31 01:00:20.796 DEBGreplacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9559 | 2026-08-31T01:00:21.895Z | replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9560 | 2026-08-31T01:00:21.895Z | 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 } }] Aug 31 01:00:20.796replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.796 |
| 9561 | 2026-08-31T01:00:21.895Z | |
| 9562 | 2026-08-31T01:00:21.895Z | INFO adding route 172.17.0.20/32 -> 10.0.0.255INFO |
| 9563 | 2026-08-31T01:00:21.895Z | Aug 31 01:00:20.796adding route 172.17.0.62/32 -> 10.0.0.255 |
| 9564 | 2026-08-31T01:00:21.895Z | INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9565 | 2026-08-31T01:00:21.895Z | Aug 31 01:00:20.796 DEBG Aug 31 01:00:20.796replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.796 DEBGDEBG |
| 9566 | 2026-08-31T01:00:21.895Z | 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 } }] |
| 9567 | 2026-08-31T01:00:21.895Z | 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 } }] |
| 9568 | 2026-08-31T01:00:21.895Z | Aug 31 01:00:20.796 Aug 31 01:00:20.796INFO INFOadding route 172.17.0.63/32 -> 10.0.0.255 |
| 9569 | 2026-08-31T01:00:21.895Z | Aug 31 01:00:20.796adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9570 | 2026-08-31T01:00:21.895Z | INFO adding route 172.17.0.45/32 -> 10.0.0.255Aug 31 01:00:20.796 |
| 9571 | 2026-08-31T01:00:21.895Z | DEBGAug 31 01:00:20.796 replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.796 |
| 9572 | 2026-08-31T01:00:21.895Z | DEBG 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 } }] |
| 9573 | 2026-08-31T01:00:21.895Z | test route::tests::delete_target_full ... ok |
| 9574 | 2026-08-31T01:00:21.895Z | 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 } }] |
| 9575 | 2026-08-31T01:00:21.895Z | Aug 31 01:00:20.796 Aug 31 01:00:20.796DEBG INFO failed to allocate space for the new target listAug 31 01:00:20.796 |
| 9576 | 2026-08-31T01:00:21.895Z | adding route 172.17.0.46/32 -> 10.0.0.255INFO |
| 9577 | 2026-08-31T01:00:21.895Z | adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9578 | 2026-08-31T01:00:21.896Z | Aug 31 01:00:20.796 DEBG Aug 31 01:00:20.796Aug 31 01:00:20.796 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBGDEBG |
| 9579 | 2026-08-31T01:00:21.896Z | replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9580 | 2026-08-31T01:00:21.896Z | |
| 9581 | 2026-08-31T01:00:21.896Z | Aug 31 01:00:20.796 Aug 31 01:00:20.796DEBG INFOfailed to allocate space for the new target list |
| 9582 | 2026-08-31T01:00:21.896Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9583 | 2026-08-31T01:00:21.896Z | Aug 31 01:00:20.796 INFO Aug 31 01:00:20.796adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9584 | 2026-08-31T01:00:21.896Z | DEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.796 |
| 9585 | 2026-08-31T01:00:21.896Z | DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.796 |
| 9586 | 2026-08-31T01:00:21.896Z | INFO adding route 172.17.0.24/32 -> 10.0.0.255Aug 31 01:00:20.796 |
| 9587 | 2026-08-31T01:00:21.896Z | Aug 31 01:00:20.796 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 } }]Aug 31 01:00:20.796adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9588 | 2026-08-31T01:00:21.896Z | |
| 9589 | 2026-08-31T01:00:21.896Z | 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 } }] |
| 9590 | 2026-08-31T01:00:21.896Z | Aug 31 01:00:20.796Aug 31 01:00:20.796 Aug 31 01:00:20.796DEBGINFO adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }] |
| 9591 | 2026-08-31T01:00:21.896Z | |
| 9592 | 2026-08-31T01:00:21.896Z | INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9593 | 2026-08-31T01:00:21.896Z | Aug 31 01:00:20.796Aug 31 01:00:20.796 INFOAug 31 01:00:20.796 DEBG adding route 172.17.0.49/32 -> 10.0.0.255DEBG |
| 9594 | 2026-08-31T01:00:21.896Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9595 | 2026-08-31T01:00:21.896Z | |
| 9596 | 2026-08-31T01:00:21.896Z | Aug 31 01:00:20.796 Aug 31 01:00:20.796DEBGAug 31 01:00:20.796 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 } }] |
| 9597 | 2026-08-31T01:00:21.896Z | adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9598 | 2026-08-31T01:00:21.896Z | INFO adding route 172.16.0.0/32 -> 10.0.0.3 |
| 9599 | 2026-08-31T01:00:21.896Z | Aug 31 01:00:20.796 Aug 31 01:00:20.796INFO Aug 31 01:00:20.796 DEBG adding route 172.17.0.50/32 -> 10.0.0.255DEBG |
| 9600 | 2026-08-31T01:00:21.896Z | 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 } }] |
| 9601 | 2026-08-31T01:00:21.896Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9602 | 2026-08-31T01:00:21.896Z | Aug 31 01:00:20.796 DEBGAug 31 01:00:20.796 replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9603 | 2026-08-31T01:00:21.896Z | Aug 31 01:00:20.796 adding route 172.17.0.27/32 -> 10.0.0.255INFO |
| 9604 | 2026-08-31T01:00:21.896Z | adding route 172.16.0.0/32 -> 10.0.0.4Aug 31 01:00:20.796 |
| 9605 | 2026-08-31T01:00:21.896Z | Aug 31 01:00:20.796INFO DEBGadding route 172.17.0.51/32 -> 10.0.0.255 |
| 9606 | 2026-08-31T01:00:21.896Z | Aug 31 01:00:20.796replacing 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 } }] |
| 9607 | 2026-08-31T01:00:21.896Z | DEBG Aug 31 01:00:20.796replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9608 | 2026-08-31T01:00:21.896Z | Aug 31 01:00:20.796DEBG INFOreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9609 | 2026-08-31T01:00:21.896Z | adding route 172.17.0.28/32 -> 10.0.0.255Aug 31 01:00:20.796 |
| 9610 | 2026-08-31T01:00:21.896Z | DEBG Aug 31 01:00:20.796replacing targets for 172.16.0.0/32 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 } }] |
| 9611 | 2026-08-31T01:00:21.896Z | Aug 31 01:00:20.796INFO DEBG adding route 172.17.0.52/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 } }] |
| 9612 | 2026-08-31T01:00:21.896Z | |
| 9613 | 2026-08-31T01:00:21.896Z | Aug 31 01:00:20.796Aug 31 01:00:20.796 INFODEBG adding route 172.17.0.29/32 -> 10.0.0.255replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9614 | 2026-08-31T01:00:21.896Z | |
| 9615 | 2026-08-31T01:00:21.896Z | Aug 31 01:00:20.796Aug 31 01:00:20.796 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.53/32 -> 10.0.0.255 |
| 9616 | 2026-08-31T01:00:21.902Z | |
| 9617 | 2026-08-31T01:00:21.902Z | Aug 31 01:00:20.796Aug 31 01:00:20.796 INFODEBG adding route 172.17.0.30/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 } }] |
| 9618 | 2026-08-31T01:00:21.902Z | |
| 9619 | 2026-08-31T01:00:21.902Z | Aug 31 01:00:20.796Aug 31 01:00:20.796 INFODEBG adding route 172.17.0.54/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 } }] |
| 9620 | 2026-08-31T01:00:21.902Z | Aug 31 01:00:20.796Aug 31 01:00:20.803 DEBGDEBG created new freemapreplacing 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 } }], |
| 9621 | 2026-08-31T01:00:21.902Z | unit: freemap_route_ipv4 |
| 9622 | 2026-08-31T01:00:21.902Z | Aug 31 01:00:20.803 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9623 | 2026-08-31T01:00:21.902Z | |
| 9624 | 2026-08-31T01:00:21.902Z | Aug 31 01:00:20.803 DEBG Aug 31 01:00:20.803created new freemap , DEBGunit 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 } }] |
| 9625 | 2026-08-31T01:00:21.902Z | : freemap_route_ipv6Aug 31 01:00:20.803 |
| 9626 | 2026-08-31T01:00:21.902Z | INFO adding route 172.17.0.56/32 -> 10.0.0.255Aug 31 01:00:20.803 |
| 9627 | 2026-08-31T01:00:21.902Z | DEBG Aug 31 01:00:20.803initted freemap. size: 64 , DEBGunit :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 } }] |
| 9628 | 2026-08-31T01:00:21.902Z | freemap_route_ipv4 |
| 9629 | 2026-08-31T01:00:21.902Z | Aug 31 01:00:20.803 DEBG reset freemap, unit:Aug 31 01:00:20.803 freemap_route_ipv4INFO |
| 9630 | 2026-08-31T01:00:21.902Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9631 | 2026-08-31T01:00:21.902Z | Aug 31 01:00:20.803Aug 31 01:00:20.803Aug 31 01:00:20.803 INFODEBG 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 |
| 9632 | 2026-08-31T01:00:21.902Z | adding route 172.17.0.31/32 -> 10.0.0.255initted freemap. size: 64 |
| 9633 | 2026-08-31T01:00:21.902Z | , unitAug 31 01:00:20.803: INFOAug 31 01:00:20.803freemap_route_ipv6 adding route 172.17.0.58/32 -> 10.0.0.255DEBG |
| 9634 | 2026-08-31T01:00:21.902Z | replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9635 | 2026-08-31T01:00:21.902Z | |
| 9636 | 2026-08-31T01:00:21.902Z | Aug 31 01:00:20.803Aug 31 01:00:20.803Aug 31 01:00:20.803 DEBGINFO replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9637 | 2026-08-31T01:00:21.902Z | |
| 9638 | 2026-08-31T01:00:21.902Z | DEBG reset freemap, unitAug 31 01:00:20.803Aug 31 01:00:20.803: 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.59/32 -> 10.0.0.255 |
| 9639 | 2026-08-31T01:00:21.902Z | |
| 9640 | 2026-08-31T01:00:21.902Z | freemap_route_ipv6 |
| 9641 | 2026-08-31T01:00:21.902Z | Aug 31 01:00:20.803Aug 31 01:00:20.803 Aug 31 01:00:20.803DEBGINFO INFOreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9642 | 2026-08-31T01:00:21.902Z | |
| 9643 | 2026-08-31T01:00:21.902Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9644 | 2026-08-31T01:00:21.902Z | Aug 31 01:00:20.803Aug 31 01:00:20.803 INFOAug 31 01:00:20.803 adding route 172.17.0.60/32 -> 10.0.0.255DEBG |
| 9645 | 2026-08-31T01:00:21.902Z | 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 } }] |
| 9646 | 2026-08-31T01:00:21.902Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 31 01:00:20.803 |
| 9647 | 2026-08-31T01:00:21.903Z | 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 } }] |
| 9648 | 2026-08-31T01:00:21.903Z | Aug 31 01:00:20.803 INFOAug 31 01:00:20.803 adding route 172.17.0.34/32 -> 10.0.0.255Aug 31 01:00:20.803 |
| 9649 | 2026-08-31T01:00:21.903Z | INFO INFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.61/32 -> 10.0.0.255 |
| 9650 | 2026-08-31T01:00:21.903Z | |
| 9651 | 2026-08-31T01:00:21.903Z | Aug 31 01:00:20.803 DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 31 01:00:20.803 |
| 9652 | 2026-08-31T01:00:21.903Z | Aug 31 01:00:20.803 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 31 01:00:20.803 |
| 9653 | 2026-08-31T01:00:21.903Z | 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 |
| 9654 | 2026-08-31T01:00:21.903Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9655 | 2026-08-31T01:00:21.903Z | Aug 31 01:00:20.803Aug 31 01:00:20.803 Aug 31 01:00:20.803INFOINFO DEBG adding route 172.17.0.62/32 -> 10.0.0.255 |
| 9656 | 2026-08-31T01:00:21.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.16.0.0/32 -> 10.0.0.1 |
| 9657 | 2026-08-31T01:00:21.903Z | |
| 9658 | 2026-08-31T01:00:21.903Z | Aug 31 01:00:20.803Aug 31 01:00:20.803 Aug 31 01:00:20.803DEBG INFODEBG replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9659 | 2026-08-31T01:00:21.903Z | 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 } }] |
| 9660 | 2026-08-31T01:00:21.903Z | |
| 9661 | 2026-08-31T01:00:21.903Z | Aug 31 01:00:20.803 Aug 31 01:00:20.803Aug 31 01:00:20.803 DEBGDEBG failed to allocate space for the new target listreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9662 | 2026-08-31T01:00:21.903Z | INFO |
| 9663 | 2026-08-31T01:00:21.903Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9664 | 2026-08-31T01:00:21.903Z | Aug 31 01:00:20.803 Aug 31 01:00:20.803DEBGAug 31 01:00:20.803 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 } }]adding route 172.17.0.37/32 -> 10.0.0.255DEBG |
| 9665 | 2026-08-31T01:00:21.903Z | |
| 9666 | 2026-08-31T01:00:21.903Z | 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 } }] |
| 9667 | 2026-08-31T01:00:21.903Z | Aug 31 01:00:20.803 DEBG Aug 31 01:00:20.803replacing 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 } }] |
| 9668 | 2026-08-31T01:00:21.903Z | INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 9669 | 2026-08-31T01:00:21.903Z | Aug 31 01:00:20.803 INFOAug 31 01:00:20.803 adding route 172.17.0.38/32 -> 10.0.0.255DEBG |
| 9670 | 2026-08-31T01:00:21.903Z | 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 } }] |
| 9671 | 2026-08-31T01:00:21.903Z | Aug 31 01:00:20.803 DEBGAug 31 01:00:20.803 replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9672 | 2026-08-31T01:00:21.903Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 9673 | 2026-08-31T01:00:21.903Z | test route::tests::delete_targets_fragmented ... ok |
| 9674 | 2026-08-31T01:00:21.903Z | Aug 31 01:00:20.803 INFOAug 31 01:00:20.803 adding route 172.17.0.39/32 -> 10.0.0.255DEBG |
| 9675 | 2026-08-31T01:00:21.903Z | 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 } }] |
| 9676 | 2026-08-31T01:00:21.903Z | Aug 31 01:00:20.803 DEBGAug 31 01:00:20.803 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 |
| 9677 | 2026-08-31T01:00:21.903Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 9678 | 2026-08-31T01:00:21.903Z | Aug 31 01:00:20.803 INFOAug 31 01:00:20.803 adding route 172.17.0.40/32 -> 10.0.0.255DEBG |
| 9679 | 2026-08-31T01:00:21.903Z | 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 } }] |
| 9680 | 2026-08-31T01:00:21.903Z | Aug 31 01:00:20.803 DEBGAug 31 01:00:20.803 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 |
| 9681 | 2026-08-31T01:00:21.903Z | adding route 172.17.0.3/32 -> 10.0.0.255 |
| 9682 | 2026-08-31T01:00:21.903Z | Aug 31 01:00:20.803 DEBGAug 31 01:00:20.803 replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9683 | 2026-08-31T01:00:21.903Z | Aug 31 01:00:20.803 INFOadding route 172.17.0.41/32 -> 10.0.0.255 |
| 9684 | 2026-08-31T01:00:21.903Z | adding route 172.17.0.4/32 -> 10.0.0.255 |
| 9685 | 2026-08-31T01:00:21.903Z | Aug 31 01:00:20.803 Aug 31 01:00:20.803DEBG 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 } }] |
| 9686 | 2026-08-31T01:00:21.903Z | 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 } }] |
| 9687 | 2026-08-31T01:00:21.904Z | Aug 31 01:00:20.803 Aug 31 01:00:20.803INFO INFOadding route 172.17.0.42/32 -> 10.0.0.255 |
| 9688 | 2026-08-31T01:00:21.904Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 9689 | 2026-08-31T01:00:21.904Z | Aug 31 01:00:20.803 Aug 31 01:00:20.803DEBG 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 } }] |
| 9690 | 2026-08-31T01:00:21.904Z | 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 } }] |
| 9691 | 2026-08-31T01:00:21.904Z | Aug 31 01:00:20.803Aug 31 01:00:20.803 INFOINFO adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.6/32 -> 10.0.0.255 |
| 9692 | 2026-08-31T01:00:21.904Z | |
| 9693 | 2026-08-31T01:00:21.904Z | Aug 31 01:00:20.803Aug 31 01:00:20.803 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 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 } }] |
| 9694 | 2026-08-31T01:00:21.904Z | |
| 9695 | 2026-08-31T01:00:21.904Z | Aug 31 01:00:20.803Aug 31 01:00:20.803 INFOINFO adding route 172.17.0.7/32 -> 10.0.0.255adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9696 | 2026-08-31T01:00:21.904Z | |
| 9697 | 2026-08-31T01:00:21.904Z | Aug 31 01:00:20.803Aug 31 01:00:20.803 DEBGDEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9698 | 2026-08-31T01:00:21.904Z | |
| 9699 | 2026-08-31T01:00:21.904Z | Aug 31 01:00:20.803Aug 31 01:00:20.803 INFOINFO adding route 172.17.0.8/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9700 | 2026-08-31T01:00:21.904Z | |
| 9701 | 2026-08-31T01:00:21.904Z | Aug 31 01:00:20.803Aug 31 01:00:20.803 DEBGDEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9702 | 2026-08-31T01:00:21.904Z | |
| 9703 | 2026-08-31T01:00:21.904Z | Aug 31 01:00:20.803Aug 31 01:00:20.803 INFOINFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9704 | 2026-08-31T01:00:21.904Z | |
| 9705 | 2026-08-31T01:00:21.904Z | Aug 31 01:00:20.803Aug 31 01:00:20.803 DEBGDEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9706 | 2026-08-31T01:00:21.904Z | |
| 9707 | 2026-08-31T01:00:21.904Z | Aug 31 01:00:20.803Aug 31 01:00:20.803 INFOINFO adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9708 | 2026-08-31T01:00:21.904Z | |
| 9709 | 2026-08-31T01:00:21.904Z | Aug 31 01:00:20.803Aug 31 01:00:20.803 DEBGDEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9710 | 2026-08-31T01:00:21.904Z | |
| 9711 | 2026-08-31T01:00:21.904Z | Aug 31 01:00:20.803Aug 31 01:00:20.803 INFOINFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9712 | 2026-08-31T01:00:21.904Z | |
| 9713 | 2026-08-31T01:00:21.904Z | Aug 31 01:00:20.803Aug 31 01:00:20.803 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.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 } }] |
| 9714 | 2026-08-31T01:00:21.904Z | |
| 9715 | 2026-08-31T01:00:21.904Z | Aug 31 01:00:20.803Aug 31 01:00:20.803 INFOINFO adding route 172.17.0.12/32 -> 10.0.0.255adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9716 | 2026-08-31T01:00:21.908Z | |
| 9717 | 2026-08-31T01:00:21.908Z | Aug 31 01:00:20.803Aug 31 01:00:20.803 DEBGDEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 9718 | 2026-08-31T01:00:21.908Z | |
| 9719 | 2026-08-31T01:00:21.908Z | Aug 31 01:00:20.803Aug 31 01:00:20.803 INFOINFO adding route 172.17.0.50/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255 |
| 9720 | 2026-08-31T01:00:21.909Z | |
| 9721 | 2026-08-31T01:00:21.909Z | Aug 31 01:00:20.803Aug 31 01:00:20.803 DEBGDEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 9722 | 2026-08-31T01:00:21.909Z | |
| 9723 | 2026-08-31T01:00:21.909Z | Aug 31 01:00:20.803Aug 31 01:00:20.803 INFOINFO adding route 172.17.0.14/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9724 | 2026-08-31T01:00:21.909Z | |
| 9725 | 2026-08-31T01:00:21.909Z | Aug 31 01:00:20.803Aug 31 01:00:20.803 DEBGDEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 9726 | 2026-08-31T01:00:21.909Z | |
| 9727 | 2026-08-31T01:00:21.909Z | Aug 31 01:00:20.803Aug 31 01:00:20.803 INFOINFO adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9728 | 2026-08-31T01:00:21.909Z | |
| 9729 | 2026-08-31T01:00:21.909Z | Aug 31 01:00:20.803Aug 31 01:00:20.803 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.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 } }] |
| 9730 | 2026-08-31T01:00:21.909Z | |
| 9731 | 2026-08-31T01:00:21.909Z | Aug 31 01:00:20.803Aug 31 01:00:20.803 INFOINFO adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.53/32 -> 10.0.0.255 |
| 9732 | 2026-08-31T01:00:21.909Z | |
| 9733 | 2026-08-31T01:00:21.909Z | Aug 31 01:00:20.803Aug 31 01:00:20.803 DEBGDEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 } }] |
| 9734 | 2026-08-31T01:00:21.909Z | |
| 9735 | 2026-08-31T01:00:21.909Z | Aug 31 01:00:20.803Aug 31 01:00:20.803 INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9736 | 2026-08-31T01:00:21.909Z | |
| 9737 | 2026-08-31T01:00:21.909Z | Aug 31 01:00:20.803Aug 31 01:00:20.803 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 } }] |
| 9738 | 2026-08-31T01:00:21.909Z | 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 31 01:00:20.809 |
| 9739 | 2026-08-31T01:00:21.909Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9740 | 2026-08-31T01:00:21.909Z | Aug 31 01:00:20.809 INFOAug 31 01:00:20.809 adding route 172.17.0.18/32 -> 10.0.0.255DEBG |
| 9741 | 2026-08-31T01:00:21.909Z | 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 } }] |
| 9742 | 2026-08-31T01:00:21.909Z | Aug 31 01:00:20.809 DEBGAug 31 01:00:20.809 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 |
| 9743 | 2026-08-31T01:00:21.909Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9744 | 2026-08-31T01:00:21.909Z | Aug 31 01:00:20.809 INFOAug 31 01:00:20.809 adding route 172.17.0.19/32 -> 10.0.0.255DEBG |
| 9745 | 2026-08-31T01:00:21.909Z | 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 } }] |
| 9746 | 2026-08-31T01:00:21.909Z | Aug 31 01:00:20.809 DEBGAug 31 01:00:20.809 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 } }]INFO |
| 9747 | 2026-08-31T01:00:21.909Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9748 | 2026-08-31T01:00:21.909Z | Aug 31 01:00:20.809 INFOAug 31 01:00:20.809 adding route 172.17.0.20/32 -> 10.0.0.255DEBG |
| 9749 | 2026-08-31T01:00:21.909Z | 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 } }] |
| 9750 | 2026-08-31T01:00:21.909Z | Aug 31 01:00:20.809 DEBGAug 31 01:00:20.809 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 |
| 9751 | 2026-08-31T01:00:21.909Z | adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9752 | 2026-08-31T01:00:21.909Z | Aug 31 01:00:20.809 Aug 31 01:00:20.809INFO DEBGadding route 172.17.0.21/32 -> 10.0.0.255 |
| 9753 | 2026-08-31T01:00:21.909Z | 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 } }] |
| 9754 | 2026-08-31T01:00:21.909Z | Aug 31 01:00:20.809Aug 31 01:00:20.809 DEBGINFO replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9755 | 2026-08-31T01:00:21.909Z | |
| 9756 | 2026-08-31T01:00:21.909Z | Aug 31 01:00:20.809Aug 31 01:00:20.809 DEBGINFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9757 | 2026-08-31T01:00:21.909Z | |
| 9758 | 2026-08-31T01:00:21.909Z | Aug 31 01:00:20.809Aug 31 01:00:20.809 INFODEBG adding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9759 | 2026-08-31T01:00:21.910Z | |
| 9760 | 2026-08-31T01:00:21.910Z | Aug 31 01:00:20.809Aug 31 01:00:20.809 DEBGINFO replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9761 | 2026-08-31T01:00:21.910Z | |
| 9762 | 2026-08-31T01:00:21.910Z | Aug 31 01:00:20.809Aug 31 01:00:20.809 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }] |
| 9763 | 2026-08-31T01:00:21.910Z | |
| 9764 | 2026-08-31T01:00:21.910Z | Aug 31 01:00:20.809Aug 31 01:00:20.809 INFODEBG adding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9765 | 2026-08-31T01:00:21.910Z | |
| 9766 | 2026-08-31T01:00:21.910Z | Aug 31 01:00:20.809 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 } }] |
| 9767 | 2026-08-31T01:00:21.910Z | Aug 31 01:00:20.809 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9768 | 2026-08-31T01:00:21.910Z | Aug 31 01:00:20.809 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 } }] |
| 9769 | 2026-08-31T01:00:21.910Z | Aug 31 01:00:20.809 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9770 | 2026-08-31T01:00:21.910Z | Aug 31 01:00:20.809 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 } }] |
| 9771 | 2026-08-31T01:00:21.910Z | Aug 31 01:00:20.810 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9772 | 2026-08-31T01:00:21.910Z | Aug 31 01:00:20.810 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 } }] |
| 9773 | 2026-08-31T01:00:21.910Z | test route::tests::delete_targets_full ... ok |
| 9774 | 2026-08-31T01:00:21.910Z | |
| 9775 | 2026-08-31T01:00:21.910Z | Aug 31 01:00:20.810 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 9776 | 2026-08-31T01:00:21.910Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s |
| 9777 | 2026-08-31T01:00:21.910Z | Aug 31 01:00:20.810 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 } }] |
| 9778 | 2026-08-31T01:00:21.910Z | |
| 9779 | 2026-08-31T01:00:21.910Z | Aug 31 01:00:20.810 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9780 | 2026-08-31T01:00:21.910Z | Aug 31 01:00:20.810 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 } }] |
| 9781 | 2026-08-31T01:00:21.910Z | Aug 31 01:00:20.810 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9782 | 2026-08-31T01:00:21.910Z | Aug 31 01:00:20.810 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 } }] |
| 9783 | 2026-08-31T01:00:21.910Z | Aug 31 01:00:20.810 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9784 | 2026-08-31T01:00:21.910Z | Aug 31 01:00:20.810 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 } }] |
| 9785 | 2026-08-31T01:00:21.910Z | Aug 31 01:00:20.810 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9786 | 2026-08-31T01:00:21.910Z | Aug 31 01:00:20.810 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 } }] |
| 9787 | 2026-08-31T01:00:21.910Z | Aug 31 01:00:20.810 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9788 | 2026-08-31T01:00:21.910Z | Aug 31 01:00:20.810 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 } }] |
| 9789 | 2026-08-31T01:00:21.910Z | Aug 31 01:00:20.810 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9790 | 2026-08-31T01:00:21.910Z | Aug 31 01:00:20.810 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 } }] |
| 9791 | 2026-08-31T01:00:21.910Z | Aug 31 01:00:20.810 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9792 | 2026-08-31T01:00:21.910Z | Aug 31 01:00:20.810 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 } }] |
| 9793 | 2026-08-31T01:00:21.910Z | Aug 31 01:00:20.810 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9794 | 2026-08-31T01:00:21.911Z | Aug 31 01:00:20.810 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 } }] |
| 9795 | 2026-08-31T01:00:21.911Z | Aug 31 01:00:20.810 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9796 | 2026-08-31T01:00:21.911Z | Aug 31 01:00:20.810 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 } }] |
| 9797 | 2026-08-31T01:00:21.911Z | Aug 31 01:00:20.810 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9798 | 2026-08-31T01:00:21.911Z | Aug 31 01:00:20.810 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 } }] |
| 9799 | 2026-08-31T01:00:21.911Z | Aug 31 01:00:20.810 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 9800 | 2026-08-31T01:00:21.911Z | Aug 31 01:00:20.816 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 } }] |
| 9801 | 2026-08-31T01:00:21.911Z | Aug 31 01:00:20.816 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9802 | 2026-08-31T01:00:21.911Z | Aug 31 01:00:20.816 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 } }] |
| 9803 | 2026-08-31T01:00:21.911Z | Aug 31 01:00:20.816 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 9804 | 2026-08-31T01:00:21.911Z | Aug 31 01:00:20.816 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 } }] |
| 9805 | 2026-08-31T01:00:21.911Z | Aug 31 01:00:20.816 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9806 | 2026-08-31T01:00:21.911Z | Aug 31 01:00:20.816 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 } }] |
| 9807 | 2026-08-31T01:00:21.911Z | Aug 31 01:00:20.816 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9808 | 2026-08-31T01:00:21.911Z | Aug 31 01:00:20.816 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 } }] |
| 9809 | 2026-08-31T01:00:21.911Z | Aug 31 01:00:20.816 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9810 | 2026-08-31T01:00:21.911Z | Aug 31 01:00:20.816 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 } }] |
| 9811 | 2026-08-31T01:00:21.911Z | Aug 31 01:00:20.816 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9812 | 2026-08-31T01:00:21.911Z | Aug 31 01:00:20.816 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 } }] |
| 9813 | 2026-08-31T01:00:21.911Z | Aug 31 01:00:20.816 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9814 | 2026-08-31T01:00:21.911Z | Aug 31 01:00:20.816 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 } }] |
| 9815 | 2026-08-31T01:00:21.911Z | Aug 31 01:00:20.816 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9816 | 2026-08-31T01:00:21.915Z | Aug 31 01:00:20.816 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 } }] |
| 9817 | 2026-08-31T01:00:21.915Z | Aug 31 01:00:20.816 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9818 | 2026-08-31T01:00:21.915Z | Aug 31 01:00:20.816 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 } }] |
| 9819 | 2026-08-31T01:00:21.915Z | Aug 31 01:00:20.816 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9820 | 2026-08-31T01:00:21.915Z | Aug 31 01:00:20.816 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 } }] |
| 9821 | 2026-08-31T01:00:21.915Z | Aug 31 01:00:20.816 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9822 | 2026-08-31T01:00:21.915Z | Aug 31 01:00:20.816 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 } }] |
| 9823 | 2026-08-31T01:00:21.915Z | Aug 31 01:00:20.816 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9824 | 2026-08-31T01:00:21.915Z | Aug 31 01:00:20.816 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 } }] |
| 9825 | 2026-08-31T01:00:21.915Z | Aug 31 01:00:20.816 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9826 | 2026-08-31T01:00:21.915Z | Aug 31 01:00:20.816 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 } }] |
| 9827 | 2026-08-31T01:00:21.915Z | Aug 31 01:00:20.816 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 9828 | 2026-08-31T01:00:21.915Z | Aug 31 01:00:20.816 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 } }] |
| 9829 | 2026-08-31T01:00:21.915Z | Aug 31 01:00:20.816 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9830 | 2026-08-31T01:00:21.915Z | Aug 31 01:00:20.816 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 } }] |
| 9831 | 2026-08-31T01:00:21.915Z | Aug 31 01:00:20.816 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9832 | 2026-08-31T01:00:21.915Z | Aug 31 01:00:20.816 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 } }] |
| 9833 | 2026-08-31T01:00:21.915Z | Aug 31 01:00:20.816 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9834 | 2026-08-31T01:00:21.915Z | Aug 31 01:00:20.816 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 } }] |
| 9835 | 2026-08-31T01:00:21.915Z | Aug 31 01:00:20.816 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9836 | 2026-08-31T01:00:21.915Z | Aug 31 01:00:20.816 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 } }] |
| 9837 | 2026-08-31T01:00:21.915Z | Aug 31 01:00:20.816 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9838 | 2026-08-31T01:00:21.915Z | Aug 31 01:00:20.816 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 } }] |
| 9839 | 2026-08-31T01:00:21.915Z | Aug 31 01:00:20.816 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9840 | 2026-08-31T01:00:21.915Z | Aug 31 01:00:20.816 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 } }] |
| 9841 | 2026-08-31T01:00:21.915Z | Aug 31 01:00:20.816 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9842 | 2026-08-31T01:00:21.915Z | Aug 31 01:00:20.816 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 } }] |
| 9843 | 2026-08-31T01:00:21.916Z | Aug 31 01:00:20.816 DEBG failed to allocate space for the new target list |
| 9844 | 2026-08-31T01:00:21.916Z | Aug 31 01:00:20.816 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 } }] |
| 9845 | 2026-08-31T01:00:21.916Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-533ffba855d0bdc4) |
| 9846 | 2026-08-31T01:00:21.916Z | |
| 9847 | 2026-08-31T01:00:21.916Z | running 0 tests |
| 9848 | 2026-08-31T01:00:21.916Z | |
| 9849 | 2026-08-31T01:00:21.916Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9850 | 2026-08-31T01:00:21.916Z | |
| 9851 | 2026-08-31T01:00:21.916Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-acda18f7a0b943fc) |
| 9852 | 2026-08-31T01:00:21.916Z | |
| 9853 | 2026-08-31T01:00:21.916Z | running 0 tests |
| 9854 | 2026-08-31T01:00:21.916Z | |
| 9855 | 2026-08-31T01:00:21.916Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9856 | 2026-08-31T01:00:21.916Z | |
| 9857 | 2026-08-31T01:00:21.916Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-010cc57018614502) |
| 9858 | 2026-08-31T01:00:21.916Z | |
| 9859 | 2026-08-31T01:00:21.916Z | running 6 tests |
| 9860 | 2026-08-31T01:00:21.916Z | test tests::test_parse_client_port_id ... ok |
| 9861 | 2026-08-31T01:00:21.916Z | test tests::test_port_id_cmp ... ok |
| 9862 | 2026-08-31T01:00:21.916Z | test tests::test_full_lot_id_neither_present ... ok |
| 9863 | 2026-08-31T01:00:21.916Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 9864 | 2026-08-31T01:00:21.916Z | test tests::test_full_lot_id_lot_only ... ok |
| 9865 | 2026-08-31T01:00:21.916Z | test tests::test_full_lot_id_both_present ... ok |
| 9866 | 2026-08-31T01:00:21.916Z | |
| 9867 | 2026-08-31T01:00:21.916Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9868 | 2026-08-31T01:00:21.916Z | |
| 9869 | 2026-08-31T01:00:21.916Z | Running tests/test_all.rs (target/debug/deps/test_all-8956ce6591e34167) |
| 9870 | 2026-08-31T01:00:21.916Z | |
| 9871 | 2026-08-31T01:00:21.916Z | running 6 tests |
| 9872 | 2026-08-31T01:00:24.923Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
| 9873 | 2026-08-31T01:00:24.927Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
| 9874 | 2026-08-31T01:00:24.927Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
| 9875 | 2026-08-31T01:00:24.932Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
| 9876 | 2026-08-31T01:00:25.262Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
| 9877 | 2026-08-31T01:00:26.417Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... ok |
| 9878 | 2026-08-31T01:00:26.417Z | |
| 9879 | 2026-08-31T01:00:26.417Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.50s |
| 9880 | 2026-08-31T01:00:26.417Z | |
| 9881 | 2026-08-31T01:00:26.424Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-13ccc83203b2fded) |
| 9882 | 2026-08-31T01:00:26.427Z | |
| 9883 | 2026-08-31T01:00:26.427Z | running 0 tests |
| 9884 | 2026-08-31T01:00:26.427Z | |
| 9885 | 2026-08-31T01:00:26.427Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9886 | 2026-08-31T01:00:26.427Z | |
| 9887 | 2026-08-31T01:00:26.427Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a087f10fd23084c3) |
| 9888 | 2026-08-31T01:00:26.448Z | |
| 9889 | 2026-08-31T01:00:26.448Z | running 15 tests |
| 9890 | 2026-08-31T01:00:26.451Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 9891 | 2026-08-31T01:00:26.452Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 9892 | 2026-08-31T01:00:26.452Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 9893 | 2026-08-31T01:00:26.452Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 9894 | 2026-08-31T01:00:26.452Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 9895 | 2026-08-31T01:00:26.452Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 9896 | 2026-08-31T01:00:26.452Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 9897 | 2026-08-31T01:00:26.452Z | test v1::network::tests::test_equal ... ok |
| 9898 | 2026-08-31T01:00:26.452Z | test v1::network::tests::test_eui64 ... ok |
| 9899 | 2026-08-31T01:00:26.452Z | test v1::network::tests::test_into ... ok |
| 9900 | 2026-08-31T01:00:26.452Z | test v1::network::tests::test_not_equal ... ok |
| 9901 | 2026-08-31T01:00:26.452Z | test v1::network::tests::test_to_string ... ok |
| 9902 | 2026-08-31T01:00:26.452Z | test v1::network::tests::test_parse ... ok |
| 9903 | 2026-08-31T01:00:26.455Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 9904 | 2026-08-31T01:00:26.455Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 9905 | 2026-08-31T01:00:26.455Z | |
| 9906 | 2026-08-31T01:00:26.455Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 9907 | 2026-08-31T01:00:26.456Z | |
| 9908 | 2026-08-31T01:00:26.459Z | Running unittests src/lib.rs (target/debug/deps/packet-ba01ebb1966a5934) |
| 9909 | 2026-08-31T01:00:26.482Z | |
| 9910 | 2026-08-31T01:00:26.482Z | running 12 tests |
| 9911 | 2026-08-31T01:00:26.486Z | test icmp::test_v4_checksum ... ok |
| 9912 | 2026-08-31T01:00:26.486Z | test icmp::test_v6_checksum ... ok |
| 9913 | 2026-08-31T01:00:26.486Z | test ipv6::test_ipv6_parse ... ok |
| 9914 | 2026-08-31T01:00:26.486Z | test lldp::test_lldp_parse ... ok |
| 9915 | 2026-08-31T01:00:26.486Z | test pbuf::test_byte ... ok |
| 9916 | 2026-08-31T01:00:26.486Z | test pbuf::test_nibble ... ok |
| 9917 | 2026-08-31T01:00:26.486Z | test pbuf::test_short ... ok |
| 9918 | 2026-08-31T01:00:26.486Z | test pbuf::test_twelve ... ok |
| 9919 | 2026-08-31T01:00:26.486Z | test pbuf::test_overflow ... ok |
| 9920 | 2026-08-31T01:00:26.486Z | test pbuf::test_word ... ok |
| 9921 | 2026-08-31T01:00:26.486Z | test tcp::test_checksum_syn_nodata ... ok |
| 9922 | 2026-08-31T01:00:26.486Z | test tcp::test_checksum_ack_data ... ok |
| 9923 | 2026-08-31T01:00:26.486Z | |
| 9924 | 2026-08-31T01:00:26.486Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9925 | 2026-08-31T01:00:26.486Z | |
| 9926 | 2026-08-31T01:00:26.490Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 9927 | 2026-08-31T01:00:26.493Z | |
| 9928 | 2026-08-31T01:00:26.493Z | running 0 tests |
| 9929 | 2026-08-31T01:00:26.493Z | |
| 9930 | 2026-08-31T01:00:26.493Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9931 | 2026-08-31T01:00:26.493Z | |
| 9932 | 2026-08-31T01:00:26.493Z | Running unittests src/main.rs (target/debug/deps/swadm-3cab8fcc95f76afd) |
| 9933 | 2026-08-31T01:00:26.497Z | |
| 9934 | 2026-08-31T01:00:26.497Z | running 5 tests |
| 9935 | 2026-08-31T01:00:26.501Z | test switchport::test::test_compute_lanes ... ok |
| 9936 | 2026-08-31T01:00:26.501Z | test switchport::test::port_id_ordering ... ok |
| 9937 | 2026-08-31T01:00:26.501Z | Lane 0 Lane 0Lane 1 Lane 2 Lane 1Lane 3 |
| 9938 | 2026-08-31T01:00:26.501Z | Lane 2 Rx Loss-of-lock: Yes Lane 3Yes |
| 9939 | 2026-08-31T01:00:26.501Z | Yes Yes |
| 9940 | 2026-08-31T01:00:26.501Z | State: Activated Rx Loss-of-signal: YesActivated YesActivated YesActivated |
| 9941 | 2026-08-31T01:00:26.501Z | Yes |
| 9942 | 2026-08-31T01:00:26.501Z | Rx Output Enabled: false Rx CDR Enabled: Yes falseYes falseYes falseYes |
| 9943 | 2026-08-31T01:00:26.501Z | |
| 9944 | 2026-08-31T01:00:26.502Z | Rx Output Status: valid Tx Enabled: Yes valid Yesvalid valid |
| 9945 | 2026-08-31T01:00:26.502Z | Yes Yes Rx Loss-of-lock: true |
| 9946 | 2026-08-31T01:00:26.502Z | Tx Loss-of-lock: Notrue true Notrue |
| 9947 | 2026-08-31T01:00:26.502Z | Rx Loss-of-signal: false No falseNo |
| 9948 | 2026-08-31T01:00:26.502Z | false Tx Loss-of-signal: Nofalse |
| 9949 | 2026-08-31T01:00:26.502Z | Rx Auto-squelch Disable: true Notrue No trueNo |
| 9950 | 2026-08-31T01:00:26.502Z | true |
| 9951 | 2026-08-31T01:00:26.502Z | Tx CDR Enabled: No Tx Output Enabled: true No trueNo Notrue |
| 9952 | 2026-08-31T01:00:26.502Z | true |
| 9953 | 2026-08-31T01:00:26.502Z | Tx Adaptive EQ Fault: No Tx Output Status: invalid Noinvalid Noinvalid Noinvalid |
| 9954 | 2026-08-31T01:00:26.502Z | |
| 9955 | 2026-08-31T01:00:26.502Z | Tx Fault: Yes Tx Loss-of-lock: false Yes false Yesfalse Yesfalse |
| 9956 | 2026-08-31T01:00:26.502Z | |
| 9957 | 2026-08-31T01:00:26.502Z | Tx Loss-of-signal: true true true true |
| 9958 | 2026-08-31T01:00:26.502Z | Tx Auto-squelch Disable: false false false false |
| 9959 | 2026-08-31T01:00:26.502Z | Tx Adaptive EQ Fail: true true true true |
| 9960 | 2026-08-31T01:00:26.502Z | Tx Failure: false false false false |
| 9961 | 2026-08-31T01:00:26.502Z | Tx Force Squelch: true true true true |
| 9962 | 2026-08-31T01:00:26.502Z | Tx Input Polarity: normal normal normal normal |
| 9963 | 2026-08-31T01:00:26.502Z | test switchport::test::test_print_sff_datapath ... ok |
| 9964 | 2026-08-31T01:00:26.502Z | test switchport::test::test_print_cmis_datapath ... ok |
| 9965 | 2026-08-31T01:00:26.502Z | test link::test_filter ... ok |
| 9966 | 2026-08-31T01:00:26.502Z | |
| 9967 | 2026-08-31T01:00:26.502Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9968 | 2026-08-31T01:00:26.502Z | |
| 9969 | 2026-08-31T01:00:26.502Z | Running tests/counters.rs (target/debug/deps/counters-adc46d7ad514a7fd) |
| 9970 | 2026-08-31T01:00:26.506Z | |
| 9971 | 2026-08-31T01:00:26.506Z | running 1 test |
| 9972 | 2026-08-31T01:00:26.509Z | test test_p4_counter_list ... ignored |
| 9973 | 2026-08-31T01:00:26.509Z | |
| 9974 | 2026-08-31T01:00:26.509Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9975 | 2026-08-31T01:00:26.509Z | |
| 9976 | 2026-08-31T01:00:26.509Z | Running tests/port-link.rs (target/debug/deps/port_link-28f05c94768857aa) |
| 9977 | 2026-08-31T01:00:26.512Z | |
| 9978 | 2026-08-31T01:00:26.512Z | running 5 tests |
| 9979 | 2026-08-31T01:00:26.512Z | test test_an ... ignored |
| 9980 | 2026-08-31T01:00:26.512Z | test test_enable ... ignored |
| 9981 | 2026-08-31T01:00:26.512Z | test test_ip_addresses ... ignored |
| 9982 | 2026-08-31T01:00:26.512Z | test test_kr ... ignored |
| 9983 | 2026-08-31T01:00:26.513Z | test test_mac ... ignored |
| 9984 | 2026-08-31T01:00:26.513Z | |
| 9985 | 2026-08-31T01:00:26.513Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9986 | 2026-08-31T01:00:26.513Z | |
| 9987 | 2026-08-31T01:00:26.513Z | Running unittests src/main.rs (target/debug/deps/tfportd-902caed4cd2c2ea0) |
| 9988 | 2026-08-31T01:00:26.516Z | |
| 9989 | 2026-08-31T01:00:26.516Z | running 3 tests |
| 9990 | 2026-08-31T01:00:26.519Z | test linklocal::test_parse_ipadm ... ok |
| 9991 | 2026-08-31T01:00:26.519Z | test tfport::test_parse_tfport ... ok |
| 9992 | 2026-08-31T01:00:26.519Z | test config::tests::test_updates ... ok |
| 9993 | 2026-08-31T01:00:26.519Z | |
| 9994 | 2026-08-31T01:00:26.519Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9995 | 2026-08-31T01:00:26.519Z | |
| 9996 | 2026-08-31T01:00:26.519Z | Running unittests src/main.rs (target/debug/deps/uplinkd-58387cf59eafe330) |
| 9997 | 2026-08-31T01:00:26.524Z | |
| 9998 | 2026-08-31T01:00:26.524Z | running 0 tests |
| 9999 | 2026-08-31T01:00:26.524Z | |
| 10000 | 2026-08-31T01:00:26.524Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10001 | 2026-08-31T01:00:26.524Z | |
| 10002 | 2026-08-31T01:00:26.527Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 10003 | 2026-08-31T01:00:26.530Z | |
| 10004 | 2026-08-31T01:00:26.530Z | running 0 tests |
| 10005 | 2026-08-31T01:00:26.530Z | |
| 10006 | 2026-08-31T01:00:26.530Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10007 | 2026-08-31T01:00:26.530Z | |
| 10008 | 2026-08-31T01:00:26.533Z | Doc-tests aal |
| 10009 | 2026-08-31T01:00:27.055Z | |
| 10010 | 2026-08-31T01:00:27.055Z | running 0 tests |
| 10011 | 2026-08-31T01:00:27.055Z | |
| 10012 | 2026-08-31T01:00:27.058Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10013 | 2026-08-31T01:00:27.058Z | |
| 10014 | 2026-08-31T01:00:27.083Z | Doc-tests aal_macros |
| 10015 | 2026-08-31T01:00:27.158Z | |
| 10016 | 2026-08-31T01:00:27.158Z | running 0 tests |
| 10017 | 2026-08-31T01:00:27.158Z | |
| 10018 | 2026-08-31T01:00:27.158Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10019 | 2026-08-31T01:00:27.158Z | |
| 10020 | 2026-08-31T01:00:27.168Z | Doc-tests common |
| 10021 | 2026-08-31T01:00:27.407Z | |
| 10022 | 2026-08-31T01:00:27.407Z | running 0 tests |
| 10023 | 2026-08-31T01:00:27.407Z | |
| 10024 | 2026-08-31T01:00:27.408Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10025 | 2026-08-31T01:00:27.408Z | |
| 10026 | 2026-08-31T01:00:27.434Z | Doc-tests dpd_api |
| 10027 | 2026-08-31T01:00:28.223Z | |
| 10028 | 2026-08-31T01:00:28.223Z | running 2 tests |
| 10029 | 2026-08-31T01:00:28.223Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 10030 | 2026-08-31T01:00:28.223Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 10031 | 2026-08-31T01:00:28.223Z | |
| 10032 | 2026-08-31T01:00:28.223Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10033 | 2026-08-31T01:00:28.223Z | |
| 10034 | 2026-08-31T01:00:28.253Z | Doc-tests dpd_client |
| 10035 | 2026-08-31T01:00:29.741Z | |
| 10036 | 2026-08-31T01:00:29.741Z | running 0 tests |
| 10037 | 2026-08-31T01:00:29.741Z | |
| 10038 | 2026-08-31T01:00:29.741Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10039 | 2026-08-31T01:00:29.741Z | |
| 10040 | 2026-08-31T01:00:29.796Z | Doc-tests dpd_types |
| 10041 | 2026-08-31T01:00:29.976Z | |
| 10042 | 2026-08-31T01:00:29.976Z | running 0 tests |
| 10043 | 2026-08-31T01:00:29.977Z | |
| 10044 | 2026-08-31T01:00:29.977Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10045 | 2026-08-31T01:00:29.977Z | |
| 10046 | 2026-08-31T01:00:30.001Z | Doc-tests dpd_types_versions |
| 10047 | 2026-08-31T01:00:31.547Z | |
| 10048 | 2026-08-31T01:00:31.547Z | running 1 test |
| 10049 | 2026-08-31T01:00:31.547Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 10050 | 2026-08-31T01:00:31.548Z | |
| 10051 | 2026-08-31T01:00:31.548Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10052 | 2026-08-31T01:00:31.548Z | |
| 10053 | 2026-08-31T01:00:31.598Z | Doc-tests packet |
| 10054 | 2026-08-31T01:00:31.820Z | |
| 10055 | 2026-08-31T01:00:31.821Z | running 0 tests |
| 10056 | 2026-08-31T01:00:31.821Z | |
| 10057 | 2026-08-31T01:00:31.821Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10058 | 2026-08-31T01:00:31.821Z | |
| 10059 | 2026-08-31T01:00:31.847Z | Doc-tests pcap |
| 10060 | 2026-08-31T01:00:31.901Z | |
| 10061 | 2026-08-31T01:00:31.901Z | running 0 tests |
| 10062 | 2026-08-31T01:00:31.901Z | |
| 10063 | 2026-08-31T01:00:31.901Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10064 | 2026-08-31T01:00:31.901Z | |
| 10065 | 2026-08-31T01:00:31.952Z | process exited: duration 599567 ms, exit code 0 |
| |
| 10066 | 2026-08-31T01:00:31.961Z | found 0 output files |