|
|
|
| 1 | 2026-09-08T03:49:39.026Z | job assigned to worker 01M1ZJ3XCE0V278CTXKA97N0HX [factory aws, i-0cffde16dfc70ab67] (queued for 1 m 1 s) |
| |
| 2 | 2026-09-08T03:49:45.208Z | starting task 0: "setup" |
| 3 | 2026-09-08T03:49:45.213Z | ++ uname -s |
| 4 | 2026-09-08T03:49:45.216Z | + kern=SunOS |
| 5 | 2026-09-08T03:49:45.216Z | + build_user=build |
| 6 | 2026-09-08T03:49:45.216Z | + build_uid=12345 |
| 7 | 2026-09-08T03:49:45.216Z | + work_dir=/work |
| 8 | 2026-09-08T03:49:45.216Z | + input_dir=/input |
| 9 | 2026-09-08T03:49:45.216Z | + [[ 0 == 12345 ]] |
| 10 | 2026-09-08T03:49:45.216Z | + case "$kern" in |
| 11 | 2026-09-08T03:49:45.216Z | + groupadd -g 12345 build |
| 12 | 2026-09-08T03:49:45.216Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-09-08T03:49:47.220Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-09-08T03:49:47.306Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-09-08T03:49:47.309Z | + home_fs=zfs |
| 16 | 2026-09-08T03:49:47.309Z | + [[ zfs == autofs ]] |
| 17 | 2026-09-08T03:49:47.309Z | + mkdir -p /home/build |
| 18 | 2026-09-08T03:49:47.309Z | + chown build:build /home/build /work |
| 19 | 2026-09-08T03:49:49.310Z | + chmod 0700 /home/build /work |
| 20 | 2026-09-08T03:49:49.313Z | process exited: duration 4106 ms, exit code 0 |
| |
| 21 | 2026-09-08T03:49:49.319Z | starting task 1: "rust-toolchain" |
| 22 | 2026-09-08T03:49:49.323Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-09-08T03:49:49.323Z | * rust toolchain channel = "1.90.0" |
| 24 | 2026-09-08T03:49:49.323Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-09-08T03:49:49.326Z | * rust toolchain profile = "default" |
| 26 | 2026-09-08T03:49:49.326Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-09-08T03:49:49.326Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-09-08T03:49:49.326Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-09-08T03:49:49.326Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-09-08T03:49:49.437Z | info: downloading installer |
| 31 | 2026-09-08T03:49:50.901Z | info: profile set to default |
| 32 | 2026-09-08T03:49:50.901Z | info: default host tuple is x86_64-unknown-illumos |
| 33 | 2026-09-08T03:49:50.904Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 34 | 2026-09-08T03:49:51.071Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 35 | 2026-09-08T03:49:51.074Z | info: downloading 6 components |
| 36 | 2026-09-08T03:50:05.595Z | info: default toolchain set to 1.90.0-x86_64-unknown-illumos |
| 37 | 2026-09-08T03:50:05.595Z | |
| 38 | 2026-09-08T03:50:05.623Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 39 | 2026-09-08T03:50:05.623Z | |
| 40 | 2026-09-08T03:50:05.626Z | |
| 41 | 2026-09-08T03:50:05.626Z | Rust is installed now. Great! |
| 42 | 2026-09-08T03:50:05.626Z | |
| 43 | 2026-09-08T03:50:05.626Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 44 | 2026-09-08T03:50:05.626Z | environment variable. This has not been done automatically. |
| 45 | 2026-09-08T03:50:05.626Z | |
| 46 | 2026-09-08T03:50:05.626Z | To configure your current shell, you need to source |
| 47 | 2026-09-08T03:50:05.626Z | the corresponding env file under $HOME/.cargo. |
| 48 | 2026-09-08T03:50:05.626Z | |
| 49 | 2026-09-08T03:50:05.627Z | Consider running the right command for your shell (note the leading DOT): |
| 50 | 2026-09-08T03:50:05.627Z | . "$HOME/.cargo/env" # For sh/ash/dash/pdksh |
| 51 | 2026-09-08T03:50:05.627Z | cargo:rerun-if-env-changed=CC_x86_64-unknown-illumos |
| 52 | 2026-09-08T03:50:05.627Z | CC_x86_64-unknown-illumos = None |
| 53 | 2026-09-08T03:50:05.627Z | cargo:rerun-if-env-changed=CC_x86_64_unknown_illumos |
| 54 | 2026-09-08T03:50:05.627Z | CC_x86_64_unknown_illumos = None |
| 55 | 2026-09-08T03:50:05.627Z | cargo:rerun-if-env-changed=HOST_CC |
| 56 | 2026-09-08T03:50:05.627Z | HOST_CC = None |
| 57 | 2026-09-08T03:50:05.627Z | cargo:rerun-if-env-changed=CC |
| 58 | 2026-09-08T03:50:05.627Z | CC = None |
| 59 | 2026-09-08T03:50:05.627Z | cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT |
| 60 | 2026-09-08T03:50:05.819Z | cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS |
| 61 | 2026-09-08T03:50:05.819Z | CRATE_CC_NO_DEFAULTS = None |
| 62 | 2026-09-08T03:50:05.819Z | cargo:rerun-if-env-changed=CFLAGS |
| 63 | 2026-09-08T03:50:05.819Z | CFLAGS = None |
| 64 | 2026-09-08T03:50:05.819Z | cargo:rerun-if-env-changed=HOST_CFLAGS |
| 65 | 2026-09-08T03:50:05.819Z | HOST_CFLAGS = None |
| 66 | 2026-09-08T03:50:05.819Z | cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos |
| 67 | 2026-09-08T03:50:05.819Z | CFLAGS_x86_64_unknown_illumos = None |
| 68 | 2026-09-08T03:50:05.819Z | cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos |
| 69 | 2026-09-08T03:50:05.819Z | CFLAGS_x86_64-unknown-illumos = None |
| 70 | 2026-09-08T03:50:05.913Z | + rustup --version |
| 71 | 2026-09-08T03:50:05.923Z | rustup 1.29.1 (d95a37b6a 2026-08-13) |
| 72 | 2026-09-08T03:50:05.927Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 73 | 2026-09-08T03:50:05.944Z | info: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 74 | 2026-09-08T03:50:05.947Z | + cargo --version |
| 75 | 2026-09-08T03:50:05.958Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 76 | 2026-09-08T03:50:05.961Z | + rustc --version |
| 77 | 2026-09-08T03:50:05.981Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 78 | 2026-09-08T03:50:05.984Z | process exited: duration 16664 ms, exit code 0 |
| |
| 79 | 2026-09-08T03:50:05.990Z | starting task 2: "authentication" |
| 80 | 2026-09-08T03:50:06.007Z | process exited: duration 16 ms, exit code 0 |
| |
| 81 | 2026-09-08T03:50:06.016Z | starting task 3: "clone repository" |
| 82 | 2026-09-08T03:50:06.019Z | + mkdir -p /work/oxidecomputer/dendrite |
| 83 | 2026-09-08T03:50:06.019Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 84 | 2026-09-08T03:50:06.050Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 85 | 2026-09-08T03:50:06.871Z | + cd /work/oxidecomputer/dendrite |
| 86 | 2026-09-08T03:50:06.871Z | + git fetch origin 22b3957ff1a9eac796f8b12e3fa7ce66d86c05bd |
| 87 | 2026-09-08T03:50:07.156Z | From https://github.com/oxidecomputer/dendrite |
| 88 | 2026-09-08T03:50:07.156Z | * branch 22b3957ff1a9eac796f8b12e3fa7ce66d86c05bd -> FETCH_HEAD |
| 89 | 2026-09-08T03:50:07.163Z | + [[ -n zl/mcast-p4-counters ]] |
| 90 | 2026-09-08T03:50:07.166Z | ++ git branch --show-current |
| 91 | 2026-09-08T03:50:07.166Z | + current=main |
| 92 | 2026-09-08T03:50:07.167Z | + [[ main != zl/mcast-p4-counters ]] |
| 93 | 2026-09-08T03:50:07.167Z | + git branch -f zl/mcast-p4-counters 22b3957ff1a9eac796f8b12e3fa7ce66d86c05bd |
| 94 | 2026-09-08T03:50:07.171Z | + git checkout -f zl/mcast-p4-counters |
| 95 | 2026-09-08T03:50:07.187Z | Switched to branch 'zl/mcast-p4-counters' |
| 96 | 2026-09-08T03:50:07.190Z | + git reset --hard 22b3957ff1a9eac796f8b12e3fa7ce66d86c05bd |
| 97 | 2026-09-08T03:50:07.193Z | HEAD is now at 22b3957 [p4, sidecar] fix underlay/external mcast counter ops |
| 98 | 2026-09-08T03:50:07.193Z | process exited: duration 1178 ms, exit code 0 |
| |
| 99 | 2026-09-08T03:50:07.201Z | starting task 4: "build" |
| 100 | 2026-09-08T03:50:07.204Z | + source .github/buildomat/common.sh |
| 101 | 2026-09-08T03:50:07.204Z | ++ TOFINO_STAGES=20 |
| 102 | 2026-09-08T03:50:07.204Z | ++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94 |
| 103 | 2026-09-08T03:50:07.204Z | ++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 104 | 2026-09-08T03:50:07.205Z | ++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b |
| 105 | 2026-09-08T03:50:07.208Z | +++ uname -s |
| 106 | 2026-09-08T03:50:07.208Z | ++ '[' SunOS == SunOS ']' |
| 107 | 2026-09-08T03:50:07.208Z | ++ SERIES=illumos |
| 108 | 2026-09-08T03:50:07.208Z | +++ uname -s |
| 109 | 2026-09-08T03:50:07.208Z | ++ '[' SunOS == SunOS ']' |
| 110 | 2026-09-08T03:50:07.208Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94 |
| 111 | 2026-09-08T03:50:07.208Z | ++ rustup show active-toolchain |
| 112 | 2026-09-08T03:50:07.212Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 113 | 2026-09-08T03:50:07.216Z | + source .github/buildomat/illumos.sh |
| 114 | 2026-09-08T03:50:07.216Z | ++ banner 'sde setup' |
| 115 | 2026-09-08T03:50:07.216Z | |
| 116 | 2026-09-08T03:50:07.216Z | #### ##### ###### #### ###### ##### # # ##### |
| 117 | 2026-09-08T03:50:07.217Z | # # # # # # # # # # # |
| 118 | 2026-09-08T03:50:07.217Z | #### # # ##### #### ##### # # # # # |
| 119 | 2026-09-08T03:50:07.217Z | # # # # # # # # # ##### |
| 120 | 2026-09-08T03:50:07.217Z | # # # # # # # # # # # # |
| 121 | 2026-09-08T03:50:07.217Z | #### ##### ###### #### ###### # #### # |
| 122 | 2026-09-08T03:50:07.217Z | |
| 123 | 2026-09-08T03:50:07.217Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 124 | 2026-09-08T03:50:07.217Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 125 | 2026-09-08T03:50:07.217Z | ++ export PKG=tofino_sde.p5p |
| 126 | 2026-09-08T03:50:07.217Z | ++ PKG=tofino_sde.p5p |
| 127 | 2026-09-08T03:50:07.217Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p |
| 128 | 2026-09-08T03:50:07.220Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 129 | 2026-09-08T03:50:07.220Z | Dload Upload Total Spent Left Speed |
| 130 | 2026-09-08T03:50:09.728Z |
0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 00:01 0
50 76.03M 50 38.69M 0 0 19.22M 0 00:03 00:02 00:01 19.22M
100 76.03M 100 76.03M 0 0 30.32M 0 00:02 00:02 19.22M
100 76.03M 100 76.03M 0 0 30.32M 0 00:02 00:02 19.22M
100 76.03M 100 76.03M 0 0 30.32M 0 00:02 00:02 19.22M |
| 131 | 2026-09-08T03:50:09.732Z | +++ digest -a sha256 tofino_sde.p5p |
| 132 | 2026-09-08T03:50:09.780Z | ++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 133 | 2026-09-08T03:50:09.780Z | ++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']' |
| 134 | 2026-09-08T03:50:09.783Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 135 | 2026-09-08T03:50:11.836Z | Startup: Refreshing catalog 'helios' ... Done |
| 136 | 2026-09-08T03:50:12.260Z | Startup: Caching catalogs ... Done |
| 137 | 2026-09-08T03:50:12.317Z | Startup: Refreshing catalog 'oxide' ... Done |
| 138 | 2026-09-08T03:50:15.103Z | Planning: Solver setup ... Done |
| 139 | 2026-09-08T03:50:15.171Z | Planning: Running solver ... Done |
| 140 | 2026-09-08T03:50:15.223Z | Planning: Finding local manifests ... Done |
| 141 | 2026-09-08T03:50:15.226Z | Planning: Fetching manifests: 1/1 100% complete |
| 142 | 2026-09-08T03:50:15.230Z | Planning: Fetching manifests: 1/1 100% complete |
| 143 | 2026-09-08T03:50:15.244Z | Planning: Package planning ... Done |
| 144 | 2026-09-08T03:50:15.247Z | Planning: Merging actions ... Done |
| 145 | 2026-09-08T03:50:15.331Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-09-08T03:50:15.334Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-09-08T03:50:16.066Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-09-08T03:50:16.069Z | Planning: Planning completed in 3.71 seconds |
| 149 | 2026-09-08T03:50:16.074Z | Packages to install: 1 |
| 150 | 2026-09-08T03:50:16.077Z | Create boot environment: No |
| 151 | 2026-09-08T03:50:16.077Z | Create backup boot environment: No |
| 152 | 2026-09-08T03:50:16.098Z | |
| 153 | 2026-09-08T03:50:16.098Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 154 | 2026-09-08T03:50:16.231Z | Download: Completed 75.30 MB in 0.13 seconds (567M/s) |
| 155 | 2026-09-08T03:50:16.473Z | Actions: 1/293 actions (Installing new actions) |
| 156 | 2026-09-08T03:50:17.448Z | Actions: Completed 293 actions in 0.97 seconds. |
| 157 | 2026-09-08T03:50:17.451Z | Finalize: Updating package state database ... Done |
| 158 | 2026-09-08T03:50:17.489Z | Finalize: Updating package cache ... Done |
| 159 | 2026-09-08T03:50:17.595Z | Finalize: Updating image state ... Done |
| 160 | 2026-09-08T03:50:20.186Z | Finalize: Creating fast lookup database ... Done |
| 161 | 2026-09-08T03:50:20.257Z | Finalize: Reading search index ... Done |
| 162 | 2026-09-08T03:50:20.260Z | Finalize: Updating search index ... Done |
| 163 | 2026-09-08T03:50:20.457Z | Finalize: Updating package cache ... Done |
| 164 | 2026-09-08T03:50:20.622Z | ++ export SDE=/opt/oxide/tofino_sde |
| 165 | 2026-09-08T03:50:20.622Z | ++ SDE=/opt/oxide/tofino_sde |
| 166 | 2026-09-08T03:50:20.622Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 167 | 2026-09-08T03:50:20.622Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 168 | 2026-09-08T03:50:20.623Z | ++ banner packages |
| 169 | 2026-09-08T03:50:20.626Z | |
| 170 | 2026-09-08T03:50:20.626Z | ##### ## #### # # ## #### ###### #### |
| 171 | 2026-09-08T03:50:20.626Z | # # # # # # # # # # # # # # |
| 172 | 2026-09-08T03:50:20.626Z | # # # # # #### # # # ##### #### |
| 173 | 2026-09-08T03:50:20.626Z | ##### ###### # # # ###### # ### # # |
| 174 | 2026-09-08T03:50:20.626Z | # # # # # # # # # # # # # # |
| 175 | 2026-09-08T03:50:20.626Z | # # # #### # # # # #### ###### #### |
| 176 | 2026-09-08T03:50:20.626Z | |
| 177 | 2026-09-08T03:50:20.626Z | ++ pfexec pkg install clang-15 pcap gcc14 |
| 178 | 2026-09-08T03:50:20.893Z | Startup: Refreshing catalog 'helios' ... Done |
| 179 | 2026-09-08T03:50:20.896Z | Startup: Refreshing catalog 'oxide' ... Done |
| 180 | 2026-09-08T03:50:23.323Z | Planning: Solver setup ... Done |
| 181 | 2026-09-08T03:50:23.392Z | Planning: Running solver ... Done |
| 182 | 2026-09-08T03:50:23.445Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-09-08T03:50:23.448Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-09-08T03:50:23.448Z | Planning: Planning completed in 2.55 seconds |
| 185 | 2026-09-08T03:50:23.462Z | No updates necessary for this image. |
| 186 | 2026-09-08T03:50:23.608Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 187 | 2026-09-08T03:50:23.818Z | Planning: Evaluating mediator changes ... Done |
| 188 | 2026-09-08T03:50:23.922Z | Planning: Checking for conflicting actions ... Done |
| 189 | 2026-09-08T03:50:23.925Z | Planning: Consolidating action changes ... Done |
| 190 | 2026-09-08T03:50:24.078Z | Planning: Evaluating mediators ... Done |
| 191 | 2026-09-08T03:50:24.081Z | Planning: Planning completed in 0.26 seconds |
| 192 | 2026-09-08T03:50:24.102Z | Mediators to change: 2 |
| 193 | 2026-09-08T03:50:24.102Z | Create boot environment: No |
| 194 | 2026-09-08T03:50:24.105Z | Create backup boot environment: No |
| 195 | 2026-09-08T03:50:24.141Z | Finalize: Updating package state database ... Done |
| 196 | 2026-09-08T03:50:24.141Z | Finalize: Updating package cache ... Done |
| 197 | 2026-09-08T03:50:24.201Z | Finalize: Updating image state ... Done |
| 198 | 2026-09-08T03:50:26.138Z | Finalize: Creating fast lookup database ... Done |
| 199 | 2026-09-08T03:50:26.198Z | Finalize: Reading search index ... Done |
| 200 | 2026-09-08T03:50:26.201Z | Finalize: Updating search index ... Done |
| 201 | 2026-09-08T03:50:26.264Z | Finalize: Updating package cache ... Done |
| 202 | 2026-09-08T03:50:26.335Z | ++ cargo --version |
| 203 | 2026-09-08T03:50:26.344Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 204 | 2026-09-08T03:50:26.348Z | ++ rustc --version |
| 205 | 2026-09-08T03:50:26.367Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 206 | 2026-09-08T03:50:26.370Z | + banner copyrights |
| 207 | 2026-09-08T03:50:26.373Z | |
| 208 | 2026-09-08T03:50:26.373Z | #### #### ##### # # ##### # #### # # ##### #### |
| 209 | 2026-09-08T03:50:26.373Z | # # # # # # # # # # # # # # # # # |
| 210 | 2026-09-08T03:50:26.373Z | # # # # # # # # # # ###### # #### |
| 211 | 2026-09-08T03:50:26.373Z | # # # ##### # ##### # # ### # # # # |
| 212 | 2026-09-08T03:50:26.373Z | # # # # # # # # # # # # # # # # |
| 213 | 2026-09-08T03:50:26.373Z | #### #### # # # # # #### # # # #### |
| 214 | 2026-09-08T03:50:26.373Z | |
| 215 | 2026-09-08T03:50:26.373Z | + ./tools/check_copyrights.sh |
| 216 | 2026-09-08T03:50:26.663Z | common/src/illumos.rs: Copyright with wrong year |
| 217 | 2026-09-08T03:50:27.568Z | dpd/p4/headers.p4: Copyright with wrong year |
| 218 | 2026-09-08T03:50:27.978Z | dpd/src/transceivers/stub_impl.rs: Copyright with wrong year |
| 219 | 2026-09-08T03:50:28.040Z | packet/src/eth.rs: Copyright with wrong year |
| 220 | 2026-09-08T03:50:28.132Z | pcap/build.rs: Copyright with wrong year |
| 221 | 2026-09-08T03:50:28.327Z | tfportd/src/linklocal.rs: Copyright with wrong year |
| 222 | 2026-09-08T03:50:28.517Z | uplinkd/src/sys.rs: Copyright with wrong year |
| 223 | 2026-09-08T03:50:28.558Z | + banner clippy |
| 224 | 2026-09-08T03:50:28.561Z | |
| 225 | 2026-09-08T03:50:28.561Z | #### # # ##### ##### # # |
| 226 | 2026-09-08T03:50:28.561Z | # # # # # # # # # # |
| 227 | 2026-09-08T03:50:28.561Z | # # # # # # # # |
| 228 | 2026-09-08T03:50:28.561Z | # # # ##### ##### # |
| 229 | 2026-09-08T03:50:28.561Z | # # # # # # # |
| 230 | 2026-09-08T03:50:28.561Z | #### ###### # # # # |
| 231 | 2026-09-08T03:50:28.561Z | |
| 232 | 2026-09-08T03:50:28.561Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 233 | 2026-09-08T03:50:28.561Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 234 | 2026-09-08T03:50:28.705Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 235 | 2026-09-08T03:50:39.155Z | Updating crates.io index |
| 236 | 2026-09-08T03:50:39.190Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 237 | 2026-09-08T03:50:39.710Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 238 | 2026-09-08T03:50:40.416Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 239 | 2026-09-08T03:50:40.699Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 240 | 2026-09-08T03:50:40.975Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 241 | 2026-09-08T03:50:41.940Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 242 | 2026-09-08T03:50:42.333Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 243 | 2026-09-08T03:50:42.585Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 244 | 2026-09-08T03:50:42.942Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 245 | 2026-09-08T03:50:43.305Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 246 | 2026-09-08T03:50:43.875Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 247 | 2026-09-08T03:50:44.842Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 248 | 2026-09-08T03:50:45.222Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 249 | 2026-09-08T03:50:45.769Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 250 | 2026-09-08T03:50:46.049Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 251 | 2026-09-08T03:50:46.717Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 252 | 2026-09-08T03:50:47.154Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 253 | 2026-09-08T03:50:47.789Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 254 | 2026-09-08T03:50:48.413Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 255 | 2026-09-08T03:50:48.741Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 256 | 2026-09-08T03:50:49.044Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 257 | 2026-09-08T03:50:50.258Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 258 | 2026-09-08T03:50:50.749Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 259 | 2026-09-08T03:50:51.369Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 260 | 2026-09-08T03:50:53.019Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 261 | 2026-09-08T03:50:53.841Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 262 | 2026-09-08T03:50:54.143Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 263 | 2026-09-08T03:50:54.545Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 264 | 2026-09-08T03:50:56.001Z | Downloading crates ... |
| 265 | 2026-09-08T03:50:56.083Z | Downloaded atomicwrites v0.4.4 |
| 266 | 2026-09-08T03:50:56.087Z | Downloaded cargo_metadata v0.18.1 |
| 267 | 2026-09-08T03:50:56.090Z | Downloaded dof v0.3.0 |
| 268 | 2026-09-08T03:50:56.093Z | Downloaded defmt-parser v1.0.0 |
| 269 | 2026-09-08T03:50:56.096Z | Downloaded blake2 v0.10.6 |
| 270 | 2026-09-08T03:50:56.096Z | Downloaded convert_case v0.4.0 |
| 271 | 2026-09-08T03:50:56.099Z | Downloaded async-compression v0.4.33 |
| 272 | 2026-09-08T03:50:56.102Z | Downloaded foreign-types-shared v0.1.1 |
| 273 | 2026-09-08T03:50:56.105Z | Downloaded critical-section v1.2.0 |
| 274 | 2026-09-08T03:50:56.108Z | Downloaded digest v0.10.7 |
| 275 | 2026-09-08T03:50:56.111Z | Downloaded foreign-types v0.3.2 |
| 276 | 2026-09-08T03:50:56.111Z | Downloaded heck v0.5.0 |
| 277 | 2026-09-08T03:50:56.114Z | Downloaded glob v0.3.3 |
| 278 | 2026-09-08T03:50:56.114Z | Downloaded anstyle-query v1.1.4 |
| 279 | 2026-09-08T03:50:56.117Z | Downloaded dyn-clone v1.0.20 |
| 280 | 2026-09-08T03:50:56.120Z | Downloaded bit-vec v0.8.0 |
| 281 | 2026-09-08T03:50:56.123Z | Downloaded futures v0.3.32 |
| 282 | 2026-09-08T03:50:56.126Z | Downloaded dunce v1.0.5 |
| 283 | 2026-09-08T03:50:56.126Z | Downloaded bytecount v0.6.9 |
| 284 | 2026-09-08T03:50:56.129Z | Downloaded cfg_aliases v0.2.1 |
| 285 | 2026-09-08T03:50:56.134Z | Downloaded hickory-resolver v0.24.4 |
| 286 | 2026-09-08T03:50:56.136Z | Downloaded csv-core v0.1.12 |
| 287 | 2026-09-08T03:50:56.137Z | Downloaded base64ct v1.8.0 |
| 288 | 2026-09-08T03:50:56.139Z | Downloaded console v0.16.4 |
| 289 | 2026-09-08T03:50:56.142Z | Downloaded backoff v0.4.0 |
| 290 | 2026-09-08T03:50:56.146Z | Downloaded crypto-common v0.1.6 |
| 291 | 2026-09-08T03:50:56.149Z | Downloaded chacha20 v0.9.1 |
| 292 | 2026-09-08T03:50:56.149Z | Downloaded generic-array v0.14.7 |
| 293 | 2026-09-08T03:50:56.153Z | Downloaded clap_lex v1.1.0 |
| 294 | 2026-09-08T03:50:56.153Z | Downloaded ciborium-io v0.2.2 |
| 295 | 2026-09-08T03:50:56.156Z | Downloaded compression-core v0.4.32 |
| 296 | 2026-09-08T03:50:56.156Z | Downloaded futures-io v0.3.32 |
| 297 | 2026-09-08T03:50:56.159Z | Downloaded dropshot v0.16.7 |
| 298 | 2026-09-08T03:50:56.172Z | Downloaded hostname v0.4.2 |
| 299 | 2026-09-08T03:50:56.175Z | Downloaded difflib v0.4.0 |
| 300 | 2026-09-08T03:50:56.175Z | Downloaded debug-ignore v1.0.5 |
| 301 | 2026-09-08T03:50:56.178Z | Downloaded hash32 v0.3.1 |
| 302 | 2026-09-08T03:50:56.181Z | Downloaded heck v0.4.1 |
| 303 | 2026-09-08T03:50:56.181Z | Downloaded adler2 v2.0.1 |
| 304 | 2026-09-08T03:50:56.184Z | Downloaded defmt-macros v1.0.1 |
| 305 | 2026-09-08T03:50:56.186Z | Downloaded hubpack v0.1.2 |
| 306 | 2026-09-08T03:50:56.187Z | Downloaded crypto-common v0.2.2 |
| 307 | 2026-09-08T03:50:56.189Z | Downloaded colorchoice v1.0.4 |
| 308 | 2026-09-08T03:50:56.192Z | Downloaded httpdate v1.0.3 |
| 309 | 2026-09-08T03:50:56.192Z | Downloaded hostname v0.3.1 |
| 310 | 2026-09-08T03:50:56.195Z | Downloaded foldhash v0.2.0 |
| 311 | 2026-09-08T03:50:56.198Z | Downloaded cpufeatures v0.3.0 |
| 312 | 2026-09-08T03:50:56.198Z | Downloaded futures-task v0.3.32 |
| 313 | 2026-09-08T03:50:56.201Z | Downloaded form_urlencoded v1.2.2 |
| 314 | 2026-09-08T03:50:56.204Z | Downloaded cargo-platform v0.1.9 |
| 315 | 2026-09-08T03:50:56.204Z | Downloaded atomic-waker v1.1.2 |
| 316 | 2026-09-08T03:50:56.207Z | Downloaded hex v0.4.3 |
| 317 | 2026-09-08T03:50:56.207Z | Downloaded data-encoding v2.9.0 |
| 318 | 2026-09-08T03:50:56.210Z | Downloaded globset v0.4.16 |
| 319 | 2026-09-08T03:50:56.213Z | Downloaded hubpack_derive v0.1.1 |
| 320 | 2026-09-08T03:50:56.213Z | Downloaded http-body v1.0.1 |
| 321 | 2026-09-08T03:50:56.218Z | Downloaded cstr-argument v0.1.2 |
| 322 | 2026-09-08T03:50:56.218Z | Downloaded git-stub v1.0.0 |
| 323 | 2026-09-08T03:50:56.222Z | Downloaded embedded-io v0.6.1 |
| 324 | 2026-09-08T03:50:56.222Z | Downloaded hyper-tls v0.6.0 |
| 325 | 2026-09-08T03:50:56.225Z | Downloaded byteorder v1.5.0 |
| 326 | 2026-09-08T03:50:56.225Z | Downloaded anstream v1.0.0 |
| 327 | 2026-09-08T03:50:56.228Z | Downloaded float-cmp v0.10.0 |
| 328 | 2026-09-08T03:50:56.228Z | Downloaded errno v0.3.14 |
| 329 | 2026-09-08T03:50:56.231Z | Downloaded gethostname v0.5.0 |
| 330 | 2026-09-08T03:50:56.233Z | Downloaded futures-core v0.3.32 |
| 331 | 2026-09-08T03:50:56.234Z | Downloaded fixedbitset v0.4.2 |
| 332 | 2026-09-08T03:50:56.237Z | Downloaded digest v0.11.3 |
| 333 | 2026-09-08T03:50:56.240Z | Downloaded indent_write v2.2.0 |
| 334 | 2026-09-08T03:50:56.243Z | Downloaded idna_adapter v1.2.1 |
| 335 | 2026-09-08T03:50:56.243Z | Downloaded inout v0.1.4 |
| 336 | 2026-09-08T03:50:56.246Z | Downloaded ident_case v1.0.1 |
| 337 | 2026-09-08T03:50:56.248Z | Downloaded is_terminal_polyfill v1.70.1 |
| 338 | 2026-09-08T03:50:56.248Z | Downloaded futures-macro v0.3.32 |
| 339 | 2026-09-08T03:50:56.251Z | Downloaded dof v0.4.0 |
| 340 | 2026-09-08T03:50:56.251Z | Downloaded filetime v0.2.26 |
| 341 | 2026-09-08T03:50:56.254Z | Downloaded itoa v1.0.15 |
| 342 | 2026-09-08T03:50:56.257Z | Downloaded instant v0.1.13 |
| 343 | 2026-09-08T03:50:56.258Z | Downloaded dropshot_endpoint v0.17.1 |
| 344 | 2026-09-08T03:50:56.261Z | Downloaded arrayvec v0.7.6 |
| 345 | 2026-09-08T03:50:56.264Z | Downloaded humantime v2.3.0 |
| 346 | 2026-09-08T03:50:56.264Z | Downloaded ciborium-ll v0.2.2 |
| 347 | 2026-09-08T03:50:56.267Z | Downloaded git-stub-vcs v0.1.0 |
| 348 | 2026-09-08T03:50:56.278Z | Downloaded deranged v0.5.3 |
| 349 | 2026-09-08T03:50:56.278Z | Downloaded fs-err v3.1.2 |
| 350 | 2026-09-08T03:50:56.278Z | Downloaded linked-hash-map v0.5.6 |
| 351 | 2026-09-08T03:50:56.278Z | Downloaded daft v0.1.5 |
| 352 | 2026-09-08T03:50:56.278Z | Downloaded cipher v0.4.4 |
| 353 | 2026-09-08T03:50:56.278Z | Downloaded bcs v0.1.6 |
| 354 | 2026-09-08T03:50:56.281Z | Downloaded lazy_static v1.5.0 |
| 355 | 2026-09-08T03:50:56.281Z | Downloaded ingot v0.1.1 |
| 356 | 2026-09-08T03:50:56.284Z | Downloaded colored v3.1.1 |
| 357 | 2026-09-08T03:50:56.289Z | Downloaded find-msvc-tools v0.1.9 |
| 358 | 2026-09-08T03:50:56.289Z | Downloaded managed v0.8.0 |
| 359 | 2026-09-08T03:50:56.292Z | Downloaded crossbeam-deque v0.8.6 |
| 360 | 2026-09-08T03:50:56.292Z | Downloaded crc32fast v1.5.0 |
| 361 | 2026-09-08T03:50:56.295Z | Downloaded macaddr v1.0.1 |
| 362 | 2026-09-08T03:50:56.295Z | Downloaded highway v1.3.0 |
| 363 | 2026-09-08T03:50:56.299Z | Downloaded defmt v1.0.1 |
| 364 | 2026-09-08T03:50:56.302Z | Downloaded memmap v0.7.0 |
| 365 | 2026-09-08T03:50:56.302Z | Downloaded memoffset v0.9.1 |
| 366 | 2026-09-08T03:50:56.305Z | Downloaded num v0.4.3 |
| 367 | 2026-09-08T03:50:56.305Z | Downloaded bytes v1.12.0 |
| 368 | 2026-09-08T03:50:56.308Z | Downloaded num_enum_derive v0.5.11 |
| 369 | 2026-09-08T03:50:56.311Z | Downloaded libscf-sys v1.2.0 |
| 370 | 2026-09-08T03:50:56.311Z | Downloaded ipnet v2.11.0 |
| 371 | 2026-09-08T03:50:56.314Z | Downloaded ipnetwork v0.21.1 |
| 372 | 2026-09-08T03:50:56.314Z | Downloaded ingot-types v0.1.2 |
| 373 | 2026-09-08T03:50:56.317Z | Downloaded num-derive v0.4.2 |
| 374 | 2026-09-08T03:50:56.320Z | Downloaded newtype_derive v0.1.6 |
| 375 | 2026-09-08T03:50:56.320Z | Downloaded newline-converter v0.3.0 |
| 376 | 2026-09-08T03:50:56.320Z | Downloaded num-iter v0.1.45 |
| 377 | 2026-09-08T03:50:56.324Z | Downloaded hyper-rustls v0.27.7 |
| 378 | 2026-09-08T03:50:56.327Z | Downloaded futures-channel v0.3.32 |
| 379 | 2026-09-08T03:50:56.327Z | Downloaded olpc-cjson v0.1.4 |
| 380 | 2026-09-08T03:50:56.327Z | Downloaded openssl-macros v0.1.1 |
| 381 | 2026-09-08T03:50:56.331Z | Downloaded newtype-uuid-macros v0.1.0 |
| 382 | 2026-09-08T03:50:56.331Z | Downloaded crossbeam-utils v0.8.21 |
| 383 | 2026-09-08T03:50:56.334Z | Downloaded clap_derive v4.6.1 |
| 384 | 2026-09-08T03:50:56.337Z | Downloaded lock_api v0.4.14 |
| 385 | 2026-09-08T03:50:56.337Z | Downloaded getrandom v0.2.16 |
| 386 | 2026-09-08T03:50:56.340Z | Downloaded async-trait v0.1.89 |
| 387 | 2026-09-08T03:50:56.343Z | Downloaded omicron-workspace-hack v0.1.0 |
| 388 | 2026-09-08T03:50:56.346Z | Downloaded linear-map v1.2.0 |
| 389 | 2026-09-08T03:50:56.346Z | Downloaded iana-time-zone v0.1.64 |
| 390 | 2026-09-08T03:50:56.349Z | Downloaded libsw v3.5.0 |
| 391 | 2026-09-08T03:50:56.352Z | Downloaded hybrid-array v0.4.12 |
| 392 | 2026-09-08T03:50:56.352Z | Downloaded clap v4.6.1 |
| 393 | 2026-09-08T03:50:56.357Z | Downloaded openssl-probe v0.1.6 |
| 394 | 2026-09-08T03:50:56.360Z | Downloaded mime v0.3.17 |
| 395 | 2026-09-08T03:50:56.363Z | Downloaded percent-encoding v2.3.2 |
| 396 | 2026-09-08T03:50:56.363Z | Downloaded parse-display v0.10.0 |
| 397 | 2026-09-08T03:50:56.363Z | Downloaded hyper-util v0.1.20 |
| 398 | 2026-09-08T03:50:56.367Z | Downloaded num_enum v0.7.5 |
| 399 | 2026-09-08T03:50:56.370Z | Downloaded num-complex v0.4.6 |
| 400 | 2026-09-08T03:50:56.373Z | Downloaded newtype-uuid v1.3.2 |
| 401 | 2026-09-08T03:50:56.379Z | Downloaded potential_utf v0.1.3 |
| 402 | 2026-09-08T03:50:56.379Z | Downloaded darling v0.21.3 |
| 403 | 2026-09-08T03:50:56.383Z | Downloaded native-tls v0.2.14 |
| 404 | 2026-09-08T03:50:56.383Z | Downloaded multer v3.1.0 |
| 405 | 2026-09-08T03:50:56.385Z | Downloaded getrandom v0.4.2 |
| 406 | 2026-09-08T03:50:56.388Z | Downloaded pretty-hex v0.4.1 |
| 407 | 2026-09-08T03:50:56.388Z | Downloaded powerfmt v0.2.0 |
| 408 | 2026-09-08T03:50:56.393Z | Downloaded progenitor-macro v0.11.1 |
| 409 | 2026-09-08T03:50:56.393Z | Downloaded icu_provider v2.0.0 |
| 410 | 2026-09-08T03:50:56.396Z | Downloaded progenitor-client v0.11.1 |
| 411 | 2026-09-08T03:50:56.396Z | Downloaded progenitor-client v0.10.0 |
| 412 | 2026-09-08T03:50:56.396Z | Downloaded cookie v0.18.1 |
| 413 | 2026-09-08T03:50:56.400Z | Downloaded litemap v0.8.0 |
| 414 | 2026-09-08T03:50:56.403Z | Downloaded httparse v1.10.1 |
| 415 | 2026-09-08T03:50:56.403Z | Downloaded allocator-api2 v0.2.21 |
| 416 | 2026-09-08T03:50:56.406Z | Downloaded proc-macro-crate v1.3.1 |
| 417 | 2026-09-08T03:50:56.406Z | Downloaded predicates-core v1.0.9 |
| 418 | 2026-09-08T03:50:56.412Z | Downloaded num_enum_derive v0.7.5 |
| 419 | 2026-09-08T03:50:56.415Z | Downloaded progenitor-macro v0.14.0 |
| 420 | 2026-09-08T03:50:56.415Z | Downloaded quick-error v1.2.3 |
| 421 | 2026-09-08T03:50:56.415Z | Downloaded pem v3.0.5 |
| 422 | 2026-09-08T03:50:56.415Z | Downloaded progenitor-macro v0.10.0 |
| 423 | 2026-09-08T03:50:56.419Z | Downloaded progenitor-client v0.14.0 |
| 424 | 2026-09-08T03:50:56.419Z | Downloaded owo-colors v4.3.0 |
| 425 | 2026-09-08T03:50:56.422Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 426 | 2026-09-08T03:50:56.422Z | Downloaded libloading v0.8.9 |
| 427 | 2026-09-08T03:50:56.422Z | Downloaded rand_chacha v0.3.1 |
| 428 | 2026-09-08T03:50:56.426Z | Downloaded hashbrown v0.12.3 |
| 429 | 2026-09-08T03:50:56.426Z | Downloaded rand_xorshift v0.4.0 |
| 430 | 2026-09-08T03:50:56.429Z | Downloaded memmap2 v0.9.8 |
| 431 | 2026-09-08T03:50:56.429Z | Downloaded poly1305 v0.8.0 |
| 432 | 2026-09-08T03:50:56.433Z | Downloaded pin-project-internal v1.1.10 |
| 433 | 2026-09-08T03:50:56.433Z | Downloaded rustc_version v0.4.1 |
| 434 | 2026-09-08T03:50:56.437Z | Downloaded ref-cast v1.0.25 |
| 435 | 2026-09-08T03:50:56.437Z | Downloaded rustc-hash v2.1.1 |
| 436 | 2026-09-08T03:50:56.440Z | Downloaded rustc_version v0.1.7 |
| 437 | 2026-09-08T03:50:56.440Z | Downloaded ref-cast-impl v1.0.25 |
| 438 | 2026-09-08T03:50:56.440Z | Downloaded pest_generator v2.8.2 |
| 439 | 2026-09-08T03:50:56.446Z | Downloaded progenitor v0.14.0 |
| 440 | 2026-09-08T03:50:56.446Z | Downloaded indexmap v1.9.3 |
| 441 | 2026-09-08T03:50:56.449Z | Downloaded icu_normalizer v2.0.0 |
| 442 | 2026-09-08T03:50:56.449Z | Downloaded elliptic-curve v0.13.8 |
| 443 | 2026-09-08T03:50:56.453Z | Downloaded derive_more v0.99.20 |
| 444 | 2026-09-08T03:50:56.457Z | Downloaded rand_chacha v0.9.0 |
| 445 | 2026-09-08T03:50:56.457Z | Downloaded hickory-resolver v0.25.2 |
| 446 | 2026-09-08T03:50:56.461Z | Downloaded heapless v0.8.0 |
| 447 | 2026-09-08T03:50:56.464Z | Downloaded scopeguard v1.2.0 |
| 448 | 2026-09-08T03:50:56.464Z | Downloaded rand_core v0.6.4 |
| 449 | 2026-09-08T03:50:56.464Z | Downloaded same-file v1.0.6 |
| 450 | 2026-09-08T03:50:56.467Z | Downloaded log v0.4.29 |
| 451 | 2026-09-08T03:50:56.467Z | Downloaded scroll_derive v0.12.1 |
| 452 | 2026-09-08T03:50:56.470Z | Downloaded scroll_derive v0.13.1 |
| 453 | 2026-09-08T03:50:56.470Z | Downloaded proc-macro-error v1.0.4 |
| 454 | 2026-09-08T03:50:56.474Z | Downloaded darling_core v0.21.3 |
| 455 | 2026-09-08T03:50:56.477Z | Downloaded flate2 v1.1.2 |
| 456 | 2026-09-08T03:50:56.480Z | Downloaded search_path v0.1.4 |
| 457 | 2026-09-08T03:50:56.483Z | Downloaded quote v1.0.45 |
| 458 | 2026-09-08T03:50:56.486Z | Downloaded serde_plain v1.0.2 |
| 459 | 2026-09-08T03:50:56.486Z | Downloaded icu_locale_core v2.0.0 |
| 460 | 2026-09-08T03:50:56.490Z | Downloaded serde-big-array v0.5.1 |
| 461 | 2026-09-08T03:50:56.493Z | Downloaded semver v0.1.20 |
| 462 | 2026-09-08T03:50:56.493Z | Downloaded serde_spanned v1.1.1 |
| 463 | 2026-09-08T03:50:56.496Z | Downloaded serde_spanned v0.6.9 |
| 464 | 2026-09-08T03:50:56.496Z | Downloaded signal-hook-tokio v0.4.0 |
| 465 | 2026-09-08T03:50:56.500Z | Downloaded rustversion v1.0.22 |
| 466 | 2026-09-08T03:50:56.500Z | Downloaded password-hash v0.5.0 |
| 467 | 2026-09-08T03:50:56.503Z | Downloaded resolv-conf v0.7.5 |
| 468 | 2026-09-08T03:50:56.503Z | Downloaded half v2.7.1 |
| 469 | 2026-09-08T03:50:56.506Z | Downloaded serde_repr v0.1.20 |
| 470 | 2026-09-08T03:50:56.506Z | Downloaded rustls-pemfile v2.2.0 |
| 471 | 2026-09-08T03:50:56.510Z | Downloaded serde_urlencoded v0.7.1 |
| 472 | 2026-09-08T03:50:56.510Z | Downloaded sha1 v0.10.6 |
| 473 | 2026-09-08T03:50:56.512Z | Downloaded sha1 v0.11.0 |
| 474 | 2026-09-08T03:50:56.512Z | Downloaded parking_lot_core v0.9.12 |
| 475 | 2026-09-08T03:50:56.516Z | Downloaded rusty-fork v0.3.0 |
| 476 | 2026-09-08T03:50:56.516Z | Downloaded once_cell v1.21.3 |
| 477 | 2026-09-08T03:50:56.518Z | Downloaded papergrid v0.18.0 |
| 478 | 2026-09-08T03:50:56.521Z | Downloaded scroll v0.12.0 |
| 479 | 2026-09-08T03:50:56.524Z | Downloaded icu_normalizer_data v2.0.0 |
| 480 | 2026-09-08T03:50:56.524Z | Downloaded slog-bunyan v2.5.0 |
| 481 | 2026-09-08T03:50:56.526Z | Downloaded quinn-udp v0.5.14 |
| 482 | 2026-09-08T03:50:56.526Z | Downloaded phf v0.12.1 |
| 483 | 2026-09-08T03:50:56.529Z | Downloaded pin-project-lite v0.2.16 |
| 484 | 2026-09-08T03:50:56.533Z | Downloaded secrecy v0.10.3 |
| 485 | 2026-09-08T03:50:56.533Z | Downloaded http v1.4.2 |
| 486 | 2026-09-08T03:50:56.536Z | Downloaded sigpipe v0.1.3 |
| 487 | 2026-09-08T03:50:56.539Z | Downloaded pest_meta v2.8.2 |
| 488 | 2026-09-08T03:50:56.539Z | Downloaded papergrid v0.11.0 |
| 489 | 2026-09-08T03:50:56.541Z | Downloaded siphasher v1.0.1 |
| 490 | 2026-09-08T03:50:56.544Z | Downloaded smawk v0.3.2 |
| 491 | 2026-09-08T03:50:56.544Z | Downloaded strum v0.27.2 |
| 492 | 2026-09-08T03:50:56.544Z | Downloaded strum v0.26.3 |
| 493 | 2026-09-08T03:50:56.547Z | Downloaded miniz_oxide v0.8.9 |
| 494 | 2026-09-08T03:50:56.547Z | Downloaded hashbrown v0.16.1 |
| 495 | 2026-09-08T03:50:56.550Z | Downloaded proc-macro2 v1.0.106 |
| 496 | 2026-09-08T03:50:56.554Z | Downloaded serde_tokenstream v0.2.3 |
| 497 | 2026-09-08T03:50:56.557Z | Downloaded jiff-static v0.2.15 |
| 498 | 2026-09-08T03:50:56.557Z | Downloaded tabled_derive v0.7.0 |
| 499 | 2026-09-08T03:50:56.557Z | Downloaded swrite v0.1.0 |
| 500 | 2026-09-08T03:50:56.560Z | Downloaded icu_collections v2.0.0 |
| 501 | 2026-09-08T03:50:56.563Z | Downloaded structmeta v0.3.0 |
| 502 | 2026-09-08T03:50:56.565Z | Downloaded stable_deref_trait v1.2.0 |
| 503 | 2026-09-08T03:50:56.566Z | Downloaded scroll v0.13.0 |
| 504 | 2026-09-08T03:50:56.566Z | Downloaded crypto-bigint v0.5.5 |
| 505 | 2026-09-08T03:50:56.570Z | Downloaded omicron-zone-package v0.12.2 |
| 506 | 2026-09-08T03:50:56.572Z | Downloaded tagptr v0.2.0 |
| 507 | 2026-09-08T03:50:56.573Z | Downloaded take_mut v0.2.2 |
| 508 | 2026-09-08T03:50:56.575Z | Downloaded serde_path_to_error v0.1.20 |
| 509 | 2026-09-08T03:50:56.575Z | Downloaded supports-color v3.0.2 |
| 510 | 2026-09-08T03:50:56.578Z | Downloaded subtle v2.6.1 |
| 511 | 2026-09-08T03:50:56.578Z | Downloaded testing_table v0.3.0 |
| 512 | 2026-09-08T03:50:56.578Z | Downloaded terminal_size v0.4.3 |
| 513 | 2026-09-08T03:50:56.581Z | Downloaded strum v0.28.0 |
| 514 | 2026-09-08T03:50:56.581Z | Downloaded structmeta-derive v0.3.0 |
| 515 | 2026-09-08T03:50:56.581Z | Downloaded slog-async v2.8.0 |
| 516 | 2026-09-08T03:50:56.584Z | Downloaded serde_derive_internals v0.29.1 |
| 517 | 2026-09-08T03:50:56.584Z | Downloaded crossbeam-channel v0.5.15 |
| 518 | 2026-09-08T03:50:56.587Z | Downloaded expectorate v1.3.0 |
| 519 | 2026-09-08T03:50:56.590Z | Downloaded sync_wrapper v1.0.2 |
| 520 | 2026-09-08T03:50:56.590Z | Downloaded sha2 v0.10.9 |
| 521 | 2026-09-08T03:50:56.593Z | Downloaded thread-id v4.2.2 |
| 522 | 2026-09-08T03:50:56.593Z | Downloaded num-traits v0.2.19 |
| 523 | 2026-09-08T03:50:56.596Z | Downloaded smf v0.2.3 |
| 524 | 2026-09-08T03:50:56.596Z | Downloaded dropshot-api-manager v0.7.2 |
| 525 | 2026-09-08T03:50:56.599Z | Downloaded thread-id v5.0.0 |
| 526 | 2026-09-08T03:50:56.599Z | Downloaded strsim v0.11.1 |
| 527 | 2026-09-08T03:50:56.602Z | Downloaded indexmap v2.14.0 |
| 528 | 2026-09-08T03:50:56.605Z | Downloaded serde_with_macros v3.14.1 |
| 529 | 2026-09-08T03:50:56.605Z | Downloaded pin-project v1.1.10 |
| 530 | 2026-09-08T03:50:56.611Z | Downloaded strum_macros v0.27.2 |
| 531 | 2026-09-08T03:50:56.614Z | Downloaded smallvec v1.15.1 |
| 532 | 2026-09-08T03:50:56.617Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 533 | 2026-09-08T03:50:56.617Z | Downloaded synstructure v0.13.2 |
| 534 | 2026-09-08T03:50:56.618Z | Downloaded progenitor-impl v0.14.0 |
| 535 | 2026-09-08T03:50:56.621Z | Downloaded tokio-macros v2.7.0 |
| 536 | 2026-09-08T03:50:56.621Z | Downloaded minimal-lexical v0.2.1 |
| 537 | 2026-09-08T03:50:56.624Z | Downloaded mio v1.2.1 |
| 538 | 2026-09-08T03:50:56.627Z | Downloaded time-core v0.1.8 |
| 539 | 2026-09-08T03:50:56.627Z | Downloaded slog-dtrace v0.3.0 |
| 540 | 2026-09-08T03:50:56.627Z | Downloaded progenitor-impl v0.10.0 |
| 541 | 2026-09-08T03:50:56.630Z | Downloaded goblin v0.8.2 |
| 542 | 2026-09-08T03:50:56.632Z | Downloaded slog-json v2.6.1 |
| 543 | 2026-09-08T03:50:56.636Z | Downloaded signal-hook-registry v1.4.6 |
| 544 | 2026-09-08T03:50:56.636Z | Downloaded shlex v2.0.1 |
| 545 | 2026-09-08T03:50:56.636Z | Downloaded static_assertions v1.1.0 |
| 546 | 2026-09-08T03:50:56.640Z | Downloaded snafu-derive v0.8.9 |
| 547 | 2026-09-08T03:50:56.640Z | Downloaded shlex v1.3.0 |
| 548 | 2026-09-08T03:50:56.640Z | Downloaded schemars_derive v0.8.22 |
| 549 | 2026-09-08T03:50:56.642Z | Downloaded thread_local v1.1.9 |
| 550 | 2026-09-08T03:50:56.642Z | Downloaded strum_macros v0.28.0 |
| 551 | 2026-09-08T03:50:56.645Z | Downloaded thiserror-impl v2.0.18 |
| 552 | 2026-09-08T03:50:56.645Z | Downloaded thiserror-impl v1.0.69 |
| 553 | 2026-09-08T03:50:56.645Z | Downloaded thiserror v2.0.18 |
| 554 | 2026-09-08T03:50:56.648Z | Downloaded topological-sort v0.2.2 |
| 555 | 2026-09-08T03:50:56.651Z | Downloaded semver v1.0.28 |
| 556 | 2026-09-08T03:50:56.651Z | Downloaded toml_datetime v0.6.11 |
| 557 | 2026-09-08T03:50:56.654Z | Downloaded toml_write v0.1.2 |
| 558 | 2026-09-08T03:50:56.654Z | Downloaded memchr v2.7.5 |
| 559 | 2026-09-08T03:50:56.657Z | Downloaded thiserror v1.0.69 |
| 560 | 2026-09-08T03:50:56.662Z | Downloaded tabwriter v1.4.1 |
| 561 | 2026-09-08T03:50:56.665Z | Downloaded tower-layer v0.3.3 |
| 562 | 2026-09-08T03:50:56.665Z | Downloaded ryu v1.0.20 |
| 563 | 2026-09-08T03:50:56.665Z | Downloaded try-lock v0.2.5 |
| 564 | 2026-09-08T03:50:56.665Z | Downloaded pest_derive v2.8.2 |
| 565 | 2026-09-08T03:50:56.668Z | Downloaded unicode-xid v0.2.6 |
| 566 | 2026-09-08T03:50:56.668Z | Downloaded tinystr v0.8.1 |
| 567 | 2026-09-08T03:50:56.672Z | Downloaded strum_macros v0.26.4 |
| 568 | 2026-09-08T03:50:56.672Z | Downloaded tower-service v0.3.3 |
| 569 | 2026-09-08T03:50:56.672Z | Downloaded curl v0.4.50 |
| 570 | 2026-09-08T03:50:56.675Z | Downloaded tinyvec_macros v0.1.1 |
| 571 | 2026-09-08T03:50:56.675Z | Downloaded schemars v0.9.0 |
| 572 | 2026-09-08T03:50:56.680Z | Downloaded usdt v0.6.0 |
| 573 | 2026-09-08T03:50:56.683Z | Downloaded untrusted v0.9.0 |
| 574 | 2026-09-08T03:50:56.683Z | Downloaded signal-hook v0.4.4 |
| 575 | 2026-09-08T03:50:56.686Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 576 | 2026-09-08T03:50:56.686Z | Downloaded tokio-native-tls v0.3.1 |
| 577 | 2026-09-08T03:50:56.689Z | Downloaded term v1.2.0 |
| 578 | 2026-09-08T03:50:56.689Z | Downloaded termtree v0.5.1 |
| 579 | 2026-09-08T03:50:56.692Z | Downloaded slab v0.4.11 |
| 580 | 2026-09-08T03:50:56.692Z | Downloaded universal-hash v0.5.1 |
| 581 | 2026-09-08T03:50:56.692Z | Downloaded scuffle v0.1.0 |
| 582 | 2026-09-08T03:50:56.695Z | Downloaded unarray v0.1.4 |
| 583 | 2026-09-08T03:50:56.698Z | Downloaded slog-term v2.9.2 |
| 584 | 2026-09-08T03:50:56.698Z | Downloaded tokio-dtrace v0.1.1 |
| 585 | 2026-09-08T03:50:56.698Z | Downloaded time-macros v0.2.27 |
| 586 | 2026-09-08T03:50:56.701Z | Downloaded usdt-macro v0.6.0 |
| 587 | 2026-09-08T03:50:56.701Z | Downloaded usdt-attr-macro v0.6.0 |
| 588 | 2026-09-08T03:50:56.701Z | Downloaded thiserror-no-std v2.0.2 |
| 589 | 2026-09-08T03:50:56.704Z | Downloaded schemars v0.8.22 |
| 590 | 2026-09-08T03:50:56.708Z | Downloaded usdt-macro v0.5.0 |
| 591 | 2026-09-08T03:50:56.711Z | Downloaded usdt-attr-macro v0.5.0 |
| 592 | 2026-09-08T03:50:56.711Z | Downloaded untrusted v0.7.1 |
| 593 | 2026-09-08T03:50:56.711Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 594 | 2026-09-08T03:50:56.714Z | Downloaded tokio-rustls v0.25.0 |
| 595 | 2026-09-08T03:50:56.714Z | Downloaded progenitor-impl v0.11.1 |
| 596 | 2026-09-08T03:50:56.717Z | Downloaded openssl-sys v0.9.117 |
| 597 | 2026-09-08T03:50:56.719Z | Downloaded usdt v0.5.0 |
| 598 | 2026-09-08T03:50:56.720Z | Downloaded spin v0.9.8 |
| 599 | 2026-09-08T03:50:56.720Z | Downloaded want v0.3.1 |
| 600 | 2026-09-08T03:50:56.723Z | Downloaded waitgroup v0.1.2 |
| 601 | 2026-09-08T03:50:56.723Z | Downloaded wait-timeout v0.2.1 |
| 602 | 2026-09-08T03:50:56.723Z | Downloaded utf8_iter v1.0.4 |
| 603 | 2026-09-08T03:50:56.725Z | Downloaded version_check v0.9.5 |
| 604 | 2026-09-08T03:50:56.725Z | Downloaded prettyplease v0.2.37 |
| 605 | 2026-09-08T03:50:56.728Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 606 | 2026-09-08T03:50:56.728Z | Downloaded typify-macro v0.6.2 |
| 607 | 2026-09-08T03:50:56.728Z | Downloaded typify-macro v0.4.3 |
| 608 | 2026-09-08T03:50:56.728Z | Downloaded rand v0.8.5 |
| 609 | 2026-09-08T03:50:56.732Z | Downloaded serde_derive v1.0.228 |
| 610 | 2026-09-08T03:50:56.735Z | Downloaded schemars v1.2.0 |
| 611 | 2026-09-08T03:50:56.739Z | Downloaded tokio-stream v0.1.17 |
| 612 | 2026-09-08T03:50:56.743Z | Downloaded zerofrom v0.1.6 |
| 613 | 2026-09-08T03:50:56.743Z | Downloaded hashbrown v0.15.5 |
| 614 | 2026-09-08T03:50:56.748Z | Downloaded yoke-derive v0.8.0 |
| 615 | 2026-09-08T03:50:56.748Z | Downloaded serde_yaml v0.9.34+deprecated |
| 616 | 2026-09-08T03:50:56.752Z | Downloaded usdt-impl v0.6.0 |
| 617 | 2026-09-08T03:50:56.752Z | Downloaded test-strategy v0.4.3 |
| 618 | 2026-09-08T03:50:56.753Z | Downloaded rustls-pki-types v1.12.0 |
| 619 | 2026-09-08T03:50:56.756Z | Downloaded zone v0.3.1 |
| 620 | 2026-09-08T03:50:56.756Z | Downloaded futures-util v0.3.32 |
| 621 | 2026-09-08T03:50:56.761Z | Downloaded zone_cfg_derive v0.3.1 |
| 622 | 2026-09-08T03:50:56.766Z | Downloaded slog v2.8.2 |
| 623 | 2026-09-08T03:50:56.766Z | Downloaded vsss-rs v3.3.4 |
| 624 | 2026-09-08T03:50:56.770Z | Downloaded tokio-rustls v0.26.4 |
| 625 | 2026-09-08T03:50:56.770Z | Downloaded xattr v1.6.1 |
| 626 | 2026-09-08T03:50:56.770Z | Downloaded hashbrown v0.17.1 |
| 627 | 2026-09-08T03:50:56.774Z | Downloaded zerofrom-derive v0.1.6 |
| 628 | 2026-09-08T03:50:56.774Z | Downloaded similar v2.7.0 |
| 629 | 2026-09-08T03:50:56.776Z | Downloaded snafu v0.8.9 |
| 630 | 2026-09-08T03:50:56.781Z | Downloaded whoami v1.6.1 |
| 631 | 2026-09-08T03:50:56.781Z | Downloaded zeroize_derive v1.4.3 |
| 632 | 2026-09-08T03:50:56.781Z | Downloaded walkdir v2.5.0 |
| 633 | 2026-09-08T03:50:56.786Z | Downloaded tracing-attributes v0.1.30 |
| 634 | 2026-09-08T03:50:56.786Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 635 | 2026-09-08T03:50:56.786Z | Downloaded toml v0.8.23 |
| 636 | 2026-09-08T03:50:56.786Z | Downloaded tinyvec v1.10.0 |
| 637 | 2026-09-08T03:50:56.790Z | Downloaded ucd-trie v0.1.7 |
| 638 | 2026-09-08T03:50:56.790Z | Downloaded utf8parse v0.2.2 |
| 639 | 2026-09-08T03:50:56.790Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 640 | 2026-09-08T03:50:56.793Z | Downloaded quinn v0.11.9 |
| 641 | 2026-09-08T03:50:56.794Z | Downloaded hkdf v0.12.4 |
| 642 | 2026-09-08T03:50:56.797Z | Downloaded iddqd v0.3.18 |
| 643 | 2026-09-08T03:50:56.800Z | Downloaded socket2 v0.6.4 |
| 644 | 2026-09-08T03:50:56.800Z | Downloaded idna v1.1.0 |
| 645 | 2026-09-08T03:50:56.805Z | Downloaded zerovec-derive v0.11.1 |
| 646 | 2026-09-08T03:50:56.805Z | Downloaded usdt-impl v0.5.0 |
| 647 | 2026-09-08T03:50:56.805Z | Downloaded hyper v1.10.1 |
| 648 | 2026-09-08T03:50:56.808Z | Downloaded typify v0.6.2 |
| 649 | 2026-09-08T03:50:56.811Z | Downloaded yoke v0.8.0 |
| 650 | 2026-09-08T03:50:56.811Z | Downloaded h2 v0.4.14 |
| 651 | 2026-09-08T03:50:56.814Z | Downloaded writeable v0.6.1 |
| 652 | 2026-09-08T03:50:56.817Z | Downloaded typify v0.4.3 |
| 653 | 2026-09-08T03:50:56.817Z | Downloaded icu_properties_data v2.0.1 |
| 654 | 2026-09-08T03:50:56.822Z | Downloaded unicode-linebreak v0.1.5 |
| 655 | 2026-09-08T03:50:56.825Z | Downloaded nom v7.1.3 |
| 656 | 2026-09-08T03:50:56.828Z | Downloaded itertools v0.15.0 |
| 657 | 2026-09-08T03:50:56.831Z | Downloaded rustls-webpki v0.103.6 |
| 658 | 2026-09-08T03:50:56.834Z | Downloaded textwrap v0.16.2 |
| 659 | 2026-09-08T03:50:56.834Z | Downloaded tempfile v3.27.0 |
| 660 | 2026-09-08T03:50:56.837Z | Downloaded unicode-ident v1.0.24 |
| 661 | 2026-09-08T03:50:56.837Z | Downloaded zeroize v1.8.1 |
| 662 | 2026-09-08T03:50:56.837Z | Downloaded pest v2.8.2 |
| 663 | 2026-09-08T03:50:56.839Z | Downloaded zmij v1.0.17 |
| 664 | 2026-09-08T03:50:56.842Z | Downloaded toml_edit v0.22.27 |
| 665 | 2026-09-08T03:50:56.842Z | Downloaded rand v0.9.3 |
| 666 | 2026-09-08T03:50:56.846Z | Downloaded toml v0.7.8 |
| 667 | 2026-09-08T03:50:56.848Z | Downloaded serde_core v1.0.228 |
| 668 | 2026-09-08T03:50:56.849Z | Downloaded rayon-core v1.13.0 |
| 669 | 2026-09-08T03:50:56.852Z | Downloaded zerocopy-derive v0.7.35 |
| 670 | 2026-09-08T03:50:56.855Z | Downloaded serde v1.0.228 |
| 671 | 2026-09-08T03:50:56.855Z | Downloaded rand_core v0.9.3 |
| 672 | 2026-09-08T03:50:56.857Z | Downloaded predicates v3.1.4 |
| 673 | 2026-09-08T03:50:56.857Z | Downloaded postcard v1.1.3 |
| 674 | 2026-09-08T03:50:56.860Z | Downloaded parking_lot v0.12.5 |
| 675 | 2026-09-08T03:50:56.860Z | Downloaded cc v1.2.64 |
| 676 | 2026-09-08T03:50:56.863Z | Downloaded progenitor v0.11.1 |
| 677 | 2026-09-08T03:50:56.863Z | Downloaded progenitor v0.10.0 |
| 678 | 2026-09-08T03:50:56.863Z | Downloaded num-integer v0.1.46 |
| 679 | 2026-09-08T03:50:56.867Z | Downloaded proc-macro-error2 v2.0.1 |
| 680 | 2026-09-08T03:50:56.867Z | Downloaded tracing-core v0.1.34 |
| 681 | 2026-09-08T03:50:56.870Z | Downloaded tar v0.4.45 |
| 682 | 2026-09-08T03:50:56.870Z | Downloaded itertools v0.12.1 |
| 683 | 2026-09-08T03:50:56.873Z | Downloaded iri-string v0.7.8 |
| 684 | 2026-09-08T03:50:56.876Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 685 | 2026-09-08T03:50:56.879Z | Downloaded ppv-lite86 v0.2.21 |
| 686 | 2026-09-08T03:50:56.882Z | Downloaded pkg-config v0.3.32 |
| 687 | 2026-09-08T03:50:56.882Z | Downloaded parse-display-derive v0.10.0 |
| 688 | 2026-09-08T03:50:56.882Z | Downloaded paste v1.0.15 |
| 689 | 2026-09-08T03:50:56.885Z | Downloaded oxnet v0.1.6 |
| 690 | 2026-09-08T03:50:56.885Z | Downloaded num_enum v0.5.11 |
| 691 | 2026-09-08T03:50:56.888Z | Downloaded steno v0.4.1 |
| 692 | 2026-09-08T03:50:56.892Z | Downloaded oxide-tokio-rt v0.1.2 |
| 693 | 2026-09-08T03:50:56.892Z | Downloaded const_format v0.2.34 |
| 694 | 2026-09-08T03:50:56.894Z | Downloaded aho-corasick v1.1.3 |
| 695 | 2026-09-08T03:50:56.895Z | Downloaded vergen v8.3.2 |
| 696 | 2026-09-08T03:50:56.897Z | Downloaded chacha20poly1305 v0.10.1 |
| 697 | 2026-09-08T03:50:56.897Z | Downloaded proc-macro-error-attr v1.0.4 |
| 698 | 2026-09-08T03:50:56.902Z | Downloaded zerotrie v0.2.2 |
| 699 | 2026-09-08T03:50:56.902Z | Downloaded const-oid v0.10.2 |
| 700 | 2026-09-08T03:50:56.906Z | Downloaded libsw-core v0.3.2 |
| 701 | 2026-09-08T03:50:56.906Z | Downloaded plain v0.2.3 |
| 702 | 2026-09-08T03:50:56.906Z | Downloaded phf_shared v0.12.1 |
| 703 | 2026-09-08T03:50:56.906Z | Downloaded num-rational v0.4.2 |
| 704 | 2026-09-08T03:50:56.906Z | Downloaded ingot-macros v0.1.1 |
| 705 | 2026-09-08T03:50:56.908Z | Downloaded tower v0.5.2 |
| 706 | 2026-09-08T03:50:56.911Z | Downloaded lru-cache v0.1.2 |
| 707 | 2026-09-08T03:50:56.911Z | Downloaded typed-path v0.9.3 |
| 708 | 2026-09-08T03:50:56.914Z | Downloaded libm v0.2.15 |
| 709 | 2026-09-08T03:50:56.920Z | Downloaded zerocopy-derive v0.8.27 |
| 710 | 2026-09-08T03:50:56.923Z | Downloaded git2 v0.19.0 |
| 711 | 2026-09-08T03:50:56.928Z | Downloaded portable-atomic v1.11.1 |
| 712 | 2026-09-08T03:50:56.931Z | Downloaded qorb v0.4.1 |
| 713 | 2026-09-08T03:50:56.934Z | Downloaded clap_builder v4.6.0 |
| 714 | 2026-09-08T03:50:56.938Z | Downloaded unsafe-libyaml v0.2.11 |
| 715 | 2026-09-08T03:50:56.940Z | Downloaded uuid v1.23.3 |
| 716 | 2026-09-08T03:50:56.943Z | Downloaded toml_edit v0.19.15 |
| 717 | 2026-09-08T03:50:56.950Z | Downloaded unicode-segmentation v1.12.0 |
| 718 | 2026-09-08T03:50:56.953Z | Downloaded proptest v1.8.0 |
| 719 | 2026-09-08T03:50:56.958Z | Downloaded tracing v0.1.41 |
| 720 | 2026-09-08T03:50:56.961Z | Downloaded goblin v0.10.1 |
| 721 | 2026-09-08T03:50:56.963Z | Downloaded similar v3.2.0 |
| 722 | 2026-09-08T03:50:56.966Z | Downloaded dropshot v0.17.1 |
| 723 | 2026-09-08T03:50:56.977Z | Downloaded url v2.5.7 |
| 724 | 2026-09-08T03:50:56.980Z | Downloaded tower-http v0.6.8 |
| 725 | 2026-09-08T03:50:56.983Z | Downloaded unicode-normalization v0.1.24 |
| 726 | 2026-09-08T03:50:56.986Z | Downloaded tokio-util v0.7.16 |
| 727 | 2026-09-08T03:50:56.988Z | Downloaded chrono v0.4.45 |
| 728 | 2026-09-08T03:50:56.992Z | Downloaded bindgen v0.72.1 |
| 729 | 2026-09-08T03:50:56.998Z | Downloaded itertools v0.14.0 |
| 730 | 2026-09-08T03:50:57.002Z | Downloaded getrandom v0.3.3 |
| 731 | 2026-09-08T03:50:57.005Z | Downloaded crossbeam-epoch v0.9.18 |
| 732 | 2026-09-08T03:50:57.005Z | Downloaded compression-codecs v0.4.32 |
| 733 | 2026-09-08T03:50:57.005Z | Downloaded opaque-debug v0.3.1 |
| 734 | 2026-09-08T03:50:57.008Z | Downloaded normalize-line-endings v0.3.0 |
| 735 | 2026-09-08T03:50:57.008Z | Downloaded num_threads v0.1.7 |
| 736 | 2026-09-08T03:50:57.008Z | Downloaded camino v1.2.3 |
| 737 | 2026-09-08T03:50:57.008Z | Downloaded jobserver v0.1.34 |
| 738 | 2026-09-08T03:50:57.012Z | Downloaded num-conv v0.2.1 |
| 739 | 2026-09-08T03:50:57.012Z | Downloaded lru-slab v0.1.2 |
| 740 | 2026-09-08T03:50:57.012Z | Downloaded hmac v0.12.1 |
| 741 | 2026-09-08T03:50:57.012Z | Downloaded match_cfg v0.1.0 |
| 742 | 2026-09-08T03:50:57.019Z | Downloaded reqwest v0.13.2 |
| 743 | 2026-09-08T03:50:57.019Z | Downloaded regex v1.12.4 |
| 744 | 2026-09-08T03:50:57.022Z | Downloaded moka v0.12.11 |
| 745 | 2026-09-08T03:50:57.025Z | Downloaded icu_properties v2.0.1 |
| 746 | 2026-09-08T03:50:57.025Z | Downloaded base64 v0.22.1 |
| 747 | 2026-09-08T03:50:57.028Z | Downloaded quinn-proto v0.11.14 |
| 748 | 2026-09-08T03:50:57.031Z | Downloaded typenum v1.20.1 |
| 749 | 2026-09-08T03:50:57.034Z | Downloaded blake3 v1.8.2 |
| 750 | 2026-09-08T03:50:57.038Z | Downloaded ff v0.13.1 |
| 751 | 2026-09-08T03:50:57.041Z | Downloaded kstat-rs v0.2.4 |
| 752 | 2026-09-08T03:50:57.041Z | Downloaded clang-sys v1.8.1 |
| 753 | 2026-09-08T03:50:57.041Z | Downloaded http-body-util v0.1.3 |
| 754 | 2026-09-08T03:50:57.041Z | Downloaded group v0.13.0 |
| 755 | 2026-09-08T03:50:57.044Z | Downloaded futures-executor v0.3.32 |
| 756 | 2026-09-08T03:50:57.044Z | Downloaded zerocopy v0.7.35 |
| 757 | 2026-09-08T03:50:57.050Z | Downloaded reqwest v0.12.23 |
| 758 | 2026-09-08T03:50:57.054Z | Downloaded rayon v1.11.0 |
| 759 | 2026-09-08T03:50:57.058Z | Downloaded iddqd v0.4.5 |
| 760 | 2026-09-08T03:50:57.063Z | Downloaded tabled v0.15.0 |
| 761 | 2026-09-08T03:50:57.071Z | Downloaded winnow v1.0.3 |
| 762 | 2026-09-08T03:50:57.076Z | Downloaded syn v1.0.109 |
| 763 | 2026-09-08T03:50:57.082Z | Downloaded tough v0.20.0 |
| 764 | 2026-09-08T03:50:57.086Z | Downloaded curve25519-dalek v4.1.3 |
| 765 | 2026-09-08T03:50:57.091Z | Downloaded serde_json v1.0.150 |
| 766 | 2026-09-08T03:50:57.094Z | Downloaded autocfg v1.5.0 |
| 767 | 2026-09-08T03:50:57.097Z | Downloaded anstyle-parse v1.0.0 |
| 768 | 2026-09-08T03:50:57.097Z | Downloaded aws-lc-rs v1.16.2 |
| 769 | 2026-09-08T03:50:57.102Z | Downloaded keccak v0.1.6 |
| 770 | 2026-09-08T03:50:57.105Z | Downloaded daft-derive v0.1.5 |
| 771 | 2026-09-08T03:50:57.108Z | Downloaded foldhash v0.1.5 |
| 772 | 2026-09-08T03:50:57.108Z | Downloaded hickory-proto v0.24.4 |
| 773 | 2026-09-08T03:50:57.113Z | Downloaded cexpr v0.6.0 |
| 774 | 2026-09-08T03:50:57.116Z | Downloaded camino-tempfile v1.4.1 |
| 775 | 2026-09-08T03:50:57.116Z | Downloaded fixedbitset v0.5.7 |
| 776 | 2026-09-08T03:50:57.116Z | Downloaded derive-ex v0.1.8 |
| 777 | 2026-09-08T03:50:57.119Z | Downloaded anstyle v1.0.14 |
| 778 | 2026-09-08T03:50:57.119Z | Downloaded time v0.3.47 |
| 779 | 2026-09-08T03:50:57.124Z | Downloaded zerovec v0.11.4 |
| 780 | 2026-09-08T03:50:57.127Z | Downloaded zerocopy v0.8.27 |
| 781 | 2026-09-08T03:50:57.138Z | Downloaded unicode-width v0.2.1 |
| 782 | 2026-09-08T03:50:57.142Z | Downloaded hickory-proto v0.25.2 |
| 783 | 2026-09-08T03:50:57.150Z | Downloaded rustls-webpki v0.102.8 |
| 784 | 2026-09-08T03:50:57.159Z | Downloaded rustls v0.23.40 |
| 785 | 2026-09-08T03:50:57.165Z | Downloaded rustix v0.38.44 |
| 786 | 2026-09-08T03:50:57.177Z | Downloaded winnow v0.7.14 |
| 787 | 2026-09-08T03:50:57.182Z | Downloaded regex-syntax v0.8.11 |
| 788 | 2026-09-08T03:50:57.186Z | Downloaded openapiv3 v2.2.0 |
| 789 | 2026-09-08T03:50:57.192Z | Downloaded tabled v0.21.0 |
| 790 | 2026-09-08T03:50:57.201Z | Downloaded smoltcp v0.11.0 |
| 791 | 2026-09-08T03:50:57.208Z | Downloaded regress v0.10.5 |
| 792 | 2026-09-08T03:50:57.212Z | Downloaded webpki-roots v1.0.2 |
| 793 | 2026-09-08T03:50:57.215Z | Downloaded openssl v0.10.81 |
| 794 | 2026-09-08T03:50:57.220Z | Downloaded winnow v0.5.40 |
| 795 | 2026-09-08T03:50:57.226Z | Downloaded serde_with v3.14.1 |
| 796 | 2026-09-08T03:50:57.233Z | Downloaded vcpkg v0.2.15 |
| 797 | 2026-09-08T03:50:57.252Z | Downloaded argon2 v0.5.3 |
| 798 | 2026-09-08T03:50:57.256Z | Downloaded fs_extra v1.3.0 |
| 799 | 2026-09-08T03:50:57.256Z | Downloaded is_ci v1.2.0 |
| 800 | 2026-09-08T03:50:57.256Z | Downloaded is-terminal v0.4.16 |
| 801 | 2026-09-08T03:50:57.259Z | Downloaded internet-checksum v0.2.1 |
| 802 | 2026-09-08T03:50:57.259Z | Downloaded futures-sink v0.3.32 |
| 803 | 2026-09-08T03:50:57.259Z | Downloaded embedded-io v0.4.0 |
| 804 | 2026-09-08T03:50:57.259Z | Downloaded displaydoc v0.2.5 |
| 805 | 2026-09-08T03:50:57.262Z | Downloaded erased-serde v0.3.31 |
| 806 | 2026-09-08T03:50:57.262Z | Downloaded foreign-types v0.5.0 |
| 807 | 2026-09-08T03:50:57.262Z | Downloaded bstr v1.12.0 |
| 808 | 2026-09-08T03:50:57.283Z | Downloaded cmake v0.1.54 |
| 809 | 2026-09-08T03:50:57.283Z | Downloaded bitflags v2.11.1 |
| 810 | 2026-09-08T03:50:57.283Z | Downloaded equivalent v1.0.2 |
| 811 | 2026-09-08T03:50:57.283Z | Downloaded either v1.15.0 |
| 812 | 2026-09-08T03:50:57.283Z | Downloaded crucible-workspace-hack v0.1.0 |
| 813 | 2026-09-08T03:50:57.283Z | Downloaded cobs v0.3.0 |
| 814 | 2026-09-08T03:50:57.283Z | Downloaded base16ct v0.2.0 |
| 815 | 2026-09-08T03:50:57.283Z | Downloaded async-stream v0.3.6 |
| 816 | 2026-09-08T03:50:57.283Z | Downloaded fastrand v2.3.0 |
| 817 | 2026-09-08T03:50:57.283Z | Downloaded block-buffer v0.12.0 |
| 818 | 2026-09-08T03:50:57.283Z | Downloaded async-recursion v1.1.1 |
| 819 | 2026-09-08T03:50:57.283Z | Downloaded crc8 v0.1.1 |
| 820 | 2026-09-08T03:50:57.287Z | Downloaded async-stream-impl v0.3.6 |
| 821 | 2026-09-08T03:50:57.287Z | Downloaded foreign-types-shared v0.3.1 |
| 822 | 2026-09-08T03:50:57.287Z | Downloaded foreign-types-macros v0.2.3 |
| 823 | 2026-09-08T03:50:57.287Z | Downloaded unicode-width v0.1.14 |
| 824 | 2026-09-08T03:50:57.287Z | Downloaded fnv v1.0.7 |
| 825 | 2026-09-08T03:50:57.287Z | Downloaded float-ord v0.3.2 |
| 826 | 2026-09-08T03:50:57.287Z | Downloaded enum-as-inner v0.6.1 |
| 827 | 2026-09-08T03:50:57.287Z | Downloaded dtrace-parser v0.2.0 |
| 828 | 2026-09-08T03:50:57.287Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 829 | 2026-09-08T03:50:57.287Z | Downloaded cpufeatures v0.2.17 |
| 830 | 2026-09-08T03:50:57.287Z | Downloaded constant_time_eq v0.3.1 |
| 831 | 2026-09-08T03:50:57.287Z | Downloaded const_format_proc_macros v0.2.34 |
| 832 | 2026-09-08T03:50:57.287Z | Downloaded ciborium v0.2.2 |
| 833 | 2026-09-08T03:50:57.290Z | Downloaded aead v0.5.2 |
| 834 | 2026-09-08T03:50:57.290Z | Downloaded anyhow v1.0.102 |
| 835 | 2026-09-08T03:50:57.290Z | Downloaded block-buffer v0.10.4 |
| 836 | 2026-09-08T03:50:57.290Z | Downloaded cancel-safe-futures v0.1.5 |
| 837 | 2026-09-08T03:50:57.294Z | Downloaded dtrace-parser v0.3.0 |
| 838 | 2026-09-08T03:50:57.294Z | Downloaded cfg-if v1.0.4 |
| 839 | 2026-09-08T03:50:57.294Z | Downloaded arrayref v0.3.9 |
| 840 | 2026-09-08T03:50:57.295Z | Downloaded dropshot_endpoint v0.16.7 |
| 841 | 2026-09-08T03:50:57.301Z | Downloaded nix v0.30.1 |
| 842 | 2026-09-08T03:50:57.307Z | Downloaded drift v0.2.0 |
| 843 | 2026-09-08T03:50:57.312Z | Downloaded rustls v0.22.4 |
| 844 | 2026-09-08T03:50:57.315Z | Downloaded petgraph v0.6.5 |
| 845 | 2026-09-08T03:50:57.324Z | Downloaded syn v2.0.118 |
| 846 | 2026-09-08T03:50:57.330Z | Downloaded regress v0.11.1 |
| 847 | 2026-09-08T03:50:57.336Z | Downloaded petgraph v0.8.2 |
| 848 | 2026-09-08T03:50:57.347Z | Downloaded libz-sys v1.1.22 |
| 849 | 2026-09-08T03:50:57.359Z | Downloaded nix v0.31.3 |
| 850 | 2026-09-08T03:50:57.366Z | Downloaded derive-where v1.6.0 |
| 851 | 2026-09-08T03:50:57.369Z | Downloaded darling_macro v0.21.3 |
| 852 | 2026-09-08T03:50:57.369Z | Downloaded sha3 v0.10.8 |
| 853 | 2026-09-08T03:50:57.374Z | Downloaded bit-set v0.8.0 |
| 854 | 2026-09-08T03:50:57.377Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 855 | 2026-09-08T03:50:57.377Z | Downloaded defmt v0.3.100 |
| 856 | 2026-09-08T03:50:57.377Z | Downloaded bitflags v1.3.2 |
| 857 | 2026-09-08T03:50:57.393Z | Downloaded rustix v1.1.4 |
| 858 | 2026-09-08T03:50:57.422Z | Downloaded encoding_rs v0.8.35 |
| 859 | 2026-09-08T03:50:57.433Z | Downloaded typify-impl v0.6.2 |
| 860 | 2026-09-08T03:50:57.442Z | Downloaded ring v0.17.14 |
| 861 | 2026-09-08T03:50:57.465Z | Downloaded typify-impl v0.4.3 |
| 862 | 2026-09-08T03:50:57.524Z | Downloaded regex-automata v0.4.13 |
| 863 | 2026-09-08T03:50:57.541Z | Downloaded jiff v0.2.15 |
| 864 | 2026-09-08T03:50:57.565Z | Downloaded chrono-tz v0.10.4 |
| 865 | 2026-09-08T03:50:57.606Z | Downloaded libc v0.2.186 |
| 866 | 2026-09-08T03:50:57.633Z | Downloaded csv v1.4.0 |
| 867 | 2026-09-08T03:50:57.645Z | Downloaded tokio v1.52.3 |
| 868 | 2026-09-08T03:50:57.816Z | Downloaded curl-sys v0.4.89+curl-8.20.0 |
| 869 | 2026-09-08T03:50:57.850Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 870 | 2026-09-08T03:50:58.382Z | Downloaded aws-lc-sys v0.39.1 |
| 871 | 2026-09-08T03:50:58.698Z | Compiling proc-macro2 v1.0.106 |
| 872 | 2026-09-08T03:50:58.698Z | Compiling quote v1.0.45 |
| 873 | 2026-09-08T03:50:58.698Z | Compiling unicode-ident v1.0.24 |
| 874 | 2026-09-08T03:50:58.701Z | Compiling serde_core v1.0.228 |
| 875 | 2026-09-08T03:50:58.701Z | Compiling serde v1.0.228 |
| 876 | 2026-09-08T03:50:58.701Z | Compiling libc v0.2.186 |
| 877 | 2026-09-08T03:50:58.701Z | Checking cfg-if v1.0.4 |
| 878 | 2026-09-08T03:50:58.988Z | Compiling zmij v1.0.17 |
| 879 | 2026-09-08T03:50:59.057Z | Compiling autocfg v1.5.0 |
| 880 | 2026-09-08T03:50:59.354Z | Compiling memchr v2.7.5 |
| 881 | 2026-09-08T03:50:59.381Z | Compiling libm v0.2.15 |
| 882 | 2026-09-08T03:50:59.697Z | Compiling getrandom v0.4.2 |
| 883 | 2026-09-08T03:50:59.774Z | Compiling jobserver v0.1.34 |
| 884 | 2026-09-08T03:50:59.788Z | Compiling shlex v2.0.1 |
| 885 | 2026-09-08T03:50:59.811Z | Compiling find-msvc-tools v0.1.9 |
| 886 | 2026-09-08T03:50:59.964Z | Compiling cc v1.2.64 |
| 887 | 2026-09-08T03:50:59.981Z | Compiling version_check v0.9.5 |
| 888 | 2026-09-08T03:51:00.036Z | Compiling thiserror v2.0.18 |
| 889 | 2026-09-08T03:51:00.076Z | Compiling syn v2.0.118 |
| 890 | 2026-09-08T03:51:00.081Z | Checking smallvec v1.15.1 |
| 891 | 2026-09-08T03:51:00.165Z | Checking itoa v1.0.15 |
| 892 | 2026-09-08T03:51:00.288Z | Compiling icu_normalizer_data v2.0.0 |
| 893 | 2026-09-08T03:51:00.319Z | Compiling icu_properties_data v2.0.1 |
| 894 | 2026-09-08T03:51:00.380Z | Compiling parking_lot_core v0.9.12 |
| 895 | 2026-09-08T03:51:00.526Z | Checking stable_deref_trait v1.2.0 |
| 896 | 2026-09-08T03:51:00.557Z | Compiling serde_json v1.0.150 |
| 897 | 2026-09-08T03:51:00.602Z | Compiling heck v0.5.0 |
| 898 | 2026-09-08T03:51:00.785Z | Checking litemap v0.8.0 |
| 899 | 2026-09-08T03:51:00.813Z | Checking writeable v0.6.1 |
| 900 | 2026-09-08T03:51:00.902Z | Compiling num-traits v0.2.19 |
| 901 | 2026-09-08T03:51:00.990Z | Checking percent-encoding v2.3.2 |
| 902 | 2026-09-08T03:51:01.192Z | Checking form_urlencoded v1.2.2 |
| 903 | 2026-09-08T03:51:01.221Z | Checking utf8_iter v1.0.4 |
| 904 | 2026-09-08T03:51:01.390Z | Compiling zerocopy v0.8.27 |
| 905 | 2026-09-08T03:51:01.393Z | Checking pin-project-lite v0.2.16 |
| 906 | 2026-09-08T03:51:01.419Z | Compiling log v0.4.29 |
| 907 | 2026-09-08T03:51:01.437Z | Compiling equivalent v1.0.2 |
| 908 | 2026-09-08T03:51:01.493Z | Compiling semver v1.0.28 |
| 909 | 2026-09-08T03:51:01.524Z | Checking iana-time-zone v0.1.64 |
| 910 | 2026-09-08T03:51:01.542Z | Compiling rustversion v1.0.22 |
| 911 | 2026-09-08T03:51:01.591Z | Checking getrandom v0.2.16 |
| 912 | 2026-09-08T03:51:01.628Z | Checking socket2 v0.6.4 |
| 913 | 2026-09-08T03:51:01.729Z | Checking uuid v1.23.3 |
| 914 | 2026-09-08T03:51:01.788Z | Checking scopeguard v1.2.0 |
| 915 | 2026-09-08T03:51:01.887Z | Checking lock_api v0.4.14 |
| 916 | 2026-09-08T03:51:01.988Z | Checking bitflags v2.11.1 |
| 917 | 2026-09-08T03:51:02.011Z | Checking signal-hook-registry v1.4.6 |
| 918 | 2026-09-08T03:51:02.030Z | Checking mio v1.2.1 |
| 919 | 2026-09-08T03:51:02.097Z | Checking parking_lot v0.12.5 |
| 920 | 2026-09-08T03:51:02.170Z | Compiling schemars v0.8.22 |
| 921 | 2026-09-08T03:51:02.240Z | Checking dyn-clone v1.0.20 |
| 922 | 2026-09-08T03:51:02.314Z | Compiling portable-atomic v1.11.1 |
| 923 | 2026-09-08T03:51:02.345Z | Checking futures-core v0.3.32 |
| 924 | 2026-09-08T03:51:02.429Z | Compiling ring v0.17.14 |
| 925 | 2026-09-08T03:51:02.447Z | Checking critical-section v1.2.0 |
| 926 | 2026-09-08T03:51:02.486Z | Compiling hashbrown v0.17.1 |
| 927 | 2026-09-08T03:51:02.509Z | Compiling httparse v1.10.1 |
| 928 | 2026-09-08T03:51:02.613Z | Compiling regex-syntax v0.8.11 |
| 929 | 2026-09-08T03:51:02.728Z | Checking subtle v2.6.1 |
| 930 | 2026-09-08T03:51:02.881Z | Checking futures-sink v0.3.32 |
| 931 | 2026-09-08T03:51:02.980Z | Compiling synstructure v0.13.2 |
| 932 | 2026-09-08T03:51:03.051Z | Compiling serde_derive_internals v0.29.1 |
| 933 | 2026-09-08T03:51:03.249Z | Checking once_cell v1.21.3 |
| 934 | 2026-09-08T03:51:03.290Z | Compiling indexmap v2.14.0 |
| 935 | 2026-09-08T03:51:03.626Z | Checking slab v0.4.11 |
| 936 | 2026-09-08T03:51:03.773Z | Compiling aho-corasick v1.1.3 |
| 937 | 2026-09-08T03:51:03.788Z | Compiling rustix v1.1.4 |
| 938 | 2026-09-08T03:51:03.819Z | Compiling thiserror v1.0.69 |
| 939 | 2026-09-08T03:51:03.837Z | Checking rand_core v0.6.4 |
| 940 | 2026-09-08T03:51:03.997Z | Checking typenum v1.20.1 |
| 941 | 2026-09-08T03:51:04.248Z | Compiling serde_derive v1.0.228 |
| 942 | 2026-09-08T03:51:04.297Z | Compiling zerofrom-derive v0.1.6 |
| 943 | 2026-09-08T03:51:04.357Z | Compiling yoke-derive v0.8.0 |
| 944 | 2026-09-08T03:51:04.399Z | Compiling zerovec-derive v0.11.1 |
| 945 | 2026-09-08T03:51:04.752Z | Compiling displaydoc v0.2.5 |
| 946 | 2026-09-08T03:51:04.768Z | Compiling thiserror-impl v2.0.18 |
| 947 | 2026-09-08T03:51:05.218Z | Compiling schemars_derive v0.8.22 |
| 948 | 2026-09-08T03:51:05.379Z | Compiling tokio-macros v2.7.0 |
| 949 | 2026-09-08T03:51:05.482Z | Compiling zerocopy-derive v0.8.27 |
| 950 | 2026-09-08T03:51:05.485Z | Compiling futures-macro v0.3.32 |
| 951 | 2026-09-08T03:51:05.512Z | Checking zerofrom v0.1.6 |
| 952 | 2026-09-08T03:51:05.629Z | Checking yoke v0.8.0 |
| 953 | 2026-09-08T03:51:05.798Z | Checking zerovec v0.11.4 |
| 954 | 2026-09-08T03:51:05.987Z | Checking zerotrie v0.2.2 |
| 955 | 2026-09-08T03:51:06.231Z | Compiling zeroize_derive v1.4.3 |
| 956 | 2026-09-08T03:51:06.336Z | Compiling regex-automata v0.4.13 |
| 957 | 2026-09-08T03:51:06.352Z | Compiling thiserror-impl v1.0.69 |
| 958 | 2026-09-08T03:51:06.556Z | Checking tinystr v0.8.1 |
| 959 | 2026-09-08T03:51:06.681Z | Checking potential_utf v0.1.3 |
| 960 | 2026-09-08T03:51:06.733Z | Checking icu_locale_core v2.0.0 |
| 961 | 2026-09-08T03:51:06.809Z | Checking icu_collections v2.0.0 |
| 962 | 2026-09-08T03:51:06.933Z | Checking zeroize v1.8.1 |
| 963 | 2026-09-08T03:51:07.087Z | Checking futures-channel v0.3.32 |
| 964 | 2026-09-08T03:51:07.101Z | Compiling ucd-trie v0.1.7 |
| 965 | 2026-09-08T03:51:07.188Z | Checking icu_provider v2.0.0 |
| 966 | 2026-09-08T03:51:07.273Z | Compiling pest v2.8.2 |
| 967 | 2026-09-08T03:51:07.290Z | Checking bytes v1.12.0 |
| 968 | 2026-09-08T03:51:07.324Z | Checking chrono v0.4.45 |
| 969 | 2026-09-08T03:51:07.427Z | Checking icu_normalizer v2.0.0 |
| 970 | 2026-09-08T03:51:07.490Z | Checking icu_properties v2.0.1 |
| 971 | 2026-09-08T03:51:07.735Z | Compiling serde_tokenstream v0.2.3 |
| 972 | 2026-09-08T03:51:07.750Z | Checking tokio v1.52.3 |
| 973 | 2026-09-08T03:51:08.010Z | Compiling regex v1.12.4 |
| 974 | 2026-09-08T03:51:08.167Z | Checking futures-task v0.3.32 |
| 975 | 2026-09-08T03:51:08.305Z | Checking futures-io v0.3.32 |
| 976 | 2026-09-08T03:51:08.320Z | Compiling pest_meta v2.8.2 |
| 977 | 2026-09-08T03:51:08.323Z | Checking idna_adapter v1.2.1 |
| 978 | 2026-09-08T03:51:08.393Z | Compiling pkg-config v0.3.32 |
| 979 | 2026-09-08T03:51:08.419Z | Checking futures-util v0.3.32 |
| 980 | 2026-09-08T03:51:08.439Z | Checking idna v1.1.0 |
| 981 | 2026-09-08T03:51:08.481Z | Compiling anyhow v1.0.102 |
| 982 | 2026-09-08T03:51:08.673Z | Checking url v2.5.7 |
| 983 | 2026-09-08T03:51:08.824Z | Compiling tracing-attributes v0.1.30 |
| 984 | 2026-09-08T03:51:08.885Z | Compiling pest_generator v2.8.2 |
| 985 | 2026-09-08T03:51:09.234Z | Checking tracing-core v0.1.34 |
| 986 | 2026-09-08T03:51:09.510Z | Compiling generic-array v0.14.7 |
| 987 | 2026-09-08T03:51:09.536Z | Compiling vcpkg v0.2.15 |
| 988 | 2026-09-08T03:51:09.626Z | Compiling pest_derive v2.8.2 |
| 989 | 2026-09-08T03:51:09.728Z | Compiling fnv v1.0.7 |
| 990 | 2026-09-08T03:51:09.745Z | Compiling foldhash v0.2.0 |
| 991 | 2026-09-08T03:51:09.828Z | Compiling allocator-api2 v0.2.21 |
| 992 | 2026-09-08T03:51:10.024Z | Checking tracing v0.1.41 |
| 993 | 2026-09-08T03:51:10.100Z | Checking http v1.4.2 |
| 994 | 2026-09-08T03:51:10.132Z | Compiling hashbrown v0.16.1 |
| 995 | 2026-09-08T03:51:10.146Z | Compiling getrandom v0.3.3 |
| 996 | 2026-09-08T03:51:10.292Z | Compiling byteorder v1.5.0 |
| 997 | 2026-09-08T03:51:10.509Z | Compiling camino v1.2.3 |
| 998 | 2026-09-08T03:51:10.512Z | Checking crypto-common v0.1.6 |
| 999 | 2026-09-08T03:51:10.639Z | Checking errno v0.3.14 |
| 1000 | 2026-09-08T03:51:10.657Z | Compiling time-core v0.1.8 |
| 1001 | 2026-09-08T03:51:10.703Z | Checking ipnet v2.11.0 |
| 1002 | 2026-09-08T03:51:10.756Z | Compiling num-conv v0.2.1 |
| 1003 | 2026-09-08T03:51:10.804Z | Checking base64 v0.22.1 |
| 1004 | 2026-09-08T03:51:10.876Z | Checking tokio-util v0.7.16 |
| 1005 | 2026-09-08T03:51:10.891Z | Compiling scroll_derive v0.13.1 |
| 1006 | 2026-09-08T03:51:10.905Z | Compiling time-macros v0.2.27 |
| 1007 | 2026-09-08T03:51:10.921Z | Compiling paste v1.0.15 |
| 1008 | 2026-09-08T03:51:11.028Z | Checking http-body v1.0.1 |
| 1009 | 2026-09-08T03:51:11.044Z | Checking rustls-pki-types v1.12.0 |
| 1010 | 2026-09-08T03:51:11.159Z | Checking atomic-waker v1.1.2 |
| 1011 | 2026-09-08T03:51:11.484Z | Checking tower-service v0.3.3 |
| 1012 | 2026-09-08T03:51:11.578Z | Checking untrusted v0.9.0 |
| 1013 | 2026-09-08T03:51:11.617Z | Checking tower-layer v0.3.3 |
| 1014 | 2026-09-08T03:51:11.687Z | Checking try-lock v0.2.5 |
| 1015 | 2026-09-08T03:51:11.763Z | Checking h2 v0.4.14 |
| 1016 | 2026-09-08T03:51:11.787Z | Checking want v0.3.1 |
| 1017 | 2026-09-08T03:51:11.802Z | Checking httpdate v1.0.3 |
| 1018 | 2026-09-08T03:51:11.910Z | Checking ryu v1.0.20 |
| 1019 | 2026-09-08T03:51:11.946Z | Compiling openssl-sys v0.9.117 |
| 1020 | 2026-09-08T03:51:11.949Z | Compiling async-trait v0.1.89 |
| 1021 | 2026-09-08T03:51:11.983Z | Compiling cmake v0.1.54 |
| 1022 | 2026-09-08T03:51:12.042Z | Compiling dunce v1.0.5 |
| 1023 | 2026-09-08T03:51:12.145Z | Compiling fs_extra v1.3.0 |
| 1024 | 2026-09-08T03:51:12.210Z | Checking pretty-hex v0.4.1 |
| 1025 | 2026-09-08T03:51:12.330Z | Compiling strsim v0.11.1 |
| 1026 | 2026-09-08T03:51:12.346Z | Compiling crossbeam-utils v0.8.21 |
| 1027 | 2026-09-08T03:51:12.418Z | Compiling aws-lc-sys v0.39.1 |
| 1028 | 2026-09-08T03:51:12.580Z | Compiling scroll v0.13.0 |
| 1029 | 2026-09-08T03:51:12.595Z | Compiling regress v0.10.5 |
| 1030 | 2026-09-08T03:51:12.644Z | Checking block-buffer v0.10.4 |
| 1031 | 2026-09-08T03:51:12.678Z | Checking ppv-lite86 v0.2.21 |
| 1032 | 2026-09-08T03:51:12.780Z | Compiling slog v2.8.2 |
| 1033 | 2026-09-08T03:51:12.842Z | Compiling plain v0.2.3 |
| 1034 | 2026-09-08T03:51:12.845Z | Compiling usdt-impl v0.6.0 |
| 1035 | 2026-09-08T03:51:12.961Z | Compiling goblin v0.10.1 |
| 1036 | 2026-09-08T03:51:12.975Z | Checking digest v0.10.7 |
| 1037 | 2026-09-08T03:51:13.119Z | Checking http-body-util v0.1.3 |
| 1038 | 2026-09-08T03:51:13.132Z | Checking ipnetwork v0.21.1 |
| 1039 | 2026-09-08T03:51:13.162Z | Checking erased-serde v0.3.31 |
| 1040 | 2026-09-08T03:51:13.435Z | Compiling omicron-workspace-hack v0.1.0 |
| 1041 | 2026-09-08T03:51:13.478Z | Compiling ident_case v1.0.1 |
| 1042 | 2026-09-08T03:51:13.598Z | Compiling darling_core v0.21.3 |
| 1043 | 2026-09-08T03:51:13.631Z | Checking serde_urlencoded v0.7.1 |
| 1044 | 2026-09-08T03:51:13.661Z | Checking hyper v1.10.1 |
| 1045 | 2026-09-08T03:51:13.679Z | Compiling dtrace-parser v0.3.0 |
| 1046 | 2026-09-08T03:51:13.778Z | Compiling openapiv3 v2.2.0 |
| 1047 | 2026-09-08T03:51:13.826Z | Compiling daft-derive v0.1.5 |
| 1048 | 2026-09-08T03:51:14.272Z | Compiling typify-impl v0.4.3 |
| 1049 | 2026-09-08T03:51:14.534Z | Compiling thread-id v5.0.0 |
| 1050 | 2026-09-08T03:51:14.549Z | Checking hyper-util v0.1.20 |
| 1051 | 2026-09-08T03:51:15.229Z | Compiling aws-lc-rs v1.16.2 |
| 1052 | 2026-09-08T03:51:15.606Z | Compiling dof v0.4.0 |
| 1053 | 2026-09-08T03:51:15.652Z | Compiling darling_macro v0.21.3 |
| 1054 | 2026-09-08T03:51:15.861Z | Checking encoding_rs v0.8.35 |
| 1055 | 2026-09-08T03:51:15.897Z | Checking cpufeatures v0.2.17 |
| 1056 | 2026-09-08T03:51:15.968Z | Checking untrusted v0.7.1 |
| 1057 | 2026-09-08T03:51:16.182Z | Compiling darling v0.21.3 |
| 1058 | 2026-09-08T03:51:16.294Z | Compiling slog-async v2.8.0 |
| 1059 | 2026-09-08T03:51:16.356Z | Checking mime v0.3.17 |
| 1060 | 2026-09-08T03:51:16.527Z | Checking rand_core v0.9.3 |
| 1061 | 2026-09-08T03:51:16.623Z | Checking oxnet v0.1.6 |
| 1062 | 2026-09-08T03:51:16.628Z | Compiling usdt-attr-macro v0.6.0 |
| 1063 | 2026-09-08T03:51:16.628Z | Compiling usdt-macro v0.6.0 |
| 1064 | 2026-09-08T03:51:16.802Z | Compiling structmeta-derive v0.3.0 |
| 1065 | 2026-09-08T03:51:16.872Z | Compiling multer v3.1.0 |
| 1066 | 2026-09-08T03:51:17.045Z | Compiling rustls v0.22.4 |
| 1067 | 2026-09-08T03:51:17.087Z | Compiling rustls v0.23.40 |
| 1068 | 2026-09-08T03:51:17.103Z | Compiling unsafe-libyaml v0.2.11 |
| 1069 | 2026-09-08T03:51:17.434Z | Compiling async-stream-impl v0.3.6 |
| 1070 | 2026-09-08T03:51:17.469Z | Checking sync_wrapper v1.0.2 |
| 1071 | 2026-09-08T03:51:17.570Z | Checking hex v0.4.3 |
| 1072 | 2026-09-08T03:51:17.666Z | Compiling typify-macro v0.4.3 |
| 1073 | 2026-09-08T03:51:17.762Z | Compiling serde_yaml v0.9.34+deprecated |
| 1074 | 2026-09-08T03:51:17.819Z | Compiling structmeta v0.3.0 |
| 1075 | 2026-09-08T03:51:17.980Z | Compiling openssl v0.10.81 |
| 1076 | 2026-09-08T03:51:18.013Z | Checking foreign-types-shared v0.1.1 |
| 1077 | 2026-09-08T03:51:18.032Z | Checking fastrand v2.3.0 |
| 1078 | 2026-09-08T03:51:18.095Z | Checking foreign-types v0.3.2 |
| 1079 | 2026-09-08T03:51:18.166Z | Checking tower v0.5.2 |
| 1080 | 2026-09-08T03:51:18.214Z | Checking tempfile v3.27.0 |
| 1081 | 2026-09-08T03:51:18.257Z | Checking rand_chacha v0.9.0 |
| 1082 | 2026-09-08T03:51:18.402Z | Checking futures-executor v0.3.32 |
| 1083 | 2026-09-08T03:51:18.441Z | Compiling openssl-macros v0.1.1 |
| 1084 | 2026-09-08T03:51:18.527Z | Compiling strum_macros v0.26.4 |
| 1085 | 2026-09-08T03:51:18.545Z | Compiling native-tls v0.2.14 |
| 1086 | 2026-09-08T03:51:18.580Z | Checking iri-string v0.7.8 |
| 1087 | 2026-09-08T03:51:18.781Z | Checking openssl-probe v0.1.6 |
| 1088 | 2026-09-08T03:51:18.888Z | Checking powerfmt v0.2.0 |
| 1089 | 2026-09-08T03:51:19.013Z | Checking futures v0.3.32 |
| 1090 | 2026-09-08T03:51:19.039Z | Checking deranged v0.5.3 |
| 1091 | 2026-09-08T03:51:19.089Z | Checking rand v0.9.3 |
| 1092 | 2026-09-08T03:51:19.124Z | Compiling typify v0.4.3 |
| 1093 | 2026-09-08T03:51:19.215Z | Compiling newtype-uuid-macros v0.1.0 |
| 1094 | 2026-09-08T03:51:19.537Z | Compiling ref-cast v1.0.25 |
| 1095 | 2026-09-08T03:51:19.573Z | Checking tower-http v0.6.8 |
| 1096 | 2026-09-08T03:51:19.829Z | Checking num_threads v0.1.7 |
| 1097 | 2026-09-08T03:51:19.907Z | Compiling ref-cast-impl v1.0.25 |
| 1098 | 2026-09-08T03:51:19.922Z | Compiling dropshot v0.16.7 |
| 1099 | 2026-09-08T03:51:19.959Z | Checking memmap2 v0.9.8 |
| 1100 | 2026-09-08T03:51:20.036Z | Checking time v0.3.47 |
| 1101 | 2026-09-08T03:51:20.093Z | Checking unicode-width v0.2.1 |
| 1102 | 2026-09-08T03:51:20.197Z | Compiling derive-ex v0.1.8 |
| 1103 | 2026-09-08T03:51:20.341Z | Checking crossbeam-channel v0.5.15 |
| 1104 | 2026-09-08T03:51:20.452Z | Checking webpki-roots v1.0.2 |
| 1105 | 2026-09-08T03:51:20.477Z | Compiling dropshot_endpoint v0.16.7 |
| 1106 | 2026-09-08T03:51:20.569Z | Compiling strum_macros v0.27.2 |
| 1107 | 2026-09-08T03:51:20.668Z | Checking winnow v0.7.14 |
| 1108 | 2026-09-08T03:51:21.136Z | Compiling progenitor-impl v0.11.1 |
| 1109 | 2026-09-08T03:51:21.159Z | Checking tokio-native-tls v0.3.1 |
| 1110 | 2026-09-08T03:51:21.388Z | Checking hyper-tls v0.6.0 |
| 1111 | 2026-09-08T03:51:21.775Z | Compiling test-strategy v0.4.3 |
| 1112 | 2026-09-08T03:51:21.808Z | Checking newtype-uuid v1.3.2 |
| 1113 | 2026-09-08T03:51:21.946Z | Checking thread_local v1.1.9 |
| 1114 | 2026-09-08T03:51:21.992Z | Checking winnow v1.0.3 |
| 1115 | 2026-09-08T03:51:22.111Z | Checking daft v0.1.5 |
| 1116 | 2026-09-08T03:51:22.163Z | Compiling serde_with_macros v3.14.1 |
| 1117 | 2026-09-08T03:51:22.277Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 1118 | 2026-09-08T03:51:22.340Z | Checking serde_spanned v1.1.1 |
| 1119 | 2026-09-08T03:51:22.382Z | Checking is-terminal v0.4.16 |
| 1120 | 2026-09-08T03:51:22.471Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 1121 | 2026-09-08T03:51:22.474Z | Checking either v1.15.0 |
| 1122 | 2026-09-08T03:51:22.610Z | Checking take_mut v0.2.2 |
| 1123 | 2026-09-08T03:51:22.661Z | Checking term v1.2.0 |
| 1124 | 2026-09-08T03:51:22.677Z | Checking match_cfg v0.1.0 |
| 1125 | 2026-09-08T03:51:22.714Z | Checking debug-ignore v1.0.5 |
| 1126 | 2026-09-08T03:51:22.743Z | Checking hostname v0.3.1 |
| 1127 | 2026-09-08T03:51:22.838Z | Checking slog-json v2.6.1 |
| 1128 | 2026-09-08T03:51:22.874Z | Checking slog-term v2.9.2 |
| 1129 | 2026-09-08T03:51:22.996Z | Compiling syn v1.0.109 |
| 1130 | 2026-09-08T03:51:23.111Z | Checking spin v0.9.8 |
| 1131 | 2026-09-08T03:51:23.131Z | Checking slog-bunyan v2.5.0 |
| 1132 | 2026-09-08T03:51:23.156Z | Checking usdt v0.6.0 |
| 1133 | 2026-09-08T03:51:23.234Z | Compiling progenitor-macro v0.11.1 |
| 1134 | 2026-09-08T03:51:23.248Z | Checking async-stream v0.3.6 |
| 1135 | 2026-09-08T03:51:23.262Z | Compiling parse-display-derive v0.10.0 |
| 1136 | 2026-09-08T03:51:23.347Z | Checking rustls-webpki v0.102.8 |
| 1137 | 2026-09-08T03:51:23.366Z | Checking rustls-pemfile v2.2.0 |
| 1138 | 2026-09-08T03:51:23.382Z | Checking waitgroup v0.1.2 |
| 1139 | 2026-09-08T03:51:23.425Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1140 | 2026-09-08T03:51:23.476Z | Checking serde_path_to_error v0.1.20 |
| 1141 | 2026-09-08T03:51:23.498Z | Checking hostname v0.4.2 |
| 1142 | 2026-09-08T03:51:23.595Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1143 | 2026-09-08T03:51:23.732Z | Checking strum v0.26.3 |
| 1144 | 2026-09-08T03:51:23.841Z | Checking rand_chacha v0.3.1 |
| 1145 | 2026-09-08T03:51:23.865Z | Checking macaddr v1.0.1 |
| 1146 | 2026-09-08T03:51:23.902Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1147 | 2026-09-08T03:51:24.037Z | Checking wait-timeout v0.2.1 |
| 1148 | 2026-09-08T03:51:24.052Z | Checking bit-vec v0.8.0 |
| 1149 | 2026-09-08T03:51:24.097Z | Checking lazy_static v1.5.0 |
| 1150 | 2026-09-08T03:51:24.156Z | Checking quick-error v1.2.3 |
| 1151 | 2026-09-08T03:51:24.194Z | Checking toml v0.9.12+spec-1.1.0 |
| 1152 | 2026-09-08T03:51:24.239Z | Checking bit-set v0.8.0 |
| 1153 | 2026-09-08T03:51:24.256Z | Checking rusty-fork v0.3.0 |
| 1154 | 2026-09-08T03:51:24.385Z | Checking rand v0.8.5 |
| 1155 | 2026-09-08T03:51:24.421Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1156 | 2026-09-08T03:51:24.751Z | Checking rand_xorshift v0.4.0 |
| 1157 | 2026-09-08T03:51:24.773Z | Checking sha1 v0.10.6 |
| 1158 | 2026-09-08T03:51:24.860Z | Checking unarray v0.1.4 |
| 1159 | 2026-09-08T03:51:24.931Z | Checking strum v0.27.2 |
| 1160 | 2026-09-08T03:51:24.962Z | Checking proptest v1.8.0 |
| 1161 | 2026-09-08T03:51:25.076Z | Checking tabwriter v1.4.1 |
| 1162 | 2026-09-08T03:51:25.102Z | Checking tokio-rustls v0.25.0 |
| 1163 | 2026-09-08T03:51:25.138Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1164 | 2026-09-08T03:51:25.220Z | Checking colored v3.1.1 |
| 1165 | 2026-09-08T03:51:25.274Z | Checking serde_with v3.14.1 |
| 1166 | 2026-09-08T03:51:25.713Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1167 | 2026-09-08T03:51:25.941Z | Checking instant v0.1.13 |
| 1168 | 2026-09-08T03:51:26.279Z | Checking rustc-hash v2.1.1 |
| 1169 | 2026-09-08T03:51:26.398Z | Checking iddqd v0.3.18 |
| 1170 | 2026-09-08T03:51:26.444Z | Checking backoff v0.4.0 |
| 1171 | 2026-09-08T03:51:26.589Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1172 | 2026-09-08T03:51:26.616Z | Checking parse-display v0.10.0 |
| 1173 | 2026-09-08T03:51:26.632Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1174 | 2026-09-08T03:51:26.737Z | Checking itertools v0.14.0 |
| 1175 | 2026-09-08T03:51:26.758Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1176 | 2026-09-08T03:51:27.215Z | Compiling toml_datetime v0.6.11 |
| 1177 | 2026-09-08T03:51:27.232Z | Compiling clap_derive v4.6.1 |
| 1178 | 2026-09-08T03:51:27.244Z | Checking utf8parse v0.2.2 |
| 1179 | 2026-09-08T03:51:27.341Z | Checking anstyle-parse v1.0.0 |
| 1180 | 2026-09-08T03:51:27.494Z | Checking terminal_size v0.4.3 |
| 1181 | 2026-09-08T03:51:27.692Z | Checking anstyle-query v1.1.4 |
| 1182 | 2026-09-08T03:51:27.706Z | Checking is_terminal_polyfill v1.70.1 |
| 1183 | 2026-09-08T03:51:27.769Z | Checking colorchoice v1.0.4 |
| 1184 | 2026-09-08T03:51:27.784Z | Checking anstyle v1.0.14 |
| 1185 | 2026-09-08T03:51:27.957Z | Checking anstream v1.0.0 |
| 1186 | 2026-09-08T03:51:28.154Z | Checking clap_lex v1.1.0 |
| 1187 | 2026-09-08T03:51:28.353Z | Checking clap_builder v4.6.0 |
| 1188 | 2026-09-08T03:51:29.578Z | Checking clap v4.6.1 |
| 1189 | 2026-09-08T03:51:30.647Z | Compiling num-derive v0.4.2 |
| 1190 | 2026-09-08T03:51:31.178Z | Compiling rustls-webpki v0.103.6 |
| 1191 | 2026-09-08T03:51:31.681Z | Compiling prettyplease v0.2.37 |
| 1192 | 2026-09-08T03:51:33.290Z | Checking crossbeam-epoch v0.9.18 |
| 1193 | 2026-09-08T03:51:33.374Z | Compiling cfg_aliases v0.2.1 |
| 1194 | 2026-09-08T03:51:33.471Z | Compiling winnow v0.5.40 |
| 1195 | 2026-09-08T03:51:34.048Z | Checking serde_spanned v0.6.9 |
| 1196 | 2026-09-08T03:51:34.288Z | Compiling tokio-rustls v0.26.4 |
| 1197 | 2026-09-08T03:51:34.355Z | Compiling memoffset v0.9.1 |
| 1198 | 2026-09-08T03:51:34.804Z | Compiling toml_edit v0.19.15 |
| 1199 | 2026-09-08T03:51:34.820Z | Compiling rayon-core v1.13.0 |
| 1200 | 2026-09-08T03:51:35.927Z | Compiling proc-macro-crate v1.3.1 |
| 1201 | 2026-09-08T03:51:35.953Z | Compiling zerocopy-derive v0.7.35 |
| 1202 | 2026-09-08T03:51:36.366Z | Compiling crc32fast v1.5.0 |
| 1203 | 2026-09-08T03:51:36.864Z | Compiling hyper-rustls v0.27.7 |
| 1204 | 2026-09-08T03:51:37.123Z | Compiling reqwest v0.12.23 |
| 1205 | 2026-09-08T03:51:37.306Z | Checking crossbeam-deque v0.8.6 |
| 1206 | 2026-09-08T03:51:37.604Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1207 | 2026-09-08T03:51:37.712Z | Checking adler2 v2.0.1 |
| 1208 | 2026-09-08T03:51:38.410Z | Compiling progenitor-client v0.11.1 |
| 1209 | 2026-09-08T03:51:38.675Z | Compiling progenitor v0.11.1 |
| 1210 | 2026-09-08T03:51:39.027Z | Checking miniz_oxide v0.8.9 |
| 1211 | 2026-09-08T03:51:39.801Z | Compiling num-integer v0.1.46 |
| 1212 | 2026-09-08T03:51:39.895Z | Compiling proc-macro-error-attr v1.0.4 |
| 1213 | 2026-09-08T03:51:40.029Z | Compiling heapless v0.8.0 |
| 1214 | 2026-09-08T03:51:40.350Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1215 | 2026-09-08T03:51:40.399Z | Checking flate2 v1.1.2 |
| 1216 | 2026-09-08T03:51:40.497Z | Compiling progenitor-client v0.10.0 |
| 1217 | 2026-09-08T03:51:40.809Z | Compiling ingot-macros v0.1.1 |
| 1218 | 2026-09-08T03:51:41.404Z | Checking hash32 v0.3.1 |
| 1219 | 2026-09-08T03:51:41.532Z | Checking hybrid-array v0.4.12 |
| 1220 | 2026-09-08T03:51:41.547Z | Compiling proc-macro-error v1.0.4 |
| 1221 | 2026-09-08T03:51:41.879Z | Compiling smoltcp v0.11.0 |
| 1222 | 2026-09-08T03:51:41.964Z | Checking toml_write v0.1.2 |
| 1223 | 2026-09-08T03:51:42.105Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1224 | 2026-09-08T03:51:42.137Z | Checking toml_edit v0.22.27 |
| 1225 | 2026-09-08T03:51:42.514Z | Checking num-rational v0.4.2 |
| 1226 | 2026-09-08T03:51:42.717Z | Checking num-iter v0.1.45 |
| 1227 | 2026-09-08T03:51:42.835Z | Compiling zerocopy v0.7.35 |
| 1228 | 2026-09-08T03:51:42.941Z | Compiling num_enum_derive v0.7.5 |
| 1229 | 2026-09-08T03:51:43.228Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1230 | 2026-09-08T03:51:43.373Z | Compiling hubpack_derive v0.1.1 |
| 1231 | 2026-09-08T03:51:43.437Z | Checking ingot-types v0.1.2 |
| 1232 | 2026-09-08T03:51:43.459Z | Checking cobs v0.3.0 |
| 1233 | 2026-09-08T03:51:43.570Z | Compiling foreign-types-macros v0.2.3 |
| 1234 | 2026-09-08T03:51:43.602Z | Compiling scroll_derive v0.12.1 |
| 1235 | 2026-09-08T03:51:43.770Z | Compiling num-complex v0.4.6 |
| 1236 | 2026-09-08T03:51:43.874Z | Compiling usdt-impl v0.5.0 |
| 1237 | 2026-09-08T03:51:43.969Z | Checking foreign-types-shared v0.3.1 |
| 1238 | 2026-09-08T03:51:44.120Z | Checking bitflags v1.3.2 |
| 1239 | 2026-09-08T03:51:44.147Z | Checking managed v0.8.0 |
| 1240 | 2026-09-08T03:51:44.185Z | Compiling crucible-workspace-hack v0.1.0 |
| 1241 | 2026-09-08T03:51:44.200Z | Checking foreign-types v0.5.0 |
| 1242 | 2026-09-08T03:51:44.288Z | Checking scroll v0.12.0 |
| 1243 | 2026-09-08T03:51:44.289Z | Checking num v0.4.3 |
| 1244 | 2026-09-08T03:51:44.496Z | Checking num_enum v0.7.5 |
| 1245 | 2026-09-08T03:51:44.511Z | Checking hubpack v0.1.2 |
| 1246 | 2026-09-08T03:51:44.515Z | Checking ingot v0.1.1 |
| 1247 | 2026-09-08T03:51:44.604Z | Checking postcard v1.1.3 |
| 1248 | 2026-09-08T03:51:44.670Z | Compiling dof v0.3.0 |
| 1249 | 2026-09-08T03:51:44.883Z | Checking toml v0.8.23 |
| 1250 | 2026-09-08T03:51:45.271Z | Checking block-buffer v0.12.0 |
| 1251 | 2026-09-08T03:51:45.297Z | Checking crypto-common v0.2.2 |
| 1252 | 2026-09-08T03:51:45.469Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1253 | 2026-09-08T03:51:45.522Z | Compiling dtrace-parser v0.2.0 |
| 1254 | 2026-09-08T03:51:45.767Z | Checking camino-tempfile v1.4.1 |
| 1255 | 2026-09-08T03:51:45.911Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1256 | 2026-09-08T03:51:45.925Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1257 | 2026-09-08T03:51:45.941Z | Checking cstr-argument v0.1.2 |
| 1258 | 2026-09-08T03:51:46.064Z | Compiling thread-id v4.2.2 |
| 1259 | 2026-09-08T03:51:46.114Z | Checking compression-core v0.4.32 |
| 1260 | 2026-09-08T03:51:46.130Z | Checking const-oid v0.10.2 |
| 1261 | 2026-09-08T03:51:46.151Z | Checking float-ord v0.3.2 |
| 1262 | 2026-09-08T03:51:46.167Z | Checking static_assertions v1.1.0 |
| 1263 | 2026-09-08T03:51:46.272Z | Compiling minimal-lexical v0.2.1 |
| 1264 | 2026-09-08T03:51:46.288Z | Compiling heck v0.4.1 |
| 1265 | 2026-09-08T03:51:46.318Z | Checking digest v0.11.3 |
| 1266 | 2026-09-08T03:51:46.418Z | Checking compression-codecs v0.4.32 |
| 1267 | 2026-09-08T03:51:46.469Z | Compiling nom v7.1.3 |
| 1268 | 2026-09-08T03:51:46.536Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1269 | 2026-09-08T03:51:46.586Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1270 | 2026-09-08T03:51:46.610Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1271 | 2026-09-08T03:51:46.755Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1272 | 2026-09-08T03:51:46.806Z | Checking goblin v0.8.2 |
| 1273 | 2026-09-08T03:51:46.970Z | Checking rayon v1.11.0 |
| 1274 | 2026-09-08T03:51:47.288Z | Compiling num_enum_derive v0.5.11 |
| 1275 | 2026-09-08T03:51:47.304Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1276 | 2026-09-08T03:51:47.549Z | Compiling rustc_version v0.4.1 |
| 1277 | 2026-09-08T03:51:47.754Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 1278 | 2026-09-08T03:51:47.821Z | Compiling dropshot v0.17.1 |
| 1279 | 2026-09-08T03:51:47.950Z | Checking tinyvec_macros v0.1.1 |
| 1280 | 2026-09-08T03:51:48.024Z | Compiling convert_case v0.4.0 |
| 1281 | 2026-09-08T03:51:48.039Z | Compiling rustix v0.38.44 |
| 1282 | 2026-09-08T03:51:48.054Z | Checking cpufeatures v0.3.0 |
| 1283 | 2026-09-08T03:51:48.130Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1284 | 2026-09-08T03:51:48.255Z | Checking num_enum v0.5.11 |
| 1285 | 2026-09-08T03:51:48.330Z | Compiling derive_more v0.99.20 |
| 1286 | 2026-09-08T03:51:48.367Z | Checking sha1 v0.11.0 |
| 1287 | 2026-09-08T03:51:48.429Z | Checking tinyvec v1.10.0 |
| 1288 | 2026-09-08T03:51:48.499Z | Checking toml v1.1.2+spec-1.1.0 |
| 1289 | 2026-09-08T03:51:48.535Z | Checking async-compression v0.4.33 |
| 1290 | 2026-09-08T03:51:48.719Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1291 | 2026-09-08T03:51:48.770Z | Compiling nix v0.30.1 |
| 1292 | 2026-09-08T03:51:49.018Z | Checking libscf-sys v1.2.0 |
| 1293 | 2026-09-08T03:51:49.145Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1294 | 2026-09-08T03:51:49.148Z | Compiling libz-sys v1.1.22 |
| 1295 | 2026-09-08T03:51:49.214Z | Compiling dropshot_endpoint v0.17.1 |
| 1296 | 2026-09-08T03:51:49.283Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1297 | 2026-09-08T03:51:49.381Z | Checking bytecount v0.6.9 |
| 1298 | 2026-09-08T03:51:49.644Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1299 | 2026-09-08T03:51:50.258Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1300 | 2026-09-08T03:51:50.333Z | Compiling usdt-attr-macro v0.5.0 |
| 1301 | 2026-09-08T03:51:50.430Z | Compiling usdt-macro v0.5.0 |
| 1302 | 2026-09-08T03:51:50.458Z | Compiling zone_cfg_derive v0.3.1 |
| 1303 | 2026-09-08T03:51:50.492Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1304 | 2026-09-08T03:51:50.506Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1305 | 2026-09-08T03:51:50.661Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1306 | 2026-09-08T03:51:50.809Z | Checking itertools v0.12.1 |
| 1307 | 2026-09-08T03:51:51.040Z | Checking memmap v0.7.0 |
| 1308 | 2026-09-08T03:51:51.056Z | Checking sigpipe v0.1.3 |
| 1309 | 2026-09-08T03:51:51.083Z | Checking jiff v0.2.15 |
| 1310 | 2026-09-08T03:51:51.110Z | Checking glob v0.3.3 |
| 1311 | 2026-09-08T03:51:51.134Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1312 | 2026-09-08T03:51:51.173Z | Checking usdt v0.5.0 |
| 1313 | 2026-09-08T03:51:51.331Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1314 | 2026-09-08T03:51:51.383Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1315 | 2026-09-08T03:51:51.480Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1316 | 2026-09-08T03:51:51.563Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1317 | 2026-09-08T03:51:51.581Z | Checking smf v0.2.3 |
| 1318 | 2026-09-08T03:51:51.679Z | Checking secrecy v0.10.3 |
| 1319 | 2026-09-08T03:51:51.797Z | Checking whoami v1.6.1 |
| 1320 | 2026-09-08T03:51:51.811Z | Compiling curve25519-dalek v4.1.3 |
| 1321 | 2026-09-08T03:51:51.826Z | Checking zone v0.3.1 |
| 1322 | 2026-09-08T03:51:51.840Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1323 | 2026-09-08T03:51:51.960Z | Checking hmac v0.12.1 |
| 1324 | 2026-09-08T03:51:52.081Z | Checking inout v0.1.4 |
| 1325 | 2026-09-08T03:51:52.097Z | Compiling enum-as-inner v0.6.1 |
| 1326 | 2026-09-08T03:51:52.115Z | Compiling clang-sys v1.8.1 |
| 1327 | 2026-09-08T03:51:52.167Z | Checking ff v0.13.1 |
| 1328 | 2026-09-08T03:51:52.210Z | Compiling semver v0.1.20 |
| 1329 | 2026-09-08T03:51:52.293Z | Checking data-encoding v2.9.0 |
| 1330 | 2026-09-08T03:51:52.309Z | Checking group v0.13.0 |
| 1331 | 2026-09-08T03:51:52.412Z | Compiling rustc_version v0.1.7 |
| 1332 | 2026-09-08T03:51:52.461Z | Checking cipher v0.4.4 |
| 1333 | 2026-09-08T03:51:52.496Z | Checking hkdf v0.12.4 |
| 1334 | 2026-09-08T03:51:52.612Z | Checking atomicwrites v0.4.4 |
| 1335 | 2026-09-08T03:51:52.627Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1336 | 2026-09-08T03:51:52.641Z | Checking universal-hash v0.5.1 |
| 1337 | 2026-09-08T03:51:52.700Z | Compiling regress v0.11.1 |
| 1338 | 2026-09-08T03:51:52.703Z | Checking crypto-bigint v0.5.5 |
| 1339 | 2026-09-08T03:51:52.730Z | Checking half v2.7.1 |
| 1340 | 2026-09-08T03:51:52.760Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1341 | 2026-09-08T03:51:52.972Z | Checking base64ct v1.8.0 |
| 1342 | 2026-09-08T03:51:53.201Z | Checking ciborium-io v0.2.2 |
| 1343 | 2026-09-08T03:51:53.294Z | Checking indent_write v2.2.0 |
| 1344 | 2026-09-08T03:51:53.409Z | Checking opaque-debug v0.3.1 |
| 1345 | 2026-09-08T03:51:53.424Z | Checking base16ct v0.2.0 |
| 1346 | 2026-09-08T03:51:53.481Z | Checking poly1305 v0.8.0 |
| 1347 | 2026-09-08T03:51:53.577Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1348 | 2026-09-08T03:51:53.663Z | Checking elliptic-curve v0.13.8 |
| 1349 | 2026-09-08T03:51:53.682Z | Checking thiserror-no-std v2.0.2 |
| 1350 | 2026-09-08T03:51:53.704Z | Checking ciborium-ll v0.2.2 |
| 1351 | 2026-09-08T03:51:53.732Z | Checking password-hash v0.5.0 |
| 1352 | 2026-09-08T03:51:53.762Z | Checking chacha20 v0.9.1 |
| 1353 | 2026-09-08T03:51:53.873Z | Compiling newtype_derive v0.1.6 |
| 1354 | 2026-09-08T03:51:53.905Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1355 | 2026-09-08T03:51:53.946Z | Compiling nix v0.31.3 |
| 1356 | 2026-09-08T03:51:53.950Z | Checking blake2 v0.10.6 |
| 1357 | 2026-09-08T03:51:54.097Z | Checking aead v0.5.2 |
| 1358 | 2026-09-08T03:51:54.145Z | Checking bstr v1.12.0 |
| 1359 | 2026-09-08T03:51:54.162Z | Compiling typify-impl v0.6.2 |
| 1360 | 2026-09-08T03:51:54.223Z | Compiling libloading v0.8.9 |
| 1361 | 2026-09-08T03:51:54.239Z | Checking keccak v0.1.6 |
| 1362 | 2026-09-08T03:51:54.337Z | Checking linked-hash-map v0.5.6 |
| 1363 | 2026-09-08T03:51:54.393Z | Compiling owo-colors v4.3.0 |
| 1364 | 2026-09-08T03:51:54.419Z | Checking resolv-conf v0.7.5 |
| 1365 | 2026-09-08T03:51:54.477Z | Compiling bindgen v0.72.1 |
| 1366 | 2026-09-08T03:51:54.505Z | Checking lru-cache v0.1.2 |
| 1367 | 2026-09-08T03:51:54.601Z | Checking sha3 v0.10.8 |
| 1368 | 2026-09-08T03:51:54.796Z | Checking chacha20poly1305 v0.10.1 |
| 1369 | 2026-09-08T03:51:54.809Z | Checking vsss-rs v3.3.4 |
| 1370 | 2026-09-08T03:51:54.825Z | Checking argon2 v0.5.3 |
| 1371 | 2026-09-08T03:51:54.975Z | Checking ciborium v0.2.2 |
| 1372 | 2026-09-08T03:51:55.125Z | Checking hickory-proto v0.24.4 |
| 1373 | 2026-09-08T03:51:55.264Z | Checking tokio-dtrace v0.1.1 |
| 1374 | 2026-09-08T03:51:55.390Z | Checking papergrid v0.18.0 |
| 1375 | 2026-09-08T03:51:55.469Z | Compiling cexpr v0.6.0 |
| 1376 | 2026-09-08T03:51:55.486Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1377 | 2026-09-08T03:51:55.764Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1378 | 2026-09-08T03:51:56.029Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1379 | 2026-09-08T03:51:56.170Z | Checking serde-big-array v0.5.1 |
| 1380 | 2026-09-08T03:51:56.317Z | Compiling serde_repr v0.1.20 |
| 1381 | 2026-09-08T03:51:56.333Z | Compiling derive-where v1.6.0 |
| 1382 | 2026-09-08T03:51:56.578Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1383 | 2026-09-08T03:51:56.673Z | Checking siphasher v1.0.1 |
| 1384 | 2026-09-08T03:51:56.805Z | Checking same-file v1.0.6 |
| 1385 | 2026-09-08T03:51:56.825Z | Compiling shlex v1.3.0 |
| 1386 | 2026-09-08T03:51:56.838Z | Checking unicode-segmentation v1.12.0 |
| 1387 | 2026-09-08T03:51:56.891Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1388 | 2026-09-08T03:51:56.927Z | Checking walkdir v2.5.0 |
| 1389 | 2026-09-08T03:51:57.095Z | Checking phf_shared v0.12.1 |
| 1390 | 2026-09-08T03:51:57.161Z | Checking newline-converter v0.3.0 |
| 1391 | 2026-09-08T03:51:57.274Z | Checking hickory-resolver v0.24.4 |
| 1392 | 2026-09-08T03:51:57.290Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1393 | 2026-09-08T03:51:57.558Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1394 | 2026-09-08T03:51:57.581Z | Checking tabled v0.21.0 |
| 1395 | 2026-09-08T03:51:57.609Z | Compiling typify-macro v0.6.2 |
| 1396 | 2026-09-08T03:51:57.948Z | Checking oxide-tokio-rt v0.1.2 |
| 1397 | 2026-09-08T03:51:58.090Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1398 | 2026-09-08T03:51:58.769Z | Checking itertools v0.15.0 |
| 1399 | 2026-09-08T03:51:58.790Z | Checking console v0.16.4 |
| 1400 | 2026-09-08T03:51:58.858Z | Compiling progenitor-impl v0.10.0 |
| 1401 | 2026-09-08T03:51:58.875Z | Checking tokio-stream v0.1.17 |
| 1402 | 2026-09-08T03:51:59.075Z | Compiling pin-project-internal v1.1.10 |
| 1403 | 2026-09-08T03:51:59.091Z | Compiling slog-dtrace v0.3.0 |
| 1404 | 2026-09-08T03:51:59.112Z | Checking csv-core v0.1.12 |
| 1405 | 2026-09-08T03:51:59.242Z | Checking smawk v0.3.2 |
| 1406 | 2026-09-08T03:51:59.293Z | Checking swrite v0.1.0 |
| 1407 | 2026-09-08T03:51:59.318Z | Checking similar v3.2.0 |
| 1408 | 2026-09-08T03:51:59.371Z | Checking unicode-linebreak v0.1.5 |
| 1409 | 2026-09-08T03:51:59.386Z | Checking unicode-width v0.1.14 |
| 1410 | 2026-09-08T03:51:59.582Z | Compiling unicode-xid v0.2.6 |
| 1411 | 2026-09-08T03:51:59.637Z | Compiling chrono-tz v0.10.4 |
| 1412 | 2026-09-08T03:51:59.705Z | Compiling cancel-safe-futures v0.1.5 |
| 1413 | 2026-09-08T03:52:00.845Z | Checking foldhash v0.1.5 |
| 1414 | 2026-09-08T03:52:00.848Z | Checking expectorate v1.3.0 |
| 1415 | 2026-09-08T03:52:00.848Z | Checking hashbrown v0.15.5 |
| 1416 | 2026-09-08T03:52:00.848Z | Compiling const_format_proc_macros v0.2.34 |
| 1417 | 2026-09-08T03:52:00.848Z | Checking pin-project v1.1.10 |
| 1418 | 2026-09-08T03:52:00.848Z | Checking textwrap v0.16.2 |
| 1419 | 2026-09-08T03:52:00.848Z | Checking csv v1.4.0 |
| 1420 | 2026-09-08T03:52:00.848Z | Checking qorb v0.4.1 |
| 1421 | 2026-09-08T03:52:00.848Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1422 | 2026-09-08T03:52:00.848Z | Checking phf v0.12.1 |
| 1423 | 2026-09-08T03:52:00.896Z | Compiling progenitor-macro v0.10.0 |
| 1424 | 2026-09-08T03:52:00.911Z | Checking unicode-normalization v0.1.24 |
| 1425 | 2026-09-08T03:52:01.036Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1426 | 2026-09-08T03:52:01.559Z | Checking libsw-core v0.3.2 |
| 1427 | 2026-09-08T03:52:01.576Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1428 | 2026-09-08T03:52:01.709Z | Compiling snafu-derive v0.8.9 |
| 1429 | 2026-09-08T03:52:01.847Z | Compiling async-recursion v1.1.1 |
| 1430 | 2026-09-08T03:52:02.007Z | Compiling cookie v0.18.1 |
| 1431 | 2026-09-08T03:52:02.235Z | Checking fixedbitset v0.5.7 |
| 1432 | 2026-09-08T03:52:02.250Z | Compiling moka v0.12.11 |
| 1433 | 2026-09-08T03:52:02.401Z | Checking fixedbitset v0.4.2 |
| 1434 | 2026-09-08T03:52:02.435Z | Checking highway v1.3.0 |
| 1435 | 2026-09-08T03:52:02.491Z | Checking petgraph v0.8.2 |
| 1436 | 2026-09-08T03:52:02.556Z | Checking petgraph v0.6.5 |
| 1437 | 2026-09-08T03:52:02.715Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1438 | 2026-09-08T03:52:03.405Z | Checking snafu v0.8.9 |
| 1439 | 2026-09-08T03:52:03.564Z | Checking libsw v3.5.0 |
| 1440 | 2026-09-08T03:52:03.665Z | Checking olpc-cjson v0.1.4 |
| 1441 | 2026-09-08T03:52:03.771Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1442 | 2026-09-08T03:52:03.787Z | Checking const_format v0.2.34 |
| 1443 | 2026-09-08T03:52:04.021Z | Checking papergrid v0.11.0 |
| 1444 | 2026-09-08T03:52:04.060Z | Compiling typify v0.6.2 |
| 1445 | 2026-09-08T03:52:04.155Z | Checking globset v0.4.16 |
| 1446 | 2026-09-08T03:52:04.171Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1447 | 2026-09-08T03:52:04.234Z | Checking gethostname v0.5.0 |
| 1448 | 2026-09-08T03:52:04.394Z | Compiling tabled_derive v0.7.0 |
| 1449 | 2026-09-08T03:52:04.430Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1450 | 2026-09-08T03:52:04.620Z | Checking reqwest v0.13.2 |
| 1451 | 2026-09-08T03:52:04.650Z | Checking bcs v0.1.6 |
| 1452 | 2026-09-08T03:52:04.756Z | Checking pem v3.0.5 |
| 1453 | 2026-09-08T03:52:04.898Z | Checking serde_plain v1.0.2 |
| 1454 | 2026-09-08T03:52:04.928Z | Checking humantime v2.3.0 |
| 1455 | 2026-09-08T03:52:05.039Z | Checking tagptr v0.2.0 |
| 1456 | 2026-09-08T03:52:05.042Z | Checking progenitor v0.10.0 |
| 1457 | 2026-09-08T03:52:05.101Z | Checking termtree v0.5.1 |
| 1458 | 2026-09-08T03:52:05.169Z | Checking linear-map v1.2.0 |
| 1459 | 2026-09-08T03:52:05.185Z | Compiling signal-hook v0.4.4 |
| 1460 | 2026-09-08T03:52:05.200Z | Checking crc8 v0.1.1 |
| 1461 | 2026-09-08T03:52:05.230Z | Checking typed-path v0.9.3 |
| 1462 | 2026-09-08T03:52:05.331Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1463 | 2026-09-08T03:52:05.348Z | Checking tabled v0.15.0 |
| 1464 | 2026-09-08T03:52:05.416Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1465 | 2026-09-08T03:52:05.904Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1466 | 2026-09-08T03:52:05.966Z | Checking tough v0.20.0 |
| 1467 | 2026-09-08T03:52:06.065Z | Compiling progenitor-impl v0.14.0 |
| 1468 | 2026-09-08T03:52:06.563Z | Checking steno v0.4.1 |
| 1469 | 2026-09-08T03:52:06.803Z | Checking hickory-proto v0.25.2 |
| 1470 | 2026-09-08T03:52:07.537Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 1471 | 2026-09-08T03:52:07.552Z | Compiling cargo-platform v0.1.9 |
| 1472 | 2026-09-08T03:52:07.790Z | Compiling vergen v8.3.2 |
| 1473 | 2026-09-08T03:52:07.909Z | Compiling fs-err v3.1.2 |
| 1474 | 2026-09-08T03:52:07.962Z | Compiling cargo_metadata v0.18.1 |
| 1475 | 2026-09-08T03:52:08.173Z | Compiling progenitor-macro v0.14.0 |
| 1476 | 2026-09-08T03:52:08.241Z | Checking progenitor-client v0.14.0 |
| 1477 | 2026-09-08T03:52:08.261Z | Checking dropshot-api-manager-types v0.7.2 |
| 1478 | 2026-09-08T03:52:08.360Z | Checking hickory-resolver v0.25.2 |
| 1479 | 2026-09-08T03:52:08.421Z | Checking sha2 v0.10.9 |
| 1480 | 2026-09-08T03:52:08.450Z | Compiling blake3 v1.8.2 |
| 1481 | 2026-09-08T03:52:08.889Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1482 | 2026-09-08T03:52:08.973Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1483 | 2026-09-08T03:52:09.044Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1484 | 2026-09-08T03:52:09.507Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1485 | 2026-09-08T03:52:09.926Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1486 | 2026-09-08T03:52:10.110Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1487 | 2026-09-08T03:52:10.487Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1488 | 2026-09-08T03:52:10.523Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1489 | 2026-09-08T03:52:10.799Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1490 | 2026-09-08T03:52:10.939Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1491 | 2026-09-08T03:52:10.974Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1492 | 2026-09-08T03:52:11.197Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1493 | 2026-09-08T03:52:11.217Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1494 | 2026-09-08T03:52:11.740Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1495 | 2026-09-08T03:52:11.978Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1496 | 2026-09-08T03:52:12.102Z | Checking git-stub v1.0.0 |
| 1497 | 2026-09-08T03:52:12.119Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1498 | 2026-09-08T03:52:12.257Z | Compiling strum_macros v0.28.0 |
| 1499 | 2026-09-08T03:52:12.295Z | Checking progenitor v0.14.0 |
| 1500 | 2026-09-08T03:52:12.371Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1501 | 2026-09-08T03:52:12.420Z | Checking filetime v0.2.26 |
| 1502 | 2026-09-08T03:52:12.554Z | Checking xattr v1.6.1 |
| 1503 | 2026-09-08T03:52:12.685Z | Checking is_ci v1.2.0 |
| 1504 | 2026-09-08T03:52:12.789Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1505 | 2026-09-08T03:52:13.013Z | Compiling curl v0.4.50 |
| 1506 | 2026-09-08T03:52:13.030Z | Checking arrayvec v0.7.6 |
| 1507 | 2026-09-08T03:52:13.220Z | Checking arrayref v0.3.9 |
| 1508 | 2026-09-08T03:52:13.259Z | Checking constant_time_eq v0.3.1 |
| 1509 | 2026-09-08T03:52:13.325Z | Checking supports-color v3.0.2 |
| 1510 | 2026-09-08T03:52:13.340Z | Checking tar v0.4.45 |
| 1511 | 2026-09-08T03:52:13.451Z | Checking git-stub-vcs v0.1.0 |
| 1512 | 2026-09-08T03:52:13.708Z | Checking toml v0.7.8 |
| 1513 | 2026-09-08T03:52:13.927Z | Checking similar v2.7.0 |
| 1514 | 2026-09-08T03:52:14.010Z | Checking drift v0.2.0 |
| 1515 | 2026-09-08T03:52:14.025Z | Checking strum v0.28.0 |
| 1516 | 2026-09-08T03:52:14.140Z | Checking kstat-rs v0.2.4 |
| 1517 | 2026-09-08T03:52:14.255Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1518 | 2026-09-08T03:52:14.315Z | Checking topological-sort v0.2.2 |
| 1519 | 2026-09-08T03:52:14.332Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1520 | 2026-09-08T03:52:14.407Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1521 | 2026-09-08T03:52:14.447Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1522 | 2026-09-08T03:52:14.635Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1523 | 2026-09-08T03:52:14.653Z | Checking omicron-zone-package v0.12.2 |
| 1524 | 2026-09-08T03:52:14.958Z | Checking dropshot-api-manager v0.7.2 |
| 1525 | 2026-09-08T03:52:15.365Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1526 | 2026-09-08T03:52:15.414Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1527 | 2026-09-08T03:52:15.490Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1528 | 2026-09-08T03:52:16.349Z | Checking signal-hook-tokio v0.4.0 |
| 1529 | 2026-09-08T03:52:16.478Z | Checking scuffle v0.1.0 |
| 1530 | 2026-09-08T03:52:16.667Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1531 | 2026-09-08T03:52:16.684Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1532 | 2026-09-08T03:52:16.830Z | Checking iddqd v0.4.5 |
| 1533 | 2026-09-08T03:52:16.948Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1534 | 2026-09-08T03:52:17.018Z | Checking search_path v0.1.4 |
| 1535 | 2026-09-08T03:52:17.151Z | Checking internet-checksum v0.2.1 |
| 1536 | 2026-09-08T03:52:17.166Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1537 | 2026-09-08T03:52:17.456Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1538 | 2026-09-08T03:52:17.472Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1539 | 2026-09-08T03:52:17.565Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1540 | 2026-09-08T03:52:17.666Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1541 | 2026-09-08T03:52:17.804Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1542 | 2026-09-08T03:52:18.450Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1543 | 2026-09-08T03:52:19.820Z | Compiling git2 v0.19.0 |
| 1544 | 2026-09-08T03:52:22.085Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1545 | 2026-09-08T03:52:23.295Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1546 | 2026-09-08T03:52:29.389Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1547 | 2026-09-08T03:52:30.650Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1548 | 2026-09-08T03:52:36.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s |
| 1549 | 2026-09-08T03:52:36.459Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1550 | 2026-09-08T03:52:36.459Z | + cargo clippy --features tofino_asic -- --deny warnings |
| 1551 | 2026-09-08T03:52:36.954Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 1552 | 2026-09-08T03:52:36.957Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1553 | 2026-09-08T03:52:37.031Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1554 | 2026-09-08T03:52:37.034Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1555 | 2026-09-08T03:52:44.284Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1556 | 2026-09-08T03:52:44.286Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1557 | 2026-09-08T03:52:46.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.47s |
| 1558 | 2026-09-08T03:52:47.120Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1559 | 2026-09-08T03:52:47.120Z | + cargo clippy --features softnpu -- --deny warnings |
| 1560 | 2026-09-08T03:52:47.419Z | Downloading crates ... |
| 1561 | 2026-09-08T03:52:47.563Z | Downloaded radium v0.7.0 |
| 1562 | 2026-09-08T03:52:47.568Z | Downloaded ascii v1.1.0 |
| 1563 | 2026-09-08T03:52:47.568Z | Downloaded typeid v1.0.3 |
| 1564 | 2026-09-08T03:52:47.568Z | Downloaded bitstruct v0.1.1 |
| 1565 | 2026-09-08T03:52:47.570Z | Downloaded wyz v0.5.1 |
| 1566 | 2026-09-08T03:52:47.570Z | Downloaded serde_arrays v0.1.0 |
| 1567 | 2026-09-08T03:52:47.570Z | Downloaded bitstruct_derive v0.1.0 |
| 1568 | 2026-09-08T03:52:47.573Z | Downloaded funty v2.0.0 |
| 1569 | 2026-09-08T03:52:47.573Z | Downloaded tap v1.0.1 |
| 1570 | 2026-09-08T03:52:47.573Z | Downloaded libloading v0.7.4 |
| 1571 | 2026-09-08T03:52:47.573Z | Downloaded erased-serde v0.4.8 |
| 1572 | 2026-09-08T03:52:47.579Z | Downloaded bitvec v1.0.1 |
| 1573 | 2026-09-08T03:52:47.586Z | Downloaded num-bigint v0.4.6 |
| 1574 | 2026-09-08T03:52:47.703Z | Checking num-integer v0.1.46 |
| 1575 | 2026-09-08T03:52:47.781Z | Checking num-complex v0.4.6 |
| 1576 | 2026-09-08T03:52:47.792Z | Compiling radium v0.7.0 |
| 1577 | 2026-09-08T03:52:47.799Z | Checking tap v1.0.1 |
| 1578 | 2026-09-08T03:52:47.805Z | Checking funty v2.0.0 |
| 1579 | 2026-09-08T03:52:47.813Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1580 | 2026-09-08T03:52:47.817Z | Compiling typeid v1.0.3 |
| 1581 | 2026-09-08T03:52:47.836Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1582 | 2026-09-08T03:52:47.881Z | Checking wyz v0.5.1 |
| 1583 | 2026-09-08T03:52:47.975Z | Checking num-bigint v0.4.6 |
| 1584 | 2026-09-08T03:52:47.978Z | Checking num-iter v0.1.45 |
| 1585 | 2026-09-08T03:52:48.033Z | Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1586 | 2026-09-08T03:52:48.044Z | Compiling erased-serde v0.4.8 |
| 1587 | 2026-09-08T03:52:48.096Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1588 | 2026-09-08T03:52:48.105Z | Compiling bitstruct_derive v0.1.0 |
| 1589 | 2026-09-08T03:52:48.133Z | Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1590 | 2026-09-08T03:52:48.166Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1591 | 2026-09-08T03:52:48.210Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1592 | 2026-09-08T03:52:48.222Z | Checking bitvec v1.0.1 |
| 1593 | 2026-09-08T03:52:48.232Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1594 | 2026-09-08T03:52:48.235Z | Checking ascii v1.1.0 |
| 1595 | 2026-09-08T03:52:48.287Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1596 | 2026-09-08T03:52:48.316Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1597 | 2026-09-08T03:52:48.408Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1598 | 2026-09-08T03:52:48.422Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1599 | 2026-09-08T03:52:48.431Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1600 | 2026-09-08T03:52:48.441Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1601 | 2026-09-08T03:52:48.692Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1602 | 2026-09-08T03:52:48.716Z | Checking serde_arrays v0.1.0 |
| 1603 | 2026-09-08T03:52:48.732Z | Checking bitstruct v0.1.1 |
| 1604 | 2026-09-08T03:52:48.789Z | Checking num-rational v0.4.2 |
| 1605 | 2026-09-08T03:52:48.806Z | Checking libloading v0.7.4 |
| 1606 | 2026-09-08T03:52:48.816Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1607 | 2026-09-08T03:52:49.049Z | Checking num v0.4.3 |
| 1608 | 2026-09-08T03:52:49.115Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1609 | 2026-09-08T03:52:49.655Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 1610 | 2026-09-08T03:52:49.944Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 1611 | 2026-09-08T03:52:49.947Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 1612 | 2026-09-08T03:52:50.133Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1613 | 2026-09-08T03:52:50.321Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1614 | 2026-09-08T03:52:50.321Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1615 | 2026-09-08T03:52:50.777Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1616 | 2026-09-08T03:52:50.990Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1617 | 2026-09-08T03:52:50.990Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1618 | 2026-09-08T03:52:50.993Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1619 | 2026-09-08T03:52:50.993Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1620 | 2026-09-08T03:52:51.798Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1621 | 2026-09-08T03:52:52.604Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1622 | 2026-09-08T03:52:56.633Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1623 | 2026-09-08T03:52:56.748Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1624 | 2026-09-08T03:53:03.139Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1625 | 2026-09-08T03:53:04.405Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1626 | 2026-09-08T03:53:04.926Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1627 | 2026-09-08T03:53:09.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.67s |
| 1628 | 2026-09-08T03:53:09.982Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1629 | 2026-09-08T03:53:09.982Z | + cargo clippy --features chaos -- --deny warnings |
| 1630 | 2026-09-08T03:53:10.464Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1631 | 2026-09-08T03:53:10.467Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1632 | 2026-09-08T03:53:10.467Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1633 | 2026-09-08T03:53:17.712Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1634 | 2026-09-08T03:53:17.715Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1635 | 2026-09-08T03:53:20.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.28s |
| 1636 | 2026-09-08T03:53:20.457Z | + banner fmt |
| 1637 | 2026-09-08T03:53:20.460Z | |
| 1638 | 2026-09-08T03:53:20.460Z | ###### # # ##### |
| 1639 | 2026-09-08T03:53:20.460Z | # ## ## # |
| 1640 | 2026-09-08T03:53:20.460Z | ##### # ## # # |
| 1641 | 2026-09-08T03:53:20.460Z | # # # # |
| 1642 | 2026-09-08T03:53:20.460Z | # # # # |
| 1643 | 2026-09-08T03:53:20.460Z | # # # # |
| 1644 | 2026-09-08T03:53:20.460Z | |
| 1645 | 2026-09-08T03:53:20.460Z | + cargo fmt -- --check |
| 1646 | 2026-09-08T03:53:20.907Z | + banner test |
| 1647 | 2026-09-08T03:53:20.910Z | |
| 1648 | 2026-09-08T03:53:20.911Z | ##### ###### #### ##### |
| 1649 | 2026-09-08T03:53:20.911Z | # # # # |
| 1650 | 2026-09-08T03:53:20.911Z | # ##### #### # |
| 1651 | 2026-09-08T03:53:20.911Z | # # # # |
| 1652 | 2026-09-08T03:53:20.911Z | # # # # # |
| 1653 | 2026-09-08T03:53:20.911Z | # ###### #### # |
| 1654 | 2026-09-08T03:53:20.911Z | |
| 1655 | 2026-09-08T03:53:20.911Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1656 | 2026-09-08T03:53:20.911Z | + RUST_BACKTRACE=full |
| 1657 | 2026-09-08T03:53:20.911Z | + cargo test --features tofino_stub --no-fail-fast |
| 1658 | 2026-09-08T03:53:21.769Z | Compiling unicode-ident v1.0.24 |
| 1659 | 2026-09-08T03:53:21.769Z | Compiling cfg-if v1.0.4 |
| 1660 | 2026-09-08T03:53:21.772Z | Compiling memchr v2.7.5 |
| 1661 | 2026-09-08T03:53:21.869Z | Compiling serde_core v1.0.228 |
| 1662 | 2026-09-08T03:53:21.890Z | Compiling itoa v1.0.15 |
| 1663 | 2026-09-08T03:53:21.893Z | Compiling libc v0.2.186 |
| 1664 | 2026-09-08T03:53:21.905Z | Compiling zmij v1.0.17 |
| 1665 | 2026-09-08T03:53:21.917Z | Compiling libm v0.2.15 |
| 1666 | 2026-09-08T03:53:21.976Z | Compiling proc-macro2 v1.0.106 |
| 1667 | 2026-09-08T03:53:22.007Z | Compiling heck v0.5.0 |
| 1668 | 2026-09-08T03:53:22.166Z | Compiling equivalent v1.0.2 |
| 1669 | 2026-09-08T03:53:22.264Z | Compiling log v0.4.29 |
| 1670 | 2026-09-08T03:53:22.379Z | Compiling quote v1.0.45 |
| 1671 | 2026-09-08T03:53:22.421Z | Compiling iana-time-zone v0.1.64 |
| 1672 | 2026-09-08T03:53:22.445Z | Compiling smallvec v1.15.1 |
| 1673 | 2026-09-08T03:53:22.546Z | Compiling syn v2.0.118 |
| 1674 | 2026-09-08T03:53:22.655Z | Compiling dyn-clone v1.0.20 |
| 1675 | 2026-09-08T03:53:22.667Z | Compiling hashbrown v0.17.1 |
| 1676 | 2026-09-08T03:53:22.682Z | Compiling fnv v1.0.7 |
| 1677 | 2026-09-08T03:53:22.711Z | Compiling regex-syntax v0.8.11 |
| 1678 | 2026-09-08T03:53:22.777Z | Compiling stable_deref_trait v1.2.0 |
| 1679 | 2026-09-08T03:53:22.795Z | Compiling pin-project-lite v0.2.16 |
| 1680 | 2026-09-08T03:53:22.856Z | Compiling percent-encoding v2.3.2 |
| 1681 | 2026-09-08T03:53:22.892Z | Compiling litemap v0.8.0 |
| 1682 | 2026-09-08T03:53:23.007Z | Compiling writeable v0.6.1 |
| 1683 | 2026-09-08T03:53:23.058Z | Compiling num-traits v0.2.19 |
| 1684 | 2026-09-08T03:53:23.109Z | Compiling icu_normalizer_data v2.0.0 |
| 1685 | 2026-09-08T03:53:23.188Z | Compiling icu_properties_data v2.0.1 |
| 1686 | 2026-09-08T03:53:23.220Z | Compiling form_urlencoded v1.2.2 |
| 1687 | 2026-09-08T03:53:23.307Z | Compiling utf8_iter v1.0.4 |
| 1688 | 2026-09-08T03:53:23.320Z | Compiling getrandom v0.4.2 |
| 1689 | 2026-09-08T03:53:23.401Z | Compiling aho-corasick v1.1.3 |
| 1690 | 2026-09-08T03:53:23.452Z | Compiling scopeguard v1.2.0 |
| 1691 | 2026-09-08T03:53:23.466Z | Compiling byteorder v1.5.0 |
| 1692 | 2026-09-08T03:53:23.560Z | Compiling semver v1.0.28 |
| 1693 | 2026-09-08T03:53:23.661Z | Compiling serde_json v1.0.150 |
| 1694 | 2026-09-08T03:53:23.684Z | Compiling indexmap v2.14.0 |
| 1695 | 2026-09-08T03:53:23.696Z | Compiling lock_api v0.4.14 |
| 1696 | 2026-09-08T03:53:23.902Z | Compiling ucd-trie v0.1.7 |
| 1697 | 2026-09-08T03:53:23.917Z | Compiling uuid v1.23.3 |
| 1698 | 2026-09-08T03:53:24.052Z | Compiling allocator-api2 v0.2.21 |
| 1699 | 2026-09-08T03:53:24.192Z | Compiling regex-automata v0.4.13 |
| 1700 | 2026-09-08T03:53:24.304Z | Compiling futures-core v0.3.32 |
| 1701 | 2026-09-08T03:53:24.341Z | Compiling foldhash v0.2.0 |
| 1702 | 2026-09-08T03:53:24.460Z | Compiling ryu v1.0.20 |
| 1703 | 2026-09-08T03:53:24.567Z | Compiling hashbrown v0.16.1 |
| 1704 | 2026-09-08T03:53:24.640Z | Compiling pretty-hex v0.4.1 |
| 1705 | 2026-09-08T03:53:24.779Z | Compiling strsim v0.11.1 |
| 1706 | 2026-09-08T03:53:24.814Z | Compiling futures-sink v0.3.32 |
| 1707 | 2026-09-08T03:53:24.923Z | Compiling plain v0.2.3 |
| 1708 | 2026-09-08T03:53:25.020Z | Compiling time-core v0.1.8 |
| 1709 | 2026-09-08T03:53:25.033Z | Compiling num-conv v0.2.1 |
| 1710 | 2026-09-08T03:53:25.175Z | Compiling slab v0.4.11 |
| 1711 | 2026-09-08T03:53:25.186Z | Compiling time-macros v0.2.27 |
| 1712 | 2026-09-08T03:53:25.189Z | Compiling futures-channel v0.3.32 |
| 1713 | 2026-09-08T03:53:25.348Z | Compiling synstructure v0.13.2 |
| 1714 | 2026-09-08T03:53:25.372Z | Compiling serde_derive_internals v0.29.1 |
| 1715 | 2026-09-08T03:53:25.562Z | Compiling futures-io v0.3.32 |
| 1716 | 2026-09-08T03:53:25.697Z | Compiling futures-task v0.3.32 |
| 1717 | 2026-09-08T03:53:25.772Z | Compiling regress v0.10.5 |
| 1718 | 2026-09-08T03:53:25.855Z | Compiling regex v1.12.4 |
| 1719 | 2026-09-08T03:53:25.869Z | Compiling darling_core v0.21.3 |
| 1720 | 2026-09-08T03:53:26.065Z | Compiling thread-id v5.0.0 |
| 1721 | 2026-09-08T03:53:26.094Z | Compiling getrandom v0.2.16 |
| 1722 | 2026-09-08T03:53:26.148Z | Compiling socket2 v0.6.4 |
| 1723 | 2026-09-08T03:53:26.318Z | Compiling parking_lot_core v0.9.12 |
| 1724 | 2026-09-08T03:53:26.331Z | Compiling bitflags v2.11.1 |
| 1725 | 2026-09-08T03:53:26.507Z | Compiling serde_derive v1.0.228 |
| 1726 | 2026-09-08T03:53:26.573Z | Compiling zerofrom-derive v0.1.6 |
| 1727 | 2026-09-08T03:53:26.613Z | Compiling yoke-derive v0.8.0 |
| 1728 | 2026-09-08T03:53:26.619Z | Compiling zerovec-derive v0.11.1 |
| 1729 | 2026-09-08T03:53:26.644Z | Compiling displaydoc v0.2.5 |
| 1730 | 2026-09-08T03:53:26.809Z | Compiling thiserror-impl v2.0.18 |
| 1731 | 2026-09-08T03:53:27.406Z | Compiling schemars_derive v0.8.22 |
| 1732 | 2026-09-08T03:53:27.657Z | Compiling tokio-macros v2.7.0 |
| 1733 | 2026-09-08T03:53:27.736Z | Compiling zeroize_derive v1.4.3 |
| 1734 | 2026-09-08T03:53:27.800Z | Compiling zerocopy-derive v0.8.27 |
| 1735 | 2026-09-08T03:53:28.035Z | Compiling thiserror v2.0.18 |
| 1736 | 2026-09-08T03:53:28.054Z | Compiling futures-macro v0.3.32 |
| 1737 | 2026-09-08T03:53:28.142Z | Compiling zerofrom v0.1.6 |
| 1738 | 2026-09-08T03:53:28.273Z | Compiling yoke v0.8.0 |
| 1739 | 2026-09-08T03:53:28.401Z | Compiling tracing-attributes v0.1.30 |
| 1740 | 2026-09-08T03:53:28.424Z | Compiling thiserror-impl v1.0.69 |
| 1741 | 2026-09-08T03:53:28.468Z | Compiling zerovec v0.11.4 |
| 1742 | 2026-09-08T03:53:28.628Z | Compiling zerotrie v0.2.2 |
| 1743 | 2026-09-08T03:53:28.905Z | Compiling pest v2.8.2 |
| 1744 | 2026-09-08T03:53:28.945Z | Compiling scroll_derive v0.13.1 |
| 1745 | 2026-09-08T03:53:29.065Z | Compiling zerocopy v0.8.27 |
| 1746 | 2026-09-08T03:53:29.197Z | Compiling serde v1.0.228 |
| 1747 | 2026-09-08T03:53:29.602Z | Compiling tinystr v0.8.1 |
| 1748 | 2026-09-08T03:53:29.636Z | Compiling bytes v1.12.0 |
| 1749 | 2026-09-08T03:53:29.636Z | Compiling serde_tokenstream v0.2.3 |
| 1750 | 2026-09-08T03:53:29.708Z | Compiling potential_utf v0.1.3 |
| 1751 | 2026-09-08T03:53:29.788Z | Compiling icu_locale_core v2.0.0 |
| 1752 | 2026-09-08T03:53:29.808Z | Compiling chrono v0.4.45 |
| 1753 | 2026-09-08T03:53:29.823Z | Compiling icu_collections v2.0.0 |
| 1754 | 2026-09-08T03:53:29.875Z | Compiling async-trait v0.1.89 |
| 1755 | 2026-09-08T03:53:29.927Z | Compiling scroll v0.13.0 |
| 1756 | 2026-09-08T03:53:30.191Z | Compiling http v1.4.2 |
| 1757 | 2026-09-08T03:53:30.194Z | Compiling pest_meta v2.8.2 |
| 1758 | 2026-09-08T03:53:30.271Z | Compiling icu_provider v2.0.0 |
| 1759 | 2026-09-08T03:53:30.329Z | Compiling goblin v0.10.1 |
| 1760 | 2026-09-08T03:53:30.546Z | Compiling icu_properties v2.0.1 |
| 1761 | 2026-09-08T03:53:30.577Z | Compiling icu_normalizer v2.0.0 |
| 1762 | 2026-09-08T03:53:30.641Z | Compiling daft-derive v0.1.5 |
| 1763 | 2026-09-08T03:53:30.850Z | Compiling pest_generator v2.8.2 |
| 1764 | 2026-09-08T03:53:31.162Z | Compiling schemars v0.8.22 |
| 1765 | 2026-09-08T03:53:31.362Z | Compiling darling_macro v0.21.3 |
| 1766 | 2026-09-08T03:53:31.435Z | Compiling openssl-macros v0.1.1 |
| 1767 | 2026-09-08T03:53:31.539Z | Compiling idna_adapter v1.2.1 |
| 1768 | 2026-09-08T03:53:31.560Z | Compiling pest_derive v2.8.2 |
| 1769 | 2026-09-08T03:53:31.689Z | Compiling idna v1.1.0 |
| 1770 | 2026-09-08T03:53:31.848Z | Compiling openapiv3 v2.2.0 |
| 1771 | 2026-09-08T03:53:31.915Z | Compiling structmeta-derive v0.3.0 |
| 1772 | 2026-09-08T03:53:31.955Z | Compiling darling v0.21.3 |
| 1773 | 2026-09-08T03:53:32.040Z | Compiling url v2.5.7 |
| 1774 | 2026-09-08T03:53:32.130Z | Compiling dtrace-parser v0.3.0 |
| 1775 | 2026-09-08T03:53:32.367Z | Compiling typify-impl v0.4.3 |
| 1776 | 2026-09-08T03:53:32.467Z | Compiling async-stream-impl v0.3.6 |
| 1777 | 2026-09-08T03:53:32.931Z | Compiling newtype-uuid-macros v0.1.0 |
| 1778 | 2026-09-08T03:53:32.984Z | Compiling structmeta v0.3.0 |
| 1779 | 2026-09-08T03:53:33.035Z | Compiling serde_yaml v0.9.34+deprecated |
| 1780 | 2026-09-08T03:53:33.121Z | Compiling zeroize v1.8.1 |
| 1781 | 2026-09-08T03:53:33.189Z | Compiling dof v0.4.0 |
| 1782 | 2026-09-08T03:53:33.312Z | Compiling strum_macros v0.26.4 |
| 1783 | 2026-09-08T03:53:33.327Z | Compiling parking_lot v0.12.5 |
| 1784 | 2026-09-08T03:53:33.470Z | Compiling signal-hook-registry v1.4.6 |
| 1785 | 2026-09-08T03:53:33.726Z | Compiling usdt-impl v0.6.0 |
| 1786 | 2026-09-08T03:53:33.744Z | Compiling untrusted v0.9.0 |
| 1787 | 2026-09-08T03:53:33.869Z | Compiling thiserror v1.0.69 |
| 1788 | 2026-09-08T03:53:33.882Z | Compiling mio v1.2.1 |
| 1789 | 2026-09-08T03:53:33.998Z | Compiling omicron-workspace-hack v0.1.0 |
| 1790 | 2026-09-08T03:53:34.053Z | Compiling base64 v0.22.1 |
| 1791 | 2026-09-08T03:53:34.280Z | Compiling tokio v1.52.3 |
| 1792 | 2026-09-08T03:53:34.393Z | Compiling http-body v1.0.1 |
| 1793 | 2026-09-08T03:53:34.405Z | Compiling dropshot_endpoint v0.16.7 |
| 1794 | 2026-09-08T03:53:34.430Z | Compiling ref-cast-impl v1.0.25 |
| 1795 | 2026-09-08T03:53:34.546Z | Compiling atomic-waker v1.1.2 |
| 1796 | 2026-09-08T03:53:34.758Z | Compiling ipnet v2.11.0 |
| 1797 | 2026-09-08T03:53:34.947Z | Compiling derive-ex v0.1.8 |
| 1798 | 2026-09-08T03:53:35.047Z | Compiling strum_macros v0.27.2 |
| 1799 | 2026-09-08T03:53:35.176Z | Compiling usdt-attr-macro v0.6.0 |
| 1800 | 2026-09-08T03:53:35.297Z | Compiling usdt-macro v0.6.0 |
| 1801 | 2026-09-08T03:53:35.759Z | Compiling httparse v1.10.1 |
| 1802 | 2026-09-08T03:53:36.072Z | Compiling portable-atomic v1.11.1 |
| 1803 | 2026-09-08T03:53:36.085Z | Compiling tower-layer v0.3.3 |
| 1804 | 2026-09-08T03:53:36.312Z | Compiling tower-service v0.3.3 |
| 1805 | 2026-09-08T03:53:36.413Z | Compiling try-lock v0.2.5 |
| 1806 | 2026-09-08T03:53:36.413Z | Compiling critical-section v1.2.0 |
| 1807 | 2026-09-08T03:53:36.546Z | Compiling once_cell v1.21.3 |
| 1808 | 2026-09-08T03:53:36.549Z | Compiling want v0.3.1 |
| 1809 | 2026-09-08T03:53:36.587Z | Compiling test-strategy v0.4.3 |
| 1810 | 2026-09-08T03:53:36.660Z | Compiling httpdate v1.0.3 |
| 1811 | 2026-09-08T03:53:36.723Z | Compiling serde_with_macros v3.14.1 |
| 1812 | 2026-09-08T03:53:36.903Z | Compiling ppv-lite86 v0.2.21 |
| 1813 | 2026-09-08T03:53:37.000Z | Compiling erased-serde v0.3.31 |
| 1814 | 2026-09-08T03:53:37.506Z | Compiling subtle v2.6.1 |
| 1815 | 2026-09-08T03:53:37.677Z | Compiling parse-display-derive v0.10.0 |
| 1816 | 2026-09-08T03:53:37.823Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1817 | 2026-09-08T03:53:38.345Z | Compiling http-body-util v0.1.3 |
| 1818 | 2026-09-08T03:53:38.359Z | Compiling anyhow v1.0.102 |
| 1819 | 2026-09-08T03:53:38.588Z | Compiling typify-macro v0.4.3 |
| 1820 | 2026-09-08T03:53:38.613Z | Compiling serde_urlencoded v0.7.1 |
| 1821 | 2026-09-08T03:53:38.785Z | Compiling rand_core v0.6.4 |
| 1822 | 2026-09-08T03:53:38.869Z | Compiling typenum v1.20.1 |
| 1823 | 2026-09-08T03:53:39.017Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1824 | 2026-09-08T03:53:39.111Z | Compiling futures-util v0.3.32 |
| 1825 | 2026-09-08T03:53:39.501Z | Compiling sync_wrapper v1.0.2 |
| 1826 | 2026-09-08T03:53:39.615Z | Compiling powerfmt v0.2.0 |
| 1827 | 2026-09-08T03:53:39.686Z | Compiling num_threads v0.1.7 |
| 1828 | 2026-09-08T03:53:39.708Z | Compiling tracing-core v0.1.34 |
| 1829 | 2026-09-08T03:53:39.785Z | Compiling deranged v0.5.3 |
| 1830 | 2026-09-08T03:53:39.819Z | Compiling camino v1.2.3 |
| 1831 | 2026-09-08T03:53:39.822Z | Compiling iri-string v0.7.8 |
| 1832 | 2026-09-08T03:53:40.300Z | Compiling tracing v0.1.41 |
| 1833 | 2026-09-08T03:53:40.312Z | Compiling encoding_rs v0.8.35 |
| 1834 | 2026-09-08T03:53:40.531Z | Compiling fastrand v2.3.0 |
| 1835 | 2026-09-08T03:53:40.625Z | Compiling typify v0.4.3 |
| 1836 | 2026-09-08T03:53:40.720Z | Compiling progenitor-impl v0.11.1 |
| 1837 | 2026-09-08T03:53:40.832Z | Compiling mime v0.3.17 |
| 1838 | 2026-09-08T03:53:40.900Z | Compiling cpufeatures v0.2.17 |
| 1839 | 2026-09-08T03:53:40.978Z | Compiling generic-array v0.14.7 |
| 1840 | 2026-09-08T03:53:41.119Z | Compiling hex v0.4.3 |
| 1841 | 2026-09-08T03:53:41.457Z | Compiling errno v0.3.14 |
| 1842 | 2026-09-08T03:53:41.505Z | Compiling crypto-common v0.1.6 |
| 1843 | 2026-09-08T03:53:41.645Z | Compiling tokio-util v0.7.16 |
| 1844 | 2026-09-08T03:53:41.670Z | Compiling thread_local v1.1.9 |
| 1845 | 2026-09-08T03:53:41.846Z | Compiling unicode-width v0.2.1 |
| 1846 | 2026-09-08T03:53:41.935Z | Compiling syn v1.0.109 |
| 1847 | 2026-09-08T03:53:42.050Z | Compiling rustls-pki-types v1.12.0 |
| 1848 | 2026-09-08T03:53:42.088Z | Compiling winnow v0.7.14 |
| 1849 | 2026-09-08T03:53:42.131Z | Compiling match_cfg v0.1.0 |
| 1850 | 2026-09-08T03:53:42.353Z | Compiling rustix v1.1.4 |
| 1851 | 2026-09-08T03:53:42.854Z | Compiling winnow v1.0.3 |
| 1852 | 2026-09-08T03:53:43.044Z | Compiling term v1.2.0 |
| 1853 | 2026-09-08T03:53:43.091Z | Compiling take_mut v0.2.2 |
| 1854 | 2026-09-08T03:53:43.208Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1855 | 2026-09-08T03:53:43.568Z | Compiling h2 v0.4.14 |
| 1856 | 2026-09-08T03:53:43.580Z | Compiling ring v0.17.14 |
| 1857 | 2026-09-08T03:53:43.796Z | Compiling serde_spanned v1.1.1 |
| 1858 | 2026-09-08T03:53:43.954Z | Compiling spin v0.9.8 |
| 1859 | 2026-09-08T03:53:44.102Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1860 | 2026-09-08T03:53:44.228Z | Compiling debug-ignore v1.0.5 |
| 1861 | 2026-09-08T03:53:44.273Z | Compiling progenitor-macro v0.11.1 |
| 1862 | 2026-09-08T03:53:44.335Z | Compiling quick-error v1.2.3 |
| 1863 | 2026-09-08T03:53:44.532Z | Compiling block-buffer v0.10.4 |
| 1864 | 2026-09-08T03:53:44.812Z | Compiling waitgroup v0.1.2 |
| 1865 | 2026-09-08T03:53:44.957Z | Compiling async-stream v0.3.6 |
| 1866 | 2026-09-08T03:53:45.136Z | Compiling serde_path_to_error v0.1.20 |
| 1867 | 2026-09-08T03:53:45.292Z | Compiling bit-vec v0.8.0 |
| 1868 | 2026-09-08T03:53:45.496Z | Compiling lazy_static v1.5.0 |
| 1869 | 2026-09-08T03:53:45.536Z | Compiling bit-set v0.8.0 |
| 1870 | 2026-09-08T03:53:45.588Z | Compiling digest v0.10.7 |
| 1871 | 2026-09-08T03:53:45.600Z | Compiling ipnetwork v0.21.1 |
| 1872 | 2026-09-08T03:53:45.698Z | Compiling hyper v1.10.1 |
| 1873 | 2026-09-08T03:53:45.729Z | Compiling strum v0.26.3 |
| 1874 | 2026-09-08T03:53:45.806Z | Compiling crossbeam-utils v0.8.21 |
| 1875 | 2026-09-08T03:53:45.861Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1876 | 2026-09-08T03:53:46.055Z | Compiling unarray v0.1.4 |
| 1877 | 2026-09-08T03:53:46.168Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1878 | 2026-09-08T03:53:46.168Z | Compiling slog v2.8.2 |
| 1879 | 2026-09-08T03:53:46.273Z | Compiling macaddr v1.0.1 |
| 1880 | 2026-09-08T03:53:46.328Z | Compiling tabwriter v1.4.1 |
| 1881 | 2026-09-08T03:53:46.509Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1882 | 2026-09-08T03:53:46.575Z | Compiling ref-cast v1.0.25 |
| 1883 | 2026-09-08T03:53:46.683Z | Compiling colored v3.1.1 |
| 1884 | 2026-09-08T03:53:46.728Z | Compiling strum v0.27.2 |
| 1885 | 2026-09-08T03:53:46.792Z | Compiling aws-lc-sys v0.39.1 |
| 1886 | 2026-09-08T03:53:46.860Z | Compiling hyper-util v0.1.20 |
| 1887 | 2026-09-08T03:53:47.086Z | Compiling getrandom v0.3.3 |
| 1888 | 2026-09-08T03:53:47.272Z | Compiling untrusted v0.7.1 |
| 1889 | 2026-09-08T03:53:47.406Z | Compiling aws-lc-rs v1.16.2 |
| 1890 | 2026-09-08T03:53:47.495Z | Compiling rand_core v0.9.3 |
| 1891 | 2026-09-08T03:53:47.722Z | Compiling oxnet v0.1.6 |
| 1892 | 2026-09-08T03:53:47.759Z | Compiling openssl-sys v0.9.117 |
| 1893 | 2026-09-08T03:53:48.212Z | Compiling futures-executor v0.3.32 |
| 1894 | 2026-09-08T03:53:48.498Z | Compiling rustls-webpki v0.103.6 |
| 1895 | 2026-09-08T03:53:48.675Z | Compiling instant v0.1.13 |
| 1896 | 2026-09-08T03:53:48.788Z | Compiling foreign-types-shared v0.1.1 |
| 1897 | 2026-09-08T03:53:48.882Z | Compiling foreign-types v0.3.2 |
| 1898 | 2026-09-08T03:53:48.912Z | Compiling rand_chacha v0.9.0 |
| 1899 | 2026-09-08T03:53:48.959Z | Compiling tempfile v3.27.0 |
| 1900 | 2026-09-08T03:53:49.056Z | Compiling rustls v0.23.40 |
| 1901 | 2026-09-08T03:53:49.381Z | Compiling tower v0.5.2 |
| 1902 | 2026-09-08T03:53:49.402Z | Compiling toml_datetime v0.6.11 |
| 1903 | 2026-09-08T03:53:49.567Z | Compiling openssl-probe v0.1.6 |
| 1904 | 2026-09-08T03:53:49.678Z | Compiling rand v0.9.3 |
| 1905 | 2026-09-08T03:53:49.743Z | Compiling openssl v0.10.81 |
| 1906 | 2026-09-08T03:53:49.805Z | Compiling tower-http v0.6.8 |
| 1907 | 2026-09-08T03:53:49.869Z | Compiling futures v0.3.32 |
| 1908 | 2026-09-08T03:53:50.069Z | Compiling time v0.3.47 |
| 1909 | 2026-09-08T03:53:50.228Z | Compiling clap_derive v4.6.1 |
| 1910 | 2026-09-08T03:53:50.277Z | Compiling memmap2 v0.9.8 |
| 1911 | 2026-09-08T03:53:50.688Z | Compiling crossbeam-channel v0.5.15 |
| 1912 | 2026-09-08T03:53:50.786Z | Compiling webpki-roots v1.0.2 |
| 1913 | 2026-09-08T03:53:50.915Z | Compiling newtype-uuid v1.3.2 |
| 1914 | 2026-09-08T03:53:51.300Z | Compiling daft v0.1.5 |
| 1915 | 2026-09-08T03:53:51.687Z | Compiling is-terminal v0.4.16 |
| 1916 | 2026-09-08T03:53:51.808Z | Compiling either v1.15.0 |
| 1917 | 2026-09-08T03:53:51.811Z | Compiling slog-term v2.9.2 |
| 1918 | 2026-09-08T03:53:51.945Z | Compiling usdt v0.6.0 |
| 1919 | 2026-09-08T03:53:52.024Z | Compiling slog-json v2.6.1 |
| 1920 | 2026-09-08T03:53:52.059Z | Compiling slog-async v2.8.0 |
| 1921 | 2026-09-08T03:53:52.226Z | Compiling tokio-rustls v0.26.4 |
| 1922 | 2026-09-08T03:53:52.239Z | Compiling native-tls v0.2.14 |
| 1923 | 2026-09-08T03:53:52.276Z | Compiling hostname v0.3.1 |
| 1924 | 2026-09-08T03:53:52.425Z | Compiling tokio-native-tls v0.3.1 |
| 1925 | 2026-09-08T03:53:52.455Z | Compiling hyper-rustls v0.27.7 |
| 1926 | 2026-09-08T03:53:52.603Z | Compiling hyper-tls v0.6.0 |
| 1927 | 2026-09-08T03:53:52.606Z | Compiling slog-bunyan v2.5.0 |
| 1928 | 2026-09-08T03:53:52.628Z | Compiling rustls-webpki v0.102.8 |
| 1929 | 2026-09-08T03:53:52.723Z | Compiling multer v3.1.0 |
| 1930 | 2026-09-08T03:53:52.799Z | Compiling reqwest v0.12.23 |
| 1931 | 2026-09-08T03:53:52.843Z | Compiling rustls-pemfile v2.2.0 |
| 1932 | 2026-09-08T03:53:53.046Z | Compiling hostname v0.4.2 |
| 1933 | 2026-09-08T03:53:53.195Z | Compiling rustls v0.22.4 |
| 1934 | 2026-09-08T03:53:53.226Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1935 | 2026-09-08T03:53:53.521Z | Compiling rand_chacha v0.3.1 |
| 1936 | 2026-09-08T03:53:53.795Z | Compiling wait-timeout v0.2.1 |
| 1937 | 2026-09-08T03:53:54.027Z | Compiling rusty-fork v0.3.0 |
| 1938 | 2026-09-08T03:53:54.099Z | Compiling rand v0.8.5 |
| 1939 | 2026-09-08T03:53:54.387Z | Compiling rand_xorshift v0.4.0 |
| 1940 | 2026-09-08T03:53:54.464Z | Compiling sha1 v0.10.6 |
| 1941 | 2026-09-08T03:53:54.701Z | Compiling proptest v1.8.0 |
| 1942 | 2026-09-08T03:53:54.747Z | Compiling itertools v0.14.0 |
| 1943 | 2026-09-08T03:53:55.364Z | Compiling tokio-rustls v0.25.0 |
| 1944 | 2026-09-08T03:53:55.592Z | Compiling dropshot v0.16.7 |
| 1945 | 2026-09-08T03:53:55.881Z | Compiling anstyle v1.0.14 |
| 1946 | 2026-09-08T03:53:56.730Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1947 | 2026-09-08T03:53:57.156Z | Compiling progenitor-client v0.11.1 |
| 1948 | 2026-09-08T03:53:57.337Z | Compiling progenitor-client v0.10.0 |
| 1949 | 2026-09-08T03:53:57.470Z | Compiling serde_with v3.14.1 |
| 1950 | 2026-09-08T03:53:57.638Z | Compiling num-derive v0.4.2 |
| 1951 | 2026-09-08T03:53:57.917Z | Compiling progenitor v0.11.1 |
| 1952 | 2026-09-08T03:53:58.070Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1953 | 2026-09-08T03:53:58.426Z | Compiling rustc-hash v2.1.1 |
| 1954 | 2026-09-08T03:53:58.561Z | Compiling iddqd v0.3.18 |
| 1955 | 2026-09-08T03:53:58.576Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1956 | 2026-09-08T03:53:58.607Z | Compiling backoff v0.4.0 |
| 1957 | 2026-09-08T03:53:58.923Z | Compiling parse-display v0.10.0 |
| 1958 | 2026-09-08T03:53:59.131Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1959 | 2026-09-08T03:53:59.270Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1960 | 2026-09-08T03:53:59.644Z | Compiling utf8parse v0.2.2 |
| 1961 | 2026-09-08T03:53:59.765Z | Compiling anstyle-parse v1.0.0 |
| 1962 | 2026-09-08T03:54:00.066Z | Compiling anstyle-query v1.1.4 |
| 1963 | 2026-09-08T03:54:00.083Z | Compiling colorchoice v1.0.4 |
| 1964 | 2026-09-08T03:54:00.104Z | Compiling is_terminal_polyfill v1.70.1 |
| 1965 | 2026-09-08T03:54:00.179Z | Compiling anstream v1.0.0 |
| 1966 | 2026-09-08T03:54:00.200Z | Compiling clap_lex v1.1.0 |
| 1967 | 2026-09-08T03:54:01.508Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1968 | 2026-09-08T03:54:03.665Z | Compiling winnow v0.5.40 |
| 1969 | 2026-09-08T03:54:08.188Z | Compiling terminal_size v0.4.3 |
| 1970 | 2026-09-08T03:54:09.514Z | Compiling toml_edit v0.19.15 |
| 1971 | 2026-09-08T03:54:10.710Z | Compiling proc-macro-crate v1.3.1 |
| 1972 | 2026-09-08T03:54:11.063Z | Compiling clap_builder v4.6.0 |
| 1973 | 2026-09-08T03:54:11.402Z | Compiling dropshot_endpoint v0.17.1 |
| 1974 | 2026-09-08T03:54:12.811Z | Compiling clap v4.6.1 |
| 1975 | 2026-09-08T03:54:17.114Z | Compiling serde_spanned v0.6.9 |
| 1976 | 2026-09-08T03:54:18.102Z | Compiling prettyplease v0.2.37 |
| 1977 | 2026-09-08T03:54:18.449Z | Compiling adler2 v2.0.1 |
| 1978 | 2026-09-08T03:54:18.568Z | Compiling miniz_oxide v0.8.9 |
| 1979 | 2026-09-08T03:54:19.287Z | Compiling crc32fast v1.5.0 |
| 1980 | 2026-09-08T03:54:19.454Z | Compiling ingot-macros v0.1.1 |
| 1981 | 2026-09-08T03:54:19.595Z | Compiling zerocopy-derive v0.7.35 |
| 1982 | 2026-09-08T03:54:19.607Z | Compiling flate2 v1.1.2 |
| 1983 | 2026-09-08T03:54:20.466Z | Compiling hubpack_derive v0.1.1 |
| 1984 | 2026-09-08T03:54:20.669Z | Compiling hybrid-array v0.4.12 |
| 1985 | 2026-09-08T03:54:22.343Z | Compiling scroll_derive v0.12.1 |
| 1986 | 2026-09-08T03:54:22.411Z | Compiling toml_write v0.1.2 |
| 1987 | 2026-09-08T03:54:22.607Z | Compiling toml_edit v0.22.27 |
| 1988 | 2026-09-08T03:54:23.495Z | Compiling block-buffer v0.12.0 |
| 1989 | 2026-09-08T03:54:23.647Z | Compiling crypto-common v0.2.2 |
| 1990 | 2026-09-08T03:54:23.748Z | Compiling num_enum_derive v0.7.5 |
| 1991 | 2026-09-08T03:54:24.463Z | Compiling foreign-types-macros v0.2.3 |
| 1992 | 2026-09-08T03:54:24.512Z | Compiling num-integer v0.1.46 |
| 1993 | 2026-09-08T03:54:24.826Z | Compiling compression-core v0.4.32 |
| 1994 | 2026-09-08T03:54:24.842Z | Compiling const-oid v0.10.2 |
| 1995 | 2026-09-08T03:54:24.923Z | Compiling float-ord v0.3.2 |
| 1996 | 2026-09-08T03:54:24.993Z | Compiling digest v0.11.3 |
| 1997 | 2026-09-08T03:54:25.048Z | Compiling compression-codecs v0.4.32 |
| 1998 | 2026-09-08T03:54:25.322Z | Compiling toml v0.8.23 |
| 1999 | 2026-09-08T03:54:25.786Z | Compiling zerocopy v0.7.35 |
| 2000 | 2026-09-08T03:54:27.157Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2001 | 2026-09-08T03:54:27.405Z | Compiling cpufeatures v0.3.0 |
| 2002 | 2026-09-08T03:54:27.487Z | Compiling glob v0.3.3 |
| 2003 | 2026-09-08T03:54:27.499Z | Compiling sha1 v0.11.0 |
| 2004 | 2026-09-08T03:54:27.647Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2005 | 2026-09-08T03:54:27.758Z | Compiling async-compression v0.4.33 |
| 2006 | 2026-09-08T03:54:27.883Z | Compiling proc-macro-error-attr v1.0.4 |
| 2007 | 2026-09-08T03:54:27.940Z | Compiling num-iter v0.1.45 |
| 2008 | 2026-09-08T03:54:28.068Z | Compiling num-rational v0.4.2 |
| 2009 | 2026-09-08T03:54:28.478Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2010 | 2026-09-08T03:54:28.705Z | Compiling num-complex v0.4.6 |
| 2011 | 2026-09-08T03:54:29.098Z | Compiling num v0.4.3 |
| 2012 | 2026-09-08T03:54:29.111Z | Compiling proc-macro-error v1.0.4 |
| 2013 | 2026-09-08T03:54:29.158Z | Compiling dropshot v0.17.1 |
| 2014 | 2026-09-08T03:54:29.183Z | Compiling num_enum_derive v0.5.11 |
| 2015 | 2026-09-08T03:54:29.383Z | Compiling dtrace-parser v0.2.0 |
| 2016 | 2026-09-08T03:54:29.443Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2017 | 2026-09-08T03:54:29.826Z | Compiling dof v0.3.0 |
| 2018 | 2026-09-08T03:54:29.970Z | Compiling thread-id v4.2.2 |
| 2019 | 2026-09-08T03:54:30.070Z | Compiling derive_more v0.99.20 |
| 2020 | 2026-09-08T03:54:30.198Z | Compiling usdt-impl v0.5.0 |
| 2021 | 2026-09-08T03:54:30.246Z | Compiling minimal-lexical v0.2.1 |
| 2022 | 2026-09-08T03:54:30.507Z | Compiling nom v7.1.3 |
| 2023 | 2026-09-08T03:54:30.732Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2024 | 2026-09-08T03:54:31.371Z | Compiling usdt-attr-macro v0.5.0 |
| 2025 | 2026-09-08T03:54:31.531Z | Compiling usdt-macro v0.5.0 |
| 2026 | 2026-09-08T03:54:31.873Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 2027 | 2026-09-08T03:54:32.218Z | Compiling zone_cfg_derive v0.3.1 |
| 2028 | 2026-09-08T03:54:32.661Z | Compiling libscf-sys v1.2.0 |
| 2029 | 2026-09-08T03:54:32.808Z | Compiling rustc_version v0.4.1 |
| 2030 | 2026-09-08T03:54:32.919Z | Compiling memoffset v0.9.1 |
| 2031 | 2026-09-08T03:54:33.012Z | Compiling crossbeam-epoch v0.9.18 |
| 2032 | 2026-09-08T03:54:33.228Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2033 | 2026-09-08T03:54:33.622Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2034 | 2026-09-08T03:54:33.752Z | Compiling enum-as-inner v0.6.1 |
| 2035 | 2026-09-08T03:54:33.794Z | Compiling curve25519-dalek v4.1.3 |
| 2036 | 2026-09-08T03:54:34.205Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2037 | 2026-09-08T03:54:34.252Z | Compiling regress v0.11.1 |
| 2038 | 2026-09-08T03:54:34.429Z | Compiling crossbeam-deque v0.8.6 |
| 2039 | 2026-09-08T03:54:34.663Z | Compiling hubpack v0.1.2 |
| 2040 | 2026-09-08T03:54:35.186Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2041 | 2026-09-08T03:54:35.779Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2042 | 2026-09-08T03:54:36.324Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2043 | 2026-09-08T03:54:36.342Z | Compiling static_assertions v1.1.0 |
| 2044 | 2026-09-08T03:54:36.422Z | Compiling typify-impl v0.6.2 |
| 2045 | 2026-09-08T03:54:36.554Z | Compiling rayon-core v1.13.0 |
| 2046 | 2026-09-08T03:54:37.057Z | Compiling clang-sys v1.8.1 |
| 2047 | 2026-09-08T03:54:37.315Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2048 | 2026-09-08T03:54:37.498Z | Compiling hash32 v0.3.1 |
| 2049 | 2026-09-08T03:54:37.588Z | Compiling bytecount v0.6.9 |
| 2050 | 2026-09-08T03:54:37.661Z | Compiling heapless v0.8.0 |
| 2051 | 2026-09-08T03:54:37.738Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 2052 | 2026-09-08T03:54:37.820Z | Compiling scroll v0.12.0 |
| 2053 | 2026-09-08T03:54:38.010Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2054 | 2026-09-08T03:54:38.098Z | Compiling ingot-types v0.1.2 |
| 2055 | 2026-09-08T03:54:38.262Z | Compiling cobs v0.3.0 |
| 2056 | 2026-09-08T03:54:38.274Z | Compiling libloading v0.8.9 |
| 2057 | 2026-09-08T03:54:38.369Z | Compiling bitflags v1.3.2 |
| 2058 | 2026-09-08T03:54:38.452Z | Compiling foreign-types-shared v0.3.1 |
| 2059 | 2026-09-08T03:54:38.464Z | Compiling managed v0.8.0 |
| 2060 | 2026-09-08T03:54:38.476Z | Compiling bindgen v0.72.1 |
| 2061 | 2026-09-08T03:54:38.493Z | Compiling ingot v0.1.1 |
| 2062 | 2026-09-08T03:54:38.553Z | Compiling foreign-types v0.5.0 |
| 2063 | 2026-09-08T03:54:38.642Z | Compiling smoltcp v0.11.0 |
| 2064 | 2026-09-08T03:54:38.685Z | Compiling postcard v1.1.3 |
| 2065 | 2026-09-08T03:54:39.157Z | Compiling goblin v0.8.2 |
| 2066 | 2026-09-08T03:54:39.416Z | Compiling cexpr v0.6.0 |
| 2067 | 2026-09-08T03:54:39.467Z | Compiling num_enum v0.7.5 |
| 2068 | 2026-09-08T03:54:39.596Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2069 | 2026-09-08T03:54:39.986Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2070 | 2026-09-08T03:54:40.048Z | Compiling camino-tempfile v1.4.1 |
| 2071 | 2026-09-08T03:54:40.119Z | Compiling serde_repr v0.1.20 |
| 2072 | 2026-09-08T03:54:40.300Z | Compiling derive-where v1.6.0 |
| 2073 | 2026-09-08T03:54:40.320Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2074 | 2026-09-08T03:54:40.547Z | Compiling cstr-argument v0.1.2 |
| 2075 | 2026-09-08T03:54:40.731Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2076 | 2026-09-08T03:54:40.996Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2077 | 2026-09-08T03:54:42.172Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2078 | 2026-09-08T03:54:42.357Z | Compiling rayon v1.11.0 |
| 2079 | 2026-09-08T03:54:42.370Z | Compiling rustix v0.38.44 |
| 2080 | 2026-09-08T03:54:42.781Z | Compiling typify-macro v0.6.2 |
| 2081 | 2026-09-08T03:54:42.883Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2082 | 2026-09-08T03:54:43.014Z | Compiling crucible-workspace-hack v0.1.0 |
| 2083 | 2026-09-08T03:54:43.360Z | Compiling tinyvec_macros v0.1.1 |
| 2084 | 2026-09-08T03:54:43.442Z | Compiling tinyvec v1.10.0 |
| 2085 | 2026-09-08T03:54:43.798Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2086 | 2026-09-08T03:54:44.264Z | Compiling num_enum v0.5.11 |
| 2087 | 2026-09-08T03:54:44.562Z | Compiling pin-project-internal v1.1.10 |
| 2088 | 2026-09-08T03:54:44.795Z | Compiling memmap v0.7.0 |
| 2089 | 2026-09-08T03:54:44.981Z | Compiling usdt v0.5.0 |
| 2090 | 2026-09-08T03:54:44.996Z | Compiling typify v0.6.2 |
| 2091 | 2026-09-08T03:54:45.307Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2092 | 2026-09-08T03:54:45.460Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2093 | 2026-09-08T03:54:45.670Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 2094 | 2026-09-08T03:54:46.142Z | Compiling itertools v0.12.1 |
| 2095 | 2026-09-08T03:54:46.315Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2096 | 2026-09-08T03:54:46.404Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2097 | 2026-09-08T03:54:46.587Z | Compiling progenitor-impl v0.10.0 |
| 2098 | 2026-09-08T03:54:46.762Z | Compiling sigpipe v0.1.3 |
| 2099 | 2026-09-08T03:54:46.831Z | Compiling jiff v0.2.15 |
| 2100 | 2026-09-08T03:54:46.863Z | Compiling const_format_proc_macros v0.2.34 |
| 2101 | 2026-09-08T03:54:46.960Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2102 | 2026-09-08T03:54:47.222Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2103 | 2026-09-08T03:54:47.472Z | Compiling zone v0.3.1 |
| 2104 | 2026-09-08T03:54:47.986Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2105 | 2026-09-08T03:54:48.177Z | Compiling progenitor-impl v0.14.0 |
| 2106 | 2026-09-08T03:54:48.439Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2107 | 2026-09-08T03:54:48.855Z | Compiling atomicwrites v0.4.4 |
| 2108 | 2026-09-08T03:54:48.868Z | Compiling papergrid v0.18.0 |
| 2109 | 2026-09-08T03:54:48.883Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2110 | 2026-09-08T03:54:49.062Z | Compiling nix v0.30.1 |
| 2111 | 2026-09-08T03:54:49.456Z | Compiling smf v0.2.3 |
| 2112 | 2026-09-08T03:54:49.854Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2113 | 2026-09-08T03:54:50.042Z | Compiling progenitor-macro v0.10.0 |
| 2114 | 2026-09-08T03:54:50.067Z | Compiling secrecy v0.10.3 |
| 2115 | 2026-09-08T03:54:50.505Z | Compiling snafu-derive v0.8.9 |
| 2116 | 2026-09-08T03:54:50.518Z | Compiling async-recursion v1.1.1 |
| 2117 | 2026-09-08T03:54:50.846Z | Compiling whoami v1.6.1 |
| 2118 | 2026-09-08T03:54:51.164Z | Compiling predicates-core v1.0.9 |
| 2119 | 2026-09-08T03:54:51.568Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2120 | 2026-09-08T03:54:51.696Z | Compiling progenitor-macro v0.14.0 |
| 2121 | 2026-09-08T03:54:52.198Z | Compiling tabled v0.21.0 |
| 2122 | 2026-09-08T03:54:52.305Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2123 | 2026-09-08T03:54:54.694Z | Compiling nix v0.31.3 |
| 2124 | 2026-09-08T03:54:54.706Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2125 | 2026-09-08T03:54:55.119Z | Compiling itertools v0.15.0 |
| 2126 | 2026-09-08T03:54:55.249Z | Compiling hmac v0.12.1 |
| 2127 | 2026-09-08T03:54:55.528Z | Compiling inout v0.1.4 |
| 2128 | 2026-09-08T03:54:55.539Z | Compiling ff v0.13.1 |
| 2129 | 2026-09-08T03:54:55.564Z | Compiling float-cmp v0.10.0 |
| 2130 | 2026-09-08T03:54:55.681Z | Compiling difflib v0.4.0 |
| 2131 | 2026-09-08T03:54:55.697Z | Compiling normalize-line-endings v0.3.0 |
| 2132 | 2026-09-08T03:54:55.712Z | Compiling data-encoding v2.9.0 |
| 2133 | 2026-09-08T03:54:55.934Z | Compiling predicates v3.1.4 |
| 2134 | 2026-09-08T03:54:56.161Z | Compiling group v0.13.0 |
| 2135 | 2026-09-08T03:54:56.320Z | Compiling cipher v0.4.4 |
| 2136 | 2026-09-08T03:54:56.392Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2137 | 2026-09-08T03:54:56.493Z | Compiling hkdf v0.12.4 |
| 2138 | 2026-09-08T03:54:56.572Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2139 | 2026-09-08T03:54:56.966Z | Compiling tabled_derive v0.7.0 |
| 2140 | 2026-09-08T03:54:57.421Z | Compiling universal-hash v0.5.1 |
| 2141 | 2026-09-08T03:54:57.440Z | Compiling crypto-bigint v0.5.5 |
| 2142 | 2026-09-08T03:54:57.523Z | Compiling half v2.7.1 |
| 2143 | 2026-09-08T03:54:57.549Z | Compiling unicode-segmentation v1.12.0 |
| 2144 | 2026-09-08T03:54:57.684Z | Compiling indent_write v2.2.0 |
| 2145 | 2026-09-08T03:54:57.701Z | Compiling opaque-debug v0.3.1 |
| 2146 | 2026-09-08T03:54:57.784Z | Compiling base64ct v1.8.0 |
| 2147 | 2026-09-08T03:54:57.821Z | Compiling base16ct v0.2.0 |
| 2148 | 2026-09-08T03:54:57.835Z | Compiling ciborium-io v0.2.2 |
| 2149 | 2026-09-08T03:54:57.935Z | Compiling crc8 v0.1.1 |
| 2150 | 2026-09-08T03:54:57.961Z | Compiling ciborium-ll v0.2.2 |
| 2151 | 2026-09-08T03:54:57.986Z | Compiling newline-converter v0.3.0 |
| 2152 | 2026-09-08T03:54:58.088Z | Compiling password-hash v0.5.0 |
| 2153 | 2026-09-08T03:54:58.108Z | Compiling poly1305 v0.8.0 |
| 2154 | 2026-09-08T03:54:58.525Z | Compiling elliptic-curve v0.13.8 |
| 2155 | 2026-09-08T03:54:58.776Z | Compiling chacha20 v0.9.1 |
| 2156 | 2026-09-08T03:54:58.800Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2157 | 2026-09-08T03:54:58.914Z | Compiling tokio-dtrace v0.1.1 |
| 2158 | 2026-09-08T03:54:59.014Z | Compiling thiserror-no-std v2.0.2 |
| 2159 | 2026-09-08T03:54:59.634Z | Compiling reqwest v0.13.2 |
| 2160 | 2026-09-08T03:54:59.852Z | Compiling blake2 v0.10.6 |
| 2161 | 2026-09-08T03:54:59.961Z | Compiling console v0.16.4 |
| 2162 | 2026-09-08T03:55:00.088Z | Compiling aead v0.5.2 |
| 2163 | 2026-09-08T03:55:00.255Z | Compiling strum_macros v0.28.0 |
| 2164 | 2026-09-08T03:55:00.327Z | Compiling bstr v1.12.0 |
| 2165 | 2026-09-08T03:55:00.535Z | Compiling resolv-conf v0.7.5 |
| 2166 | 2026-09-08T03:55:00.795Z | Compiling linked-hash-map v0.5.6 |
| 2167 | 2026-09-08T03:55:00.826Z | Compiling similar v3.2.0 |
| 2168 | 2026-09-08T03:55:00.892Z | Compiling keccak v0.1.6 |
| 2169 | 2026-09-08T03:55:00.958Z | Compiling lru-cache v0.1.2 |
| 2170 | 2026-09-08T03:55:01.093Z | Compiling sha3 v0.10.8 |
| 2171 | 2026-09-08T03:55:01.542Z | Compiling expectorate v1.3.0 |
| 2172 | 2026-09-08T03:55:01.844Z | Compiling progenitor-client v0.14.0 |
| 2173 | 2026-09-08T03:55:02.108Z | Compiling chacha20poly1305 v0.10.1 |
| 2174 | 2026-09-08T03:55:02.156Z | Compiling argon2 v0.5.3 |
| 2175 | 2026-09-08T03:55:02.159Z | Compiling vsss-rs v3.3.4 |
| 2176 | 2026-09-08T03:55:02.254Z | Compiling oxide-tokio-rt v0.1.2 |
| 2177 | 2026-09-08T03:55:02.469Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2178 | 2026-09-08T03:55:03.008Z | Compiling ciborium v0.2.2 |
| 2179 | 2026-09-08T03:55:03.078Z | Compiling hickory-proto v0.24.4 |
| 2180 | 2026-09-08T03:55:03.389Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2181 | 2026-09-08T03:55:03.459Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2182 | 2026-09-08T03:55:04.284Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2183 | 2026-09-08T03:55:04.325Z | Compiling serde-big-array v0.5.1 |
| 2184 | 2026-09-08T03:55:04.712Z | Compiling siphasher v1.0.1 |
| 2185 | 2026-09-08T03:55:04.833Z | Compiling same-file v1.0.6 |
| 2186 | 2026-09-08T03:55:04.917Z | Compiling phf_shared v0.12.1 |
| 2187 | 2026-09-08T03:55:04.947Z | Compiling walkdir v2.5.0 |
| 2188 | 2026-09-08T03:55:05.012Z | Compiling hickory-resolver v0.24.4 |
| 2189 | 2026-09-08T03:55:05.125Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2190 | 2026-09-08T03:55:05.320Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2191 | 2026-09-08T03:55:06.552Z | Compiling progenitor v0.14.0 |
| 2192 | 2026-09-08T03:55:06.699Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2193 | 2026-09-08T03:55:06.725Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2194 | 2026-09-08T03:55:07.562Z | Compiling newtype_derive v0.1.6 |
| 2195 | 2026-09-08T03:55:07.647Z | Compiling owo-colors v4.3.0 |
| 2196 | 2026-09-08T03:55:07.899Z | Compiling tokio-stream v0.1.17 |
| 2197 | 2026-09-08T03:55:07.975Z | Compiling csv-core v0.1.12 |
| 2198 | 2026-09-08T03:55:08.109Z | Compiling swrite v0.1.0 |
| 2199 | 2026-09-08T03:55:08.109Z | Compiling foldhash v0.1.5 |
| 2200 | 2026-09-08T03:55:08.213Z | Compiling smawk v0.3.2 |
| 2201 | 2026-09-08T03:55:08.247Z | Compiling unicode-linebreak v0.1.5 |
| 2202 | 2026-09-08T03:55:08.364Z | Compiling termtree v0.5.1 |
| 2203 | 2026-09-08T03:55:08.395Z | Compiling unicode-width v0.1.14 |
| 2204 | 2026-09-08T03:55:08.554Z | Compiling textwrap v0.16.2 |
| 2205 | 2026-09-08T03:55:08.678Z | Compiling qorb v0.4.1 |
| 2206 | 2026-09-08T03:55:08.693Z | Compiling hashbrown v0.15.5 |
| 2207 | 2026-09-08T03:55:08.705Z | Compiling csv v1.4.0 |
| 2208 | 2026-09-08T03:55:09.110Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2209 | 2026-09-08T03:55:09.490Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2210 | 2026-09-08T03:55:10.857Z | Compiling phf v0.12.1 |
| 2211 | 2026-09-08T03:55:11.135Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2212 | 2026-09-08T03:55:11.236Z | Compiling pin-project v1.1.10 |
| 2213 | 2026-09-08T03:55:11.334Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 2214 | 2026-09-08T03:55:11.379Z | Compiling libz-sys v1.1.22 |
| 2215 | 2026-09-08T03:55:11.382Z | Compiling unicode-normalization v0.1.24 |
| 2216 | 2026-09-08T03:55:11.755Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2217 | 2026-09-08T03:55:11.999Z | Compiling libsw-core v0.3.2 |
| 2218 | 2026-09-08T03:55:12.177Z | Compiling humantime v2.3.0 |
| 2219 | 2026-09-08T03:55:12.311Z | Compiling fixedbitset v0.4.2 |
| 2220 | 2026-09-08T03:55:12.349Z | Compiling fixedbitset v0.5.7 |
| 2221 | 2026-09-08T03:55:12.662Z | Compiling highway v1.3.0 |
| 2222 | 2026-09-08T03:55:12.709Z | Compiling petgraph v0.8.2 |
| 2223 | 2026-09-08T03:55:12.764Z | Compiling petgraph v0.6.5 |
| 2224 | 2026-09-08T03:55:13.053Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2225 | 2026-09-08T03:55:13.154Z | Compiling progenitor v0.10.0 |
| 2226 | 2026-09-08T03:55:13.249Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2227 | 2026-09-08T03:55:14.239Z | Compiling libsw v3.5.0 |
| 2228 | 2026-09-08T03:55:14.424Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2229 | 2026-09-08T03:55:14.427Z | Compiling olpc-cjson v0.1.4 |
| 2230 | 2026-09-08T03:55:14.613Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2231 | 2026-09-08T03:55:14.738Z | Compiling snafu v0.8.9 |
| 2232 | 2026-09-08T03:55:14.948Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2233 | 2026-09-08T03:55:15.129Z | Compiling chrono-tz v0.10.4 |
| 2234 | 2026-09-08T03:55:15.418Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2235 | 2026-09-08T03:55:16.324Z | Compiling papergrid v0.11.0 |
| 2236 | 2026-09-08T03:55:16.327Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2237 | 2026-09-08T03:55:16.500Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2238 | 2026-09-08T03:55:16.559Z | Compiling strum v0.28.0 |
| 2239 | 2026-09-08T03:55:16.702Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2240 | 2026-09-08T03:55:16.792Z | Compiling globset v0.4.16 |
| 2241 | 2026-09-08T03:55:18.072Z | Compiling const_format v0.2.34 |
| 2242 | 2026-09-08T03:55:18.109Z | Compiling slog-dtrace v0.3.0 |
| 2243 | 2026-09-08T03:55:18.406Z | Compiling cancel-safe-futures v0.1.5 |
| 2244 | 2026-09-08T03:55:18.737Z | Compiling gethostname v0.5.0 |
| 2245 | 2026-09-08T03:55:18.868Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2246 | 2026-09-08T03:55:19.717Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2247 | 2026-09-08T03:55:19.912Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2248 | 2026-09-08T03:55:20.292Z | Compiling pem v3.0.5 |
| 2249 | 2026-09-08T03:55:20.305Z | Compiling bcs v0.1.6 |
| 2250 | 2026-09-08T03:55:20.309Z | Compiling serde_plain v1.0.2 |
| 2251 | 2026-09-08T03:55:20.526Z | Compiling cargo-platform v0.1.9 |
| 2252 | 2026-09-08T03:55:21.122Z | Compiling typed-path v0.9.3 |
| 2253 | 2026-09-08T03:55:21.415Z | Compiling linear-map v1.2.0 |
| 2254 | 2026-09-08T03:55:21.441Z | Compiling tagptr v0.2.0 |
| 2255 | 2026-09-08T03:55:22.206Z | Compiling tough v0.20.0 |
| 2256 | 2026-09-08T03:55:22.218Z | Compiling moka v0.12.11 |
| 2257 | 2026-09-08T03:55:22.284Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2258 | 2026-09-08T03:55:23.760Z | Compiling cargo_metadata v0.18.1 |
| 2259 | 2026-09-08T03:55:24.547Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2260 | 2026-09-08T03:55:26.817Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2261 | 2026-09-08T03:55:26.832Z | Compiling tabled v0.15.0 |
| 2262 | 2026-09-08T03:55:26.934Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2263 | 2026-09-08T03:55:27.505Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2264 | 2026-09-08T03:55:27.573Z | Compiling git2 v0.19.0 |
| 2265 | 2026-09-08T03:55:27.709Z | Compiling steno v0.4.1 |
| 2266 | 2026-09-08T03:55:29.976Z | Compiling cookie v0.18.1 |
| 2267 | 2026-09-08T03:55:30.221Z | Compiling hickory-proto v0.25.2 |
| 2268 | 2026-09-08T03:55:32.222Z | Compiling hickory-resolver v0.25.2 |
| 2269 | 2026-09-08T03:55:33.537Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2270 | 2026-09-08T03:55:34.422Z | Compiling vergen v8.3.2 |
| 2271 | 2026-09-08T03:55:35.286Z | Compiling signal-hook v0.4.4 |
| 2272 | 2026-09-08T03:55:36.162Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2273 | 2026-09-08T03:55:36.444Z | Compiling mockall_derive v0.14.0 |
| 2274 | 2026-09-08T03:55:36.747Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2275 | 2026-09-08T03:55:37.212Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2276 | 2026-09-08T03:55:37.687Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2277 | 2026-09-08T03:55:38.048Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2278 | 2026-09-08T03:55:38.809Z | Compiling sha2 v0.10.9 |
| 2279 | 2026-09-08T03:55:39.222Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 2280 | 2026-09-08T03:55:39.410Z | Compiling yansi v1.0.1 |
| 2281 | 2026-09-08T03:55:39.581Z | Compiling diff v0.1.13 |
| 2282 | 2026-09-08T03:55:39.744Z | Compiling mockall v0.14.0 |
| 2283 | 2026-09-08T03:55:39.893Z | Compiling pretty_assertions v1.4.1 |
| 2284 | 2026-09-08T03:55:40.003Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2285 | 2026-09-08T03:55:40.184Z | Compiling fs-err v3.1.2 |
| 2286 | 2026-09-08T03:55:41.048Z | Compiling predicates-tree v1.0.12 |
| 2287 | 2026-09-08T03:55:41.735Z | Compiling git-stub v1.0.0 |
| 2288 | 2026-09-08T03:55:41.878Z | Compiling serial_test_derive v3.5.0 |
| 2289 | 2026-09-08T03:55:41.937Z | Compiling filetime v0.2.26 |
| 2290 | 2026-09-08T03:55:42.027Z | Compiling downcast v0.11.0 |
| 2291 | 2026-09-08T03:55:42.190Z | Compiling arrayref v0.3.9 |
| 2292 | 2026-09-08T03:55:42.276Z | Compiling fragile v2.0.1 |
| 2293 | 2026-09-08T03:55:42.279Z | Compiling arrayvec v0.7.6 |
| 2294 | 2026-09-08T03:55:42.502Z | Compiling constant_time_eq v0.3.1 |
| 2295 | 2026-09-08T03:55:42.589Z | Compiling is_ci v1.2.0 |
| 2296 | 2026-09-08T03:55:42.628Z | Compiling xattr v1.6.1 |
| 2297 | 2026-09-08T03:55:42.631Z | Compiling serial_test v3.5.0 |
| 2298 | 2026-09-08T03:55:42.748Z | Compiling supports-color v3.0.2 |
| 2299 | 2026-09-08T03:55:42.821Z | Compiling toml v0.7.8 |
| 2300 | 2026-09-08T03:55:42.940Z | Compiling tar v0.4.45 |
| 2301 | 2026-09-08T03:55:43.032Z | Compiling blake3 v1.8.2 |
| 2302 | 2026-09-08T03:55:43.508Z | Compiling git-stub-vcs v0.1.0 |
| 2303 | 2026-09-08T03:55:43.894Z | Compiling signal-hook-tokio v0.4.0 |
| 2304 | 2026-09-08T03:55:43.965Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 2305 | 2026-09-08T03:55:44.271Z | Compiling scuffle v0.1.0 |
| 2306 | 2026-09-08T03:55:44.584Z | Compiling similar v2.7.0 |
| 2307 | 2026-09-08T03:55:45.557Z | Compiling drift v0.2.0 |
| 2308 | 2026-09-08T03:55:46.165Z | Compiling kstat-rs v0.2.4 |
| 2309 | 2026-09-08T03:55:46.192Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2310 | 2026-09-08T03:55:46.218Z | Compiling topological-sort v0.2.2 |
| 2311 | 2026-09-08T03:55:46.411Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2312 | 2026-09-08T03:55:46.509Z | Compiling hex-literal v1.1.0 |
| 2313 | 2026-09-08T03:55:46.629Z | Compiling omicron-zone-package v0.12.2 |
| 2314 | 2026-09-08T03:55:46.643Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2315 | 2026-09-08T03:55:47.325Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2316 | 2026-09-08T03:55:48.670Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2317 | 2026-09-08T03:55:48.711Z | Compiling dropshot-api-manager v0.7.2 |
| 2318 | 2026-09-08T03:55:49.504Z | Compiling curl v0.4.50 |
| 2319 | 2026-09-08T03:55:49.701Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 2320 | 2026-09-08T03:55:50.249Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2321 | 2026-09-08T03:55:50.332Z | Compiling iddqd v0.4.5 |
| 2322 | 2026-09-08T03:55:50.493Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2323 | 2026-09-08T03:55:51.172Z | Compiling internet-checksum v0.2.1 |
| 2324 | 2026-09-08T03:55:51.278Z | Compiling search_path v0.1.4 |
| 2325 | 2026-09-08T03:55:51.383Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2326 | 2026-09-08T03:55:55.648Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2327 | 2026-09-08T03:55:57.931Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 2328 | 2026-09-08T03:56:04.325Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2329 | 2026-09-08T03:56:45.450Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 24s |
| 2330 | 2026-09-08T03:56:45.571Z | Running unittests src/lib.rs (target/debug/deps/aal-450f124e18c48d38) |
| 2331 | 2026-09-08T03:56:45.574Z | |
| 2332 | 2026-09-08T03:56:45.574Z | running 0 tests |
| 2333 | 2026-09-08T03:56:45.574Z | |
| 2334 | 2026-09-08T03:56:45.574Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2335 | 2026-09-08T03:56:45.574Z | |
| 2336 | 2026-09-08T03:56:45.574Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 2337 | 2026-09-08T03:56:45.578Z | |
| 2338 | 2026-09-08T03:56:45.578Z | running 0 tests |
| 2339 | 2026-09-08T03:56:45.578Z | |
| 2340 | 2026-09-08T03:56:45.581Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2341 | 2026-09-08T03:56:45.581Z | |
| 2342 | 2026-09-08T03:56:45.581Z | Running unittests src/lib.rs (target/debug/deps/asic-52150b71c511feeb) |
| 2343 | 2026-09-08T03:56:45.581Z | |
| 2344 | 2026-09-08T03:56:45.581Z | running 0 tests |
| 2345 | 2026-09-08T03:56:45.581Z | |
| 2346 | 2026-09-08T03:56:45.581Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2347 | 2026-09-08T03:56:45.581Z | |
| 2348 | 2026-09-08T03:56:45.581Z | Running unittests src/lib.rs (target/debug/deps/common-5e8ad7a4c62ed295) |
| 2349 | 2026-09-08T03:56:45.586Z | |
| 2350 | 2026-09-08T03:56:45.586Z | running 4 tests |
| 2351 | 2026-09-08T03:56:45.589Z | test nat::tests::test_vni ... ok |
| 2352 | 2026-09-08T03:56:45.589Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2353 | 2026-09-08T03:56:45.589Z | test test_purge ... ok |
| 2354 | 2026-09-08T03:56:45.592Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2355 | 2026-09-08T03:56:45.592Z | |
| 2356 | 2026-09-08T03:56:45.592Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2357 | 2026-09-08T03:56:45.592Z | |
| 2358 | 2026-09-08T03:56:45.592Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-049fc7a9b9157ea9) |
| 2359 | 2026-09-08T03:56:45.595Z | |
| 2360 | 2026-09-08T03:56:45.595Z | running 1 test |
| 2361 | 2026-09-08T03:56:45.598Z | ------- |
| 2362 | 2026-09-08T03:56:45.598Z | Generating OpenAPI documents from API definitions ... |
| 2363 | 2026-09-08T03:56:45.739Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 2364 | 2026-09-08T03:56:45.810Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2365 | 2026-09-08T03:56:46.883Z | ------- |
| 2366 | 2026-09-08T03:56:46.883Z | Checking 13 OpenAPI documents... |
| 2367 | 2026-09-08T03:56:46.883Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2368 | 2026-09-08T03:56:46.883Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2369 | 2026-09-08T03:56:46.883Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2370 | 2026-09-08T03:56:46.883Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2371 | 2026-09-08T03:56:46.886Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2372 | 2026-09-08T03:56:46.886Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2373 | 2026-09-08T03:56:46.886Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2374 | 2026-09-08T03:56:46.886Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2375 | 2026-09-08T03:56:46.886Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2376 | 2026-09-08T03:56:46.886Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2377 | 2026-09-08T03:56:46.886Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2378 | 2026-09-08T03:56:46.886Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2379 | 2026-09-08T03:56:46.886Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2380 | 2026-09-08T03:56:46.886Z | Fresh dpd "latest" symlink |
| 2381 | 2026-09-08T03:56:46.886Z | ------- |
| 2382 | 2026-09-08T03:56:46.886Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 2383 | 2026-09-08T03:56:46.949Z | test test::test_apis_up_to_date ... ok |
| 2384 | 2026-09-08T03:56:46.949Z | |
| 2385 | 2026-09-08T03:56:46.949Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.35s |
| 2386 | 2026-09-08T03:56:46.949Z | |
| 2387 | 2026-09-08T03:56:47.009Z | Running unittests src/main.rs (target/debug/deps/dpd-9e6570a13ba7e7e3) |
| 2388 | 2026-09-08T03:56:47.016Z | |
| 2389 | 2026-09-08T03:56:47.016Z | running 60 tests |
| 2390 | 2026-09-08T03:56:47.023Z | Sep 08 03:56:45.953 DEBG created new freemap, unit: freemap_test |
| 2391 | 2026-09-08T03:56:47.023Z | Sep 08 03:56:45.954 DEBG initted freemap. size: 128, unit: freemap_test |
| 2392 | 2026-09-08T03:56:47.023Z | Sep 08 03:56:45.954 DEBG reset freemap, unit: freemap_test |
| 2393 | 2026-09-08T03:56:47.023Z | Sep 08 03:56:45.953 DEBG created new freemap, unit: freemap_test |
| 2394 | 2026-09-08T03:56:47.023Z | Sep 08 03:56:45.954 DEBG initted freemap. size: 128, unit: freemap_test |
| 2395 | 2026-09-08T03:56:47.023Z | Sep 08 03:56:45.954 DEBG reset freemap, unit: freemap_test |
| 2396 | 2026-09-08T03:56:47.027Z | test freemap::test_ordering ... ok |
| 2397 | 2026-09-08T03:56:47.027Z | test config::tests::test_updates ... ok |
| 2398 | 2026-09-08T03:56:47.027Z | test freemap::test_free ... ok |
| 2399 | 2026-09-08T03:56:47.027Z | test freemap::test_reclaim ... ok |
| 2400 | 2026-09-08T03:56:47.027Z | test api_server::tests::test_build_info ... ok |
| 2401 | 2026-09-08T03:56:47.027Z | test macaddrs::tests::test_mac_offset ... ok |
| 2402 | 2026-09-08T03:56:47.027Z | Sep 08 03:56:45.957 DEBG created new freemap, unit: freemap_test |
| 2403 | 2026-09-08T03:56:47.027Z | Sep 08 03:56:45.957 DEBG initted freemap. size: 8, unit: freemap_test |
| 2404 | 2026-09-08T03:56:47.027Z | Sep 08 03:56:45.957 DEBG reset freemap, unit: freemap_test |
| 2405 | 2026-09-08T03:56:47.028Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 2406 | 2026-09-08T03:56:47.028Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 2407 | 2026-09-08T03:56:47.028Z | Sep 08 03:56:45.957 DEBG created new freemap, unit: freemap_test |
| 2408 | 2026-09-08T03:56:47.028Z | Sep 08 03:56:45.958 DEBG initted freemap. size: 128, unit: freemap_test |
| 2409 | 2026-09-08T03:56:47.028Z | Sep 08 03:56:45.958 DEBG reset freemap, unit: freemap_test |
| 2410 | 2026-09-08T03:56:47.028Z | Sep 08 03:56:45.958 DEBG created new freemap, unit: freemap_test |
| 2411 | 2026-09-08T03:56:47.028Z | Sep 08 03:56:45.958 DEBG initted freemap. size: 128, unit: freemap_test |
| 2412 | 2026-09-08T03:56:47.028Z | Sep 08 03:56:45.958 DEBG reset freemap, unit: freemap_test |
| 2413 | 2026-09-08T03:56:47.032Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2414 | 2026-09-08T03:56:47.032Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2415 | 2026-09-08T03:56:47.032Z | test freemap::test_exhaustion ... ok |
| 2416 | 2026-09-08T03:56:47.032Z | test freemap::test_split ... ok |
| 2417 | 2026-09-08T03:56:47.032Z | test freemap::test_basic ... ok |
| 2418 | 2026-09-08T03:56:47.032Z | test mcast::tests::test_create_port_bitmap_empty ... ok |
| 2419 | 2026-09-08T03:56:47.032Z | test mcast::tests::test_create_port_bitmap_filters_by_direction ... ok |
| 2420 | 2026-09-08T03:56:47.032Z | Sep 08 03:56:45.960 DEBG created new freemap, unit: freemap_test |
| 2421 | 2026-09-08T03:56:47.032Z | Sep 08 03:56:45.960 DEBG initted freemap. size: 128, unit: freemap_test |
| 2422 | 2026-09-08T03:56:47.032Z | Sep 08 03:56:45.960 DEBG reset freemap, unit: freemap_test |
| 2423 | 2026-09-08T03:56:47.032Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2424 | 2026-09-08T03:56:47.032Z | test mcast::tests::test_create_port_bitmap_all_same_direction ... ok |
| 2425 | 2026-09-08T03:56:47.032Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 2426 | 2026-09-08T03:56:47.032Z | test mcast::tests::test_id_range_boundaries ... ok |
| 2427 | 2026-09-08T03:56:47.032Z | test freemap::test_span ... ok |
| 2428 | 2026-09-08T03:56:47.032Z | test mcast::tests::test_canonicalize_sources ... ok |
| 2429 | 2026-09-08T03:56:47.032Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 2430 | 2026-09-08T03:56:47.032Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 2431 | 2026-09-08T03:56:47.032Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 2432 | 2026-09-08T03:56:47.032Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 2433 | 2026-09-08T03:56:47.033Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 2434 | 2026-09-08T03:56:47.033Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 2435 | 2026-09-08T03:56:47.033Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 2436 | 2026-09-08T03:56:47.033Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 2437 | 2026-09-08T03:56:47.033Z | test mcast::validate::tests::test_validate_not_underlay_subnet ... ok |
| 2438 | 2026-09-08T03:56:47.033Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 2439 | 2026-09-08T03:56:47.033Z | test mcast::validate::tests::test_validate_source_addresses ... ok |
| 2440 | 2026-09-08T03:56:47.033Z | test mcast::tests::test_sources_contain_any ... ok |
| 2441 | 2026-09-08T03:56:47.033Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 2442 | 2026-09-08T03:56:47.033Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 2443 | 2026-09-08T03:56:47.033Z | test mcast::validate::tests::test_address_validation_with_source_validation ... ok |
| 2444 | 2026-09-08T03:56:47.033Z | test mcast::validate::tests::test_validate_tag ... ok |
| 2445 | 2026-09-08T03:56:47.033Z | test nat::test_mapping ... ok |
| 2446 | 2026-09-08T03:56:47.033Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 2447 | 2026-09-08T03:56:47.033Z | test mcast::validate::tests::test_validate_tag_format ... ok |
| 2448 | 2026-09-08T03:56:47.033Z | test mcast::tests::test_paired_allocation_and_cleanup ... ok |
| 2449 | 2026-09-08T03:56:47.033Z | test port_map::tests::test_port_map ... ok |
| 2450 | 2026-09-08T03:56:47.033Z | test port_map::tests::test_backplane_group ... ok |
| 2451 | 2026-09-08T03:56:47.033Z | test port_map::tests::dump_map ... ok |
| 2452 | 2026-09-08T03:56:47.041Z | Sep 08 03:56:45.963 DEBG created new freemap, unit: freemap_route_ipv4 |
| 2453 | 2026-09-08T03:56:47.041Z | Sep 08 03:56:45.963 DEBG created new freemap, unit: freemap_route_ipv6 |
| 2454 | 2026-09-08T03:56:47.041Z | Sep 08 03:56:45.963 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 2455 | 2026-09-08T03:56:47.041Z | Sep 08 03:56:45.963 DEBG reset freemap, unit: freemap_route_ipv4 |
| 2456 | 2026-09-08T03:56:47.041Z | Sep 08 03:56:45.963 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 2457 | 2026-09-08T03:56:47.041Z | Sep 08 03:56:45.963 DEBG reset freemap, unit: freemap_route_ipv6 |
| 2458 | 2026-09-08T03:56:47.041Z | Sep 08 03:56:45.963 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2459 | 2026-09-08T03:56:47.041Z | Sep 08 03:56:45.963 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 } }] |
| 2460 | 2026-09-08T03:56:47.041Z | Sep 08 03:56:45.963 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2461 | 2026-09-08T03:56:47.041Z | Sep 08 03:56:45.963 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 } }] |
| 2462 | 2026-09-08T03:56:47.041Z | Sep 08 03:56:45.963 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2463 | 2026-09-08T03:56:47.041Z | Sep 08 03:56:45.963 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 } }] |
| 2464 | 2026-09-08T03:56:47.041Z | Sep 08 03:56:45.963 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2465 | 2026-09-08T03:56:47.041Z | Sep 08 03:56:45.963 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 } }] |
| 2466 | 2026-09-08T03:56:47.041Z | Sep 08 03:56:45.963 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2467 | 2026-09-08T03:56:47.041Z | Sep 08 03:56:45.963 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 } }] |
| 2468 | 2026-09-08T03:56:47.041Z | Sep 08 03:56:45.963 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2469 | 2026-09-08T03:56:47.041Z | Sep 08 03:56:45.963 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 } }] |
| 2470 | 2026-09-08T03:56:47.041Z | Sep 08 03:56:45.963 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2471 | 2026-09-08T03:56:47.041Z | Sep 08 03:56:45.963 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 } }] |
| 2472 | 2026-09-08T03:56:47.041Z | Sep 08 03:56:45.963 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2473 | 2026-09-08T03:56:47.041Z | Sep 08 03:56:45.963 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 } }] |
| 2474 | 2026-09-08T03:56:47.041Z | Sep 08 03:56:45.963 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2475 | 2026-09-08T03:56:47.041Z | Sep 08 03:56:45.963 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 } }] |
| 2476 | 2026-09-08T03:56:47.041Z | Sep 08 03:56:45.963 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2477 | 2026-09-08T03:56:47.041Z | Sep 08 03:56:45.963 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 } }] |
| 2478 | 2026-09-08T03:56:47.042Z | Sep 08 03:56:45.963 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2479 | 2026-09-08T03:56:47.042Z | Sep 08 03:56:45.963 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 } }] |
| 2480 | 2026-09-08T03:56:47.042Z | Sep 08 03:56:45.963 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2481 | 2026-09-08T03:56:47.042Z | Sep 08 03:56:45.963 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 } }] |
| 2482 | 2026-09-08T03:56:47.042Z | Sep 08 03:56:45.963 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2483 | 2026-09-08T03:56:47.042Z | Sep 08 03:56:45.963 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 } }] |
| 2484 | 2026-09-08T03:56:47.042Z | Sep 08 03:56:45.963 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2485 | 2026-09-08T03:56:47.042Z | Sep 08 03:56:45.963 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 } }] |
| 2486 | 2026-09-08T03:56:47.042Z | Sep 08 03:56:45.963 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2487 | 2026-09-08T03:56:47.042Z | Sep 08 03:56:45.963 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 } }] |
| 2488 | 2026-09-08T03:56:47.042Z | Sep 08 03:56:45.963 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2489 | 2026-09-08T03:56:47.042Z | Sep 08 03:56:45.963 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 } }] |
| 2490 | 2026-09-08T03:56:47.042Z | Sep 08 03:56:45.963 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2491 | 2026-09-08T03:56:47.042Z | Sep 08 03:56:45.963 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 } }] |
| 2492 | 2026-09-08T03:56:47.042Z | Sep 08 03:56:45.963 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2493 | 2026-09-08T03:56:47.042Z | Sep 08 03:56:45.963 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 } }] |
| 2494 | 2026-09-08T03:56:47.042Z | Sep 08 03:56:45.963 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2495 | 2026-09-08T03:56:47.042Z | Sep 08 03:56:45.963 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 } }] |
| 2496 | 2026-09-08T03:56:47.042Z | Sep 08 03:56:45.963 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2497 | 2026-09-08T03:56:47.042Z | Sep 08 03:56:45.963 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 } }] |
| 2498 | 2026-09-08T03:56:47.042Z | Sep 08 03:56:45.963 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2499 | 2026-09-08T03:56:47.042Z | Sep 08 03:56:45.963 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 } }] |
| 2500 | 2026-09-08T03:56:47.042Z | Sep 08 03:56:45.963 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2501 | 2026-09-08T03:56:47.042Z | Sep 08 03:56:45.963 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 } }] |
| 2502 | 2026-09-08T03:56:47.042Z | Sep 08 03:56:45.963 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2503 | 2026-09-08T03:56:47.042Z | Sep 08 03:56:45.963 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 } }] |
| 2504 | 2026-09-08T03:56:47.042Z | Sep 08 03:56:45.963 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2505 | 2026-09-08T03:56:47.042Z | Sep 08 03:56:45.963 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 } }] |
| 2506 | 2026-09-08T03:56:47.042Z | Sep 08 03:56:45.963 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2507 | 2026-09-08T03:56:47.042Z | Sep 08 03:56:45.963 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 } }] |
| 2508 | 2026-09-08T03:56:47.042Z | Sep 08 03:56:45.963 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2509 | 2026-09-08T03:56:47.042Z | Sep 08 03:56:45.963 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 } }] |
| 2510 | 2026-09-08T03:56:47.042Z | Sep 08 03:56:45.963 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2511 | 2026-09-08T03:56:47.042Z | Sep 08 03:56:45.963 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 } }] |
| 2512 | 2026-09-08T03:56:47.042Z | Sep 08 03:56:45.963 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2513 | 2026-09-08T03:56:47.042Z | Sep 08 03:56:45.963 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 } }] |
| 2514 | 2026-09-08T03:56:47.042Z | Sep 08 03:56:45.963 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2515 | 2026-09-08T03:56:47.043Z | Sep 08 03:56:45.963 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 } }] |
| 2516 | 2026-09-08T03:56:47.043Z | Sep 08 03:56:45.963 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 2517 | 2026-09-08T03:56:47.043Z | Sep 08 03:56:45.963 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 } }] |
| 2518 | 2026-09-08T03:56:47.043Z | Sep 08 03:56:45.963 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 2519 | 2026-09-08T03:56:47.043Z | Sep 08 03:56:45.963 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 } }] |
| 2520 | 2026-09-08T03:56:47.043Z | Sep 08 03:56:45.963 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2521 | 2026-09-08T03:56:47.043Z | Sep 08 03:56:45.963 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 } }] |
| 2522 | 2026-09-08T03:56:47.043Z | Sep 08 03:56:45.963 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 2523 | 2026-09-08T03:56:47.043Z | Sep 08 03:56:45.963 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 } }] |
| 2524 | 2026-09-08T03:56:47.043Z | Sep 08 03:56:45.963 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2525 | 2026-09-08T03:56:47.043Z | Sep 08 03:56:45.963 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 } }] |
| 2526 | 2026-09-08T03:56:47.043Z | Sep 08 03:56:45.963 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 2527 | 2026-09-08T03:56:47.043Z | Sep 08 03:56:45.963 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 } }] |
| 2528 | 2026-09-08T03:56:47.043Z | Sep 08 03:56:45.963 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2529 | 2026-09-08T03:56:47.043Z | Sep 08 03:56:45.963 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 } }] |
| 2530 | 2026-09-08T03:56:47.043Z | Sep 08 03:56:45.963 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2531 | 2026-09-08T03:56:47.043Z | Sep 08 03:56:45.963 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 } }] |
| 2532 | 2026-09-08T03:56:47.043Z | Sep 08 03:56:45.963 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2533 | 2026-09-08T03:56:47.043Z | Sep 08 03:56:45.963 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 } }] |
| 2534 | 2026-09-08T03:56:47.043Z | Sep 08 03:56:45.963 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 2535 | 2026-09-08T03:56:47.043Z | Sep 08 03:56:45.963 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 } }] |
| 2536 | 2026-09-08T03:56:47.043Z | Sep 08 03:56:45.963 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2537 | 2026-09-08T03:56:47.043Z | Sep 08 03:56:45.963 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 } }] |
| 2538 | 2026-09-08T03:56:47.043Z | Sep 08 03:56:45.963 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2539 | 2026-09-08T03:56:47.043Z | Sep 08 03:56:45.963 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 } }] |
| 2540 | 2026-09-08T03:56:47.043Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2541 | 2026-09-08T03:56:47.043Z | Sep 08 03:56:45.964 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 } }] |
| 2542 | 2026-09-08T03:56:47.043Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2543 | 2026-09-08T03:56:47.043Z | Sep 08 03:56:45.964 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 } }] |
| 2544 | 2026-09-08T03:56:47.043Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 2545 | 2026-09-08T03:56:47.043Z | Sep 08 03:56:45.964 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 } }] |
| 2546 | 2026-09-08T03:56:47.043Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 2547 | 2026-09-08T03:56:47.043Z | Sep 08 03:56:45.964 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 } }] |
| 2548 | 2026-09-08T03:56:47.043Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 2549 | 2026-09-08T03:56:47.043Z | Sep 08 03:56:45.964 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 } }] |
| 2550 | 2026-09-08T03:56:47.043Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 2551 | 2026-09-08T03:56:47.043Z | Sep 08 03:56:45.964 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 } }] |
| 2552 | 2026-09-08T03:56:47.049Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 2553 | 2026-09-08T03:56:47.049Z | Sep 08 03:56:45.964 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 } }] |
| 2554 | 2026-09-08T03:56:47.049Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 2555 | 2026-09-08T03:56:47.049Z | Sep 08 03:56:45.964 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 } }] |
| 2556 | 2026-09-08T03:56:47.049Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 2557 | 2026-09-08T03:56:47.049Z | Sep 08 03:56:45.964 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 } }] |
| 2558 | 2026-09-08T03:56:47.049Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 2559 | 2026-09-08T03:56:47.049Z | Sep 08 03:56:45.964 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 } }] |
| 2560 | 2026-09-08T03:56:47.049Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 2561 | 2026-09-08T03:56:47.049Z | Sep 08 03:56:45.964 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 } }] |
| 2562 | 2026-09-08T03:56:47.049Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 2563 | 2026-09-08T03:56:47.049Z | Sep 08 03:56:45.964 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 } }] |
| 2564 | 2026-09-08T03:56:47.049Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 2565 | 2026-09-08T03:56:47.049Z | Sep 08 03:56:45.964 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 } }] |
| 2566 | 2026-09-08T03:56:47.049Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 2567 | 2026-09-08T03:56:47.049Z | Sep 08 03:56:45.964 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 } }] |
| 2568 | 2026-09-08T03:56:47.049Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 2569 | 2026-09-08T03:56:47.049Z | Sep 08 03:56:45.964 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 } }] |
| 2570 | 2026-09-08T03:56:47.049Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 2571 | 2026-09-08T03:56:47.049Z | Sep 08 03:56:45.964 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 } }] |
| 2572 | 2026-09-08T03:56:47.049Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 2573 | 2026-09-08T03:56:47.049Z | Sep 08 03:56:45.964 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 } }] |
| 2574 | 2026-09-08T03:56:47.049Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 2575 | 2026-09-08T03:56:47.049Z | Sep 08 03:56:45.964 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 } }] |
| 2576 | 2026-09-08T03:56:47.049Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 2577 | 2026-09-08T03:56:47.049Z | Sep 08 03:56:45.964 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 } }] |
| 2578 | 2026-09-08T03:56:47.050Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 2579 | 2026-09-08T03:56:47.050Z | Sep 08 03:56:45.964 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 } }] |
| 2580 | 2026-09-08T03:56:47.050Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 2581 | 2026-09-08T03:56:47.050Z | Sep 08 03:56:45.964 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 } }] |
| 2582 | 2026-09-08T03:56:47.050Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 2583 | 2026-09-08T03:56:47.050Z | Sep 08 03:56:45.964 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 } }] |
| 2584 | 2026-09-08T03:56:47.050Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 2585 | 2026-09-08T03:56:47.050Z | Sep 08 03:56:45.964 DEBG replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2586 | 2026-09-08T03:56:47.050Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff |
| 2587 | 2026-09-08T03:56:47.050Z | Sep 08 03:56:45.964 DEBG replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2588 | 2026-09-08T03:56:47.050Z | Sep 08 03:56:45.964 DEBG failed to allocate space for the new target list |
| 2589 | 2026-09-08T03:56:47.050Z | Sep 08 03:56:45.964 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 } }] |
| 2590 | 2026-09-08T03:56:47.050Z | Sep 08 03:56:45.964 DEBG failed to allocate space for the new target list |
| 2591 | 2026-09-08T03:56:47.050Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2592 | 2026-09-08T03:56:47.050Z | Sep 08 03:56:45.964 DEBG created new freemap, unit: freemap_route_ipv4 |
| 2593 | 2026-09-08T03:56:47.050Z | Sep 08 03:56:45.964 DEBG created new freemap, unit: freemap_route_ipv6 |
| 2594 | 2026-09-08T03:56:47.050Z | Sep 08 03:56:45.964 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 2595 | 2026-09-08T03:56:47.050Z | Sep 08 03:56:45.964 DEBG reset freemap, unit: freemap_route_ipv4 |
| 2596 | 2026-09-08T03:56:47.050Z | Sep 08 03:56:45.964 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 2597 | 2026-09-08T03:56:47.050Z | Sep 08 03:56:45.964 DEBG reset freemap, unit: freemap_route_ipv6 |
| 2598 | 2026-09-08T03:56:47.050Z | Sep 08 03:56:45.964 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2599 | 2026-09-08T03:56:47.050Z | Sep 08 03:56:45.964 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 } }] |
| 2600 | 2026-09-08T03:56:47.050Z | Sep 08 03:56:45.964 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2601 | 2026-09-08T03:56:47.050Z | Sep 08 03:56:45.964 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 } }] |
| 2602 | 2026-09-08T03:56:47.050Z | Sep 08 03:56:45.964 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 2603 | 2026-09-08T03:56:47.050Z | Sep 08 03:56:45.964 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 } }] |
| 2604 | 2026-09-08T03:56:47.050Z | Sep 08 03:56:45.964 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 2605 | 2026-09-08T03:56:47.050Z | Sep 08 03:56:45.964 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 } }] |
| 2606 | 2026-09-08T03:56:47.050Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2607 | 2026-09-08T03:56:47.050Z | Sep 08 03:56:45.964 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 } }] |
| 2608 | 2026-09-08T03:56:47.050Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2609 | 2026-09-08T03:56:47.050Z | Sep 08 03:56:45.964 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 } }] |
| 2610 | 2026-09-08T03:56:47.050Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2611 | 2026-09-08T03:56:47.051Z | Sep 08 03:56:45.964 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 } }] |
| 2612 | 2026-09-08T03:56:47.051Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2613 | 2026-09-08T03:56:47.051Z | Sep 08 03:56:45.964 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 } }] |
| 2614 | 2026-09-08T03:56:47.051Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2615 | 2026-09-08T03:56:47.051Z | Sep 08 03:56:45.964 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 } }] |
| 2616 | 2026-09-08T03:56:47.051Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2617 | 2026-09-08T03:56:47.051Z | Sep 08 03:56:45.964 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 } }] |
| 2618 | 2026-09-08T03:56:47.051Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2619 | 2026-09-08T03:56:47.051Z | Sep 08 03:56:45.964 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 } }] |
| 2620 | 2026-09-08T03:56:47.051Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2621 | 2026-09-08T03:56:47.051Z | Sep 08 03:56:45.964 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 } }] |
| 2622 | 2026-09-08T03:56:47.051Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2623 | 2026-09-08T03:56:47.051Z | Sep 08 03:56:45.964 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 } }] |
| 2624 | 2026-09-08T03:56:47.051Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2625 | 2026-09-08T03:56:47.051Z | Sep 08 03:56:45.964 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 } }] |
| 2626 | 2026-09-08T03:56:47.051Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2627 | 2026-09-08T03:56:47.051Z | Sep 08 03:56:45.964 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 } }] |
| 2628 | 2026-09-08T03:56:47.051Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2629 | 2026-09-08T03:56:47.051Z | Sep 08 03:56:45.964 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 } }] |
| 2630 | 2026-09-08T03:56:47.051Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2631 | 2026-09-08T03:56:47.051Z | Sep 08 03:56:45.964 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 } }] |
| 2632 | 2026-09-08T03:56:47.051Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2633 | 2026-09-08T03:56:47.051Z | Sep 08 03:56:45.964 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 } }] |
| 2634 | 2026-09-08T03:56:47.051Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2635 | 2026-09-08T03:56:47.051Z | Sep 08 03:56:45.964 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 } }] |
| 2636 | 2026-09-08T03:56:47.051Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2637 | 2026-09-08T03:56:47.051Z | Sep 08 03:56:45.964 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 } }] |
| 2638 | 2026-09-08T03:56:47.051Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2639 | 2026-09-08T03:56:47.051Z | Sep 08 03:56:45.964 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 } }] |
| 2640 | 2026-09-08T03:56:47.051Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2641 | 2026-09-08T03:56:47.051Z | Sep 08 03:56:45.964 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 } }] |
| 2642 | 2026-09-08T03:56:47.051Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2643 | 2026-09-08T03:56:47.051Z | Sep 08 03:56:45.964 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 } }] |
| 2644 | 2026-09-08T03:56:47.052Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2645 | 2026-09-08T03:56:47.052Z | Sep 08 03:56:45.964 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 } }] |
| 2646 | 2026-09-08T03:56:47.052Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2647 | 2026-09-08T03:56:47.052Z | Sep 08 03:56:45.964 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 } }] |
| 2648 | 2026-09-08T03:56:47.052Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2649 | 2026-09-08T03:56:47.052Z | Sep 08 03:56:45.964 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 } }] |
| 2650 | 2026-09-08T03:56:47.052Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2651 | 2026-09-08T03:56:47.052Z | Sep 08 03:56:45.964 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 } }] |
| 2652 | 2026-09-08T03:56:47.060Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2653 | 2026-09-08T03:56:47.060Z | Sep 08 03:56:45.964 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 } }] |
| 2654 | 2026-09-08T03:56:47.060Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2655 | 2026-09-08T03:56:47.060Z | Sep 08 03:56:45.964 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 } }] |
| 2656 | 2026-09-08T03:56:47.060Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2657 | 2026-09-08T03:56:47.060Z | Sep 08 03:56:45.964 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 } }] |
| 2658 | 2026-09-08T03:56:47.060Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2659 | 2026-09-08T03:56:47.060Z | Sep 08 03:56:45.964 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 } }] |
| 2660 | 2026-09-08T03:56:47.061Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2661 | 2026-09-08T03:56:47.061Z | Sep 08 03:56:45.964 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 } }] |
| 2662 | 2026-09-08T03:56:47.061Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 2663 | 2026-09-08T03:56:47.061Z | Sep 08 03:56:45.964 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 } }] |
| 2664 | 2026-09-08T03:56:47.061Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 2665 | 2026-09-08T03:56:47.061Z | Sep 08 03:56:45.964 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 } }] |
| 2666 | 2026-09-08T03:56:47.061Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2667 | 2026-09-08T03:56:47.061Z | Sep 08 03:56:45.964 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 } }] |
| 2668 | 2026-09-08T03:56:47.061Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 2669 | 2026-09-08T03:56:47.061Z | Sep 08 03:56:45.964 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 } }] |
| 2670 | 2026-09-08T03:56:47.061Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2671 | 2026-09-08T03:56:47.061Z | Sep 08 03:56:45.964 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 } }] |
| 2672 | 2026-09-08T03:56:47.061Z | Sep 08 03:56:45.964 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 2673 | 2026-09-08T03:56:47.061Z | Sep 08 03:56:45.965 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 } }] |
| 2674 | 2026-09-08T03:56:47.061Z | Sep 08 03:56:45.965 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2675 | 2026-09-08T03:56:47.061Z | Sep 08 03:56:45.965 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 } }] |
| 2676 | 2026-09-08T03:56:47.061Z | Sep 08 03:56:45.965 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2677 | 2026-09-08T03:56:47.061Z | Sep 08 03:56:45.965 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 } }] |
| 2678 | 2026-09-08T03:56:47.061Z | Sep 08 03:56:45.965 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2679 | 2026-09-08T03:56:47.061Z | Sep 08 03:56:45.965 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 } }] |
| 2680 | 2026-09-08T03:56:47.061Z | Sep 08 03:56:45.965 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 2681 | 2026-09-08T03:56:47.061Z | Sep 08 03:56:45.965 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 } }] |
| 2682 | 2026-09-08T03:56:47.061Z | Sep 08 03:56:45.965 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2683 | 2026-09-08T03:56:47.061Z | Sep 08 03:56:45.965 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 } }] |
| 2684 | 2026-09-08T03:56:47.061Z | Sep 08 03:56:45.965 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2685 | 2026-09-08T03:56:47.061Z | Sep 08 03:56:45.965 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 } }] |
| 2686 | 2026-09-08T03:56:47.061Z | Sep 08 03:56:45.965 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2687 | 2026-09-08T03:56:47.061Z | Sep 08 03:56:45.965 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 } }] |
| 2688 | 2026-09-08T03:56:47.061Z | Sep 08 03:56:45.965 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2689 | 2026-09-08T03:56:47.061Z | Sep 08 03:56:45.965 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 } }] |
| 2690 | 2026-09-08T03:56:47.061Z | Sep 08 03:56:45.965 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 2691 | 2026-09-08T03:56:47.061Z | Sep 08 03:56:45.965 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 } }] |
| 2692 | 2026-09-08T03:56:47.061Z | Sep 08 03:56:45.965 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 2693 | 2026-09-08T03:56:47.061Z | Sep 08 03:56:45.965 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 } }] |
| 2694 | 2026-09-08T03:56:47.061Z | Sep 08 03:56:45.965 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 2695 | 2026-09-08T03:56:47.061Z | Sep 08 03:56:45.965 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 } }] |
| 2696 | 2026-09-08T03:56:47.061Z | Sep 08 03:56:45.965 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 2697 | 2026-09-08T03:56:47.061Z | Sep 08 03:56:45.965 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 } }] |
| 2698 | 2026-09-08T03:56:47.061Z | Sep 08 03:56:45.965 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 2699 | 2026-09-08T03:56:47.062Z | Sep 08 03:56:45.965 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 } }] |
| 2700 | 2026-09-08T03:56:47.062Z | Sep 08 03:56:45.965 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 2701 | 2026-09-08T03:56:47.062Z | Sep 08 03:56:45.965 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 } }] |
| 2702 | 2026-09-08T03:56:47.062Z | Sep 08 03:56:45.965 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 2703 | 2026-09-08T03:56:47.062Z | Sep 08 03:56:45.965 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 } }] |
| 2704 | 2026-09-08T03:56:47.062Z | Sep 08 03:56:45.965 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 2705 | 2026-09-08T03:56:47.062Z | Sep 08 03:56:45.965 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 } }] |
| 2706 | 2026-09-08T03:56:47.062Z | Sep 08 03:56:45.965 INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 2707 | 2026-09-08T03:56:47.062Z | Sep 08 03:56:45.965 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 } }] |
| 2708 | 2026-09-08T03:56:47.062Z | Sep 08 03:56:45.965 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 2709 | 2026-09-08T03:56:47.062Z | Sep 08 03:56:45.965 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 } }] |
| 2710 | 2026-09-08T03:56:47.062Z | Sep 08 03:56:45.965 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 2711 | 2026-09-08T03:56:47.062Z | Sep 08 03:56:45.965 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 } }] |
| 2712 | 2026-09-08T03:56:47.062Z | Sep 08 03:56:45.965 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 2713 | 2026-09-08T03:56:47.062Z | Sep 08 03:56:45.965 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 } }] |
| 2714 | 2026-09-08T03:56:47.062Z | Sep 08 03:56:45.965 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 2715 | 2026-09-08T03:56:47.062Z | Sep 08 03:56:45.965 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 } }] |
| 2716 | 2026-09-08T03:56:47.062Z | Sep 08 03:56:45.965 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 2717 | 2026-09-08T03:56:47.062Z | Sep 08 03:56:45.965 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 } }] |
| 2718 | 2026-09-08T03:56:47.062Z | Sep 08 03:56:45.965 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 2719 | 2026-09-08T03:56:47.062Z | Sep 08 03:56:45.965 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 } }] |
| 2720 | 2026-09-08T03:56:47.062Z | Sep 08 03:56:45.965 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 2721 | 2026-09-08T03:56:47.062Z | Sep 08 03:56:45.965 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 } }] |
| 2722 | 2026-09-08T03:56:47.062Z | Sep 08 03:56:45.965 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 2723 | 2026-09-08T03:56:47.062Z | Sep 08 03:56:45.965 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 } }] |
| 2724 | 2026-09-08T03:56:47.062Z | Sep 08 03:56:45.965 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 2725 | 2026-09-08T03:56:47.062Z | Sep 08 03:56:45.965 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 } }] |
| 2726 | 2026-09-08T03:56:47.062Z | Sep 08 03:56:45.965 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 2727 | 2026-09-08T03:56:47.062Z | Sep 08 03:56:45.965 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 } }] |
| 2728 | 2026-09-08T03:56:47.062Z | Sep 08 03:56:45.965 DEBG failed to allocate space for the new target list |
| 2729 | 2026-09-08T03:56:47.062Z | Sep 08 03:56:45.965 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 } }] |
| 2730 | 2026-09-08T03:56:47.062Z | Sep 08 03:56:45.966 DEBG created new freemap, unit: freemap_route_ipv4 |
| 2731 | 2026-09-08T03:56:47.062Z | Sep 08 03:56:45.966 DEBG created new freemap, unit: freemap_route_ipv6 |
| 2732 | 2026-09-08T03:56:47.062Z | Sep 08 03:56:45.966 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 2733 | 2026-09-08T03:56:47.062Z | Sep 08 03:56:45.966 DEBG reset freemap, unit: freemap_route_ipv4 |
| 2734 | 2026-09-08T03:56:47.062Z | Sep 08 03:56:45.966 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 2735 | 2026-09-08T03:56:47.062Z | Sep 08 03:56:45.966 DEBG reset freemap, unit: freemap_route_ipv6 |
| 2736 | 2026-09-08T03:56:47.063Z | Sep 08 03:56:45.966 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2737 | 2026-09-08T03:56:47.063Z | Sep 08 03:56:45.966 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 } }] |
| 2738 | 2026-09-08T03:56:47.063Z | Sep 08 03:56:45.966 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2739 | 2026-09-08T03:56:47.063Z | Sep 08 03:56:45.966 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 } }] |
| 2740 | 2026-09-08T03:56:47.063Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2741 | 2026-09-08T03:56:47.063Z | Sep 08 03:56:45.966 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 } }] |
| 2742 | 2026-09-08T03:56:47.063Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2743 | 2026-09-08T03:56:47.063Z | Sep 08 03:56:45.966 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 } }] |
| 2744 | 2026-09-08T03:56:47.063Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2745 | 2026-09-08T03:56:47.063Z | Sep 08 03:56:45.966 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 } }] |
| 2746 | 2026-09-08T03:56:47.063Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2747 | 2026-09-08T03:56:47.063Z | Sep 08 03:56:45.966 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 } }] |
| 2748 | 2026-09-08T03:56:47.063Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2749 | 2026-09-08T03:56:47.063Z | Sep 08 03:56:45.966 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 } }] |
| 2750 | 2026-09-08T03:56:47.063Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2751 | 2026-09-08T03:56:47.063Z | Sep 08 03:56:45.966 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 } }] |
| 2752 | 2026-09-08T03:56:47.067Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2753 | 2026-09-08T03:56:47.067Z | Sep 08 03:56:45.966 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 } }] |
| 2754 | 2026-09-08T03:56:47.067Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2755 | 2026-09-08T03:56:47.067Z | Sep 08 03:56:45.966 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 } }] |
| 2756 | 2026-09-08T03:56:47.067Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2757 | 2026-09-08T03:56:47.067Z | Sep 08 03:56:45.966 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 } }] |
| 2758 | 2026-09-08T03:56:47.067Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2759 | 2026-09-08T03:56:47.067Z | Sep 08 03:56:45.966 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 } }] |
| 2760 | 2026-09-08T03:56:47.067Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2761 | 2026-09-08T03:56:47.067Z | Sep 08 03:56:45.966 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 } }] |
| 2762 | 2026-09-08T03:56:47.067Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2763 | 2026-09-08T03:56:47.067Z | Sep 08 03:56:45.966 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 } }] |
| 2764 | 2026-09-08T03:56:47.067Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2765 | 2026-09-08T03:56:47.067Z | Sep 08 03:56:45.966 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 } }] |
| 2766 | 2026-09-08T03:56:47.067Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2767 | 2026-09-08T03:56:47.067Z | Sep 08 03:56:45.966 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 } }] |
| 2768 | 2026-09-08T03:56:47.067Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2769 | 2026-09-08T03:56:47.067Z | Sep 08 03:56:45.966 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 } }] |
| 2770 | 2026-09-08T03:56:47.067Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2771 | 2026-09-08T03:56:47.067Z | Sep 08 03:56:45.966 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 } }] |
| 2772 | 2026-09-08T03:56:47.067Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2773 | 2026-09-08T03:56:47.067Z | Sep 08 03:56:45.966 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 } }] |
| 2774 | 2026-09-08T03:56:47.067Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2775 | 2026-09-08T03:56:47.067Z | Sep 08 03:56:45.966 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 } }] |
| 2776 | 2026-09-08T03:56:47.067Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2777 | 2026-09-08T03:56:47.067Z | Sep 08 03:56:45.966 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 } }] |
| 2778 | 2026-09-08T03:56:47.067Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2779 | 2026-09-08T03:56:47.068Z | Sep 08 03:56:45.966 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 } }] |
| 2780 | 2026-09-08T03:56:47.068Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2781 | 2026-09-08T03:56:47.068Z | Sep 08 03:56:45.966 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 } }] |
| 2782 | 2026-09-08T03:56:47.068Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2783 | 2026-09-08T03:56:47.068Z | Sep 08 03:56:45.966 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 } }] |
| 2784 | 2026-09-08T03:56:47.068Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2785 | 2026-09-08T03:56:47.068Z | Sep 08 03:56:45.966 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 } }] |
| 2786 | 2026-09-08T03:56:47.068Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2787 | 2026-09-08T03:56:47.068Z | Sep 08 03:56:45.966 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 } }] |
| 2788 | 2026-09-08T03:56:47.068Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2789 | 2026-09-08T03:56:47.068Z | Sep 08 03:56:45.966 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 } }] |
| 2790 | 2026-09-08T03:56:47.068Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2791 | 2026-09-08T03:56:47.068Z | Sep 08 03:56:45.966 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 } }] |
| 2792 | 2026-09-08T03:56:47.068Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2793 | 2026-09-08T03:56:47.068Z | Sep 08 03:56:45.966 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 } }] |
| 2794 | 2026-09-08T03:56:47.068Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2795 | 2026-09-08T03:56:47.068Z | Sep 08 03:56:45.966 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 } }] |
| 2796 | 2026-09-08T03:56:47.068Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 2797 | 2026-09-08T03:56:47.068Z | Sep 08 03:56:45.966 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 } }] |
| 2798 | 2026-09-08T03:56:47.068Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 2799 | 2026-09-08T03:56:47.068Z | Sep 08 03:56:45.966 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 } }] |
| 2800 | 2026-09-08T03:56:47.068Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2801 | 2026-09-08T03:56:47.068Z | Sep 08 03:56:45.966 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 } }] |
| 2802 | 2026-09-08T03:56:47.068Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 2803 | 2026-09-08T03:56:47.068Z | Sep 08 03:56:45.966 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 } }] |
| 2804 | 2026-09-08T03:56:47.068Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2805 | 2026-09-08T03:56:47.068Z | Sep 08 03:56:45.966 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 } }] |
| 2806 | 2026-09-08T03:56:47.068Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 2807 | 2026-09-08T03:56:47.068Z | Sep 08 03:56:45.966 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 } }] |
| 2808 | 2026-09-08T03:56:47.068Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2809 | 2026-09-08T03:56:47.068Z | Sep 08 03:56:45.966 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 } }] |
| 2810 | 2026-09-08T03:56:47.068Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2811 | 2026-09-08T03:56:47.068Z | Sep 08 03:56:45.966 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 } }] |
| 2812 | 2026-09-08T03:56:47.068Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2813 | 2026-09-08T03:56:47.068Z | Sep 08 03:56:45.966 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 } }] |
| 2814 | 2026-09-08T03:56:47.068Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 2815 | 2026-09-08T03:56:47.068Z | Sep 08 03:56:45.966 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 } }] |
| 2816 | 2026-09-08T03:56:47.068Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2817 | 2026-09-08T03:56:47.069Z | Sep 08 03:56:45.966 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 } }] |
| 2818 | 2026-09-08T03:56:47.069Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2819 | 2026-09-08T03:56:47.069Z | Sep 08 03:56:45.966 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 } }] |
| 2820 | 2026-09-08T03:56:47.069Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2821 | 2026-09-08T03:56:47.069Z | Sep 08 03:56:45.966 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 } }] |
| 2822 | 2026-09-08T03:56:47.069Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2823 | 2026-09-08T03:56:47.069Z | Sep 08 03:56:45.966 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 } }] |
| 2824 | 2026-09-08T03:56:47.069Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 2825 | 2026-09-08T03:56:47.069Z | Sep 08 03:56:45.966 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 } }] |
| 2826 | 2026-09-08T03:56:47.069Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 2827 | 2026-09-08T03:56:47.069Z | Sep 08 03:56:45.966 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 } }] |
| 2828 | 2026-09-08T03:56:47.069Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 2829 | 2026-09-08T03:56:47.069Z | Sep 08 03:56:45.966 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 } }] |
| 2830 | 2026-09-08T03:56:47.069Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 2831 | 2026-09-08T03:56:47.069Z | Sep 08 03:56:45.966 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 } }] |
| 2832 | 2026-09-08T03:56:47.069Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 2833 | 2026-09-08T03:56:47.069Z | Sep 08 03:56:45.966 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 } }] |
| 2834 | 2026-09-08T03:56:47.069Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 2835 | 2026-09-08T03:56:47.069Z | Sep 08 03:56:45.966 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 } }] |
| 2836 | 2026-09-08T03:56:47.069Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 2837 | 2026-09-08T03:56:47.069Z | Sep 08 03:56:45.966 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 } }] |
| 2838 | 2026-09-08T03:56:47.069Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 2839 | 2026-09-08T03:56:47.069Z | Sep 08 03:56:45.966 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 } }] |
| 2840 | 2026-09-08T03:56:47.069Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 2841 | 2026-09-08T03:56:47.069Z | Sep 08 03:56:45.966 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 } }] |
| 2842 | 2026-09-08T03:56:47.069Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 2843 | 2026-09-08T03:56:47.069Z | Sep 08 03:56:45.966 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 } }] |
| 2844 | 2026-09-08T03:56:47.069Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 2845 | 2026-09-08T03:56:47.069Z | Sep 08 03:56:45.966 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 } }] |
| 2846 | 2026-09-08T03:56:47.069Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 2847 | 2026-09-08T03:56:47.069Z | Sep 08 03:56:45.966 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 } }] |
| 2848 | 2026-09-08T03:56:47.069Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 2849 | 2026-09-08T03:56:47.069Z | Sep 08 03:56:45.966 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 } }] |
| 2850 | 2026-09-08T03:56:47.069Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 2851 | 2026-09-08T03:56:47.069Z | Sep 08 03:56:45.966 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 } }] |
| 2852 | 2026-09-08T03:56:47.074Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 2853 | 2026-09-08T03:56:47.074Z | Sep 08 03:56:45.966 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 } }] |
| 2854 | 2026-09-08T03:56:47.074Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 2855 | 2026-09-08T03:56:47.074Z | Sep 08 03:56:45.966 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 } }] |
| 2856 | 2026-09-08T03:56:47.074Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 2857 | 2026-09-08T03:56:47.074Z | Sep 08 03:56:45.966 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 } }] |
| 2858 | 2026-09-08T03:56:47.074Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 2859 | 2026-09-08T03:56:47.074Z | Sep 08 03:56:45.966 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 } }] |
| 2860 | 2026-09-08T03:56:47.074Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 2861 | 2026-09-08T03:56:47.074Z | Sep 08 03:56:45.966 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 } }] |
| 2862 | 2026-09-08T03:56:47.074Z | Sep 08 03:56:45.966 INFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 2863 | 2026-09-08T03:56:47.074Z | Sep 08 03:56:45.967 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 } }] |
| 2864 | 2026-09-08T03:56:47.074Z | Sep 08 03:56:45.967 INFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 2865 | 2026-09-08T03:56:47.074Z | Sep 08 03:56:45.967 DEBG replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2866 | 2026-09-08T03:56:47.074Z | Sep 08 03:56:45.967 DEBG failed to allocate space for the new target list |
| 2867 | 2026-09-08T03:56:47.074Z | Sep 08 03:56:45.967 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 } }] |
| 2868 | 2026-09-08T03:56:47.074Z | Sep 08 03:56:45.971 DEBG created new freemap, unit: freemap_route_ipv4 |
| 2869 | 2026-09-08T03:56:47.074Z | Sep 08 03:56:45.971 DEBG created new freemap, unit: freemap_route_ipv6 |
| 2870 | 2026-09-08T03:56:47.074Z | Sep 08 03:56:45.972 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 2871 | 2026-09-08T03:56:47.075Z | Sep 08 03:56:45.972 DEBG reset freemap, unit: freemap_route_ipv4 |
| 2872 | 2026-09-08T03:56:47.075Z | Sep 08 03:56:45.972 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 2873 | 2026-09-08T03:56:47.075Z | Sep 08 03:56:45.972 DEBG reset freemap, unit: freemap_route_ipv6 |
| 2874 | 2026-09-08T03:56:47.075Z | Sep 08 03:56:45.972 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 2875 | 2026-09-08T03:56:47.075Z | Sep 08 03:56:45.972 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 } }] |
| 2876 | 2026-09-08T03:56:47.075Z | Sep 08 03:56:45.972 INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 2877 | 2026-09-08T03:56:47.075Z | Sep 08 03:56:45.972 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 } }] |
| 2878 | 2026-09-08T03:56:47.075Z | Sep 08 03:56:45.972 INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 2879 | 2026-09-08T03:56:47.075Z | Sep 08 03:56:45.972 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 } }] |
| 2880 | 2026-09-08T03:56:47.075Z | Sep 08 03:56:45.972 INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 2881 | 2026-09-08T03:56:47.075Z | Sep 08 03:56:45.972 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 } }] |
| 2882 | 2026-09-08T03:56:47.075Z | Sep 08 03:56:45.972 INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 2883 | 2026-09-08T03:56:47.075Z | Sep 08 03:56:45.972 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 } }] |
| 2884 | 2026-09-08T03:56:47.075Z | Sep 08 03:56:45.972 INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 2885 | 2026-09-08T03:56:47.075Z | Sep 08 03:56:45.972 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 } }] |
| 2886 | 2026-09-08T03:56:47.075Z | Sep 08 03:56:45.972 INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 2887 | 2026-09-08T03:56:47.075Z | Sep 08 03:56:45.972 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 } }] |
| 2888 | 2026-09-08T03:56:47.075Z | Sep 08 03:56:45.972 INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 2889 | 2026-09-08T03:56:47.075Z | Sep 08 03:56:45.972 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 } }] |
| 2890 | 2026-09-08T03:56:47.075Z | Sep 08 03:56:45.972 INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 2891 | 2026-09-08T03:56:47.075Z | Sep 08 03:56:45.972 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 } }] |
| 2892 | 2026-09-08T03:56:47.075Z | Sep 08 03:56:45.972 INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 2893 | 2026-09-08T03:56:47.075Z | Sep 08 03:56:45.972 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 } }] |
| 2894 | 2026-09-08T03:56:47.075Z | Sep 08 03:56:45.972 INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 2895 | 2026-09-08T03:56:47.075Z | Sep 08 03:56:45.972 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 } }] |
| 2896 | 2026-09-08T03:56:47.075Z | Sep 08 03:56:45.972 INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 2897 | 2026-09-08T03:56:47.075Z | Sep 08 03:56:45.972 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 } }] |
| 2898 | 2026-09-08T03:56:47.075Z | Sep 08 03:56:45.972 INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 2899 | 2026-09-08T03:56:47.075Z | Sep 08 03:56:45.972 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 } }] |
| 2900 | 2026-09-08T03:56:47.075Z | Sep 08 03:56:45.972 INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 2901 | 2026-09-08T03:56:47.075Z | Sep 08 03:56:45.972 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 } }] |
| 2902 | 2026-09-08T03:56:47.075Z | Sep 08 03:56:45.972 INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 2903 | 2026-09-08T03:56:47.075Z | Sep 08 03:56:45.972 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 } }] |
| 2904 | 2026-09-08T03:56:47.075Z | Sep 08 03:56:45.972 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 2905 | 2026-09-08T03:56:47.075Z | Sep 08 03:56:45.972 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 } }] |
| 2906 | 2026-09-08T03:56:47.075Z | Sep 08 03:56:45.972 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 2907 | 2026-09-08T03:56:47.075Z | Sep 08 03:56:45.972 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 } }] |
| 2908 | 2026-09-08T03:56:47.075Z | Sep 08 03:56:45.972 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 2909 | 2026-09-08T03:56:47.076Z | Sep 08 03:56:45.972 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 } }] |
| 2910 | 2026-09-08T03:56:47.076Z | Sep 08 03:56:45.972 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 2911 | 2026-09-08T03:56:47.076Z | Sep 08 03:56:45.972 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 } }] |
| 2912 | 2026-09-08T03:56:47.076Z | Sep 08 03:56:45.972 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 2913 | 2026-09-08T03:56:47.076Z | Sep 08 03:56:45.972 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 } }] |
| 2914 | 2026-09-08T03:56:47.076Z | Sep 08 03:56:45.972 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 2915 | 2026-09-08T03:56:47.076Z | Sep 08 03:56:45.972 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 } }] |
| 2916 | 2026-09-08T03:56:47.076Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 DEBGINFO created new freemapadding route 172.17.0.20/32 -> 10.0.0.255, |
| 2917 | 2026-09-08T03:56:47.076Z | unit: freemap_route_ipv4 |
| 2918 | 2026-09-08T03:56:47.076Z | Sep 08 03:56:45.972 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 } }]Sep 08 03:56:45.972 |
| 2919 | 2026-09-08T03:56:47.076Z | DEBG created new freemap, Sep 08 03:56:45.972unit :INFO freemap_route_ipv6adding route 172.17.0.21/32 -> 10.0.0.255 |
| 2920 | 2026-09-08T03:56:47.076Z | |
| 2921 | 2026-09-08T03:56:47.076Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 DEBGDEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64 |
| 2922 | 2026-09-08T03:56:47.076Z | , unit: freemap_route_ipv4Sep 08 03:56:45.972 |
| 2923 | 2026-09-08T03:56:47.076Z | INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 2924 | 2026-09-08T03:56:47.076Z | Sep 08 03:56:45.972 DEBG reset freemapSep 08 03:56:45.972, unitDEBG: replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4 |
| 2925 | 2026-09-08T03:56:47.076Z | |
| 2926 | 2026-09-08T03:56:47.076Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 INFODEBG adding route 172.17.0.23/32 -> 10.0.0.255initted freemap. size: 64 |
| 2927 | 2026-09-08T03:56:47.076Z | , unit: freemap_route_ipv6Sep 08 03:56:45.972 |
| 2928 | 2026-09-08T03:56:47.076Z | 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 } }] |
| 2929 | 2026-09-08T03:56:47.076Z | Sep 08 03:56:45.972 DEBG reset freemapSep 08 03:56:45.972, unitINFO: adding route 172.17.0.24/32 -> 10.0.0.255freemap_route_ipv6 |
| 2930 | 2026-09-08T03:56:47.076Z | |
| 2931 | 2026-09-08T03:56:47.076Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 DEBGINFO replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1 |
| 2932 | 2026-09-08T03:56:47.076Z | |
| 2933 | 2026-09-08T03:56:47.076Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 INFODEBG adding route 172.17.0.25/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 2934 | 2026-09-08T03:56:47.076Z | |
| 2935 | 2026-09-08T03:56:47.076Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 DEBGINFO replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2 |
| 2936 | 2026-09-08T03:56:47.076Z | |
| 2937 | 2026-09-08T03:56:47.076Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 INFODEBG adding 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 } }] |
| 2938 | 2026-09-08T03:56:47.076Z | |
| 2939 | 2026-09-08T03:56:47.076Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 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.16.0.0/32 -> 10.0.0.3 |
| 2940 | 2026-09-08T03:56:47.076Z | |
| 2941 | 2026-09-08T03:56:47.076Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 172.17.0.27/32 -> 10.0.0.255 |
| 2942 | 2026-09-08T03:56:47.076Z | |
| 2943 | 2026-09-08T03:56:47.076Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }] |
| 2944 | 2026-09-08T03:56:47.076Z | |
| 2945 | 2026-09-08T03:56:47.076Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]adding route 172.17.0.28/32 -> 10.0.0.255 |
| 2946 | 2026-09-08T03:56:47.076Z | |
| 2947 | 2026-09-08T03:56:47.077Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 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.0/32 -> 10.0.0.255 |
| 2948 | 2026-09-08T03:56:47.077Z | |
| 2949 | 2026-09-08T03:56:47.077Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 INFODEBG adding route 172.17.0.29/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 } }] |
| 2950 | 2026-09-08T03:56:47.077Z | |
| 2951 | 2026-09-08T03:56:47.077Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 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.1/32 -> 10.0.0.255 |
| 2952 | 2026-09-08T03:56:47.081Z | |
| 2953 | 2026-09-08T03:56:47.081Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 INFODEBG adding route 172.17.0.30/32 -> 10.0.0.255replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 2954 | 2026-09-08T03:56:47.081Z | |
| 2955 | 2026-09-08T03:56:47.081Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 DEBGINFO replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255 |
| 2956 | 2026-09-08T03:56:47.081Z | |
| 2957 | 2026-09-08T03:56:47.081Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 DEBGINFO replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255 |
| 2958 | 2026-09-08T03:56:47.081Z | |
| 2959 | 2026-09-08T03:56:47.081Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 INFODEBG adding route 172.17.0.3/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 } }] |
| 2960 | 2026-09-08T03:56:47.081Z | |
| 2961 | 2026-09-08T03:56:47.081Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 DEBGINFO 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.32/32 -> 10.0.0.255 |
| 2962 | 2026-09-08T03:56:47.081Z | |
| 2963 | 2026-09-08T03:56:47.081Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 INFODEBG adding route 172.17.0.4/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 } }] |
| 2964 | 2026-09-08T03:56:47.081Z | |
| 2965 | 2026-09-08T03:56:47.081Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 DEBGINFO replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255 |
| 2966 | 2026-09-08T03:56:47.081Z | |
| 2967 | 2026-09-08T03:56:47.081Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 INFODEBG adding route 172.17.0.5/32 -> 10.0.0.255replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 2968 | 2026-09-08T03:56:47.081Z | |
| 2969 | 2026-09-08T03:56:47.081Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 DEBGINFO replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.34/32 -> 10.0.0.255 |
| 2970 | 2026-09-08T03:56:47.081Z | |
| 2971 | 2026-09-08T03:56:47.081Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 DEBGINFO replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.6/32 -> 10.0.0.255 |
| 2972 | 2026-09-08T03:56:47.081Z | |
| 2973 | 2026-09-08T03:56:47.081Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 INFODEBG adding route 172.17.0.35/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 } }] |
| 2974 | 2026-09-08T03:56:47.081Z | |
| 2975 | 2026-09-08T03:56:47.081Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 DEBGINFO replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255 |
| 2976 | 2026-09-08T03:56:47.081Z | |
| 2977 | 2026-09-08T03:56:47.081Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 INFODEBG adding route 172.17.0.36/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 } }] |
| 2978 | 2026-09-08T03:56:47.081Z | |
| 2979 | 2026-09-08T03:56:47.081Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 DEBGINFO replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255 |
| 2980 | 2026-09-08T03:56:47.081Z | |
| 2981 | 2026-09-08T03:56:47.081Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 INFODEBG adding route 172.17.0.37/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 } }] |
| 2982 | 2026-09-08T03:56:47.081Z | |
| 2983 | 2026-09-08T03:56:47.081Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 DEBGINFO replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.9/32 -> 10.0.0.255 |
| 2984 | 2026-09-08T03:56:47.081Z | |
| 2985 | 2026-09-08T03:56:47.081Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 DEBGINFO replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.38/32 -> 10.0.0.255 |
| 2986 | 2026-09-08T03:56:47.081Z | |
| 2987 | 2026-09-08T03:56:47.082Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 INFODEBG adding route 172.17.0.10/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 } }] |
| 2988 | 2026-09-08T03:56:47.082Z | |
| 2989 | 2026-09-08T03:56:47.082Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 DEBGINFO replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.39/32 -> 10.0.0.255 |
| 2990 | 2026-09-08T03:56:47.082Z | |
| 2991 | 2026-09-08T03:56:47.082Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 INFODEBG adding route 172.17.0.11/32 -> 10.0.0.255replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 2992 | 2026-09-08T03:56:47.082Z | |
| 2993 | 2026-09-08T03:56:47.082Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 DEBGINFO replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.40/32 -> 10.0.0.255 |
| 2994 | 2026-09-08T03:56:47.082Z | |
| 2995 | 2026-09-08T03:56:47.082Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 INFODEBG adding route 172.17.0.12/32 -> 10.0.0.255replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 2996 | 2026-09-08T03:56:47.082Z | |
| 2997 | 2026-09-08T03:56:47.082Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 DEBGINFO replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.41/32 -> 10.0.0.255 |
| 2998 | 2026-09-08T03:56:47.082Z | |
| 2999 | 2026-09-08T03:56:47.082Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 DEBGINFO replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.13/32 -> 10.0.0.255 |
| 3000 | 2026-09-08T03:56:47.082Z | |
| 3001 | 2026-09-08T03:56:47.082Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 INFODEBG adding route 172.17.0.42/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 } }] |
| 3002 | 2026-09-08T03:56:47.082Z | |
| 3003 | 2026-09-08T03:56:47.082Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 DEBGINFO replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3004 | 2026-09-08T03:56:47.082Z | |
| 3005 | 2026-09-08T03:56:47.082Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 INFODEBG adding route 172.17.0.43/32 -> 10.0.0.255replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3006 | 2026-09-08T03:56:47.082Z | |
| 3007 | 2026-09-08T03:56:47.082Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 INFODEBG adding route 172.17.0.15/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 } }] |
| 3008 | 2026-09-08T03:56:47.082Z | |
| 3009 | 2026-09-08T03:56:47.082Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 DEBGINFO replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3010 | 2026-09-08T03:56:47.082Z | |
| 3011 | 2026-09-08T03:56:47.082Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 INFODEBG adding route 172.17.0.16/32 -> 10.0.0.255replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3012 | 2026-09-08T03:56:47.082Z | |
| 3013 | 2026-09-08T03:56:47.082Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 DEBGINFO replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3014 | 2026-09-08T03:56:47.082Z | |
| 3015 | 2026-09-08T03:56:47.082Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 INFODEBG adding route 172.17.0.17/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 } }] |
| 3016 | 2026-09-08T03:56:47.082Z | |
| 3017 | 2026-09-08T03:56:47.082Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 DEBGINFO replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3018 | 2026-09-08T03:56:47.082Z | |
| 3019 | 2026-09-08T03:56:47.082Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 INFODEBG adding route 172.17.0.18/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 } }] |
| 3020 | 2026-09-08T03:56:47.082Z | |
| 3021 | 2026-09-08T03:56:47.082Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 DEBGINFO replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3022 | 2026-09-08T03:56:47.082Z | |
| 3023 | 2026-09-08T03:56:47.082Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 INFODEBG adding route 172.17.0.19/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 } }] |
| 3024 | 2026-09-08T03:56:47.082Z | |
| 3025 | 2026-09-08T03:56:47.082Z | Sep 08 03:56:45.972Sep 08 03:56:45.972 INFODEBG adding route 172.17.0.48/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 } }] |
| 3026 | 2026-09-08T03:56:47.082Z | Sep 08 03:56:45.975 DEBG created new freemapSep 08 03:56:45.979, unitINFO: adding route 172.17.0.20/32 -> 10.0.0.255freemap_route_ipv4 |
| 3027 | 2026-09-08T03:56:47.083Z | |
| 3028 | 2026-09-08T03:56:47.083Z | Sep 08 03:56:45.979 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 } }] |
| 3029 | 2026-09-08T03:56:47.083Z | Sep 08 03:56:45.979 DEBG created new freemapSep 08 03:56:45.979, unitINFO: adding route 172.17.0.21/32 -> 10.0.0.255freemap_route_ipv6 |
| 3030 | 2026-09-08T03:56:47.083Z | |
| 3031 | 2026-09-08T03:56:47.083Z | Sep 08 03:56:45.979Sep 08 03:56:45.979 DEBGDEBG initted freemap. size: 64replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 3032 | 2026-09-08T03:56:47.083Z | unit: freemap_route_ipv4 |
| 3033 | 2026-09-08T03:56:47.083Z | Sep 08 03:56:45.979 INFO Sep 08 03:56:45.979adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3034 | 2026-09-08T03:56:47.083Z | DEBG reset freemap, unit:Sep 08 03:56:45.979 freemap_route_ipv4DEBG |
| 3035 | 2026-09-08T03:56:47.083Z | 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 } }] |
| 3036 | 2026-09-08T03:56:47.083Z | Sep 08 03:56:45.979 DEBG Sep 08 03:56:45.979initted freemap. size: 64 , INFOunit :adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3037 | 2026-09-08T03:56:47.083Z | freemap_route_ipv6 |
| 3038 | 2026-09-08T03:56:47.083Z | Sep 08 03:56:45.979Sep 08 03:56:45.979 DEBGDEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap |
| 3039 | 2026-09-08T03:56:47.083Z | , unit: freemap_route_ipv6 |
| 3040 | 2026-09-08T03:56:47.083Z | Sep 08 03:56:45.979 INFO adding route 172.17.0.24/32 -> 10.0.0.255Sep 08 03:56:45.979 |
| 3041 | 2026-09-08T03:56:47.083Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3042 | 2026-09-08T03:56:47.083Z | Sep 08 03:56:45.979 DEBG Sep 08 03:56:45.979replacing 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 } }] |
| 3043 | 2026-09-08T03:56:47.083Z | 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 } }] |
| 3044 | 2026-09-08T03:56:47.083Z | Sep 08 03:56:45.979 INFO Sep 08 03:56:45.979adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3045 | 2026-09-08T03:56:47.083Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3046 | 2026-09-08T03:56:47.083Z | Sep 08 03:56:45.979 DEBGSep 08 03:56:45.979 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 |
| 3047 | 2026-09-08T03:56:47.083Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3048 | 2026-09-08T03:56:47.083Z | Sep 08 03:56:45.979 INFO Sep 08 03:56:45.979adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3049 | 2026-09-08T03:56:47.083Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3050 | 2026-09-08T03:56:47.083Z | Sep 08 03:56:45.979 DEBGSep 08 03:56:45.979 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 |
| 3051 | 2026-09-08T03:56:47.083Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3052 | 2026-09-08T03:56:47.087Z | Sep 08 03:56:45.979 INFOSep 08 03:56:45.979 adding route 172.17.0.27/32 -> 10.0.0.255INFO |
| 3053 | 2026-09-08T03:56:47.087Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3054 | 2026-09-08T03:56:47.087Z | Sep 08 03:56:45.979 DEBGSep 08 03:56:45.979 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 |
| 3055 | 2026-09-08T03:56:47.087Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3056 | 2026-09-08T03:56:47.087Z | Sep 08 03:56:45.979 INFOSep 08 03:56:45.979 adding route 172.17.0.28/32 -> 10.0.0.255DEBG |
| 3057 | 2026-09-08T03:56:47.087Z | replacing targets for 3fff:dead::/64 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 } }] |
| 3058 | 2026-09-08T03:56:47.087Z | Sep 08 03:56:45.979 DEBGSep 08 03:56:45.979 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 } }]WARN |
| 3059 | 2026-09-08T03:56:47.087Z | shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3060 | 2026-09-08T03:56:47.087Z | Sep 08 03:56:45.979 INFOSep 08 03:56:45.979 adding route 172.17.0.29/32 -> 10.0.0.255ERRO |
| 3061 | 2026-09-08T03:56:47.087Z | rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3062 | 2026-09-08T03:56:47.087Z | Sep 08 03:56:45.979 DEBGSep 08 03:56:45.979 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 } }]ERRO |
| 3063 | 2026-09-08T03:56:47.087Z | shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds it |
| 3064 | 2026-09-08T03:56:47.087Z | Sep 08 03:56:45.979 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 3065 | 2026-09-08T03:56:47.087Z | Sep 08 03:56:45.979 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 } }] |
| 3066 | 2026-09-08T03:56:47.087Z | Sep 08 03:56:45.979 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3067 | 2026-09-08T03:56:47.088Z | Sep 08 03:56:45.979 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 } }] |
| 3068 | 2026-09-08T03:56:47.088Z | Sep 08 03:56:45.979 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3069 | 2026-09-08T03:56:47.088Z | Sep 08 03:56:45.979 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 } }] |
| 3070 | 2026-09-08T03:56:47.088Z | Sep 08 03:56:45.979 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3071 | 2026-09-08T03:56:47.088Z | Sep 08 03:56:45.979 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 } }] |
| 3072 | 2026-09-08T03:56:47.088Z | Sep 08 03:56:45.979 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3073 | 2026-09-08T03:56:47.088Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 3074 | 2026-09-08T03:56:47.088Z | Sep 08 03:56:45.979 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 } }] |
| 3075 | 2026-09-08T03:56:47.088Z | Sep 08 03:56:45.979 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3076 | 2026-09-08T03:56:47.088Z | Sep 08 03:56:45.979 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 } }] |
| 3077 | 2026-09-08T03:56:47.088Z | Sep 08 03:56:45.979 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3078 | 2026-09-08T03:56:47.088Z | test route::tests::delete_target_fragmented ... ok |
| 3079 | 2026-09-08T03:56:47.088Z | Sep 08 03:56:45.979 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 } }] |
| 3080 | 2026-09-08T03:56:47.088Z | Sep 08 03:56:45.979 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3081 | 2026-09-08T03:56:47.088Z | Sep 08 03:56:45.979 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 } }] |
| 3082 | 2026-09-08T03:56:47.088Z | Sep 08 03:56:45.979 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3083 | 2026-09-08T03:56:47.088Z | Sep 08 03:56:45.979 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 } }] |
| 3084 | 2026-09-08T03:56:47.088Z | Sep 08 03:56:45.979 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3085 | 2026-09-08T03:56:47.088Z | Sep 08 03:56:45.979 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 } }] |
| 3086 | 2026-09-08T03:56:47.088Z | Sep 08 03:56:45.979 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3087 | 2026-09-08T03:56:47.088Z | Sep 08 03:56:45.979 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 } }] |
| 3088 | 2026-09-08T03:56:47.088Z | Sep 08 03:56:45.979 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3089 | 2026-09-08T03:56:47.088Z | Sep 08 03:56:45.979 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 } }] |
| 3090 | 2026-09-08T03:56:47.088Z | Sep 08 03:56:45.979 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3091 | 2026-09-08T03:56:47.088Z | Sep 08 03:56:45.979 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 } }] |
| 3092 | 2026-09-08T03:56:47.088Z | Sep 08 03:56:45.979 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3093 | 2026-09-08T03:56:47.088Z | Sep 08 03:56:45.979 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 } }] |
| 3094 | 2026-09-08T03:56:47.088Z | Sep 08 03:56:45.979 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3095 | 2026-09-08T03:56:47.088Z | Sep 08 03:56:45.979 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 } }] |
| 3096 | 2026-09-08T03:56:47.088Z | Sep 08 03:56:45.979 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3097 | 2026-09-08T03:56:47.088Z | Sep 08 03:56:45.979 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 } }] |
| 3098 | 2026-09-08T03:56:47.088Z | Sep 08 03:56:45.979 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3099 | 2026-09-08T03:56:47.088Z | Sep 08 03:56:45.979 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 } }] |
| 3100 | 2026-09-08T03:56:47.089Z | Sep 08 03:56:45.979 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3101 | 2026-09-08T03:56:47.089Z | Sep 08 03:56:45.979 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 } }] |
| 3102 | 2026-09-08T03:56:47.089Z | Sep 08 03:56:45.979 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3103 | 2026-09-08T03:56:47.089Z | Sep 08 03:56:45.979 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 } }] |
| 3104 | 2026-09-08T03:56:47.089Z | Sep 08 03:56:45.979 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3105 | 2026-09-08T03:56:47.089Z | Sep 08 03:56:45.979 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 } }] |
| 3106 | 2026-09-08T03:56:47.089Z | Sep 08 03:56:45.979 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3107 | 2026-09-08T03:56:47.089Z | Sep 08 03:56:45.979 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 } }] |
| 3108 | 2026-09-08T03:56:47.089Z | Sep 08 03:56:45.979 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3109 | 2026-09-08T03:56:47.089Z | Sep 08 03:56:45.979 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 } }] |
| 3110 | 2026-09-08T03:56:47.089Z | Sep 08 03:56:45.979 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3111 | 2026-09-08T03:56:47.089Z | Sep 08 03:56:45.979 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 } }] |
| 3112 | 2026-09-08T03:56:47.089Z | Sep 08 03:56:45.979 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3113 | 2026-09-08T03:56:47.089Z | Sep 08 03:56:45.979 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 } }] |
| 3114 | 2026-09-08T03:56:47.089Z | Sep 08 03:56:45.979 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3115 | 2026-09-08T03:56:47.089Z | Sep 08 03:56:45.979 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 } }] |
| 3116 | 2026-09-08T03:56:47.089Z | Sep 08 03:56:45.979 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 3117 | 2026-09-08T03:56:47.089Z | Sep 08 03:56:45.979 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 } }] |
| 3118 | 2026-09-08T03:56:47.089Z | Sep 08 03:56:45.979 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 3119 | 2026-09-08T03:56:47.089Z | Sep 08 03:56:45.979 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 } }] |
| 3120 | 2026-09-08T03:56:47.089Z | Sep 08 03:56:45.979 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 3121 | 2026-09-08T03:56:47.089Z | Sep 08 03:56:45.979 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 } }] |
| 3122 | 2026-09-08T03:56:47.089Z | Sep 08 03:56:45.979 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 3123 | 2026-09-08T03:56:47.089Z | Sep 08 03:56:45.979 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 } }] |
| 3124 | 2026-09-08T03:56:47.089Z | Sep 08 03:56:45.979 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 3125 | 2026-09-08T03:56:47.089Z | Sep 08 03:56:45.979 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 } }] |
| 3126 | 2026-09-08T03:56:47.089Z | Sep 08 03:56:45.979 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 3127 | 2026-09-08T03:56:47.089Z | Sep 08 03:56:45.979 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 } }] |
| 3128 | 2026-09-08T03:56:47.089Z | Sep 08 03:56:45.979 DEBG failed to allocate space for the new target list |
| 3129 | 2026-09-08T03:56:47.089Z | Sep 08 03:56:45.979 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 } }] |
| 3130 | 2026-09-08T03:56:47.089Z | Sep 08 03:56:45.974 DEBG Sep 08 03:56:45.974created new freemap , DEBGunit :created new freemapSep 08 03:56:45.974 freemap_route_ipv4 , |
| 3131 | 2026-09-08T03:56:47.089Z | DEBGunit :created new freemap freemap_route_ipv4, unit |
| 3132 | 2026-09-08T03:56:47.089Z | :Sep 08 03:56:45.980 DEBGfreemap_route_ipv4 |
| 3133 | 2026-09-08T03:56:47.089Z | created new freemap, unit: freemap_route_ipv6 |
| 3134 | 2026-09-08T03:56:47.089Z | Sep 08 03:56:45.980 DEBG created new freemapSep 08 03:56:45.980, unitDEBG: initted freemap. size: 64freemap_route_ipv6, |
| 3135 | 2026-09-08T03:56:47.089Z | unit:Sep 08 03:56:45.980 freemap_route_ipv4DEBG |
| 3136 | 2026-09-08T03:56:47.089Z | Sep 08 03:56:45.980created new freemap , DEBGunit :Sep 08 03:56:45.980initted freemap. size: 64 freemap_route_ipv6, DEBG |
| 3137 | 2026-09-08T03:56:47.089Z | unit :reset freemap , freemap_route_ipv4unitSep 08 03:56:45.980 |
| 3138 | 2026-09-08T03:56:47.089Z | : DEBGfreemap_route_ipv4 |
| 3139 | 2026-09-08T03:56:47.090Z | Sep 08 03:56:45.980initted freemap. size: 64 , DEBGunit :reset freemapSep 08 03:56:45.980 , freemap_route_ipv4unit |
| 3140 | 2026-09-08T03:56:47.090Z | Sep 08 03:56:45.980 Sep 08 03:56:45.987DEBG DEBGcreated new freemap , reset freemapunit:, unitfreemap_route_ipv4: |
| 3141 | 2026-09-08T03:56:47.090Z | freemap_route_ipv4 |
| 3142 | 2026-09-08T03:56:47.090Z | Sep 08 03:56:45.987 DEBGSep 08 03:56:45.987 initted freemap. size: 64DEBG, unitcreated new freemap:, unitfreemap_route_ipv6: |
| 3143 | 2026-09-08T03:56:47.090Z | freemap_route_ipv6 |
| 3144 | 2026-09-08T03:56:47.090Z | Sep 08 03:56:45.987 Sep 08 03:56:45.987DEBG DEBGreset freemap , initted freemap. size: 64unit, :unit :freemap_route_ipv6 |
| 3145 | 2026-09-08T03:56:47.090Z | freemap_route_ipv4 |
| 3146 | 2026-09-08T03:56:47.090Z | Sep 08 03:56:45.987Sep 08 03:56:45.987 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1reset freemap |
| 3147 | 2026-09-08T03:56:47.090Z | , unit: freemap_route_ipv4 |
| 3148 | 2026-09-08T03:56:47.090Z | Sep 08 03:56:45.987 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 } }]Sep 08 03:56:45.987 |
| 3149 | 2026-09-08T03:56:47.090Z | DEBG initted freemap. size: 64, unitSep 08 03:56:45.987: DEBGfreemap_route_ipv6 |
| 3150 | 2026-09-08T03:56:47.090Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3151 | 2026-09-08T03:56:47.090Z | Sep 08 03:56:45.987 DEBG reset freemap, unit: freemap_route_ipv6 |
| 3152 | 2026-09-08T03:56:47.094Z | Sep 08 03:56:45.987 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3153 | 2026-09-08T03:56:47.094Z | Sep 08 03:56:45.987 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 } }] |
| 3154 | 2026-09-08T03:56:47.094Z | Sep 08 03:56:45.987 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3155 | 2026-09-08T03:56:47.094Z | Sep 08 03:56:45.987 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 } }] |
| 3156 | 2026-09-08T03:56:47.094Z | Sep 08 03:56:45.973Sep 08 03:56:45.987 DEBGINFO created new freemapadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3157 | 2026-09-08T03:56:47.094Z | , unit: freemap_route_ipv4Sep 08 03:56:45.987 |
| 3158 | 2026-09-08T03:56:47.094Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3159 | 2026-09-08T03:56:47.094Z | Sep 08 03:56:45.987 DEBGSep 08 03:56:45.987 created new freemapINFO, unitadding route 3fff:dead::/64 -> 2001:db8::55:4: |
| 3160 | 2026-09-08T03:56:47.094Z | freemap_route_ipv6 |
| 3161 | 2026-09-08T03:56:47.094Z | Sep 08 03:56:45.987 DEBG Sep 08 03:56:45.987replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3162 | 2026-09-08T03:56:47.094Z | DEBG initted freemap. size: 64, unitSep 08 03:56:45.987: DEBGfreemap_route_ipv4 |
| 3163 | 2026-09-08T03:56:47.094Z | replacing targets for 3fff:dead::/64 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 } }] |
| 3164 | 2026-09-08T03:56:47.094Z | Sep 08 03:56:45.987Sep 08 03:56:45.987 DEBGWARN reset freemapshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }), |
| 3165 | 2026-09-08T03:56:47.094Z | unit: freemap_route_ipv4 |
| 3166 | 2026-09-08T03:56:47.094Z | Sep 08 03:56:45.987 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 3167 | 2026-09-08T03:56:47.094Z | Sep 08 03:56:45.987 DEBG reset freemap, unit: freemap_route_ipv6 |
| 3168 | 2026-09-08T03:56:47.094Z | Sep 08 03:56:45.987 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3169 | 2026-09-08T03:56:47.094Z | Sep 08 03:56:45.987 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 } }] |
| 3170 | 2026-09-08T03:56:47.094Z | Sep 08 03:56:45.987 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3171 | 2026-09-08T03:56:47.094Z | Sep 08 03:56:45.987 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 } }] |
| 3172 | 2026-09-08T03:56:47.094Z | Sep 08 03:56:45.987 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3173 | 2026-09-08T03:56:47.094Z | Sep 08 03:56:45.987 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 } }] |
| 3174 | 2026-09-08T03:56:47.094Z | Sep 08 03:56:45.987 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3175 | 2026-09-08T03:56:47.094Z | Sep 08 03:56:45.987 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 } }] |
| 3176 | 2026-09-08T03:56:47.094Z | Sep 08 03:56:45.987 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 3177 | 2026-09-08T03:56:47.094Z | Sep 08 03:56:45.987 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 } }] |
| 3178 | 2026-09-08T03:56:47.094Z | Sep 08 03:56:45.987 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 3179 | 2026-09-08T03:56:47.095Z | Sep 08 03:56:45.987 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 } }] |
| 3180 | 2026-09-08T03:56:47.095Z | Sep 08 03:56:45.987 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 3181 | 2026-09-08T03:56:47.095Z | Sep 08 03:56:45.987 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 } }] |
| 3182 | 2026-09-08T03:56:47.095Z | Sep 08 03:56:45.987 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 3183 | 2026-09-08T03:56:47.095Z | Sep 08 03:56:45.987 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 } }] |
| 3184 | 2026-09-08T03:56:47.095Z | Sep 08 03:56:45.987 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 3185 | 2026-09-08T03:56:47.095Z | Sep 08 03:56:45.987 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 } }] |
| 3186 | 2026-09-08T03:56:47.095Z | Sep 08 03:56:45.987 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 3187 | 2026-09-08T03:56:47.095Z | Sep 08 03:56:45.987 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 } }] |
| 3188 | 2026-09-08T03:56:47.095Z | Sep 08 03:56:45.987 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 3189 | 2026-09-08T03:56:47.095Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 3190 | 2026-09-08T03:56:47.095Z | Sep 08 03:56:45.987 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 } }] |
| 3191 | 2026-09-08T03:56:47.095Z | : freemap_route_ipv4 |
| 3192 | 2026-09-08T03:56:47.095Z | Sep 08 03:56:45.988 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 3193 | 2026-09-08T03:56:47.095Z | Sep 08 03:56:45.988 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 } }] |
| 3194 | 2026-09-08T03:56:47.095Z | Sep 08 03:56:45.988 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 3195 | 2026-09-08T03:56:47.095Z | Sep 08 03:56:45.988 Sep 08 03:56:45.988DEBG DEBG initted freemap. size: 64replacing 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 } }] |
| 3196 | 2026-09-08T03:56:47.095Z | , unit: freemap_route_ipv6Sep 08 03:56:45.988 |
| 3197 | 2026-09-08T03:56:47.095Z | INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 3198 | 2026-09-08T03:56:47.095Z | Sep 08 03:56:45.988 Sep 08 03:56:45.988DEBG DEBGreset freemap , 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 } }]unit |
| 3199 | 2026-09-08T03:56:47.095Z | : freemap_route_ipv6 |
| 3200 | 2026-09-08T03:56:47.095Z | Sep 08 03:56:45.988 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffSep 08 03:56:45.988 |
| 3201 | 2026-09-08T03:56:47.095Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3202 | 2026-09-08T03:56:47.095Z | Sep 08 03:56:45.988 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 } }] |
| 3203 | 2026-09-08T03:56:47.095Z | Sep 08 03:56:45.988 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 } }]Sep 08 03:56:45.988 |
| 3204 | 2026-09-08T03:56:47.095Z | INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 3205 | 2026-09-08T03:56:47.095Z | Sep 08 03:56:45.988 INFO adding route 172.16.0.0/32 -> 10.0.0.2Sep 08 03:56:45.988 |
| 3206 | 2026-09-08T03:56:47.095Z | 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 } }] |
| 3207 | 2026-09-08T03:56:47.095Z | Sep 08 03:56:45.988 DEBG Sep 08 03:56:45.988replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3208 | 2026-09-08T03:56:47.095Z | INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 3209 | 2026-09-08T03:56:47.095Z | Sep 08 03:56:45.988 INFOSep 08 03:56:45.988 adding route 172.17.0.0/32 -> 10.0.0.255DEBG |
| 3210 | 2026-09-08T03:56:47.095Z | 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 } }] |
| 3211 | 2026-09-08T03:56:47.095Z | Sep 08 03:56:45.988 Sep 08 03:56:45.988DEBG INFOreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3212 | 2026-09-08T03:56:47.095Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 3213 | 2026-09-08T03:56:47.095Z | Sep 08 03:56:45.988Sep 08 03:56:45.988 INFODEBG adding route 172.17.0.1/32 -> 10.0.0.255replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3214 | 2026-09-08T03:56:47.095Z | |
| 3215 | 2026-09-08T03:56:47.095Z | Sep 08 03:56:45.988Sep 08 03:56:45.988 INFODEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3216 | 2026-09-08T03:56:47.095Z | |
| 3217 | 2026-09-08T03:56:47.095Z | Sep 08 03:56:45.988Sep 08 03:56:45.988 DEBGINFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3218 | 2026-09-08T03:56:47.096Z | |
| 3219 | 2026-09-08T03:56:47.096Z | Sep 08 03:56:45.988Sep 08 03:56:45.988 INFODEBG adding route 3fff:beef:f::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3220 | 2026-09-08T03:56:47.096Z | |
| 3221 | 2026-09-08T03:56:47.096Z | Sep 08 03:56:45.988Sep 08 03:56:45.988 INFODEBG adding route 172.17.0.3/32 -> 10.0.0.255replacing 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 } }] |
| 3222 | 2026-09-08T03:56:47.096Z | |
| 3223 | 2026-09-08T03:56:47.096Z | Sep 08 03:56:45.988Sep 08 03:56:45.988 DEBGINFO replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 3224 | 2026-09-08T03:56:47.096Z | |
| 3225 | 2026-09-08T03:56:47.096Z | Sep 08 03:56:45.988Sep 08 03:56:45.988 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 172.17.0.4/32 -> 10.0.0.255 |
| 3226 | 2026-09-08T03:56:47.096Z | |
| 3227 | 2026-09-08T03:56:47.096Z | Sep 08 03:56:45.988Sep 08 03:56:45.988 INFODEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 3228 | 2026-09-08T03:56:47.096Z | |
| 3229 | 2026-09-08T03:56:47.096Z | Sep 08 03:56:45.988Sep 08 03:56:45.988 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 172.17.0.5/32 -> 10.0.0.255 |
| 3230 | 2026-09-08T03:56:47.096Z | |
| 3231 | 2026-09-08T03:56:47.096Z | Sep 08 03:56:45.988Sep 08 03:56:45.988 INFODEBG adding route 3fff:beef:12::/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 } }] |
| 3232 | 2026-09-08T03:56:47.096Z | |
| 3233 | 2026-09-08T03:56:47.096Z | Sep 08 03:56:45.988Sep 08 03:56:45.988 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 172.17.0.6/32 -> 10.0.0.255 |
| 3234 | 2026-09-08T03:56:47.096Z | |
| 3235 | 2026-09-08T03:56:47.096Z | Sep 08 03:56:45.988Sep 08 03:56:45.988 INFODEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3236 | 2026-09-08T03:56:47.096Z | |
| 3237 | 2026-09-08T03:56:47.096Z | Sep 08 03:56:45.988Sep 08 03:56:45.988 DEBGINFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255 |
| 3238 | 2026-09-08T03:56:47.096Z | |
| 3239 | 2026-09-08T03:56:47.096Z | Sep 08 03:56:45.988Sep 08 03:56:45.988 INFODEBG adding route 3fff:beef:14::/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 } }] |
| 3240 | 2026-09-08T03:56:47.096Z | |
| 3241 | 2026-09-08T03:56:47.096Z | Sep 08 03:56:45.988Sep 08 03:56:45.988 DEBGINFO replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255 |
| 3242 | 2026-09-08T03:56:47.096Z | |
| 3243 | 2026-09-08T03:56:47.096Z | Sep 08 03:56:45.988Sep 08 03:56:45.988 INFODEBG adding route 3fff:beef:15::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3244 | 2026-09-08T03:56:47.096Z | |
| 3245 | 2026-09-08T03:56:47.096Z | Sep 08 03:56:45.988Sep 08 03:56:45.988 DEBGINFO replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3246 | 2026-09-08T03:56:47.096Z | |
| 3247 | 2026-09-08T03:56:47.096Z | Sep 08 03:56:45.988Sep 08 03:56:45.988 INFODEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3248 | 2026-09-08T03:56:47.096Z | |
| 3249 | 2026-09-08T03:56:47.096Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 3250 | 2026-09-08T03:56:47.096Z | Sep 08 03:56:45.988Sep 08 03:56:45.988 DEBGINFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3251 | 2026-09-08T03:56:47.096Z | Sep 08 03:56:45.989 DEBG created new freemap, unit: freemap_route_ipv4 |
| 3252 | 2026-09-08T03:56:47.100Z | Sep 08 03:56:45.998 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 } }] |
| 3253 | 2026-09-08T03:56:47.100Z | Sep 08 03:56:45.998 Sep 08 03:56:45.998DEBG INFOcreated new freemap , adding route 172.17.0.11/32 -> 10.0.0.255unit |
| 3254 | 2026-09-08T03:56:47.100Z | : freemap_route_ipv6 |
| 3255 | 2026-09-08T03:56:47.100Z | Sep 08 03:56:45.998 DEBGSep 08 03:56:45.998 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3256 | 2026-09-08T03:56:47.100Z | initted freemap. size: 64, unit: Sep 08 03:56:45.998freemap_route_ipv4 |
| 3257 | 2026-09-08T03:56:47.100Z | INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 3258 | 2026-09-08T03:56:47.100Z | Sep 08 03:56:45.998 DEBG Sep 08 03:56:45.998reset freemap , DEBGunit :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 } }] |
| 3259 | 2026-09-08T03:56:47.101Z | freemap_route_ipv4 |
| 3260 | 2026-09-08T03:56:47.101Z | Sep 08 03:56:45.998 Sep 08 03:56:45.998INFO DEBGadding route 172.17.0.13/32 -> 10.0.0.255 |
| 3261 | 2026-09-08T03:56:47.101Z | initted freemap. size: 64, unit: freemap_route_ipv6Sep 08 03:56:45.998 |
| 3262 | 2026-09-08T03:56:47.101Z | 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 } }] |
| 3263 | 2026-09-08T03:56:47.101Z | Sep 08 03:56:45.998 DEBG reset freemapSep 08 03:56:45.998, unitINFO: adding route 172.17.0.14/32 -> 10.0.0.255freemap_route_ipv6 |
| 3264 | 2026-09-08T03:56:47.101Z | |
| 3265 | 2026-09-08T03:56:47.101Z | Sep 08 03:56:45.998Sep 08 03:56:45.998 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 3266 | 2026-09-08T03:56:47.101Z | |
| 3267 | 2026-09-08T03:56:47.101Z | Sep 08 03:56:45.998Sep 08 03:56:45.998 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.15/32 -> 10.0.0.255 |
| 3268 | 2026-09-08T03:56:47.101Z | |
| 3269 | 2026-09-08T03:56:47.101Z | Sep 08 03:56:45.998Sep 08 03:56:45.998 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }] |
| 3270 | 2026-09-08T03:56:47.101Z | |
| 3271 | 2026-09-08T03:56:47.101Z | Sep 08 03:56:45.998Sep 08 03:56:45.998 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3272 | 2026-09-08T03:56:47.101Z | |
| 3273 | 2026-09-08T03:56:47.101Z | Sep 08 03:56:45.998Sep 08 03:56:45.998 DEBGINFO replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3274 | 2026-09-08T03:56:47.101Z | |
| 3275 | 2026-09-08T03:56:47.101Z | Sep 08 03:56:45.998Sep 08 03:56:45.998 INFODEBG adding route 172.17.0.17/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3276 | 2026-09-08T03:56:47.101Z | |
| 3277 | 2026-09-08T03:56:47.101Z | Sep 08 03:56:45.998Sep 08 03:56:45.998 DEBGINFO replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3278 | 2026-09-08T03:56:47.101Z | |
| 3279 | 2026-09-08T03:56:47.101Z | Sep 08 03:56:45.998Sep 08 03:56:45.998 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3280 | 2026-09-08T03:56:47.101Z | |
| 3281 | 2026-09-08T03:56:47.101Z | Sep 08 03:56:45.998Sep 08 03:56:45.998 DEBGDEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 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 } }] |
| 3282 | 2026-09-08T03:56:47.101Z | |
| 3283 | 2026-09-08T03:56:47.101Z | Sep 08 03:56:45.998Sep 08 03:56:45.998 INFOWARN adding route 172.17.0.19/32 -> 10.0.0.255shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3284 | 2026-09-08T03:56:47.101Z | |
| 3285 | 2026-09-08T03:56:47.101Z | Sep 08 03:56:45.998 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 } }] |
| 3286 | 2026-09-08T03:56:47.101Z | Sep 08 03:56:45.998 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 3287 | 2026-09-08T03:56:47.101Z | Sep 08 03:56:45.998 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 } }] |
| 3288 | 2026-09-08T03:56:47.101Z | Sep 08 03:56:45.998 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3289 | 2026-09-08T03:56:47.101Z | Sep 08 03:56:45.998 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 } }] |
| 3290 | 2026-09-08T03:56:47.101Z | Sep 08 03:56:45.998 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3291 | 2026-09-08T03:56:47.101Z | Sep 08 03:56:45.998 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 } }] |
| 3292 | 2026-09-08T03:56:47.101Z | Sep 08 03:56:45.998 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3293 | 2026-09-08T03:56:47.101Z | Sep 08 03:56:45.998 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 } }] |
| 3294 | 2026-09-08T03:56:47.101Z | Sep 08 03:56:45.998 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3295 | 2026-09-08T03:56:47.101Z | Sep 08 03:56:45.998 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 } }] |
| 3296 | 2026-09-08T03:56:47.101Z | Sep 08 03:56:45.998 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3297 | 2026-09-08T03:56:47.101Z | Sep 08 03:56:45.998 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 } }] |
| 3298 | 2026-09-08T03:56:47.102Z | Sep 08 03:56:45.998 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3299 | 2026-09-08T03:56:47.102Z | Sep 08 03:56:45.998 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 } }] |
| 3300 | 2026-09-08T03:56:47.102Z | Sep 08 03:56:45.998 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 3301 | 2026-09-08T03:56:47.102Z | Sep 08 03:56:45.998 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 } }] |
| 3302 | 2026-09-08T03:56:47.102Z | Sep 08 03:56:45.998 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3303 | 2026-09-08T03:56:47.102Z | Sep 08 03:56:45.998 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 } }] |
| 3304 | 2026-09-08T03:56:47.102Z | Sep 08 03:56:45.998 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3305 | 2026-09-08T03:56:47.102Z | Sep 08 03:56:45.998 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 } }] |
| 3306 | 2026-09-08T03:56:47.102Z | Sep 08 03:56:45.998 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 3307 | 2026-09-08T03:56:47.102Z | Sep 08 03:56:45.998 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 } }] |
| 3308 | 2026-09-08T03:56:47.102Z | Sep 08 03:56:45.998 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3309 | 2026-09-08T03:56:47.102Z | Sep 08 03:56:45.998 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 } }] |
| 3310 | 2026-09-08T03:56:47.102Z | Sep 08 03:56:45.998 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3311 | 2026-09-08T03:56:47.102Z | Sep 08 03:56:45.998 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 } }] |
| 3312 | 2026-09-08T03:56:47.102Z | Sep 08 03:56:45.998 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3313 | 2026-09-08T03:56:47.102Z | Sep 08 03:56:45.998 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 } }] |
| 3314 | 2026-09-08T03:56:47.102Z | Sep 08 03:56:45.998 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3315 | 2026-09-08T03:56:47.102Z | Sep 08 03:56:45.998 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 } }] |
| 3316 | 2026-09-08T03:56:47.102Z | Sep 08 03:56:45.998 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3317 | 2026-09-08T03:56:47.102Z | Sep 08 03:56:45.998 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 } }] |
| 3318 | 2026-09-08T03:56:47.102Z | Sep 08 03:56:45.998 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3319 | 2026-09-08T03:56:47.102Z | Sep 08 03:56:45.998 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 } }] |
| 3320 | 2026-09-08T03:56:47.102Z | Sep 08 03:56:45.998 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3321 | 2026-09-08T03:56:47.102Z | Sep 08 03:56:45.998 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 } }] |
| 3322 | 2026-09-08T03:56:47.102Z | Sep 08 03:56:45.998 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3323 | 2026-09-08T03:56:47.102Z | Sep 08 03:56:45.998 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 } }] |
| 3324 | 2026-09-08T03:56:47.102Z | Sep 08 03:56:45.998 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3325 | 2026-09-08T03:56:47.102Z | Sep 08 03:56:45.998 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 } }] |
| 3326 | 2026-09-08T03:56:47.102Z | Sep 08 03:56:45.998 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3327 | 2026-09-08T03:56:47.102Z | Sep 08 03:56:45.998 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 } }] |
| 3328 | 2026-09-08T03:56:47.102Z | Sep 08 03:56:45.998 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3329 | 2026-09-08T03:56:47.102Z | Sep 08 03:56:45.998 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 } }] |
| 3330 | 2026-09-08T03:56:47.102Z | Sep 08 03:56:45.998 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3331 | 2026-09-08T03:56:47.102Z | Sep 08 03:56:45.998 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 } }] |
| 3332 | 2026-09-08T03:56:47.102Z | Sep 08 03:56:45.998 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3333 | 2026-09-08T03:56:47.102Z | Sep 08 03:56:45.998 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 } }] |
| 3334 | 2026-09-08T03:56:47.102Z | Sep 08 03:56:45.998 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3335 | 2026-09-08T03:56:47.102Z | Sep 08 03:56:45.998 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 } }] |
| 3336 | 2026-09-08T03:56:47.102Z | Sep 08 03:56:45.998 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3337 | 2026-09-08T03:56:47.102Z | Sep 08 03:56:45.998 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 } }] |
| 3338 | 2026-09-08T03:56:47.103Z | Sep 08 03:56:45.998 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3339 | 2026-09-08T03:56:47.103Z | Sep 08 03:56:45.998 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 } }] |
| 3340 | 2026-09-08T03:56:47.103Z | Sep 08 03:56:45.998 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3341 | 2026-09-08T03:56:47.103Z | Sep 08 03:56:45.998 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 } }] |
| 3342 | 2026-09-08T03:56:47.103Z | Sep 08 03:56:45.998 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3343 | 2026-09-08T03:56:47.103Z | Sep 08 03:56:45.998 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 } }] |
| 3344 | 2026-09-08T03:56:47.103Z | Sep 08 03:56:45.998 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3345 | 2026-09-08T03:56:47.103Z | Sep 08 03:56:45.998 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 } }] |
| 3346 | 2026-09-08T03:56:47.103Z | Sep 08 03:56:45.998 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3347 | 2026-09-08T03:56:47.103Z | Sep 08 03:56:45.998 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 } }] |
| 3348 | 2026-09-08T03:56:47.103Z | Sep 08 03:56:45.998 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3349 | 2026-09-08T03:56:47.103Z | Sep 08 03:56:45.998 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 } }] |
| 3350 | 2026-09-08T03:56:47.103Z | Sep 08 03:56:45.998 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3351 | 2026-09-08T03:56:47.103Z | Sep 08 03:56:45.998 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 } }] |
| 3352 | 2026-09-08T03:56:47.107Z | Sep 08 03:56:45.998 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3353 | 2026-09-08T03:56:47.107Z | Sep 08 03:56:45.998 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 } }] |
| 3354 | 2026-09-08T03:56:47.107Z | Sep 08 03:56:45.998 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3355 | 2026-09-08T03:56:47.107Z | Sep 08 03:56:45.998 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 } }] |
| 3356 | 2026-09-08T03:56:47.107Z | Sep 08 03:56:45.998 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 3357 | 2026-09-08T03:56:47.107Z | Sep 08 03:56:45.998 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 } }] |
| 3358 | 2026-09-08T03:56:47.107Z | Sep 08 03:56:45.998 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 3359 | 2026-09-08T03:56:47.107Z | Sep 08 03:56:45.998 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 } }] |
| 3360 | 2026-09-08T03:56:47.107Z | Sep 08 03:56:45.998 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 3361 | 2026-09-08T03:56:47.107Z | Sep 08 03:56:45.998 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 } }] |
| 3362 | 2026-09-08T03:56:47.107Z | Sep 08 03:56:45.998 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 3363 | 2026-09-08T03:56:47.107Z | Sep 08 03:56:45.998 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 } }] |
| 3364 | 2026-09-08T03:56:47.107Z | Sep 08 03:56:46.005 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 3365 | 2026-09-08T03:56:47.107Z | Sep 08 03:56:46.005 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 } }] |
| 3366 | 2026-09-08T03:56:47.107Z | Sep 08 03:56:46.005 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 3367 | 2026-09-08T03:56:47.107Z | Sep 08 03:56:46.005 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 } }] |
| 3368 | 2026-09-08T03:56:47.107Z | Sep 08 03:56:46.005 INFO adding route 172.17.0.61/32 -> 10.0.0.255 |
| 3369 | 2026-09-08T03:56:47.107Z | Sep 08 03:56:46.005 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 } }] |
| 3370 | 2026-09-08T03:56:47.108Z | Sep 08 03:56:46.005 INFO adding route 172.17.0.62/32 -> 10.0.0.255 |
| 3371 | 2026-09-08T03:56:47.108Z | Sep 08 03:56:46.005 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 } }] |
| 3372 | 2026-09-08T03:56:47.108Z | Sep 08 03:56:46.005 DEBG failed to allocate space for the new target list |
| 3373 | 2026-09-08T03:56:47.108Z | Sep 08 03:56:46.005 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 } }] |
| 3374 | 2026-09-08T03:56:47.108Z | Sep 08 03:56:45.999 DEBG created new freemap, unit: freemap_route_ipv4 |
| 3375 | 2026-09-08T03:56:47.108Z | Sep 08 03:56:45.988 DEBG created new freemap, unitSep 08 03:56:46.005: DEBGfreemap_route_ipv4 |
| 3376 | 2026-09-08T03:56:47.108Z | created new freemap, unit: freemap_route_ipv6 |
| 3377 | 2026-09-08T03:56:47.108Z | Sep 08 03:56:46.005 DEBG created new freemap, Sep 08 03:56:46.005unit :DEBG freemap_route_ipv6initted freemap. size: 64 |
| 3378 | 2026-09-08T03:56:47.108Z | , unit: freemap_route_ipv4 |
| 3379 | 2026-09-08T03:56:47.108Z | Sep 08 03:56:46.005 DEBG initted freemap. size: 64, Sep 08 03:56:46.005unit :DEBG freemap_route_ipv4reset freemap |
| 3380 | 2026-09-08T03:56:47.108Z | , unit: freemap_route_ipv4 |
| 3381 | 2026-09-08T03:56:47.108Z | Sep 08 03:56:46.005 DEBG reset freemap, Sep 08 03:56:46.005unit :DEBG freemap_route_ipv4initted freemap. size: 64 |
| 3382 | 2026-09-08T03:56:47.108Z | , unit: freemap_route_ipv6 |
| 3383 | 2026-09-08T03:56:47.108Z | Sep 08 03:56:46.005 DEBG initted freemap. size: 64, Sep 08 03:56:46.005unit :DEBG freemap_route_ipv6reset freemap |
| 3384 | 2026-09-08T03:56:47.108Z | , unit: freemap_route_ipv6 |
| 3385 | 2026-09-08T03:56:47.108Z | Sep 08 03:56:46.005 DEBG reset freemapSep 08 03:56:46.005, unitINFO: adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv6 |
| 3386 | 2026-09-08T03:56:47.108Z | |
| 3387 | 2026-09-08T03:56:47.108Z | Sep 08 03:56:46.005Sep 08 03:56:46.005 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.16.0.0/32 -> 10.0.0.1 |
| 3388 | 2026-09-08T03:56:47.108Z | |
| 3389 | 2026-09-08T03:56:47.108Z | Sep 08 03:56:46.005Sep 08 03:56:46.005 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 } }] |
| 3390 | 2026-09-08T03:56:47.108Z | |
| 3391 | 2026-09-08T03:56:47.108Z | Sep 08 03:56:46.005Sep 08 03:56:46.005 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3392 | 2026-09-08T03:56:47.108Z | |
| 3393 | 2026-09-08T03:56:47.108Z | Sep 08 03:56:46.005 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3394 | 2026-09-08T03:56:47.108Z | Sep 08 03:56:45.980 DEBG created new freemap, unit: freemap_route_ipv4 |
| 3395 | 2026-09-08T03:56:47.108Z | Sep 08 03:56:46.005 DEBG created new freemap, unit: freemap_route_ipv6 |
| 3396 | 2026-09-08T03:56:47.108Z | Sep 08 03:56:46.005 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 3397 | 2026-09-08T03:56:47.108Z | Sep 08 03:56:46.005 DEBG reset freemap, unit: freemap_route_ipv4 |
| 3398 | 2026-09-08T03:56:47.108Z | Sep 08 03:56:46.005 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 3399 | 2026-09-08T03:56:47.108Z | Sep 08 03:56:46.005 DEBG reset freemap, unit: freemap_route_ipv6 |
| 3400 | 2026-09-08T03:56:47.108Z | Sep 08 03:56:46.005 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3401 | 2026-09-08T03:56:47.108Z | Sep 08 03:56:46.005 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 } }] |
| 3402 | 2026-09-08T03:56:47.108Z | Sep 08 03:56:46.005 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3403 | 2026-09-08T03:56:47.108Z | Sep 08 03:56:46.005 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 } }] |
| 3404 | 2026-09-08T03:56:47.108Z | Sep 08 03:56:46.005 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3405 | 2026-09-08T03:56:47.108Z | Sep 08 03:56:46.005 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 } }] |
| 3406 | 2026-09-08T03:56:47.108Z | Sep 08 03:56:46.005 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3407 | 2026-09-08T03:56:47.109Z | Sep 08 03:56:46.005 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 } }] |
| 3408 | 2026-09-08T03:56:47.109Z | test route::tests::delete_target_full ... ok |
| 3409 | 2026-09-08T03:56:47.109Z | Sep 08 03:56:46.005 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 3410 | 2026-09-08T03:56:47.109Z | Sep 08 03:56:46.005 WARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3411 | 2026-09-08T03:56:47.109Z | Sep 08 03:56:45.974 DEBG |
| 3412 | 2026-09-08T03:56:47.109Z | created new freemap, unit: freemap_route_ipv4 |
| 3413 | 2026-09-08T03:56:47.109Z | Sep 08 03:56:46.006 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 } }] |
| 3414 | 2026-09-08T03:56:47.109Z | Sep 08 03:56:46.006 DEBG created new freemapSep 08 03:56:46.006, unitINFO: adding route 172.17.0.49/32 -> 10.0.0.255freemap_route_ipv6 |
| 3415 | 2026-09-08T03:56:47.109Z | |
| 3416 | 2026-09-08T03:56:47.109Z | Sep 08 03:56:46.006 DEBG initted freemap. size: 64, unit: freemap_route_ipv4Sep 08 03:56:46.006 |
| 3417 | 2026-09-08T03:56:47.109Z | 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 } }] |
| 3418 | 2026-09-08T03:56:47.109Z | Sep 08 03:56:46.006 DEBG reset freemap, unit: freemap_route_ipv4 |
| 3419 | 2026-09-08T03:56:47.109Z | Sep 08 03:56:46.006Sep 08 03:56:46.006 INFODEBG adding route 172.17.0.50/32 -> 10.0.0.255initted freemap. size: 64 |
| 3420 | 2026-09-08T03:56:47.109Z | , unit: freemap_route_ipv6 |
| 3421 | 2026-09-08T03:56:47.109Z | Sep 08 03:56:46.006 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 } }]Sep 08 03:56:46.006 |
| 3422 | 2026-09-08T03:56:47.109Z | DEBG reset freemap, unitSep 08 03:56:46.006: INFOfreemap_route_ipv6 |
| 3423 | 2026-09-08T03:56:47.109Z | adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3424 | 2026-09-08T03:56:47.109Z | Sep 08 03:56:46.006 Sep 08 03:56:46.006INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3425 | 2026-09-08T03:56:47.109Z | 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 } }] |
| 3426 | 2026-09-08T03:56:47.109Z | Sep 08 03:56:46.006 Sep 08 03:56:46.006DEBG 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 } }] |
| 3427 | 2026-09-08T03:56:47.109Z | adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3428 | 2026-09-08T03:56:47.109Z | Sep 08 03:56:46.006 Sep 08 03:56:46.006INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3429 | 2026-09-08T03:56:47.109Z | 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 } }] |
| 3430 | 2026-09-08T03:56:47.109Z | Sep 08 03:56:46.006 Sep 08 03:56:46.006DEBG 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 } }] |
| 3431 | 2026-09-08T03:56:47.109Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3432 | 2026-09-08T03:56:47.109Z | Sep 08 03:56:46.006Sep 08 03:56:46.006 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 3433 | 2026-09-08T03:56:47.109Z | |
| 3434 | 2026-09-08T03:56:47.109Z | Sep 08 03:56:46.006Sep 08 03:56:46.006 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3435 | 2026-09-08T03:56:47.109Z | |
| 3436 | 2026-09-08T03:56:47.109Z | Sep 08 03:56:46.006 Sep 08 03:56:46.006DEBG 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 } }] |
| 3437 | 2026-09-08T03:56:47.109Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3438 | 2026-09-08T03:56:47.109Z | Sep 08 03:56:46.006 Sep 08 03:56:46.006INFO DEBGadding route 172.17.0.55/32 -> 10.0.0.255 |
| 3439 | 2026-09-08T03:56:47.109Z | 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 } }] |
| 3440 | 2026-09-08T03:56:47.109Z | Sep 08 03:56:46.006Sep 08 03:56:46.006 DEBGINFO replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 3441 | 2026-09-08T03:56:47.109Z | |
| 3442 | 2026-09-08T03:56:47.109Z | Sep 08 03:56:46.006Sep 08 03:56:46.006 INFODEBG adding route 172.17.0.56/32 -> 10.0.0.255replacing 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 } }] |
| 3443 | 2026-09-08T03:56:47.109Z | |
| 3444 | 2026-09-08T03:56:47.109Z | Sep 08 03:56:46.006Sep 08 03:56:46.006 INFODEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 3445 | 2026-09-08T03:56:47.110Z | |
| 3446 | 2026-09-08T03:56:47.110Z | Sep 08 03:56:46.006Sep 08 03:56:46.006 DEBGINFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.57/32 -> 10.0.0.255 |
| 3447 | 2026-09-08T03:56:47.110Z | |
| 3448 | 2026-09-08T03:56:47.110Z | Sep 08 03:56:46.006Sep 08 03:56:46.006 INFODEBG adding route 3fff:beef:2::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 3449 | 2026-09-08T03:56:47.110Z | |
| 3450 | 2026-09-08T03:56:47.110Z | Sep 08 03:56:46.006Sep 08 03:56:46.006 INFODEBG adding route 172.17.0.58/32 -> 10.0.0.255replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3451 | 2026-09-08T03:56:47.110Z | |
| 3452 | 2026-09-08T03:56:47.113Z | Sep 08 03:56:46.006Sep 08 03:56:46.006 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 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 3453 | 2026-09-08T03:56:47.113Z | |
| 3454 | 2026-09-08T03:56:47.113Z | Sep 08 03:56:46.006Sep 08 03:56:46.006 INFODEBG adding route 172.17.0.59/32 -> 10.0.0.255replacing 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 } }] |
| 3455 | 2026-09-08T03:56:47.113Z | |
| 3456 | 2026-09-08T03:56:47.113Z | Sep 08 03:56:46.006Sep 08 03:56:46.006 DEBGINFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 3457 | 2026-09-08T03:56:47.113Z | |
| 3458 | 2026-09-08T03:56:47.114Z | Sep 08 03:56:46.006Sep 08 03:56:46.006 INFODEBG adding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3459 | 2026-09-08T03:56:47.114Z | |
| 3460 | 2026-09-08T03:56:47.114Z | Sep 08 03:56:46.006Sep 08 03:56:46.006 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 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 3461 | 2026-09-08T03:56:47.114Z | |
| 3462 | 2026-09-08T03:56:47.114Z | Sep 08 03:56:46.006Sep 08 03:56:46.006 INFODEBG adding route 172.17.0.61/32 -> 10.0.0.255replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3463 | 2026-09-08T03:56:47.114Z | |
| 3464 | 2026-09-08T03:56:47.114Z | Sep 08 03:56:46.006Sep 08 03:56:46.006 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 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 3465 | 2026-09-08T03:56:47.114Z | |
| 3466 | 2026-09-08T03:56:47.114Z | Sep 08 03:56:46.006Sep 08 03:56:46.006 INFODEBG adding route 172.17.0.62/32 -> 10.0.0.255replacing 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 } }] |
| 3467 | 2026-09-08T03:56:47.114Z | |
| 3468 | 2026-09-08T03:56:47.114Z | Sep 08 03:56:46.006Sep 08 03:56:46.006 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 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 3469 | 2026-09-08T03:56:47.114Z | |
| 3470 | 2026-09-08T03:56:47.114Z | Sep 08 03:56:46.006Sep 08 03:56:46.006 INFODEBG adding route 172.17.0.63/32 -> 10.0.0.255replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3471 | 2026-09-08T03:56:47.114Z | |
| 3472 | 2026-09-08T03:56:47.114Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 3473 | 2026-09-08T03:56:47.114Z | test route::tests::grow_succeeds ... ok |
| 3474 | 2026-09-08T03:56:47.114Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 3475 | 2026-09-08T03:56:47.114Z | Sep 08 03:56:46.006Sep 08 03:56:46.006 DEBGINFO replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 3476 | 2026-09-08T03:56:47.114Z | Sep 08 03:56:46.012 DEBG failed to allocate space for the new target list |
| 3477 | 2026-09-08T03:56:47.114Z | test route::tests::add_target_fails_full ... ok |
| 3478 | 2026-09-08T03:56:47.114Z | Sep 08 03:56:46.006 DEBGSep 08 03:56:46.012 DEBGcreated new freemap replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }], |
| 3479 | 2026-09-08T03:56:47.114Z | unit: freemap_route_ipv4Sep 08 03:56:46.012 |
| 3480 | 2026-09-08T03:56:47.114Z | DEBG failed to allocate space for the new target list |
| 3481 | 2026-09-08T03:56:47.114Z | Sep 08 03:56:46.012 DEBG created new freemap, unit: freemap_route_ipv6 |
| 3482 | 2026-09-08T03:56:47.114Z | Sep 08 03:56:46.012 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 3483 | 2026-09-08T03:56:47.114Z | Sep 08 03:56:46.012 DEBG reset freemap, unit: freemap_route_ipv4 |
| 3484 | 2026-09-08T03:56:47.114Z | Sep 08 03:56:46.012 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 3485 | 2026-09-08T03:56:47.114Z | Sep 08 03:56:46.007Sep 08 03:56:46.012 DEBGDEBG reset freemapcreated new freemap, unit, :unit :freemap_route_ipv6 |
| 3486 | 2026-09-08T03:56:47.114Z | freemap_route_ipv4 |
| 3487 | 2026-09-08T03:56:47.114Z | Sep 08 03:56:46.012 INFOSep 08 03:56:46.012 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 3488 | 2026-09-08T03:56:47.114Z | created new freemap, unit: Sep 08 03:56:46.012freemap_route_ipv6 |
| 3489 | 2026-09-08T03:56:47.114Z | 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 } }] |
| 3490 | 2026-09-08T03:56:47.114Z | Sep 08 03:56:46.012 DEBG Sep 08 03:56:46.012initted freemap. size: 64 , INFOunit :adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3491 | 2026-09-08T03:56:47.114Z | freemap_route_ipv4 |
| 3492 | 2026-09-08T03:56:47.114Z | Sep 08 03:56:46.012Sep 08 03:56:46.012 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]reset freemap |
| 3493 | 2026-09-08T03:56:47.114Z | , unit: freemap_route_ipv4 |
| 3494 | 2026-09-08T03:56:47.114Z | Sep 08 03:56:46.012 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Sep 08 03:56:46.012 |
| 3495 | 2026-09-08T03:56:47.115Z | DEBG initted freemap. size: 64, unitSep 08 03:56:46.012: DEBGfreemap_route_ipv6 |
| 3496 | 2026-09-08T03:56:47.115Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3497 | 2026-09-08T03:56:47.115Z | Sep 08 03:56:46.012 DEBGSep 08 03:56:46.012 reset freemapINFO, unitadding route 3fff:dead::/64 -> 2001:db8::55:4: |
| 3498 | 2026-09-08T03:56:47.115Z | freemap_route_ipv6 |
| 3499 | 2026-09-08T03:56:47.115Z | Sep 08 03:56:46.012 Sep 08 03:56:46.012DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 3500 | 2026-09-08T03:56:47.115Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3501 | 2026-09-08T03:56:47.115Z | Sep 08 03:56:46.012Sep 08 03:56:46.012 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3502 | 2026-09-08T03:56:47.115Z | |
| 3503 | 2026-09-08T03:56:47.115Z | Sep 08 03:56:46.012 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3504 | 2026-09-08T03:56:47.115Z | Sep 08 03:56:46.012 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 } }] |
| 3505 | 2026-09-08T03:56:47.115Z | Sep 08 03:56:46.012 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3506 | 2026-09-08T03:56:47.115Z | Sep 08 03:56:46.012 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 } }] |
| 3507 | 2026-09-08T03:56:47.115Z | Sep 08 03:56:46.012 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3508 | 2026-09-08T03:56:47.115Z | Sep 08 03:56:46.012 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 } }] |
| 3509 | 2026-09-08T03:56:47.115Z | Sep 08 03:56:46.012 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 } }] |
| 3510 | 2026-09-08T03:56:47.115Z | DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 3511 | 2026-09-08T03:56:47.115Z | Sep 08 03:56:46.012 DEBG reset freemap, unit: freemap_route_ipv6 |
| 3512 | 2026-09-08T03:56:47.115Z | Sep 08 03:56:46.012 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3513 | 2026-09-08T03:56:47.115Z | Sep 08 03:56:46.012 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 } }] |
| 3514 | 2026-09-08T03:56:47.115Z | Sep 08 03:56:46.012 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3515 | 2026-09-08T03:56:47.115Z | Sep 08 03:56:46.012 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 } }] |
| 3516 | 2026-09-08T03:56:47.115Z | Sep 08 03:56:46.012 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3517 | 2026-09-08T03:56:47.115Z | Sep 08 03:56:46.012 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 } }] |
| 3518 | 2026-09-08T03:56:47.115Z | Sep 08 03:56:46.012 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3519 | 2026-09-08T03:56:47.115Z | Sep 08 03:56:46.012 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 } }] |
| 3520 | 2026-09-08T03:56:47.115Z | Sep 08 03:56:46.012 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 } }] |
| 3521 | 2026-09-08T03:56:47.115Z | Sep 08 03:56:46.013 DEBG created new freemap, unit: freemap_route_ipv4 |
| 3522 | 2026-09-08T03:56:47.115Z | Sep 08 03:56:46.018 DEBG created new freemap, unit: freemap_route_ipv6 |
| 3523 | 2026-09-08T03:56:47.115Z | Sep 08 03:56:46.018 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 3524 | 2026-09-08T03:56:47.115Z | Sep 08 03:56:46.018 DEBG reset freemap, unit: freemap_route_ipv4 |
| 3525 | 2026-09-08T03:56:47.115Z | Sep 08 03:56:46.018 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 3526 | 2026-09-08T03:56:47.115Z | Sep 08 03:56:46.018 DEBG reset freemap, unit: freemap_route_ipv6 |
| 3527 | 2026-09-08T03:56:47.115Z | Sep 08 03:56:46.018 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3528 | 2026-09-08T03:56:47.115Z | Sep 08 03:56:46.018 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 } }] |
| 3529 | 2026-09-08T03:56:47.115Z | Sep 08 03:56:46.018 INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3530 | 2026-09-08T03:56:47.115Z | Sep 08 03:56:46.018 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 } }] |
| 3531 | 2026-09-08T03:56:47.115Z | Sep 08 03:56:46.018 INFO adding route 172.16.0.0/32 -> 10.0.0.3 |
| 3532 | 2026-09-08T03:56:47.115Z | Sep 08 03:56:46.018 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 } }] |
| 3533 | 2026-09-08T03:56:47.115Z | Sep 08 03:56:46.018 INFO adding route 172.16.0.0/32 -> 10.0.0.4 |
| 3534 | 2026-09-08T03:56:47.116Z | Sep 08 03:56:46.018 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 } }] |
| 3535 | 2026-09-08T03:56:47.116Z | Sep 08 03:56:46.018 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 } }] |
| 3536 | 2026-09-08T03:56:47.116Z | Sep 08 03:56:46.006 DEBG created new freemap, unit: freemap_route_ipv4 |
| 3537 | 2026-09-08T03:56:47.116Z | Sep 08 03:56:46.018 DEBG created new freemap, unit: freemap_route_ipv6 |
| 3538 | 2026-09-08T03:56:47.116Z | Sep 08 03:56:46.018 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 3539 | 2026-09-08T03:56:47.116Z | Sep 08 03:56:46.018 DEBG reset freemap, unit: freemap_route_ipv4 |
| 3540 | 2026-09-08T03:56:47.116Z | Sep 08 03:56:46.018 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 3541 | 2026-09-08T03:56:47.116Z | Sep 08 03:56:46.018 DEBG reset freemap, unit: freemap_route_ipv6 |
| 3542 | 2026-09-08T03:56:47.116Z | Sep 08 03:56:46.018 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3543 | 2026-09-08T03:56:47.116Z | Sep 08 03:56:46.018 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 } }] |
| 3544 | 2026-09-08T03:56:47.116Z | Sep 08 03:56:46.018 INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3545 | 2026-09-08T03:56:47.116Z | Sep 08 03:56:46.018 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 } }] |
| 3546 | 2026-09-08T03:56:47.116Z | Sep 08 03:56:46.018 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 3547 | 2026-09-08T03:56:47.116Z | Sep 08 03:56:46.013 DEBG created new freemap, unit: freemap_route_ipv4 |
| 3548 | 2026-09-08T03:56:47.116Z | Sep 08 03:56:46.018 DEBG created new freemap, unit: freemap_route_ipv6 |
| 3549 | 2026-09-08T03:56:47.116Z | Sep 08 03:56:46.018 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 3550 | 2026-09-08T03:56:47.116Z | Sep 08 03:56:46.018 DEBG reset freemap, unit: freemap_route_ipv4 |
| 3551 | 2026-09-08T03:56:47.116Z | Sep 08 03:56:46.018 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 3552 | 2026-09-08T03:56:47.120Z | Sep 08 03:56:46.018 DEBG reset freemap, unit: freemap_route_ipv6 |
| 3553 | 2026-09-08T03:56:47.120Z | Sep 08 03:56:46.018 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3554 | 2026-09-08T03:56:47.120Z | Sep 08 03:56:46.018 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 } }] |
| 3555 | 2026-09-08T03:56:47.120Z | Sep 08 03:56:46.018 INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3556 | 2026-09-08T03:56:47.120Z | Sep 08 03:56:46.018 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 } }] |
| 3557 | 2026-09-08T03:56:47.120Z | Sep 08 03:56:46.018 INFO adding route 172.16.0.0/32 -> 10.0.0.3 |
| 3558 | 2026-09-08T03:56:47.120Z | Sep 08 03:56:46.018 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 } }] |
| 3559 | 2026-09-08T03:56:47.120Z | Sep 08 03:56:46.018 INFO adding route 172.16.0.0/32 -> 10.0.0.4 |
| 3560 | 2026-09-08T03:56:47.120Z | Sep 08 03:56:46.018 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 } }] |
| 3561 | 2026-09-08T03:56:47.120Z | Sep 08 03:56:46.018 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 } }] |
| 3562 | 2026-09-08T03:56:47.120Z | |
| 3563 | 2026-09-08T03:56:47.120Z | Sep 08 03:56:46.018 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 } }] |
| 3564 | 2026-09-08T03:56:47.120Z | Sep 08 03:56:46.018 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 3565 | 2026-09-08T03:56:47.120Z | Sep 08 03:56:46.018 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 } }] |
| 3566 | 2026-09-08T03:56:47.120Z | Sep 08 03:56:46.018 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 3567 | 2026-09-08T03:56:47.120Z | Sep 08 03:56:46.018 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 } }] |
| 3568 | 2026-09-08T03:56:47.120Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 3569 | 2026-09-08T03:56:47.121Z | test route::tests::same_size_non_subset_replace ... ok |
| 3570 | 2026-09-08T03:56:47.121Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 3571 | 2026-09-08T03:56:47.121Z | Sep 08 03:56:46.018 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 3572 | 2026-09-08T03:56:47.121Z | Sep 08 03:56:46.018 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 } }] |
| 3573 | 2026-09-08T03:56:47.121Z | Sep 08 03:56:46.018 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 3574 | 2026-09-08T03:56:47.121Z | Sep 08 03:56:46.018 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 } }] |
| 3575 | 2026-09-08T03:56:47.121Z | Sep 08 03:56:46.018 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 3576 | 2026-09-08T03:56:47.121Z | Sep 08 03:56:46.019 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 } }] |
| 3577 | 2026-09-08T03:56:47.121Z | Sep 08 03:56:46.019 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 3578 | 2026-09-08T03:56:47.121Z | Sep 08 03:56:46.019 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 } }] |
| 3579 | 2026-09-08T03:56:47.121Z | Sep 08 03:56:46.019 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 3580 | 2026-09-08T03:56:47.121Z | Sep 08 03:56:46.019 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 } }] |
| 3581 | 2026-09-08T03:56:47.121Z | Sep 08 03:56:46.019 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 3582 | 2026-09-08T03:56:47.121Z | Sep 08 03:56:46.019 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 } }] |
| 3583 | 2026-09-08T03:56:47.121Z | Sep 08 03:56:46.019 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 3584 | 2026-09-08T03:56:47.121Z | Sep 08 03:56:46.019 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 } }] |
| 3585 | 2026-09-08T03:56:47.121Z | Sep 08 03:56:46.019 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 3586 | 2026-09-08T03:56:47.121Z | Sep 08 03:56:46.019 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 } }] |
| 3587 | 2026-09-08T03:56:47.121Z | Sep 08 03:56:46.019 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 3588 | 2026-09-08T03:56:47.121Z | Sep 08 03:56:46.019 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 } }] |
| 3589 | 2026-09-08T03:56:47.121Z | Sep 08 03:56:46.019 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 3590 | 2026-09-08T03:56:47.121Z | Sep 08 03:56:46.019 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 } }] |
| 3591 | 2026-09-08T03:56:47.121Z | Sep 08 03:56:46.019 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 3592 | 2026-09-08T03:56:47.121Z | Sep 08 03:56:46.019 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 } }] |
| 3593 | 2026-09-08T03:56:47.121Z | Sep 08 03:56:46.019 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 3594 | 2026-09-08T03:56:47.121Z | Sep 08 03:56:46.019 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 } }] |
| 3595 | 2026-09-08T03:56:47.121Z | Sep 08 03:56:46.019 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 3596 | 2026-09-08T03:56:47.121Z | Sep 08 03:56:46.019 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 } }] |
| 3597 | 2026-09-08T03:56:47.121Z | Sep 08 03:56:46.019 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 3598 | 2026-09-08T03:56:47.121Z | Sep 08 03:56:46.019 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 } }] |
| 3599 | 2026-09-08T03:56:47.121Z | Sep 08 03:56:46.019 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 3600 | 2026-09-08T03:56:47.121Z | Sep 08 03:56:46.019 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 } }] |
| 3601 | 2026-09-08T03:56:47.121Z | Sep 08 03:56:46.019 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 3602 | 2026-09-08T03:56:47.121Z | Sep 08 03:56:46.019 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 } }] |
| 3603 | 2026-09-08T03:56:47.121Z | Sep 08 03:56:46.019 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 3604 | 2026-09-08T03:56:47.121Z | Sep 08 03:56:46.019 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 } }] |
| 3605 | 2026-09-08T03:56:47.121Z | Sep 08 03:56:46.019 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 3606 | 2026-09-08T03:56:47.122Z | Sep 08 03:56:46.019 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 } }] |
| 3607 | 2026-09-08T03:56:47.122Z | Sep 08 03:56:46.019 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 3608 | 2026-09-08T03:56:47.122Z | Sep 08 03:56:46.019 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 } }] |
| 3609 | 2026-09-08T03:56:47.122Z | Sep 08 03:56:46.019 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 3610 | 2026-09-08T03:56:47.122Z | Sep 08 03:56:46.019 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 } }] |
| 3611 | 2026-09-08T03:56:47.122Z | Sep 08 03:56:46.019 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 3612 | 2026-09-08T03:56:47.122Z | Sep 08 03:56:46.019 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 } }] |
| 3613 | 2026-09-08T03:56:47.122Z | Sep 08 03:56:46.019 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 3614 | 2026-09-08T03:56:47.122Z | Sep 08 03:56:46.019 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 } }] |
| 3615 | 2026-09-08T03:56:47.122Z | Sep 08 03:56:46.019 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 3616 | 2026-09-08T03:56:47.122Z | Sep 08 03:56:46.019 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 } }] |
| 3617 | 2026-09-08T03:56:47.122Z | Sep 08 03:56:46.019 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 3618 | 2026-09-08T03:56:47.122Z | Sep 08 03:56:46.019 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 } }] |
| 3619 | 2026-09-08T03:56:47.122Z | Sep 08 03:56:46.019 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 3620 | 2026-09-08T03:56:47.122Z | Sep 08 03:56:46.019 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 } }] |
| 3621 | 2026-09-08T03:56:47.122Z | Sep 08 03:56:46.019 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 3622 | 2026-09-08T03:56:47.122Z | Sep 08 03:56:46.019 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 } }] |
| 3623 | 2026-09-08T03:56:47.122Z | Sep 08 03:56:46.019 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 3624 | 2026-09-08T03:56:47.122Z | Sep 08 03:56:46.019 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 } }] |
| 3625 | 2026-09-08T03:56:47.122Z | Sep 08 03:56:46.019 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 3626 | 2026-09-08T03:56:47.122Z | Sep 08 03:56:46.019 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 } }] |
| 3627 | 2026-09-08T03:56:47.122Z | Sep 08 03:56:46.019 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 3628 | 2026-09-08T03:56:47.122Z | Sep 08 03:56:46.025 DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 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 } }] |
| 3629 | 2026-09-08T03:56:47.122Z | |
| 3630 | 2026-09-08T03:56:47.122Z | Sep 08 03:56:46.025 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 3631 | 2026-09-08T03:56:47.122Z | Sep 08 03:56:46.025 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 3632 | 2026-09-08T03:56:47.122Z | Sep 08 03:56:46.025 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 } }] |
| 3633 | 2026-09-08T03:56:47.122Z | Sep 08 03:56:46.025 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 } }] |
| 3634 | 2026-09-08T03:56:47.122Z | Sep 08 03:56:46.025 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffSep 08 03:56:46.025 |
| 3635 | 2026-09-08T03:56:47.122Z | INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 3636 | 2026-09-08T03:56:47.122Z | Sep 08 03:56:46.025 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 } }]Sep 08 03:56:46.025 |
| 3637 | 2026-09-08T03:56:47.122Z | 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 } }] |
| 3638 | 2026-09-08T03:56:47.122Z | Sep 08 03:56:46.025 INFO Sep 08 03:56:46.025adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 3639 | 2026-09-08T03:56:47.122Z | INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 3640 | 2026-09-08T03:56:47.122Z | Sep 08 03:56:46.025 DEBG Sep 08 03:56:46.025replacing 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 } }] |
| 3641 | 2026-09-08T03:56:47.122Z | 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 } }] |
| 3642 | 2026-09-08T03:56:47.122Z | Sep 08 03:56:46.025 INFO Sep 08 03:56:46.025adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 3643 | 2026-09-08T03:56:47.122Z | INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 3644 | 2026-09-08T03:56:47.123Z | Sep 08 03:56:46.025 DEBGSep 08 03:56:46.025 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 |
| 3645 | 2026-09-08T03:56:47.123Z | 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 } }] |
| 3646 | 2026-09-08T03:56:47.123Z | Sep 08 03:56:46.025 INFOSep 08 03:56:46.025 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFO |
| 3647 | 2026-09-08T03:56:47.123Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 3648 | 2026-09-08T03:56:47.123Z | Sep 08 03:56:46.025 Sep 08 03:56:46.025DEBG DEBGreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3649 | 2026-09-08T03:56:47.123Z | 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 } }] |
| 3650 | 2026-09-08T03:56:47.123Z | Sep 08 03:56:46.025Sep 08 03:56:46.025 INFOINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 3651 | 2026-09-08T03:56:47.123Z | |
| 3652 | 2026-09-08T03:56:47.127Z | Sep 08 03:56:46.025Sep 08 03:56:46.025 DEBGDEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3653 | 2026-09-08T03:56:47.127Z | |
| 3654 | 2026-09-08T03:56:47.127Z | Sep 08 03:56:46.025Sep 08 03:56:46.025 INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 3655 | 2026-09-08T03:56:47.127Z | |
| 3656 | 2026-09-08T03:56:47.127Z | Sep 08 03:56:46.025Sep 08 03:56:46.025 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: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 } }] |
| 3657 | 2026-09-08T03:56:47.127Z | |
| 3658 | 2026-09-08T03:56:47.127Z | Sep 08 03:56:46.025Sep 08 03:56:46.025 INFOINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 3659 | 2026-09-08T03:56:47.127Z | |
| 3660 | 2026-09-08T03:56:47.127Z | Sep 08 03:56:46.025Sep 08 03:56:46.025 DEBGDEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3661 | 2026-09-08T03:56:47.127Z | |
| 3662 | 2026-09-08T03:56:47.127Z | Sep 08 03:56:46.025Sep 08 03:56:46.025 INFOINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 3663 | 2026-09-08T03:56:47.127Z | |
| 3664 | 2026-09-08T03:56:47.127Z | Sep 08 03:56:46.025Sep 08 03:56:46.025 DEBGDEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3665 | 2026-09-08T03:56:47.127Z | |
| 3666 | 2026-09-08T03:56:47.127Z | Sep 08 03:56:46.025Sep 08 03:56:46.025 INFOINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 3667 | 2026-09-08T03:56:47.127Z | |
| 3668 | 2026-09-08T03:56:47.127Z | Sep 08 03:56:46.025Sep 08 03:56:46.025 DEBGDEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3669 | 2026-09-08T03:56:47.128Z | |
| 3670 | 2026-09-08T03:56:47.128Z | Sep 08 03:56:46.025Sep 08 03:56:46.025 INFOINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 3671 | 2026-09-08T03:56:47.128Z | |
| 3672 | 2026-09-08T03:56:47.128Z | Sep 08 03:56:46.025Sep 08 03:56:46.025 DEBGDEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3673 | 2026-09-08T03:56:47.128Z | |
| 3674 | 2026-09-08T03:56:47.128Z | Sep 08 03:56:46.025Sep 08 03:56:46.025 INFOINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 3675 | 2026-09-08T03:56:47.128Z | |
| 3676 | 2026-09-08T03:56:47.128Z | Sep 08 03:56:46.025Sep 08 03:56:46.025 DEBGDEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3677 | 2026-09-08T03:56:47.128Z | |
| 3678 | 2026-09-08T03:56:47.128Z | Sep 08 03:56:46.025Sep 08 03:56:46.025 INFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 3679 | 2026-09-08T03:56:47.128Z | |
| 3680 | 2026-09-08T03:56:47.128Z | Sep 08 03:56:46.025Sep 08 03:56:46.025 DEBGDEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3681 | 2026-09-08T03:56:47.128Z | |
| 3682 | 2026-09-08T03:56:47.128Z | Sep 08 03:56:46.025Sep 08 03:56:46.025 INFOINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 3683 | 2026-09-08T03:56:47.128Z | |
| 3684 | 2026-09-08T03:56:47.128Z | Sep 08 03:56:46.025Sep 08 03:56:46.025 DEBGDEBG replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3685 | 2026-09-08T03:56:47.128Z | |
| 3686 | 2026-09-08T03:56:47.128Z | Sep 08 03:56:46.025Sep 08 03:56:46.025 INFOINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 3687 | 2026-09-08T03:56:47.128Z | |
| 3688 | 2026-09-08T03:56:47.128Z | Sep 08 03:56:46.025Sep 08 03:56:46.025 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: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 } }] |
| 3689 | 2026-09-08T03:56:47.128Z | |
| 3690 | 2026-09-08T03:56:47.128Z | Sep 08 03:56:46.025Sep 08 03:56:46.025 INFOINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 3691 | 2026-09-08T03:56:47.128Z | |
| 3692 | 2026-09-08T03:56:47.128Z | Sep 08 03:56:46.025Sep 08 03:56:46.025 DEBGDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3693 | 2026-09-08T03:56:47.128Z | |
| 3694 | 2026-09-08T03:56:47.128Z | Sep 08 03:56:46.025Sep 08 03:56:46.025 INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 3695 | 2026-09-08T03:56:47.128Z | |
| 3696 | 2026-09-08T03:56:47.128Z | Sep 08 03:56:46.025Sep 08 03:56:46.025 DEBGDEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3697 | 2026-09-08T03:56:47.128Z | |
| 3698 | 2026-09-08T03:56:47.128Z | Sep 08 03:56:46.025Sep 08 03:56:46.025 INFOINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 3699 | 2026-09-08T03:56:47.128Z | |
| 3700 | 2026-09-08T03:56:47.128Z | Sep 08 03:56:46.025Sep 08 03:56:46.025 DEBGDEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3701 | 2026-09-08T03:56:47.128Z | |
| 3702 | 2026-09-08T03:56:47.128Z | Sep 08 03:56:46.025Sep 08 03:56:46.025 INFOINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 3703 | 2026-09-08T03:56:47.128Z | |
| 3704 | 2026-09-08T03:56:47.128Z | Sep 08 03:56:46.025Sep 08 03:56:46.025 DEBGDEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3705 | 2026-09-08T03:56:47.128Z | |
| 3706 | 2026-09-08T03:56:47.128Z | Sep 08 03:56:46.025Sep 08 03:56:46.025 INFOINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 3707 | 2026-09-08T03:56:47.128Z | |
| 3708 | 2026-09-08T03:56:47.128Z | Sep 08 03:56:46.025Sep 08 03:56:46.025 DEBGDEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3709 | 2026-09-08T03:56:47.129Z | |
| 3710 | 2026-09-08T03:56:47.129Z | Sep 08 03:56:46.025Sep 08 03:56:46.025 INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 3711 | 2026-09-08T03:56:47.129Z | |
| 3712 | 2026-09-08T03:56:47.129Z | Sep 08 03:56:46.025Sep 08 03:56:46.025 DEBGDEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3713 | 2026-09-08T03:56:47.129Z | |
| 3714 | 2026-09-08T03:56:47.129Z | Sep 08 03:56:46.025Sep 08 03:56:46.025 INFODEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:fffailed to allocate space for the new target list |
| 3715 | 2026-09-08T03:56:47.129Z | |
| 3716 | 2026-09-08T03:56:47.129Z | Sep 08 03:56:46.025Sep 08 03:56:46.025 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:dead::/64 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 } }] |
| 3717 | 2026-09-08T03:56:47.129Z | |
| 3718 | 2026-09-08T03:56:47.129Z | Sep 08 03:56:46.025 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 3719 | 2026-09-08T03:56:47.129Z | Sep 08 03:56:46.025 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 } }] |
| 3720 | 2026-09-08T03:56:47.129Z | Sep 08 03:56:46.025 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 3721 | 2026-09-08T03:56:47.129Z | Sep 08 03:56:46.025 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 } }] |
| 3722 | 2026-09-08T03:56:47.129Z | Sep 08 03:56:46.025 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 3723 | 2026-09-08T03:56:47.129Z | Sep 08 03:56:46.025 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 } }] |
| 3724 | 2026-09-08T03:56:47.129Z | Sep 08 03:56:46.025 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 3725 | 2026-09-08T03:56:47.129Z | Sep 08 03:56:46.025 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 } }] |
| 3726 | 2026-09-08T03:56:47.129Z | Sep 08 03:56:46.025 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 3727 | 2026-09-08T03:56:47.129Z | Sep 08 03:56:46.025 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 } }] |
| 3728 | 2026-09-08T03:56:47.129Z | Sep 08 03:56:46.025 INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 3729 | 2026-09-08T03:56:47.129Z | Sep 08 03:56:46.025 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 } }] |
| 3730 | 2026-09-08T03:56:47.129Z | Sep 08 03:56:46.025 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 3731 | 2026-09-08T03:56:47.129Z | Sep 08 03:56:46.025 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 } }] |
| 3732 | 2026-09-08T03:56:47.129Z | Sep 08 03:56:46.025 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 3733 | 2026-09-08T03:56:47.129Z | Sep 08 03:56:46.025 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 } }] |
| 3734 | 2026-09-08T03:56:47.129Z | Sep 08 03:56:46.025 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 3735 | 2026-09-08T03:56:47.129Z | Sep 08 03:56:46.025 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 } }] |
| 3736 | 2026-09-08T03:56:47.129Z | Sep 08 03:56:46.025 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 3737 | 2026-09-08T03:56:47.129Z | Sep 08 03:56:46.025 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 } }] |
| 3738 | 2026-09-08T03:56:47.129Z | Sep 08 03:56:46.025 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 3739 | 2026-09-08T03:56:47.129Z | Sep 08 03:56:46.031 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 } }] |
| 3740 | 2026-09-08T03:56:47.129Z | Sep 08 03:56:46.031 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 3741 | 2026-09-08T03:56:47.129Z | Sep 08 03:56:46.031 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 } }] |
| 3742 | 2026-09-08T03:56:47.129Z | Sep 08 03:56:46.031 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 3743 | 2026-09-08T03:56:47.129Z | Sep 08 03:56:46.031 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 } }] |
| 3744 | 2026-09-08T03:56:47.129Z | Sep 08 03:56:46.031 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 3745 | 2026-09-08T03:56:47.129Z | Sep 08 03:56:46.031 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 } }]Sep 08 03:56:46.019 |
| 3746 | 2026-09-08T03:56:47.129Z | DEBG Sep 08 03:56:46.031 created new freemapINFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff, |
| 3747 | 2026-09-08T03:56:47.130Z | unit: freemap_route_ipv4Sep 08 03:56:46.031 |
| 3748 | 2026-09-08T03:56:47.130Z | 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 } }] |
| 3749 | 2026-09-08T03:56:47.130Z | Sep 08 03:56:46.031 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 3750 | 2026-09-08T03:56:47.130Z | Sep 08 03:56:46.031 Sep 08 03:56:46.031DEBG 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 } }] |
| 3751 | 2026-09-08T03:56:47.130Z | created new freemap, unit: Sep 08 03:56:46.031freemap_route_ipv6 |
| 3752 | 2026-09-08T03:56:47.135Z | DEBG failed to allocate space for the new target list |
| 3753 | 2026-09-08T03:56:47.135Z | Sep 08 03:56:46.031 DEBGSep 08 03:56:46.031 initted freemap. size: 64DEBG, unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]: |
| 3754 | 2026-09-08T03:56:47.135Z | test route::tests::identity_replace_is_noop ... ok |
| 3755 | 2026-09-08T03:56:47.135Z | freemap_route_ipv4 |
| 3756 | 2026-09-08T03:56:47.135Z | Sep 08 03:56:46.031 DEBG reset freemap, unit: freemap_route_ipv4 |
| 3757 | 2026-09-08T03:56:47.135Z | Sep 08 03:56:46.031 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 3758 | 2026-09-08T03:56:47.135Z | Sep 08 03:56:46.031 DEBG reset freemap, unit: freemap_route_ipv6 |
| 3759 | 2026-09-08T03:56:47.135Z | Sep 08 03:56:46.032 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3760 | 2026-09-08T03:56:47.135Z | Sep 08 03:56:46.032 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 } }] |
| 3761 | 2026-09-08T03:56:47.135Z | Sep 08 03:56:46.032 INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3762 | 2026-09-08T03:56:47.135Z | Sep 08 03:56:46.032 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 } }] |
| 3763 | 2026-09-08T03:56:47.135Z | Sep 08 03:56:46.032 INFO adding route 172.16.0.0/32 -> 10.0.0.3 |
| 3764 | 2026-09-08T03:56:47.135Z | Sep 08 03:56:46.032 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 } }] |
| 3765 | 2026-09-08T03:56:47.135Z | Sep 08 03:56:46.032 INFO adding route 172.16.0.0/32 -> 10.0.0.4 |
| 3766 | 2026-09-08T03:56:47.135Z | Sep 08 03:56:46.032 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 } }] |
| 3767 | 2026-09-08T03:56:47.135Z | Sep 08 03:56:46.032 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 } }] |
| 3768 | 2026-09-08T03:56:47.135Z | Sep 08 03:56:46.026 DEBG created new freemap, unit: freemap_route_ipv4 |
| 3769 | 2026-09-08T03:56:47.135Z | Sep 08 03:56:46.032 DEBG created new freemap, unit: freemap_route_ipv6 |
| 3770 | 2026-09-08T03:56:47.135Z | Sep 08 03:56:46.032 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 3771 | 2026-09-08T03:56:47.135Z | Sep 08 03:56:46.032 DEBG reset freemap, unit: freemap_route_ipv4 |
| 3772 | 2026-09-08T03:56:47.135Z | Sep 08 03:56:46.032 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 3773 | 2026-09-08T03:56:47.135Z | Sep 08 03:56:46.032 DEBG reset freemap, unit: freemap_route_ipv6 |
| 3774 | 2026-09-08T03:56:47.136Z | Sep 08 03:56:46.032 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3775 | 2026-09-08T03:56:47.136Z | Sep 08 03:56:46.032 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 } }] |
| 3776 | 2026-09-08T03:56:47.136Z | Sep 08 03:56:46.032 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3777 | 2026-09-08T03:56:47.136Z | Sep 08 03:56:46.032 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 } }] |
| 3778 | 2026-09-08T03:56:47.136Z | Sep 08 03:56:46.032 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3779 | 2026-09-08T03:56:47.136Z | Sep 08 03:56:46.032 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 } }] |
| 3780 | 2026-09-08T03:56:47.136Z | Sep 08 03:56:46.032 INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3781 | 2026-09-08T03:56:47.136Z | Sep 08 03:56:46.032 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 } }] |
| 3782 | 2026-09-08T03:56:47.136Z | Sep 08 03:56:46.032 INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3783 | 2026-09-08T03:56:47.136Z | Sep 08 03:56:46.032 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 } }] |
| 3784 | 2026-09-08T03:56:47.136Z | Sep 08 03:56:46.032 INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 3785 | 2026-09-08T03:56:47.136Z | Sep 08 03:56:46.032 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 } }] |
| 3786 | 2026-09-08T03:56:47.136Z | Sep 08 03:56:46.032 INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3787 | 2026-09-08T03:56:47.136Z | Sep 08 03:56:46.032 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 } }] |
| 3788 | 2026-09-08T03:56:47.136Z | Sep 08 03:56:46.032 INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 3789 | 2026-09-08T03:56:47.136Z | Sep 08 03:56:46.032 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 } }] |
| 3790 | 2026-09-08T03:56:47.136Z | Sep 08 03:56:46.032 INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 3791 | 2026-09-08T03:56:47.136Z | Sep 08 03:56:46.032 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 } }] |
| 3792 | 2026-09-08T03:56:47.136Z | Sep 08 03:56:46.032 INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 3793 | 2026-09-08T03:56:47.136Z | Sep 08 03:56:46.032 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 } }] |
| 3794 | 2026-09-08T03:56:47.136Z | Sep 08 03:56:46.032 INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 3795 | 2026-09-08T03:56:47.136Z | Sep 08 03:56:46.032 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 } }] |
| 3796 | 2026-09-08T03:56:47.136Z | Sep 08 03:56:46.032 INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 3797 | 2026-09-08T03:56:47.136Z | Sep 08 03:56:46.032 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 } }] |
| 3798 | 2026-09-08T03:56:47.136Z | Sep 08 03:56:46.032 INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 3799 | 2026-09-08T03:56:47.136Z | Sep 08 03:56:46.032 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 } }] |
| 3800 | 2026-09-08T03:56:47.136Z | Sep 08 03:56:46.032 INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3801 | 2026-09-08T03:56:47.136Z | Sep 08 03:56:46.032 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 } }] |
| 3802 | 2026-09-08T03:56:47.136Z | Sep 08 03:56:46.032 INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3803 | 2026-09-08T03:56:47.136Z | Sep 08 03:56:46.032 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 } }] |
| 3804 | 2026-09-08T03:56:47.136Z | Sep 08 03:56:46.032 INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 3805 | 2026-09-08T03:56:47.136Z | Sep 08 03:56:46.032 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 } }] |
| 3806 | 2026-09-08T03:56:47.136Z | Sep 08 03:56:46.032 INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 3807 | 2026-09-08T03:56:47.136Z | Sep 08 03:56:46.032 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 } }] |
| 3808 | 2026-09-08T03:56:47.136Z | Sep 08 03:56:46.032 INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 3809 | 2026-09-08T03:56:47.136Z | test route::tests::delete_targets_fragmented ... ok |
| 3810 | 2026-09-08T03:56:47.136Z | Sep 08 03:56:46.032 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 } }] |
| 3811 | 2026-09-08T03:56:47.136Z | Sep 08 03:56:46.032 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3812 | 2026-09-08T03:56:47.136Z | Sep 08 03:56:46.032 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 } }] |
| 3813 | 2026-09-08T03:56:47.137Z | Sep 08 03:56:46.032 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 3814 | 2026-09-08T03:56:47.137Z | Sep 08 03:56:46.032 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 } }] |
| 3815 | 2026-09-08T03:56:47.137Z | Sep 08 03:56:46.032 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3816 | 2026-09-08T03:56:47.137Z | Sep 08 03:56:46.032 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 } }] |
| 3817 | 2026-09-08T03:56:47.137Z | Sep 08 03:56:46.032 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3818 | 2026-09-08T03:56:47.137Z | Sep 08 03:56:46.032 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 } }] |
| 3819 | 2026-09-08T03:56:47.137Z | Sep 08 03:56:46.032 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3820 | 2026-09-08T03:56:47.137Z | Sep 08 03:56:46.032 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 } }] |
| 3821 | 2026-09-08T03:56:47.137Z | Sep 08 03:56:46.032 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3822 | 2026-09-08T03:56:47.137Z | Sep 08 03:56:46.032 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 } }] |
| 3823 | 2026-09-08T03:56:47.137Z | Sep 08 03:56:46.032 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 3824 | 2026-09-08T03:56:47.137Z | Sep 08 03:56:46.032 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 } }] |
| 3825 | 2026-09-08T03:56:47.137Z | Sep 08 03:56:46.032 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3826 | 2026-09-08T03:56:47.137Z | Sep 08 03:56:46.032 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 } }] |
| 3827 | 2026-09-08T03:56:47.137Z | Sep 08 03:56:46.032 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3828 | 2026-09-08T03:56:47.137Z | Sep 08 03:56:46.032 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 } }] |
| 3829 | 2026-09-08T03:56:47.137Z | Sep 08 03:56:46.032 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3830 | 2026-09-08T03:56:47.137Z | Sep 08 03:56:46.032 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 } }] |
| 3831 | 2026-09-08T03:56:47.137Z | Sep 08 03:56:46.032 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3832 | 2026-09-08T03:56:47.137Z | Sep 08 03:56:46.032 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 } }] |
| 3833 | 2026-09-08T03:56:47.137Z | Sep 08 03:56:46.032 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3834 | 2026-09-08T03:56:47.137Z | Sep 08 03:56:46.032 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 } }] |
| 3835 | 2026-09-08T03:56:47.137Z | Sep 08 03:56:46.032 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3836 | 2026-09-08T03:56:47.137Z | Sep 08 03:56:46.032 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 } }] |
| 3837 | 2026-09-08T03:56:47.137Z | Sep 08 03:56:46.032 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 3838 | 2026-09-08T03:56:47.137Z | Sep 08 03:56:46.032 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 } }] |
| 3839 | 2026-09-08T03:56:47.137Z | Sep 08 03:56:46.032 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3840 | 2026-09-08T03:56:47.137Z | Sep 08 03:56:46.032 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 } }] |
| 3841 | 2026-09-08T03:56:47.137Z | Sep 08 03:56:46.032 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3842 | 2026-09-08T03:56:47.137Z | Sep 08 03:56:46.032 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 } }] |
| 3843 | 2026-09-08T03:56:47.137Z | Sep 08 03:56:46.032 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 3844 | 2026-09-08T03:56:47.137Z | Sep 08 03:56:46.032 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 } }] |
| 3845 | 2026-09-08T03:56:47.137Z | Sep 08 03:56:46.032 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3846 | 2026-09-08T03:56:47.137Z | Sep 08 03:56:46.032 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 } }] |
| 3847 | 2026-09-08T03:56:47.137Z | Sep 08 03:56:46.032 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3848 | 2026-09-08T03:56:47.137Z | Sep 08 03:56:46.032 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 } }] |
| 3849 | 2026-09-08T03:56:47.137Z | Sep 08 03:56:46.038 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3850 | 2026-09-08T03:56:47.138Z | Sep 08 03:56:46.038 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 } }] |
| 3851 | 2026-09-08T03:56:47.138Z | Sep 08 03:56:46.038 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3852 | 2026-09-08T03:56:47.142Z | Sep 08 03:56:46.038 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 } }] |
| 3853 | 2026-09-08T03:56:47.142Z | Sep 08 03:56:46.038 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3854 | 2026-09-08T03:56:47.142Z | Sep 08 03:56:46.038 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 } }] |
| 3855 | 2026-09-08T03:56:47.142Z | Sep 08 03:56:46.038 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3856 | 2026-09-08T03:56:47.142Z | Sep 08 03:56:46.032Sep 08 03:56:46.038 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 } }]created new freemap |
| 3857 | 2026-09-08T03:56:47.142Z | , unit: Sep 08 03:56:46.038freemap_route_ipv4 INFO |
| 3858 | 2026-09-08T03:56:47.142Z | adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3859 | 2026-09-08T03:56:47.142Z | Sep 08 03:56:46.038 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 } }] |
| 3860 | 2026-09-08T03:56:47.142Z | Sep 08 03:56:46.038 Sep 08 03:56:46.038INFO DEBGadding route 172.17.0.38/32 -> 10.0.0.255 |
| 3861 | 2026-09-08T03:56:47.142Z | created new freemap, unit: freemap_route_ipv6Sep 08 03:56:46.038 |
| 3862 | 2026-09-08T03:56:47.142Z | 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 } }] |
| 3863 | 2026-09-08T03:56:47.142Z | Sep 08 03:56:46.038 DEBG initted freemap. size: 64Sep 08 03:56:46.038, unitINFO: adding route 172.17.0.39/32 -> 10.0.0.255freemap_route_ipv4 |
| 3864 | 2026-09-08T03:56:47.142Z | |
| 3865 | 2026-09-08T03:56:47.142Z | Sep 08 03:56:46.038Sep 08 03:56:46.038 DEBGDEBG reset freemapreplacing 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 } }], |
| 3866 | 2026-09-08T03:56:47.142Z | unit: freemap_route_ipv4 |
| 3867 | 2026-09-08T03:56:47.142Z | Sep 08 03:56:46.038 INFO Sep 08 03:56:46.038adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3868 | 2026-09-08T03:56:47.142Z | DEBG initted freemap. size: 64, unit:Sep 08 03:56:46.038 freemap_route_ipv6DEBG |
| 3869 | 2026-09-08T03:56:47.142Z | 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 } }] |
| 3870 | 2026-09-08T03:56:47.142Z | Sep 08 03:56:46.038 DEBGSep 08 03:56:46.038 reset freemapINFO, unitadding route 172.17.0.41/32 -> 10.0.0.255: |
| 3871 | 2026-09-08T03:56:47.142Z | freemap_route_ipv6 |
| 3872 | 2026-09-08T03:56:47.142Z | Sep 08 03:56:46.038 DEBGSep 08 03:56:46.038 replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3873 | 2026-09-08T03:56:47.142Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3874 | 2026-09-08T03:56:47.142Z | Sep 08 03:56:46.038 INFOSep 08 03:56:46.038 adding route 172.17.0.42/32 -> 10.0.0.255DEBG |
| 3875 | 2026-09-08T03:56:47.142Z | 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 } }] |
| 3876 | 2026-09-08T03:56:47.142Z | Sep 08 03:56:46.038 DEBGSep 08 03:56:46.038 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 |
| 3877 | 2026-09-08T03:56:47.142Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3878 | 2026-09-08T03:56:47.143Z | Sep 08 03:56:46.038 Sep 08 03:56:46.038INFO DEBGadding route 172.17.0.43/32 -> 10.0.0.255 |
| 3879 | 2026-09-08T03:56:47.143Z | 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 } }] |
| 3880 | 2026-09-08T03:56:47.143Z | Sep 08 03:56:46.038 Sep 08 03:56:46.038DEBG 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 } }] |
| 3881 | 2026-09-08T03:56:47.143Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3882 | 2026-09-08T03:56:47.143Z | Sep 08 03:56:46.038 Sep 08 03:56:46.038INFO DEBGadding route 172.17.0.44/32 -> 10.0.0.255 |
| 3883 | 2026-09-08T03:56:47.143Z | 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 } }] |
| 3884 | 2026-09-08T03:56:47.143Z | Sep 08 03:56:46.038 Sep 08 03:56:46.038DEBG 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 } }] |
| 3885 | 2026-09-08T03:56:47.143Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3886 | 2026-09-08T03:56:47.143Z | Sep 08 03:56:46.038 Sep 08 03:56:46.038INFO DEBGadding route 172.17.0.45/32 -> 10.0.0.255 |
| 3887 | 2026-09-08T03:56:47.143Z | 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 } }] |
| 3888 | 2026-09-08T03:56:47.143Z | Sep 08 03:56:46.038 Sep 08 03:56:46.038DEBG 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 } }] |
| 3889 | 2026-09-08T03:56:47.143Z | adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3890 | 2026-09-08T03:56:47.143Z | Sep 08 03:56:46.038Sep 08 03:56:46.038 INFODEBG adding route 172.17.0.46/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 } }] |
| 3891 | 2026-09-08T03:56:47.143Z | |
| 3892 | 2026-09-08T03:56:47.143Z | Sep 08 03:56:46.038Sep 08 03:56:46.038 DEBGINFO replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.1/32 -> 10.0.0.255 |
| 3893 | 2026-09-08T03:56:47.143Z | |
| 3894 | 2026-09-08T03:56:47.143Z | Sep 08 03:56:46.038Sep 08 03:56:46.038 INFODEBG adding route 172.17.0.47/32 -> 10.0.0.255replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3895 | 2026-09-08T03:56:47.143Z | |
| 3896 | 2026-09-08T03:56:47.143Z | Sep 08 03:56:46.038Sep 08 03:56:46.038 DEBGINFO replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3897 | 2026-09-08T03:56:47.143Z | |
| 3898 | 2026-09-08T03:56:47.143Z | Sep 08 03:56:46.038Sep 08 03:56:46.038 INFODEBG adding route 172.17.0.48/32 -> 10.0.0.255replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3899 | 2026-09-08T03:56:47.143Z | |
| 3900 | 2026-09-08T03:56:47.143Z | Sep 08 03:56:46.038Sep 08 03:56:46.038 DEBGINFO replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.3/32 -> 10.0.0.255 |
| 3901 | 2026-09-08T03:56:47.143Z | |
| 3902 | 2026-09-08T03:56:47.143Z | Sep 08 03:56:46.038Sep 08 03:56:46.038 INFODEBG adding route 172.17.0.49/32 -> 10.0.0.255replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3903 | 2026-09-08T03:56:47.143Z | |
| 3904 | 2026-09-08T03:56:47.143Z | Sep 08 03:56:46.038Sep 08 03:56:46.038 INFODEBG adding route 172.17.0.4/32 -> 10.0.0.255replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3905 | 2026-09-08T03:56:47.143Z | |
| 3906 | 2026-09-08T03:56:47.143Z | Sep 08 03:56:46.038Sep 08 03:56:46.038 DEBGINFO replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3907 | 2026-09-08T03:56:47.143Z | |
| 3908 | 2026-09-08T03:56:47.143Z | Sep 08 03:56:46.038Sep 08 03:56:46.038 INFODEBG adding route 172.17.0.5/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 } }] |
| 3909 | 2026-09-08T03:56:47.143Z | test route::tests::delete_targets_full ... ok |
| 3910 | 2026-09-08T03:56:47.143Z | |
| 3911 | 2026-09-08T03:56:47.143Z | test result: ok. 60 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s |
| 3912 | 2026-09-08T03:56:47.143Z | |
| 3913 | 2026-09-08T03:56:47.143Z | |
| 3914 | 2026-09-08T03:56:47.143Z | Sep 08 03:56:46.038Sep 08 03:56:46.038 DEBGINFO replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3915 | 2026-09-08T03:56:47.144Z | |
| 3916 | 2026-09-08T03:56:47.144Z | Sep 08 03:56:46.038Sep 08 03:56:46.038 INFODEBG adding route 172.17.0.6/32 -> 10.0.0.255replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3917 | 2026-09-08T03:56:47.144Z | |
| 3918 | 2026-09-08T03:56:47.144Z | Sep 08 03:56:46.038Sep 08 03:56:46.038 DEBGINFO replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3919 | 2026-09-08T03:56:47.144Z | |
| 3920 | 2026-09-08T03:56:47.144Z | Sep 08 03:56:46.038Sep 08 03:56:46.038 INFODEBG adding route 172.17.0.7/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 } }] |
| 3921 | 2026-09-08T03:56:47.144Z | |
| 3922 | 2026-09-08T03:56:47.144Z | Sep 08 03:56:46.038Sep 08 03:56:46.038 DEBGINFO 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.53/32 -> 10.0.0.255 |
| 3923 | 2026-09-08T03:56:47.144Z | |
| 3924 | 2026-09-08T03:56:47.144Z | Sep 08 03:56:46.038Sep 08 03:56:46.038 DEBGINFO replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255 |
| 3925 | 2026-09-08T03:56:47.144Z | |
| 3926 | 2026-09-08T03:56:47.144Z | Sep 08 03:56:46.038Sep 08 03:56:46.038 INFODEBG adding route 172.17.0.54/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 } }] |
| 3927 | 2026-09-08T03:56:47.144Z | |
| 3928 | 2026-09-08T03:56:47.144Z | Sep 08 03:56:46.038Sep 08 03:56:46.038 DEBGINFO replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3929 | 2026-09-08T03:56:47.144Z | |
| 3930 | 2026-09-08T03:56:47.144Z | Sep 08 03:56:46.038Sep 08 03:56:46.038 INFODEBG adding route 172.17.0.55/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 } }] |
| 3931 | 2026-09-08T03:56:47.144Z | |
| 3932 | 2026-09-08T03:56:47.144Z | Sep 08 03:56:46.038Sep 08 03:56:46.038 DEBGINFO replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3933 | 2026-09-08T03:56:47.144Z | |
| 3934 | 2026-09-08T03:56:47.144Z | Sep 08 03:56:46.038Sep 08 03:56:46.038 INFODEBG adding route 172.17.0.56/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 } }] |
| 3935 | 2026-09-08T03:56:47.144Z | |
| 3936 | 2026-09-08T03:56:47.144Z | Sep 08 03:56:46.038Sep 08 03:56:46.038 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.11/32 -> 10.0.0.255 |
| 3937 | 2026-09-08T03:56:47.144Z | |
| 3938 | 2026-09-08T03:56:47.144Z | Sep 08 03:56:46.038Sep 08 03:56:46.038 DEBGINFO replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.57/32 -> 10.0.0.255 |
| 3939 | 2026-09-08T03:56:47.144Z | |
| 3940 | 2026-09-08T03:56:47.144Z | Sep 08 03:56:46.038Sep 08 03:56:46.038 INFODEBG adding route 172.17.0.12/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 } }] |
| 3941 | 2026-09-08T03:56:47.144Z | |
| 3942 | 2026-09-08T03:56:47.144Z | Sep 08 03:56:46.038Sep 08 03:56:46.038 INFODEBG adding route 172.17.0.58/32 -> 10.0.0.255replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3943 | 2026-09-08T03:56:47.144Z | |
| 3944 | 2026-09-08T03:56:47.144Z | Sep 08 03:56:46.038Sep 08 03:56:46.038 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.13/32 -> 10.0.0.255 |
| 3945 | 2026-09-08T03:56:47.144Z | |
| 3946 | 2026-09-08T03:56:47.144Z | Sep 08 03:56:46.038Sep 08 03:56:46.038 INFODEBG adding route 172.17.0.59/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 } }] |
| 3947 | 2026-09-08T03:56:47.144Z | |
| 3948 | 2026-09-08T03:56:47.144Z | Sep 08 03:56:46.038Sep 08 03:56:46.038 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.14/32 -> 10.0.0.255 |
| 3949 | 2026-09-08T03:56:47.144Z | |
| 3950 | 2026-09-08T03:56:47.144Z | Sep 08 03:56:46.038Sep 08 03:56:46.038 INFODEBG adding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3951 | 2026-09-08T03:56:47.144Z | |
| 3952 | 2026-09-08T03:56:47.148Z | Sep 08 03:56:46.038Sep 08 03:56:46.038 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.15/32 -> 10.0.0.255 |
| 3953 | 2026-09-08T03:56:47.148Z | |
| 3954 | 2026-09-08T03:56:47.148Z | Sep 08 03:56:46.038Sep 08 03:56:46.038 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }] |
| 3955 | 2026-09-08T03:56:47.149Z | |
| 3956 | 2026-09-08T03:56:47.149Z | Sep 08 03:56:46.038Sep 08 03:56:46.038 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3957 | 2026-09-08T03:56:47.149Z | |
| 3958 | 2026-09-08T03:56:47.149Z | Sep 08 03:56:46.038 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 } }] |
| 3959 | 2026-09-08T03:56:47.149Z | Sep 08 03:56:46.038 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3960 | 2026-09-08T03:56:47.149Z | Sep 08 03:56:46.038 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 } }] |
| 3961 | 2026-09-08T03:56:47.149Z | Sep 08 03:56:46.038 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3962 | 2026-09-08T03:56:47.149Z | Sep 08 03:56:46.038 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 } }] |
| 3963 | 2026-09-08T03:56:47.149Z | Sep 08 03:56:46.038 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3964 | 2026-09-08T03:56:47.149Z | Sep 08 03:56:46.038 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 } }] |
| 3965 | 2026-09-08T03:56:47.149Z | Sep 08 03:56:46.038 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 3966 | 2026-09-08T03:56:47.149Z | Sep 08 03:56:46.038 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 } }] |
| 3967 | 2026-09-08T03:56:47.149Z | Sep 08 03:56:46.038 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3968 | 2026-09-08T03:56:47.149Z | Sep 08 03:56:46.039 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 } }] |
| 3969 | 2026-09-08T03:56:47.149Z | Sep 08 03:56:46.044 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3970 | 2026-09-08T03:56:47.149Z | Sep 08 03:56:46.044 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 } }] |
| 3971 | 2026-09-08T03:56:47.149Z | Sep 08 03:56:46.044 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3972 | 2026-09-08T03:56:47.149Z | Sep 08 03:56:46.044 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 } }] |
| 3973 | 2026-09-08T03:56:47.149Z | Sep 08 03:56:46.044 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3974 | 2026-09-08T03:56:47.149Z | Sep 08 03:56:46.044 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 } }] |
| 3975 | 2026-09-08T03:56:47.149Z | Sep 08 03:56:46.044 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3976 | 2026-09-08T03:56:47.149Z | Sep 08 03:56:46.044 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 } }] |
| 3977 | 2026-09-08T03:56:47.149Z | Sep 08 03:56:46.044 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3978 | 2026-09-08T03:56:47.149Z | Sep 08 03:56:46.044 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 } }] |
| 3979 | 2026-09-08T03:56:47.149Z | Sep 08 03:56:46.044 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 3980 | 2026-09-08T03:56:47.149Z | Sep 08 03:56:46.044 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 } }] |
| 3981 | 2026-09-08T03:56:47.149Z | Sep 08 03:56:46.044 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3982 | 2026-09-08T03:56:47.149Z | Sep 08 03:56:46.044 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 } }] |
| 3983 | 2026-09-08T03:56:47.149Z | Sep 08 03:56:46.044 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3984 | 2026-09-08T03:56:47.149Z | Sep 08 03:56:46.044 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 } }] |
| 3985 | 2026-09-08T03:56:47.149Z | Sep 08 03:56:46.044 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 3986 | 2026-09-08T03:56:47.149Z | Sep 08 03:56:46.044 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 } }] |
| 3987 | 2026-09-08T03:56:47.149Z | Sep 08 03:56:46.044 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3988 | 2026-09-08T03:56:47.149Z | Sep 08 03:56:46.044 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 } }] |
| 3989 | 2026-09-08T03:56:47.149Z | Sep 08 03:56:46.045 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3990 | 2026-09-08T03:56:47.149Z | Sep 08 03:56:46.045 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 } }] |
| 3991 | 2026-09-08T03:56:47.149Z | Sep 08 03:56:46.045 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3992 | 2026-09-08T03:56:47.149Z | Sep 08 03:56:46.045 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 } }] |
| 3993 | 2026-09-08T03:56:47.150Z | Sep 08 03:56:46.045 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3994 | 2026-09-08T03:56:47.150Z | Sep 08 03:56:46.045 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 } }] |
| 3995 | 2026-09-08T03:56:47.150Z | Sep 08 03:56:46.045 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3996 | 2026-09-08T03:56:47.150Z | Sep 08 03:56:46.045 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 } }] |
| 3997 | 2026-09-08T03:56:47.150Z | Sep 08 03:56:46.045 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3998 | 2026-09-08T03:56:47.150Z | Sep 08 03:56:46.045 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 } }] |
| 3999 | 2026-09-08T03:56:47.150Z | Sep 08 03:56:46.045 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 4000 | 2026-09-08T03:56:47.150Z | Sep 08 03:56:46.045 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 } }] |
| 4001 | 2026-09-08T03:56:47.150Z | Sep 08 03:56:46.045 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 4002 | 2026-09-08T03:56:47.150Z | Sep 08 03:56:46.045 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 } }] |
| 4003 | 2026-09-08T03:56:47.150Z | Sep 08 03:56:46.045 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 4004 | 2026-09-08T03:56:47.150Z | Sep 08 03:56:46.045 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 } }] |
| 4005 | 2026-09-08T03:56:47.150Z | Sep 08 03:56:46.045 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 4006 | 2026-09-08T03:56:47.150Z | Sep 08 03:56:46.045 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 } }] |
| 4007 | 2026-09-08T03:56:47.150Z | Sep 08 03:56:46.045 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 4008 | 2026-09-08T03:56:47.150Z | Sep 08 03:56:46.045 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 } }] |
| 4009 | 2026-09-08T03:56:47.150Z | Sep 08 03:56:46.045 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 4010 | 2026-09-08T03:56:47.150Z | |
| 4011 | 2026-09-08T03:56:47.150Z | Sep 08 03:56:46.045 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 } }] |
| 4012 | 2026-09-08T03:56:47.150Z | running 0 tests |
| 4013 | 2026-09-08T03:56:47.150Z | Sep 08 03:56:46.045 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 4014 | 2026-09-08T03:56:47.150Z | Sep 08 03:56:46.045 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 } }] |
| 4015 | 2026-09-08T03:56:47.150Z | Sep 08 03:56:46.045 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 4016 | 2026-09-08T03:56:47.150Z | Sep 08 03:56:46.045 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 } }] |
| 4017 | 2026-09-08T03:56:47.150Z | Sep 08 03:56:46.045 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 4018 | 2026-09-08T03:56:47.150Z | Sep 08 03:56:46.045 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 } }] |
| 4019 | 2026-09-08T03:56:47.150Z | |
| 4020 | 2026-09-08T03:56:47.150Z | Sep 08 03:56:46.045 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 4021 | 2026-09-08T03:56:47.150Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4022 | 2026-09-08T03:56:47.150Z | Sep 08 03:56:46.045 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 } }] |
| 4023 | 2026-09-08T03:56:47.150Z | |
| 4024 | 2026-09-08T03:56:47.150Z | Sep 08 03:56:46.045 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 4025 | 2026-09-08T03:56:47.150Z | Sep 08 03:56:46.045 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 } }] |
| 4026 | 2026-09-08T03:56:47.150Z | Sep 08 03:56:46.045 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 4027 | 2026-09-08T03:56:47.150Z | Sep 08 03:56:46.045 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 } }] |
| 4028 | 2026-09-08T03:56:47.150Z | Sep 08 03:56:46.045 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 4029 | 2026-09-08T03:56:47.150Z | Sep 08 03:56:46.045 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 } }] |
| 4030 | 2026-09-08T03:56:47.151Z | Sep 08 03:56:46.045 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 4031 | 2026-09-08T03:56:47.151Z | Sep 08 03:56:46.045 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 } }] |
| 4032 | 2026-09-08T03:56:47.151Z | Sep 08 03:56:46.045 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 4033 | 2026-09-08T03:56:47.151Z | Sep 08 03:56:46.045 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 } }] |
| 4034 | 2026-09-08T03:56:47.151Z | Sep 08 03:56:46.045 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 4035 | 2026-09-08T03:56:47.151Z | Sep 08 03:56:46.045 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 } }] |
| 4036 | 2026-09-08T03:56:47.151Z | Sep 08 03:56:46.045 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 4037 | 2026-09-08T03:56:47.151Z | Sep 08 03:56:46.045 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 } }] |
| 4038 | 2026-09-08T03:56:47.151Z | Sep 08 03:56:46.045 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 4039 | 2026-09-08T03:56:47.151Z | Sep 08 03:56:46.045 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 } }] |
| 4040 | 2026-09-08T03:56:47.151Z | Sep 08 03:56:46.045 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 4041 | 2026-09-08T03:56:47.151Z | Sep 08 03:56:46.045 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 } }] |
| 4042 | 2026-09-08T03:56:47.151Z | Sep 08 03:56:46.045 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 4043 | 2026-09-08T03:56:47.151Z | Sep 08 03:56:46.045 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 } }] |
| 4044 | 2026-09-08T03:56:47.151Z | Sep 08 03:56:46.045 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 4045 | 2026-09-08T03:56:47.151Z | Sep 08 03:56:46.045 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 } }] |
| 4046 | 2026-09-08T03:56:47.151Z | Sep 08 03:56:46.045 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 4047 | 2026-09-08T03:56:47.151Z | Sep 08 03:56:46.045 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 } }] |
| 4048 | 2026-09-08T03:56:47.151Z | Sep 08 03:56:46.045 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 4049 | 2026-09-08T03:56:47.151Z | Sep 08 03:56:46.045 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 } }] |
| 4050 | 2026-09-08T03:56:47.151Z | Sep 08 03:56:46.045 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 4051 | 2026-09-08T03:56:47.151Z | Sep 08 03:56:46.045 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 } }] |
| 4052 | 2026-09-08T03:56:47.155Z | Sep 08 03:56:46.045 DEBG failed to allocate space for the new target list |
| 4053 | 2026-09-08T03:56:47.155Z | Sep 08 03:56:46.045 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 } }] |
| 4054 | 2026-09-08T03:56:47.155Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-86ca8d016eabc8f2) |
| 4055 | 2026-09-08T03:56:47.155Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-129626530bed4535) |
| 4056 | 2026-09-08T03:56:47.155Z | |
| 4057 | 2026-09-08T03:56:47.155Z | running 0 tests |
| 4058 | 2026-09-08T03:56:47.155Z | |
| 4059 | 2026-09-08T03:56:47.155Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4060 | 2026-09-08T03:56:47.155Z | |
| 4061 | 2026-09-08T03:56:47.155Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-3fe6c5669f3769fb) |
| 4062 | 2026-09-08T03:56:47.155Z | |
| 4063 | 2026-09-08T03:56:47.155Z | running 6 tests |
| 4064 | 2026-09-08T03:56:47.155Z | test tests::test_parse_client_port_id ... ok |
| 4065 | 2026-09-08T03:56:47.155Z | test tests::test_port_id_cmp ... ok |
| 4066 | 2026-09-08T03:56:47.155Z | test tests::test_full_lot_id_neither_present ... ok |
| 4067 | 2026-09-08T03:56:47.155Z | test tests::test_full_lot_id_lot_only ... ok |
| 4068 | 2026-09-08T03:56:47.155Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 4069 | 2026-09-08T03:56:47.155Z | test tests::test_full_lot_id_both_present ... ok |
| 4070 | 2026-09-08T03:56:47.155Z | |
| 4071 | 2026-09-08T03:56:47.155Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4072 | 2026-09-08T03:56:47.155Z | |
| 4073 | 2026-09-08T03:56:47.155Z | Running tests/test_all.rs (target/debug/deps/test_all-9c8badd8bc440171) |
| 4074 | 2026-09-08T03:56:47.155Z | |
| 4075 | 2026-09-08T03:56:47.155Z | running 0 tests |
| 4076 | 2026-09-08T03:56:47.155Z | |
| 4077 | 2026-09-08T03:56:47.155Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4078 | 2026-09-08T03:56:47.155Z | |
| 4079 | 2026-09-08T03:56:47.155Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-9a1ffdc1254bfaa8) |
| 4080 | 2026-09-08T03:56:47.155Z | |
| 4081 | 2026-09-08T03:56:47.155Z | running 0 tests |
| 4082 | 2026-09-08T03:56:47.155Z | |
| 4083 | 2026-09-08T03:56:47.155Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4084 | 2026-09-08T03:56:47.156Z | |
| 4085 | 2026-09-08T03:56:47.156Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-fbfe8a6c92a1a523) |
| 4086 | 2026-09-08T03:56:47.156Z | |
| 4087 | 2026-09-08T03:56:47.156Z | running 15 tests |
| 4088 | 2026-09-08T03:56:47.156Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 4089 | 2026-09-08T03:56:47.156Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 4090 | 2026-09-08T03:56:47.156Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 4091 | 2026-09-08T03:56:47.156Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 4092 | 2026-09-08T03:56:47.156Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 4093 | 2026-09-08T03:56:47.156Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 4094 | 2026-09-08T03:56:47.156Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 4095 | 2026-09-08T03:56:47.156Z | test v1::network::tests::test_equal ... ok |
| 4096 | 2026-09-08T03:56:47.156Z | test v1::network::tests::test_eui64 ... ok |
| 4097 | 2026-09-08T03:56:47.156Z | test v1::network::tests::test_into ... ok |
| 4098 | 2026-09-08T03:56:47.156Z | test v1::network::tests::test_not_equal ... ok |
| 4099 | 2026-09-08T03:56:47.156Z | test v1::network::tests::test_to_string ... ok |
| 4100 | 2026-09-08T03:56:47.156Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 4101 | 2026-09-08T03:56:47.156Z | test v1::network::tests::test_parse ... ok |
| 4102 | 2026-09-08T03:56:47.156Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 4103 | 2026-09-08T03:56:47.156Z | |
| 4104 | 2026-09-08T03:56:47.156Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4105 | 2026-09-08T03:56:47.156Z | |
| 4106 | 2026-09-08T03:56:47.156Z | Running unittests src/lib.rs (target/debug/deps/packet-2fcab119a41876a9) |
| 4107 | 2026-09-08T03:56:47.156Z | |
| 4108 | 2026-09-08T03:56:47.156Z | running 12 tests |
| 4109 | 2026-09-08T03:56:47.156Z | test icmp::test_v6_checksum ... ok |
| 4110 | 2026-09-08T03:56:47.156Z | test lldp::test_lldp_parse ... ok |
| 4111 | 2026-09-08T03:56:47.156Z | test icmp::test_v4_checksum ... ok |
| 4112 | 2026-09-08T03:56:47.156Z | test ipv6::test_ipv6_parse ... ok |
| 4113 | 2026-09-08T03:56:47.156Z | test pbuf::test_byte ... ok |
| 4114 | 2026-09-08T03:56:47.156Z | test pbuf::test_nibble ... ok |
| 4115 | 2026-09-08T03:56:47.156Z | test pbuf::test_overflow ... ok |
| 4116 | 2026-09-08T03:56:47.156Z | test pbuf::test_short ... ok |
| 4117 | 2026-09-08T03:56:47.156Z | test pbuf::test_twelve ... ok |
| 4118 | 2026-09-08T03:56:47.156Z | test pbuf::test_word ... ok |
| 4119 | 2026-09-08T03:56:47.156Z | test tcp::test_checksum_ack_data ... ok |
| 4120 | 2026-09-08T03:56:47.156Z | test tcp::test_checksum_syn_nodata ... ok |
| 4121 | 2026-09-08T03:56:47.156Z | |
| 4122 | 2026-09-08T03:56:47.156Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4123 | 2026-09-08T03:56:47.157Z | |
| 4124 | 2026-09-08T03:56:47.157Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 4125 | 2026-09-08T03:56:47.157Z | |
| 4126 | 2026-09-08T03:56:47.157Z | running 0 tests |
| 4127 | 2026-09-08T03:56:47.157Z | |
| 4128 | 2026-09-08T03:56:47.157Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4129 | 2026-09-08T03:56:47.157Z | |
| 4130 | 2026-09-08T03:56:47.157Z | Running unittests src/main.rs (target/debug/deps/swadm-1257a681e889b0b2) |
| 4131 | 2026-09-08T03:56:47.160Z | |
| 4132 | 2026-09-08T03:56:47.160Z | running 5 tests |
| 4133 | 2026-09-08T03:56:47.160Z | test switchport::test::test_compute_lanes ... ok |
| 4134 | 2026-09-08T03:56:47.160Z | test switchport::test::port_id_ordering ... ok |
| 4135 | 2026-09-08T03:56:47.160Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 4136 | 2026-09-08T03:56:47.160Z | State: Activated Lane 0 Activated Activated ActivatedLane 1 |
| 4137 | 2026-09-08T03:56:47.160Z | Rx Output Enabled: falseLane 2 falseLane 3 |
| 4138 | 2026-09-08T03:56:47.160Z | false false |
| 4139 | 2026-09-08T03:56:47.160Z | Rx Loss-of-lock: Yes Rx Output Status: validYes valid Yes Yesvalid |
| 4140 | 2026-09-08T03:56:47.160Z | valid |
| 4141 | 2026-09-08T03:56:47.160Z | Rx Loss-of-signal: Yes Rx Loss-of-lock: true Yes true Yes trueYes |
| 4142 | 2026-09-08T03:56:47.160Z | true Rx CDR Enabled: Yes |
| 4143 | 2026-09-08T03:56:47.160Z | Rx Loss-of-signal: false Yesfalse Yes Yes |
| 4144 | 2026-09-08T03:56:47.161Z | false Tx Enabled: Yes false |
| 4145 | 2026-09-08T03:56:47.161Z | Yes Rx Auto-squelch Disable: trueYes trueYes |
| 4146 | 2026-09-08T03:56:47.161Z | true true |
| 4147 | 2026-09-08T03:56:47.161Z | Tx Loss-of-lock: No Tx Output Enabled: true No true No trueNo |
| 4148 | 2026-09-08T03:56:47.161Z | true Tx Loss-of-signal: No |
| 4149 | 2026-09-08T03:56:47.161Z | Tx Output Status: invalidNo invalidNo Noinvalid |
| 4150 | 2026-09-08T03:56:47.161Z | invalid Tx CDR Enabled: No |
| 4151 | 2026-09-08T03:56:47.161Z | No Tx Loss-of-lock: false Nofalse No |
| 4152 | 2026-09-08T03:56:47.161Z | false Tx Adaptive EQ Fault: No false |
| 4153 | 2026-09-08T03:56:47.161Z | No Tx Loss-of-signal: trueNo Notrue |
| 4154 | 2026-09-08T03:56:47.161Z | Tx Fault: Yestrue Yestrue |
| 4155 | 2026-09-08T03:56:47.161Z | Yes Tx Auto-squelch Disable: falseYes |
| 4156 | 2026-09-08T03:56:47.161Z | false false false |
| 4157 | 2026-09-08T03:56:47.161Z | Tx Adaptive EQ Fail: true true true true |
| 4158 | 2026-09-08T03:56:47.161Z | Tx Failure: false false false false |
| 4159 | 2026-09-08T03:56:47.161Z | Tx Force Squelch: true true true true |
| 4160 | 2026-09-08T03:56:47.161Z | Tx Input Polarity: normal normal normal normal |
| 4161 | 2026-09-08T03:56:47.161Z | test switchport::test::test_print_sff_datapath ... ok |
| 4162 | 2026-09-08T03:56:47.161Z | test switchport::test::test_print_cmis_datapath ... ok |
| 4163 | 2026-09-08T03:56:47.164Z | test link::test_filter ... ok |
| 4164 | 2026-09-08T03:56:47.164Z | |
| 4165 | 2026-09-08T03:56:47.164Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4166 | 2026-09-08T03:56:47.164Z | |
| 4167 | 2026-09-08T03:56:47.164Z | Running tests/cli/main.rs (target/debug/deps/cli-b622f91327390c6d) |
| 4168 | 2026-09-08T03:56:47.169Z | |
| 4169 | 2026-09-08T03:56:47.169Z | running 7 tests |
| 4170 | 2026-09-08T03:56:47.169Z | test counters::counters_list ... ignored |
| 4171 | 2026-09-08T03:56:47.169Z | test link_apply::apply_tx_eq_all ... ignored |
| 4172 | 2026-09-08T03:56:47.169Z | test link_apply::apply_tx_eq_custom ... ignored |
| 4173 | 2026-09-08T03:56:47.169Z | test tx_eq::set_all_taps ... ignored |
| 4174 | 2026-09-08T03:56:47.169Z | test tx_eq::set_partial_taps ... ignored |
| 4175 | 2026-09-08T03:56:47.172Z | test cmd::test::pattern_statics ... ok |
| 4176 | 2026-09-08T03:56:47.176Z | test link_apply::tx_eq_exclusive ... ok |
| 4177 | 2026-09-08T03:56:47.176Z | |
| 4178 | 2026-09-08T03:56:47.178Z | test result: ok. 2 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 4179 | 2026-09-08T03:56:47.178Z | |
| 4180 | 2026-09-08T03:56:47.178Z | Running unittests src/main.rs (target/debug/deps/tfportd-dc18d5d702a8c2df) |
| 4181 | 2026-09-08T03:56:47.183Z | |
| 4182 | 2026-09-08T03:56:47.183Z | running 4 tests |
| 4183 | 2026-09-08T03:56:47.186Z | test oxstats::tests::producer_ids_are_actually_unique ... ok |
| 4184 | 2026-09-08T03:56:47.186Z | test linklocal::test_parse_ipadm ... ok |
| 4185 | 2026-09-08T03:56:47.186Z | test tfport::test_parse_tfport ... ok |
| 4186 | 2026-09-08T03:56:47.186Z | test config::tests::test_updates ... ok |
| 4187 | 2026-09-08T03:56:47.186Z | |
| 4188 | 2026-09-08T03:56:47.186Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4189 | 2026-09-08T03:56:47.186Z | |
| 4190 | 2026-09-08T03:56:47.186Z | Running unittests src/main.rs (target/debug/deps/uplinkd-ceb39c842d06889c) |
| 4191 | 2026-09-08T03:56:47.186Z | |
| 4192 | 2026-09-08T03:56:47.186Z | running 0 tests |
| 4193 | 2026-09-08T03:56:47.186Z | |
| 4194 | 2026-09-08T03:56:47.186Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4195 | 2026-09-08T03:56:47.186Z | |
| 4196 | 2026-09-08T03:56:47.186Z | Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353) |
| 4197 | 2026-09-08T03:56:47.189Z | |
| 4198 | 2026-09-08T03:56:47.189Z | running 0 tests |
| 4199 | 2026-09-08T03:56:47.189Z | |
| 4200 | 2026-09-08T03:56:47.190Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4201 | 2026-09-08T03:56:47.190Z | |
| 4202 | 2026-09-08T03:56:47.190Z | Doc-tests aal |
| 4203 | 2026-09-08T03:56:47.409Z | |
| 4204 | 2026-09-08T03:56:47.409Z | running 0 tests |
| 4205 | 2026-09-08T03:56:47.409Z | |
| 4206 | 2026-09-08T03:56:47.412Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4207 | 2026-09-08T03:56:47.412Z | |
| 4208 | 2026-09-08T03:56:47.436Z | Doc-tests aal_macros |
| 4209 | 2026-09-08T03:56:47.503Z | |
| 4210 | 2026-09-08T03:56:47.503Z | running 0 tests |
| 4211 | 2026-09-08T03:56:47.503Z | |
| 4212 | 2026-09-08T03:56:47.503Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4213 | 2026-09-08T03:56:47.503Z | |
| 4214 | 2026-09-08T03:56:47.542Z | Doc-tests common |
| 4215 | 2026-09-08T03:56:47.750Z | |
| 4216 | 2026-09-08T03:56:47.750Z | running 0 tests |
| 4217 | 2026-09-08T03:56:47.750Z | |
| 4218 | 2026-09-08T03:56:47.750Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4219 | 2026-09-08T03:56:47.750Z | |
| 4220 | 2026-09-08T03:56:47.776Z | Doc-tests dpd_api |
| 4221 | 2026-09-08T03:56:48.482Z | |
| 4222 | 2026-09-08T03:56:48.482Z | running 2 tests |
| 4223 | 2026-09-08T03:56:48.482Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 4224 | 2026-09-08T03:56:48.482Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 4225 | 2026-09-08T03:56:48.482Z | |
| 4226 | 2026-09-08T03:56:48.482Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4227 | 2026-09-08T03:56:48.482Z | |
| 4228 | 2026-09-08T03:56:48.511Z | Doc-tests dpd_client |
| 4229 | 2026-09-08T03:56:49.894Z | |
| 4230 | 2026-09-08T03:56:49.894Z | running 0 tests |
| 4231 | 2026-09-08T03:56:49.894Z | |
| 4232 | 2026-09-08T03:56:49.894Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4233 | 2026-09-08T03:56:49.895Z | |
| 4234 | 2026-09-08T03:56:49.950Z | Doc-tests dpd_types |
| 4235 | 2026-09-08T03:56:50.134Z | |
| 4236 | 2026-09-08T03:56:50.134Z | running 0 tests |
| 4237 | 2026-09-08T03:56:50.134Z | |
| 4238 | 2026-09-08T03:56:50.134Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4239 | 2026-09-08T03:56:50.134Z | |
| 4240 | 2026-09-08T03:56:50.157Z | Doc-tests dpd_types_versions |
| 4241 | 2026-09-08T03:56:51.640Z | |
| 4242 | 2026-09-08T03:56:51.640Z | running 1 test |
| 4243 | 2026-09-08T03:56:51.640Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 4244 | 2026-09-08T03:56:51.640Z | |
| 4245 | 2026-09-08T03:56:51.640Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4246 | 2026-09-08T03:56:51.640Z | |
| 4247 | 2026-09-08T03:56:51.691Z | Doc-tests packet |
| 4248 | 2026-09-08T03:56:51.910Z | |
| 4249 | 2026-09-08T03:56:51.910Z | running 0 tests |
| 4250 | 2026-09-08T03:56:51.911Z | |
| 4251 | 2026-09-08T03:56:51.911Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4252 | 2026-09-08T03:56:51.911Z | |
| 4253 | 2026-09-08T03:56:51.936Z | Doc-tests pcap |
| 4254 | 2026-09-08T03:56:51.987Z | |
| 4255 | 2026-09-08T03:56:51.987Z | running 0 tests |
| 4256 | 2026-09-08T03:56:51.987Z | |
| 4257 | 2026-09-08T03:56:51.987Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4258 | 2026-09-08T03:56:51.987Z | |
| 4259 | 2026-09-08T03:56:52.054Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 4260 | 2026-09-08T03:56:52.054Z | + RUST_BACKTRACE=full |
| 4261 | 2026-09-08T03:56:52.054Z | + cargo test --features tofino_asic --no-fail-fast |
| 4262 | 2026-09-08T03:56:52.662Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 4263 | 2026-09-08T03:56:52.742Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 4264 | 2026-09-08T03:56:52.744Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 4265 | 2026-09-08T03:56:52.754Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 4266 | 2026-09-08T03:57:01.447Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 4267 | 2026-09-08T03:57:01.558Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 4268 | 2026-09-08T03:57:45.969Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 53.89s |
| 4269 | 2026-09-08T03:57:46.086Z | Running unittests src/lib.rs (target/debug/deps/aal-450f124e18c48d38) |
| 4270 | 2026-09-08T03:57:46.090Z | |
| 4271 | 2026-09-08T03:57:46.090Z | running 0 tests |
| 4272 | 2026-09-08T03:57:46.090Z | |
| 4273 | 2026-09-08T03:57:46.090Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4274 | 2026-09-08T03:57:46.090Z | |
| 4275 | 2026-09-08T03:57:46.090Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 4276 | 2026-09-08T03:57:46.094Z | |
| 4277 | 2026-09-08T03:57:46.094Z | running 0 tests |
| 4278 | 2026-09-08T03:57:46.094Z | |
| 4279 | 2026-09-08T03:57:46.094Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4280 | 2026-09-08T03:57:46.094Z | |
| 4281 | 2026-09-08T03:57:46.094Z | Running unittests src/lib.rs (target/debug/deps/asic-dc46d3e53d2df97f) |
| 4282 | 2026-09-08T03:57:46.192Z | |
| 4283 | 2026-09-08T03:57:46.192Z | running 8 tests |
| 4284 | 2026-09-08T03:57:46.196Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
| 4285 | 2026-09-08T03:57:46.196Z | test tofino_asic::qsfp::tests::fix_link ... ok |
| 4286 | 2026-09-08T03:57:46.196Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
| 4287 | 2026-09-08T03:57:46.196Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
| 4288 | 2026-09-08T03:57:46.196Z | test tofino_asic::stats::constants_sanity_check ... ok |
| 4289 | 2026-09-08T03:57:46.196Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
| 4290 | 2026-09-08T03:57:46.203Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
| 4291 | 2026-09-08T03:57:46.694Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
| 4292 | 2026-09-08T03:57:46.694Z | |
| 4293 | 2026-09-08T03:57:46.694Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s |
| 4294 | 2026-09-08T03:57:46.694Z | |
| 4295 | 2026-09-08T03:57:46.705Z | Running unittests src/lib.rs (target/debug/deps/common-5e8ad7a4c62ed295) |
| 4296 | 2026-09-08T03:57:46.726Z | |
| 4297 | 2026-09-08T03:57:46.726Z | running 4 tests |
| 4298 | 2026-09-08T03:57:46.730Z | test nat::tests::test_vni ... ok |
| 4299 | 2026-09-08T03:57:46.730Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 4300 | 2026-09-08T03:57:46.732Z | test test_purge ... ok |
| 4301 | 2026-09-08T03:57:46.736Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 4302 | 2026-09-08T03:57:46.736Z | |
| 4303 | 2026-09-08T03:57:46.736Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 4304 | 2026-09-08T03:57:46.736Z | |
| 4305 | 2026-09-08T03:57:46.736Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-049fc7a9b9157ea9) |
| 4306 | 2026-09-08T03:57:46.760Z | |
| 4307 | 2026-09-08T03:57:46.760Z | running 1 test |
| 4308 | 2026-09-08T03:57:46.764Z | ------- |
| 4309 | 2026-09-08T03:57:46.770Z | Generating OpenAPI documents from API definitions ... |
| 4310 | 2026-09-08T03:57:46.920Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 4311 | 2026-09-08T03:57:46.991Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 4312 | 2026-09-08T03:57:48.067Z | ------- |
| 4313 | 2026-09-08T03:57:48.068Z | Checking 13 OpenAPI documents... |
| 4314 | 2026-09-08T03:57:48.068Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4315 | 2026-09-08T03:57:48.071Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4316 | 2026-09-08T03:57:48.071Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4317 | 2026-09-08T03:57:48.071Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4318 | 2026-09-08T03:57:48.071Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4319 | 2026-09-08T03:57:48.071Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4320 | 2026-09-08T03:57:48.071Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4321 | 2026-09-08T03:57:48.071Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4322 | 2026-09-08T03:57:48.071Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4323 | 2026-09-08T03:57:48.071Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4324 | 2026-09-08T03:57:48.071Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4325 | 2026-09-08T03:57:48.071Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4326 | 2026-09-08T03:57:48.071Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4327 | 2026-09-08T03:57:48.071Z | Fresh dpd "latest" symlink |
| 4328 | 2026-09-08T03:57:48.071Z | ------- |
| 4329 | 2026-09-08T03:57:48.071Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 4330 | 2026-09-08T03:57:48.139Z | test test::test_apis_up_to_date ... ok |
| 4331 | 2026-09-08T03:57:48.139Z | |
| 4332 | 2026-09-08T03:57:48.139Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.38s |
| 4333 | 2026-09-08T03:57:48.139Z | |
| 4334 | 2026-09-08T03:57:48.196Z | Running unittests src/main.rs (target/debug/deps/dpd-a04153da049b07eb) |
| 4335 | 2026-09-08T03:57:48.261Z | |
| 4336 | 2026-09-08T03:57:48.261Z | running 92 tests |
| 4337 | 2026-09-08T03:57:48.264Z | test freemap::test_ordering ... ok |
| 4338 | 2026-09-08T03:57:48.264Z | test config::tests::test_updates ... ok |
| 4339 | 2026-09-08T03:57:48.264Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 4340 | 2026-09-08T03:57:48.264Z | test freemap::test_split ... ok |
| 4341 | 2026-09-08T03:57:48.264Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 4342 | 2026-09-08T03:57:48.264Z | test macaddrs::tests::test_mac_offset ... ok |
| 4343 | 2026-09-08T03:57:48.268Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 4344 | 2026-09-08T03:57:48.268Z | Sep 08 03:57:47.196 DEBG created new freemap, Sep 08 03:57:47.196unit :DEBG freemap_testcreated new freemap, unit: freemap_test |
| 4345 | 2026-09-08T03:57:48.268Z | |
| 4346 | 2026-09-08T03:57:48.268Z | Sep 08 03:57:47.196 DEBG initted freemap. size: 128, unit: Sep 08 03:57:47.196freemap_test |
| 4347 | 2026-09-08T03:57:48.268Z | DEBG initted freemap. size: 128Sep 08 03:57:47.196Sep 08 03:57:47.196, unitDEBG DEBGreset freemap :created new freemap, unitfreemap_test: |
| 4348 | 2026-09-08T03:57:48.268Z | freemap_test, |
| 4349 | 2026-09-08T03:57:48.268Z | unit: Sep 08 03:57:47.196freemap_test DEBG |
| 4350 | 2026-09-08T03:57:48.268Z | reset freemap, unit: freemap_testSep 08 03:57:47.196 |
| 4351 | 2026-09-08T03:57:48.268Z | Sep 08 03:57:47.196 DEBGDEBG initted freemap. size: 128created new freemap, , unitunit:: freemap_testfreemap_test |
| 4352 | 2026-09-08T03:57:48.268Z | |
| 4353 | 2026-09-08T03:57:48.268Z | test macaddrs::tests::test_parse_port_id ... ok |
| 4354 | 2026-09-08T03:57:48.268Z | Sep 08 03:57:47.196 DEBG Sep 08 03:57:47.196reset freemap , DEBGunit :initted freemap. size: 128 , freemap_testunit |
| 4355 | 2026-09-08T03:57:48.268Z | : freemap_test |
| 4356 | 2026-09-08T03:57:48.268Z | Sep 08 03:57:47.196 DEBG reset freemap, unit: freemap_test |
| 4357 | 2026-09-08T03:57:48.268Z | test freemap::test_basic ... ok |
| 4358 | 2026-09-08T03:57:48.268Z | test freemap::test_exhaustion ... ok |
| 4359 | 2026-09-08T03:57:48.268Z | test freemap::test_free ... ok |
| 4360 | 2026-09-08T03:57:48.268Z | test freemap::test_reclaim ... ok |
| 4361 | 2026-09-08T03:57:48.268Z | test mcast::tests::test_canonicalize_sources ... ok |
| 4362 | 2026-09-08T03:57:48.268Z | test mcast::tests::test_create_port_bitmap_all_same_direction ... ok |
| 4363 | 2026-09-08T03:57:48.268Z | test mcast::tests::test_create_port_bitmap_empty ... ok |
| 4364 | 2026-09-08T03:57:48.268Z | test mcast::tests::test_create_port_bitmap_filters_by_direction ... ok |
| 4365 | 2026-09-08T03:57:48.268Z | Sep 08 03:57:47.197 DEBG created new freemap, unit: freemap_test |
| 4366 | 2026-09-08T03:57:48.268Z | Sep 08 03:57:47.197 DEBG initted freemap. size: 128, unit: freemap_test |
| 4367 | 2026-09-08T03:57:48.268Z | Sep 08 03:57:47.197 DEBG reset freemap, unit: freemap_test |
| 4368 | 2026-09-08T03:57:48.268Z | test freemap::test_span ... ok |
| 4369 | 2026-09-08T03:57:48.268Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 4370 | 2026-09-08T03:57:48.268Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 4371 | 2026-09-08T03:57:48.268Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 4372 | 2026-09-08T03:57:48.268Z | test mcast::tests::test_paired_allocation_and_cleanup ... ok |
| 4373 | 2026-09-08T03:57:48.268Z | Sep 08 03:57:47.197 DEBG created new freemap, unit: freemap_test |
| 4374 | 2026-09-08T03:57:48.268Z | Sep 08 03:57:47.198 DEBG initted freemap. size: 8, unit: freemap_test |
| 4375 | 2026-09-08T03:57:48.268Z | Sep 08 03:57:47.198 DEBG reset freemap, unit: freemap_test |
| 4376 | 2026-09-08T03:57:48.269Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 4377 | 2026-09-08T03:57:48.269Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 4378 | 2026-09-08T03:57:48.269Z | test mcast::tests::test_sources_contain_any ... ok |
| 4379 | 2026-09-08T03:57:48.269Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 4380 | 2026-09-08T03:57:48.269Z | test api_server::tests::test_build_info ... ok |
| 4381 | 2026-09-08T03:57:48.269Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 4382 | 2026-09-08T03:57:48.269Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 4383 | 2026-09-08T03:57:48.269Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 4384 | 2026-09-08T03:57:48.269Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 4385 | 2026-09-08T03:57:48.269Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 4386 | 2026-09-08T03:57:48.269Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 4387 | 2026-09-08T03:57:48.269Z | test mcast::validate::tests::test_address_validation_with_source_validation ... ok |
| 4388 | 2026-09-08T03:57:48.269Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 4389 | 2026-09-08T03:57:48.269Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 4390 | 2026-09-08T03:57:48.269Z | test mcast::validate::tests::test_validate_source_addresses ... ok |
| 4391 | 2026-09-08T03:57:48.269Z | test mcast::validate::tests::test_validate_not_underlay_subnet ... ok |
| 4392 | 2026-09-08T03:57:48.269Z | test nat::test_mapping ... ok |
| 4393 | 2026-09-08T03:57:48.269Z | test mcast::validate::tests::test_validate_tag ... ok |
| 4394 | 2026-09-08T03:57:48.269Z | test port_map::tests::test_backplane_group ... ok |
| 4395 | 2026-09-08T03:57:48.269Z | test mcast::validate::tests::test_validate_tag_format ... ok |
| 4396 | 2026-09-08T03:57:48.269Z | test mcast::tests::test_id_range_boundaries ... ok |
| 4397 | 2026-09-08T03:57:48.269Z | test port_map::tests::test_port_map ... ok |
| 4398 | 2026-09-08T03:57:48.273Z | test port_map::tests::dump_map ... ok |
| 4399 | 2026-09-08T03:57:48.273Z | Sep 08 03:57:47.200 DEBG created new freemap, unit: freemap_route_ipv4 |
| 4400 | 2026-09-08T03:57:48.273Z | Sep 08 03:57:47.200 DEBG created new freemap, unit: Sep 08 03:57:47.200freemap_route_ipv6 |
| 4401 | 2026-09-08T03:57:48.273Z | test port_map::tests::parse_softnpu_revision ... ok |
| 4402 | 2026-09-08T03:57:48.273Z | DEBG created new freemapSep 08 03:57:47.200 DEBG, unitinitted freemap. size: 64:, unitfreemap_route_ipv4: |
| 4403 | 2026-09-08T03:57:48.273Z | freemap_route_ipv4 |
| 4404 | 2026-09-08T03:57:48.273Z | Sep 08 03:57:47.200Sep 08 03:57:47.200 DEBGDEBG reset freemapcreated new freemap, , unitunit:: freemap_route_ipv4freemap_route_ipv6 |
| 4405 | 2026-09-08T03:57:48.273Z | |
| 4406 | 2026-09-08T03:57:48.273Z | Sep 08 03:57:47.200Sep 08 03:57:47.200 DEBGDEBG initted freemap. size: 64initted freemap. size: 64, , unitunit:: freemap_route_ipv6freemap_route_ipv4 |
| 4407 | 2026-09-08T03:57:48.273Z | |
| 4408 | 2026-09-08T03:57:48.273Z | Sep 08 03:57:47.200Sep 08 03:57:47.200 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_route_ipv6freemap_route_ipv4 |
| 4409 | 2026-09-08T03:57:48.273Z | |
| 4410 | 2026-09-08T03:57:48.273Z | Sep 08 03:57:47.200Sep 08 03:57:47.200Sep 08 03:57:47.200 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4411 | 2026-09-08T03:57:48.273Z | initted freemap. size: 64DEBG, unitcreated new freemap: freemap_route_ipv6Sep 08 03:57:47.200, |
| 4412 | 2026-09-08T03:57:48.273Z | DEBGunit :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4413 | 2026-09-08T03:57:48.273Z | Sep 08 03:57:47.200freemap_route_ipv4 DEBG |
| 4414 | 2026-09-08T03:57:48.273Z | reset freemapSep 08 03:57:47.200, unitINFO: adding route 3fff:beef::/64 -> 2001:db8::55:ffSep 08 03:57:47.200 |
| 4415 | 2026-09-08T03:57:48.274Z | freemap_route_ipv6 DEBG |
| 4416 | 2026-09-08T03:57:48.274Z | Sep 08 03:57:47.200 created new freemap , DEBGunit :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 } }] |
| 4417 | 2026-09-08T03:57:48.274Z | Sep 08 03:57:47.200freemap_route_ipv6 |
| 4418 | 2026-09-08T03:57:48.274Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Sep 08 03:57:47.200Sep 08 03:57:47.200 |
| 4419 | 2026-09-08T03:57:48.274Z | DEBGINFO Sep 08 03:57:47.200adding route 3fff:beef:1::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 4420 | 2026-09-08T03:57:48.274Z | , Sep 08 03:57:47.200DEBG unitSep 08 03:57:47.200DEBG :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 } }]freemap_route_ipv4created new freemap |
| 4421 | 2026-09-08T03:57:48.274Z | 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 } }] |
| 4422 | 2026-09-08T03:57:48.274Z | |
| 4423 | 2026-09-08T03:57:48.274Z | , unit: Sep 08 03:57:47.200freemap_route_ipv4 Sep 08 03:57:47.200Sep 08 03:57:47.200 |
| 4424 | 2026-09-08T03:57:48.274Z | INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4425 | 2026-09-08T03:57:48.274Z | DEBGSep 08 03:57:47.200INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1Sep 08 03:57:47.200 |
| 4426 | 2026-09-08T03:57:48.274Z | created new freemap , unitSep 08 03:57:47.200reset freemapDEBG, : Sep 08 03:57:47.200DEBGunit freemap_route_ipv6replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4427 | 2026-09-08T03:57:48.274Z | created new freemap |
| 4428 | 2026-09-08T03:57:48.274Z | DEBG, unitSep 08 03:57:47.200: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 } }]Sep 08 03:57:47.200 |
| 4429 | 2026-09-08T03:57:48.274Z | DEBG INFO freemap_route_ipv4initted freemap. size: 64adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4430 | 2026-09-08T03:57:48.274Z | Sep 08 03:57:47.200 |
| 4431 | 2026-09-08T03:57:48.274Z | INFO, adding route 3fff:dead::/64 -> 2001:db8::55:1unit |
| 4432 | 2026-09-08T03:57:48.274Z | :Sep 08 03:57:47.200 freemap_route_ipv4Sep 08 03:57:47.200DEBGSep 08 03:57:47.200 |
| 4433 | 2026-09-08T03:57:48.274Z | 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 } }] |
| 4434 | 2026-09-08T03:57:48.274Z | DEBG DEBGSep 08 03:57:47.200 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 } }]created new freemap |
| 4435 | 2026-09-08T03:57:48.274Z | , DEBG unitreset freemapSep 08 03:57:47.200, Sep 08 03:57:47.200: INFOunitINFO freemap_route_ipv6adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4436 | 2026-09-08T03:57:48.274Z | : |
| 4437 | 2026-09-08T03:57:48.274Z | adding route 3fff:dead::/64 -> 2001:db8::55:2freemap_route_ipv4 |
| 4438 | 2026-09-08T03:57:48.274Z | |
| 4439 | 2026-09-08T03:57:48.274Z | Sep 08 03:57:47.200Sep 08 03:57:47.200 Sep 08 03:57:47.200DEBGDEBG DEBGreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4440 | 2026-09-08T03:57:48.274Z | initted freemap. size: 64replacing 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 } }], Sep 08 03:57:47.200 |
| 4441 | 2026-09-08T03:57:48.274Z | Sep 08 03:57:47.200unit INFO: DEBGfreemap_route_ipv4 |
| 4442 | 2026-09-08T03:57:48.274Z | Sep 08 03:57:47.200 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 4443 | 2026-09-08T03:57:48.274Z | INFO , unitadding route 3fff:beef::/64 -> 2001:db8::55:ff: |
| 4444 | 2026-09-08T03:57:48.274Z | Sep 08 03:57:47.200 freemap_route_ipv6DEBG |
| 4445 | 2026-09-08T03:57:48.274Z | 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 } }]Sep 08 03:57:47.200 |
| 4446 | 2026-09-08T03:57:48.274Z | DEBGSep 08 03:57:47.200 reset freemapDEBG, Sep 08 03:57:47.200Sep 08 03:57:47.200unit : 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 } }]INFO |
| 4447 | 2026-09-08T03:57:48.274Z | freemap_route_ipv4adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4448 | 2026-09-08T03:57:48.274Z | |
| 4449 | 2026-09-08T03:57:48.274Z | reset freemapSep 08 03:57:47.200Sep 08 03:57:47.200, unitDEBGDEBG 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 } }]initted freemap. size: 64Sep 08 03:57:47.200, unit |
| 4450 | 2026-09-08T03:57:48.274Z | :INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff: |
| 4451 | 2026-09-08T03:57:48.274Z | Sep 08 03:57:47.200freemap_route_ipv6 |
| 4452 | 2026-09-08T03:57:48.274Z | INFOfreemap_route_ipv6 |
| 4453 | 2026-09-08T03:57:48.274Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4454 | 2026-09-08T03:57:48.274Z | Sep 08 03:57:47.200Sep 08 03:57:47.200Sep 08 03:57:47.200 Sep 08 03:57:47.200 DEBG DEBGDEBGreset freemap , 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 } }] |
| 4455 | 2026-09-08T03:57:48.275Z | unit INFOreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: Sep 08 03:57:47.200 |
| 4456 | 2026-09-08T03:57:48.275Z | freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4457 | 2026-09-08T03:57:48.275Z | INFO |
| 4458 | 2026-09-08T03:57:48.275Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffSep 08 03:57:47.200 |
| 4459 | 2026-09-08T03:57:48.275Z | DEBGSep 08 03:57:47.200 Sep 08 03:57:47.200INFOreplacing 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 } }]Sep 08 03:57:47.200 |
| 4460 | 2026-09-08T03:57:48.275Z | INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4461 | 2026-09-08T03:57:48.275Z | replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4462 | 2026-09-08T03:57:48.275Z | Sep 08 03:57:47.200 |
| 4463 | 2026-09-08T03:57:48.275Z | Sep 08 03:57:47.200 INFO DEBGSep 08 03:57:47.200 adding route 3fff:dead::/64 -> 2001:db8::55:1Sep 08 03:57:47.200replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4464 | 2026-09-08T03:57:48.275Z | INFODEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4465 | 2026-09-08T03:57:48.275Z | |
| 4466 | 2026-09-08T03:57:48.275Z | 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 } }]Sep 08 03:57:47.200Sep 08 03:57:47.200 |
| 4467 | 2026-09-08T03:57:48.275Z | Sep 08 03:57:47.200 DEBGINFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4468 | 2026-09-08T03:57:48.275Z | Sep 08 03:57:47.200replacing 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 } }] |
| 4469 | 2026-09-08T03:57:48.275Z | 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 } }] |
| 4470 | 2026-09-08T03:57:48.275Z | INFO Sep 08 03:57:47.200adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4471 | 2026-09-08T03:57:48.275Z | INFOSep 08 03:57:47.200Sep 08 03:57:47.200 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4472 | 2026-09-08T03:57:48.275Z | |
| 4473 | 2026-09-08T03:57:48.275Z | INFO Sep 08 03:57:47.200 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGSep 08 03:57:47.200 |
| 4474 | 2026-09-08T03:57:48.275Z | Sep 08 03:57:47.200replacing 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 |
| 4475 | 2026-09-08T03:57:48.275Z | 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 } }] |
| 4476 | 2026-09-08T03:57:48.275Z | adding route 3fff:beef::/64 -> 2001:db8::55:ffSep 08 03:57:47.200Sep 08 03:57:47.200 |
| 4477 | 2026-09-08T03:57:48.275Z | DEBGINFO Sep 08 03:57:47.200adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4478 | 2026-09-08T03:57:48.275Z | 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 } }, 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 } }]Sep 08 03:57:47.200adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4479 | 2026-09-08T03:57:48.275Z | DEBG |
| 4480 | 2026-09-08T03:57:48.275Z | Sep 08 03:57:47.200 DEBGSep 08 03:57:47.200Sep 08 03:57:47.200 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: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 } }]DEBGINFO |
| 4481 | 2026-09-08T03:57:48.275Z | adding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4482 | 2026-09-08T03:57:48.275Z | |
| 4483 | 2026-09-08T03:57:48.275Z | |
| 4484 | 2026-09-08T03:57:48.275Z | Sep 08 03:57:47.200 INFOSep 08 03:57:47.200 Sep 08 03:57:47.200 INFOINFOadding route 3fff:beef:1::/64 -> 2001:db8::55:ff Sep 08 03:57:47.200adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4485 | 2026-09-08T03:57:48.275Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4486 | 2026-09-08T03:57:48.275Z | |
| 4487 | 2026-09-08T03:57:48.275Z | 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 } }]Sep 08 03:57:47.200Sep 08 03:57:47.200 Sep 08 03:57:47.200DEBG |
| 4488 | 2026-09-08T03:57:48.275Z | DEBGDEBGreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 4489 | 2026-09-08T03:57:48.275Z | |
| 4490 | 2026-09-08T03:57:48.275Z | |
| 4491 | 2026-09-08T03:57:48.275Z | Sep 08 03:57:47.200 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4492 | 2026-09-08T03:57:48.275Z | Sep 08 03:57:47.200Sep 08 03:57:47.200 Sep 08 03:57:47.200INFO Sep 08 03:57:47.200 INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4493 | 2026-09-08T03:57:48.276Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4494 | 2026-09-08T03:57:48.276Z | |
| 4495 | 2026-09-08T03:57:48.276Z | 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 } }]Sep 08 03:57:47.200 |
| 4496 | 2026-09-08T03:57:48.276Z | Sep 08 03:57:47.200Sep 08 03:57:47.200 DEBG DEBGSep 08 03:57:47.200 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 } }] |
| 4497 | 2026-09-08T03:57:48.276Z | INFODEBGreplacing 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 } }] |
| 4498 | 2026-09-08T03:57:48.280Z | 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:1::/64 -> 2001:db8::55:ff |
| 4499 | 2026-09-08T03:57:48.280Z | |
| 4500 | 2026-09-08T03:57:48.280Z | Sep 08 03:57:47.200 Sep 08 03:57:47.200INFOSep 08 03:57:47.200 INFO DEBGSep 08 03:57:47.200 adding route 3fff:beef:3::/64 -> 2001:db8::55:ff INFOreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4501 | 2026-09-08T03:57:48.280Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4502 | 2026-09-08T03:57:48.280Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4503 | 2026-09-08T03:57:48.280Z | |
| 4504 | 2026-09-08T03:57:48.280Z | Sep 08 03:57:47.200 INFO Sep 08 03:57:47.200Sep 08 03:57:47.200 Sep 08 03:57:47.200DEBGDEBG adding route 3fff:beef:2::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4505 | 2026-09-08T03:57:48.280Z | 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 } }] |
| 4506 | 2026-09-08T03:57:48.280Z | 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 } }] |
| 4507 | 2026-09-08T03:57:48.280Z | |
| 4508 | 2026-09-08T03:57:48.280Z | Sep 08 03:57:47.200Sep 08 03:57:47.200 Sep 08 03:57:47.200Sep 08 03:57:47.200DEBG INFOINFOreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4509 | 2026-09-08T03:57:48.280Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4510 | 2026-09-08T03:57:48.280Z | |
| 4511 | 2026-09-08T03:57:48.280Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4512 | 2026-09-08T03:57:48.280Z | Sep 08 03:57:47.200Sep 08 03:57:47.200 DEBGSep 08 03:57:47.200 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 |
| 4513 | 2026-09-08T03:57:48.280Z | DEBG Sep 08 03:57:47.200replacing 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: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 } }] Sep 08 03:57:47.200INFO |
| 4514 | 2026-09-08T03:57:48.280Z | INFO |
| 4515 | 2026-09-08T03:57:48.280Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ffSep 08 03:57:47.200 |
| 4516 | 2026-09-08T03:57:48.280Z | |
| 4517 | 2026-09-08T03:57:48.280Z | INFO Sep 08 03:57:47.200Sep 08 03:57:47.200adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4518 | 2026-09-08T03:57:48.281Z | DEBGSep 08 03:57:47.200 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 } }]DEBGSep 08 03:57:47.200INFO DEBG |
| 4519 | 2026-09-08T03:57:48.281Z | 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:5::/64 -> 2001:db8::55:ff |
| 4520 | 2026-09-08T03:57:48.281Z | |
| 4521 | 2026-09-08T03:57:48.281Z | 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 } }]Sep 08 03:57:47.200Sep 08 03:57:47.200 |
| 4522 | 2026-09-08T03:57:48.281Z | INFO Sep 08 03:57:47.200INFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ffSep 08 03:57:47.200 |
| 4523 | 2026-09-08T03:57:48.281Z | INFODEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ffSep 08 03:57:47.200 |
| 4524 | 2026-09-08T03:57:48.281Z | |
| 4525 | 2026-09-08T03:57:48.281Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4526 | 2026-09-08T03:57:48.281Z | DEBGSep 08 03:57:47.200Sep 08 03:57:47.200 replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4527 | 2026-09-08T03:57:48.281Z | INFO replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4528 | 2026-09-08T03:57:48.281Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffSep 08 03:57:47.200Sep 08 03:57:47.200 |
| 4529 | 2026-09-08T03:57:48.281Z | INFODEBG adding route 3fff:beef:12::/64 -> 2001:db8::55:ffSep 08 03:57:47.200 |
| 4530 | 2026-09-08T03:57:48.281Z | 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 |
| 4531 | 2026-09-08T03:57:48.281Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffSep 08 03:57:47.200 |
| 4532 | 2026-09-08T03:57:48.281Z | DEBGSep 08 03:57:47.200 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 } }] Sep 08 03:57:47.200Sep 08 03:57:47.200 |
| 4533 | 2026-09-08T03:57:48.281Z | 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 } }]DEBG |
| 4534 | 2026-09-08T03:57:48.281Z | INFO adding route 3fff:beef:5::/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 } }]Sep 08 03:57:47.200 |
| 4535 | 2026-09-08T03:57:48.281Z | |
| 4536 | 2026-09-08T03:57:48.281Z | INFOSep 08 03:57:47.200Sep 08 03:57:47.200 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFO |
| 4537 | 2026-09-08T03:57:48.281Z | Sep 08 03:57:47.200adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4538 | 2026-09-08T03:57:48.281Z | Sep 08 03:57:47.200INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff DEBG |
| 4539 | 2026-09-08T03:57:48.281Z | 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 } }] Sep 08 03:57:47.200replacing 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 } }] |
| 4540 | 2026-09-08T03:57:48.281Z | Sep 08 03:57:47.200 |
| 4541 | 2026-09-08T03:57:48.281Z | 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 } }]DEBGSep 08 03:57:47.200 |
| 4542 | 2026-09-08T03:57:48.281Z | Sep 08 03:57:47.200 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 } }] |
| 4543 | 2026-09-08T03:57:48.281Z | INFOINFOSep 08 03:57:47.200 adding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFO |
| 4544 | 2026-09-08T03:57:48.281Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4545 | 2026-09-08T03:57:48.281Z | Sep 08 03:57:47.200Sep 08 03:57:47.200 |
| 4546 | 2026-09-08T03:57:48.281Z | DEBGSep 08 03:57:47.200 INFOreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4547 | 2026-09-08T03:57:48.281Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffSep 08 03:57:47.200DEBG |
| 4548 | 2026-09-08T03:57:48.281Z | 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 } }]Sep 08 03:57:47.200 |
| 4549 | 2026-09-08T03:57:48.281Z | INFODEBG adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4550 | 2026-09-08T03:57:48.281Z | 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 } }]Sep 08 03:57:47.200Sep 08 03:57:47.200 INFODEBG Sep 08 03:57:47.200 |
| 4551 | 2026-09-08T03:57:48.281Z | 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:e::/64 -> 2001:db8::55:ff |
| 4552 | 2026-09-08T03:57:48.281Z | |
| 4553 | 2026-09-08T03:57:48.281Z | DEBG Sep 08 03:57:47.200replacing 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 } }]Sep 08 03:57:47.200Sep 08 03:57:47.200 |
| 4554 | 2026-09-08T03:57:48.281Z | DEBGINFO INFOreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 08 03:57:47.200 |
| 4555 | 2026-09-08T03:57:48.281Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO |
| 4556 | 2026-09-08T03:57:48.281Z | |
| 4557 | 2026-09-08T03:57:48.281Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffSep 08 03:57:47.200 |
| 4558 | 2026-09-08T03:57:48.282Z | INFOSep 08 03:57:47.200 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffSep 08 03:57:47.200DEBG |
| 4559 | 2026-09-08T03:57:48.282Z | 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 } }]freemap_route_ipv4 |
| 4560 | 2026-09-08T03:57:48.282Z | |
| 4561 | 2026-09-08T03:57:48.282Z | Sep 08 03:57:47.200 Sep 08 03:57:47.200INFO DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4562 | 2026-09-08T03:57:48.282Z | initted freemap. size: 64, unit:Sep 08 03:57:47.200 freemap_route_ipv6DEBG |
| 4563 | 2026-09-08T03:57:48.282Z | 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 } }]Sep 08 03:57:47.200 |
| 4564 | 2026-09-08T03:57:48.282Z | DEBG reset freemap, unit:Sep 08 03:57:47.201 freemap_route_ipv6INFO |
| 4565 | 2026-09-08T03:57:48.282Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffSep 08 03:57:47.201 |
| 4566 | 2026-09-08T03:57:48.282Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4567 | 2026-09-08T03:57:48.282Z | Sep 08 03:57:47.201 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 } }]Sep 08 03:57:47.201 |
| 4568 | 2026-09-08T03:57:48.282Z | 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 } }]Sep 08 03:57:47.201 |
| 4569 | 2026-09-08T03:57:48.282Z | 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 } }]INFO |
| 4570 | 2026-09-08T03:57:48.282Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4571 | 2026-09-08T03:57:48.282Z | Sep 08 03:57:47.201Sep 08 03:57:47.201 INFOINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4572 | 2026-09-08T03:57:48.282Z | |
| 4573 | 2026-09-08T03:57:48.282Z | Sep 08 03:57:47.201 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 } }] |
| 4574 | 2026-09-08T03:57:48.282Z | Sep 08 03:57:47.201 DEBG Sep 08 03:57:47.201replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 4575 | 2026-09-08T03:57:48.282Z | INFOSep 08 03:57:47.201 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG |
| 4576 | 2026-09-08T03:57:48.282Z | 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 } }] |
| 4577 | 2026-09-08T03:57:48.282Z | Sep 08 03:57:47.201 Sep 08 03:57:47.201INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3Sep 08 03:57:47.201 |
| 4578 | 2026-09-08T03:57:48.282Z | replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4579 | 2026-09-08T03:57:48.282Z | Sep 08 03:57:47.201adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4580 | 2026-09-08T03:57:48.282Z | DEBGSep 08 03:57:47.201 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 4581 | 2026-09-08T03:57:48.282Z | Sep 08 03:57:47.201 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG |
| 4582 | 2026-09-08T03:57:48.282Z | 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 } }]Sep 08 03:57:47.201 |
| 4583 | 2026-09-08T03:57:48.282Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 4584 | 2026-09-08T03:57:48.282Z | Sep 08 03:57:47.201Sep 08 03:57:47.201 DEBGINFO Sep 08 03:57:47.201replacing 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 } }] |
| 4585 | 2026-09-08T03:57:48.282Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ffDEBG |
| 4586 | 2026-09-08T03:57:48.282Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]Sep 08 03:57:47.201 |
| 4587 | 2026-09-08T03:57:48.282Z | INFO Sep 08 03:57:47.201adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4588 | 2026-09-08T03:57:48.282Z | 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 } }] |
| 4589 | 2026-09-08T03:57:48.282Z | Sep 08 03:57:47.201Sep 08 03:57:47.201 INFODEBG adding route 3fff:beef::/64 -> 2001:db8::55:ffSep 08 03:57:47.201replacing 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 } }] |
| 4590 | 2026-09-08T03:57:48.282Z | |
| 4591 | 2026-09-08T03:57:48.282Z | INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4592 | 2026-09-08T03:57:48.282Z | Sep 08 03:57:47.201 Sep 08 03:57:47.201DEBG Sep 08 03:57:47.201INFO 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: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 } }] |
| 4593 | 2026-09-08T03:57:48.282Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4594 | 2026-09-08T03:57:48.282Z | |
| 4595 | 2026-09-08T03:57:48.282Z | Sep 08 03:57:47.201Sep 08 03:57:47.201 Sep 08 03:57:47.201INFO INFODEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4596 | 2026-09-08T03:57:48.283Z | 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 } }] |
| 4597 | 2026-09-08T03:57:48.283Z | |
| 4598 | 2026-09-08T03:57:48.287Z | Sep 08 03:57:47.201Sep 08 03:57:47.201 Sep 08 03:57:47.201DEBG DEBG 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 } }] replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4599 | 2026-09-08T03:57:48.287Z | |
| 4600 | 2026-09-08T03:57:48.287Z | |
| 4601 | 2026-09-08T03:57:48.287Z | Sep 08 03:57:47.201Sep 08 03:57:47.201 Sep 08 03:57:47.201INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4602 | 2026-09-08T03:57:48.287Z | DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4603 | 2026-09-08T03:57:48.287Z | 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 } }] |
| 4604 | 2026-09-08T03:57:48.287Z | Sep 08 03:57:47.201Sep 08 03:57:47.201 Sep 08 03:57:47.201DEBGDEBG 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: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 } }] |
| 4605 | 2026-09-08T03:57:48.287Z | |
| 4606 | 2026-09-08T03:57:48.287Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4607 | 2026-09-08T03:57:48.287Z | Sep 08 03:57:47.201 INFO Sep 08 03:57:47.201Sep 08 03:57:47.201adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4608 | 2026-09-08T03:57:48.287Z | INFO DEBG adding route 3fff:beef:3::/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 } }] |
| 4609 | 2026-09-08T03:57:48.287Z | |
| 4610 | 2026-09-08T03:57:48.287Z | Sep 08 03:57:47.201 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 } }] |
| 4611 | 2026-09-08T03:57:48.287Z | Sep 08 03:57:47.201Sep 08 03:57:47.201 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 } }]INFOSep 08 03:57:47.201 |
| 4612 | 2026-09-08T03:57:48.287Z | INFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4613 | 2026-09-08T03:57:48.287Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ffSep 08 03:57:47.201 |
| 4614 | 2026-09-08T03:57:48.287Z | INFO Sep 08 03:57:47.201adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4615 | 2026-09-08T03:57:48.287Z | DEBG Sep 08 03:57:47.201replacing 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 } }] |
| 4616 | 2026-09-08T03:57:48.287Z | DEBG Sep 08 03:57:47.201replacing 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 } }] Sep 08 03:57:47.201 |
| 4617 | 2026-09-08T03:57:48.287Z | DEBGINFO Sep 08 03:57:47.201replacing 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 } }] Sep 08 03:57:47.201adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO |
| 4618 | 2026-09-08T03:57:48.287Z | |
| 4619 | 2026-09-08T03:57:48.287Z | DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4620 | 2026-09-08T03:57:48.287Z | Sep 08 03:57:47.201Sep 08 03:57:47.201 DEBGINFO |
| 4621 | 2026-09-08T03:57:48.287Z | replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4622 | 2026-09-08T03:57:48.287Z | |
| 4623 | 2026-09-08T03:57:48.287Z | Sep 08 03:57:47.201 DEBGSep 08 03:57:47.201Sep 08 03:57:47.201 INFOreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4624 | 2026-09-08T03:57:48.287Z | adding route 3fff:beef:22::/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 } }] |
| 4625 | 2026-09-08T03:57:48.287Z | |
| 4626 | 2026-09-08T03:57:48.287Z | Sep 08 03:57:47.201Sep 08 03:57:47.201 INFOINFOSep 08 03:57:47.201 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4627 | 2026-09-08T03:57:48.288Z | |
| 4628 | 2026-09-08T03:57:48.288Z | DEBG Sep 08 03:57:47.201Sep 08 03:57:47.201Sep 08 03:57:47.201 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 } }] |
| 4629 | 2026-09-08T03:57:48.288Z | DEBG INFODEBGreplacing 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 } }] |
| 4630 | 2026-09-08T03:57:48.288Z | 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 } }]Sep 08 03:57:47.201adding route 3fff:beef:5::/64 -> 2001:db8::55:ffSep 08 03:57:47.201 |
| 4631 | 2026-09-08T03:57:48.288Z | INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 4632 | 2026-09-08T03:57:48.288Z | Sep 08 03:57:47.201INFO |
| 4633 | 2026-09-08T03:57:48.288Z | INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4634 | 2026-09-08T03:57:48.288Z | |
| 4635 | 2026-09-08T03:57:48.288Z | Sep 08 03:57:47.201 DEBG Sep 08 03:57:47.201replacing 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 } }] Sep 08 03:57:47.201Sep 08 03:57:47.201 |
| 4636 | 2026-09-08T03:57:48.288Z | DEBG DEBG Sep 08 03:57:47.201DEBG 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: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 } }] |
| 4637 | 2026-09-08T03:57:48.288Z | |
| 4638 | 2026-09-08T03:57:48.288Z | INFO replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 4639 | 2026-09-08T03:57:48.288Z | |
| 4640 | 2026-09-08T03:57:48.288Z | Sep 08 03:57:47.201Sep 08 03:57:47.201 INFO INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4641 | 2026-09-08T03:57:48.288Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ffSep 08 03:57:47.201Sep 08 03:57:47.201 |
| 4642 | 2026-09-08T03:57:48.288Z | Sep 08 03:57:47.201DEBG 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 |
| 4643 | 2026-09-08T03:57:48.288Z | 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 } }] |
| 4644 | 2026-09-08T03:57:48.288Z | INFO Sep 08 03:57:47.201adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4645 | 2026-09-08T03:57:48.288Z | Sep 08 03:57:47.201Sep 08 03:57:47.201DEBG INFOSep 08 03:57:47.201replacing 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 } }] |
| 4646 | 2026-09-08T03:57:48.288Z | DEBG INFOreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4647 | 2026-09-08T03:57:48.288Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4648 | 2026-09-08T03:57:48.288Z | |
| 4649 | 2026-09-08T03:57:48.288Z | Sep 08 03:57:47.201Sep 08 03:57:47.201 INFOINFO Sep 08 03:57:47.201adding route 3fff:beef:14::/64 -> 2001:db8::55:ff Sep 08 03:57:47.201DEBG |
| 4650 | 2026-09-08T03:57:48.288Z | 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 } }] |
| 4651 | 2026-09-08T03:57:48.288Z | DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4652 | 2026-09-08T03:57:48.288Z | 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 } }]Sep 08 03:57:47.201 |
| 4653 | 2026-09-08T03:57:48.288Z | Sep 08 03:57:47.201 INFO DEBGSep 08 03:57:47.201 Sep 08 03:57:47.201INFOadding 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 } }] |
| 4654 | 2026-09-08T03:57:48.288Z | DEBG |
| 4655 | 2026-09-08T03:57:48.288Z | 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 } }] |
| 4656 | 2026-09-08T03:57:48.288Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 4657 | 2026-09-08T03:57:48.288Z | Sep 08 03:57:47.201Sep 08 03:57:47.201 Sep 08 03:57:47.201INFOSep 08 03:57:47.201 INFODEBG adding route 3fff:beef:15::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4658 | 2026-09-08T03:57:48.288Z | |
| 4659 | 2026-09-08T03:57:48.288Z | |
| 4660 | 2026-09-08T03:57:48.288Z | 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 } }]Sep 08 03:57:47.201 |
| 4661 | 2026-09-08T03:57:48.288Z | Sep 08 03:57:47.201Sep 08 03:57:47.201DEBG 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 } }]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 } }] |
| 4662 | 2026-09-08T03:57:48.288Z | |
| 4663 | 2026-09-08T03:57:48.288Z | Sep 08 03:57:47.201adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4664 | 2026-09-08T03:57:48.288Z | INFO Sep 08 03:57:47.201adding route 3fff:beef:16::/64 -> 2001:db8::55:ff Sep 08 03:57:47.201INFOSep 08 03:57:47.201 |
| 4665 | 2026-09-08T03:57:48.289Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG |
| 4666 | 2026-09-08T03:57:48.289Z | INFOSep 08 03:57:47.201replacing 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:9::/64 -> 2001:db8::55:ff |
| 4667 | 2026-09-08T03:57:48.289Z | |
| 4668 | 2026-09-08T03:57:48.289Z | 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 } }]Sep 08 03:57:47.201 |
| 4669 | 2026-09-08T03:57:48.289Z | Sep 08 03:57:47.201DEBG Sep 08 03:57:47.201 replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4670 | 2026-09-08T03:57:48.289Z | Sep 08 03:57:47.201adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG |
| 4671 | 2026-09-08T03:57:48.289Z | replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4672 | 2026-09-08T03:57:48.289Z | Sep 08 03:57:47.201Sep 08 03:57:47.201adding route 3fff:beef:17::/64 -> 2001:db8::55:ff INFO |
| 4673 | 2026-09-08T03:57:48.289Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBG |
| 4674 | 2026-09-08T03:57:48.289Z | 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 } }]Sep 08 03:57:47.201Sep 08 03:57:47.201 INFODEBGSep 08 03:57:47.201 |
| 4675 | 2026-09-08T03:57:48.289Z | 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 } }] |
| 4676 | 2026-09-08T03:57:48.289Z | Sep 08 03:57:47.201adding route 3fff:beef:a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4677 | 2026-09-08T03:57:48.289Z | INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4678 | 2026-09-08T03:57:48.289Z | |
| 4679 | 2026-09-08T03:57:48.289Z | Sep 08 03:57:47.201Sep 08 03:57:47.201 INFOSep 08 03:57:47.201INFOSep 08 03:57:47.201 adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4680 | 2026-09-08T03:57:48.289Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG |
| 4681 | 2026-09-08T03:57:48.289Z | 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: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 } }] |
| 4682 | 2026-09-08T03:57:48.289Z | |
| 4683 | 2026-09-08T03:57:48.289Z | Sep 08 03:57:47.201 DEBGSep 08 03:57:47.201 Sep 08 03:57:47.201Sep 08 03:57:47.201DEBGreplacing 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: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 |
| 4684 | 2026-09-08T03:57:48.289Z | |
| 4685 | 2026-09-08T03:57:48.289Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFO |
| 4686 | 2026-09-08T03:57:48.289Z | Sep 08 03:57:47.201adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4687 | 2026-09-08T03:57:48.289Z | INFOSep 08 03:57:47.201Sep 08 03:57:47.201 Sep 08 03:57:47.201DEBG DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFO 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: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 } }] |
| 4688 | 2026-09-08T03:57:48.289Z | |
| 4689 | 2026-09-08T03:57:48.289Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4690 | 2026-09-08T03:57:48.289Z | |
| 4691 | 2026-09-08T03:57:48.289Z | Sep 08 03:57:47.201Sep 08 03:57:47.201Sep 08 03:57:47.201 Sep 08 03:57:47.201 INFODEBG INFOreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4692 | 2026-09-08T03:57:48.289Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 4693 | 2026-09-08T03:57:48.289Z | 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 } }] |
| 4694 | 2026-09-08T03:57:48.289Z | |
| 4695 | 2026-09-08T03:57:48.289Z | Sep 08 03:57:47.201Sep 08 03:57:47.201Sep 08 03:57:47.201Sep 08 03:57:47.201 INFOINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4696 | 2026-09-08T03:57:48.289Z | |
| 4697 | 2026-09-08T03:57:48.289Z | DEBG DEBGreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4698 | 2026-09-08T03:57:48.294Z | 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 } }] |
| 4699 | 2026-09-08T03:57:48.294Z | Sep 08 03:57:47.201Sep 08 03:57:47.201 Sep 08 03:57:47.201DEBGSep 08 03:57:47.201 INFODEBG INFOSep 08 03:57:47.201 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 4700 | 2026-09-08T03:57:48.294Z | Sep 08 03:57:47.200DEBG created new freemap , unitreplacing 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 } }]: |
| 4701 | 2026-09-08T03:57:48.294Z | freemap_route_ipv4adding route 3fff:beef:d::/64 -> 2001:db8::55:ffSep 08 03:57:47.201 |
| 4702 | 2026-09-08T03:57:48.294Z | 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 } }] |
| 4703 | 2026-09-08T03:57:48.294Z | 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 } }] |
| 4704 | 2026-09-08T03:57:48.294Z | Sep 08 03:57:47.201 DEBG Sep 08 03:57:47.201 Sep 08 03:57:47.201 created new freemap, unit: DEBGfreemap_route_ipv6 |
| 4705 | 2026-09-08T03:57:48.294Z | |
| 4706 | 2026-09-08T03:57:48.294Z | 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 } }] |
| 4707 | 2026-09-08T03:57:48.294Z | Sep 08 03:57:47.201 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 4708 | 2026-09-08T03:57:48.294Z | Sep 08 03:57:47.201 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffSep 08 03:57:47.201 DEBGINFO INFOreset freemap , unit: freemap_route_ipv4 |
| 4709 | 2026-09-08T03:57:48.294Z | Sep 08 03:57:47.201 INFOSep 08 03:57:47.201 DEBGadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4710 | 2026-09-08T03:57:48.294Z | initted freemap. size: 64, unit:Sep 08 03:57:47.201 |
| 4711 | 2026-09-08T03:57:48.294Z | freemap_route_ipv6 |
| 4712 | 2026-09-08T03:57:48.294Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4713 | 2026-09-08T03:57:48.294Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4714 | 2026-09-08T03:57:48.294Z | Sep 08 03:57:47.201Sep 08 03:57:47.201 DEBG reset freemap, unit:Sep 08 03:57:47.201 freemap_route_ipv6 |
| 4715 | 2026-09-08T03:57:48.294Z | Sep 08 03:57:47.201 DEBGDEBG created new freemapSep 08 03:57:47.201, unitDEBG 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 } }]: |
| 4716 | 2026-09-08T03:57:48.294Z | |
| 4717 | 2026-09-08T03:57:48.294Z | freemap_route_ipv4 |
| 4718 | 2026-09-08T03:57:48.294Z | 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 } }] |
| 4719 | 2026-09-08T03:57:48.294Z | Sep 08 03:57:47.202 DEBG created new freemap, unitSep 08 03:57:47.202Sep 08 03:57:47.202 :DEBG INFOfreemap_route_ipv6 |
| 4720 | 2026-09-08T03:57:48.294Z | Sep 08 03:57:47.202 INFO Sep 08 03:57:47.202 Sep 08 03:57:47.201DEBG initted freemap. size: 64, replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 4721 | 2026-09-08T03:57:48.294Z | : Sep 08 03:57:47.202freemap_route_ipv4 |
| 4722 | 2026-09-08T03:57:48.294Z | INFODEBG adding route 3fff:beef:2e::/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 } }] |
| 4723 | 2026-09-08T03:57:48.294Z | |
| 4724 | 2026-09-08T03:57:48.294Z | Sep 08 03:57:47.202 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 } }]Sep 08 03:57:47.202 |
| 4725 | 2026-09-08T03:57:48.294Z | Sep 08 03:57:47.202 Sep 08 03:57:47.202INFO Sep 08 03:57:47.202 DEBG INFOINFO reset freemapadding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4726 | 2026-09-08T03:57:48.294Z | , unit |
| 4727 | 2026-09-08T03:57:48.294Z | :adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 4728 | 2026-09-08T03:57:48.294Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:fffreemap_route_ipv4Sep 08 03:57:47.202 |
| 4729 | 2026-09-08T03:57:48.294Z | |
| 4730 | 2026-09-08T03:57:48.294Z | Sep 08 03:57:47.202 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 } }] |
| 4731 | 2026-09-08T03:57:48.294Z | 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 } }]Sep 08 03:57:47.202 |
| 4732 | 2026-09-08T03:57:48.294Z | DEBGSep 08 03:57:47.202Sep 08 03:57:47.202 Sep 08 03:57:47.202 initted freemap. size: 64INFO, Sep 08 03:57:47.202 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBGINFO |
| 4733 | 2026-09-08T03:57:48.295Z | DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 4734 | 2026-09-08T03:57:48.295Z | unit: 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 } }]freemap_route_ipv6Sep 08 03:57:47.202Sep 08 03:57:47.202 |
| 4735 | 2026-09-08T03:57:48.295Z | |
| 4736 | 2026-09-08T03:57:48.295Z | 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 } }]replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 4737 | 2026-09-08T03:57:48.295Z | |
| 4738 | 2026-09-08T03:57:48.295Z | |
| 4739 | 2026-09-08T03:57:48.295Z | Sep 08 03:57:47.202Sep 08 03:57:47.202 INFODEBGSep 08 03:57:47.202Sep 08 03:57:47.202 Sep 08 03:57:47.202 reset freemapDEBG adding route 3fff:beef:f::/64 -> 2001:db8::55:ff 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 } }] |
| 4740 | 2026-09-08T03:57:48.295Z | INFO |
| 4741 | 2026-09-08T03:57:48.295Z | , unit :adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4742 | 2026-09-08T03:57:48.295Z | |
| 4743 | 2026-09-08T03:57:48.295Z | freemap_route_ipv6Sep 08 03:57:47.202 |
| 4744 | 2026-09-08T03:57:48.295Z | Sep 08 03:57:47.202DEBGSep 08 03:57:47.202 DEBGDEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 08 03:57:47.202 |
| 4745 | 2026-09-08T03:57:48.295Z | 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: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 } }] |
| 4746 | 2026-09-08T03:57:48.295Z | |
| 4747 | 2026-09-08T03:57:48.295Z | INFOSep 08 03:57:47.202 Sep 08 03:57:47.202Sep 08 03:57:47.202adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 4748 | 2026-09-08T03:57:48.295Z | INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO |
| 4749 | 2026-09-08T03:57:48.295Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffSep 08 03:57:47.202 DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4750 | 2026-09-08T03:57:48.295Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4751 | 2026-09-08T03:57:48.295Z | |
| 4752 | 2026-09-08T03:57:48.295Z | Sep 08 03:57:47.202 DEBGSep 08 03:57:47.202 Sep 08 03:57:47.202DEBG INFOreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4753 | 2026-09-08T03:57:48.295Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4754 | 2026-09-08T03:57:48.295Z | Sep 08 03:57:47.202Sep 08 03:57:47.202Sep 08 03:57:47.202 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 |
| 4755 | 2026-09-08T03:57:48.295Z | 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 |
| 4756 | 2026-09-08T03:57:48.295Z | 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 } }]Sep 08 03:57:47.202adding route 3fff:beef:f::/64 -> 2001:db8::55:ffSep 08 03:57:47.202 |
| 4757 | 2026-09-08T03:57:48.295Z | INFO |
| 4758 | 2026-09-08T03:57:48.295Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 4759 | 2026-09-08T03:57:48.295Z | Sep 08 03:57:47.202INFO DEBGSep 08 03:57:47.202adding route 3fff:beef:11::/64 -> 2001:db8::55:ff Sep 08 03:57:47.202 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 } }] |
| 4760 | 2026-09-08T03:57:48.295Z | INFO |
| 4761 | 2026-09-08T03:57:48.295Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4762 | 2026-09-08T03:57:48.295Z | 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 } }]Sep 08 03:57:47.202 |
| 4763 | 2026-09-08T03:57:48.295Z | INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffSep 08 03:57:47.202 |
| 4764 | 2026-09-08T03:57:48.295Z | Sep 08 03:57:47.202 DEBGSep 08 03:57:47.202DEBG 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 4765 | 2026-09-08T03:57:48.295Z | |
| 4766 | 2026-09-08T03:57:48.295Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffSep 08 03:57:47.202 |
| 4767 | 2026-09-08T03:57:48.295Z | DEBGSep 08 03:57:47.202Sep 08 03:57:47.202 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4768 | 2026-09-08T03:57:48.295Z | |
| 4769 | 2026-09-08T03:57:48.295Z | Sep 08 03:57:47.202 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 } }]Sep 08 03:57:47.202 |
| 4770 | 2026-09-08T03:57:48.295Z | 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 } }]Sep 08 03:57:47.202 |
| 4771 | 2026-09-08T03:57:48.295Z | 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 } }] |
| 4772 | 2026-09-08T03:57:48.296Z | DEBGSep 08 03:57:47.202Sep 08 03:57:47.202 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 |
| 4773 | 2026-09-08T03:57:48.296Z | Sep 08 03:57:47.202 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG |
| 4774 | 2026-09-08T03:57:48.296Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4775 | 2026-09-08T03:57:48.296Z | Sep 08 03:57:47.202replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 4776 | 2026-09-08T03:57:48.296Z | DEBGSep 08 03:57:47.202Sep 08 03:57:47.202 INFODEBGreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4777 | 2026-09-08T03:57:48.296Z | 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:13::/64 -> 2001:db8::55:ff |
| 4778 | 2026-09-08T03:57:48.296Z | |
| 4779 | 2026-09-08T03:57:48.296Z | Sep 08 03:57:47.202Sep 08 03:57:47.202 INFO INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4780 | 2026-09-08T03:57:48.296Z | Sep 08 03:57:47.202 |
| 4781 | 2026-09-08T03:57:48.296Z | 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 } }] |
| 4782 | 2026-09-08T03:57:48.296Z | Sep 08 03:57:47.202 Sep 08 03:57:47.202DEBGSep 08 03:57:47.202 DEBGINFO replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 4783 | 2026-09-08T03:57:48.296Z | |
| 4784 | 2026-09-08T03:57:48.296Z | Sep 08 03:57:47.202Sep 08 03:57:47.202adding route 3fff:beef:14::/64 -> 2001:db8::55:ff INFOINFO |
| 4785 | 2026-09-08T03:57:48.296Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4786 | 2026-09-08T03:57:48.296Z | |
| 4787 | 2026-09-08T03:57:48.296Z | Sep 08 03:57:47.202 DEBGSep 08 03:57:47.202 adding route 3fff:beef:1c::/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 } }]DEBGSep 08 03:57:47.202 |
| 4788 | 2026-09-08T03:57:48.296Z | |
| 4789 | 2026-09-08T03:57:48.296Z | replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4790 | 2026-09-08T03:57:48.296Z | Sep 08 03:57:47.202replacing 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 } }]Sep 08 03:57:47.202 INFOSep 08 03:57:47.202 |
| 4791 | 2026-09-08T03:57:48.296Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBG |
| 4792 | 2026-09-08T03:57:48.296Z | 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 } }]Sep 08 03:57:47.202 |
| 4793 | 2026-09-08T03:57:48.296Z | INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ffSep 08 03:57:47.202 |
| 4794 | 2026-09-08T03:57:48.296Z | |
| 4795 | 2026-09-08T03:57:48.296Z | Sep 08 03:57:47.202 INFODEBGSep 08 03:57:47.202 adding route 3fff:beef:1d::/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 } }] |
| 4796 | 2026-09-08T03:57:48.296Z | |
| 4797 | 2026-09-08T03:57:48.296Z | Sep 08 03:57:47.202DEBG DEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4798 | 2026-09-08T03:57:48.300Z | |
| 4799 | 2026-09-08T03:57:48.300Z | Sep 08 03:57:47.202Sep 08 03:57:47.202Sep 08 03:57:47.202 INFOSep 08 03:57:47.202INFO INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 4800 | 2026-09-08T03:57:48.300Z | |
| 4801 | 2026-09-08T03:57:48.300Z | |
| 4802 | 2026-09-08T03:57:48.300Z | 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 } }]Sep 08 03:57:47.202 |
| 4803 | 2026-09-08T03:57:48.300Z | Sep 08 03:57:47.202 DEBGDEBGSep 08 03:57:47.202Sep 08 03:57:47.202 DEBGreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4804 | 2026-09-08T03:57:48.300Z | 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 } }] |
| 4805 | 2026-09-08T03:57:48.301Z | INFO replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffSep 08 03:57:47.202 |
| 4806 | 2026-09-08T03:57:48.301Z | Sep 08 03:57:47.202 |
| 4807 | 2026-09-08T03:57:48.301Z | INFO Sep 08 03:57:47.202Sep 08 03:57:47.202 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 4808 | 2026-09-08T03:57:48.301Z | INFOINFODEBG Sep 08 03:57:47.202adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4809 | 2026-09-08T03:57:48.301Z | 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 } }] |
| 4810 | 2026-09-08T03:57:48.301Z | 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 } }]Sep 08 03:57:47.202 |
| 4811 | 2026-09-08T03:57:48.301Z | |
| 4812 | 2026-09-08T03:57:48.301Z | DEBGSep 08 03:57:47.202 Sep 08 03:57:47.202DEBG 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 } }]INFOSep 08 03:57:47.202 |
| 4813 | 2026-09-08T03:57:48.301Z | 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:1f::/64 -> 2001:db8::55:ff |
| 4814 | 2026-09-08T03:57:48.301Z | INFOSep 08 03:57:47.202 |
| 4815 | 2026-09-08T03:57:48.301Z | INFOadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 4816 | 2026-09-08T03:57:48.301Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffSep 08 03:57:47.202 |
| 4817 | 2026-09-08T03:57:48.301Z | DEBGSep 08 03:57:47.202 replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4818 | 2026-09-08T03:57:48.301Z | Sep 08 03:57:47.202 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 } }]Sep 08 03:57:47.202INFO |
| 4819 | 2026-09-08T03:57:48.301Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBGSep 08 03:57:47.202 |
| 4820 | 2026-09-08T03:57:48.301Z | Sep 08 03:57:47.202 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:3c::/64 -> 2001:db8::55:ffSep 08 03:57:47.202INFO |
| 4821 | 2026-09-08T03:57:48.301Z | |
| 4822 | 2026-09-08T03:57:48.301Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4823 | 2026-09-08T03:57:48.301Z | Sep 08 03:57:47.202Sep 08 03:57:47.202 DEBG DEBGSep 08 03:57:47.202 INFO replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 4824 | 2026-09-08T03:57:48.301Z | |
| 4825 | 2026-09-08T03:57:48.301Z | 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:18::/64 -> 2001:db8::55:ff |
| 4826 | 2026-09-08T03:57:48.301Z | |
| 4827 | 2026-09-08T03:57:48.301Z | Sep 08 03:57:47.202Sep 08 03:57:47.202 Sep 08 03:57:47.202 INFOINFO Sep 08 03:57:47.202 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:3d::/64 -> 2001:db8::55:ffDEBG |
| 4828 | 2026-09-08T03:57:48.301Z | INFO |
| 4829 | 2026-09-08T03:57:48.301Z | 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 } }] |
| 4830 | 2026-09-08T03:57:48.301Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 4831 | 2026-09-08T03:57:48.301Z | Sep 08 03:57:47.202Sep 08 03:57:47.202 DEBGDEBGSep 08 03:57:47.202 Sep 08 03:57:47.202replacing 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 } }] |
| 4832 | 2026-09-08T03:57:48.301Z | 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 } }] |
| 4833 | 2026-09-08T03:57:48.301Z | INFO Sep 08 03:57:47.202replacing 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 } }]Sep 08 03:57:47.202 |
| 4834 | 2026-09-08T03:57:48.301Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4835 | 2026-09-08T03:57:48.301Z | INFOINFOSep 08 03:57:47.202 adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 4836 | 2026-09-08T03:57:48.301Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFO |
| 4837 | 2026-09-08T03:57:48.301Z | Sep 08 03:57:47.202adding route 3fff:beef:22::/64 -> 2001:db8::55:ff Sep 08 03:57:47.202DEBGSep 08 03:57:47.202 |
| 4838 | 2026-09-08T03:57:48.301Z | DEBG replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 08 03:57:47.202DEBG |
| 4839 | 2026-09-08T03:57:48.301Z | DEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 4840 | 2026-09-08T03:57:48.301Z | Sep 08 03:57:47.202replacing 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 } }] |
| 4841 | 2026-09-08T03:57:48.301Z | INFO |
| 4842 | 2026-09-08T03:57:48.301Z | adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffSep 08 03:57:47.202 |
| 4843 | 2026-09-08T03:57:48.301Z | INFOSep 08 03:57:47.202 Sep 08 03:57:47.202 Sep 08 03:57:47.202 INFOadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 4844 | 2026-09-08T03:57:48.302Z | |
| 4845 | 2026-09-08T03:57:48.302Z | INFO |
| 4846 | 2026-09-08T03:57:48.302Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffSep 08 03:57:47.202 Sep 08 03:57:47.202DEBGSep 08 03:57:47.202 |
| 4847 | 2026-09-08T03:57:48.302Z | replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4848 | 2026-09-08T03:57:48.302Z | DEBGSep 08 03:57:47.202 failed to allocate space for the new target listreplacing 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 } }] |
| 4849 | 2026-09-08T03:57:48.302Z | DEBG |
| 4850 | 2026-09-08T03:57:48.302Z | Sep 08 03:57:47.202replacing 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 } }]Sep 08 03:57:47.202 |
| 4851 | 2026-09-08T03:57:48.302Z | INFODEBGSep 08 03:57:47.202 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:1b::/64 -> 2001:db8::55:ff |
| 4852 | 2026-09-08T03:57:48.302Z | |
| 4853 | 2026-09-08T03:57:48.302Z | Sep 08 03:57:47.202INFO Sep 08 03:57:47.202 INFO DEBGSep 08 03:57:47.202adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4854 | 2026-09-08T03:57:48.302Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }] |
| 4855 | 2026-09-08T03:57:48.302Z | failed to allocate space for the new target list |
| 4856 | 2026-09-08T03:57:48.302Z | |
| 4857 | 2026-09-08T03:57:48.302Z | Sep 08 03:57:47.202Sep 08 03:57:47.202Sep 08 03:57:47.202 DEBGDEBGINFO replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4858 | 2026-09-08T03:57:48.302Z | Sep 08 03:57:47.203 Sep 08 03:57:47.204 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 } }]DEBGDEBG |
| 4859 | 2026-09-08T03:57:48.302Z | 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 } }] |
| 4860 | 2026-09-08T03:57:48.302Z | created new freemap, unitSep 08 03:57:47.204: INFOfreemap_route_ipv4 |
| 4861 | 2026-09-08T03:57:48.302Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffSep 08 03:57:47.204 |
| 4862 | 2026-09-08T03:57:48.302Z | |
| 4863 | 2026-09-08T03:57:48.302Z | INFO Sep 08 03:57:47.204adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff Sep 08 03:57:47.204 |
| 4864 | 2026-09-08T03:57:48.302Z | DEBGDEBG created new freemapreplacing 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 } }], |
| 4865 | 2026-09-08T03:57:48.302Z | unit:Sep 08 03:57:47.204Sep 08 03:57:47.204 freemap_route_ipv6INFODEBG |
| 4866 | 2026-09-08T03:57:48.302Z | 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 } }]Sep 08 03:57:47.204adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 4867 | 2026-09-08T03:57:48.302Z | INFO |
| 4868 | 2026-09-08T03:57:48.302Z | Sep 08 03:57:47.204Sep 08 03:57:47.204 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4869 | 2026-09-08T03:57:48.302Z | INFODEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 4870 | 2026-09-08T03:57:48.302Z | , unitSep 08 03:57:47.204: Sep 08 03:57:47.204DEBGfreemap_route_ipv4 |
| 4871 | 2026-09-08T03:57:48.302Z | 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 } }] |
| 4872 | 2026-09-08T03:57:48.302Z | 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 } }]Sep 08 03:57:47.204 |
| 4873 | 2026-09-08T03:57:48.302Z | DEBG Sep 08 03:57:47.204replacing 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 } }]Sep 08 03:57:47.204Sep 08 03:57:47.204 |
| 4874 | 2026-09-08T03:57:48.302Z | INFOSep 08 03:57:47.202 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff INFODEBG |
| 4875 | 2026-09-08T03:57:48.302Z | created new freemapDEBG , reset freemapSep 08 03:57:47.204, unit :adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG unitfreemap_route_ipv4: |
| 4876 | 2026-09-08T03:57:48.302Z | 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 } }] Sep 08 03:57:47.204 |
| 4877 | 2026-09-08T03:57:48.302Z | freemap_route_ipv4 |
| 4878 | 2026-09-08T03:57:48.302Z | |
| 4879 | 2026-09-08T03:57:48.302Z | INFOSep 08 03:57:47.204 Sep 08 03:57:47.204adding route 3fff:beef:26::/64 -> 2001:db8::55:ff Sep 08 03:57:47.204INFO |
| 4880 | 2026-09-08T03:57:48.303Z | Sep 08 03:57:47.204 DEBG 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:ffDEBGinitted freemap. size: 64 , |
| 4881 | 2026-09-08T03:57:48.303Z | created new freemap, |
| 4882 | 2026-09-08T03:57:48.303Z | unitunit:Sep 08 03:57:47.204 :freemap_route_ipv6 Sep 08 03:57:47.204 INFOfreemap_route_ipv6 |
| 4883 | 2026-09-08T03:57:48.303Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG |
| 4884 | 2026-09-08T03:57:48.303Z | |
| 4885 | 2026-09-08T03:57:48.303Z | Sep 08 03:57:47.204Sep 08 03:57:47.204replacing 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 } }]Sep 08 03:57:47.204 |
| 4886 | 2026-09-08T03:57:48.303Z | DEBGSep 08 03:57:47.204 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 } }]Sep 08 03:57:47.204DEBG |
| 4887 | 2026-09-08T03:57:48.303Z | 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 } }]initted freemap. size: 64INFO , |
| 4888 | 2026-09-08T03:57:48.303Z | unitadding route 3fff:beef:21::/64 -> 2001:db8::55:ffreset freemap |
| 4889 | 2026-09-08T03:57:48.303Z | :, Sep 08 03:57:47.204Sep 08 03:57:47.204unitfreemap_route_ipv4Sep 08 03:57:47.204 |
| 4890 | 2026-09-08T03:57:48.303Z | INFO: INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff DEBGfreemap_route_ipv6adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4891 | 2026-09-08T03:57:48.303Z | |
| 4892 | 2026-09-08T03:57:48.303Z | |
| 4893 | 2026-09-08T03:57:48.303Z | 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 } }]Sep 08 03:57:47.204 |
| 4894 | 2026-09-08T03:57:48.303Z | Sep 08 03:57:47.204 INFODEBG Sep 08 03:57:47.204adding route 172.16.0.0/32 -> 10.0.0.1 reset freemapINFOSep 08 03:57:47.204 , |
| 4895 | 2026-09-08T03:57:48.303Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffunitDEBG |
| 4896 | 2026-09-08T03:57:48.303Z | : replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 4897 | 2026-09-08T03:57:48.303Z | |
| 4898 | 2026-09-08T03:57:48.307Z | Sep 08 03:57:47.204Sep 08 03:57:47.204 DEBG Sep 08 03:57:47.204replacing 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 } }]Sep 08 03:57:47.204 DEBG |
| 4899 | 2026-09-08T03:57:48.307Z | DEBG Sep 08 03:57:47.204INFOreplacing 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 } }] |
| 4900 | 2026-09-08T03:57:48.307Z | 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 } }]Sep 08 03:57:47.204 |
| 4901 | 2026-09-08T03:57:48.307Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 4902 | 2026-09-08T03:57:48.307Z | Sep 08 03:57:47.204initted freemap. size: 64INFOSep 08 03:57:47.204 , unitINFO INFO: Sep 08 03:57:47.204adding route 172.17.0.0/32 -> 10.0.0.255adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 4903 | 2026-09-08T03:57:48.307Z | freemap_route_ipv6 |
| 4904 | 2026-09-08T03:57:48.307Z | DEBG |
| 4905 | 2026-09-08T03:57:48.307Z | |
| 4906 | 2026-09-08T03:57:48.307Z | 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 } }]Sep 08 03:57:47.204Sep 08 03:57:47.204Sep 08 03:57:47.204 |
| 4907 | 2026-09-08T03:57:48.307Z | DEBGDEBGDEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 4908 | 2026-09-08T03:57:48.307Z | 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: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 } }] |
| 4909 | 2026-09-08T03:57:48.307Z | |
| 4910 | 2026-09-08T03:57:48.307Z | Sep 08 03:57:47.204 INFOSep 08 03:57:47.204 Sep 08 03:57:47.204adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffSep 08 03:57:47.204INFO INFOSep 08 03:57:47.204 |
| 4911 | 2026-09-08T03:57:48.308Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFOadding route 172.17.0.1/32 -> 10.0.0.255 |
| 4912 | 2026-09-08T03:57:48.308Z | |
| 4913 | 2026-09-08T03:57:48.308Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 4914 | 2026-09-08T03:57:48.308Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffSep 08 03:57:47.204DEBG DEBGSep 08 03:57:47.204 |
| 4915 | 2026-09-08T03:57:48.308Z | Sep 08 03:57:47.204DEBG 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 } }]Sep 08 03:57:47.204reset freemap |
| 4916 | 2026-09-08T03:57:48.308Z | , 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 } }] |
| 4917 | 2026-09-08T03:57:48.308Z | DEBGSep 08 03:57:47.204 DEBGunitSep 08 03:57:47.204 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 } }] Sep 08 03:57:47.204INFO |
| 4918 | 2026-09-08T03:57:48.308Z | : replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 4919 | 2026-09-08T03:57:48.308Z | adding route 172.17.0.2/32 -> 10.0.0.255INFO |
| 4920 | 2026-09-08T03:57:48.308Z | |
| 4921 | 2026-09-08T03:57:48.308Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG |
| 4922 | 2026-09-08T03:57:48.308Z | 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 } }]Sep 08 03:57:47.204 |
| 4923 | 2026-09-08T03:57:48.308Z | Sep 08 03:57:47.204 Sep 08 03:57:47.204DEBGINFO Sep 08 03:57:47.204 Sep 08 03:57:47.204INFOreplacing 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 } }] DEBGSep 08 03:57:47.204INFO |
| 4924 | 2026-09-08T03:57:48.308Z | adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 4925 | 2026-09-08T03:57:48.308Z | |
| 4926 | 2026-09-08T03:57:48.308Z | Sep 08 03:57:47.204 INFOINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 4927 | 2026-09-08T03:57:48.308Z | |
| 4928 | 2026-09-08T03:57:48.308Z | |
| 4929 | 2026-09-08T03:57:48.308Z | |
| 4930 | 2026-09-08T03:57:48.308Z | Sep 08 03:57:47.204Sep 08 03:57:47.204 DEBGINFO Sep 08 03:57:47.204Sep 08 03:57:47.204adding route 172.17.0.3/32 -> 10.0.0.255 |
| 4931 | 2026-09-08T03:57:48.308Z | DEBG 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 } }]Sep 08 03:57:47.204 |
| 4932 | 2026-09-08T03:57:48.308Z | 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 } }]DEBGSep 08 03:57:47.204 |
| 4933 | 2026-09-08T03:57:48.308Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4934 | 2026-09-08T03:57:48.308Z | Sep 08 03:57:47.204replacing 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 } }] |
| 4935 | 2026-09-08T03:57:48.308Z | Sep 08 03:57:47.204DEBG DEBG Sep 08 03:57:47.204replacing 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 } }] INFOINFOSep 08 03:57:47.204 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4936 | 2026-09-08T03:57:48.308Z | Sep 08 03:57:47.204 |
| 4937 | 2026-09-08T03:57:48.308Z | 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 } }] |
| 4938 | 2026-09-08T03:57:48.308Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffINFO |
| 4939 | 2026-09-08T03:57:48.308Z | |
| 4940 | 2026-09-08T03:57:48.308Z | adding route 172.17.0.4/32 -> 10.0.0.255 |
| 4941 | 2026-09-08T03:57:48.308Z | Sep 08 03:57:47.204Sep 08 03:57:47.204 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 } }]Sep 08 03:57:47.204Sep 08 03:57:47.204Sep 08 03:57:47.204 |
| 4942 | 2026-09-08T03:57:48.308Z | DEBGSep 08 03:57:47.204DEBGDEBG Sep 08 03:57:47.204adding route 3fff:beef:25::/64 -> 2001:db8::55:ff 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.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 |
| 4943 | 2026-09-08T03:57:48.308Z | INFO |
| 4944 | 2026-09-08T03:57:48.308Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 4945 | 2026-09-08T03:57:48.308Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 4946 | 2026-09-08T03:57:48.308Z | |
| 4947 | 2026-09-08T03:57:48.308Z | |
| 4948 | 2026-09-08T03:57:48.309Z | Sep 08 03:57:47.204Sep 08 03:57:47.204Sep 08 03:57:47.204 Sep 08 03:57:47.204INFOSep 08 03:57:47.204 DEBGadding route 172.17.0.5/32 -> 10.0.0.255 Sep 08 03:57:47.204replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4949 | 2026-09-08T03:57:48.309Z | adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG |
| 4950 | 2026-09-08T03:57:48.309Z | |
| 4951 | 2026-09-08T03:57:48.309Z | DEBG Sep 08 03:57:47.204 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 } }]Sep 08 03:57:47.204INFO Sep 08 03:57:47.204replacing 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 } }] DEBGINFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBG |
| 4952 | 2026-09-08T03:57:48.309Z | 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 } }] |
| 4953 | 2026-09-08T03:57:48.309Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 4954 | 2026-09-08T03:57:48.309Z | |
| 4955 | 2026-09-08T03:57:48.309Z | Sep 08 03:57:47.204adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4956 | 2026-09-08T03:57:48.309Z | |
| 4957 | 2026-09-08T03:57:48.309Z | DEBGSep 08 03:57:47.204 Sep 08 03:57:47.204Sep 08 03:57:47.204 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 Sep 08 03:57:47.204 |
| 4958 | 2026-09-08T03:57:48.309Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:4DEBG INFOSep 08 03:57:47.204replacing 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 } }] Sep 08 03:57:47.204 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFO |
| 4959 | 2026-09-08T03:57:48.309Z | |
| 4960 | 2026-09-08T03:57:48.309Z | |
| 4961 | 2026-09-08T03:57:48.309Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 172.17.0.6/32 -> 10.0.0.255Sep 08 03:57:47.204 |
| 4962 | 2026-09-08T03:57:48.309Z | Sep 08 03:57:47.204 |
| 4963 | 2026-09-08T03:57:48.309Z | |
| 4964 | 2026-09-08T03:57:48.309Z | 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 } }] |
| 4965 | 2026-09-08T03:57:48.309Z | Sep 08 03:57:47.204replacing 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 } }] |
| 4966 | 2026-09-08T03:57:48.309Z | Sep 08 03:57:47.204Sep 08 03:57:47.204Sep 08 03:57:47.204 DEBGINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff 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 } }]Sep 08 03:57:47.204 |
| 4967 | 2026-09-08T03:57:48.309Z | Sep 08 03:57:47.204DEBG |
| 4968 | 2026-09-08T03:57:48.309Z | 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 } }]INFODEBGSep 08 03:57:47.204Sep 08 03:57:47.204 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 |
| 4969 | 2026-09-08T03:57:48.309Z | INFO |
| 4970 | 2026-09-08T03:57:48.309Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 4971 | 2026-09-08T03:57:48.309Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 4972 | 2026-09-08T03:57:48.309Z | Sep 08 03:57:47.211replacing 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 } }]Sep 08 03:57:47.211 DEBGDEBGSep 08 03:57:47.211 replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4973 | 2026-09-08T03:57:48.309Z | 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 } }] |
| 4974 | 2026-09-08T03:57:48.309Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4975 | 2026-09-08T03:57:48.309Z | Sep 08 03:57:47.211 INFO |
| 4976 | 2026-09-08T03:57:48.309Z | Sep 08 03:57:47.211 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFO |
| 4977 | 2026-09-08T03:57:48.309Z | Sep 08 03:57:47.211adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 4978 | 2026-09-08T03:57:48.309Z | DEBGSep 08 03:57:47.211 replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4979 | 2026-09-08T03:57:48.309Z | 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 } }]Sep 08 03:57:47.211 |
| 4980 | 2026-09-08T03:57:48.309Z | Sep 08 03:57:47.204Sep 08 03:57:47.211 DEBGINFOINFOSep 08 03:57:47.211 adding route 172.17.0.7/32 -> 10.0.0.255INFO |
| 4981 | 2026-09-08T03:57:48.309Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 4982 | 2026-09-08T03:57:48.309Z | adding route 3fff:beef:28::/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 } }] |
| 4983 | 2026-09-08T03:57:48.309Z | |
| 4984 | 2026-09-08T03:57:48.309Z | Sep 08 03:57:47.211 DEBGSep 08 03:57:47.211 Sep 08 03:57:47.211replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 4985 | 2026-09-08T03:57:48.309Z | Sep 08 03:57:47.211DEBGreplacing 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 } }] Sep 08 03:57:47.211replacing 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 } }] |
| 4986 | 2026-09-08T03:57:48.309Z | |
| 4987 | 2026-09-08T03:57:48.310Z | INFOINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 172.17.0.8/32 -> 10.0.0.255 |
| 4988 | 2026-09-08T03:57:48.310Z | Sep 08 03:57:47.211 |
| 4989 | 2026-09-08T03:57:48.310Z | Sep 08 03:57:47.211INFO Sep 08 03:57:47.211INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG |
| 4990 | 2026-09-08T03:57:48.310Z | Sep 08 03:57:47.211replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBG |
| 4991 | 2026-09-08T03:57:48.310Z | 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 } }]Sep 08 03:57:47.211 |
| 4992 | 2026-09-08T03:57:48.310Z | |
| 4993 | 2026-09-08T03:57:48.310Z | Sep 08 03:57:47.211DEBG INFOreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4994 | 2026-09-08T03:57:48.310Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffSep 08 03:57:47.211Sep 08 03:57:47.211 |
| 4995 | 2026-09-08T03:57:48.310Z | DEBG INFO Sep 08 03:57:47.211 Sep 08 03:57:47.211 adding route 172.17.0.9/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 } }]INFO |
| 4996 | 2026-09-08T03:57:48.310Z | DEBG |
| 4997 | 2026-09-08T03:57:48.310Z | adding route 3fff:beef:2f::/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 } }] |
| 4998 | 2026-09-08T03:57:48.316Z | |
| 4999 | 2026-09-08T03:57:48.316Z | Sep 08 03:57:47.211 Sep 08 03:57:47.211DEBG Sep 08 03:57:47.211Sep 08 03:57:47.211 DEBGINFO INFOreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5000 | 2026-09-08T03:57:48.316Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 5001 | 2026-09-08T03:57:48.316Z | |
| 5002 | 2026-09-08T03:57:48.316Z | |
| 5003 | 2026-09-08T03:57:48.317Z | Sep 08 03:57:47.211Sep 08 03:57:47.211 INFOINFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5004 | 2026-09-08T03:57:48.317Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffSep 08 03:57:47.211 |
| 5005 | 2026-09-08T03:57:48.317Z | Sep 08 03:57:47.211DEBG 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 } }]Sep 08 03:57:47.211 |
| 5006 | 2026-09-08T03:57:48.317Z | Sep 08 03:57:47.211DEBG 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 } }] |
| 5007 | 2026-09-08T03:57:48.317Z | 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 } }]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 } }]Sep 08 03:57:47.211 |
| 5008 | 2026-09-08T03:57:48.317Z | INFO |
| 5009 | 2026-09-08T03:57:48.317Z | Sep 08 03:57:47.211 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFO |
| 5010 | 2026-09-08T03:57:48.317Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffSep 08 03:57:47.211Sep 08 03:57:47.211 |
| 5011 | 2026-09-08T03:57:48.317Z | Sep 08 03:57:47.211INFO Sep 08 03:57:47.211DEBG adding route 172.17.0.11/32 -> 10.0.0.255Sep 08 03:57:47.202DEBG |
| 5012 | 2026-09-08T03:57:48.317Z | 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 } }]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 } }] |
| 5013 | 2026-09-08T03:57:48.317Z | |
| 5014 | 2026-09-08T03:57:48.317Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 5015 | 2026-09-08T03:57:48.317Z | DEBGSep 08 03:57:47.211 Sep 08 03:57:47.211INFO created new freemapDEBG , adding route 3fff:beef:32::/64 -> 2001:db8::55:ffSep 08 03:57:47.211replacing 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 } }] |
| 5016 | 2026-09-08T03:57:48.317Z | |
| 5017 | 2026-09-08T03:57:48.317Z | Sep 08 03:57:47.211INFO unitadding route 3fff:beef:26::/64 -> 2001:db8::55:ffSep 08 03:57:47.211: |
| 5018 | 2026-09-08T03:57:48.317Z | Sep 08 03:57:47.211 DEBGfreemap_route_ipv4DEBGINFO adding route 3fff:beef:2c::/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 } }] |
| 5019 | 2026-09-08T03:57:48.317Z | |
| 5020 | 2026-09-08T03:57:48.317Z | |
| 5021 | 2026-09-08T03:57:48.317Z | Sep 08 03:57:47.211replacing 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 } }] Sep 08 03:57:47.211 |
| 5022 | 2026-09-08T03:57:48.317Z | DEBGINFO Sep 08 03:57:47.211replacing 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 } }]Sep 08 03:57:47.211 |
| 5023 | 2026-09-08T03:57:48.317Z | INFODEBG adding route 172.17.0.12/32 -> 10.0.0.255adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 5024 | 2026-09-08T03:57:48.317Z | |
| 5025 | 2026-09-08T03:57:48.317Z | 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 } }]Sep 08 03:57:47.211 |
| 5026 | 2026-09-08T03:57:48.317Z | DEBGSep 08 03:57:47.211 Sep 08 03:57:47.211 INFODEBGSep 08 03:57:47.211Sep 08 03:57:47.211 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFOcreated new freemap |
| 5027 | 2026-09-08T03:57:48.317Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG |
| 5028 | 2026-09-08T03:57:48.317Z | 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 } }] Sep 08 03:57:47.211replacing 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 } }] |
| 5029 | 2026-09-08T03:57:48.317Z | DEBG |
| 5030 | 2026-09-08T03:57:48.317Z | Sep 08 03:57:47.211, 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 } }] Sep 08 03:57:47.211DEBG |
| 5031 | 2026-09-08T03:57:48.317Z | replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 5032 | 2026-09-08T03:57:48.317Z | unitadding route 3fff:beef:34::/64 -> 2001:db8::55:ffSep 08 03:57:47.211 |
| 5033 | 2026-09-08T03:57:48.317Z | Sep 08 03:57:47.211 INFO:Sep 08 03:57:47.211 DEBGfreemap_route_ipv6 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 } }]INFOSep 08 03:57:47.211 |
| 5034 | 2026-09-08T03:57:48.317Z | INFO |
| 5035 | 2026-09-08T03:57:48.317Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ffSep 08 03:57:47.211 adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5036 | 2026-09-08T03:57:48.317Z | INFO |
| 5037 | 2026-09-08T03:57:48.317Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 5038 | 2026-09-08T03:57:48.317Z | |
| 5039 | 2026-09-08T03:57:48.317Z | Sep 08 03:57:47.211Sep 08 03:57:47.211Sep 08 03:57:47.211Sep 08 03:57:47.211 Sep 08 03:57:47.211DEBGDEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 |
| 5040 | 2026-09-08T03:57:48.318Z | initted freemap. size: 64 |
| 5041 | 2026-09-08T03:57:48.318Z | 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 } }]DEBGSep 08 03:57:47.211 |
| 5042 | 2026-09-08T03:57:48.318Z | unit:Sep 08 03:57:47.211 freemap_route_ipv4 Sep 08 03:57:47.211 |
| 5043 | 2026-09-08T03:57:48.318Z | INFOINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 3fff:beef:36::/64 -> 2001:db8::55:ff Sep 08 03:57:47.211 |
| 5044 | 2026-09-08T03:57:48.318Z | |
| 5045 | 2026-09-08T03:57:48.318Z | 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 } }] DEBGINFO |
| 5046 | 2026-09-08T03:57:48.318Z | Sep 08 03:57:47.211reset freemapSep 08 03:57:47.211adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff, unitDEBG |
| 5047 | 2026-09-08T03:57:48.318Z | :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 } }] |
| 5048 | 2026-09-08T03:57:48.318Z | freemap_route_ipv4Sep 08 03:57:47.211 |
| 5049 | 2026-09-08T03:57:48.318Z | Sep 08 03:57:47.211 DEBG DEBG Sep 08 03:57:47.211replacing 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 } }] |
| 5050 | 2026-09-08T03:57:48.318Z | INFO INFOadding route 3fff:beef:37::/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 172.17.0.14/32 -> 10.0.0.255 |
| 5051 | 2026-09-08T03:57:48.318Z | |
| 5052 | 2026-09-08T03:57:48.318Z | |
| 5053 | 2026-09-08T03:57:48.318Z | Sep 08 03:57:47.211Sep 08 03:57:47.211 INFOSep 08 03:57:47.211Sep 08 03:57:47.211 Sep 08 03:57:47.211adding route 3fff:beef:30::/64 -> 2001:db8::55:ff DEBG DEBGINFOreplacing 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 } }] |
| 5054 | 2026-09-08T03:57:48.318Z | 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 } }] |
| 5055 | 2026-09-08T03:57:48.318Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffSep 08 03:57:47.211 |
| 5056 | 2026-09-08T03:57:48.318Z | |
| 5057 | 2026-09-08T03:57:48.318Z | DEBG Sep 08 03:57:47.211replacing 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 } }] Sep 08 03:57:47.211 Sep 08 03:57:47.211 INFO DEBGINFOadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 5058 | 2026-09-08T03:57:48.318Z | adding route 172.17.0.15/32 -> 10.0.0.255 replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5059 | 2026-09-08T03:57:48.318Z | |
| 5060 | 2026-09-08T03:57:48.318Z | |
| 5061 | 2026-09-08T03:57:48.318Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 5062 | 2026-09-08T03:57:48.318Z | Sep 08 03:57:47.211 DEBG Sep 08 03:57:47.211replacing 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 } }] |
| 5063 | 2026-09-08T03:57:48.318Z | test route::tests::grow_succeeds ... ok |
| 5064 | 2026-09-08T03:57:48.318Z | Sep 08 03:57:47.211Sep 08 03:57:47.211INFO DEBGINFO initted freemap. size: 64adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffSep 08 03:57:47.211 |
| 5065 | 2026-09-08T03:57:48.318Z | , INFOreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] unit |
| 5066 | 2026-09-08T03:57:48.318Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ffSep 08 03:57:47.211 |
| 5067 | 2026-09-08T03:57:48.318Z | |
| 5068 | 2026-09-08T03:57:48.318Z | DEBG Sep 08 03:57:47.211replacing 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 } }]Sep 08 03:57:47.211: |
| 5069 | 2026-09-08T03:57:48.318Z | DEBGSep 08 03:57:47.211 freemap_route_ipv6replacing 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 } }]Sep 08 03:57:47.211 |
| 5070 | 2026-09-08T03:57:48.318Z | INFODEBG INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 5071 | 2026-09-08T03:57:48.318Z | |
| 5072 | 2026-09-08T03:57:48.318Z | adding route 172.17.0.16/32 -> 10.0.0.255Sep 08 03:57:47.211 INFO |
| 5073 | 2026-09-08T03:57:48.318Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffSep 08 03:57:47.211 |
| 5074 | 2026-09-08T03:57:48.318Z | Sep 08 03:57:47.211replacing 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 } }]Sep 08 03:57:47.211DEBG DEBGreset freemap Sep 08 03:57:47.211 DEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], replacing targets for 172.17.0.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 } }] |
| 5075 | 2026-09-08T03:57:48.318Z | |
| 5076 | 2026-09-08T03:57:48.318Z | unitDEBG |
| 5077 | 2026-09-08T03:57:48.318Z | Sep 08 03:57:47.211replacing 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 } }] :Sep 08 03:57:47.211INFO |
| 5078 | 2026-09-08T03:57:48.318Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 5079 | 2026-09-08T03:57:48.319Z | INFO freemap_route_ipv6adding route 3fff:beef:32::/64 -> 2001:db8::55:ffSep 08 03:57:47.211Sep 08 03:57:47.211 Sep 08 03:57:47.211DEBG |
| 5080 | 2026-09-08T03:57:48.319Z | INFOINFO |
| 5081 | 2026-09-08T03:57:48.319Z | adding route 172.17.0.17/32 -> 10.0.0.255 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 08 03:57:47.211 |
| 5082 | 2026-09-08T03:57:48.319Z | |
| 5083 | 2026-09-08T03:57:48.319Z | |
| 5084 | 2026-09-08T03:57:48.319Z | INFOSep 08 03:57:47.211Sep 08 03:57:47.211 Sep 08 03:57:47.211DEBG 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 } }]INFOadding route 172.16.0.0/32 -> 10.0.0.1 |
| 5085 | 2026-09-08T03:57:48.319Z | replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5086 | 2026-09-08T03:57:48.319Z | |
| 5087 | 2026-09-08T03:57:48.319Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 5088 | 2026-09-08T03:57:48.319Z | Sep 08 03:57:47.211Sep 08 03:57:47.211 Sep 08 03:57:47.211 DEBGINFO replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 08 03:57:47.211INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 5089 | 2026-09-08T03:57:48.319Z | replacing targets for 3fff:dead::/64 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 } }] |
| 5090 | 2026-09-08T03:57:48.319Z | |
| 5091 | 2026-09-08T03:57:48.319Z | Sep 08 03:57:47.217Sep 08 03:57:47.217Sep 08 03:57:47.217 DEBGINFO replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5092 | 2026-09-08T03:57:48.319Z | |
| 5093 | 2026-09-08T03:57:48.319Z | WARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 5094 | 2026-09-08T03:57:48.319Z | Sep 08 03:57:47.217 Sep 08 03:57:47.217DEBG INFOSep 08 03:57:47.217 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 5095 | 2026-09-08T03:57:48.319Z | ERRO |
| 5096 | 2026-09-08T03:57:48.319Z | Sep 08 03:57:47.217Sep 08 03:57:47.217 INFODEBG adding route 172.17.0.19/32 -> 10.0.0.255rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 5097 | 2026-09-08T03:57:48.319Z | 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 } }] |
| 5098 | 2026-09-08T03:57:48.323Z | |
| 5099 | 2026-09-08T03:57:48.323Z | Sep 08 03:57:47.217Sep 08 03:57:47.217Sep 08 03:57:47.217 DEBGINFO ERROreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 5100 | 2026-09-08T03:57:48.323Z | |
| 5101 | 2026-09-08T03:57:48.323Z | shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds it |
| 5102 | 2026-09-08T03:57:48.323Z | Sep 08 03:57:47.217Sep 08 03:57:47.217 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 } }] |
| 5103 | 2026-09-08T03:57:48.323Z | DEBGSep 08 03:57:47.217Sep 08 03:57:47.217 INFO 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 } }] adding route 3fff:beef:31::/64 -> 2001:db8::55:ff 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 } }] |
| 5104 | 2026-09-08T03:57:48.323Z | |
| 5105 | 2026-09-08T03:57:48.323Z | |
| 5106 | 2026-09-08T03:57:48.324Z | INFO adding route 172.17.0.20/32 -> 10.0.0.255Sep 08 03:57:47.217Sep 08 03:57:47.217 Sep 08 03:57:47.217 |
| 5107 | 2026-09-08T03:57:48.324Z | DEBG DEBGINFO replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 5108 | 2026-09-08T03:57:48.324Z | |
| 5109 | 2026-09-08T03:57:48.324Z | Sep 08 03:57:47.217 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 } }] Sep 08 03:57:47.217replacing 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 } }] |
| 5110 | 2026-09-08T03:57:48.324Z | |
| 5111 | 2026-09-08T03:57:48.324Z | Sep 08 03:57:47.217DEBG INFOreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5112 | 2026-09-08T03:57:48.324Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffSep 08 03:57:47.217 |
| 5113 | 2026-09-08T03:57:48.324Z | INFOSep 08 03:57:47.217 adding route 172.17.0.21/32 -> 10.0.0.255Sep 08 03:57:47.217 |
| 5114 | 2026-09-08T03:57:48.324Z | 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 } }] |
| 5115 | 2026-09-08T03:57:48.324Z | Sep 08 03:57:47.217 Sep 08 03:57:47.217 DEBGINFOINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 5116 | 2026-09-08T03:57:48.324Z | |
| 5117 | 2026-09-08T03:57:48.324Z | 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 } }] |
| 5118 | 2026-09-08T03:57:48.324Z | Sep 08 03:57:47.217Sep 08 03:57:47.217 DEBGDEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]Sep 08 03:57:47.217 |
| 5119 | 2026-09-08T03:57:48.324Z | |
| 5120 | 2026-09-08T03:57:48.324Z | INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5121 | 2026-09-08T03:57:48.324Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ffSep 08 03:57:47.217Sep 08 03:57:47.217 |
| 5122 | 2026-09-08T03:57:48.324Z | Sep 08 03:57:47.217 INFODEBG DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff failed to allocate space for the new target list |
| 5123 | 2026-09-08T03:57:48.324Z | 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 } }] |
| 5124 | 2026-09-08T03:57:48.324Z | |
| 5125 | 2026-09-08T03:57:48.324Z | Sep 08 03:57:47.217 Sep 08 03:57:47.217DEBG Sep 08 03:57:47.217DEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 5126 | 2026-09-08T03:57:48.324Z | 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 } }]Sep 08 03:57:47.217 |
| 5127 | 2026-09-08T03:57:48.324Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5128 | 2026-09-08T03:57:48.324Z | Sep 08 03:57:47.217DEBG INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ffSep 08 03:57:47.217 |
| 5129 | 2026-09-08T03:57:48.324Z | |
| 5130 | 2026-09-08T03:57:48.324Z | INFOSep 08 03:57:47.217 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG |
| 5131 | 2026-09-08T03:57:48.324Z | 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 } }]Sep 08 03:57:47.217 |
| 5132 | 2026-09-08T03:57:48.324Z | 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 } }] |
| 5133 | 2026-09-08T03:57:48.324Z | Sep 08 03:57:47.217Sep 08 03:57:47.217Sep 08 03:57:47.217 INFODEBGINFO adding route 3fff:beef:36::/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 } }] |
| 5134 | 2026-09-08T03:57:48.324Z | |
| 5135 | 2026-09-08T03:57:48.324Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5136 | 2026-09-08T03:57:48.324Z | Sep 08 03:57:47.217 DEBGSep 08 03:57:47.217 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 |
| 5137 | 2026-09-08T03:57:48.324Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 5138 | 2026-09-08T03:57:48.324Z | Sep 08 03:57:47.217Sep 08 03:57:47.217Sep 08 03:57:47.217 INFODEBG DEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ffreplacing 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 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 } }] |
| 5139 | 2026-09-08T03:57:48.324Z | |
| 5140 | 2026-09-08T03:57:48.325Z | |
| 5141 | 2026-09-08T03:57:48.325Z | Sep 08 03:57:47.217 DEBGSep 08 03:57:47.217 replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 08 03:57:47.217 |
| 5142 | 2026-09-08T03:57:48.325Z | INFOINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 172.17.0.25/32 -> 10.0.0.255 |
| 5143 | 2026-09-08T03:57:48.325Z | |
| 5144 | 2026-09-08T03:57:48.325Z | Sep 08 03:57:47.217 INFOSep 08 03:57:47.217 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG |
| 5145 | 2026-09-08T03:57:48.325Z | Sep 08 03:57:47.203replacing 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 } }] Sep 08 03:57:47.217DEBGSep 08 03:57:47.217 |
| 5146 | 2026-09-08T03:57:48.325Z | DEBG created new freemapreplacing 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 } }], |
| 5147 | 2026-09-08T03:57:48.325Z | unit:Sep 08 03:57:47.217 freemap_route_ipv4DEBGINFO |
| 5148 | 2026-09-08T03:57:48.325Z | 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 } }] |
| 5149 | 2026-09-08T03:57:48.325Z | Sep 08 03:57:47.217adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 5150 | 2026-09-08T03:57:48.325Z | Sep 08 03:57:47.218INFO INFO adding route 172.17.0.26/32 -> 10.0.0.255adding route 3fff:beef:39::/64 -> 2001:db8::55:ffSep 08 03:57:47.218Sep 08 03:57:47.218 |
| 5151 | 2026-09-08T03:57:48.325Z | |
| 5152 | 2026-09-08T03:57:48.325Z | DEBG DEBG created new freemapreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 08 03:57:47.218 |
| 5153 | 2026-09-08T03:57:48.325Z | Sep 08 03:57:47.218DEBG 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, |
| 5154 | 2026-09-08T03:57:48.325Z | 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 } }]Sep 08 03:57:47.218 |
| 5155 | 2026-09-08T03:57:48.325Z | unitINFOSep 08 03:57:47.218: INFO freemap_route_ipv6adding route 3fff:beef:38::/64 -> 2001:db8::55:ffSep 08 03:57:47.218 |
| 5156 | 2026-09-08T03:57:48.325Z | INFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 5157 | 2026-09-08T03:57:48.325Z | |
| 5158 | 2026-09-08T03:57:48.325Z | adding route 172.17.0.27/32 -> 10.0.0.255Sep 08 03:57:47.218 |
| 5159 | 2026-09-08T03:57:48.325Z | DEBG Sep 08 03:57:47.218Sep 08 03:57:47.218 initted freemap. size: 64DEBGSep 08 03:57:47.218DEBG , 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 |
| 5160 | 2026-09-08T03:57:48.325Z | : freemap_route_ipv4replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5161 | 2026-09-08T03:57:48.325Z | |
| 5162 | 2026-09-08T03:57:48.325Z | Sep 08 03:57:47.218DEBG 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 } }] |
| 5163 | 2026-09-08T03:57:48.325Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 5164 | 2026-09-08T03:57:48.325Z | Sep 08 03:57:47.218Sep 08 03:57:47.218 DEBGINFO Sep 08 03:57:47.218 reset freemapDEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ffSep 08 03:57:47.218 |
| 5165 | 2026-09-08T03:57:48.325Z | INFOreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], unit |
| 5166 | 2026-09-08T03:57:48.325Z | :Sep 08 03:57:47.218adding route 172.17.0.28/32 -> 10.0.0.255 DEBGfreemap_route_ipv4Sep 08 03:57:47.218 |
| 5167 | 2026-09-08T03:57:48.325Z | INFO 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 } }] |
| 5168 | 2026-09-08T03:57:48.325Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffSep 08 03:57:47.218 |
| 5169 | 2026-09-08T03:57:48.325Z | |
| 5170 | 2026-09-08T03:57:48.325Z | test route::tests::identity_replace_is_noop ... ok |
| 5171 | 2026-09-08T03:57:48.325Z | DEBG initted freemap. size: 64Sep 08 03:57:47.218, Sep 08 03:57:47.218 unitINFODEBG :replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffSep 08 03:57:47.218 |
| 5172 | 2026-09-08T03:57:48.325Z | |
| 5173 | 2026-09-08T03:57:48.325Z | freemap_route_ipv6DEBG |
| 5174 | 2026-09-08T03:57:48.325Z | Sep 08 03:57:47.218replacing 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 |
| 5175 | 2026-09-08T03:57:48.325Z | Sep 08 03:57:47.218 adding route 172.17.0.29/32 -> 10.0.0.255Sep 08 03:57:47.218 |
| 5176 | 2026-09-08T03:57:48.325Z | DEBG DEBG Sep 08 03:57:47.218replacing 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 } }] |
| 5177 | 2026-09-08T03:57:48.325Z | DEBG failed to allocate space for the new target list |
| 5178 | 2026-09-08T03:57:48.325Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 5179 | 2026-09-08T03:57:48.326Z | Sep 08 03:57:47.218reset freemap Sep 08 03:57:47.218, DEBGunitINFOSep 08 03:57:47.218 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG |
| 5180 | 2026-09-08T03:57:48.326Z | 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:2, vlan_id: None } }] freemap_route_ipv6 |
| 5181 | 2026-09-08T03:57:48.326Z | |
| 5182 | 2026-09-08T03:57:48.326Z | Sep 08 03:57:47.218 |
| 5183 | 2026-09-08T03:57:48.326Z | 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 } }] |
| 5184 | 2026-09-08T03:57:48.326Z | Sep 08 03:57:47.218 INFO Sep 08 03:57:47.218adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5185 | 2026-09-08T03:57:48.326Z | INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffSep 08 03:57:47.218 |
| 5186 | 2026-09-08T03:57:48.326Z | Sep 08 03:57:47.218INFO adding route 172.17.0.30/32 -> 10.0.0.255DEBG |
| 5187 | 2026-09-08T03:57:48.326Z | Sep 08 03:57:47.218 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 5188 | 2026-09-08T03:57:48.326Z | Sep 08 03:57:47.218replacing 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 } }] |
| 5189 | 2026-09-08T03:57:48.326Z | DEBG Sep 08 03:57:47.218replacing 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 } }] |
| 5190 | 2026-09-08T03:57:48.326Z | INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5191 | 2026-09-08T03:57:48.326Z | Sep 08 03:57:47.218 INFOSep 08 03:57:47.218Sep 08 03:57:47.218 DEBGadding route 172.17.0.31/32 -> 10.0.0.255 failed to allocate space for the new target listDEBG |
| 5192 | 2026-09-08T03:57:48.326Z | |
| 5193 | 2026-09-08T03:57:48.326Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5194 | 2026-09-08T03:57:48.326Z | Sep 08 03:57:47.218 Sep 08 03:57:47.218DEBG 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 } }] |
| 5195 | 2026-09-08T03:57:48.326Z | adding route 172.16.0.0/32 -> 10.0.0.3 |
| 5196 | 2026-09-08T03:57:48.326Z | Sep 08 03:57:47.218 DEBG Sep 08 03:57:47.218replacing 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 } }] |
| 5197 | 2026-09-08T03:57:48.326Z | 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 } }] |
| 5198 | 2026-09-08T03:57:48.330Z | Sep 08 03:57:47.218 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5199 | 2026-09-08T03:57:48.330Z | Sep 08 03:57:47.218Sep 08 03:57:47.224 Sep 08 03:57:47.218Sep 08 03:57:47.218DEBG 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 } }]created new freemap |
| 5200 | 2026-09-08T03:57:48.330Z | , unit:Sep 08 03:57:47.218 Sep 08 03:57:47.224INFODEBG adding route 172.16.0.0/32 -> 10.0.0.4created new freemapINFO |
| 5201 | 2026-09-08T03:57:48.330Z | , unitadding route 172.17.0.33/32 -> 10.0.0.255: freemap_route_ipv4 |
| 5202 | 2026-09-08T03:57:48.330Z | freemap_route_ipv4 |
| 5203 | 2026-09-08T03:57:48.331Z | |
| 5204 | 2026-09-08T03:57:48.331Z | Sep 08 03:57:47.224Sep 08 03:57:47.224 Sep 08 03:57:47.224DEBGSep 08 03:57:47.224 DEBGDEBGDEBG created new freemapSep 08 03:57:47.224 , created new freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 } }] |
| 5205 | 2026-09-08T03:57:48.331Z | |
| 5206 | 2026-09-08T03:57:48.331Z | unit:unitINFO: freemap_route_ipv6 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 5207 | 2026-09-08T03:57:48.331Z | freemap_route_ipv6Sep 08 03:57:47.224 |
| 5208 | 2026-09-08T03:57:48.331Z | |
| 5209 | 2026-09-08T03:57:48.331Z | 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 } }]Sep 08 03:57:47.224 |
| 5210 | 2026-09-08T03:57:48.331Z | Sep 08 03:57:47.224 Sep 08 03:57:47.224Sep 08 03:57:47.224DEBG DEBGINFODEBG initted freemap. size: 64replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], initted freemap. size: 64unit |
| 5211 | 2026-09-08T03:57:48.331Z | , : unit :freemap_route_ipv4Sep 08 03:57:47.224 |
| 5212 | 2026-09-08T03:57:48.331Z | adding route 172.17.0.34/32 -> 10.0.0.255freemap_route_ipv4INFO |
| 5213 | 2026-09-08T03:57:48.331Z | |
| 5214 | 2026-09-08T03:57:48.331Z | Sep 08 03:57:47.224adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 5215 | 2026-09-08T03:57:48.331Z | DEBGSep 08 03:57:47.224 reset freemapSep 08 03:57:47.224, Sep 08 03:57:47.224DEBGunit : reset freemapDEBG, replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4 |
| 5216 | 2026-09-08T03:57:48.331Z | |
| 5217 | 2026-09-08T03:57:48.331Z | DEBGunit: freemap_route_ipv4Sep 08 03:57:47.224replacing 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 } }] |
| 5218 | 2026-09-08T03:57:48.331Z | |
| 5219 | 2026-09-08T03:57:48.331Z | INFO Sep 08 03:57:47.224adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5220 | 2026-09-08T03:57:48.331Z | Sep 08 03:57:47.224Sep 08 03:57:47.224DEBG initted freemap. size: 64DEBGINFO, unitinitted freemap. size: 64 Sep 08 03:57:47.224, :adding route 3fff:beef:30::/64 -> 2001:db8::55:ffunit |
| 5221 | 2026-09-08T03:57:48.331Z | DEBG:freemap_route_ipv6 Sep 08 03:57:47.224replacing 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 } }] |
| 5222 | 2026-09-08T03:57:48.331Z | freemap_route_ipv6 |
| 5223 | 2026-09-08T03:57:48.331Z | |
| 5224 | 2026-09-08T03:57:48.331Z | 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 } }] |
| 5225 | 2026-09-08T03:57:48.331Z | Sep 08 03:57:47.224 Sep 08 03:57:47.224 INFODEBG Sep 08 03:57:47.224 adding route 172.17.0.36/32 -> 10.0.0.255reset freemapINFO |
| 5226 | 2026-09-08T03:57:48.331Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff, created new freemap |
| 5227 | 2026-09-08T03:57:48.331Z | Sep 08 03:57:47.224Sep 08 03:57:47.224unit, : unitDEBG : freemap_route_ipv6reset freemapSep 08 03:57:47.224, |
| 5228 | 2026-09-08T03:57:48.331Z | freemap_route_ipv4unit |
| 5229 | 2026-09-08T03:57:48.331Z | : DEBGfreemap_route_ipv6 |
| 5230 | 2026-09-08T03:57:48.331Z | 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 |
| 5231 | 2026-09-08T03:57:48.331Z | 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 } }]Sep 08 03:57:47.224 |
| 5232 | 2026-09-08T03:57:48.331Z | Sep 08 03:57:47.224INFO INFOSep 08 03:57:47.224 Sep 08 03:57:47.224adding route 172.16.0.0/32 -> 10.0.0.1 Sep 08 03:57:47.224 |
| 5233 | 2026-09-08T03:57:48.331Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 INFO |
| 5234 | 2026-09-08T03:57:48.331Z | DEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffcreated new freemap |
| 5235 | 2026-09-08T03:57:48.331Z | , INFOunitSep 08 03:57:47.224 Sep 08 03:57:47.224 :DEBGSep 08 03:57:47.224 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 } }]freemap_route_ipv6DEBG |
| 5236 | 2026-09-08T03:57:48.331Z | |
| 5237 | 2026-09-08T03:57:48.331Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 5238 | 2026-09-08T03:57:48.331Z | |
| 5239 | 2026-09-08T03:57:48.331Z | adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5240 | 2026-09-08T03:57:48.331Z | Sep 08 03:57:47.224Sep 08 03:57:47.224 Sep 08 03:57:47.224Sep 08 03:57:47.224 INFODEBGINFO adding route 172.16.0.0/32 -> 10.0.0.2adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 5241 | 2026-09-08T03:57:48.332Z | |
| 5242 | 2026-09-08T03:57:48.332Z | 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 } }] Sep 08 03:57:47.225Sep 08 03:57:47.225initted freemap. size: 64 , INFO |
| 5243 | 2026-09-08T03:57:48.332Z | adding route 3fff:dead::/64 -> 2001:db8::55:2unitSep 08 03:57:47.225 :DEBG freemap_route_ipv4 |
| 5244 | 2026-09-08T03:57:48.332Z | 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 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 } }] |
| 5245 | 2026-09-08T03:57:48.332Z | |
| 5246 | 2026-09-08T03:57:48.332Z | |
| 5247 | 2026-09-08T03:57:48.332Z | Sep 08 03:57:47.225 Sep 08 03:57:47.225DEBGSep 08 03:57:47.225 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 } }]Sep 08 03:57:47.225 INFOreset freemap |
| 5248 | 2026-09-08T03:57:48.332Z | INFO adding route 172.17.0.0/32 -> 10.0.0.255adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 5249 | 2026-09-08T03:57:48.332Z | Sep 08 03:57:47.225Sep 08 03:57:47.225 |
| 5250 | 2026-09-08T03:57:48.332Z | INFO, adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5251 | 2026-09-08T03:57:48.332Z | INFOSep 08 03:57:47.225 unitSep 08 03:57:47.225: DEBGDEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4Sep 08 03:57:47.225replacing 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 } }] |
| 5252 | 2026-09-08T03:57:48.332Z | |
| 5253 | 2026-09-08T03:57:48.332Z | DEBGadding route 172.17.0.38/32 -> 10.0.0.255 |
| 5254 | 2026-09-08T03:57:48.332Z | |
| 5255 | 2026-09-08T03:57:48.332Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5256 | 2026-09-08T03:57:48.332Z | Sep 08 03:57:47.225 Sep 08 03:57:47.225INFO Sep 08 03:57:47.225INFO Sep 08 03:57:47.225 adding route 172.17.0.1/32 -> 10.0.0.255 |
| 5257 | 2026-09-08T03:57:48.332Z | DEBG INFO initted freemap. size: 64adding route 3fff:dead::/64 -> 2001:db8::55:4, |
| 5258 | 2026-09-08T03:57:48.332Z | Sep 08 03:57:47.225Sep 08 03:57:47.225 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 } }] |
| 5259 | 2026-09-08T03:57:48.332Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffSep 08 03:57:47.225 |
| 5260 | 2026-09-08T03:57:48.332Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 5261 | 2026-09-08T03:57:48.332Z | freemap_route_ipv6DEBG |
| 5262 | 2026-09-08T03:57:48.332Z | replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5263 | 2026-09-08T03:57:48.332Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 5264 | 2026-09-08T03:57:48.332Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]Sep 08 03:57:47.225 |
| 5265 | 2026-09-08T03:57:48.332Z | Sep 08 03:57:47.225 INFODEBG Sep 08 03:57:47.225Sep 08 03:57:47.225adding route 172.17.0.2/32 -> 10.0.0.255 Sep 08 03:57:47.225 |
| 5266 | 2026-09-08T03:57:48.332Z | INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5267 | 2026-09-08T03:57:48.332Z | Sep 08 03:57:47.225 DEBGDEBG reset freemap replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], adding route 172.17.0.39/32 -> 10.0.0.255unit |
| 5268 | 2026-09-08T03:57:48.332Z | 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 } }]: |
| 5269 | 2026-09-08T03:57:48.332Z | Sep 08 03:57:47.225 freemap_route_ipv6WARN |
| 5270 | 2026-09-08T03:57:48.332Z | |
| 5271 | 2026-09-08T03:57:48.332Z | shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 5272 | 2026-09-08T03:57:48.332Z | Sep 08 03:57:47.225Sep 08 03:57:47.225 INFO Sep 08 03:57:47.225 INFOadding route 172.17.0.3/32 -> 10.0.0.255 Sep 08 03:57:47.225 |
| 5273 | 2026-09-08T03:57:48.332Z | 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 } }] |
| 5274 | 2026-09-08T03:57:48.332Z | INFOSep 08 03:57:47.225 adding route 172.16.0.0/32 -> 10.0.0.1DEBGSep 08 03:57:47.225 |
| 5275 | 2026-09-08T03:57:48.332Z | 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 |
| 5276 | 2026-09-08T03:57:48.332Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 172.17.0.40/32 -> 10.0.0.255 |
| 5277 | 2026-09-08T03:57:48.332Z | |
| 5278 | 2026-09-08T03:57:48.332Z | Sep 08 03:57:47.225Sep 08 03:57:47.225 Sep 08 03:57:47.225 DEBGINFO DEBGSep 08 03:57:47.225adding route 172.17.0.4/32 -> 10.0.0.255 |
| 5279 | 2026-09-08T03:57:48.332Z | replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5280 | 2026-09-08T03:57:48.333Z | |
| 5281 | 2026-09-08T03:57:48.333Z | DEBGSep 08 03:57:47.225 DEBGSep 08 03:57:47.225replacing 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 } }] |
| 5282 | 2026-09-08T03:57:48.333Z | INFOSep 08 03:57:47.225 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 } }] INFOadding route 172.16.0.0/32 -> 10.0.0.2 |
| 5283 | 2026-09-08T03:57:48.333Z | Sep 08 03:57:47.225 |
| 5284 | 2026-09-08T03:57:48.333Z | adding route 172.17.0.41/32 -> 10.0.0.255 INFO |
| 5285 | 2026-09-08T03:57:48.333Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffSep 08 03:57:47.225 |
| 5286 | 2026-09-08T03:57:48.333Z | Sep 08 03:57:47.225INFO DEBGSep 08 03:57:47.225adding route 172.17.0.5/32 -> 10.0.0.255 |
| 5287 | 2026-09-08T03:57:48.333Z | Sep 08 03:57:47.225 DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBG Sep 08 03:57:47.225 |
| 5288 | 2026-09-08T03:57:48.333Z | 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.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 } }] |
| 5289 | 2026-09-08T03:57:48.333Z | |
| 5290 | 2026-09-08T03:57:48.333Z | 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 } }]Sep 08 03:57:47.225 |
| 5291 | 2026-09-08T03:57:48.333Z | INFOSep 08 03:57:47.225 adding route 172.16.0.0/32 -> 10.0.0.3INFOSep 08 03:57:47.225Sep 08 03:57:47.225 |
| 5292 | 2026-09-08T03:57:48.333Z | adding route 172.17.0.42/32 -> 10.0.0.255INFO INFOSep 08 03:57:47.225 adding route 172.17.0.6/32 -> 10.0.0.255adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG |
| 5293 | 2026-09-08T03:57:48.333Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5294 | 2026-09-08T03:57:48.333Z | |
| 5295 | 2026-09-08T03:57:48.333Z | |
| 5296 | 2026-09-08T03:57:48.333Z | Sep 08 03:57:47.225Sep 08 03:57:47.225Sep 08 03:57:47.225 DEBGSep 08 03:57:47.225 INFODEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4 |
| 5297 | 2026-09-08T03:57:48.333Z | |
| 5298 | 2026-09-08T03:57:48.338Z | 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 } }] |
| 5299 | 2026-09-08T03:57:48.338Z | DEBG Sep 08 03:57:47.225Sep 08 03:57:47.225 DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] |
| 5300 | 2026-09-08T03:57:48.338Z | Sep 08 03:57:47.225replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255 |
| 5301 | 2026-09-08T03:57:48.338Z | INFO |
| 5302 | 2026-09-08T03:57:48.338Z | Sep 08 03:57:47.225adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 5303 | 2026-09-08T03:57:48.338Z | INFOSep 08 03:57:47.225 adding route 172.17.0.0/32 -> 10.0.0.255Sep 08 03:57:47.225INFOSep 08 03:57:47.225 |
| 5304 | 2026-09-08T03:57:48.338Z | DEBG adding route 172.17.0.43/32 -> 10.0.0.255DEBG |
| 5305 | 2026-09-08T03:57:48.338Z | 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 } }]Sep 08 03:57:47.225 DEBG Sep 08 03:57:47.225replacing 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 } }] |
| 5306 | 2026-09-08T03:57:48.338Z | DEBG created new freemapreplacing 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 } }], |
| 5307 | 2026-09-08T03:57:48.338Z | unit:Sep 08 03:57:47.231 freemap_route_ipv4INFO |
| 5308 | 2026-09-08T03:57:48.338Z | adding route 172.17.0.8/32 -> 10.0.0.255Sep 08 03:57:47.231Sep 08 03:57:47.218 |
| 5309 | 2026-09-08T03:57:48.338Z | Sep 08 03:57:47.231 DEBGDEBG DEBGcreated new freemap created new freemap, 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 } }], |
| 5310 | 2026-09-08T03:57:48.338Z | unitunit::Sep 08 03:57:47.231 freemap_route_ipv6Sep 08 03:57:47.231 |
| 5311 | 2026-09-08T03:57:48.338Z | DEBGfreemap_route_ipv4 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 } }] |
| 5312 | 2026-09-08T03:57:48.338Z | |
| 5313 | 2026-09-08T03:57:48.338Z | Sep 08 03:57:47.231INFO adding route 172.17.0.44/32 -> 10.0.0.255DEBG |
| 5314 | 2026-09-08T03:57:48.338Z | Sep 08 03:57:47.231Sep 08 03:57:47.231 initted freemap. size: 64 INFOSep 08 03:57:47.231, DEBG DEBGunit created new freemap:, 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.9/32 -> 10.0.0.255 unit |
| 5315 | 2026-09-08T03:57:48.338Z | |
| 5316 | 2026-09-08T03:57:48.338Z | :freemap_route_ipv4 freemap_route_ipv6 |
| 5317 | 2026-09-08T03:57:48.338Z | |
| 5318 | 2026-09-08T03:57:48.338Z | Sep 08 03:57:47.231Sep 08 03:57:47.231 INFODEBG adding route 172.17.0.45/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 } }] |
| 5319 | 2026-09-08T03:57:48.338Z | |
| 5320 | 2026-09-08T03:57:48.338Z | Sep 08 03:57:47.231 Sep 08 03:57:47.231DEBGSep 08 03:57:47.231 reset freemapDEBG, unitDEBGSep 08 03:57:47.231 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 } }] :INFO |
| 5321 | 2026-09-08T03:57:48.338Z | adding route 172.17.0.10/32 -> 10.0.0.255freemap_route_ipv4, |
| 5322 | 2026-09-08T03:57:48.339Z | |
| 5323 | 2026-09-08T03:57:48.339Z | unit: Sep 08 03:57:47.231Sep 08 03:57:47.231Sep 08 03:57:47.231 DEBGINFO freemap_route_ipv4replacing 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 } }] |
| 5324 | 2026-09-08T03:57:48.339Z | |
| 5325 | 2026-09-08T03:57:48.339Z | adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5326 | 2026-09-08T03:57:48.339Z | DEBG Sep 08 03:57:47.231Sep 08 03:57:47.231 INFOSep 08 03:57:47.231DEBG initted freemap. size: 64 adding route 172.17.0.11/32 -> 10.0.0.255reset freemapDEBG, |
| 5327 | 2026-09-08T03:57:48.339Z | , unitunit: :freemap_route_ipv6replacing 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 } }] |
| 5328 | 2026-09-08T03:57:48.339Z | |
| 5329 | 2026-09-08T03:57:48.339Z | freemap_route_ipv4 |
| 5330 | 2026-09-08T03:57:48.339Z | Sep 08 03:57:47.231Sep 08 03:57:47.231 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 } }]reset freemap |
| 5331 | 2026-09-08T03:57:48.339Z | , unitSep 08 03:57:47.231: Sep 08 03:57:47.231Sep 08 03:57:47.231freemap_route_ipv6 |
| 5332 | 2026-09-08T03:57:48.339Z | DEBGINFO INFOadding route 172.17.0.12/32 -> 10.0.0.255 |
| 5333 | 2026-09-08T03:57:48.339Z | initted freemap. size: 64adding route 172.17.0.47/32 -> 10.0.0.255, |
| 5334 | 2026-09-08T03:57:48.339Z | Sep 08 03:57:47.231unit Sep 08 03:57:47.231: INFO Sep 08 03:57:47.231DEBGfreemap_route_ipv6 DEBG |
| 5335 | 2026-09-08T03:57:48.339Z | 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.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5336 | 2026-09-08T03:57:48.339Z | |
| 5337 | 2026-09-08T03:57:48.339Z | Sep 08 03:57:47.231 |
| 5338 | 2026-09-08T03:57:48.339Z | DEBGSep 08 03:57:47.231Sep 08 03:57:47.231 INFOINFO adding route 172.17.0.13/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5339 | 2026-09-08T03:57:48.339Z | |
| 5340 | 2026-09-08T03:57:48.339Z | reset freemapSep 08 03:57:47.231Sep 08 03:57:47.231 , Sep 08 03:57:47.231 unitDEBGSep 08 03:57:47.231INFO : 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 } }]DEBGDEBGadding route 172.17.0.1/32 -> 10.0.0.255 |
| 5341 | 2026-09-08T03:57:48.339Z | |
| 5342 | 2026-09-08T03:57:48.339Z | freemap_route_ipv6replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5343 | 2026-09-08T03:57:48.339Z | |
| 5344 | 2026-09-08T03:57:48.339Z | Sep 08 03:57:47.231 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 } }]Sep 08 03:57:47.231 Sep 08 03:57:47.231 INFO replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5345 | 2026-09-08T03:57:48.339Z | INFOadding route 172.17.0.14/32 -> 10.0.0.255Sep 08 03:57:47.231 |
| 5346 | 2026-09-08T03:57:48.339Z | |
| 5347 | 2026-09-08T03:57:48.339Z | INFOadding route 172.17.0.49/32 -> 10.0.0.255Sep 08 03:57:47.231Sep 08 03:57:47.231 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 5348 | 2026-09-08T03:57:48.339Z | replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5349 | 2026-09-08T03:57:48.339Z | Sep 08 03:57:47.231 |
| 5350 | 2026-09-08T03:57:48.339Z | adding route 172.17.0.2/32 -> 10.0.0.255Sep 08 03:57:47.231 Sep 08 03:57:47.231 INFO |
| 5351 | 2026-09-08T03:57:48.339Z | DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5352 | 2026-09-08T03:57:48.339Z | |
| 5353 | 2026-09-08T03:57:48.339Z | Sep 08 03:57:47.231 Sep 08 03:57:47.231replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Sep 08 03:57:47.231Sep 08 03:57:47.231 |
| 5354 | 2026-09-08T03:57:48.339Z | DEBG DEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5355 | 2026-09-08T03:57:48.339Z | 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 } }] Sep 08 03:57:47.231 |
| 5356 | 2026-09-08T03:57:48.339Z | INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Sep 08 03:57:47.231 |
| 5357 | 2026-09-08T03:57:48.339Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Sep 08 03:57:47.231 |
| 5358 | 2026-09-08T03:57:48.339Z | INFO INFOSep 08 03:57:47.231 Sep 08 03:57:47.231INFO adding route 172.17.0.3/32 -> 10.0.0.255replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.16/32 -> 10.0.0.255DEBG |
| 5359 | 2026-09-08T03:57:48.339Z | |
| 5360 | 2026-09-08T03:57:48.339Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5361 | 2026-09-08T03:57:48.340Z | |
| 5362 | 2026-09-08T03:57:48.340Z | Sep 08 03:57:47.231replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5363 | 2026-09-08T03:57:48.340Z | DEBG Sep 08 03:57:47.231replacing 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 } }] |
| 5364 | 2026-09-08T03:57:48.340Z | DEBG Sep 08 03:57:47.231replacing 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 } }]Sep 08 03:57:47.231 |
| 5365 | 2026-09-08T03:57:48.340Z | Sep 08 03:57:47.231 INFOINFO Sep 08 03:57:47.231 Sep 08 03:57:47.231adding route 172.17.0.17/32 -> 10.0.0.255 DEBG |
| 5366 | 2026-09-08T03:57:48.340Z | 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 } }] |
| 5367 | 2026-09-08T03:57:48.340Z | INFOadding route 172.17.0.50/32 -> 10.0.0.255 |
| 5368 | 2026-09-08T03:57:48.340Z | adding route 172.17.0.4/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5369 | 2026-09-08T03:57:48.340Z | |
| 5370 | 2026-09-08T03:57:48.340Z | Sep 08 03:57:47.231Sep 08 03:57:47.231 Sep 08 03:57:47.231DEBG Sep 08 03:57:47.231INFO DEBGSep 08 03:57:47.231 replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4DEBGreplacing 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 } }] |
| 5371 | 2026-09-08T03:57:48.340Z | |
| 5372 | 2026-09-08T03:57:48.340Z | 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 } }] |
| 5373 | 2026-09-08T03:57:48.340Z | |
| 5374 | 2026-09-08T03:57:48.340Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Sep 08 03:57:47.231 |
| 5375 | 2026-09-08T03:57:48.340Z | INFOSep 08 03:57:47.231 adding route 172.17.0.18/32 -> 10.0.0.255Sep 08 03:57:47.231INFO |
| 5376 | 2026-09-08T03:57:48.340Z | Sep 08 03:57:47.231 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4DEBGadding route 172.17.0.5/32 -> 10.0.0.255 |
| 5377 | 2026-09-08T03:57:48.340Z | |
| 5378 | 2026-09-08T03:57:48.340Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]Sep 08 03:57:47.231 |
| 5379 | 2026-09-08T03:57:48.340Z | 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 } }]Sep 08 03:57:47.231 |
| 5380 | 2026-09-08T03:57:48.340Z | Sep 08 03:57:47.231INFOSep 08 03:57:47.231 DEBGadding route 172.17.0.51/32 -> 10.0.0.255 |
| 5381 | 2026-09-08T03:57:48.340Z | Sep 08 03:57:47.231replacing targets for 3fff:dead::/64 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 } }]Sep 08 03:57:47.231 |
| 5382 | 2026-09-08T03:57:48.340Z | INFODEBG Sep 08 03:57:47.231 adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5383 | 2026-09-08T03:57:48.340Z | Sep 08 03:57:47.231DEBGDEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5384 | 2026-09-08T03:57:48.340Z | |
| 5385 | 2026-09-08T03:57:48.340Z | 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 } }]Sep 08 03:57:47.231 |
| 5386 | 2026-09-08T03:57:48.340Z | WARNSep 08 03:57:47.231 Sep 08 03:57:47.231 DEBGDEBGshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 5387 | 2026-09-08T03:57:48.340Z | replacing targets for 3fff:dead::/64 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 } }] |
| 5388 | 2026-09-08T03:57:48.340Z | 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 } }]INFOSep 08 03:57:47.231 |
| 5389 | 2026-09-08T03:57:48.340Z | Sep 08 03:57:47.231adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5390 | 2026-09-08T03:57:48.340Z | WARNINFO Sep 08 03:57:47.231shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 5391 | 2026-09-08T03:57:48.340Z | INFO adding route 172.17.0.20/32 -> 10.0.0.255Sep 08 03:57:47.231adding route 172.17.0.6/32 -> 10.0.0.255 |
| 5392 | 2026-09-08T03:57:48.340Z | |
| 5393 | 2026-09-08T03:57:48.340Z | DEBG Sep 08 03:57:47.231Sep 08 03:57:47.231 DEBGDEBGreplacing 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 } }] |
| 5394 | 2026-09-08T03:57:48.340Z | replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5395 | 2026-09-08T03:57:48.340Z | |
| 5396 | 2026-09-08T03:57:48.340Z | Sep 08 03:57:47.231 INFO Sep 08 03:57:47.231Sep 08 03:57:47.231adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5397 | 2026-09-08T03:57:48.340Z | INFOINFO adding route 172.17.0.7/32 -> 10.0.0.255adding route 172.17.0.21/32 -> 10.0.0.255 |
| 5398 | 2026-09-08T03:57:48.345Z | |
| 5399 | 2026-09-08T03:57:48.345Z | Sep 08 03:57:47.231 Sep 08 03:57:47.231DEBG Sep 08 03:57:47.231DEBG 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 } }]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 } }] |
| 5400 | 2026-09-08T03:57:48.345Z | |
| 5401 | 2026-09-08T03:57:48.345Z | 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 } }] |
| 5402 | 2026-09-08T03:57:48.345Z | Sep 08 03:57:47.231Sep 08 03:57:47.231Sep 08 03:57:47.231 INFOINFOINFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5403 | 2026-09-08T03:57:48.345Z | adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.8/32 -> 10.0.0.255 |
| 5404 | 2026-09-08T03:57:48.345Z | |
| 5405 | 2026-09-08T03:57:48.345Z | Sep 08 03:57:47.231 DEBG Sep 08 03:57:47.231replacing 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 } }] Sep 08 03:57:47.231DEBG |
| 5406 | 2026-09-08T03:57:48.345Z | 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 } }]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 } }] |
| 5407 | 2026-09-08T03:57:48.345Z | |
| 5408 | 2026-09-08T03:57:48.345Z | Sep 08 03:57:47.231 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5409 | 2026-09-08T03:57:48.345Z | Sep 08 03:57:47.225Sep 08 03:57:47.231Sep 08 03:57:47.231 INFODEBG Sep 08 03:57:47.232adding route 172.17.0.9/32 -> 10.0.0.255 INFOcreated new freemap DEBGadding route 172.17.0.23/32 -> 10.0.0.255 replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5410 | 2026-09-08T03:57:48.345Z | Sep 08 03:57:47.232Sep 08 03:57:47.232 DEBG DEBGcreated new freemap , Sep 08 03:57:47.238created new freemap , INFOunit adding route 172.17.0.56/32 -> 10.0.0.255:unit |
| 5411 | 2026-09-08T03:57:48.345Z | : freemap_route_ipv4freemap_route_ipv4 |
| 5412 | 2026-09-08T03:57:48.345Z | |
| 5413 | 2026-09-08T03:57:48.345Z | Sep 08 03:57:47.238 DEBGSep 08 03:57:47.238 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 } }]DEBGSep 08 03:57:47.238 |
| 5414 | 2026-09-08T03:57:48.345Z | DEBGcreated new freemap , created new freemapunit, :Sep 08 03:57:47.238 unitfreemap_route_ipv6 |
| 5415 | 2026-09-08T03:57:48.345Z | INFO: adding route 172.17.0.57/32 -> 10.0.0.255freemap_route_ipv6 |
| 5416 | 2026-09-08T03:57:48.345Z | Sep 08 03:57:47.238 |
| 5417 | 2026-09-08T03:57:48.345Z | DEBG initted freemap. size: 64Sep 08 03:57:47.238, , unit Sep 08 03:57:47.238DEBG unitDEBG : :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 } }] |
| 5418 | 2026-09-08T03:57:48.345Z | initted freemap. size: 64freemap_route_ipv4, |
| 5419 | 2026-09-08T03:57:48.345Z | unitfreemap_route_ipv4: |
| 5420 | 2026-09-08T03:57:48.345Z | freemap_route_ipv4 |
| 5421 | 2026-09-08T03:57:48.345Z | Sep 08 03:57:47.238Sep 08 03:57:47.238 Sep 08 03:57:47.238DEBG DEBGreset freemap , Sep 08 03:57:47.238reset freemapunitDEBG, unitcreated new freemap:, :unitfreemap_route_ipv4: |
| 5422 | 2026-09-08T03:57:48.345Z | freemap_route_ipv6 INFO |
| 5423 | 2026-09-08T03:57:48.345Z | freemap_route_ipv4Sep 08 03:57:47.238adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5424 | 2026-09-08T03:57:48.345Z | |
| 5425 | 2026-09-08T03:57:48.345Z | DEBGSep 08 03:57:47.238 initted freemap. size: 64Sep 08 03:57:47.238, Sep 08 03:57:47.238DEBG DEBGDEBGunit initted freemap. size: 64 initted freemap. size: 64:, , unitfreemap_route_ipv6: |
| 5426 | 2026-09-08T03:57:48.346Z | 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 } }] unitfreemap_route_ipv4: |
| 5427 | 2026-09-08T03:57:48.346Z | Sep 08 03:57:47.238freemap_route_ipv6 |
| 5428 | 2026-09-08T03:57:48.346Z | DEBG |
| 5429 | 2026-09-08T03:57:48.346Z | reset freemapSep 08 03:57:47.238, Sep 08 03:57:47.238unitDEBG : DEBGfreemap_route_ipv6reset freemap |
| 5430 | 2026-09-08T03:57:48.346Z | , reset freemapunit, :Sep 08 03:57:47.238Sep 08 03:57:47.238unit INFOINFOfreemap_route_ipv4 :adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5431 | 2026-09-08T03:57:48.346Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5432 | 2026-09-08T03:57:48.346Z | freemap_route_ipv6 |
| 5433 | 2026-09-08T03:57:48.346Z | |
| 5434 | 2026-09-08T03:57:48.346Z | Sep 08 03:57:47.238Sep 08 03:57:47.238 DEBG DEBGSep 08 03:57:47.238initted freemap. size: 64 , unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Sep 08 03:57:47.238INFO: |
| 5435 | 2026-09-08T03:57:48.346Z | freemap_route_ipv6 adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5436 | 2026-09-08T03:57:48.346Z | Sep 08 03:57:47.238 |
| 5437 | 2026-09-08T03:57:48.346Z | DEBG INFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2Sep 08 03:57:47.238 |
| 5438 | 2026-09-08T03:57:48.346Z | |
| 5439 | 2026-09-08T03:57:48.346Z | DEBGSep 08 03:57:47.238 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 5440 | 2026-09-08T03:57:48.346Z | Sep 08 03:57:47.238reset freemap DEBG, Sep 08 03:57:47.238Sep 08 03:57:47.238replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 5441 | 2026-09-08T03:57:48.346Z | :INFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5442 | 2026-09-08T03:57:48.346Z | |
| 5443 | 2026-09-08T03:57:48.346Z | Sep 08 03:57:47.238 INFOINFO adding route 172.17.0.60/32 -> 10.0.0.255Sep 08 03:57:47.238adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5444 | 2026-09-08T03:57:48.346Z | |
| 5445 | 2026-09-08T03:57:48.346Z | Sep 08 03:57:47.238 INFODEBGSep 08 03:57:47.238 Sep 08 03:57:47.238DEBG adding route 3fff:dead::/64 -> 2001:db8::55: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 } }]DEBG |
| 5446 | 2026-09-08T03:57:48.346Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5447 | 2026-09-08T03:57:48.346Z | |
| 5448 | 2026-09-08T03:57:48.346Z | replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5449 | 2026-09-08T03:57:48.346Z | Sep 08 03:57:47.238Sep 08 03:57:47.238 INFODEBG Sep 08 03:57:47.238adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5450 | 2026-09-08T03:57:48.346Z | 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 } }] Sep 08 03:57:47.238Sep 08 03:57:47.238 |
| 5451 | 2026-09-08T03:57:48.346Z | DEBGadding route 172.17.0.61/32 -> 10.0.0.255INFO |
| 5452 | 2026-09-08T03:57:48.346Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5453 | 2026-09-08T03:57:48.346Z | Sep 08 03:57:47.238adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5454 | 2026-09-08T03:57:48.346Z | INFO Sep 08 03:57:47.238Sep 08 03:57:47.238adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5455 | 2026-09-08T03:57:48.346Z | DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 172.17.0.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 } }]Sep 08 03:57:47.238 |
| 5456 | 2026-09-08T03:57:48.346Z | test route::tests::add_target_fails_full ... ok |
| 5457 | 2026-09-08T03:57:48.346Z | Sep 08 03:57:47.238 |
| 5458 | 2026-09-08T03:57:48.346Z | DEBG |
| 5459 | 2026-09-08T03:57:48.346Z | DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5460 | 2026-09-08T03:57:48.346Z | |
| 5461 | 2026-09-08T03:57:48.346Z | Sep 08 03:57:47.238 Sep 08 03:57:47.238INFO Sep 08 03:57:47.238Sep 08 03:57:47.238 INFODEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.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 } }] |
| 5462 | 2026-09-08T03:57:48.346Z | |
| 5463 | 2026-09-08T03:57:48.346Z | adding route 172.17.0.62/32 -> 10.0.0.255 |
| 5464 | 2026-09-08T03:57:48.347Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 5465 | 2026-09-08T03:57:48.347Z | test transceivers::mpn_test::test_mpn_missing ... ok |
| 5466 | 2026-09-08T03:57:48.347Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 5467 | 2026-09-08T03:57:48.347Z | test route::tests::same_size_non_subset_replace ... ok |
| 5468 | 2026-09-08T03:57:48.347Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
| 5469 | 2026-09-08T03:57:48.347Z | test transceivers::mpn_test::test_mpn_present ... ok |
| 5470 | 2026-09-08T03:57:48.347Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok |
| 5471 | 2026-09-08T03:57:48.347Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok |
| 5472 | 2026-09-08T03:57:48.347Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok |
| 5473 | 2026-09-08T03:57:48.347Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok |
| 5474 | 2026-09-08T03:57:48.347Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
| 5475 | 2026-09-08T03:57:48.347Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
| 5476 | 2026-09-08T03:57:48.347Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
| 5477 | 2026-09-08T03:57:48.347Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
| 5478 | 2026-09-08T03:57:48.347Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
| 5479 | 2026-09-08T03:57:48.347Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
| 5480 | 2026-09-08T03:57:48.347Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
| 5481 | 2026-09-08T03:57:48.347Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
| 5482 | 2026-09-08T03:57:48.347Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
| 5483 | 2026-09-08T03:57:48.347Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
| 5484 | 2026-09-08T03:57:48.347Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
| 5485 | 2026-09-08T03:57:48.347Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
| 5486 | 2026-09-08T03:57:48.347Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
| 5487 | 2026-09-08T03:57:48.347Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
| 5488 | 2026-09-08T03:57:48.347Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
| 5489 | 2026-09-08T03:57:48.347Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
| 5490 | 2026-09-08T03:57:48.347Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
| 5491 | 2026-09-08T03:57:48.347Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
| 5492 | 2026-09-08T03:57:48.347Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
| 5493 | 2026-09-08T03:57:48.347Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
| 5494 | 2026-09-08T03:57:48.347Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
| 5495 | 2026-09-08T03:57:48.347Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
| 5496 | 2026-09-08T03:57:48.347Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
| 5497 | 2026-09-08T03:57:48.347Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
| 5498 | 2026-09-08T03:57:48.351Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
| 5499 | 2026-09-08T03:57:48.352Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5500 | 2026-09-08T03:57:48.352Z | Sep 08 03:57:47.239 DEBGSep 08 03:57:47.238Sep 08 03:57:47.245 created new freemap DEBG, DEBGunit : 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 } }]freemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 5501 | 2026-09-08T03:57:48.352Z | |
| 5502 | 2026-09-08T03:57:48.352Z | |
| 5503 | 2026-09-08T03:57:48.352Z | Sep 08 03:57:47.245 DEBG |
| 5504 | 2026-09-08T03:57:48.352Z | Sep 08 03:57:47.245Sep 08 03:57:47.245 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:3, vlan_id: None } }]DEBG |
| 5505 | 2026-09-08T03:57:48.352Z | adding route 172.17.0.63/32 -> 10.0.0.255created new freemap |
| 5506 | 2026-09-08T03:57:48.352Z | , unitSep 08 03:57:47.245: DEBGfreemap_route_ipv6 |
| 5507 | 2026-09-08T03:57:48.352Z | 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 } }] |
| 5508 | 2026-09-08T03:57:48.352Z | Sep 08 03:57:47.239Sep 08 03:57:47.245Sep 08 03:57:47.245Sep 08 03:57:47.245 DEBGINFODEBGDEBG initted freemap. size: 64replacing 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 } }], |
| 5509 | 2026-09-08T03:57:48.352Z | unit:adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5510 | 2026-09-08T03:57:48.352Z | freemap_route_ipv4Sep 08 03:57:47.245 |
| 5511 | 2026-09-08T03:57:48.352Z | created new freemap , DEBGunitSep 08 03:57:47.245Sep 08 03:57:47.245: 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 } }]reset freemapfreemap_route_ipv4, |
| 5512 | 2026-09-08T03:57:48.352Z | unit |
| 5513 | 2026-09-08T03:57:48.352Z | failed to allocate space for the new target list: |
| 5514 | 2026-09-08T03:57:48.352Z | freemap_route_ipv4 |
| 5515 | 2026-09-08T03:57:48.352Z | Sep 08 03:57:47.245 INFO adding route 172.17.0.11/32 -> 10.0.0.255Sep 08 03:57:47.245 |
| 5516 | 2026-09-08T03:57:48.352Z | Sep 08 03:57:47.245DEBG DEBGSep 08 03:57:47.245 created new freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Sep 08 03:57:47.245 |
| 5517 | 2026-09-08T03:57:48.352Z | , DEBGDEBGunit initted freemap. size: 64 , :unitSep 08 03:57:47.245 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 } }] : |
| 5518 | 2026-09-08T03:57:48.352Z | freemap_route_ipv6freemap_route_ipv6 |
| 5519 | 2026-09-08T03:57:48.352Z | |
| 5520 | 2026-09-08T03:57:48.352Z | DEBG Sep 08 03:57:47.245failed to allocate space for the new target listSep 08 03:57:47.245 DEBGINFO |
| 5521 | 2026-09-08T03:57:48.352Z | adding route 172.17.0.12/32 -> 10.0.0.255Sep 08 03:57:47.245initted freemap. size: 64 , |
| 5522 | 2026-09-08T03:57:48.352Z | DEBGunit :reset freemap , freemap_route_ipv4Sep 08 03:57:47.245 |
| 5523 | 2026-09-08T03:57:48.352Z | unitDEBG: replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6 |
| 5524 | 2026-09-08T03:57:48.352Z | |
| 5525 | 2026-09-08T03:57:48.352Z | Sep 08 03:57:47.245 Sep 08 03:57:47.245Sep 08 03:57:47.245 INFOINFO DEBGadding route 172.17.0.13/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5526 | 2026-09-08T03:57:48.352Z | reset freemap |
| 5527 | 2026-09-08T03:57:48.352Z | , unitSep 08 03:57:47.245: Sep 08 03:57:47.245freemap_route_ipv4 DEBGDEBG |
| 5528 | 2026-09-08T03:57:48.352Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5529 | 2026-09-08T03:57:48.352Z | |
| 5530 | 2026-09-08T03:57:48.352Z | Sep 08 03:57:47.245Sep 08 03:57:47.245 INFO adding route 172.17.0.14/32 -> 10.0.0.255Sep 08 03:57:47.245 |
| 5531 | 2026-09-08T03:57:48.352Z | INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5532 | 2026-09-08T03:57:48.352Z | |
| 5533 | 2026-09-08T03:57:48.352Z | Sep 08 03:57:47.245 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 } }]Sep 08 03:57:47.245 |
| 5534 | 2026-09-08T03:57:48.352Z | DEBG Sep 08 03:57:47.245 DEBGinitted freemap. size: 64 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5535 | 2026-09-08T03:57:48.352Z | , INFO Sep 08 03:57:47.245unit :INFOSep 08 03:57:47.245adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 5536 | 2026-09-08T03:57:48.353Z | INFO adding route 172.16.0.0/32 -> 10.0.0.3 |
| 5537 | 2026-09-08T03:57:48.353Z | freemap_route_ipv6 |
| 5538 | 2026-09-08T03:57:48.353Z | adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5539 | 2026-09-08T03:57:48.353Z | Sep 08 03:57:47.245 Sep 08 03:57:47.245DEBG DEBGSep 08 03:57:47.245 Sep 08 03:57:47.245replacing 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 } }] |
| 5540 | 2026-09-08T03:57:48.353Z | DEBG |
| 5541 | 2026-09-08T03:57:48.353Z | 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 } }] Sep 08 03:57:47.245 |
| 5542 | 2026-09-08T03:57:48.353Z | reset freemapINFOSep 08 03:57:47.245 , unitadding route 172.16.0.0/32 -> 10.0.0.4 |
| 5543 | 2026-09-08T03:57:48.353Z | : Sep 08 03:57:47.245freemap_route_ipv6 INFO |
| 5544 | 2026-09-08T03:57:48.353Z | Sep 08 03:57:47.245INFO DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 5545 | 2026-09-08T03:57:48.353Z | adding route 172.17.0.16/32 -> 10.0.0.255 Sep 08 03:57:47.245 |
| 5546 | 2026-09-08T03:57:48.353Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5547 | 2026-09-08T03:57:48.353Z | INFOSep 08 03:57:47.245Sep 08 03:57:47.245 DEBG adding route 172.16.0.0/32 -> 10.0.0.1 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 } }]Sep 08 03:57:47.245 |
| 5548 | 2026-09-08T03:57:48.353Z | |
| 5549 | 2026-09-08T03:57:48.353Z | DEBG DEBGreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5550 | 2026-09-08T03:57:48.353Z | replacing targets for 172.16.0.0/32 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 } }]Sep 08 03:57:47.245 |
| 5551 | 2026-09-08T03:57:48.353Z | Sep 08 03:57:47.245INFO Sep 08 03:57:47.245adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG |
| 5552 | 2026-09-08T03:57:48.353Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 5553 | 2026-09-08T03:57:48.353Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5554 | 2026-09-08T03:57:48.353Z | Sep 08 03:57:47.245Sep 08 03:57:47.245 Sep 08 03:57:47.245 DEBGDEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 5555 | 2026-09-08T03:57:48.353Z | |
| 5556 | 2026-09-08T03:57:48.353Z | INFO adding route 172.16.0.0/32 -> 10.0.0.2Sep 08 03:57:47.245 |
| 5557 | 2026-09-08T03:57:48.353Z | Sep 08 03:57:47.245INFO DEBGadding route 172.17.0.18/32 -> 10.0.0.255 |
| 5558 | 2026-09-08T03:57:48.353Z | Sep 08 03:57:47.245failed to allocate space for the new target list |
| 5559 | 2026-09-08T03:57:48.353Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 5560 | 2026-09-08T03:57:48.353Z | 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 } }] |
| 5561 | 2026-09-08T03:57:48.353Z | Sep 08 03:57:47.245 DEBGSep 08 03:57:47.245 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG |
| 5562 | 2026-09-08T03:57:48.353Z | Sep 08 03:57:47.245replacing 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 } }] |
| 5563 | 2026-09-08T03:57:48.353Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 5564 | 2026-09-08T03:57:48.353Z | Sep 08 03:57:47.218Sep 08 03:57:47.245 DEBGINFO created new freemapadding route 172.17.0.19/32 -> 10.0.0.255, unit |
| 5565 | 2026-09-08T03:57:48.353Z | : freemap_route_ipv4Sep 08 03:57:47.238 |
| 5566 | 2026-09-08T03:57:48.353Z | Sep 08 03:57:47.245 INFO DEBGadding route 172.17.0.24/32 -> 10.0.0.255 replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5567 | 2026-09-08T03:57:48.353Z | Sep 08 03:57:47.245 |
| 5568 | 2026-09-08T03:57:48.353Z | DEBG created new freemap, unitSep 08 03:57:47.245: INFOfreemap_route_ipv6 |
| 5569 | 2026-09-08T03:57:48.353Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5570 | 2026-09-08T03:57:48.353Z | Sep 08 03:57:47.245Sep 08 03:57:47.245Sep 08 03:57:47.245 DEBG DEBGDEBGreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5571 | 2026-09-08T03:57:48.353Z | 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 } }], |
| 5572 | 2026-09-08T03:57:48.353Z | unit:Sep 08 03:57:47.245 freemap_route_ipv4Sep 08 03:57:47.245INFO |
| 5573 | 2026-09-08T03:57:48.353Z | adding route 172.17.0.21/32 -> 10.0.0.255INFO |
| 5574 | 2026-09-08T03:57:48.353Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5575 | 2026-09-08T03:57:48.353Z | Sep 08 03:57:47.245Sep 08 03:57:47.245 Sep 08 03:57:47.245DEBGDEBG 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 |
| 5576 | 2026-09-08T03:57:48.354Z | reset freemap , 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 } }]unit |
| 5577 | 2026-09-08T03:57:48.354Z | :Sep 08 03:57:47.245 freemap_route_ipv4INFO |
| 5578 | 2026-09-08T03:57:48.354Z | adding route 172.17.0.22/32 -> 10.0.0.255Sep 08 03:57:47.245 |
| 5579 | 2026-09-08T03:57:48.354Z | INFOSep 08 03:57:47.245 adding route 172.17.0.26/32 -> 10.0.0.255DEBGSep 08 03:57:47.245 |
| 5580 | 2026-09-08T03:57:48.354Z | DEBGinitted freemap. size: 64 , replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 5581 | 2026-09-08T03:57:48.354Z | Sep 08 03:57:47.245: DEBG freemap_route_ipv6replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 08 03:57:47.245 |
| 5582 | 2026-09-08T03:57:48.354Z | |
| 5583 | 2026-09-08T03:57:48.354Z | INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5584 | 2026-09-08T03:57:48.354Z | Sep 08 03:57:47.245Sep 08 03:57:47.245 Sep 08 03:57:47.245DEBG DEBGreset freemap , 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 } }] unitadding route 172.17.0.27/32 -> 10.0.0.255 |
| 5585 | 2026-09-08T03:57:48.354Z | |
| 5586 | 2026-09-08T03:57:48.354Z | : freemap_route_ipv6 |
| 5587 | 2026-09-08T03:57:48.354Z | Sep 08 03:57:47.245Sep 08 03:57:47.245 Sep 08 03:57:47.245INFO DEBG INFOadding route 172.17.0.24/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 } }] |
| 5588 | 2026-09-08T03:57:48.354Z | |
| 5589 | 2026-09-08T03:57:48.354Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5590 | 2026-09-08T03:57:48.354Z | Sep 08 03:57:47.245Sep 08 03:57:47.245 Sep 08 03:57:47.245 DEBGDEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.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-09-08T03:57:48.354Z | |
| 5592 | 2026-09-08T03:57:48.354Z | adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5593 | 2026-09-08T03:57:48.354Z | Sep 08 03:57:47.245 Sep 08 03:57:47.245Sep 08 03:57:47.245INFO INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5594 | 2026-09-08T03:57:48.354Z | |
| 5595 | 2026-09-08T03:57:48.354Z | 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 } }] |
| 5596 | 2026-09-08T03:57:48.354Z | Sep 08 03:57:47.245Sep 08 03:57:47.245 Sep 08 03:57:47.245DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5597 | 2026-09-08T03:57:48.354Z | |
| 5598 | 2026-09-08T03:57:48.358Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5599 | 2026-09-08T03:57:48.358Z | Sep 08 03:57:47.245Sep 08 03:57:47.245Sep 08 03:57:47.245 DEBGINFOINFO adding route 172.16.0.0/32 -> 10.0.0.1 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.26/32 -> 10.0.0.255 |
| 5600 | 2026-09-08T03:57:48.358Z | |
| 5601 | 2026-09-08T03:57:48.358Z | |
| 5602 | 2026-09-08T03:57:48.358Z | Sep 08 03:57:47.245Sep 08 03:57:47.245Sep 08 03:57:47.245 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5603 | 2026-09-08T03:57:48.358Z | |
| 5604 | 2026-09-08T03:57:48.358Z | INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5605 | 2026-09-08T03:57:48.358Z | Sep 08 03:57:47.245Sep 08 03:57:47.245 Sep 08 03:57:47.245INFOINFO adding route 172.17.0.27/32 -> 10.0.0.255DEBGadding route 172.16.0.0/32 -> 10.0.0.2 |
| 5606 | 2026-09-08T03:57:48.358Z | |
| 5607 | 2026-09-08T03:57:48.358Z | 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 } }] |
| 5608 | 2026-09-08T03:57:48.358Z | Sep 08 03:57:47.245 Sep 08 03:57:47.245DEBG 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 } }]Sep 08 03:57:47.245 Sep 08 03:57:47.246DEBG Sep 08 03:57:47.245replacing 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 } }] |
| 5609 | 2026-09-08T03:57:48.358Z | DEBG created new freemapDEBG, unit: |
| 5610 | 2026-09-08T03:57:48.358Z | freemap_route_ipv4 |
| 5611 | 2026-09-08T03:57:48.359Z | Sep 08 03:57:47.254Sep 08 03:57:47.254Sep 08 03:57:47.254 DEBGINFOINFO adding route 172.17.0.0/32 -> 10.0.0.255created new freemap , adding route 172.17.0.28/32 -> 10.0.0.255unit |
| 5612 | 2026-09-08T03:57:48.359Z | : created new freemapfreemap_route_ipv6 |
| 5613 | 2026-09-08T03:57:48.359Z | Sep 08 03:57:47.254 DEBGSep 08 03:57:47.254 |
| 5614 | 2026-09-08T03:57:48.359Z | 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 } }], |
| 5615 | 2026-09-08T03:57:48.359Z | DEBGunit Sep 08 03:57:47.254: Sep 08 03:57:47.254initted freemap. size: 64 DEBGINFO , 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 } }] |
| 5616 | 2026-09-08T03:57:48.359Z | adding route 172.17.0.29/32 -> 10.0.0.255unit |
| 5617 | 2026-09-08T03:57:48.359Z | : freemap_route_ipv4Sep 08 03:57:47.254freemap_route_ipv4 |
| 5618 | 2026-09-08T03:57:48.359Z | |
| 5619 | 2026-09-08T03:57:48.359Z | Sep 08 03:57:47.254INFO adding route 172.17.0.1/32 -> 10.0.0.255DEBG |
| 5620 | 2026-09-08T03:57:48.359Z | 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 } }]Sep 08 03:57:47.254 |
| 5621 | 2026-09-08T03:57:48.359Z | DEBG reset freemapadding route 172.17.0.31/32 -> 10.0.0.255Sep 08 03:57:47.254Sep 08 03:57:47.254 INFODEBG |
| 5622 | 2026-09-08T03:57:48.359Z | 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 } }], |
| 5623 | 2026-09-08T03:57:48.359Z | unitadding route 172.17.0.30/32 -> 10.0.0.255Sep 08 03:57:47.254: |
| 5624 | 2026-09-08T03:57:48.359Z | freemap_route_ipv4DEBG |
| 5625 | 2026-09-08T03:57:48.359Z | created new freemapSep 08 03:57:47.254Sep 08 03:57:47.254Sep 08 03:57:47.254, unit Sep 08 03:57:47.254DEBG:DEBG 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 } }]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 } }] |
| 5626 | 2026-09-08T03:57:48.359Z | |
| 5627 | 2026-09-08T03:57:48.359Z | adding route 172.17.0.2/32 -> 10.0.0.255freemap_route_ipv6DEBG |
| 5628 | 2026-09-08T03:57:48.359Z | |
| 5629 | 2026-09-08T03:57:48.359Z | Sep 08 03:57:47.254initted freemap. size: 64 Sep 08 03:57:47.254INFO , INFOadding route 172.17.0.32/32 -> 10.0.0.255unitSep 08 03:57:47.254 : |
| 5630 | 2026-09-08T03:57:48.359Z | adding route 172.17.0.31/32 -> 10.0.0.255Sep 08 03:57:47.254 |
| 5631 | 2026-09-08T03:57:48.359Z | DEBGDEBGSep 08 03:57:47.254freemap_route_ipv6 |
| 5632 | 2026-09-08T03:57:48.359Z | DEBGinitted freemap. size: 64replacing 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 } }]Sep 08 03:57:47.254Sep 08 03:57:47.254 |
| 5633 | 2026-09-08T03:57:48.359Z | DEBG, DEBGunit :replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] reset freemap |
| 5634 | 2026-09-08T03:57:48.359Z | Sep 08 03:57:47.254freemap_route_ipv4 |
| 5635 | 2026-09-08T03:57:48.359Z | INFO, unitadding route 172.17.0.3/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 } }] |
| 5636 | 2026-09-08T03:57:48.359Z | Sep 08 03:57:47.254: |
| 5637 | 2026-09-08T03:57:48.359Z | freemap_route_ipv6DEBGSep 08 03:57:47.254Sep 08 03:57:47.254 |
| 5638 | 2026-09-08T03:57:48.359Z | 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 } }]reset freemap |
| 5639 | 2026-09-08T03:57:48.359Z | INFO adding route 172.17.0.32/32 -> 10.0.0.255, |
| 5640 | 2026-09-08T03:57:48.359Z | Sep 08 03:57:47.254unitSep 08 03:57:47.254: Sep 08 03:57:47.254 Sep 08 03:57:47.254INFOINFO freemap_route_ipv4 adding route 172.17.0.4/32 -> 10.0.0.255 |
| 5641 | 2026-09-08T03:57:48.359Z | |
| 5642 | 2026-09-08T03:57:48.359Z | DEBGINFO adding route 172.17.0.33/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5643 | 2026-09-08T03:57:48.359Z | |
| 5644 | 2026-09-08T03:57:48.359Z | 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 } }]Sep 08 03:57:47.254 |
| 5645 | 2026-09-08T03:57:48.359Z | Sep 08 03:57:47.254 Sep 08 03:57:47.254Sep 08 03:57:47.254DEBG DEBG Sep 08 03:57:47.254replacing 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 } }] |
| 5646 | 2026-09-08T03:57:48.359Z | DEBG INFOreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5647 | 2026-09-08T03:57:48.359Z | DEBGadding route 172.17.0.33/32 -> 10.0.0.255Sep 08 03:57:47.254 |
| 5648 | 2026-09-08T03:57:48.359Z | initted freemap. size: 64INFOSep 08 03:57:47.254 , 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 } }]unitadding route 172.17.0.34/32 -> 10.0.0.255 :Sep 08 03:57:47.254 |
| 5649 | 2026-09-08T03:57:48.359Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 5650 | 2026-09-08T03:57:48.359Z | |
| 5651 | 2026-09-08T03:57:48.360Z | freemap_route_ipv6DEBG |
| 5652 | 2026-09-08T03:57:48.360Z | 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 } }]Sep 08 03:57:47.254 Sep 08 03:57:47.254 |
| 5653 | 2026-09-08T03:57:48.360Z | Sep 08 03:57:47.254DEBGSep 08 03:57:47.254 DEBG Sep 08 03:57:47.254 DEBGreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5654 | 2026-09-08T03:57:48.360Z | reset freemap , INFO 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.34/32 -> 10.0.0.255unit |
| 5655 | 2026-09-08T03:57:48.360Z | INFOSep 08 03:57:47.254 |
| 5656 | 2026-09-08T03:57:48.360Z | : adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5657 | 2026-09-08T03:57:48.360Z | Sep 08 03:57:47.254freemap_route_ipv6 Sep 08 03:57:47.254INFO adding route 172.17.0.6/32 -> 10.0.0.255DEBG |
| 5658 | 2026-09-08T03:57:48.360Z | |
| 5659 | 2026-09-08T03:57:48.360Z | Sep 08 03:57:47.254 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 } }] |
| 5660 | 2026-09-08T03:57:48.360Z | INFODEBGSep 08 03:57:47.254Sep 08 03:57:47.254 DEBGSep 08 03:57:47.254adding route 172.17.0.35/32 -> 10.0.0.255 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 } }] 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 } }] INFOadding route 172.16.0.0/32 -> 10.0.0.1 |
| 5661 | 2026-09-08T03:57:48.360Z | |
| 5662 | 2026-09-08T03:57:48.360Z | |
| 5663 | 2026-09-08T03:57:48.360Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5664 | 2026-09-08T03:57:48.360Z | |
| 5665 | 2026-09-08T03:57:48.360Z | Sep 08 03:57:47.254 Sep 08 03:57:47.254DEBGSep 08 03:57:47.254Sep 08 03:57:47.254 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 } }]Sep 08 03:57:47.254 INFO INFOreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5666 | 2026-09-08T03:57:48.360Z | |
| 5667 | 2026-09-08T03:57:48.360Z | adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.7/32 -> 10.0.0.255 |
| 5668 | 2026-09-08T03:57:48.360Z | |
| 5669 | 2026-09-08T03:57:48.360Z | 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 } }]Sep 08 03:57:47.254Sep 08 03:57:47.254Sep 08 03:57:47.254 Sep 08 03:57:47.254 INFO DEBG INFO |
| 5670 | 2026-09-08T03:57:48.360Z | adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 5671 | 2026-09-08T03:57:48.360Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5672 | 2026-09-08T03:57:48.360Z | replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Sep 08 03:57:47.254 |
| 5673 | 2026-09-08T03:57:48.360Z | Sep 08 03:57:47.254 |
| 5674 | 2026-09-08T03:57:48.360Z | DEBG INFOSep 08 03:57:47.254 Sep 08 03:57:47.254replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5675 | 2026-09-08T03:57:48.360Z | INFO |
| 5676 | 2026-09-08T03:57:48.360Z | adding route 172.17.0.8/32 -> 10.0.0.255Sep 08 03:57:47.254 |
| 5677 | 2026-09-08T03:57:48.360Z | DEBGSep 08 03:57:47.254INFO Sep 08 03:57:47.254replacing 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 } }]Sep 08 03:57:47.254 |
| 5678 | 2026-09-08T03:57:48.360Z | INFOadding route 172.16.0.0/32 -> 10.0.0.4DEBG |
| 5679 | 2026-09-08T03:57:48.360Z | 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.37/32 -> 10.0.0.255 |
| 5680 | 2026-09-08T03:57:48.360Z | |
| 5681 | 2026-09-08T03:57:48.360Z | DEBGSep 08 03:57:47.254 Sep 08 03:57:47.254Sep 08 03:57:47.254INFO 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 } }] |
| 5682 | 2026-09-08T03:57:48.360Z | INFOadding route 172.16.0.0/32 -> 10.0.0.1 Sep 08 03:57:47.254DEBG |
| 5683 | 2026-09-08T03:57:48.360Z | adding route 172.17.0.9/32 -> 10.0.0.255DEBG |
| 5684 | 2026-09-08T03:57:48.360Z | 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 } }] |
| 5685 | 2026-09-08T03:57:48.360Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]Sep 08 03:57:47.254 Sep 08 03:57:47.254 |
| 5686 | 2026-09-08T03:57:48.360Z | INFOSep 08 03:57:47.254 DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Sep 08 03:57:47.254 |
| 5687 | 2026-09-08T03:57:48.360Z | INFOreplacing 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.37/32 -> 10.0.0.255 |
| 5688 | 2026-09-08T03:57:48.360Z | Sep 08 03:57:47.254adding route 172.17.0.38/32 -> 10.0.0.255Sep 08 03:57:47.254 |
| 5689 | 2026-09-08T03:57:48.360Z | |
| 5690 | 2026-09-08T03:57:48.361Z | DEBG INFO Sep 08 03:57:47.254replacing targets for 172.16.0.0/32 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 } }] Sep 08 03:57:47.254Sep 08 03:57:47.254DEBG |
| 5691 | 2026-09-08T03:57:48.361Z | adding route 172.16.0.0/32 -> 10.0.0.2INFO |
| 5692 | 2026-09-08T03:57:48.361Z | replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG adding route 172.17.0.10/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 } }] |
| 5693 | 2026-09-08T03:57:48.361Z | |
| 5694 | 2026-09-08T03:57:48.361Z | |
| 5695 | 2026-09-08T03:57:48.361Z | Sep 08 03:57:47.254 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 } }]Sep 08 03:57:47.254Sep 08 03:57:47.254 |
| 5696 | 2026-09-08T03:57:48.361Z | DEBG INFO Sep 08 03:57:47.254replacing 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 } }] |
| 5697 | 2026-09-08T03:57:48.361Z | INFOSep 08 03:57:47.254adding route 172.17.0.39/32 -> 10.0.0.255 adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5698 | 2026-09-08T03:57:48.365Z | |
| 5699 | 2026-09-08T03:57:48.365Z | INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 5700 | 2026-09-08T03:57:48.365Z | Sep 08 03:57:47.254Sep 08 03:57:47.254Sep 08 03:57:47.254 Sep 08 03:57:47.254DEBGINFO DEBG adding route 172.17.0.11/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 } }] |
| 5701 | 2026-09-08T03:57:48.365Z | |
| 5702 | 2026-09-08T03:57:48.365Z | DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5703 | 2026-09-08T03:57:48.365Z | Sep 08 03:57:47.254Sep 08 03:57:47.254 |
| 5704 | 2026-09-08T03:57:48.365Z | DEBGINFO replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5705 | 2026-09-08T03:57:48.365Z | Sep 08 03:57:47.254 |
| 5706 | 2026-09-08T03:57:48.365Z | Sep 08 03:57:47.254 INFO INFOadding route 172.17.0.40/32 -> 10.0.0.255Sep 08 03:57:47.254 |
| 5707 | 2026-09-08T03:57:48.365Z | adding route 172.17.0.1/32 -> 10.0.0.255INFO |
| 5708 | 2026-09-08T03:57:48.365Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5709 | 2026-09-08T03:57:48.365Z | Sep 08 03:57:47.254Sep 08 03:57:47.254 DEBGDEBG Sep 08 03:57:47.254Sep 08 03:57:47.254 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 |
| 5710 | 2026-09-08T03:57:48.365Z | replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5711 | 2026-09-08T03:57:48.365Z | replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5712 | 2026-09-08T03:57:48.365Z | |
| 5713 | 2026-09-08T03:57:48.365Z | Sep 08 03:57:47.254 INFOSep 08 03:57:47.254 Sep 08 03:57:47.254adding route 172.17.0.41/32 -> 10.0.0.255Sep 08 03:57:47.254 |
| 5714 | 2026-09-08T03:57:48.365Z | INFO INFOadding route 172.17.0.2/32 -> 10.0.0.255 |
| 5715 | 2026-09-08T03:57:48.365Z | Sep 08 03:57:47.254adding route 172.17.0.13/32 -> 10.0.0.255INFO |
| 5716 | 2026-09-08T03:57:48.365Z | Sep 08 03:57:47.254DEBGadding route 172.17.0.40/32 -> 10.0.0.255 |
| 5717 | 2026-09-08T03:57:48.365Z | Sep 08 03:57:47.254replacing 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 } }] |
| 5718 | 2026-09-08T03:57:48.365Z | 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 } }]Sep 08 03:57:47.254 |
| 5719 | 2026-09-08T03:57:48.365Z | Sep 08 03:57:47.254 DEBGDEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5720 | 2026-09-08T03:57:48.365Z | |
| 5721 | 2026-09-08T03:57:48.365Z | 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 } }]Sep 08 03:57:47.261 |
| 5722 | 2026-09-08T03:57:48.365Z | INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 5723 | 2026-09-08T03:57:48.365Z | Sep 08 03:57:47.261 Sep 08 03:57:47.261DEBGSep 08 03:57:47.261 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 } }]DEBGINFO |
| 5724 | 2026-09-08T03:57:48.365Z | 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 } }] |
| 5725 | 2026-09-08T03:57:48.365Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5726 | 2026-09-08T03:57:48.365Z | Sep 08 03:57:47.261 INFOSep 08 03:57:47.261 adding route 172.17.0.43/32 -> 10.0.0.255DEBG |
| 5727 | 2026-09-08T03:57:48.365Z | 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 } }] |
| 5728 | 2026-09-08T03:57:48.365Z | Sep 08 03:57:47.261Sep 08 03:57:47.261 INFODEBG Sep 08 03:57:47.261replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.4/32 -> 10.0.0.255 |
| 5729 | 2026-09-08T03:57:48.365Z | INFO |
| 5730 | 2026-09-08T03:57:48.365Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5731 | 2026-09-08T03:57:48.366Z | Sep 08 03:57:47.261 Sep 08 03:57:47.261INFO DEBGadding route 172.17.0.44/32 -> 10.0.0.255 |
| 5732 | 2026-09-08T03:57:48.366Z | 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 } }] |
| 5733 | 2026-09-08T03:57:48.366Z | Sep 08 03:57:47.261 DEBGSep 08 03:57:47.261 Sep 08 03:57:47.261DEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 |
| 5734 | 2026-09-08T03:57:48.366Z | |
| 5735 | 2026-09-08T03:57:48.366Z | adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5736 | 2026-09-08T03:57:48.366Z | Sep 08 03:57:47.261Sep 08 03:57:47.261Sep 08 03:57:47.261 INFOINFO INFOadding route 172.17.0.5/32 -> 10.0.0.255 |
| 5737 | 2026-09-08T03:57:48.366Z | adding route 172.17.0.45/32 -> 10.0.0.255Sep 08 03:57:47.261adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5738 | 2026-09-08T03:57:48.366Z | DEBG |
| 5739 | 2026-09-08T03:57:48.366Z | 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 } }]Sep 08 03:57:47.261 |
| 5740 | 2026-09-08T03:57:48.366Z | Sep 08 03:57:47.261DEBG Sep 08 03:57:47.261Sep 08 03:57:47.261replacing 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 } }] |
| 5741 | 2026-09-08T03:57:48.366Z | INFODEBG 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 } }] |
| 5742 | 2026-09-08T03:57:48.366Z | replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5743 | 2026-09-08T03:57:48.366Z | Sep 08 03:57:47.261 |
| 5744 | 2026-09-08T03:57:48.366Z | INFO adding route 172.17.0.6/32 -> 10.0.0.255Sep 08 03:57:47.261Sep 08 03:57:47.261Sep 08 03:57:47.261 |
| 5745 | 2026-09-08T03:57:48.366Z | 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 } }]INFOINFO |
| 5746 | 2026-09-08T03:57:48.366Z | adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5747 | 2026-09-08T03:57:48.366Z | |
| 5748 | 2026-09-08T03:57:48.366Z | Sep 08 03:57:47.261 DEBGSep 08 03:57:47.261 Sep 08 03:57:47.261Sep 08 03:57:47.261replacing 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 } }] DEBGINFO DEBG |
| 5749 | 2026-09-08T03:57:48.366Z | 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.45/32 -> 10.0.0.255replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5750 | 2026-09-08T03:57:48.366Z | |
| 5751 | 2026-09-08T03:57:48.366Z | |
| 5752 | 2026-09-08T03:57:48.366Z | Sep 08 03:57:47.261Sep 08 03:57:47.261 Sep 08 03:57:47.261INFOINFO DEBGadding route 172.17.0.7/32 -> 10.0.0.255 |
| 5753 | 2026-09-08T03:57:48.366Z | adding route 172.17.0.16/32 -> 10.0.0.255Sep 08 03:57:47.261 |
| 5754 | 2026-09-08T03:57:48.366Z | 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 } }] Sep 08 03:57:47.261 |
| 5755 | 2026-09-08T03:57:48.366Z | adding route 172.17.0.47/32 -> 10.0.0.255Sep 08 03:57:47.261 DEBG |
| 5756 | 2026-09-08T03:57:48.366Z | test route::tests::delete_target_fragmented ... ok |
| 5757 | 2026-09-08T03:57:48.366Z | DEBGSep 08 03:57:47.261 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 } }]INFO |
| 5758 | 2026-09-08T03:57:48.366Z | 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 } }] |
| 5759 | 2026-09-08T03:57:48.366Z | adding route 172.17.0.46/32 -> 10.0.0.255Sep 08 03:57:47.261 |
| 5760 | 2026-09-08T03:57:48.366Z | Sep 08 03:57:47.261Sep 08 03:57:47.261 DEBGINFO INFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.17.0.8/32 -> 10.0.0.255 |
| 5761 | 2026-09-08T03:57:48.366Z | 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 } }] |
| 5762 | 2026-09-08T03:57:48.366Z | |
| 5763 | 2026-09-08T03:57:48.366Z | Sep 08 03:57:47.261 Sep 08 03:57:47.261Sep 08 03:57:47.261DEBG Sep 08 03:57:47.261replacing 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 } }] DEBGDEBG INFOreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 5764 | 2026-09-08T03:57:48.366Z | adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5765 | 2026-09-08T03:57:48.366Z | |
| 5766 | 2026-09-08T03:57:48.366Z | |
| 5767 | 2026-09-08T03:57:48.366Z | Sep 08 03:57:47.261 Sep 08 03:57:47.261Sep 08 03:57:47.261Sep 08 03:57:47.261INFO INFO adding route 172.17.0.18/32 -> 10.0.0.255INFOadding route 172.17.0.47/32 -> 10.0.0.255 |
| 5768 | 2026-09-08T03:57:48.366Z | DEBGadding route 172.17.0.9/32 -> 10.0.0.255 |
| 5769 | 2026-09-08T03:57:48.366Z | 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 } }] |
| 5770 | 2026-09-08T03:57:48.366Z | |
| 5771 | 2026-09-08T03:57:48.367Z | Sep 08 03:57:47.261 Sep 08 03:57:47.261Sep 08 03:57:47.261Sep 08 03:57:47.261 INFODEBG 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 } }]adding route 172.17.0.49/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 } }] |
| 5772 | 2026-09-08T03:57:48.367Z | DEBG |
| 5773 | 2026-09-08T03:57:48.367Z | 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 } }] |
| 5774 | 2026-09-08T03:57:48.367Z | |
| 5775 | 2026-09-08T03:57:48.367Z | Sep 08 03:57:47.261 INFOSep 08 03:57:47.261Sep 08 03:57:47.261 adding route 172.17.0.19/32 -> 10.0.0.255Sep 08 03:57:47.261INFO |
| 5776 | 2026-09-08T03:57:48.367Z | adding route 172.17.0.48/32 -> 10.0.0.255INFO |
| 5777 | 2026-09-08T03:57:48.367Z | DEBGadding route 172.17.0.10/32 -> 10.0.0.255 |
| 5778 | 2026-09-08T03:57:48.367Z | test route::tests::delete_target_full ... ok |
| 5779 | 2026-09-08T03:57:48.367Z | Sep 08 03:57:47.261Sep 08 03:57:47.261replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 5780 | 2026-09-08T03:57:48.367Z | DEBGreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5781 | 2026-09-08T03:57:48.367Z | 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 } }]Sep 08 03:57:47.261 |
| 5782 | 2026-09-08T03:57:48.367Z | Sep 08 03:57:47.268 INFO DEBGadding route 172.17.0.50/32 -> 10.0.0.255 |
| 5783 | 2026-09-08T03:57:48.367Z | Sep 08 03:57:47.268 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 } }] |
| 5784 | 2026-09-08T03:57:48.367Z | 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 } }] |
| 5785 | 2026-09-08T03:57:48.367Z | Sep 08 03:57:47.268 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5786 | 2026-09-08T03:57:48.367Z | Sep 08 03:57:47.268Sep 08 03:57:47.268 Sep 08 03:57:47.268 DEBG INFOINFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.49/32 -> 10.0.0.255replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5787 | 2026-09-08T03:57:48.367Z | |
| 5788 | 2026-09-08T03:57:48.367Z | |
| 5789 | 2026-09-08T03:57:48.367Z | Sep 08 03:57:47.268Sep 08 03:57:47.268 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 } }] |
| 5790 | 2026-09-08T03:57:48.367Z | 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 } }]Sep 08 03:57:47.268 |
| 5791 | 2026-09-08T03:57:48.367Z | INFO Sep 08 03:57:47.268adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5792 | 2026-09-08T03:57:48.367Z | INFO Sep 08 03:57:47.268adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5793 | 2026-09-08T03:57:48.367Z | INFO Sep 08 03:57:47.268adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5794 | 2026-09-08T03:57:48.367Z | DEBG Sep 08 03:57:47.268replacing 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 } }] |
| 5795 | 2026-09-08T03:57:48.367Z | 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 } }] |
| 5796 | 2026-09-08T03:57:48.367Z | Sep 08 03:57:47.268 INFO Sep 08 03:57:47.268adding route 172.17.0.53/32 -> 10.0.0.255Sep 08 03:57:47.268 |
| 5797 | 2026-09-08T03:57:48.367Z | INFODEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5798 | 2026-09-08T03:57:48.371Z | Sep 08 03:57:47.268 |
| 5799 | 2026-09-08T03:57:48.371Z | 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 } }] |
| 5800 | 2026-09-08T03:57:48.371Z | Sep 08 03:57:47.268 DEBG Sep 08 03:57:47.268replacing 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 } }] |
| 5801 | 2026-09-08T03:57:48.371Z | INFOSep 08 03:57:47.268 adding route 172.17.0.54/32 -> 10.0.0.255INFO |
| 5802 | 2026-09-08T03:57:48.371Z | adding route 172.17.0.51/32 -> 10.0.0.255Sep 08 03:57:47.268 |
| 5803 | 2026-09-08T03:57:48.371Z | INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5804 | 2026-09-08T03:57:48.371Z | Sep 08 03:57:47.268 DEBGSep 08 03:57:47.268 Sep 08 03:57:47.268 replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5805 | 2026-09-08T03:57:48.371Z | 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 } }] |
| 5806 | 2026-09-08T03:57:48.371Z | 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 } }] |
| 5807 | 2026-09-08T03:57:48.371Z | Sep 08 03:57:47.268 INFO adding route 172.17.0.55/32 -> 10.0.0.255Sep 08 03:57:47.268 |
| 5808 | 2026-09-08T03:57:48.371Z | INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5809 | 2026-09-08T03:57:48.372Z | Sep 08 03:57:47.268Sep 08 03:57:47.268 INFODEBG adding route 172.17.0.15/32 -> 10.0.0.255replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 08 03:57:47.268 |
| 5810 | 2026-09-08T03:57:48.372Z | |
| 5811 | 2026-09-08T03:57:48.372Z | 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 } }] |
| 5812 | 2026-09-08T03:57:48.372Z | Sep 08 03:57:47.268 INFO Sep 08 03:57:47.268adding route 172.17.0.56/32 -> 10.0.0.255 Sep 08 03:57:47.268INFO |
| 5813 | 2026-09-08T03:57:48.372Z | DEBGadding route 172.17.0.53/32 -> 10.0.0.255 |
| 5814 | 2026-09-08T03:57:48.372Z | 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 } }]Sep 08 03:57:47.268 |
| 5815 | 2026-09-08T03:57:48.372Z | DEBG Sep 08 03:57:47.268replacing 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 } }] |
| 5816 | 2026-09-08T03:57:48.372Z | 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 } }] |
| 5817 | 2026-09-08T03:57:48.372Z | Sep 08 03:57:47.268Sep 08 03:57:47.268 INFOSep 08 03:57:47.268 INFOadding route 172.17.0.57/32 -> 10.0.0.255INFO |
| 5818 | 2026-09-08T03:57:48.372Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5819 | 2026-09-08T03:57:48.372Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5820 | 2026-09-08T03:57:48.372Z | Sep 08 03:57:47.268Sep 08 03:57:47.268 DEBGDEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 08 03:57:47.268replacing 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 } }] |
| 5821 | 2026-09-08T03:57:48.372Z | |
| 5822 | 2026-09-08T03:57:48.372Z | 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 } }] |
| 5823 | 2026-09-08T03:57:48.372Z | Sep 08 03:57:47.268 Sep 08 03:57:47.268 INFOINFOSep 08 03:57:47.268 INFO adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5824 | 2026-09-08T03:57:48.372Z | Sep 08 03:57:47.268 |
| 5825 | 2026-09-08T03:57:48.372Z | |
| 5826 | 2026-09-08T03:57:48.372Z | INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5827 | 2026-09-08T03:57:48.372Z | Sep 08 03:57:47.268 Sep 08 03:57:47.268Sep 08 03:57:47.268DEBG DEBG Sep 08 03:57:47.268replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5828 | 2026-09-08T03:57:48.372Z | DEBGDEBGreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5829 | 2026-09-08T03:57:48.372Z | replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5830 | 2026-09-08T03:57:48.372Z | |
| 5831 | 2026-09-08T03:57:48.372Z | Sep 08 03:57:47.268Sep 08 03:57:47.268 INFO INFOSep 08 03:57:47.268 adding route 172.17.0.56/32 -> 10.0.0.255 adding route 172.17.0.59/32 -> 10.0.0.255INFO |
| 5832 | 2026-09-08T03:57:48.372Z | |
| 5833 | 2026-09-08T03:57:48.372Z | adding route 172.17.0.21/32 -> 10.0.0.255Sep 08 03:57:47.268 |
| 5834 | 2026-09-08T03:57:48.372Z | Sep 08 03:57:47.268INFOSep 08 03:57:47.268 Sep 08 03:57:47.268DEBG DEBGreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5835 | 2026-09-08T03:57:48.372Z | 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 } }] |
| 5836 | 2026-09-08T03:57:48.372Z | 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 } }] |
| 5837 | 2026-09-08T03:57:48.372Z | adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5838 | 2026-09-08T03:57:48.372Z | Sep 08 03:57:47.268Sep 08 03:57:47.268Sep 08 03:57:47.268Sep 08 03:57:47.268 INFODEBG adding route 172.17.0.22/32 -> 10.0.0.255INFO |
| 5839 | 2026-09-08T03:57:48.372Z | 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.57/32 -> 10.0.0.255 |
| 5840 | 2026-09-08T03:57:48.372Z | INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5841 | 2026-09-08T03:57:48.372Z | |
| 5842 | 2026-09-08T03:57:48.372Z | Sep 08 03:57:47.268 INFOSep 08 03:57:47.268 Sep 08 03:57:47.268adding route 172.17.0.19/32 -> 10.0.0.255 Sep 08 03:57:47.268DEBG |
| 5843 | 2026-09-08T03:57:48.372Z | 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 } }] |
| 5844 | 2026-09-08T03:57:48.372Z | 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 } }] Sep 08 03:57:47.268 |
| 5845 | 2026-09-08T03:57:48.372Z | 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 |
| 5846 | 2026-09-08T03:57:48.372Z | 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 } }] |
| 5847 | 2026-09-08T03:57:48.372Z | Sep 08 03:57:47.268Sep 08 03:57:47.268 Sep 08 03:57:47.268INFOSep 08 03:57:47.268 INFOINFODEBG adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5848 | 2026-09-08T03:57:48.373Z | failed to allocate space for the new target listadding route 172.17.0.23/32 -> 10.0.0.255 |
| 5849 | 2026-09-08T03:57:48.373Z | |
| 5850 | 2026-09-08T03:57:48.373Z | |
| 5851 | 2026-09-08T03:57:48.373Z | Sep 08 03:57:47.268 DEBGSep 08 03:57:47.268Sep 08 03:57:47.268 Sep 08 03:57:47.268replacing 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 } }] |
| 5852 | 2026-09-08T03:57:48.373Z | DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 5853 | 2026-09-08T03:57:48.373Z | 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 } }]Sep 08 03:57:47.268DEBG |
| 5854 | 2026-09-08T03:57:48.373Z | INFO adding route 172.17.0.21/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 } }] |
| 5855 | 2026-09-08T03:57:48.373Z | |
| 5856 | 2026-09-08T03:57:48.373Z | Sep 08 03:57:47.268 INFO Sep 08 03:57:47.268adding route 172.17.0.24/32 -> 10.0.0.255Sep 08 03:57:47.268 |
| 5857 | 2026-09-08T03:57:48.373Z | INFODEBG 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 |
| 5858 | 2026-09-08T03:57:48.373Z | Sep 08 03:57:47.268 |
| 5859 | 2026-09-08T03:57:48.373Z | 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 } }]Sep 08 03:57:47.268Sep 08 03:57:47.268 |
| 5860 | 2026-09-08T03:57:48.373Z | INFO DEBGadding route 172.17.0.22/32 -> 10.0.0.255 |
| 5861 | 2026-09-08T03:57:48.373Z | 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 } }] |
| 5862 | 2026-09-08T03:57:48.373Z | Sep 08 03:57:47.268 Sep 08 03:57:47.268INFO DEBGSep 08 03:57:47.268adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5863 | 2026-09-08T03:57:48.373Z | 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 |
| 5864 | 2026-09-08T03:57:48.373Z | adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5865 | 2026-09-08T03:57:48.373Z | Sep 08 03:57:47.268 Sep 08 03:57:47.268DEBG 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 } }] Sep 08 03:57:47.268 |
| 5866 | 2026-09-08T03:57:48.373Z | adding route 172.17.0.23/32 -> 10.0.0.255DEBG |
| 5867 | 2026-09-08T03:57:48.373Z | Sep 08 03:57:47.268replacing 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 } }] |
| 5868 | 2026-09-08T03:57:48.373Z | INFOSep 08 03:57:47.268 adding route 172.17.0.26/32 -> 10.0.0.255DEBG |
| 5869 | 2026-09-08T03:57:48.373Z | 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 } }] |
| 5870 | 2026-09-08T03:57:48.373Z | Sep 08 03:57:47.268Sep 08 03:57:47.268Sep 08 03:57:47.268 DEBGINFO 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 } }] |
| 5871 | 2026-09-08T03:57:48.373Z | adding route 172.17.0.61/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5872 | 2026-09-08T03:57:48.373Z | |
| 5873 | 2026-09-08T03:57:48.373Z | Sep 08 03:57:47.268Sep 08 03:57:47.268 INFOSep 08 03:57:47.268 adding route 172.17.0.27/32 -> 10.0.0.255DEBG |
| 5874 | 2026-09-08T03:57:48.373Z | DEBGreplacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 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 } }] |
| 5875 | 2026-09-08T03:57:48.373Z | |
| 5876 | 2026-09-08T03:57:48.373Z | Sep 08 03:57:47.268 DEBGSep 08 03:57:47.268Sep 08 03:57:47.268 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 |
| 5877 | 2026-09-08T03:57:48.373Z | INFO adding route 172.17.0.25/32 -> 10.0.0.255adding route 172.17.0.62/32 -> 10.0.0.255 |
| 5878 | 2026-09-08T03:57:48.373Z | Sep 08 03:57:47.268 |
| 5879 | 2026-09-08T03:57:48.373Z | INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5880 | 2026-09-08T03:57:48.373Z | Sep 08 03:57:47.268Sep 08 03:57:47.268 DEBGDEBG 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.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 } }] |
| 5881 | 2026-09-08T03:57:48.373Z | Sep 08 03:57:47.268 |
| 5882 | 2026-09-08T03:57:48.373Z | 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 } }] |
| 5883 | 2026-09-08T03:57:48.373Z | Sep 08 03:57:47.268Sep 08 03:57:47.268 INFODEBG adding route 172.17.0.26/32 -> 10.0.0.255Sep 08 03:57:47.268 |
| 5884 | 2026-09-08T03:57:48.373Z | failed to allocate space for the new target list |
| 5885 | 2026-09-08T03:57:48.373Z | INFO adding route 172.17.0.29/32 -> 10.0.0.255Sep 08 03:57:47.268 |
| 5886 | 2026-09-08T03:57:48.373Z | Sep 08 03:57:47.268DEBG 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 |
| 5887 | 2026-09-08T03:57:48.374Z | Sep 08 03:57:47.268replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5888 | 2026-09-08T03:57:48.374Z | DEBGSep 08 03:57:47.268 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 |
| 5889 | 2026-09-08T03:57:48.374Z | adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5890 | 2026-09-08T03:57:48.374Z | Sep 08 03:57:47.268 INFOSep 08 03:57:47.268 adding route 172.17.0.30/32 -> 10.0.0.255DEBG |
| 5891 | 2026-09-08T03:57:48.374Z | 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 } }] |
| 5892 | 2026-09-08T03:57:48.374Z | Sep 08 03:57:47.268 DEBGSep 08 03:57:47.268 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 } }]INFO |
| 5893 | 2026-09-08T03:57:48.374Z | adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5894 | 2026-09-08T03:57:48.374Z | Sep 08 03:57:47.268 Sep 08 03:57:47.268INFO DEBGadding route 172.17.0.31/32 -> 10.0.0.255 |
| 5895 | 2026-09-08T03:57:48.374Z | 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 } }] |
| 5896 | 2026-09-08T03:57:48.374Z | Sep 08 03:57:47.268 Sep 08 03:57:47.268DEBG INFOreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5897 | 2026-09-08T03:57:48.374Z | Sep 08 03:57:47.275 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 } }] |
| 5898 | 2026-09-08T03:57:48.378Z | |
| 5899 | 2026-09-08T03:57:48.378Z | Sep 08 03:57:47.275 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5900 | 2026-09-08T03:57:48.378Z | Sep 08 03:57:47.275 INFOSep 08 03:57:47.275 adding route 172.17.0.32/32 -> 10.0.0.255DEBG |
| 5901 | 2026-09-08T03:57:48.378Z | 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 } }] |
| 5902 | 2026-09-08T03:57:48.378Z | Sep 08 03:57:47.275 DEBGSep 08 03:57:47.275 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 |
| 5903 | 2026-09-08T03:57:48.378Z | adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5904 | 2026-09-08T03:57:48.378Z | Sep 08 03:57:47.275 Sep 08 03:57:47.275INFO DEBGadding route 172.17.0.33/32 -> 10.0.0.255 |
| 5905 | 2026-09-08T03:57:48.378Z | 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 } }] |
| 5906 | 2026-09-08T03:57:48.378Z | Sep 08 03:57:47.275Sep 08 03:57:47.275 DEBGINFO 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.32/32 -> 10.0.0.255 |
| 5907 | 2026-09-08T03:57:48.379Z | |
| 5908 | 2026-09-08T03:57:48.379Z | Sep 08 03:57:47.275Sep 08 03:57:47.275 INFODEBG adding route 172.17.0.34/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 } }] |
| 5909 | 2026-09-08T03:57:48.379Z | |
| 5910 | 2026-09-08T03:57:48.379Z | Sep 08 03:57:47.275Sep 08 03:57:47.275 DEBGINFO replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5911 | 2026-09-08T03:57:48.379Z | |
| 5912 | 2026-09-08T03:57:48.379Z | Sep 08 03:57:47.275Sep 08 03:57:47.275 INFODEBG adding route 172.17.0.35/32 -> 10.0.0.255replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5913 | 2026-09-08T03:57:48.379Z | |
| 5914 | 2026-09-08T03:57:48.379Z | Sep 08 03:57:47.275Sep 08 03:57:47.275 DEBGINFO replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5915 | 2026-09-08T03:57:48.379Z | |
| 5916 | 2026-09-08T03:57:48.379Z | Sep 08 03:57:47.275Sep 08 03:57:47.275 INFODEBG adding route 172.17.0.36/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 } }] |
| 5917 | 2026-09-08T03:57:48.379Z | |
| 5918 | 2026-09-08T03:57:48.379Z | Sep 08 03:57:47.275Sep 08 03:57:47.275 INFODEBG adding route 172.17.0.35/32 -> 10.0.0.255replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5919 | 2026-09-08T03:57:48.379Z | |
| 5920 | 2026-09-08T03:57:48.379Z | Sep 08 03:57:47.275Sep 08 03:57:47.275 DEBGINFO replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5921 | 2026-09-08T03:57:48.379Z | |
| 5922 | 2026-09-08T03:57:48.379Z | Sep 08 03:57:47.275Sep 08 03:57:47.275 INFODEBG adding route 172.17.0.36/32 -> 10.0.0.255replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5923 | 2026-09-08T03:57:48.379Z | |
| 5924 | 2026-09-08T03:57:48.379Z | Sep 08 03:57:47.275Sep 08 03:57:47.275 DEBGINFO replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5925 | 2026-09-08T03:57:48.379Z | |
| 5926 | 2026-09-08T03:57:48.379Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 INFODEBG adding route 172.17.0.37/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 } }] |
| 5927 | 2026-09-08T03:57:48.379Z | |
| 5928 | 2026-09-08T03:57:48.379Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 DEBGINFO replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5929 | 2026-09-08T03:57:48.379Z | |
| 5930 | 2026-09-08T03:57:48.379Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 INFODEBG adding route 172.17.0.38/32 -> 10.0.0.255replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5931 | 2026-09-08T03:57:48.379Z | |
| 5932 | 2026-09-08T03:57:48.379Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 DEBGINFO 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.40/32 -> 10.0.0.255 |
| 5933 | 2026-09-08T03:57:48.379Z | |
| 5934 | 2026-09-08T03:57:48.379Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 INFODEBG adding route 172.17.0.39/32 -> 10.0.0.255replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5935 | 2026-09-08T03:57:48.379Z | |
| 5936 | 2026-09-08T03:57:48.379Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 DEBGINFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5937 | 2026-09-08T03:57:48.379Z | |
| 5938 | 2026-09-08T03:57:48.379Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 INFODEBG adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5939 | 2026-09-08T03:57:48.379Z | |
| 5940 | 2026-09-08T03:57:48.379Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 DEBGINFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5941 | 2026-09-08T03:57:48.379Z | |
| 5942 | 2026-09-08T03:57:48.379Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 INFODEBG adding route 172.17.0.41/32 -> 10.0.0.255replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5943 | 2026-09-08T03:57:48.379Z | |
| 5944 | 2026-09-08T03:57:48.379Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 DEBGINFO replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5945 | 2026-09-08T03:57:48.379Z | |
| 5946 | 2026-09-08T03:57:48.379Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 INFODEBG adding route 172.17.0.42/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 } }] |
| 5947 | 2026-09-08T03:57:48.380Z | |
| 5948 | 2026-09-08T03:57:48.380Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 INFODEBG adding route 172.17.0.44/32 -> 10.0.0.255replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5949 | 2026-09-08T03:57:48.380Z | |
| 5950 | 2026-09-08T03:57:48.380Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 DEBGINFO replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5951 | 2026-09-08T03:57:48.380Z | |
| 5952 | 2026-09-08T03:57:48.380Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 DEBGINFO replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5953 | 2026-09-08T03:57:48.380Z | |
| 5954 | 2026-09-08T03:57:48.380Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 INFODEBG adding route 172.17.0.44/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 } }] |
| 5955 | 2026-09-08T03:57:48.380Z | test route::tests::delete_targets_fragmented ... ok |
| 5956 | 2026-09-08T03:57:48.380Z | test route::tests::delete_targets_full ... ok |
| 5957 | 2026-09-08T03:57:48.380Z | |
| 5958 | 2026-09-08T03:57:48.380Z | |
| 5959 | 2026-09-08T03:57:48.380Z | test result: ok. 92 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s |
| 5960 | 2026-09-08T03:57:48.380Z | |
| 5961 | 2026-09-08T03:57:48.380Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 DEBGINFO replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5962 | 2026-09-08T03:57:48.380Z | |
| 5963 | 2026-09-08T03:57:48.380Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 INFODEBG adding route 172.17.0.45/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 } }] |
| 5964 | 2026-09-08T03:57:48.380Z | |
| 5965 | 2026-09-08T03:57:48.380Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 DEBGINFO replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5966 | 2026-09-08T03:57:48.380Z | |
| 5967 | 2026-09-08T03:57:48.380Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 INFODEBG adding route 172.17.0.46/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 } }] |
| 5968 | 2026-09-08T03:57:48.380Z | |
| 5969 | 2026-09-08T03:57:48.380Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 DEBGINFO replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5970 | 2026-09-08T03:57:48.380Z | |
| 5971 | 2026-09-08T03:57:48.380Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 INFODEBG adding route 172.17.0.47/32 -> 10.0.0.255replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5972 | 2026-09-08T03:57:48.380Z | |
| 5973 | 2026-09-08T03:57:48.380Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 DEBGINFO replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5974 | 2026-09-08T03:57:48.380Z | |
| 5975 | 2026-09-08T03:57:48.380Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 INFODEBG adding route 172.17.0.48/32 -> 10.0.0.255replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5976 | 2026-09-08T03:57:48.380Z | |
| 5977 | 2026-09-08T03:57:48.380Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 DEBGINFO replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5978 | 2026-09-08T03:57:48.380Z | |
| 5979 | 2026-09-08T03:57:48.380Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 INFODEBG adding route 172.17.0.49/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 } }] |
| 5980 | 2026-09-08T03:57:48.380Z | |
| 5981 | 2026-09-08T03:57:48.380Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 DEBGINFO replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5982 | 2026-09-08T03:57:48.380Z | |
| 5983 | 2026-09-08T03:57:48.380Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 INFODEBG adding route 172.17.0.50/32 -> 10.0.0.255replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5984 | 2026-09-08T03:57:48.380Z | |
| 5985 | 2026-09-08T03:57:48.381Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 DEBGINFO replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5986 | 2026-09-08T03:57:48.381Z | |
| 5987 | 2026-09-08T03:57:48.381Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 INFODEBG adding route 172.17.0.51/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 } }] |
| 5988 | 2026-09-08T03:57:48.381Z | |
| 5989 | 2026-09-08T03:57:48.381Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 DEBGINFO replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5990 | 2026-09-08T03:57:48.381Z | |
| 5991 | 2026-09-08T03:57:48.381Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 INFODEBG adding route 172.17.0.52/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 } }] |
| 5992 | 2026-09-08T03:57:48.381Z | |
| 5993 | 2026-09-08T03:57:48.381Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 DEBGINFO replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5994 | 2026-09-08T03:57:48.381Z | |
| 5995 | 2026-09-08T03:57:48.381Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 INFODEBG adding route 172.17.0.53/32 -> 10.0.0.255replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5996 | 2026-09-08T03:57:48.381Z | |
| 5997 | 2026-09-08T03:57:48.381Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 DEBGINFO replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5998 | 2026-09-08T03:57:48.385Z | |
| 5999 | 2026-09-08T03:57:48.385Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 DEBGINFO replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255 |
| 6000 | 2026-09-08T03:57:48.385Z | |
| 6001 | 2026-09-08T03:57:48.385Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 INFODEBG adding route 172.17.0.56/32 -> 10.0.0.255replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6002 | 2026-09-08T03:57:48.385Z | |
| 6003 | 2026-09-08T03:57:48.385Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 INFODEBG adding route 172.17.0.55/32 -> 10.0.0.255replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6004 | 2026-09-08T03:57:48.385Z | |
| 6005 | 2026-09-08T03:57:48.385Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 INFODEBG adding route 172.17.0.57/32 -> 10.0.0.255replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6006 | 2026-09-08T03:57:48.385Z | |
| 6007 | 2026-09-08T03:57:48.385Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 DEBGINFO replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.56/32 -> 10.0.0.255 |
| 6008 | 2026-09-08T03:57:48.385Z | |
| 6009 | 2026-09-08T03:57:48.385Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 INFODEBG adding route 172.17.0.58/32 -> 10.0.0.255replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6010 | 2026-09-08T03:57:48.385Z | |
| 6011 | 2026-09-08T03:57:48.385Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 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.57/32 -> 10.0.0.255 |
| 6012 | 2026-09-08T03:57:48.385Z | |
| 6013 | 2026-09-08T03:57:48.385Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 INFODEBG adding route 172.17.0.59/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 } }] |
| 6014 | 2026-09-08T03:57:48.385Z | |
| 6015 | 2026-09-08T03:57:48.385Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 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.58/32 -> 10.0.0.255 |
| 6016 | 2026-09-08T03:57:48.385Z | |
| 6017 | 2026-09-08T03:57:48.385Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 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.60/32 -> 10.0.0.255 |
| 6018 | 2026-09-08T03:57:48.385Z | |
| 6019 | 2026-09-08T03:57:48.385Z | Sep 08 03:57:47.276Sep 08 03:57:47.276 INFODEBG adding route 172.17.0.59/32 -> 10.0.0.255replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6020 | 2026-09-08T03:57:48.385Z | |
| 6021 | 2026-09-08T03:57:48.385Z | Sep 08 03:57:47.282 DEBG failed to allocate space for the new target listSep 08 03:57:47.282 |
| 6022 | 2026-09-08T03:57:48.385Z | Sep 08 03:57:47.282 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 } }] |
| 6023 | 2026-09-08T03:57:48.385Z | 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 } }] |
| 6024 | 2026-09-08T03:57:48.385Z | Sep 08 03:57:47.282 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 6025 | 2026-09-08T03:57:48.385Z | Sep 08 03:57:47.282 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 } }] |
| 6026 | 2026-09-08T03:57:48.385Z | Sep 08 03:57:47.282 DEBG failed to allocate space for the new target list |
| 6027 | 2026-09-08T03:57:48.385Z | Sep 08 03:57:47.282 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 } }] |
| 6028 | 2026-09-08T03:57:48.385Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-6476ec152716a9bf) |
| 6029 | 2026-09-08T03:57:48.386Z | |
| 6030 | 2026-09-08T03:57:48.386Z | running 0 tests |
| 6031 | 2026-09-08T03:57:48.386Z | |
| 6032 | 2026-09-08T03:57:48.386Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6033 | 2026-09-08T03:57:48.386Z | |
| 6034 | 2026-09-08T03:57:48.386Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-129626530bed4535) |
| 6035 | 2026-09-08T03:57:48.386Z | |
| 6036 | 2026-09-08T03:57:48.386Z | running 0 tests |
| 6037 | 2026-09-08T03:57:48.386Z | |
| 6038 | 2026-09-08T03:57:48.386Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6039 | 2026-09-08T03:57:48.386Z | |
| 6040 | 2026-09-08T03:57:48.386Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-a417f79aebf054ae) |
| 6041 | 2026-09-08T03:57:48.386Z | |
| 6042 | 2026-09-08T03:57:48.386Z | running 6 tests |
| 6043 | 2026-09-08T03:57:48.386Z | test tests::test_full_lot_id_neither_present ... ok |
| 6044 | 2026-09-08T03:57:48.386Z | test tests::test_full_lot_id_both_present ... ok |
| 6045 | 2026-09-08T03:57:48.386Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 6046 | 2026-09-08T03:57:48.386Z | test tests::test_full_lot_id_lot_only ... ok |
| 6047 | 2026-09-08T03:57:48.386Z | test tests::test_parse_client_port_id ... ok |
| 6048 | 2026-09-08T03:57:48.386Z | test tests::test_port_id_cmp ... ok |
| 6049 | 2026-09-08T03:57:48.386Z | |
| 6050 | 2026-09-08T03:57:48.386Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6051 | 2026-09-08T03:57:48.386Z | |
| 6052 | 2026-09-08T03:57:48.386Z | Running tests/test_all.rs (target/debug/deps/test_all-94f8f009032ebbd3) |
| 6053 | 2026-09-08T03:57:48.386Z | |
| 6054 | 2026-09-08T03:57:48.386Z | running 0 tests |
| 6055 | 2026-09-08T03:57:48.386Z | |
| 6056 | 2026-09-08T03:57:48.386Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6057 | 2026-09-08T03:57:48.386Z | |
| 6058 | 2026-09-08T03:57:48.386Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-9a1ffdc1254bfaa8) |
| 6059 | 2026-09-08T03:57:48.386Z | |
| 6060 | 2026-09-08T03:57:48.386Z | running 0 tests |
| 6061 | 2026-09-08T03:57:48.386Z | |
| 6062 | 2026-09-08T03:57:48.386Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6063 | 2026-09-08T03:57:48.386Z | |
| 6064 | 2026-09-08T03:57:48.386Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-fbfe8a6c92a1a523) |
| 6065 | 2026-09-08T03:57:48.404Z | |
| 6066 | 2026-09-08T03:57:48.405Z | running 15 tests |
| 6067 | 2026-09-08T03:57:48.407Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 6068 | 2026-09-08T03:57:48.407Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 6069 | 2026-09-08T03:57:48.408Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 6070 | 2026-09-08T03:57:48.408Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 6071 | 2026-09-08T03:57:48.408Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 6072 | 2026-09-08T03:57:48.408Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 6073 | 2026-09-08T03:57:48.408Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 6074 | 2026-09-08T03:57:48.408Z | test v1::network::tests::test_equal ... ok |
| 6075 | 2026-09-08T03:57:48.408Z | test v1::network::tests::test_eui64 ... ok |
| 6076 | 2026-09-08T03:57:48.408Z | test v1::network::tests::test_into ... ok |
| 6077 | 2026-09-08T03:57:48.408Z | test v1::network::tests::test_not_equal ... ok |
| 6078 | 2026-09-08T03:57:48.408Z | test v1::network::tests::test_to_string ... ok |
| 6079 | 2026-09-08T03:57:48.408Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 6080 | 2026-09-08T03:57:48.411Z | test v1::network::tests::test_parse ... ok |
| 6081 | 2026-09-08T03:57:48.411Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 6082 | 2026-09-08T03:57:48.411Z | |
| 6083 | 2026-09-08T03:57:48.411Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 6084 | 2026-09-08T03:57:48.411Z | |
| 6085 | 2026-09-08T03:57:48.415Z | Running unittests src/lib.rs (target/debug/deps/packet-2fcab119a41876a9) |
| 6086 | 2026-09-08T03:57:48.435Z | |
| 6087 | 2026-09-08T03:57:48.435Z | running 12 tests |
| 6088 | 2026-09-08T03:57:48.438Z | test icmp::test_v4_checksum ... ok |
| 6089 | 2026-09-08T03:57:48.438Z | test icmp::test_v6_checksum ... ok |
| 6090 | 2026-09-08T03:57:48.438Z | test lldp::test_lldp_parse ... ok |
| 6091 | 2026-09-08T03:57:48.438Z | test ipv6::test_ipv6_parse ... ok |
| 6092 | 2026-09-08T03:57:48.438Z | test pbuf::test_byte ... ok |
| 6093 | 2026-09-08T03:57:48.438Z | test pbuf::test_nibble ... ok |
| 6094 | 2026-09-08T03:57:48.438Z | test pbuf::test_short ... ok |
| 6095 | 2026-09-08T03:57:48.438Z | test pbuf::test_overflow ... ok |
| 6096 | 2026-09-08T03:57:48.438Z | test pbuf::test_twelve ... ok |
| 6097 | 2026-09-08T03:57:48.438Z | test pbuf::test_word ... ok |
| 6098 | 2026-09-08T03:57:48.438Z | test tcp::test_checksum_syn_nodata ... ok |
| 6099 | 2026-09-08T03:57:48.439Z | test tcp::test_checksum_ack_data ... ok |
| 6100 | 2026-09-08T03:57:48.439Z | |
| 6101 | 2026-09-08T03:57:48.439Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6102 | 2026-09-08T03:57:48.439Z | |
| 6103 | 2026-09-08T03:57:48.442Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 6104 | 2026-09-08T03:57:48.445Z | |
| 6105 | 2026-09-08T03:57:48.445Z | running 0 tests |
| 6106 | 2026-09-08T03:57:48.445Z | |
| 6107 | 2026-09-08T03:57:48.445Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6108 | 2026-09-08T03:57:48.445Z | |
| 6109 | 2026-09-08T03:57:48.448Z | Running unittests src/main.rs (target/debug/deps/swadm-10420ab49d0e2f90) |
| 6110 | 2026-09-08T03:57:48.451Z | |
| 6111 | 2026-09-08T03:57:48.451Z | running 5 tests |
| 6112 | 2026-09-08T03:57:48.451Z | test switchport::test::test_compute_lanes ... ok |
| 6113 | 2026-09-08T03:57:48.454Z | test switchport::test::port_id_ordering ... ok |
| 6114 | 2026-09-08T03:57:48.454Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 6115 | 2026-09-08T03:57:48.454Z | State: Activated Activated Activated Lane 0 Activated |
| 6116 | 2026-09-08T03:57:48.454Z | Rx Output Enabled: false falseLane 1 falseLane 2 false |
| 6117 | 2026-09-08T03:57:48.454Z | Lane 3 Rx Output Status: valid |
| 6118 | 2026-09-08T03:57:48.454Z | valid Rx Loss-of-lock: Yesvalid validYes |
| 6119 | 2026-09-08T03:57:48.454Z | Rx Loss-of-lock: true Yes Yestrue |
| 6120 | 2026-09-08T03:57:48.454Z | true Rx Loss-of-signal: Yes true |
| 6121 | 2026-09-08T03:57:48.454Z | Yes Rx Loss-of-signal: false Yesfalse Yes |
| 6122 | 2026-09-08T03:57:48.454Z | false Rx CDR Enabled: Yes falseYes |
| 6123 | 2026-09-08T03:57:48.454Z | Rx Auto-squelch Disable: trueYes trueYes |
| 6124 | 2026-09-08T03:57:48.454Z | true Tx Enabled: Yestrue |
| 6125 | 2026-09-08T03:57:48.454Z | Yes Tx Output Enabled: true Yes trueYes |
| 6126 | 2026-09-08T03:57:48.454Z | true Tx Loss-of-lock: Notrue |
| 6127 | 2026-09-08T03:57:48.454Z | No Tx Output Status: invalid Noinvalid Noinvalid |
| 6128 | 2026-09-08T03:57:48.454Z | invalid |
| 6129 | 2026-09-08T03:57:48.454Z | Tx Loss-of-signal: No Tx Loss-of-lock: falseNo No falseNo |
| 6130 | 2026-09-08T03:57:48.454Z | false Tx CDR Enabled: No false |
| 6131 | 2026-09-08T03:57:48.454Z | No Tx Loss-of-signal: trueNo trueNo |
| 6132 | 2026-09-08T03:57:48.454Z | true Tx Adaptive EQ Fault: No true |
| 6133 | 2026-09-08T03:57:48.454Z | No Tx Auto-squelch Disable: falseNo falseNo |
| 6134 | 2026-09-08T03:57:48.454Z | Tx Fault: Yesfalse falseYes |
| 6135 | 2026-09-08T03:57:48.454Z | Yes Tx Adaptive EQ Fail: true Yestrue |
| 6136 | 2026-09-08T03:57:48.454Z | true true |
| 6137 | 2026-09-08T03:57:48.454Z | Tx Failure: false false false false |
| 6138 | 2026-09-08T03:57:48.454Z | Tx Force Squelch: true true true true |
| 6139 | 2026-09-08T03:57:48.454Z | Tx Input Polarity: normal normal normal normal |
| 6140 | 2026-09-08T03:57:48.454Z | test switchport::test::test_print_sff_datapath ... ok |
| 6141 | 2026-09-08T03:57:48.454Z | test switchport::test::test_print_cmis_datapath ... ok |
| 6142 | 2026-09-08T03:57:48.454Z | test link::test_filter ... ok |
| 6143 | 2026-09-08T03:57:48.454Z | |
| 6144 | 2026-09-08T03:57:48.454Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6145 | 2026-09-08T03:57:48.454Z | |
| 6146 | 2026-09-08T03:57:48.454Z | Running tests/cli/main.rs (target/debug/deps/cli-53f45ebde1547d91) |
| 6147 | 2026-09-08T03:57:48.458Z | |
| 6148 | 2026-09-08T03:57:48.458Z | running 7 tests |
| 6149 | 2026-09-08T03:57:48.458Z | test counters::counters_list ... ignored |
| 6150 | 2026-09-08T03:57:48.458Z | test link_apply::apply_tx_eq_all ... ignored |
| 6151 | 2026-09-08T03:57:48.458Z | test link_apply::apply_tx_eq_custom ... ignored |
| 6152 | 2026-09-08T03:57:48.458Z | test tx_eq::set_all_taps ... ignored |
| 6153 | 2026-09-08T03:57:48.458Z | test tx_eq::set_partial_taps ... ignored |
| 6154 | 2026-09-08T03:57:48.462Z | test cmd::test::pattern_statics ... ok |
| 6155 | 2026-09-08T03:57:48.466Z | test link_apply::tx_eq_exclusive ... ok |
| 6156 | 2026-09-08T03:57:48.466Z | |
| 6157 | 2026-09-08T03:57:48.469Z | test result: ok. 2 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 6158 | 2026-09-08T03:57:48.469Z | |
| 6159 | 2026-09-08T03:57:48.469Z | Running unittests src/main.rs (target/debug/deps/tfportd-02fa6fd061199716) |
| 6160 | 2026-09-08T03:57:48.472Z | |
| 6161 | 2026-09-08T03:57:48.472Z | running 4 tests |
| 6162 | 2026-09-08T03:57:48.472Z | test oxstats::tests::producer_ids_are_actually_unique ... ok |
| 6163 | 2026-09-08T03:57:48.472Z | test linklocal::test_parse_ipadm ... ok |
| 6164 | 2026-09-08T03:57:48.472Z | test tfport::test_parse_tfport ... ok |
| 6165 | 2026-09-08T03:57:48.476Z | test config::tests::test_updates ... ok |
| 6166 | 2026-09-08T03:57:48.476Z | |
| 6167 | 2026-09-08T03:57:48.476Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6168 | 2026-09-08T03:57:48.476Z | |
| 6169 | 2026-09-08T03:57:48.476Z | Running unittests src/main.rs (target/debug/deps/uplinkd-ceb39c842d06889c) |
| 6170 | 2026-09-08T03:57:48.527Z | |
| 6171 | 2026-09-08T03:57:48.527Z | running 0 tests |
| 6172 | 2026-09-08T03:57:48.527Z | |
| 6173 | 2026-09-08T03:57:48.527Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6174 | 2026-09-08T03:57:48.527Z | |
| 6175 | 2026-09-08T03:57:48.528Z | Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353) |
| 6176 | 2026-09-08T03:57:48.528Z | |
| 6177 | 2026-09-08T03:57:48.528Z | running 0 tests |
| 6178 | 2026-09-08T03:57:48.528Z | |
| 6179 | 2026-09-08T03:57:48.528Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6180 | 2026-09-08T03:57:48.528Z | |
| 6181 | 2026-09-08T03:57:48.528Z | Doc-tests aal |
| 6182 | 2026-09-08T03:57:48.700Z | |
| 6183 | 2026-09-08T03:57:48.700Z | running 0 tests |
| 6184 | 2026-09-08T03:57:48.700Z | |
| 6185 | 2026-09-08T03:57:48.704Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6186 | 2026-09-08T03:57:48.704Z | |
| 6187 | 2026-09-08T03:57:48.728Z | Doc-tests aal_macros |
| 6188 | 2026-09-08T03:57:48.800Z | |
| 6189 | 2026-09-08T03:57:48.800Z | running 0 tests |
| 6190 | 2026-09-08T03:57:48.800Z | |
| 6191 | 2026-09-08T03:57:48.800Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6192 | 2026-09-08T03:57:48.800Z | |
| 6193 | 2026-09-08T03:57:48.813Z | Doc-tests common |
| 6194 | 2026-09-08T03:57:49.047Z | |
| 6195 | 2026-09-08T03:57:49.047Z | running 0 tests |
| 6196 | 2026-09-08T03:57:49.047Z | |
| 6197 | 2026-09-08T03:57:49.047Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6198 | 2026-09-08T03:57:49.047Z | |
| 6199 | 2026-09-08T03:57:49.076Z | Doc-tests dpd_api |
| 6200 | 2026-09-08T03:57:49.787Z | |
| 6201 | 2026-09-08T03:57:49.787Z | running 2 tests |
| 6202 | 2026-09-08T03:57:49.787Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 6203 | 2026-09-08T03:57:49.787Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 6204 | 2026-09-08T03:57:49.787Z | |
| 6205 | 2026-09-08T03:57:49.787Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6206 | 2026-09-08T03:57:49.787Z | |
| 6207 | 2026-09-08T03:57:49.818Z | Doc-tests dpd_client |
| 6208 | 2026-09-08T03:57:51.182Z | |
| 6209 | 2026-09-08T03:57:51.182Z | running 0 tests |
| 6210 | 2026-09-08T03:57:51.182Z | |
| 6211 | 2026-09-08T03:57:51.182Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6212 | 2026-09-08T03:57:51.182Z | |
| 6213 | 2026-09-08T03:57:51.238Z | Doc-tests dpd_types |
| 6214 | 2026-09-08T03:57:51.424Z | |
| 6215 | 2026-09-08T03:57:51.424Z | running 0 tests |
| 6216 | 2026-09-08T03:57:51.424Z | |
| 6217 | 2026-09-08T03:57:51.424Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6218 | 2026-09-08T03:57:51.424Z | |
| 6219 | 2026-09-08T03:57:51.451Z | Doc-tests dpd_types_versions |
| 6220 | 2026-09-08T03:57:52.953Z | |
| 6221 | 2026-09-08T03:57:52.953Z | running 1 test |
| 6222 | 2026-09-08T03:57:52.953Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 6223 | 2026-09-08T03:57:52.953Z | |
| 6224 | 2026-09-08T03:57:52.953Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6225 | 2026-09-08T03:57:52.953Z | |
| 6226 | 2026-09-08T03:57:53.004Z | Doc-tests packet |
| 6227 | 2026-09-08T03:57:53.239Z | |
| 6228 | 2026-09-08T03:57:53.239Z | running 0 tests |
| 6229 | 2026-09-08T03:57:53.239Z | |
| 6230 | 2026-09-08T03:57:53.239Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6231 | 2026-09-08T03:57:53.239Z | |
| 6232 | 2026-09-08T03:57:53.254Z | Doc-tests pcap |
| 6233 | 2026-09-08T03:57:53.307Z | |
| 6234 | 2026-09-08T03:57:53.307Z | running 0 tests |
| 6235 | 2026-09-08T03:57:53.307Z | |
| 6236 | 2026-09-08T03:57:53.307Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6237 | 2026-09-08T03:57:53.307Z | |
| 6238 | 2026-09-08T03:57:53.357Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 6239 | 2026-09-08T03:57:53.357Z | + RUST_BACKTRACE=full |
| 6240 | 2026-09-08T03:57:53.357Z | + cargo test --features softnpu --no-fail-fast |
| 6241 | 2026-09-08T03:57:53.992Z | Compiling num-integer v0.1.46 |
| 6242 | 2026-09-08T03:57:54.078Z | Compiling num-complex v0.4.6 |
| 6243 | 2026-09-08T03:57:54.119Z | Compiling bitstruct_derive v0.1.0 |
| 6244 | 2026-09-08T03:57:54.130Z | Compiling tap v1.0.1 |
| 6245 | 2026-09-08T03:57:54.245Z | Compiling wyz v0.5.1 |
| 6246 | 2026-09-08T03:57:54.367Z | Compiling num-iter v0.1.45 |
| 6247 | 2026-09-08T03:57:54.408Z | Compiling num-rational v0.4.2 |
| 6248 | 2026-09-08T03:57:54.419Z | Compiling num-bigint v0.4.6 |
| 6249 | 2026-09-08T03:57:54.499Z | Compiling radium v0.7.0 |
| 6250 | 2026-09-08T03:57:54.519Z | Compiling funty v2.0.0 |
| 6251 | 2026-09-08T03:57:54.586Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 6252 | 2026-09-08T03:57:54.613Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6253 | 2026-09-08T03:57:54.702Z | Compiling num v0.4.3 |
| 6254 | 2026-09-08T03:57:54.787Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6255 | 2026-09-08T03:57:54.799Z | Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6256 | 2026-09-08T03:57:54.821Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6257 | 2026-09-08T03:57:54.909Z | Compiling bitvec v1.0.1 |
| 6258 | 2026-09-08T03:57:54.932Z | Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6259 | 2026-09-08T03:57:55.081Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6260 | 2026-09-08T03:57:55.110Z | Compiling typeid v1.0.3 |
| 6261 | 2026-09-08T03:57:55.174Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6262 | 2026-09-08T03:57:55.204Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6263 | 2026-09-08T03:57:55.228Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6264 | 2026-09-08T03:57:55.543Z | Compiling ascii v1.1.0 |
| 6265 | 2026-09-08T03:57:55.955Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6266 | 2026-09-08T03:57:56.022Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6267 | 2026-09-08T03:57:56.149Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6268 | 2026-09-08T03:57:56.162Z | Compiling erased-serde v0.4.8 |
| 6269 | 2026-09-08T03:57:56.358Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6270 | 2026-09-08T03:57:56.482Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6271 | 2026-09-08T03:57:56.573Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 6272 | 2026-09-08T03:57:56.601Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 6273 | 2026-09-08T03:57:56.649Z | Compiling bitstruct v0.1.1 |
| 6274 | 2026-09-08T03:57:56.967Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 6275 | 2026-09-08T03:57:57.112Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6276 | 2026-09-08T03:57:57.196Z | Compiling serde_arrays v0.1.0 |
| 6277 | 2026-09-08T03:57:57.243Z | Compiling libloading v0.7.4 |
| 6278 | 2026-09-08T03:57:57.396Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6279 | 2026-09-08T03:57:57.988Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6280 | 2026-09-08T03:57:58.164Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 6281 | 2026-09-08T03:57:58.176Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6282 | 2026-09-08T03:57:59.315Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 6283 | 2026-09-08T03:58:00.147Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 6284 | 2026-09-08T03:58:05.938Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6285 | 2026-09-08T03:58:06.160Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 6286 | 2026-09-08T03:58:06.160Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6287 | 2026-09-08T03:58:06.163Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6288 | 2026-09-08T03:58:06.240Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6289 | 2026-09-08T03:58:08.212Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6290 | 2026-09-08T03:58:08.389Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 6291 | 2026-09-08T03:58:08.634Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6292 | 2026-09-08T03:58:14.728Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6293 | 2026-09-08T03:58:14.958Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6294 | 2026-09-08T03:58:22.537Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6295 | 2026-09-08T03:58:24.944Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6296 | 2026-09-08T03:58:28.531Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 6297 | 2026-09-08T03:59:08.881Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 15s |
| 6298 | 2026-09-08T03:59:08.992Z | Running unittests src/lib.rs (target/debug/deps/aal-f369885cee4aae6f) |
| 6299 | 2026-09-08T03:59:08.997Z | |
| 6300 | 2026-09-08T03:59:08.997Z | running 0 tests |
| 6301 | 2026-09-08T03:59:08.997Z | |
| 6302 | 2026-09-08T03:59:09.000Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6303 | 2026-09-08T03:59:09.000Z | |
| 6304 | 2026-09-08T03:59:09.000Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 6305 | 2026-09-08T03:59:09.006Z | |
| 6306 | 2026-09-08T03:59:09.006Z | running 0 tests |
| 6307 | 2026-09-08T03:59:09.006Z | |
| 6308 | 2026-09-08T03:59:09.006Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6309 | 2026-09-08T03:59:09.006Z | |
| 6310 | 2026-09-08T03:59:09.006Z | Running unittests src/lib.rs (target/debug/deps/asic-4222ef975006f37f) |
| 6311 | 2026-09-08T03:59:09.010Z | |
| 6312 | 2026-09-08T03:59:09.011Z | running 0 tests |
| 6313 | 2026-09-08T03:59:09.015Z | |
| 6314 | 2026-09-08T03:59:09.015Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6315 | 2026-09-08T03:59:09.015Z | |
| 6316 | 2026-09-08T03:59:09.015Z | Running unittests src/lib.rs (target/debug/deps/common-5e8ad7a4c62ed295) |
| 6317 | 2026-09-08T03:59:09.036Z | |
| 6318 | 2026-09-08T03:59:09.036Z | running 4 tests |
| 6319 | 2026-09-08T03:59:09.040Z | test nat::tests::test_vni ... ok |
| 6320 | 2026-09-08T03:59:09.040Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 6321 | 2026-09-08T03:59:09.044Z | test test_purge ... ok |
| 6322 | 2026-09-08T03:59:09.044Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 6323 | 2026-09-08T03:59:09.044Z | |
| 6324 | 2026-09-08T03:59:09.044Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 6325 | 2026-09-08T03:59:09.044Z | |
| 6326 | 2026-09-08T03:59:09.048Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-049fc7a9b9157ea9) |
| 6327 | 2026-09-08T03:59:09.070Z | |
| 6328 | 2026-09-08T03:59:09.070Z | running 1 test |
| 6329 | 2026-09-08T03:59:09.073Z | ------- |
| 6330 | 2026-09-08T03:59:09.077Z | Generating OpenAPI documents from API definitions ... |
| 6331 | 2026-09-08T03:59:09.227Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 6332 | 2026-09-08T03:59:09.301Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 6333 | 2026-09-08T03:59:10.338Z | ------- |
| 6334 | 2026-09-08T03:59:10.338Z | Checking 13 OpenAPI documents... |
| 6335 | 2026-09-08T03:59:10.342Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6336 | 2026-09-08T03:59:10.342Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6337 | 2026-09-08T03:59:10.342Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6338 | 2026-09-08T03:59:10.342Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6339 | 2026-09-08T03:59:10.342Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6340 | 2026-09-08T03:59:10.342Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6341 | 2026-09-08T03:59:10.342Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6342 | 2026-09-08T03:59:10.342Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6343 | 2026-09-08T03:59:10.342Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6344 | 2026-09-08T03:59:10.342Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6345 | 2026-09-08T03:59:10.343Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6346 | 2026-09-08T03:59:10.343Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6347 | 2026-09-08T03:59:10.343Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6348 | 2026-09-08T03:59:10.343Z | Fresh dpd "latest" symlink |
| 6349 | 2026-09-08T03:59:10.343Z | ------- |
| 6350 | 2026-09-08T03:59:10.343Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 6351 | 2026-09-08T03:59:10.425Z | test test::test_apis_up_to_date ... ok |
| 6352 | 2026-09-08T03:59:10.425Z | |
| 6353 | 2026-09-08T03:59:10.425Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.36s |
| 6354 | 2026-09-08T03:59:10.425Z | |
| 6355 | 2026-09-08T03:59:10.492Z | Running unittests src/main.rs (target/debug/deps/dpd-8af8686b2616fae4) |
| 6356 | 2026-09-08T03:59:10.498Z | |
| 6357 | 2026-09-08T03:59:10.499Z | running 60 tests |
| 6358 | 2026-09-08T03:59:10.502Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 6359 | 2026-09-08T03:59:10.503Z | test config::tests::test_updates ... ok |
| 6360 | 2026-09-08T03:59:10.506Z | test freemap::test_ordering ... ok |
| 6361 | 2026-09-08T03:59:10.506Z | Sep 08 03:59:09.433 DEBG created new freemap, unit: freemap_test |
| 6362 | 2026-09-08T03:59:10.507Z | Sep 08 03:59:09.433 DEBG initted freemap. size: 128, unit: freemap_test |
| 6363 | 2026-09-08T03:59:10.507Z | Sep 08 03:59:09.433 DEBG reset freemap, unit: freemap_test |
| 6364 | 2026-09-08T03:59:10.507Z | test freemap::test_split ... ok |
| 6365 | 2026-09-08T03:59:10.507Z | test freemap::test_basic ... ok |
| 6366 | 2026-09-08T03:59:10.507Z | Sep 08 03:59:09.436 DEBG created new freemap, unit: freemap_test |
| 6367 | 2026-09-08T03:59:10.507Z | Sep 08 03:59:09.436 DEBG initted freemap. size: 128, unit: freemap_test |
| 6368 | 2026-09-08T03:59:10.507Z | Sep 08 03:59:09.436 DEBG reset freemap, unit: freemap_test |
| 6369 | 2026-09-08T03:59:10.507Z | Sep 08 03:59:09.436 DEBG created new freemap, unit: freemap_test |
| 6370 | 2026-09-08T03:59:10.507Z | Sep 08 03:59:09.437 DEBG initted freemap. size: 128, unit: freemap_test |
| 6371 | 2026-09-08T03:59:10.507Z | Sep 08 03:59:09.437 DEBG reset freemap, unit: freemap_test |
| 6372 | 2026-09-08T03:59:10.507Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 6373 | 2026-09-08T03:59:10.507Z | test freemap::test_exhaustion ... ok |
| 6374 | 2026-09-08T03:59:10.511Z | test freemap::test_span ... ok |
| 6375 | 2026-09-08T03:59:10.511Z | Sep 08 03:59:09.437 DEBG created new freemap, unit: freemap_test |
| 6376 | 2026-09-08T03:59:10.511Z | Sep 08 03:59:09.437 DEBG initted freemap. size: 8, unit: freemap_test |
| 6377 | 2026-09-08T03:59:10.511Z | Sep 08 03:59:09.437 DEBG reset freemap, unit: freemap_test |
| 6378 | 2026-09-08T03:59:10.511Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 6379 | 2026-09-08T03:59:10.511Z | test macaddrs::tests::test_mac_offset ... ok |
| 6380 | 2026-09-08T03:59:10.511Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 6381 | 2026-09-08T03:59:10.511Z | test macaddrs::tests::test_parse_port_id ... ok |
| 6382 | 2026-09-08T03:59:10.511Z | test mcast::tests::test_canonicalize_sources ... ok |
| 6383 | 2026-09-08T03:59:10.511Z | test api_server::tests::test_build_info ... ok |
| 6384 | 2026-09-08T03:59:10.511Z | Sep 08 03:59:09.440 DEBG created new freemap, unit: freemap_test |
| 6385 | 2026-09-08T03:59:10.511Z | Sep 08 03:59:09.440 DEBG initted freemap. size: 128, unit: freemap_test |
| 6386 | 2026-09-08T03:59:10.512Z | Sep 08 03:59:09.440 DEBG reset freemap, unit: freemap_test |
| 6387 | 2026-09-08T03:59:10.512Z | test freemap::test_free ... ok |
| 6388 | 2026-09-08T03:59:10.512Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 6389 | 2026-09-08T03:59:10.512Z | test mcast::tests::test_create_port_bitmap_empty ... ok |
| 6390 | 2026-09-08T03:59:10.512Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 6391 | 2026-09-08T03:59:10.512Z | test mcast::tests::test_create_port_bitmap_filters_by_direction ... ok |
| 6392 | 2026-09-08T03:59:10.516Z | test mcast::tests::test_id_range_boundaries ... ok |
| 6393 | 2026-09-08T03:59:10.516Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 6394 | 2026-09-08T03:59:10.516Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 6395 | 2026-09-08T03:59:10.516Z | test mcast::tests::test_create_port_bitmap_all_same_direction ... ok |
| 6396 | 2026-09-08T03:59:10.516Z | test mcast::tests::test_paired_allocation_and_cleanup ... ok |
| 6397 | 2026-09-08T03:59:10.516Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 6398 | 2026-09-08T03:59:10.516Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 6399 | 2026-09-08T03:59:10.516Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 6400 | 2026-09-08T03:59:10.516Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 6401 | 2026-09-08T03:59:10.517Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 6402 | 2026-09-08T03:59:10.517Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 6403 | 2026-09-08T03:59:10.517Z | Sep 08 03:59:09.444 DEBG created new freemap, unit: freemap_test |
| 6404 | 2026-09-08T03:59:10.517Z | Sep 08 03:59:09.444 DEBG initted freemap. size: 128, unit: freemap_test |
| 6405 | 2026-09-08T03:59:10.517Z | Sep 08 03:59:09.444 DEBG reset freemap, unit: freemap_test |
| 6406 | 2026-09-08T03:59:10.517Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 6407 | 2026-09-08T03:59:10.517Z | test freemap::test_reclaim ... ok |
| 6408 | 2026-09-08T03:59:10.517Z | test mcast::tests::test_sources_contain_any ... ok |
| 6409 | 2026-09-08T03:59:10.517Z | test mcast::validate::tests::test_validate_source_addresses ... ok |
| 6410 | 2026-09-08T03:59:10.517Z | test nat::test_mapping ... ok |
| 6411 | 2026-09-08T03:59:10.517Z | test mcast::validate::tests::test_validate_not_underlay_subnet ... ok |
| 6412 | 2026-09-08T03:59:10.517Z | test mcast::validate::tests::test_validate_tag_format ... ok |
| 6413 | 2026-09-08T03:59:10.517Z | test mcast::validate::tests::test_validate_tag ... ok |
| 6414 | 2026-09-08T03:59:10.517Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 6415 | 2026-09-08T03:59:10.517Z | test mcast::validate::tests::test_address_validation_with_source_validation ... ok |
| 6416 | 2026-09-08T03:59:10.517Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 6417 | 2026-09-08T03:59:10.517Z | test port_map::tests::test_backplane_group ... ok |
| 6418 | 2026-09-08T03:59:10.517Z | test port_map::tests::test_port_map ... ok |
| 6419 | 2026-09-08T03:59:10.517Z | test port_map::tests::parse_softnpu_revision ... ok |
| 6420 | 2026-09-08T03:59:10.522Z | Sep 08 03:59:09.448 DEBG created new freemap, unit: freemap_route_ipv4 |
| 6421 | 2026-09-08T03:59:10.522Z | Sep 08 03:59:09.448 DEBG created new freemap, unit: freemap_route_ipv6 |
| 6422 | 2026-09-08T03:59:10.523Z | Sep 08 03:59:09.448 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 6423 | 2026-09-08T03:59:10.523Z | Sep 08 03:59:09.448 DEBG reset freemap, unit: freemap_route_ipv4 |
| 6424 | 2026-09-08T03:59:10.523Z | Sep 08 03:59:09.448 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 6425 | 2026-09-08T03:59:10.523Z | Sep 08 03:59:09.448 DEBG reset freemap, unit: freemap_route_ipv6 |
| 6426 | 2026-09-08T03:59:10.523Z | Sep 08 03:59:09.448 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6427 | 2026-09-08T03:59:10.523Z | Sep 08 03:59:09.448 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 } }] |
| 6428 | 2026-09-08T03:59:10.523Z | Sep 08 03:59:09.448 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6429 | 2026-09-08T03:59:10.523Z | Sep 08 03:59:09.448 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 } }] |
| 6430 | 2026-09-08T03:59:10.523Z | Sep 08 03:59:09.448 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 6431 | 2026-09-08T03:59:10.523Z | Sep 08 03:59:09.448 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 } }] |
| 6432 | 2026-09-08T03:59:10.523Z | Sep 08 03:59:09.448 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 6433 | 2026-09-08T03:59:10.523Z | Sep 08 03:59:09.448 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 } }] |
| 6434 | 2026-09-08T03:59:10.523Z | Sep 08 03:59:09.448 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 } }] |
| 6435 | 2026-09-08T03:59:10.523Z | Sep 08 03:59:09.448 DEBG created new freemap, unit: freemap_route_ipv4 |
| 6436 | 2026-09-08T03:59:10.523Z | Sep 08 03:59:09.448 DEBG created new freemap, unit: freemap_route_ipv6 |
| 6437 | 2026-09-08T03:59:10.523Z | Sep 08 03:59:09.448 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 6438 | 2026-09-08T03:59:10.523Z | Sep 08 03:59:09.448 DEBG reset freemap, unit: freemap_route_ipv4 |
| 6439 | 2026-09-08T03:59:10.524Z | Sep 08 03:59:09.448 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 6440 | 2026-09-08T03:59:10.524Z | Sep 08 03:59:09.448 DEBG reset freemap, unit: freemap_route_ipv6 |
| 6441 | 2026-09-08T03:59:10.524Z | Sep 08 03:59:09.448 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6442 | 2026-09-08T03:59:10.524Z | Sep 08 03:59:09.448 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 } }] |
| 6443 | 2026-09-08T03:59:10.524Z | Sep 08 03:59:09.448 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 } }] |
| 6444 | 2026-09-08T03:59:10.524Z | test port_map::tests::dump_map ... ok |
| 6445 | 2026-09-08T03:59:10.524Z | Sep 08 03:59:09.451 DEBG created new freemap, unit: freemap_route_ipv4 |
| 6446 | 2026-09-08T03:59:10.524Z | Sep 08 03:59:09.451 DEBG created new freemap, unit: freemap_route_ipv6 |
| 6447 | 2026-09-08T03:59:10.524Z | Sep 08 03:59:09.451 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 6448 | 2026-09-08T03:59:10.524Z | Sep 08 03:59:09.451 DEBG reset freemap, unit: freemap_route_ipv4 |
| 6449 | 2026-09-08T03:59:10.524Z | Sep 08 03:59:09.451 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 6450 | 2026-09-08T03:59:10.524Z | Sep 08 03:59:09.451 DEBG reset freemap, unit: freemap_route_ipv6 |
| 6451 | 2026-09-08T03:59:10.524Z | Sep 08 03:59:09.451 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6452 | 2026-09-08T03:59:10.525Z | Sep 08 03:59:09.451 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 } }] |
| 6453 | 2026-09-08T03:59:10.525Z | Sep 08 03:59:09.451 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6454 | 2026-09-08T03:59:10.525Z | Sep 08 03:59:09.451 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 } }] |
| 6455 | 2026-09-08T03:59:10.525Z | Sep 08 03:59:09.451 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 6456 | 2026-09-08T03:59:10.525Z | Sep 08 03:59:09.451 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 } }] |
| 6457 | 2026-09-08T03:59:10.525Z | Sep 08 03:59:09.451 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 6458 | 2026-09-08T03:59:10.525Z | Sep 08 03:59:09.451 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 } }] |
| 6459 | 2026-09-08T03:59:10.525Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6460 | 2026-09-08T03:59:10.525Z | Sep 08 03:59:09.451 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 } }] |
| 6461 | 2026-09-08T03:59:10.525Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6462 | 2026-09-08T03:59:10.525Z | Sep 08 03:59:09.451 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 } }] |
| 6463 | 2026-09-08T03:59:10.525Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6464 | 2026-09-08T03:59:10.526Z | Sep 08 03:59:09.451 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 } }] |
| 6465 | 2026-09-08T03:59:10.526Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6466 | 2026-09-08T03:59:10.526Z | Sep 08 03:59:09.451 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 } }] |
| 6467 | 2026-09-08T03:59:10.526Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6468 | 2026-09-08T03:59:10.526Z | Sep 08 03:59:09.451 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 } }] |
| 6469 | 2026-09-08T03:59:10.526Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6470 | 2026-09-08T03:59:10.526Z | Sep 08 03:59:09.451 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 } }] |
| 6471 | 2026-09-08T03:59:10.526Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6472 | 2026-09-08T03:59:10.526Z | Sep 08 03:59:09.451 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 } }] |
| 6473 | 2026-09-08T03:59:10.526Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6474 | 2026-09-08T03:59:10.526Z | Sep 08 03:59:09.451 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 } }] |
| 6475 | 2026-09-08T03:59:10.526Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6476 | 2026-09-08T03:59:10.526Z | Sep 08 03:59:09.451 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 } }] |
| 6477 | 2026-09-08T03:59:10.526Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6478 | 2026-09-08T03:59:10.526Z | Sep 08 03:59:09.451 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 } }] |
| 6479 | 2026-09-08T03:59:10.526Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6480 | 2026-09-08T03:59:10.526Z | Sep 08 03:59:09.451 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 } }] |
| 6481 | 2026-09-08T03:59:10.526Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6482 | 2026-09-08T03:59:10.527Z | Sep 08 03:59:09.451 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 } }] |
| 6483 | 2026-09-08T03:59:10.527Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6484 | 2026-09-08T03:59:10.527Z | Sep 08 03:59:09.451 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 } }] |
| 6485 | 2026-09-08T03:59:10.527Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6486 | 2026-09-08T03:59:10.527Z | Sep 08 03:59:09.451 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 } }] |
| 6487 | 2026-09-08T03:59:10.527Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6488 | 2026-09-08T03:59:10.527Z | Sep 08 03:59:09.451 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 } }] |
| 6489 | 2026-09-08T03:59:10.527Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6490 | 2026-09-08T03:59:10.527Z | Sep 08 03:59:09.451 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 } }] |
| 6491 | 2026-09-08T03:59:10.527Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6492 | 2026-09-08T03:59:10.527Z | Sep 08 03:59:09.451 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 } }] |
| 6493 | 2026-09-08T03:59:10.527Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6494 | 2026-09-08T03:59:10.527Z | Sep 08 03:59:09.451 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 } }] |
| 6495 | 2026-09-08T03:59:10.527Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 6496 | 2026-09-08T03:59:10.527Z | Sep 08 03:59:09.451 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 } }] |
| 6497 | 2026-09-08T03:59:10.527Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6498 | 2026-09-08T03:59:10.528Z | Sep 08 03:59:09.451 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 } }] |
| 6499 | 2026-09-08T03:59:10.528Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 6500 | 2026-09-08T03:59:10.528Z | Sep 08 03:59:09.451 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 } }] |
| 6501 | 2026-09-08T03:59:10.528Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 6502 | 2026-09-08T03:59:10.528Z | Sep 08 03:59:09.451 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 } }] |
| 6503 | 2026-09-08T03:59:10.528Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 6504 | 2026-09-08T03:59:10.528Z | Sep 08 03:59:09.451 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 } }] |
| 6505 | 2026-09-08T03:59:10.528Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 6506 | 2026-09-08T03:59:10.528Z | Sep 08 03:59:09.451 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 } }] |
| 6507 | 2026-09-08T03:59:10.528Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 6508 | 2026-09-08T03:59:10.528Z | Sep 08 03:59:09.451 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 } }] |
| 6509 | 2026-09-08T03:59:10.528Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 6510 | 2026-09-08T03:59:10.528Z | Sep 08 03:59:09.451 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 } }] |
| 6511 | 2026-09-08T03:59:10.528Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6512 | 2026-09-08T03:59:10.528Z | Sep 08 03:59:09.451 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 } }] |
| 6513 | 2026-09-08T03:59:10.528Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6514 | 2026-09-08T03:59:10.528Z | Sep 08 03:59:09.451 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 } }] |
| 6515 | 2026-09-08T03:59:10.528Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6516 | 2026-09-08T03:59:10.529Z | Sep 08 03:59:09.451 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 } }] |
| 6517 | 2026-09-08T03:59:10.529Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 6518 | 2026-09-08T03:59:10.529Z | Sep 08 03:59:09.451 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 } }] |
| 6519 | 2026-09-08T03:59:10.529Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6520 | 2026-09-08T03:59:10.534Z | Sep 08 03:59:09.451 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 } }] |
| 6521 | 2026-09-08T03:59:10.534Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6522 | 2026-09-08T03:59:10.534Z | Sep 08 03:59:09.451 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 } }] |
| 6523 | 2026-09-08T03:59:10.534Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6524 | 2026-09-08T03:59:10.534Z | Sep 08 03:59:09.451 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 } }] |
| 6525 | 2026-09-08T03:59:10.534Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 6526 | 2026-09-08T03:59:10.534Z | Sep 08 03:59:09.451 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 } }] |
| 6527 | 2026-09-08T03:59:10.534Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 6528 | 2026-09-08T03:59:10.534Z | Sep 08 03:59:09.451 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 } }] |
| 6529 | 2026-09-08T03:59:10.534Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 6530 | 2026-09-08T03:59:10.534Z | Sep 08 03:59:09.451 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 } }] |
| 6531 | 2026-09-08T03:59:10.534Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 6532 | 2026-09-08T03:59:10.534Z | Sep 08 03:59:09.451 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 } }] |
| 6533 | 2026-09-08T03:59:10.534Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 6534 | 2026-09-08T03:59:10.535Z | Sep 08 03:59:09.451 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 } }] |
| 6535 | 2026-09-08T03:59:10.535Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 6536 | 2026-09-08T03:59:10.535Z | Sep 08 03:59:09.451 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 } }] |
| 6537 | 2026-09-08T03:59:10.535Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 6538 | 2026-09-08T03:59:10.535Z | Sep 08 03:59:09.451 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 } }] |
| 6539 | 2026-09-08T03:59:10.535Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 6540 | 2026-09-08T03:59:10.535Z | Sep 08 03:59:09.451 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 } }] |
| 6541 | 2026-09-08T03:59:10.535Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 6542 | 2026-09-08T03:59:10.535Z | Sep 08 03:59:09.451 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 } }] |
| 6543 | 2026-09-08T03:59:10.535Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 6544 | 2026-09-08T03:59:10.535Z | Sep 08 03:59:09.451 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 } }] |
| 6545 | 2026-09-08T03:59:10.535Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 6546 | 2026-09-08T03:59:10.535Z | Sep 08 03:59:09.451 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 } }] |
| 6547 | 2026-09-08T03:59:10.535Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 6548 | 2026-09-08T03:59:10.535Z | Sep 08 03:59:09.451 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 } }] |
| 6549 | 2026-09-08T03:59:10.535Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 6550 | 2026-09-08T03:59:10.535Z | Sep 08 03:59:09.451 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 } }] |
| 6551 | 2026-09-08T03:59:10.535Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 6552 | 2026-09-08T03:59:10.536Z | Sep 08 03:59:09.451 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 } }] |
| 6553 | 2026-09-08T03:59:10.536Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 6554 | 2026-09-08T03:59:10.536Z | Sep 08 03:59:09.451 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 } }] |
| 6555 | 2026-09-08T03:59:10.536Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 6556 | 2026-09-08T03:59:10.536Z | Sep 08 03:59:09.451 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 } }] |
| 6557 | 2026-09-08T03:59:10.536Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 6558 | 2026-09-08T03:59:10.536Z | Sep 08 03:59:09.451 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 } }] |
| 6559 | 2026-09-08T03:59:10.536Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 6560 | 2026-09-08T03:59:10.536Z | Sep 08 03:59:09.451 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 } }] |
| 6561 | 2026-09-08T03:59:10.536Z | Sep 08 03:59:09.451 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 6562 | 2026-09-08T03:59:10.536Z | Sep 08 03:59:09.451 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 } }] |
| 6563 | 2026-09-08T03:59:10.536Z | Sep 08 03:59:09.452 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 6564 | 2026-09-08T03:59:10.536Z | Sep 08 03:59:09.452 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 } }] |
| 6565 | 2026-09-08T03:59:10.536Z | Sep 08 03:59:09.452 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 6566 | 2026-09-08T03:59:10.536Z | Sep 08 03:59:09.452 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 } }] |
| 6567 | 2026-09-08T03:59:10.536Z | Sep 08 03:59:09.452 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 6568 | 2026-09-08T03:59:10.536Z | Sep 08 03:59:09.452 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 } }] |
| 6569 | 2026-09-08T03:59:10.537Z | Sep 08 03:59:09.452 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 6570 | 2026-09-08T03:59:10.537Z | Sep 08 03:59:09.452 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 } }] |
| 6571 | 2026-09-08T03:59:10.537Z | Sep 08 03:59:09.452 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 6572 | 2026-09-08T03:59:10.537Z | Sep 08 03:59:09.452 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 } }] |
| 6573 | 2026-09-08T03:59:10.537Z | Sep 08 03:59:09.452 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 6574 | 2026-09-08T03:59:10.537Z | Sep 08 03:59:09.452 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 } }] |
| 6575 | 2026-09-08T03:59:10.537Z | Sep 08 03:59:09.452 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 6576 | 2026-09-08T03:59:10.537Z | Sep 08 03:59:09.452 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 } }] |
| 6577 | 2026-09-08T03:59:10.537Z | Sep 08 03:59:09.452 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 6578 | 2026-09-08T03:59:10.537Z | Sep 08 03:59:09.452 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 } }] |
| 6579 | 2026-09-08T03:59:10.537Z | Sep 08 03:59:09.452 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 6580 | 2026-09-08T03:59:10.537Z | Sep 08 03:59:09.452 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 } }] |
| 6581 | 2026-09-08T03:59:10.537Z | Sep 08 03:59:09.452 DEBG failed to allocate space for the new target list |
| 6582 | 2026-09-08T03:59:10.537Z | Sep 08 03:59:09.452 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 } }] |
| 6583 | 2026-09-08T03:59:10.537Z | Sep 08 03:59:09.452 DEBG created new freemap, unit: freemap_route_ipv4 |
| 6584 | 2026-09-08T03:59:10.537Z | Sep 08 03:59:09.452 DEBG created new freemap, unit: freemap_route_ipv6 |
| 6585 | 2026-09-08T03:59:10.537Z | Sep 08 03:59:09.452 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 6586 | 2026-09-08T03:59:10.538Z | Sep 08 03:59:09.452 DEBG reset freemap, unit: freemap_route_ipv4 |
| 6587 | 2026-09-08T03:59:10.538Z | Sep 08 03:59:09.452 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 6588 | 2026-09-08T03:59:10.538Z | Sep 08 03:59:09.452 DEBG reset freemap, unit: freemap_route_ipv6 |
| 6589 | 2026-09-08T03:59:10.538Z | Sep 08 03:59:09.452 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 6590 | 2026-09-08T03:59:10.538Z | Sep 08 03:59:09.452 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 } }] |
| 6591 | 2026-09-08T03:59:10.538Z | Sep 08 03:59:09.452 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 } }] |
| 6592 | 2026-09-08T03:59:10.538Z | test route::tests::grow_succeeds ... ok |
| 6593 | 2026-09-08T03:59:10.538Z | Sep 08 03:59:09.453 DEBG created new freemap, unit: freemap_route_ipv4 |
| 6594 | 2026-09-08T03:59:10.538Z | Sep 08 03:59:09.453 DEBG created new freemap, unit: freemap_route_ipv6 |
| 6595 | 2026-09-08T03:59:10.538Z | Sep 08 03:59:09.453 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 6596 | 2026-09-08T03:59:10.538Z | Sep 08 03:59:09.453 DEBG reset freemap, unit: freemap_route_ipv4 |
| 6597 | 2026-09-08T03:59:10.538Z | Sep 08 03:59:09.453 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 6598 | 2026-09-08T03:59:10.538Z | Sep 08 03:59:09.453 DEBG reset freemap, unit: freemap_route_ipv6 |
| 6599 | 2026-09-08T03:59:10.538Z | Sep 08 03:59:09.453 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 6600 | 2026-09-08T03:59:10.538Z | Sep 08 03:59:09.453 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 } }] |
| 6601 | 2026-09-08T03:59:10.539Z | Sep 08 03:59:09.453 INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 6602 | 2026-09-08T03:59:10.539Z | Sep 08 03:59:09.453 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 } }] |
| 6603 | 2026-09-08T03:59:10.539Z | Sep 08 03:59:09.453 INFO adding route 172.16.0.0/32 -> 10.0.0.3 |
| 6604 | 2026-09-08T03:59:10.539Z | Sep 08 03:59:09.453 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 } }] |
| 6605 | 2026-09-08T03:59:10.539Z | Sep 08 03:59:09.453 INFO adding route 172.16.0.0/32 -> 10.0.0.4 |
| 6606 | 2026-09-08T03:59:10.539Z | Sep 08 03:59:09.453 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 } }] |
| 6607 | 2026-09-08T03:59:10.539Z | Sep 08 03:59:09.453 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 } }] |
| 6608 | 2026-09-08T03:59:10.539Z | test route::tests::identity_replace_is_noop ... ok |
| 6609 | 2026-09-08T03:59:10.539Z | Sep 08 03:59:09.453 DEBG created new freemap, unit: freemap_route_ipv4 |
| 6610 | 2026-09-08T03:59:10.539Z | Sep 08 03:59:09.454 DEBG created new freemap, unit: freemap_route_ipv6 |
| 6611 | 2026-09-08T03:59:10.539Z | Sep 08 03:59:09.454 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 6612 | 2026-09-08T03:59:10.539Z | Sep 08 03:59:09.454 DEBG reset freemap, unit: freemap_route_ipv4 |
| 6613 | 2026-09-08T03:59:10.539Z | Sep 08 03:59:09.454 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 6614 | 2026-09-08T03:59:10.539Z | Sep 08 03:59:09.454 DEBG reset freemap, unit: freemap_route_ipv6 |
| 6615 | 2026-09-08T03:59:10.540Z | Sep 08 03:59:09.454 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6616 | 2026-09-08T03:59:10.540Z | Sep 08 03:59:09.454 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 } }] |
| 6617 | 2026-09-08T03:59:10.540Z | Sep 08 03:59:09.454 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6618 | 2026-09-08T03:59:10.540Z | Sep 08 03:59:09.454 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 } }] |
| 6619 | 2026-09-08T03:59:10.540Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6620 | 2026-09-08T03:59:10.545Z | Sep 08 03:59:09.454 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 } }] |
| 6621 | 2026-09-08T03:59:10.545Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6622 | 2026-09-08T03:59:10.545Z | Sep 08 03:59:09.454 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 } }] |
| 6623 | 2026-09-08T03:59:10.545Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6624 | 2026-09-08T03:59:10.545Z | Sep 08 03:59:09.454 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 } }] |
| 6625 | 2026-09-08T03:59:10.545Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6626 | 2026-09-08T03:59:10.545Z | Sep 08 03:59:09.454 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 } }] |
| 6627 | 2026-09-08T03:59:10.545Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6628 | 2026-09-08T03:59:10.545Z | Sep 08 03:59:09.454 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 } }] |
| 6629 | 2026-09-08T03:59:10.545Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6630 | 2026-09-08T03:59:10.545Z | Sep 08 03:59:09.454 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 } }] |
| 6631 | 2026-09-08T03:59:10.546Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6632 | 2026-09-08T03:59:10.546Z | Sep 08 03:59:09.454 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 } }] |
| 6633 | 2026-09-08T03:59:10.546Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6634 | 2026-09-08T03:59:10.546Z | Sep 08 03:59:09.454 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 } }] |
| 6635 | 2026-09-08T03:59:10.546Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6636 | 2026-09-08T03:59:10.546Z | Sep 08 03:59:09.454 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 } }] |
| 6637 | 2026-09-08T03:59:10.546Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6638 | 2026-09-08T03:59:10.546Z | Sep 08 03:59:09.454 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 } }] |
| 6639 | 2026-09-08T03:59:10.546Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6640 | 2026-09-08T03:59:10.546Z | Sep 08 03:59:09.454 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 } }] |
| 6641 | 2026-09-08T03:59:10.546Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6642 | 2026-09-08T03:59:10.546Z | Sep 08 03:59:09.454 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 } }] |
| 6643 | 2026-09-08T03:59:10.546Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6644 | 2026-09-08T03:59:10.547Z | Sep 08 03:59:09.454 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 } }] |
| 6645 | 2026-09-08T03:59:10.547Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6646 | 2026-09-08T03:59:10.547Z | Sep 08 03:59:09.454 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 } }] |
| 6647 | 2026-09-08T03:59:10.547Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6648 | 2026-09-08T03:59:10.547Z | Sep 08 03:59:09.454 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 } }] |
| 6649 | 2026-09-08T03:59:10.547Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6650 | 2026-09-08T03:59:10.547Z | Sep 08 03:59:09.454 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 } }] |
| 6651 | 2026-09-08T03:59:10.547Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6652 | 2026-09-08T03:59:10.547Z | Sep 08 03:59:09.454 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 } }] |
| 6653 | 2026-09-08T03:59:10.547Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6654 | 2026-09-08T03:59:10.547Z | Sep 08 03:59:09.454 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 } }] |
| 6655 | 2026-09-08T03:59:10.547Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 6656 | 2026-09-08T03:59:10.547Z | Sep 08 03:59:09.454 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 } }] |
| 6657 | 2026-09-08T03:59:10.547Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6658 | 2026-09-08T03:59:10.547Z | Sep 08 03:59:09.454 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 } }] |
| 6659 | 2026-09-08T03:59:10.547Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 6660 | 2026-09-08T03:59:10.547Z | Sep 08 03:59:09.454 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 } }] |
| 6661 | 2026-09-08T03:59:10.547Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 6662 | 2026-09-08T03:59:10.547Z | Sep 08 03:59:09.454 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 } }] |
| 6663 | 2026-09-08T03:59:10.547Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 6664 | 2026-09-08T03:59:10.547Z | Sep 08 03:59:09.454 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 } }] |
| 6665 | 2026-09-08T03:59:10.548Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 6666 | 2026-09-08T03:59:10.548Z | Sep 08 03:59:09.454 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 } }] |
| 6667 | 2026-09-08T03:59:10.548Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 6668 | 2026-09-08T03:59:10.548Z | Sep 08 03:59:09.454 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 } }] |
| 6669 | 2026-09-08T03:59:10.548Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 6670 | 2026-09-08T03:59:10.548Z | Sep 08 03:59:09.454 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 } }] |
| 6671 | 2026-09-08T03:59:10.548Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6672 | 2026-09-08T03:59:10.548Z | Sep 08 03:59:09.454 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 } }] |
| 6673 | 2026-09-08T03:59:10.548Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6674 | 2026-09-08T03:59:10.548Z | Sep 08 03:59:09.454 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 } }] |
| 6675 | 2026-09-08T03:59:10.548Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6676 | 2026-09-08T03:59:10.548Z | Sep 08 03:59:09.454 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 } }] |
| 6677 | 2026-09-08T03:59:10.548Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 6678 | 2026-09-08T03:59:10.548Z | Sep 08 03:59:09.454 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 } }] |
| 6679 | 2026-09-08T03:59:10.548Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6680 | 2026-09-08T03:59:10.549Z | Sep 08 03:59:09.454 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 } }] |
| 6681 | 2026-09-08T03:59:10.549Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6682 | 2026-09-08T03:59:10.549Z | Sep 08 03:59:09.454 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 } }] |
| 6683 | 2026-09-08T03:59:10.549Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6684 | 2026-09-08T03:59:10.549Z | Sep 08 03:59:09.454 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 } }] |
| 6685 | 2026-09-08T03:59:10.549Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 6686 | 2026-09-08T03:59:10.549Z | Sep 08 03:59:09.454 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 } }] |
| 6687 | 2026-09-08T03:59:10.549Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 6688 | 2026-09-08T03:59:10.549Z | Sep 08 03:59:09.454 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 } }] |
| 6689 | 2026-09-08T03:59:10.549Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 6690 | 2026-09-08T03:59:10.549Z | Sep 08 03:59:09.454 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 } }] |
| 6691 | 2026-09-08T03:59:10.549Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 6692 | 2026-09-08T03:59:10.549Z | Sep 08 03:59:09.454 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 } }] |
| 6693 | 2026-09-08T03:59:10.549Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 6694 | 2026-09-08T03:59:10.549Z | Sep 08 03:59:09.454 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 } }] |
| 6695 | 2026-09-08T03:59:10.549Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 6696 | 2026-09-08T03:59:10.549Z | Sep 08 03:59:09.454 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 } }] |
| 6697 | 2026-09-08T03:59:10.550Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 6698 | 2026-09-08T03:59:10.550Z | Sep 08 03:59:09.454 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 } }] |
| 6699 | 2026-09-08T03:59:10.550Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 6700 | 2026-09-08T03:59:10.550Z | Sep 08 03:59:09.454 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 } }] |
| 6701 | 2026-09-08T03:59:10.550Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 6702 | 2026-09-08T03:59:10.550Z | Sep 08 03:59:09.454 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 } }] |
| 6703 | 2026-09-08T03:59:10.550Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 6704 | 2026-09-08T03:59:10.550Z | Sep 08 03:59:09.454 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 } }] |
| 6705 | 2026-09-08T03:59:10.550Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 6706 | 2026-09-08T03:59:10.550Z | Sep 08 03:59:09.454 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 } }] |
| 6707 | 2026-09-08T03:59:10.550Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 6708 | 2026-09-08T03:59:10.550Z | Sep 08 03:59:09.454 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-09-08T03:59:10.550Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 6710 | 2026-09-08T03:59:10.550Z | Sep 08 03:59:09.454 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 } }] |
| 6711 | 2026-09-08T03:59:10.550Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 6712 | 2026-09-08T03:59:10.550Z | Sep 08 03:59:09.454 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 } }] |
| 6713 | 2026-09-08T03:59:10.550Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 6714 | 2026-09-08T03:59:10.550Z | Sep 08 03:59:09.454 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 } }] |
| 6715 | 2026-09-08T03:59:10.550Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 6716 | 2026-09-08T03:59:10.550Z | Sep 08 03:59:09.454 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 } }] |
| 6717 | 2026-09-08T03:59:10.550Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 6718 | 2026-09-08T03:59:10.551Z | Sep 08 03:59:09.454 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 } }] |
| 6719 | 2026-09-08T03:59:10.551Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 6720 | 2026-09-08T03:59:10.556Z | Sep 08 03:59:09.454 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 } }] |
| 6721 | 2026-09-08T03:59:10.556Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 6722 | 2026-09-08T03:59:10.556Z | Sep 08 03:59:09.454 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 } }] |
| 6723 | 2026-09-08T03:59:10.556Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 6724 | 2026-09-08T03:59:10.556Z | Sep 08 03:59:09.454 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 } }] |
| 6725 | 2026-09-08T03:59:10.556Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 6726 | 2026-09-08T03:59:10.556Z | Sep 08 03:59:09.454 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 } }] |
| 6727 | 2026-09-08T03:59:10.556Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 6728 | 2026-09-08T03:59:10.556Z | Sep 08 03:59:09.454 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 } }] |
| 6729 | 2026-09-08T03:59:10.556Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 6730 | 2026-09-08T03:59:10.556Z | Sep 08 03:59:09.454 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 } }] |
| 6731 | 2026-09-08T03:59:10.556Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 6732 | 2026-09-08T03:59:10.556Z | Sep 08 03:59:09.454 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 } }] |
| 6733 | 2026-09-08T03:59:10.556Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 6734 | 2026-09-08T03:59:10.556Z | Sep 08 03:59:09.454 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 } }] |
| 6735 | 2026-09-08T03:59:10.556Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 6736 | 2026-09-08T03:59:10.556Z | Sep 08 03:59:09.454 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 } }] |
| 6737 | 2026-09-08T03:59:10.556Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 6738 | 2026-09-08T03:59:10.556Z | Sep 08 03:59:09.454 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 } }] |
| 6739 | 2026-09-08T03:59:10.557Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 6740 | 2026-09-08T03:59:10.557Z | Sep 08 03:59:09.454 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 } }] |
| 6741 | 2026-09-08T03:59:10.557Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 6742 | 2026-09-08T03:59:10.557Z | Sep 08 03:59:09.454 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 } }] |
| 6743 | 2026-09-08T03:59:10.557Z | Sep 08 03:59:09.454 INFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 6744 | 2026-09-08T03:59:10.557Z | Sep 08 03:59:09.454 DEBG replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6745 | 2026-09-08T03:59:10.557Z | Sep 08 03:59:09.454 DEBG failed to allocate space for the new target list |
| 6746 | 2026-09-08T03:59:10.557Z | Sep 08 03:59:09.454 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 } }] |
| 6747 | 2026-09-08T03:59:10.557Z | Sep 08 03:59:09.455 DEBG created new freemap, unit: freemap_route_ipv4 |
| 6748 | 2026-09-08T03:59:10.557Z | Sep 08 03:59:09.456 DEBG created new freemap, unit: freemap_route_ipv6 |
| 6749 | 2026-09-08T03:59:10.557Z | Sep 08 03:59:09.456 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 6750 | 2026-09-08T03:59:10.557Z | Sep 08 03:59:09.456 DEBG reset freemap, unit: freemap_route_ipv4 |
| 6751 | 2026-09-08T03:59:10.557Z | Sep 08 03:59:09.456 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 6752 | 2026-09-08T03:59:10.557Z | Sep 08 03:59:09.456 DEBG reset freemap, unit: freemap_route_ipv6 |
| 6753 | 2026-09-08T03:59:10.557Z | Sep 08 03:59:09.456 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6754 | 2026-09-08T03:59:10.557Z | Sep 08 03:59:09.456 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 } }] |
| 6755 | 2026-09-08T03:59:10.557Z | Sep 08 03:59:09.456 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6756 | 2026-09-08T03:59:10.557Z | Sep 08 03:59:09.456 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 } }] |
| 6757 | 2026-09-08T03:59:10.557Z | Sep 08 03:59:09.456 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6758 | 2026-09-08T03:59:10.557Z | Sep 08 03:59:09.456 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 } }] |
| 6759 | 2026-09-08T03:59:10.557Z | Sep 08 03:59:09.456 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6760 | 2026-09-08T03:59:10.558Z | Sep 08 03:59:09.456 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 } }] |
| 6761 | 2026-09-08T03:59:10.558Z | Sep 08 03:59:09.456 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6762 | 2026-09-08T03:59:10.558Z | Sep 08 03:59:09.456 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 } }] |
| 6763 | 2026-09-08T03:59:10.558Z | Sep 08 03:59:09.456 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6764 | 2026-09-08T03:59:10.558Z | Sep 08 03:59:09.456 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 } }] |
| 6765 | 2026-09-08T03:59:10.558Z | Sep 08 03:59:09.457 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6766 | 2026-09-08T03:59:10.558Z | Sep 08 03:59:09.457 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 } }] |
| 6767 | 2026-09-08T03:59:10.558Z | Sep 08 03:59:09.457 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6768 | 2026-09-08T03:59:10.558Z | Sep 08 03:59:09.457 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 } }] |
| 6769 | 2026-09-08T03:59:10.558Z | Sep 08 03:59:09.457 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6770 | 2026-09-08T03:59:10.558Z | Sep 08 03:59:09.457 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 } }] |
| 6771 | 2026-09-08T03:59:10.558Z | Sep 08 03:59:09.457 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6772 | 2026-09-08T03:59:10.558Z | Sep 08 03:59:09.457 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 } }] |
| 6773 | 2026-09-08T03:59:10.558Z | Sep 08 03:59:09.457 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6774 | 2026-09-08T03:59:10.558Z | Sep 08 03:59:09.457 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 } }] |
| 6775 | 2026-09-08T03:59:10.558Z | Sep 08 03:59:09.457 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6776 | 2026-09-08T03:59:10.558Z | Sep 08 03:59:09.457 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 } }] |
| 6777 | 2026-09-08T03:59:10.558Z | Sep 08 03:59:09.457 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6778 | 2026-09-08T03:59:10.558Z | Sep 08 03:59:09.457 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 } }] |
| 6779 | 2026-09-08T03:59:10.558Z | Sep 08 03:59:09.457 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6780 | 2026-09-08T03:59:10.559Z | Sep 08 03:59:09.457 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 } }] |
| 6781 | 2026-09-08T03:59:10.559Z | Sep 08 03:59:09.457 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6782 | 2026-09-08T03:59:10.559Z | Sep 08 03:59:09.457 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 } }] |
| 6783 | 2026-09-08T03:59:10.559Z | Sep 08 03:59:09.457Sep 08 03:59:09.457 DEBGINFO created new freemapadding route 3fff:beef:b::/64 -> 2001:db8::55:ff, |
| 6784 | 2026-09-08T03:59:10.559Z | Sep 08 03:59:09.457unit :DEBGSep 08 03:59:09.457 freemap_route_ipv4Sep 08 03:59:09.457 |
| 6785 | 2026-09-08T03:59:10.559Z | DEBG Sep 08 03:59:09.457 DEBGSep 08 03:59:09.457 created new freemapcreated new freemapreplacing 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 |
| 6786 | 2026-09-08T03:59:10.559Z | created new freemapDEBG, unitSep 08 03:59:09.457: created new freemap freemap_route_ipv6INFO, |
| 6787 | 2026-09-08T03:59:10.559Z | unitadding route 3fff:beef:c::/64 -> 2001:db8::55:ff: |
| 6788 | 2026-09-08T03:59:10.559Z | , Sep 08 03:59:09.457freemap_route_ipv4 Sep 08 03:59:09.457unitDEBG |
| 6789 | 2026-09-08T03:59:10.559Z | Sep 08 03:59:09.457DEBGinitted freemap. size: 64: DEBG , unitfreemap_route_ipv4Sep 08 03:59:09.457created new freemap: , DEBG |
| 6790 | 2026-09-08T03:59:10.559Z | unitfreemap_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 } }] :created new freemap |
| 6791 | 2026-09-08T03:59:10.559Z | |
| 6792 | 2026-09-08T03:59:10.559Z | freemap_route_ipv4 |
| 6793 | 2026-09-08T03:59:10.559Z | , Sep 08 03:59:09.457unitSep 08 03:59:09.457Sep 08 03:59:09.457 DEBG:INFO freemap_route_ipv6DEBG |
| 6794 | 2026-09-08T03:59:10.559Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ffSep 08 03:59:09.457 reset freemapcreated new freemap, Sep 08 03:59:09.457, unitunitDEBGDEBG |
| 6795 | 2026-09-08T03:59:10.559Z | initted freemap. size: 64:, created new freemapfreemap_route_ipv4: |
| 6796 | 2026-09-08T03:59:10.559Z | , unit: freemap_route_ipv6Sep 08 03:59:09.457unit |
| 6797 | 2026-09-08T03:59:10.559Z | : freemap_route_ipv6freemap_route_ipv4DEBG |
| 6798 | 2026-09-08T03:59:10.559Z | |
| 6799 | 2026-09-08T03:59:10.560Z | initted freemap. size: 64, Sep 08 03:59:09.457unitSep 08 03:59:09.457:Sep 08 03:59:09.457Sep 08 03:59:09.457 freemap_route_ipv6DEBG |
| 6800 | 2026-09-08T03:59:10.560Z | DEBG reset freemap DEBG, Sep 08 03:59:09.457unit DEBG: reset freemapfreemap_route_ipv4DEBGinitted freemap. size: 64 |
| 6801 | 2026-09-08T03:59:10.560Z | 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 } }], unitinitted freemap. size: 64: |
| 6802 | 2026-09-08T03:59:10.560Z | Sep 08 03:59:09.457freemap_route_ipv6 |
| 6803 | 2026-09-08T03:59:10.560Z | DEBG , , unitinitted freemap. size: 64unit:, :unitSep 08 03:59:09.457 : INFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv4 |
| 6804 | 2026-09-08T03:59:10.560Z | |
| 6805 | 2026-09-08T03:59:10.560Z | |
| 6806 | 2026-09-08T03:59:10.560Z | Sep 08 03:59:09.457 INFOfreemap_route_ipv4 Sep 08 03:59:09.457 |
| 6807 | 2026-09-08T03:59:10.560Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBGSep 08 03:59:09.457 |
| 6808 | 2026-09-08T03:59:10.560Z | Sep 08 03:59:09.458DEBG DEBG reset freemapreset freemapSep 08 03:59:09.458, , reset freemapSep 08 03:59:09.458DEBG, unitunit unit ::replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6809 | 2026-09-08T03:59:10.560Z | freemap_route_ipv4: |
| 6810 | 2026-09-08T03:59:10.560Z | DEBG freemap_route_ipv4 |
| 6811 | 2026-09-08T03:59:10.560Z | Sep 08 03:59:09.458 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 } }]freemap_route_ipv6INFO |
| 6812 | 2026-09-08T03:59:10.560Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6813 | 2026-09-08T03:59:10.560Z | Sep 08 03:59:09.458 |
| 6814 | 2026-09-08T03:59:10.560Z | DEBGSep 08 03:59:09.458 initted freemap. size: 64 Sep 08 03:59:09.458, INFOSep 08 03:59:09.458 Sep 08 03:59:09.458 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG INFO |
| 6815 | 2026-09-08T03:59:10.560Z | 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 } }]unitadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6816 | 2026-09-08T03:59:10.560Z | |
| 6817 | 2026-09-08T03:59:10.561Z | Sep 08 03:59:09.458initted freemap. size: 64, :unit Sep 08 03:59:09.458 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 } }]Sep 08 03:59:09.458freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 6818 | 2026-09-08T03:59:10.561Z | : |
| 6819 | 2026-09-08T03:59:10.561Z | 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 } }] |
| 6820 | 2026-09-08T03:59:10.567Z | |
| 6821 | 2026-09-08T03:59:10.567Z | freemap_route_ipv6Sep 08 03:59:09.458 |
| 6822 | 2026-09-08T03:59:10.567Z | Sep 08 03:59:09.458 Sep 08 03:59:09.458Sep 08 03:59:09.458 INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1DEBG adding route 3fff:beef:10::/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 } }] |
| 6823 | 2026-09-08T03:59:10.567Z | DEBG |
| 6824 | 2026-09-08T03:59:10.567Z | |
| 6825 | 2026-09-08T03:59:10.567Z | reset freemapSep 08 03:59:09.458 , Sep 08 03:59:09.458DEBG Sep 08 03:59:09.458unitINFO 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:dead::/64 -> 2001:db8::55:4: |
| 6826 | 2026-09-08T03:59:10.567Z | |
| 6827 | 2026-09-08T03:59:10.567Z | freemap_route_ipv6 Sep 08 03:59:09.458 |
| 6828 | 2026-09-08T03:59:10.567Z | DEBGSep 08 03:59:09.458DEBG Sep 08 03:59:09.458replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] DEBG |
| 6829 | 2026-09-08T03:59:10.567Z | Sep 08 03:59:09.458INFO INFO adding route 3fff:beef:11::/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 } }] |
| 6830 | 2026-09-08T03:59:10.567Z | reset freemap |
| 6831 | 2026-09-08T03:59:10.567Z | Sep 08 03:59:09.458, adding route 172.16.0.0/32 -> 10.0.0.1unit |
| 6832 | 2026-09-08T03:59:10.567Z | :Sep 08 03:59:09.458 Sep 08 03:59:09.458freemap_route_ipv6DEBGSep 08 03:59:09.458 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 } }] |
| 6833 | 2026-09-08T03:59:10.568Z | |
| 6834 | 2026-09-08T03:59:10.568Z | 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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 6835 | 2026-09-08T03:59:10.568Z | |
| 6836 | 2026-09-08T03:59:10.568Z | Sep 08 03:59:09.458Sep 08 03:59:09.458INFOSep 08 03:59:09.458 WARN INFO shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 6837 | 2026-09-08T03:59:10.568Z | Sep 08 03:59:09.458INFOadding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6838 | 2026-09-08T03:59:10.568Z | |
| 6839 | 2026-09-08T03:59:10.568Z | adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 6840 | 2026-09-08T03:59:10.568Z | Sep 08 03:59:09.458 adding route 172.16.0.0/32 -> 10.0.0.2DEBG |
| 6841 | 2026-09-08T03:59:10.568Z | Sep 08 03:59:09.458 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 } }]DEBGSep 08 03:59:09.458Sep 08 03:59:09.458 |
| 6842 | 2026-09-08T03:59:10.568Z | 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 } }]DEBG |
| 6843 | 2026-09-08T03:59:10.568Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Sep 08 03:59:09.458 |
| 6844 | 2026-09-08T03:59:10.568Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 6845 | 2026-09-08T03:59:10.568Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ffSep 08 03:59:09.458Sep 08 03:59:09.458 |
| 6846 | 2026-09-08T03:59:10.568Z | Sep 08 03:59:09.458 INFO adding route 172.17.0.0/32 -> 10.0.0.255INFO Sep 08 03:59:09.458INFO |
| 6847 | 2026-09-08T03:59:10.568Z | DEBG adding route 172.16.0.0/32 -> 10.0.0.2 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 } }] |
| 6848 | 2026-09-08T03:59:10.569Z | Sep 08 03:59:09.458adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6849 | 2026-09-08T03:59:10.569Z | |
| 6850 | 2026-09-08T03:59:10.569Z | DEBGSep 08 03:59:09.458 Sep 08 03:59:09.458 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 } }] Sep 08 03:59:09.458replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 6851 | 2026-09-08T03:59:10.569Z | INFO |
| 6852 | 2026-09-08T03:59:10.569Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ffSep 08 03:59:09.458 |
| 6853 | 2026-09-08T03:59:10.569Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO |
| 6854 | 2026-09-08T03:59:10.569Z | Sep 08 03:59:09.458adding route 172.17.0.1/32 -> 10.0.0.255 Sep 08 03:59:09.458 |
| 6855 | 2026-09-08T03:59:10.569Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 6856 | 2026-09-08T03:59:10.569Z | Sep 08 03:59:09.458Sep 08 03:59:09.458 INFODEBG adding route 3fff:beef::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6857 | 2026-09-08T03:59:10.569Z | |
| 6858 | 2026-09-08T03:59:10.569Z | Sep 08 03:59:09.458Sep 08 03:59:09.458INFO adding route 172.16.0.0/32 -> 10.0.0.3DEBGINFO |
| 6859 | 2026-09-08T03:59:10.569Z | adding route 172.17.0.2/32 -> 10.0.0.255replacing 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 } }] |
| 6860 | 2026-09-08T03:59:10.569Z | |
| 6861 | 2026-09-08T03:59:10.569Z | Sep 08 03:59:09.458 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 } }]Sep 08 03:59:09.458 |
| 6862 | 2026-09-08T03:59:10.569Z | Sep 08 03:59:09.458 INFODEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffSep 08 03:59:09.458replacing 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 } }] |
| 6863 | 2026-09-08T03:59:10.569Z | |
| 6864 | 2026-09-08T03:59:10.569Z | INFO adding route 172.16.0.0/32 -> 10.0.0.4Sep 08 03:59:09.458Sep 08 03:59:09.458 |
| 6865 | 2026-09-08T03:59:10.569Z | 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 } }]INFO |
| 6866 | 2026-09-08T03:59:10.569Z | Sep 08 03:59:09.458adding route 172.17.0.3/32 -> 10.0.0.255 |
| 6867 | 2026-09-08T03:59:10.569Z | DEBG Sep 08 03:59:09.458 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]INFOSep 08 03:59:09.458 |
| 6868 | 2026-09-08T03:59:10.570Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ffDEBG |
| 6869 | 2026-09-08T03:59:10.570Z | Sep 08 03:59:09.458replacing 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 } }] |
| 6870 | 2026-09-08T03:59:10.570Z | INFO Sep 08 03:59:09.458 adding route 172.17.0.0/32 -> 10.0.0.255DEBG |
| 6871 | 2026-09-08T03:59:10.570Z | Sep 08 03:59:09.458replacing 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 } }] |
| 6872 | 2026-09-08T03:59:10.570Z | INFO Sep 08 03:59:09.458Sep 08 03:59:09.457adding route 172.17.0.4/32 -> 10.0.0.255 |
| 6873 | 2026-09-08T03:59:10.570Z | Sep 08 03:59:09.458DEBG 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 } }] Sep 08 03:59:09.458INFO created new freemap |
| 6874 | 2026-09-08T03:59:10.570Z | , DEBGunit :adding route 3fff:beef:3::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4Sep 08 03:59:09.458 |
| 6875 | 2026-09-08T03:59:10.570Z | |
| 6876 | 2026-09-08T03:59:10.570Z | INFO |
| 6877 | 2026-09-08T03:59:10.570Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 6878 | 2026-09-08T03:59:10.570Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 6879 | 2026-09-08T03:59:10.570Z | Sep 08 03:59:09.458 INFOSep 08 03:59:09.458Sep 08 03:59:09.458Sep 08 03:59:09.458 DEBGadding route 172.17.0.5/32 -> 10.0.0.255 |
| 6880 | 2026-09-08T03:59:10.570Z | 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 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 } }]Sep 08 03:59:09.458 |
| 6881 | 2026-09-08T03:59:10.570Z | |
| 6882 | 2026-09-08T03:59:10.570Z | created new freemapDEBG, Sep 08 03:59:09.458 unitSep 08 03:59:09.458INFO: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 } }] |
| 6883 | 2026-09-08T03:59:10.570Z | freemap_route_ipv6 |
| 6884 | 2026-09-08T03:59:10.570Z | INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 172.17.0.2/32 -> 10.0.0.255 |
| 6885 | 2026-09-08T03:59:10.571Z | |
| 6886 | 2026-09-08T03:59:10.571Z | Sep 08 03:59:09.458Sep 08 03:59:09.458 INFODEBG Sep 08 03:59:09.458adding route 172.17.0.6/32 -> 10.0.0.255 |
| 6887 | 2026-09-08T03:59:10.571Z | DEBGinitted freemap. size: 64 Sep 08 03:59:09.458, Sep 08 03:59:09.458unit DEBGDEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:replacing targets for 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 } }] |
| 6888 | 2026-09-08T03:59:10.571Z | |
| 6889 | 2026-09-08T03:59:10.571Z | replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4 |
| 6890 | 2026-09-08T03:59:10.571Z | |
| 6891 | 2026-09-08T03:59:10.571Z | Sep 08 03:59:09.458 INFO Sep 08 03:59:09.458adding route 3fff:beef:5::/64 -> 2001:db8::55:ff Sep 08 03:59:09.458, Sep 08 03:59:09.458INFO unit |
| 6892 | 2026-09-08T03:59:10.571Z | :DEBG adding route 172.17.0.7/32 -> 10.0.0.255INFO |
| 6893 | 2026-09-08T03:59:10.571Z | Sep 08 03:59:09.458reset freemap DEBG freemap_route_ipv4, replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 6894 | 2026-09-08T03:59:10.571Z | Sep 08 03:59:09.458 |
| 6895 | 2026-09-08T03:59:10.571Z | adding route 172.17.0.3/32 -> 10.0.0.255DEBG :replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6896 | 2026-09-08T03:59:10.571Z | |
| 6897 | 2026-09-08T03:59:10.571Z | freemap_route_ipv4 |
| 6898 | 2026-09-08T03:59:10.571Z | Sep 08 03:59:09.458Sep 08 03:59:09.458 Sep 08 03:59:09.458DEBGSep 08 03:59:09.458 INFOSep 08 03:59:09.458DEBG 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.8/32 -> 10.0.0.255DEBG |
| 6899 | 2026-09-08T03:59:10.571Z | INFO |
| 6900 | 2026-09-08T03:59:10.571Z | initted freemap. size: 64 created new freemapSep 08 03:59:09.458, , adding route 3fff:beef:6::/64 -> 2001:db8::55:ffunitunit |
| 6901 | 2026-09-08T03:59:10.571Z | 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 } }]: |
| 6902 | 2026-09-08T03:59:10.572Z | : Sep 08 03:59:09.458Sep 08 03:59:09.458freemap_route_ipv6 freemap_route_ipv6DEBG |
| 6903 | 2026-09-08T03:59:10.572Z | INFOSep 08 03:59:09.458 |
| 6904 | 2026-09-08T03:59:10.572Z | adding route 172.17.0.4/32 -> 10.0.0.255 INFO |
| 6905 | 2026-09-08T03:59:10.572Z | Sep 08 03:59:09.458 replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.9/32 -> 10.0.0.255DEBG |
| 6906 | 2026-09-08T03:59:10.572Z | |
| 6907 | 2026-09-08T03:59:10.572Z | Sep 08 03:59:09.458 initted freemap. size: 64, Sep 08 03:59:09.458unitSep 08 03:59:09.458: Sep 08 03:59:09.458 DEBGDEBG INFODEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap |
| 6908 | 2026-09-08T03:59:10.572Z | , unit: |
| 6909 | 2026-09-08T03:59:10.572Z | freemap_route_ipv4Sep 08 03:59:09.458 |
| 6910 | 2026-09-08T03:59:10.572Z | freemap_route_ipv6INFO |
| 6911 | 2026-09-08T03:59:10.572Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 172.17.0.10/32 -> 10.0.0.255Sep 08 03:59:09.458 |
| 6912 | 2026-09-08T03:59:10.572Z | Sep 08 03:59:09.458 INFO DEBGadding route 172.17.0.5/32 -> 10.0.0.255Sep 08 03:59:09.458 |
| 6913 | 2026-09-08T03:59:10.572Z | |
| 6914 | 2026-09-08T03:59:10.572Z | reset freemap , unit:INFOSep 08 03:59:09.458 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGSep 08 03:59:09.458 |
| 6915 | 2026-09-08T03:59:10.572Z | 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 |
| 6916 | 2026-09-08T03:59:10.572Z | Sep 08 03:59:09.458 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 } }]Sep 08 03:59:09.458Sep 08 03:59:09.458 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 } }] |
| 6917 | 2026-09-08T03:59:10.572Z | INFO DEBG |
| 6918 | 2026-09-08T03:59:10.572Z | adding route 172.17.0.11/32 -> 10.0.0.255Sep 08 03:59:09.458 |
| 6919 | 2026-09-08T03:59:10.573Z | freemap_route_ipv4 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 } }] |
| 6920 | 2026-09-08T03:59:10.578Z | |
| 6921 | 2026-09-08T03:59:10.578Z | adding route 172.17.0.6/32 -> 10.0.0.255Sep 08 03:59:09.458 |
| 6922 | 2026-09-08T03:59:10.578Z | Sep 08 03:59:09.458Sep 08 03:59:09.458INFOSep 08 03:59:09.458Sep 08 03:59:09.458 DEBG 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 } }]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 } }] |
| 6923 | 2026-09-08T03:59:10.578Z | |
| 6924 | 2026-09-08T03:59:10.578Z | DEBGINFOadding route 3fff:beef:8::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:2initted freemap. size: 64 |
| 6925 | 2026-09-08T03:59:10.578Z | |
| 6926 | 2026-09-08T03:59:10.578Z | Sep 08 03:59:09.458, Sep 08 03:59:09.458unit INFOSep 08 03:59:09.458Sep 08 03:59:09.458: DEBGINFO DEBGfreemap_route_ipv6 adding route 172.17.0.7/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 } }]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 } }] |
| 6927 | 2026-09-08T03:59:10.578Z | |
| 6928 | 2026-09-08T03:59:10.578Z | |
| 6929 | 2026-09-08T03:59:10.578Z | |
| 6930 | 2026-09-08T03:59:10.578Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 6931 | 2026-09-08T03:59:10.578Z | Sep 08 03:59:09.458Sep 08 03:59:09.458 Sep 08 03:59:09.458DEBGINFOSep 08 03:59:09.458 INFOreset freemapSep 08 03:59:09.458DEBG 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 } }], |
| 6932 | 2026-09-08T03:59:10.578Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6933 | 2026-09-08T03:59:10.578Z | 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 } }] |
| 6934 | 2026-09-08T03:59:10.578Z | |
| 6935 | 2026-09-08T03:59:10.578Z | unit:Sep 08 03:59:09.458 INFOSep 08 03:59:09.458 Sep 08 03:59:09.458adding route 172.17.0.13/32 -> 10.0.0.255Sep 08 03:59:09.458freemap_route_ipv6 |
| 6936 | 2026-09-08T03:59:10.578Z | DEBG |
| 6937 | 2026-09-08T03:59:10.578Z | 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 } }]INFO |
| 6938 | 2026-09-08T03:59:10.578Z | 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 } }] |
| 6939 | 2026-09-08T03:59:10.578Z | adding route 172.17.0.8/32 -> 10.0.0.255Sep 08 03:59:09.458 |
| 6940 | 2026-09-08T03:59:10.578Z | Sep 08 03:59:09.458Sep 08 03:59:09.458 INFODEBGSep 08 03:59:09.458 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 } }]INFOINFO |
| 6941 | 2026-09-08T03:59:10.578Z | Sep 08 03:59:09.458 adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6942 | 2026-09-08T03:59:10.579Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 6943 | 2026-09-08T03:59:10.579Z | Sep 08 03:59:09.458 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 } }]Sep 08 03:59:09.458Sep 08 03:59:09.458 |
| 6944 | 2026-09-08T03:59:10.579Z | INFO DEBG |
| 6945 | 2026-09-08T03:59:10.579Z | Sep 08 03:59:09.458replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.14/32 -> 10.0.0.255INFO DEBG |
| 6946 | 2026-09-08T03:59:10.579Z | adding route 172.17.0.9/32 -> 10.0.0.255 |
| 6947 | 2026-09-08T03:59:10.579Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 6948 | 2026-09-08T03:59:10.579Z | |
| 6949 | 2026-09-08T03:59:10.579Z | Sep 08 03:59:09.458Sep 08 03:59:09.458Sep 08 03:59:09.458 Sep 08 03:59:09.458DEBGINFO DEBGSep 08 03:59:09.458 adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6950 | 2026-09-08T03:59:10.579Z | 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.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 |
| 6951 | 2026-09-08T03:59:10.579Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 6952 | 2026-09-08T03:59:10.579Z | 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 } }]Sep 08 03:59:09.458 |
| 6953 | 2026-09-08T03:59:10.579Z | Sep 08 03:59:09.458DEBG 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 |
| 6954 | 2026-09-08T03:59:10.579Z | |
| 6955 | 2026-09-08T03:59:10.579Z | adding route 172.17.0.15/32 -> 10.0.0.255Sep 08 03:59:09.458 |
| 6956 | 2026-09-08T03:59:10.579Z | Sep 08 03:59:09.458INFOSep 08 03:59:09.458 WARNDEBG Sep 08 03:59:09.458shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 172.17.0.10/32 -> 10.0.0.255replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6957 | 2026-09-08T03:59:10.579Z | |
| 6958 | 2026-09-08T03:59:10.579Z | Sep 08 03:59:09.458 |
| 6959 | 2026-09-08T03:59:10.579Z | INFO INFOSep 08 03:59:09.458 Sep 08 03:59:09.458 INFODEBG adding route 172.17.0.16/32 -> 10.0.0.255Sep 08 03:59:09.458 |
| 6960 | 2026-09-08T03:59:10.579Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6961 | 2026-09-08T03:59:10.579Z | ERROreplacing 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 } }] |
| 6962 | 2026-09-08T03:59:10.579Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ffrollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Sep 08 03:59:09.458Sep 08 03:59:09.458 |
| 6963 | 2026-09-08T03:59:10.579Z | DEBGSep 08 03:59:09.458DEBG 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 } }] |
| 6964 | 2026-09-08T03:59:10.579Z | INFOSep 08 03:59:09.458replacing 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 } }] |
| 6965 | 2026-09-08T03:59:10.579Z | adding route 172.17.0.11/32 -> 10.0.0.255 |
| 6966 | 2026-09-08T03:59:10.579Z | |
| 6967 | 2026-09-08T03:59:10.579Z | Sep 08 03:59:09.458ERRO Sep 08 03:59:09.458Sep 08 03:59:09.458INFO 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 |
| 6968 | 2026-09-08T03:59:10.579Z | adding route 172.17.0.17/32 -> 10.0.0.255replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6969 | 2026-09-08T03:59:10.579Z | Sep 08 03:59:09.458 |
| 6970 | 2026-09-08T03:59:10.579Z | DEBG INFO replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6971 | 2026-09-08T03:59:10.580Z | Sep 08 03:59:09.458Sep 08 03:59:09.458 |
| 6972 | 2026-09-08T03:59:10.580Z | INFODEBGSep 08 03:59:09.458Sep 08 03:59:09.458 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG |
| 6973 | 2026-09-08T03:59:10.580Z | INFOreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 6974 | 2026-09-08T03:59:10.580Z | |
| 6975 | 2026-09-08T03:59:10.580Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 6976 | 2026-09-08T03:59:10.580Z | Sep 08 03:59:09.458Sep 08 03:59:09.458 Sep 08 03:59:09.458INFO Sep 08 03:59:09.458 adding route 172.17.0.18/32 -> 10.0.0.255DEBG |
| 6977 | 2026-09-08T03:59:10.580Z | INFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 6978 | 2026-09-08T03:59:10.580Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ffSep 08 03:59:09.458replacing 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 |
| 6979 | 2026-09-08T03:59:10.580Z | |
| 6980 | 2026-09-08T03:59:10.580Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 6981 | 2026-09-08T03:59:10.580Z | Sep 08 03:59:09.458replacing 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 } }] |
| 6982 | 2026-09-08T03:59:10.580Z | INFO Sep 08 03:59:09.458adding route 3fff:beef:e::/64 -> 2001:db8::55:ff Sep 08 03:59:09.458INFO DEBGadding route 172.17.0.13/32 -> 10.0.0.255 |
| 6983 | 2026-09-08T03:59:10.580Z | |
| 6984 | 2026-09-08T03:59:10.580Z | Sep 08 03:59:09.458 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 |
| 6985 | 2026-09-08T03:59:10.580Z | Sep 08 03:59:09.458adding route 172.17.0.19/32 -> 10.0.0.255 Sep 08 03:59:09.458 |
| 6986 | 2026-09-08T03:59:10.580Z | 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 } }] |
| 6987 | 2026-09-08T03:59:10.580Z | Sep 08 03:59:09.458Sep 08 03:59:09.458replacing 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 } }] |
| 6988 | 2026-09-08T03:59:10.580Z | DEBGINFO Sep 08 03:59:09.458 replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO |
| 6989 | 2026-09-08T03:59:10.580Z | |
| 6990 | 2026-09-08T03:59:10.580Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6991 | 2026-09-08T03:59:10.580Z | Sep 08 03:59:09.459 Sep 08 03:59:09.459INFOSep 08 03:59:09.459 adding route 172.17.0.14/32 -> 10.0.0.255Sep 08 03:59:09.459DEBG |
| 6992 | 2026-09-08T03:59:10.580Z | DEBG INFOreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }] |
| 6993 | 2026-09-08T03:59:10.580Z | Sep 08 03:59:09.459Sep 08 03:59:09.459 |
| 6994 | 2026-09-08T03:59:10.580Z | DEBGDEBG Sep 08 03:59:09.463created new freemapcreated new freemap , INFOunit , adding route 3fff:beef:10::/64 -> 2001:db8::55:ff:unit |
| 6995 | 2026-09-08T03:59:10.580Z | :freemap_route_ipv4 freemap_route_ipv4 |
| 6996 | 2026-09-08T03:59:10.580Z | |
| 6997 | 2026-09-08T03:59:10.580Z | Sep 08 03:59:09.463 DEBG Sep 08 03:59:09.463replacing 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 } }] |
| 6998 | 2026-09-08T03:59:10.580Z | DEBG created new freemap, unit: freemap_route_ipv6 |
| 6999 | 2026-09-08T03:59:10.580Z | Sep 08 03:59:09.463Sep 08 03:59:09.464 DEBGSep 08 03:59:09.463INFO DEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 7000 | 2026-09-08T03:59:10.580Z | created new freemapinitted freemap. size: 64, , unitunit:: freemap_route_ipv6Sep 08 03:59:09.464 |
| 7001 | 2026-09-08T03:59:10.580Z | freemap_route_ipv4 |
| 7002 | 2026-09-08T03:59:10.580Z | 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 } }]Sep 08 03:59:09.464Sep 08 03:59:09.459 |
| 7003 | 2026-09-08T03:59:10.580Z | Sep 08 03:59:09.463DEBG initted freemap. size: 64 adding route 172.17.0.20/32 -> 10.0.0.255 , INFO |
| 7004 | 2026-09-08T03:59:10.580Z | Sep 08 03:59:09.464unitSep 08 03:59:09.464 DEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7005 | 2026-09-08T03:59:10.581Z | |
| 7006 | 2026-09-08T03:59:10.581Z | DEBG:adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 7007 | 2026-09-08T03:59:10.581Z | reset freemapfreemap_route_ipv4 |
| 7008 | 2026-09-08T03:59:10.581Z | , unit:Sep 08 03:59:09.464Sep 08 03:59:09.464 DEBGDEBGSep 08 03:59:09.464freemap_route_ipv4 Sep 08 03:59:09.464 DEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7009 | 2026-09-08T03:59:10.581Z | INFO |
| 7010 | 2026-09-08T03:59:10.581Z | reset freemap , DEBG Sep 08 03:59:09.464 |
| 7011 | 2026-09-08T03:59:10.581Z | adding route 172.17.0.15/32 -> 10.0.0.255DEBG unit |
| 7012 | 2026-09-08T03:59:10.581Z | 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 } }]Sep 08 03:59:09.464 initted freemap. size: 64Sep 08 03:59:09.464:, INFOunit adding route 172.17.0.21/32 -> 10.0.0.255Sep 08 03:59:09.464Sep 08 03:59:09.464 |
| 7013 | 2026-09-08T03:59:10.581Z | |
| 7014 | 2026-09-08T03:59:10.581Z | DEBG: freemap_route_ipv4replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7015 | 2026-09-08T03:59:10.581Z | |
| 7016 | 2026-09-08T03:59:10.581Z | Sep 08 03:59:09.464 Sep 08 03:59:09.464 DEBG freemap_route_ipv6 |
| 7017 | 2026-09-08T03:59:10.581Z | 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 |
| 7018 | 2026-09-08T03:59:10.581Z | Sep 08 03:59:09.464 DEBGDEBGSep 08 03:59:09.464 Sep 08 03:59:09.464 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 } }] |
| 7019 | 2026-09-08T03:59:10.581Z | INFO initted freemap. size: 64INFO, adding route 3fff:beef:6::/64 -> 2001:db8::55:ff unit |
| 7020 | 2026-09-08T03:59:10.668Z | adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255:Sep 08 03:59:09.464 |
| 7021 | 2026-09-08T03:59:10.668Z | |
| 7022 | 2026-09-08T03:59:10.668Z | freemap_route_ipv6 |
| 7023 | 2026-09-08T03:59:10.668Z | DEBGSep 08 03:59:09.464 Sep 08 03:59:09.464reset freemapSep 08 03:59:09.464 DEBGDEBG , 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 } }]unit :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 } }] |
| 7024 | 2026-09-08T03:59:10.668Z | 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 } }] |
| 7025 | 2026-09-08T03:59:10.669Z | Sep 08 03:59:09.464 |
| 7026 | 2026-09-08T03:59:10.669Z | freemap_route_ipv6Sep 08 03:59:09.464Sep 08 03:59:09.464Sep 08 03:59:09.464 |
| 7027 | 2026-09-08T03:59:10.669Z | INFO INFODEBG reset freemapadding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 172.17.0.23/32 -> 10.0.0.255 |
| 7028 | 2026-09-08T03:59:10.669Z | , Sep 08 03:59:09.464 INFO |
| 7029 | 2026-09-08T03:59:10.669Z | INFOadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 7030 | 2026-09-08T03:59:10.669Z | Sep 08 03:59:09.464 unit 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 } }]Sep 08 03:59:09.464 |
| 7031 | 2026-09-08T03:59:10.669Z | Sep 08 03:59:09.464 freemap_route_ipv6INFO |
| 7032 | 2026-09-08T03:59:10.669Z | DEBG Sep 08 03:59:09.464 replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7033 | 2026-09-08T03:59:10.669Z | |
| 7034 | 2026-09-08T03:59:10.669Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7035 | 2026-09-08T03:59:10.669Z | INFO adding route 172.17.0.24/32 -> 10.0.0.255Sep 08 03:59:09.464 |
| 7036 | 2026-09-08T03:59:10.669Z | Sep 08 03:59:09.464 Sep 08 03:59:09.464 Sep 08 03:59:09.464INFO INFOSep 08 03:59:09.464 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 7037 | 2026-09-08T03:59:10.669Z | 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 } }]Sep 08 03:59:09.464 |
| 7038 | 2026-09-08T03:59:10.669Z | DEBGSep 08 03:59:09.464 replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7039 | 2026-09-08T03:59:10.669Z | |
| 7040 | 2026-09-08T03:59:10.669Z | |
| 7041 | 2026-09-08T03:59:10.669Z | Sep 08 03:59:09.464DEBGSep 08 03:59:09.464DEBG Sep 08 03:59:09.464replacing 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 } }] |
| 7042 | 2026-09-08T03:59:10.669Z | INFOINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 7043 | 2026-09-08T03:59:10.669Z | |
| 7044 | 2026-09-08T03:59:10.669Z | adding route 172.17.0.25/32 -> 10.0.0.255Sep 08 03:59:09.464 |
| 7045 | 2026-09-08T03:59:10.669Z | Sep 08 03:59:09.464replacing 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 |
| 7046 | 2026-09-08T03:59:10.669Z | Sep 08 03:59:09.464 DEBGDEBG Sep 08 03:59:09.464 Sep 08 03:59:09.464 replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7047 | 2026-09-08T03:59:10.670Z | INFO |
| 7048 | 2026-09-08T03:59:10.670Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:2 |
| 7049 | 2026-09-08T03:59:10.670Z | Sep 08 03:59:09.464 INFO |
| 7050 | 2026-09-08T03:59:10.670Z | INFOSep 08 03:59:09.464adding route 172.17.0.26/32 -> 10.0.0.255 Sep 08 03:59:09.464Sep 08 03:59:09.464 DEBGINFOSep 08 03:59:09.464 |
| 7051 | 2026-09-08T03:59:10.670Z | 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:3, vlan_id: None } }] |
| 7052 | 2026-09-08T03:59:10.670Z | Sep 08 03:59:09.464adding route 3fff:beef:13::/64 -> 2001:db8::55:ff DEBGDEBG |
| 7053 | 2026-09-08T03:59:10.670Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7054 | 2026-09-08T03:59:10.670Z | 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 3fff:beef:9::/64 -> 2001:db8::55:ffSep 08 03:59:09.464 |
| 7055 | 2026-09-08T03:59:10.670Z | DEBGSep 08 03:59:09.464replacing 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 } }] |
| 7056 | 2026-09-08T03:59:10.670Z | INFO |
| 7057 | 2026-09-08T03:59:10.670Z | 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 } }]Sep 08 03:59:09.464 |
| 7058 | 2026-09-08T03:59:10.670Z | adding route 3fff:dead::/64 -> 2001:db8::55:3INFOSep 08 03:59:09.464 |
| 7059 | 2026-09-08T03:59:10.670Z | INFO adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.19/32 -> 10.0.0.255 |
| 7060 | 2026-09-08T03:59:10.670Z | Sep 08 03:59:09.464Sep 08 03:59:09.464 DEBGDEBGSep 08 03:59:09.464Sep 08 03:59:09.464 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 7061 | 2026-09-08T03:59:10.670Z | 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 } }] |
| 7062 | 2026-09-08T03:59:10.670Z | DEBG |
| 7063 | 2026-09-08T03:59:10.670Z | INFO replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7064 | 2026-09-08T03:59:10.670Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ffSep 08 03:59:09.464 |
| 7065 | 2026-09-08T03:59:10.670Z | Sep 08 03:59:09.464Sep 08 03:59:09.464 Sep 08 03:59:09.464INFO DEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFO |
| 7066 | 2026-09-08T03:59:10.670Z | 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 |
| 7067 | 2026-09-08T03:59:10.670Z | adding route 172.17.0.28/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7068 | 2026-09-08T03:59:10.670Z | |
| 7069 | 2026-09-08T03:59:10.670Z | Sep 08 03:59:09.464Sep 08 03:59:09.464Sep 08 03:59:09.464 Sep 08 03:59:09.458DEBGINFO DEBGSep 08 03:59:09.464adding route 172.17.0.20/32 -> 10.0.0.255 Sep 08 03:59:09.464 |
| 7070 | 2026-09-08T03:59:10.670Z | 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 } }] 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 |
| 7071 | 2026-09-08T03:59:10.670Z | |
| 7072 | 2026-09-08T03:59:10.670Z | created new freemap replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], DEBG |
| 7073 | 2026-09-08T03:59:10.670Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]Sep 08 03:59:09.464unit |
| 7074 | 2026-09-08T03:59:10.670Z | : DEBG Sep 08 03:59:09.464Sep 08 03:59:09.464 freemap_route_ipv4Sep 08 03:59:09.464 Sep 08 03:59:09.464 |
| 7075 | 2026-09-08T03:59:10.670Z | INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7076 | 2026-09-08T03:59:10.671Z | DEBGSep 08 03:59:09.464adding route 3fff:beef:15::/64 -> 2001:db8::55:ff DEBG |
| 7077 | 2026-09-08T03:59:10.671Z | created new freemapadding route 172.17.0.29/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 } }] |
| 7078 | 2026-09-08T03:59:10.671Z | |
| 7079 | 2026-09-08T03:59:10.671Z | |
| 7080 | 2026-09-08T03:59:10.671Z | , unit: Sep 08 03:59:09.464freemap_route_ipv6Sep 08 03:59:09.464 Sep 08 03:59:09.464 |
| 7081 | 2026-09-08T03:59:10.671Z | Sep 08 03:59:09.464WARNSep 08 03:59:09.464DEBG DEBG INFOshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) 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 } }] |
| 7082 | 2026-09-08T03:59:10.671Z | |
| 7083 | 2026-09-08T03:59:10.671Z | test route::tests::same_size_non_subset_replace ... ok |
| 7084 | 2026-09-08T03:59:10.671Z | 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 } }]DEBGadding route 172.17.0.21/32 -> 10.0.0.255 |
| 7085 | 2026-09-08T03:59:10.671Z | 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 } }] |
| 7086 | 2026-09-08T03:59:10.671Z | |
| 7087 | 2026-09-08T03:59:10.671Z | Sep 08 03:59:09.464 INFOSep 08 03:59:09.464Sep 08 03:59:09.464 DEBGadding route 172.17.0.30/32 -> 10.0.0.255Sep 08 03:59:09.464 |
| 7088 | 2026-09-08T03:59:10.671Z | 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 } }] |
| 7089 | 2026-09-08T03:59:10.671Z | Sep 08 03:59:09.464DEBGSep 08 03:59:09.464INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG |
| 7090 | 2026-09-08T03:59:10.671Z | 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 } }]INFOinitted freemap. size: 64Sep 08 03:59:09.464 |
| 7091 | 2026-09-08T03:59:10.671Z | INFO, adding route 3fff:beef:16::/64 -> 2001:db8::55:ffSep 08 03:59:09.464 |
| 7092 | 2026-09-08T03:59:10.671Z | DEBGunit : 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 } }]Sep 08 03:59:09.464 |
| 7093 | 2026-09-08T03:59:10.671Z | freemap_route_ipv4INFO |
| 7094 | 2026-09-08T03:59:10.671Z | adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255 |
| 7095 | 2026-09-08T03:59:10.671Z | Sep 08 03:59:09.464 INFO Sep 08 03:59:09.464 |
| 7096 | 2026-09-08T03:59:10.671Z | Sep 08 03:59:09.464adding route 3fff:beef:d::/64 -> 2001:db8::55:ffSep 08 03:59:09.464 |
| 7097 | 2026-09-08T03:59:10.671Z | DEBG DEBGDEBG reset freemapreplacing 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 } }]Sep 08 03:59:09.464Sep 08 03:59:09.464 |
| 7098 | 2026-09-08T03:59:10.671Z | DEBGDEBG, replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 |
| 7099 | 2026-09-08T03:59:10.671Z | : freemap_route_ipv4 |
| 7100 | 2026-09-08T03:59:10.671Z | 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 } }]Sep 08 03:59:09.464 |
| 7101 | 2026-09-08T03:59:10.671Z | Sep 08 03:59:09.464 INFODEBG adding route 172.17.0.32/32 -> 10.0.0.255initted freemap. size: 64 |
| 7102 | 2026-09-08T03:59:10.671Z | , Sep 08 03:59:09.464unit :INFO Sep 08 03:59:09.464freemap_route_ipv6adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 7103 | 2026-09-08T03:59:10.671Z | DEBG |
| 7104 | 2026-09-08T03:59:10.671Z | 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 } }] |
| 7105 | 2026-09-08T03:59:10.671Z | Sep 08 03:59:09.465Sep 08 03:59:09.474 DEBGINFO Sep 08 03:59:09.474created new freemap adding route 172.17.0.33/32 -> 10.0.0.255INFO |
| 7106 | 2026-09-08T03:59:10.671Z | , unitadding route 3fff:beef:17::/64 -> 2001:db8::55:ff: |
| 7107 | 2026-09-08T03:59:10.672Z | Sep 08 03:59:09.474freemap_route_ipv4 |
| 7108 | 2026-09-08T03:59:10.672Z | DEBG Sep 08 03:59:09.474replacing 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 } }] |
| 7109 | 2026-09-08T03:59:10.672Z | Sep 08 03:59:09.465DEBG Sep 08 03:59:09.474DEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO Sep 08 03:59:09.474adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7110 | 2026-09-08T03:59:10.672Z | |
| 7111 | 2026-09-08T03:59:10.672Z | DEBGSep 08 03:59:09.474created new freemap, Sep 08 03:59:09.474unit :INFO freemap_route_ipv4adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 7112 | 2026-09-08T03:59:10.672Z | |
| 7113 | 2026-09-08T03:59:10.672Z | Sep 08 03:59:09.474 Sep 08 03:59:09.474 Sep 08 03:59:09.474created new freemapDEBG 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 } }]DEBGDEBG |
| 7114 | 2026-09-08T03:59:10.672Z | , created new freemap , unitunitreplacing 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 } }]:Sep 08 03:59:09.474 |
| 7115 | 2026-09-08T03:59:10.672Z | : INFO freemap_route_ipv6adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7116 | 2026-09-08T03:59:10.672Z | |
| 7117 | 2026-09-08T03:59:10.672Z | Sep 08 03:59:09.474freemap_route_ipv6 |
| 7118 | 2026-09-08T03:59:10.672Z | INFOSep 08 03:59:09.474Sep 08 03:59:09.474 DEBG DEBGreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 7119 | 2026-09-08T03:59:10.672Z | |
| 7120 | 2026-09-08T03:59:10.679Z | initted freemap. size: 64, Sep 08 03:59:09.474unit Sep 08 03:59:09.474INFOSep 08 03:59:09.474: |
| 7121 | 2026-09-08T03:59:10.679Z | freemap_route_ipv4 adding route 172.17.0.36/32 -> 10.0.0.255DEBGDEBG |
| 7122 | 2026-09-08T03:59:10.679Z | Sep 08 03:59:09.474replacing 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 } }] |
| 7123 | 2026-09-08T03:59:10.679Z | INFOinitted freemap. size: 64 |
| 7124 | 2026-09-08T03:59:10.679Z | , adding route 172.17.0.23/32 -> 10.0.0.255unitSep 08 03:59:09.474 |
| 7125 | 2026-09-08T03:59:10.679Z | Sep 08 03:59:09.474Sep 08 03:59:09.474 : DEBG freemap_route_ipv4reset freemapDEBG |
| 7126 | 2026-09-08T03:59:10.679Z | , 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 |
| 7127 | 2026-09-08T03:59:10.679Z | unitSep 08 03:59:09.474 Sep 08 03:59:09.474adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff DEBG : DEBG |
| 7128 | 2026-09-08T03:59:10.679Z | reset freemapSep 08 03:59:09.474 , 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 } }]unitfreemap_route_ipv4 |
| 7129 | 2026-09-08T03:59:10.679Z | : |
| 7130 | 2026-09-08T03:59:10.679Z | adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7131 | 2026-09-08T03:59:10.679Z | Sep 08 03:59:09.474Sep 08 03:59:09.474freemap_route_ipv4 |
| 7132 | 2026-09-08T03:59:10.680Z | DEBGSep 08 03:59:09.475Sep 08 03:59:09.474 DEBGINFOreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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 |
| 7133 | 2026-09-08T03:59:10.680Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 7134 | 2026-09-08T03:59:10.680Z | |
| 7135 | 2026-09-08T03:59:10.680Z | initted freemap. size: 64Sep 08 03:59:09.475, unitSep 08 03:59:09.475Sep 08 03:59:09.475Sep 08 03:59:09.475 DEBG: INFODEBGINFO freemap_route_ipv6 |
| 7136 | 2026-09-08T03:59:10.680Z | adding route 172.17.0.38/32 -> 10.0.0.255adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 7137 | 2026-09-08T03:59:10.680Z | initted freemap. size: 64, unit |
| 7138 | 2026-09-08T03:59:10.680Z | Sep 08 03:59:09.475 |
| 7139 | 2026-09-08T03:59:10.680Z | Sep 08 03:59:09.475 DEBG : reset freemapfreemap_route_ipv6DEBG |
| 7140 | 2026-09-08T03:59:10.680Z | , Sep 08 03:59:09.475replacing 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 } }]unit |
| 7141 | 2026-09-08T03:59:10.680Z | : freemap_route_ipv6 |
| 7142 | 2026-09-08T03:59:10.680Z | DEBGSep 08 03:59:09.475 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 } }] Sep 08 03:59:09.475INFOSep 08 03:59:09.475 |
| 7143 | 2026-09-08T03:59:10.680Z | INFOadding route 172.17.0.39/32 -> 10.0.0.255 |
| 7144 | 2026-09-08T03:59:10.680Z | adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 7145 | 2026-09-08T03:59:10.680Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7146 | 2026-09-08T03:59:10.680Z | Sep 08 03:59:09.475Sep 08 03:59:09.475 INFODEBG Sep 08 03:59:09.475Sep 08 03:59:09.475adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffSep 08 03:59:09.475 |
| 7147 | 2026-09-08T03:59:10.680Z | 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 } }] |
| 7148 | 2026-09-08T03:59:10.680Z | 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 } }] Sep 08 03:59:09.475reset freemap , DEBGunit |
| 7149 | 2026-09-08T03:59:10.680Z | 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 } }]DEBGSep 08 03:59:09.475 |
| 7150 | 2026-09-08T03:59:10.680Z | :Sep 08 03:59:09.475 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 } }] INFOINFOfreemap_route_ipv6 |
| 7151 | 2026-09-08T03:59:10.680Z | |
| 7152 | 2026-09-08T03:59:10.680Z | Sep 08 03:59:09.475adding route 172.16.0.0/32 -> 10.0.0.2 INFO |
| 7153 | 2026-09-08T03:59:10.680Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7154 | 2026-09-08T03:59:10.680Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffSep 08 03:59:09.475 |
| 7155 | 2026-09-08T03:59:10.681Z | Sep 08 03:59:09.475 INFODEBGSep 08 03:59:09.475 Sep 08 03:59:09.475 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 7156 | 2026-09-08T03:59:10.681Z | adding route 3fff:dead::/64 -> 2001:db8::55:1INFOreplacing 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 } }] |
| 7157 | 2026-09-08T03:59:10.681Z | |
| 7158 | 2026-09-08T03:59:10.681Z | Sep 08 03:59:09.475Sep 08 03:59:09.475 adding route 172.17.0.26/32 -> 10.0.0.255 DEBG |
| 7159 | 2026-09-08T03:59:10.681Z | 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 } }]Sep 08 03:59:09.475DEBG |
| 7160 | 2026-09-08T03:59:10.681Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 |
| 7161 | 2026-09-08T03:59:10.681Z | adding route 172.17.0.41/32 -> 10.0.0.255Sep 08 03:59:09.475Sep 08 03:59:09.475 |
| 7162 | 2026-09-08T03:59:10.681Z | Sep 08 03:59:09.475INFO DEBGDEBGSep 08 03:59:09.475 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff DEBG |
| 7163 | 2026-09-08T03:59:10.681Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 7164 | 2026-09-08T03:59:10.681Z | 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 } }] |
| 7165 | 2026-09-08T03:59:10.681Z | |
| 7166 | 2026-09-08T03:59:10.681Z | Sep 08 03:59:09.475 Sep 08 03:59:09.475DEBG Sep 08 03:59:09.475INFO Sep 08 03:59:09.475 INFO 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 } }]adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7167 | 2026-09-08T03:59:10.681Z | |
| 7168 | 2026-09-08T03:59:10.681Z | adding route 172.17.0.27/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7169 | 2026-09-08T03:59:10.681Z | |
| 7170 | 2026-09-08T03:59:10.681Z | Sep 08 03:59:09.475Sep 08 03:59:09.475 INFODEBG Sep 08 03:59:09.475replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 7171 | 2026-09-08T03:59:10.681Z | |
| 7172 | 2026-09-08T03:59:10.681Z | DEBGSep 08 03:59:09.475 Sep 08 03:59:09.475DEBGreplacing 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 } }]Sep 08 03:59:09.475 |
| 7173 | 2026-09-08T03:59:10.681Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBGINFO |
| 7174 | 2026-09-08T03:59:10.681Z | 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 172.17.0.43/32 -> 10.0.0.255 |
| 7175 | 2026-09-08T03:59:10.682Z | |
| 7176 | 2026-09-08T03:59:10.682Z | Sep 08 03:59:09.475 Sep 08 03:59:09.475INFO INFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:3Sep 08 03:59:09.475 |
| 7177 | 2026-09-08T03:59:10.682Z | |
| 7178 | 2026-09-08T03:59:10.682Z | Sep 08 03:59:09.475 DEBG INFO replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 7179 | 2026-09-08T03:59:10.682Z | |
| 7180 | 2026-09-08T03:59:10.682Z | Sep 08 03:59:09.475 Sep 08 03:59:09.475DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 7181 | 2026-09-08T03:59:10.682Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 7182 | 2026-09-08T03:59:10.682Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 7183 | 2026-09-08T03:59:10.682Z | Sep 08 03:59:09.475replacing 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 } }]Sep 08 03:59:09.475 |
| 7184 | 2026-09-08T03:59:10.682Z | INFODEBGSep 08 03:59:09.475 INFOadding route 172.17.0.44/32 -> 10.0.0.255 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:dead::/64 -> 2001:db8::55:4 |
| 7185 | 2026-09-08T03:59:10.682Z | |
| 7186 | 2026-09-08T03:59:10.682Z | |
| 7187 | 2026-09-08T03:59:10.682Z | Sep 08 03:59:09.475 INFOSep 08 03:59:09.475Sep 08 03:59:09.475 Sep 08 03:59:09.475adding route 172.17.0.29/32 -> 10.0.0.255INFO |
| 7188 | 2026-09-08T03:59:10.682Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBGDEBG |
| 7189 | 2026-09-08T03:59:10.682Z | replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7190 | 2026-09-08T03:59:10.682Z | Sep 08 03:59:09.475 |
| 7191 | 2026-09-08T03:59:10.683Z | Sep 08 03:59:09.475 DEBG DEBGreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 08 03:59:09.475Sep 08 03:59:09.475 |
| 7192 | 2026-09-08T03:59:10.683Z | INFODEBGreplacing 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.45/32 -> 10.0.0.255 |
| 7193 | 2026-09-08T03:59:10.683Z | replacing targets for 3fff:dead::/64 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 } }] |
| 7194 | 2026-09-08T03:59:10.683Z | |
| 7195 | 2026-09-08T03:59:10.683Z | Sep 08 03:59:09.475Sep 08 03:59:09.475 INFOINFO Sep 08 03:59:09.475adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 7196 | 2026-09-08T03:59:10.683Z | DEBGadding route 172.17.0.30/32 -> 10.0.0.255 |
| 7197 | 2026-09-08T03:59:10.683Z | 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 } }]Sep 08 03:59:09.475 |
| 7198 | 2026-09-08T03:59:10.683Z | DEBG Sep 08 03:59:09.475replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:15::/64 -> 2001:db8::55:ffSep 08 03:59:09.475Sep 08 03:59:09.464DEBG |
| 7199 | 2026-09-08T03:59:10.683Z | DEBGINFOreplacing 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 } }] |
| 7200 | 2026-09-08T03:59:10.683Z | 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 172.17.0.46/32 -> 10.0.0.255 |
| 7201 | 2026-09-08T03:59:10.683Z | |
| 7202 | 2026-09-08T03:59:10.683Z | |
| 7203 | 2026-09-08T03:59:10.683Z | Sep 08 03:59:09.475 INFO Sep 08 03:59:09.475adding route 3fff:beef:23::/64 -> 2001:db8::55:ffSep 08 03:59:09.475 |
| 7204 | 2026-09-08T03:59:10.683Z | Sep 08 03:59:09.475DEBG INFOreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Sep 08 03:59:09.475INFO |
| 7205 | 2026-09-08T03:59:10.683Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff Sep 08 03:59:09.475 |
| 7206 | 2026-09-08T03:59:10.683Z | DEBG DEBG adding route 172.17.0.31/32 -> 10.0.0.255Sep 08 03:59:09.475 |
| 7207 | 2026-09-08T03:59:10.683Z | 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 } }] Sep 08 03:59:09.475 INFODEBGreplacing 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 } }] Sep 08 03:59:09.475replacing 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.47/32 -> 10.0.0.255 |
| 7208 | 2026-09-08T03:59:10.683Z | DEBG |
| 7209 | 2026-09-08T03:59:10.683Z | |
| 7210 | 2026-09-08T03:59:10.684Z | |
| 7211 | 2026-09-08T03:59:10.684Z | 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 } }]Sep 08 03:59:09.475 |
| 7212 | 2026-09-08T03:59:10.684Z | Sep 08 03:59:09.475Sep 08 03:59:09.475INFO Sep 08 03:59:09.475 INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO |
| 7213 | 2026-09-08T03:59:10.684Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG |
| 7214 | 2026-09-08T03:59:10.684Z | Sep 08 03:59:09.475 |
| 7215 | 2026-09-08T03:59:10.684Z | Sep 08 03:59:09.475replacing 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 |
| 7216 | 2026-09-08T03:59:10.684Z | 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 } }]Sep 08 03:59:09.475 |
| 7217 | 2026-09-08T03:59:10.684Z | DEBGINFO Sep 08 03:59:09.475replacing 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 } }]Sep 08 03:59:09.475Sep 08 03:59:09.475 |
| 7218 | 2026-09-08T03:59:10.684Z | DEBG INFO INFOreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7219 | 2026-09-08T03:59:10.684Z | Sep 08 03:59:09.475Sep 08 03:59:09.475 DEBGDEBG created new freemapcreated new freemap, Sep 08 03:59:09.485, unit :DEBG freemap_route_ipv4replacing 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 |
| 7220 | 2026-09-08T03:59:10.689Z | : |
| 7221 | 2026-09-08T03:59:10.689Z | freemap_route_ipv4 |
| 7222 | 2026-09-08T03:59:10.689Z | Sep 08 03:59:09.485adding route 3fff:beef:11::/64 -> 2001:db8::55:ffSep 08 03:59:09.485 |
| 7223 | 2026-09-08T03:59:10.689Z | Sep 08 03:59:09.485adding route 172.17.0.32/32 -> 10.0.0.255 DEBG INFOcreated new freemapDEBG |
| 7224 | 2026-09-08T03:59:10.689Z | adding route 172.17.0.49/32 -> 10.0.0.255created new freemap |
| 7225 | 2026-09-08T03:59:10.690Z | , , unitunitSep 08 03:59:09.485Sep 08 03:59:09.485 :DEBG :DEBGfreemap_route_ipv6 Sep 08 03:59:09.485 |
| 7226 | 2026-09-08T03:59:10.690Z | 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 } }] |
| 7227 | 2026-09-08T03:59:10.690Z | 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 } }]freemap_route_ipv6 |
| 7228 | 2026-09-08T03:59:10.690Z | |
| 7229 | 2026-09-08T03:59:10.690Z | Sep 08 03:59:09.485Sep 08 03:59:09.485 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7230 | 2026-09-08T03:59:10.690Z | Sep 08 03:59:09.485 Sep 08 03:59:09.485INFODEBG Sep 08 03:59:09.485 initted freemap. size: 64DEBGDEBG, adding route 172.17.0.50/32 -> 10.0.0.255initted freemap. size: 64unit |
| 7231 | 2026-09-08T03:59:10.690Z | :, freemap_route_ipv4 |
| 7232 | 2026-09-08T03:59:10.690Z | replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 7233 | 2026-09-08T03:59:10.690Z | unit |
| 7234 | 2026-09-08T03:59:10.690Z | : Sep 08 03:59:09.485freemap_route_ipv4 |
| 7235 | 2026-09-08T03:59:10.690Z | DEBGSep 08 03:59:09.485 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 } }] |
| 7236 | 2026-09-08T03:59:10.690Z | Sep 08 03:59:09.485 INFODEBGSep 08 03:59:09.485Sep 08 03:59:09.485 reset freemapadding route 172.17.0.34/32 -> 10.0.0.255, |
| 7237 | 2026-09-08T03:59:10.690Z | unitSep 08 03:59:09.485 : INFO Sep 08 03:59:09.485freemap_route_ipv4DEBG |
| 7238 | 2026-09-08T03:59:10.690Z | DEBGadding route 172.17.0.51/32 -> 10.0.0.255 INFOreset freemap |
| 7239 | 2026-09-08T03:59:10.690Z | , 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 } }]unitadding route 3fff:beef:12::/64 -> 2001:db8::55:ffSep 08 03:59:09.485 |
| 7240 | 2026-09-08T03:59:10.691Z | Sep 08 03:59:09.485 |
| 7241 | 2026-09-08T03:59:10.691Z | : DEBG freemap_route_ipv4replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7242 | 2026-09-08T03:59:10.691Z | |
| 7243 | 2026-09-08T03:59:10.691Z | Sep 08 03:59:09.485 Sep 08 03:59:09.485 INFO DEBGadding route 172.17.0.35/32 -> 10.0.0.255 |
| 7244 | 2026-09-08T03:59:10.691Z | initted freemap. size: 64DEBGSep 08 03:59:09.485 , 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 } }]Sep 08 03:59:09.485 unit |
| 7245 | 2026-09-08T03:59:10.691Z | INFO:Sep 08 03:59:09.485 freemap_route_ipv6DEBG |
| 7246 | 2026-09-08T03:59:10.691Z | adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7247 | 2026-09-08T03:59:10.691Z | 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 } }]Sep 08 03:59:09.485 |
| 7248 | 2026-09-08T03:59:10.691Z | Sep 08 03:59:09.485 Sep 08 03:59:09.485INFODEBG Sep 08 03:59:09.485 DEBGDEBGreset freemap , unitreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO: |
| 7249 | 2026-09-08T03:59:10.691Z | freemap_route_ipv6 |
| 7250 | 2026-09-08T03:59:10.691Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7251 | 2026-09-08T03:59:10.691Z | initted freemap. size: 64adding route 3fff:beef:13::/64 -> 2001:db8::55:ffSep 08 03:59:09.485, Sep 08 03:59:09.485 unitSep 08 03:59:09.485 :INFO INFODEBG |
| 7252 | 2026-09-08T03:59:10.691Z | replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.53/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7253 | 2026-09-08T03:59:10.691Z | |
| 7254 | 2026-09-08T03:59:10.691Z | freemap_route_ipv6Sep 08 03:59:09.485 DEBG |
| 7255 | 2026-09-08T03:59:10.691Z | |
| 7256 | 2026-09-08T03:59:10.691Z | Sep 08 03:59:09.485 Sep 08 03:59:09.485replacing 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 } }]DEBGSep 08 03:59:09.485 |
| 7257 | 2026-09-08T03:59:10.691Z | DEBG reset freemapINFO, unitSep 08 03:59:09.485 adding route 172.17.0.37/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 } }] |
| 7258 | 2026-09-08T03:59:10.692Z | DEBGSep 08 03:59:09.485 |
| 7259 | 2026-09-08T03:59:10.692Z | : replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 7260 | 2026-09-08T03:59:10.692Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ffSep 08 03:59:09.485 |
| 7261 | 2026-09-08T03:59:10.692Z | 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 } }]freemap_route_ipv6 |
| 7262 | 2026-09-08T03:59:10.692Z | |
| 7263 | 2026-09-08T03:59:10.692Z | Sep 08 03:59:09.485 Sep 08 03:59:09.485INFOSep 08 03:59:09.485 Sep 08 03:59:09.485Sep 08 03:59:09.485 DEBGadding route 172.17.0.54/32 -> 10.0.0.255 |
| 7264 | 2026-09-08T03:59:10.692Z | INFOINFO Sep 08 03:59:09.485adding route 172.17.0.38/32 -> 10.0.0.255 INFODEBG |
| 7265 | 2026-09-08T03:59:10.692Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7266 | 2026-09-08T03:59:10.692Z | 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.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 } }] |
| 7267 | 2026-09-08T03:59:10.692Z | |
| 7268 | 2026-09-08T03:59:10.692Z | Sep 08 03:59:09.485adding route 3fff:dead::/64 -> 2001:db8::55:1 Sep 08 03:59:09.485Sep 08 03:59:09.485DEBG |
| 7269 | 2026-09-08T03:59:10.692Z | Sep 08 03:59:09.485DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 7270 | 2026-09-08T03:59:10.692Z | 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 } }] |
| 7271 | 2026-09-08T03:59:10.692Z | adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7272 | 2026-09-08T03:59:10.692Z | INFOSep 08 03:59:09.485Sep 08 03:59:09.485 Sep 08 03:59:09.485DEBG adding route 3fff:beef:15::/64 -> 2001:db8::55:ffINFOSep 08 03:59:09.485 DEBG adding route 172.16.0.0/32 -> 10.0.0.3INFO |
| 7273 | 2026-09-08T03:59:10.692Z | 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 } }] |
| 7274 | 2026-09-08T03:59:10.692Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7275 | 2026-09-08T03:59:10.693Z | |
| 7276 | 2026-09-08T03:59:10.693Z | Sep 08 03:59:09.485 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 } }]Sep 08 03:59:09.485 |
| 7277 | 2026-09-08T03:59:10.693Z | Sep 08 03:59:09.485 INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 7278 | 2026-09-08T03:59:10.693Z | Sep 08 03:59:09.485adding route 172.17.0.56/32 -> 10.0.0.255replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7279 | 2026-09-08T03:59:10.693Z | |
| 7280 | 2026-09-08T03:59:10.693Z | Sep 08 03:59:09.485DEBG INFOSep 08 03:59:09.485 INFOSep 08 03:59:09.485replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4 |
| 7281 | 2026-09-08T03:59:10.693Z | |
| 7282 | 2026-09-08T03:59:10.693Z | INFOSep 08 03:59:09.485 DEBG adding route 172.17.0.40/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }] |
| 7283 | 2026-09-08T03:59:10.693Z | Sep 08 03:59:09.485 |
| 7284 | 2026-09-08T03:59:10.693Z | |
| 7285 | 2026-09-08T03:59:10.693Z | Sep 08 03:59:09.485 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffSep 08 03:59:09.485 |
| 7286 | 2026-09-08T03:59:10.693Z | DEBGSep 08 03:59:09.485DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 } }]Sep 08 03:59:09.485 |
| 7287 | 2026-09-08T03:59:10.693Z | INFO |
| 7288 | 2026-09-08T03:59:10.693Z | DEBGadding route 172.17.0.57/32 -> 10.0.0.255Sep 08 03:59:09.485 |
| 7289 | 2026-09-08T03:59:10.693Z | Sep 08 03:59:09.485replacing 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 } }] |
| 7290 | 2026-09-08T03:59:10.693Z | 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 } }]Sep 08 03:59:09.485 |
| 7291 | 2026-09-08T03:59:10.694Z | Sep 08 03:59:09.485DEBG INFOSep 08 03:59:09.486INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBGadding route 172.17.0.41/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 } }] |
| 7292 | 2026-09-08T03:59:10.694Z | |
| 7293 | 2026-09-08T03:59:10.694Z | |
| 7294 | 2026-09-08T03:59:10.694Z | 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 } }] |
| 7295 | 2026-09-08T03:59:10.694Z | Sep 08 03:59:09.486 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 } }]Sep 08 03:59:09.486 |
| 7296 | 2026-09-08T03:59:10.694Z | INFOSep 08 03:59:09.486Sep 08 03:59:09.486 |
| 7297 | 2026-09-08T03:59:10.694Z | Sep 08 03:59:09.486DEBGadding route 172.17.0.58/32 -> 10.0.0.255 INFO |
| 7298 | 2026-09-08T03:59:10.694Z | replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 7299 | 2026-09-08T03:59:10.694Z | Sep 08 03:59:09.486 adding route 172.17.0.42/32 -> 10.0.0.255INFO Sep 08 03:59:09.486 |
| 7300 | 2026-09-08T03:59:10.694Z | INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 7301 | 2026-09-08T03:59:10.694Z | |
| 7302 | 2026-09-08T03:59:10.694Z | |
| 7303 | 2026-09-08T03:59:10.694Z | Sep 08 03:59:09.486 Sep 08 03:59:09.486DEBG Sep 08 03:59:09.486 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 |
| 7304 | 2026-09-08T03:59:10.694Z | Sep 08 03:59:09.486DEBG 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.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 } }]Sep 08 03:59:09.486 |
| 7305 | 2026-09-08T03:59:10.694Z | 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 } }] |
| 7306 | 2026-09-08T03:59:10.694Z | |
| 7307 | 2026-09-08T03:59:10.694Z | Sep 08 03:59:09.486 INFOSep 08 03:59:09.486 DEBGadding route 172.17.0.43/32 -> 10.0.0.255 Sep 08 03:59:09.486 |
| 7308 | 2026-09-08T03:59:10.695Z | Sep 08 03:59:09.486 INFOINFO 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 } }]Sep 08 03:59:09.486 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG |
| 7309 | 2026-09-08T03:59:10.695Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7310 | 2026-09-08T03:59:10.695Z | |
| 7311 | 2026-09-08T03:59:10.695Z | replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 7312 | 2026-09-08T03:59:10.695Z | Sep 08 03:59:09.486 |
| 7313 | 2026-09-08T03:59:10.695Z | Sep 08 03:59:09.486 DEBGSep 08 03:59:09.486DEBGSep 08 03:59:09.486 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 } }]Sep 08 03:59:09.486 |
| 7314 | 2026-09-08T03:59:10.695Z | INFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4INFO |
| 7315 | 2026-09-08T03:59:10.695Z | Sep 08 03:59:09.486 INFODEBG adding route 172.17.0.44/32 -> 10.0.0.255replacing 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 } }] |
| 7316 | 2026-09-08T03:59:10.695Z | |
| 7317 | 2026-09-08T03:59:10.695Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 7318 | 2026-09-08T03:59:10.695Z | |
| 7319 | 2026-09-08T03:59:10.695Z | Sep 08 03:59:09.486Sep 08 03:59:09.486 DEBGSep 08 03:59:09.486 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 } }]Sep 08 03:59:09.486Sep 08 03:59:09.486INFO |
| 7320 | 2026-09-08T03:59:10.702Z | INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 172.17.0.60/32 -> 10.0.0.255 |
| 7321 | 2026-09-08T03:59:10.702Z | DEBG |
| 7322 | 2026-09-08T03:59:10.702Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]Sep 08 03:59:09.486 |
| 7323 | 2026-09-08T03:59:10.702Z | DEBGDEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 7324 | 2026-09-08T03:59:10.702Z | Sep 08 03:59:09.486Sep 08 03:59:09.486 |
| 7325 | 2026-09-08T03:59:10.702Z | INFO DEBGadding route 172.17.0.45/32 -> 10.0.0.255 |
| 7326 | 2026-09-08T03:59:10.702Z | 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 } }] |
| 7327 | 2026-09-08T03:59:10.702Z | Sep 08 03:59:09.486Sep 08 03:59:09.486 Sep 08 03:59:09.486 DEBG DEBGreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7328 | 2026-09-08T03:59:10.702Z | replacing targets for 3fff:dead::/64 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 } }]Sep 08 03:59:09.486 |
| 7329 | 2026-09-08T03:59:10.702Z | INFO Sep 08 03:59:09.496adding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFO |
| 7330 | 2026-09-08T03:59:10.702Z | INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 172.17.0.46/32 -> 10.0.0.255 |
| 7331 | 2026-09-08T03:59:10.702Z | |
| 7332 | 2026-09-08T03:59:10.702Z | Sep 08 03:59:09.496Sep 08 03:59:09.496 Sep 08 03:59:09.496 DEBGDEBG DEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 7333 | 2026-09-08T03:59:10.702Z | |
| 7334 | 2026-09-08T03:59:10.702Z | |
| 7335 | 2026-09-08T03:59:10.702Z | Sep 08 03:59:09.496Sep 08 03:59:09.496 Sep 08 03:59:09.496INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255INFO |
| 7336 | 2026-09-08T03:59:10.702Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 7337 | 2026-09-08T03:59:10.702Z | |
| 7338 | 2026-09-08T03:59:10.703Z | Sep 08 03:59:09.496 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 } }]Sep 08 03:59:09.496Sep 08 03:59:09.496 |
| 7339 | 2026-09-08T03:59:10.703Z | DEBGDEBGDEBG Sep 08 03:59:09.496 reset freemapreplacing 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 } }] |
| 7340 | 2026-09-08T03:59:10.703Z | , INFOunit :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 172.17.0.48/32 -> 10.0.0.255freemap_route_ipv6 |
| 7341 | 2026-09-08T03:59:10.703Z | |
| 7342 | 2026-09-08T03:59:10.703Z | |
| 7343 | 2026-09-08T03:59:10.703Z | Sep 08 03:59:09.496Sep 08 03:59:09.496 Sep 08 03:59:09.496 Sep 08 03:59:09.496DEBG 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 } }] INFOINFO |
| 7344 | 2026-09-08T03:59:10.703Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 7345 | 2026-09-08T03:59:10.703Z | |
| 7346 | 2026-09-08T03:59:10.703Z | |
| 7347 | 2026-09-08T03:59:10.703Z | Sep 08 03:59:09.496 INFO Sep 08 03:59:09.496adding route 172.17.0.49/32 -> 10.0.0.255Sep 08 03:59:09.496 |
| 7348 | 2026-09-08T03:59:10.703Z | Sep 08 03:59:09.496DEBGDEBG 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 } }] |
| 7349 | 2026-09-08T03:59:10.703Z | 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 } }]Sep 08 03:59:09.496replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 7350 | 2026-09-08T03:59:10.703Z | Sep 08 03:59:09.496DEBG 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 } }] |
| 7351 | 2026-09-08T03:59:10.703Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 7352 | 2026-09-08T03:59:10.703Z | |
| 7353 | 2026-09-08T03:59:10.703Z | Sep 08 03:59:09.496 INFOSep 08 03:59:09.496 adding route 3fff:dead::/64 -> 2001:db8::55:2INFO |
| 7354 | 2026-09-08T03:59:10.703Z | Sep 08 03:59:09.496 adding route 172.17.0.50/32 -> 10.0.0.255Sep 08 03:59:09.496INFO |
| 7355 | 2026-09-08T03:59:10.703Z | Sep 08 03:59:09.496 DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 7356 | 2026-09-08T03:59:10.703Z | DEBGSep 08 03:59:09.496replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7357 | 2026-09-08T03:59:10.703Z | DEBG |
| 7358 | 2026-09-08T03:59:10.703Z | 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 } }] |
| 7359 | 2026-09-08T03:59:10.704Z | Sep 08 03:59:09.496 Sep 08 03:59:09.496DEBG Sep 08 03:59:09.496 Sep 08 03:59:09.496INFOreplacing 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 } }] |
| 7360 | 2026-09-08T03:59:10.704Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 7361 | 2026-09-08T03:59:10.704Z | INFO INFOSep 08 03:59:09.496 adding route 172.17.0.51/32 -> 10.0.0.255Sep 08 03:59:09.496Sep 08 03:59:09.496 |
| 7362 | 2026-09-08T03:59:10.704Z | INFOSep 08 03:59:09.496 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO |
| 7363 | 2026-09-08T03:59:10.704Z | DEBGINFO Sep 08 03:59:09.496 adding route 172.17.0.61/32 -> 10.0.0.255adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 7364 | 2026-09-08T03:59:10.704Z | |
| 7365 | 2026-09-08T03:59:10.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 } }]Sep 08 03:59:09.496DEBG |
| 7366 | 2026-09-08T03:59:10.704Z | 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 } }]Sep 08 03:59:09.496replacing 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 } }]Sep 08 03:59:09.496 |
| 7367 | 2026-09-08T03:59:10.704Z | |
| 7368 | 2026-09-08T03:59:10.704Z | Sep 08 03:59:09.496 adding route 3fff:dead::/64 -> 2001:db8::55:3INFODEBG 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 } }]Sep 08 03:59:09.496 |
| 7369 | 2026-09-08T03:59:10.704Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 7370 | 2026-09-08T03:59:10.704Z | |
| 7371 | 2026-09-08T03:59:10.704Z | INFOreplacing 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 } }] |
| 7372 | 2026-09-08T03:59:10.704Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffSep 08 03:59:09.496Sep 08 03:59:09.496 Sep 08 03:59:09.496 |
| 7373 | 2026-09-08T03:59:10.704Z | INFO DEBGadding route 172.17.0.52/32 -> 10.0.0.255 |
| 7374 | 2026-09-08T03:59:10.704Z | 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 } }]Sep 08 03:59:09.496 |
| 7375 | 2026-09-08T03:59:10.704Z | Sep 08 03:59:09.496 Sep 08 03:59:09.496 DEBGDEBGSep 08 03:59:09.496 INFO replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 7376 | 2026-09-08T03:59:10.704Z | |
| 7377 | 2026-09-08T03:59:10.704Z | DEBGadding route 172.17.0.62/32 -> 10.0.0.255 Sep 08 03:59:09.496Sep 08 03:59:09.496replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] Sep 08 03:59:09.496INFO |
| 7378 | 2026-09-08T03:59:10.704Z | INFOINFO |
| 7379 | 2026-09-08T03:59:10.704Z | INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ff adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7380 | 2026-09-08T03:59:10.705Z | |
| 7381 | 2026-09-08T03:59:10.705Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 7382 | 2026-09-08T03:59:10.705Z | |
| 7383 | 2026-09-08T03:59:10.705Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 7384 | 2026-09-08T03:59:10.705Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 7385 | 2026-09-08T03:59:10.705Z | test route::tests::delete_target_full ... ok |
| 7386 | 2026-09-08T03:59:10.705Z | Sep 08 03:59:09.496 DEBGSep 08 03:59:09.496Sep 08 03:59:09.496 DEBGSep 08 03:59:09.496 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 } }]DEBGSep 08 03:59:09.496 |
| 7387 | 2026-09-08T03:59:10.705Z | created new freemapINFO, Sep 08 03:59:09.507unit adding route 3fff:dead::/64 -> 2001:db8::55:4:INFO freemap_route_ipv4adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 7388 | 2026-09-08T03:59:10.705Z | |
| 7389 | 2026-09-08T03:59:10.705Z | |
| 7390 | 2026-09-08T03:59:10.705Z | Sep 08 03:59:09.496 DEBGSep 08 03:59:09.507 Sep 08 03:59:09.507 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 |
| 7391 | 2026-09-08T03:59:10.705Z | 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 } }] |
| 7392 | 2026-09-08T03:59:10.705Z | created new freemap, Sep 08 03:59:09.507 unitINFO: adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffSep 08 03:59:09.507 |
| 7393 | 2026-09-08T03:59:10.705Z | INFO DEBGfreemap_route_ipv6 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffSep 08 03:59:09.507 |
| 7394 | 2026-09-08T03:59:10.705Z | |
| 7395 | 2026-09-08T03:59:10.705Z | 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 |
| 7396 | 2026-09-08T03:59:10.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 } }]Sep 08 03:59:09.507 |
| 7397 | 2026-09-08T03:59:10.705Z | Sep 08 03:59:09.507 DEBGDEBG Sep 08 03:59:09.507initted freemap. size: 64 , 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 } }] |
| 7398 | 2026-09-08T03:59:10.705Z | unitSep 08 03:59:09.507INFO: Sep 08 03:59:09.507INFO freemap_route_ipv4adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO |
| 7399 | 2026-09-08T03:59:10.705Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 7400 | 2026-09-08T03:59:10.705Z | |
| 7401 | 2026-09-08T03:59:10.705Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffSep 08 03:59:09.507Sep 08 03:59:09.507 |
| 7402 | 2026-09-08T03:59:10.705Z | DEBGSep 08 03:59:09.507 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 } }]reset freemap |
| 7403 | 2026-09-08T03:59:10.706Z | Sep 08 03:59:09.507 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 } }], |
| 7404 | 2026-09-08T03:59:10.706Z | DEBG unitreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 08 03:59:09.507: |
| 7405 | 2026-09-08T03:59:10.706Z | freemap_route_ipv4INFOSep 08 03:59:09.507 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 7406 | 2026-09-08T03:59:10.706Z | |
| 7407 | 2026-09-08T03:59:10.706Z | INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffSep 08 03:59:09.507Sep 08 03:59:09.507 |
| 7408 | 2026-09-08T03:59:10.706Z | DEBG 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 } }]Sep 08 03:59:09.507Sep 08 03:59:09.507 initted freemap. size: 64INFO, |
| 7409 | 2026-09-08T03:59:10.706Z | unit 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:22::/64 -> 2001:db8::55:ffSep 08 03:59:09.507freemap_route_ipv6 |
| 7410 | 2026-09-08T03:59:10.706Z | |
| 7411 | 2026-09-08T03:59:10.706Z | |
| 7412 | 2026-09-08T03:59:10.706Z | INFO Sep 08 03:59:09.507 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffDEBG |
| 7413 | 2026-09-08T03:59:10.706Z | Sep 08 03:59:09.507Sep 08 03:59:09.507 replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO Sep 08 03:59:09.507adding route 3fff:beef:32::/64 -> 2001:db8::55:ff DEBGDEBG |
| 7414 | 2026-09-08T03:59:10.706Z | |
| 7415 | 2026-09-08T03:59:10.706Z | replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap |
| 7416 | 2026-09-08T03:59:10.706Z | , unit:Sep 08 03:59:09.507 DEBGfreemap_route_ipv6Sep 08 03:59:09.507 |
| 7417 | 2026-09-08T03:59:10.706Z | INFOSep 08 03:59:09.507 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFO |
| 7418 | 2026-09-08T03:59:10.706Z | 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 } }] |
| 7419 | 2026-09-08T03:59:10.706Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffSep 08 03:59:09.507Sep 08 03:59:09.507 |
| 7420 | 2026-09-08T03:59:10.712Z | INFO DEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 08 03:59:09.507 |
| 7421 | 2026-09-08T03:59:10.712Z | Sep 08 03:59:09.507DEBG |
| 7422 | 2026-09-08T03:59:10.712Z | INFOreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7423 | 2026-09-08T03:59:10.712Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ffSep 08 03:59:09.507 |
| 7424 | 2026-09-08T03:59:10.712Z | Sep 08 03:59:09.507 DEBGSep 08 03:59:09.508INFO 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 } }]Sep 08 03:59:09.508 |
| 7425 | 2026-09-08T03:59:10.712Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 7426 | 2026-09-08T03:59:10.712Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff DEBGSep 08 03:59:09.508 |
| 7427 | 2026-09-08T03:59:10.712Z | INFOSep 08 03:59:09.508replacing 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 } }] |
| 7428 | 2026-09-08T03:59:10.712Z | Sep 08 03:59:09.508DEBG 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 } }]Sep 08 03:59:09.508 |
| 7429 | 2026-09-08T03:59:10.712Z | DEBGadding route 172.16.0.0/32 -> 10.0.0.2 |
| 7430 | 2026-09-08T03:59:10.712Z | INFOreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7431 | 2026-09-08T03:59:10.713Z | Sep 08 03:59:09.508Sep 08 03:59:09.508 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 7432 | 2026-09-08T03:59:10.713Z | |
| 7433 | 2026-09-08T03:59:10.713Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7434 | 2026-09-08T03:59:10.713Z | Sep 08 03:59:09.508Sep 08 03:59:09.508 Sep 08 03:59:09.508DEBG 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 } }] |
| 7435 | 2026-09-08T03:59:10.713Z | 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 } }]Sep 08 03:59:09.508INFO |
| 7436 | 2026-09-08T03:59:10.713Z | INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 7437 | 2026-09-08T03:59:10.713Z | adding route 172.16.0.0/32 -> 10.0.0.3Sep 08 03:59:09.508 Sep 08 03:59:09.508 |
| 7438 | 2026-09-08T03:59:10.713Z | INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFO |
| 7439 | 2026-09-08T03:59:10.713Z | Sep 08 03:59:09.508 adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 7440 | 2026-09-08T03:59:10.713Z | DEBGSep 08 03:59:09.508 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 } }]Sep 08 03:59:09.508DEBG DEBG |
| 7441 | 2026-09-08T03:59:10.713Z | 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 } }] |
| 7442 | 2026-09-08T03:59:10.713Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]Sep 08 03:59:09.508 |
| 7443 | 2026-09-08T03:59:10.713Z | Sep 08 03:59:09.508 Sep 08 03:59:09.508DEBGINFO Sep 08 03:59:09.508INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 7444 | 2026-09-08T03:59:10.713Z | |
| 7445 | 2026-09-08T03:59:10.714Z | INFO |
| 7446 | 2026-09-08T03:59:10.714Z | adding route 172.16.0.0/32 -> 10.0.0.4Sep 08 03:59:09.508 |
| 7447 | 2026-09-08T03:59:10.714Z | 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 } }]Sep 08 03:59:09.508 |
| 7448 | 2026-09-08T03:59:10.714Z | Sep 08 03:59:09.508Sep 08 03:59:09.508INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG |
| 7449 | 2026-09-08T03:59:10.714Z | Sep 08 03:59:09.508DEBG Sep 08 03:59:09.508 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 } }]INFODEBG |
| 7450 | 2026-09-08T03:59:10.714Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 7451 | 2026-09-08T03:59:10.714Z | Sep 08 03:59:09.508 |
| 7452 | 2026-09-08T03:59:10.714Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]Sep 08 03:59:09.508 |
| 7453 | 2026-09-08T03:59:10.714Z | DEBGDEBGSep 08 03:59:09.508 Sep 08 03:59:09.508replacing 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 } }] |
| 7454 | 2026-09-08T03:59:10.714Z | DEBGreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:dead::/64 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 } }]Sep 08 03:59:09.508Sep 08 03:59:09.508 |
| 7455 | 2026-09-08T03:59:10.714Z | INFO |
| 7456 | 2026-09-08T03:59:10.714Z | DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFOSep 08 03:59:09.508 |
| 7457 | 2026-09-08T03:59:10.714Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ffWARN |
| 7458 | 2026-09-08T03:59:10.714Z | shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 7459 | 2026-09-08T03:59:10.715Z | Sep 08 03:59:09.508replacing targets for 172.16.0.0/32 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 } }] Sep 08 03:59:09.508 |
| 7460 | 2026-09-08T03:59:10.715Z | DEBG DEBGSep 08 03:59:09.508replacing 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: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 } }] |
| 7461 | 2026-09-08T03:59:10.715Z | INFO |
| 7462 | 2026-09-08T03:59:10.715Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 7463 | 2026-09-08T03:59:10.715Z | Sep 08 03:59:09.508Sep 08 03:59:09.508 INFOSep 08 03:59:09.508DEBG 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:26::/64 -> 2001:db8::55:ffINFO |
| 7464 | 2026-09-08T03:59:10.715Z | |
| 7465 | 2026-09-08T03:59:10.715Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 7466 | 2026-09-08T03:59:10.715Z | Sep 08 03:59:09.508 Sep 08 03:59:09.508INFO DEBGSep 08 03:59:09.508adding route 3fff:beef:38::/64 -> 2001:db8::55:ff 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 } }] |
| 7467 | 2026-09-08T03:59:10.715Z | |
| 7468 | 2026-09-08T03:59:10.715Z | 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 } }] |
| 7469 | 2026-09-08T03:59:10.715Z | Sep 08 03:59:09.508Sep 08 03:59:09.508Sep 08 03:59:09.508 INFODEBG 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:27::/64 -> 2001:db8::55:ffINFO |
| 7470 | 2026-09-08T03:59:10.715Z | |
| 7471 | 2026-09-08T03:59:10.716Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffSep 08 03:59:09.508Sep 08 03:59:09.508 |
| 7472 | 2026-09-08T03:59:10.716Z | INFO DEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 7473 | 2026-09-08T03:59:10.716Z | |
| 7474 | 2026-09-08T03:59:10.716Z | |
| 7475 | 2026-09-08T03:59:10.716Z | Sep 08 03:59:09.508Sep 08 03:59:09.508 DEBGSep 08 03:59:09.496Sep 08 03:59:09.508 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 } }]INFOSep 08 03:59:09.508 |
| 7476 | 2026-09-08T03:59:10.716Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG |
| 7477 | 2026-09-08T03:59:10.716Z | INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7478 | 2026-09-08T03:59:10.716Z | DEBGreplacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 08 03:59:09.508 |
| 7479 | 2026-09-08T03:59:10.716Z | 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 } }]Sep 08 03:59:09.508 |
| 7480 | 2026-09-08T03:59:10.716Z | 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 } }]Sep 08 03:59:09.508 INFODEBG |
| 7481 | 2026-09-08T03:59:10.716Z | Sep 08 03:59:09.508 Sep 08 03:59:09.508INFOfailed to allocate space for the new target list |
| 7482 | 2026-09-08T03:59:10.716Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 7483 | 2026-09-08T03:59:10.716Z | |
| 7484 | 2026-09-08T03:59:10.716Z | DEBGSep 08 03:59:09.508 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7485 | 2026-09-08T03:59:10.716Z | Sep 08 03:59:09.508Sep 08 03:59:09.508 |
| 7486 | 2026-09-08T03:59:10.717Z | Sep 08 03:59:09.508DEBG 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 } }] |
| 7487 | 2026-09-08T03:59:10.717Z | replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 7488 | 2026-09-08T03:59:10.717Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffSep 08 03:59:09.508 |
| 7489 | 2026-09-08T03:59:10.717Z | test route::tests::delete_target_fragmented ... ok |
| 7490 | 2026-09-08T03:59:10.717Z | INFOSep 08 03:59:09.508 adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7491 | 2026-09-08T03:59:10.717Z | Sep 08 03:59:09.508 DEBG Sep 08 03:59:09.515 INFOreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7492 | 2026-09-08T03:59:10.717Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 7493 | 2026-09-08T03:59:10.717Z | DEBGSep 08 03:59:09.515 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 } }]INFOSep 08 03:59:09.515 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG |
| 7494 | 2026-09-08T03:59:10.717Z | replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7495 | 2026-09-08T03:59:10.717Z | |
| 7496 | 2026-09-08T03:59:10.717Z | Sep 08 03:59:09.515 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 } }] |
| 7497 | 2026-09-08T03:59:10.717Z | Sep 08 03:59:09.515Sep 08 03:59:09.515 INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 172.17.0.56/32 -> 10.0.0.255 |
| 7498 | 2026-09-08T03:59:10.717Z | |
| 7499 | 2026-09-08T03:59:10.717Z | Sep 08 03:59:09.515Sep 08 03:59:09.515 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 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 } }] |
| 7500 | 2026-09-08T03:59:10.717Z | |
| 7501 | 2026-09-08T03:59:10.717Z | Sep 08 03:59:09.515Sep 08 03:59:09.515 INFOINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 172.17.0.57/32 -> 10.0.0.255 |
| 7502 | 2026-09-08T03:59:10.717Z | |
| 7503 | 2026-09-08T03:59:10.718Z | Sep 08 03:59:09.515Sep 08 03:59:09.515Sep 08 03:59:09.515 DEBG DEBGreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 7504 | 2026-09-08T03:59:10.718Z | 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 } }] |
| 7505 | 2026-09-08T03:59:10.718Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 7506 | 2026-09-08T03:59:10.718Z | Sep 08 03:59:09.515 Sep 08 03:59:09.515Sep 08 03:59:09.515 INFODEBGINFO replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 7507 | 2026-09-08T03:59:10.718Z | adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7508 | 2026-09-08T03:59:10.718Z | |
| 7509 | 2026-09-08T03:59:10.718Z | Sep 08 03:59:09.515 Sep 08 03:59:09.515INFO Sep 08 03:59:09.515 DEBGDEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 7510 | 2026-09-08T03:59:10.718Z | |
| 7511 | 2026-09-08T03:59:10.718Z | |
| 7512 | 2026-09-08T03:59:10.718Z | Sep 08 03:59:09.515Sep 08 03:59:09.515Sep 08 03:59:09.515 INFO INFODEBGadding route 172.17.0.59/32 -> 10.0.0.255 |
| 7513 | 2026-09-08T03:59:10.718Z | 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 } }] |
| 7514 | 2026-09-08T03:59:10.718Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 7515 | 2026-09-08T03:59:10.718Z | Sep 08 03:59:09.515 Sep 08 03:59:09.515DEBGSep 08 03:59:09.515 INFO 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 } }] |
| 7516 | 2026-09-08T03:59:10.718Z | adding route 3fff:beef:2d::/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 } }] |
| 7517 | 2026-09-08T03:59:10.718Z | |
| 7518 | 2026-09-08T03:59:10.719Z | Sep 08 03:59:09.515 INFO Sep 08 03:59:09.515adding route 172.17.0.60/32 -> 10.0.0.255 Sep 08 03:59:09.515INFO DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 7519 | 2026-09-08T03:59:10.719Z | |
| 7520 | 2026-09-08T03:59:10.723Z | 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 } }] |
| 7521 | 2026-09-08T03:59:10.724Z | Sep 08 03:59:09.515 Sep 08 03:59:09.515Sep 08 03:59:09.515DEBG INFODEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 7522 | 2026-09-08T03:59:10.724Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 7523 | 2026-09-08T03:59:10.724Z | |
| 7524 | 2026-09-08T03:59:10.724Z | Sep 08 03:59:09.515Sep 08 03:59:09.515 Sep 08 03:59:09.515INFODEBG 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 } }]failed to allocate space for the new target list |
| 7525 | 2026-09-08T03:59:10.724Z | |
| 7526 | 2026-09-08T03:59:10.724Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 7527 | 2026-09-08T03:59:10.724Z | Sep 08 03:59:09.515Sep 08 03:59:09.515 DEBGDEBGSep 08 03:59:09.515 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 |
| 7528 | 2026-09-08T03:59:10.724Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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 } }] |
| 7529 | 2026-09-08T03:59:10.724Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 7530 | 2026-09-08T03:59:10.724Z | Sep 08 03:59:09.515 INFO Sep 08 03:59:09.515adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 7531 | 2026-09-08T03:59:10.724Z | 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 } }] |
| 7532 | 2026-09-08T03:59:10.724Z | Sep 08 03:59:09.508Sep 08 03:59:09.515 Sep 08 03:59:09.515 INFOINFO DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 7533 | 2026-09-08T03:59:10.724Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 7534 | 2026-09-08T03:59:10.724Z | replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7535 | 2026-09-08T03:59:10.724Z | Sep 08 03:59:09.515 DEBGSep 08 03:59:09.515Sep 08 03:59:09.515 INFOreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7536 | 2026-09-08T03:59:10.725Z | DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 7537 | 2026-09-08T03:59:10.725Z | 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 } }] |
| 7538 | 2026-09-08T03:59:10.725Z | Sep 08 03:59:09.515 Sep 08 03:59:09.515INFO DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ffSep 08 03:59:09.515 |
| 7539 | 2026-09-08T03:59:10.725Z | 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 |
| 7540 | 2026-09-08T03:59:10.725Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 7541 | 2026-09-08T03:59:10.725Z | Sep 08 03:59:09.515 DEBGSep 08 03:59:09.515 Sep 08 03:59:09.515replacing 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 } }] |
| 7542 | 2026-09-08T03:59:10.725Z | 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:34::/64 -> 2001:db8::55:ffSep 08 03:59:09.515 |
| 7543 | 2026-09-08T03:59:10.725Z | |
| 7544 | 2026-09-08T03:59:10.725Z | INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 7545 | 2026-09-08T03:59:10.725Z | Sep 08 03:59:09.515 Sep 08 03:59:09.515Sep 08 03:59:09.515 DEBGDEBG failed to allocate space for the new target listDEBG |
| 7546 | 2026-09-08T03:59:10.725Z | 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: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 } }] |
| 7547 | 2026-09-08T03:59:10.725Z | |
| 7548 | 2026-09-08T03:59:10.725Z | Sep 08 03:59:09.515Sep 08 03:59:09.515Sep 08 03:59:09.515 INFODEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 7549 | 2026-09-08T03:59:10.725Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 7550 | 2026-09-08T03:59:10.725Z | |
| 7551 | 2026-09-08T03:59:10.725Z | Sep 08 03:59:09.515Sep 08 03:59:09.515 DEBGDEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 7552 | 2026-09-08T03:59:10.726Z | |
| 7553 | 2026-09-08T03:59:10.726Z | Sep 08 03:59:09.515Sep 08 03:59:09.515 INFOINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 7554 | 2026-09-08T03:59:10.726Z | |
| 7555 | 2026-09-08T03:59:10.726Z | Sep 08 03:59:09.515Sep 08 03:59:09.515 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: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 } }] |
| 7556 | 2026-09-08T03:59:10.726Z | Sep 08 03:59:09.515 INFO |
| 7557 | 2026-09-08T03:59:10.726Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 7558 | 2026-09-08T03:59:10.726Z | Sep 08 03:59:09.515 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 7559 | 2026-09-08T03:59:10.726Z | Sep 08 03:59:09.515 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 } }] |
| 7560 | 2026-09-08T03:59:10.726Z | Sep 08 03:59:09.515 Sep 08 03:59:09.515DEBG INFOreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7561 | 2026-09-08T03:59:10.726Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 7562 | 2026-09-08T03:59:10.726Z | Sep 08 03:59:09.516 Sep 08 03:59:09.516INFO DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 7563 | 2026-09-08T03:59:10.726Z | 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 } }] |
| 7564 | 2026-09-08T03:59:10.726Z | Sep 08 03:59:09.516 Sep 08 03:59:09.516DEBG 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 } }] |
| 7565 | 2026-09-08T03:59:10.726Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 7566 | 2026-09-08T03:59:10.727Z | Sep 08 03:59:09.516 Sep 08 03:59:09.516INFO DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 7567 | 2026-09-08T03:59:10.727Z | 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 } }] |
| 7568 | 2026-09-08T03:59:10.727Z | Sep 08 03:59:09.516 Sep 08 03:59:09.516DEBG 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 } }] |
| 7569 | 2026-09-08T03:59:10.727Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 7570 | 2026-09-08T03:59:10.727Z | Sep 08 03:59:09.516Sep 08 03:59:09.516 INFODEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7571 | 2026-09-08T03:59:10.727Z | |
| 7572 | 2026-09-08T03:59:10.727Z | Sep 08 03:59:09.516Sep 08 03:59:09.516 DEBGINFO replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 7573 | 2026-09-08T03:59:10.727Z | |
| 7574 | 2026-09-08T03:59:10.727Z | Sep 08 03:59:09.516Sep 08 03:59:09.516 INFODEBG adding route 3fff:beef:3b::/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 } }] |
| 7575 | 2026-09-08T03:59:10.727Z | |
| 7576 | 2026-09-08T03:59:10.727Z | Sep 08 03:59:09.516Sep 08 03:59:09.516 DEBGINFO replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 7577 | 2026-09-08T03:59:10.727Z | |
| 7578 | 2026-09-08T03:59:10.727Z | Sep 08 03:59:09.516Sep 08 03:59:09.516 INFODEBG adding route 3fff:beef:3c::/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 } }] |
| 7579 | 2026-09-08T03:59:10.727Z | |
| 7580 | 2026-09-08T03:59:10.727Z | Sep 08 03:59:09.516Sep 08 03:59:09.516 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:3b::/64 -> 2001:db8::55:ff |
| 7581 | 2026-09-08T03:59:10.727Z | |
| 7582 | 2026-09-08T03:59:10.727Z | Sep 08 03:59:09.516Sep 08 03:59:09.516 DEBGINFO replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 7583 | 2026-09-08T03:59:10.728Z | |
| 7584 | 2026-09-08T03:59:10.728Z | Sep 08 03:59:09.516Sep 08 03:59:09.516 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:3c::/64 -> 2001:db8::55:ff |
| 7585 | 2026-09-08T03:59:10.728Z | |
| 7586 | 2026-09-08T03:59:10.728Z | Sep 08 03:59:09.516Sep 08 03:59:09.516 INFODEBG adding route 3fff:beef:3e::/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 } }] |
| 7587 | 2026-09-08T03:59:10.728Z | |
| 7588 | 2026-09-08T03:59:10.728Z | Sep 08 03:59:09.516Sep 08 03:59:09.516 DEBGDEBG replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]failed to allocate space for the new target list |
| 7589 | 2026-09-08T03:59:10.728Z | |
| 7590 | 2026-09-08T03:59:10.728Z | Sep 08 03:59:09.516Sep 08 03:59:09.516 INFODEBG adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7591 | 2026-09-08T03:59:10.728Z | |
| 7592 | 2026-09-08T03:59:10.728Z | Sep 08 03:59:09.516 DEBG replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7593 | 2026-09-08T03:59:10.728Z | Sep 08 03:59:09.516 DEBG failed to allocate space for the new target list |
| 7594 | 2026-09-08T03:59:10.728Z | Sep 08 03:59:09.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 } }] |
| 7595 | 2026-09-08T03:59:10.728Z | Sep 08 03:59:09.516 DEBG failed to allocate space for the new target list |
| 7596 | 2026-09-08T03:59:10.728Z | Sep 08 03:59:09.516 DEBG created new freemap, unit: freemap_route_ipv4 |
| 7597 | 2026-09-08T03:59:10.728Z | Sep 08 03:59:09.516 DEBG created new freemap, unit: freemap_route_ipv6 |
| 7598 | 2026-09-08T03:59:10.728Z | Sep 08 03:59:09.516 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 7599 | 2026-09-08T03:59:10.728Z | Sep 08 03:59:09.516 DEBG reset freemap, unit: freemap_route_ipv4 |
| 7600 | 2026-09-08T03:59:10.728Z | Sep 08 03:59:09.516 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 7601 | 2026-09-08T03:59:10.729Z | Sep 08 03:59:09.516 DEBG reset freemap, unit: freemap_route_ipv6 |
| 7602 | 2026-09-08T03:59:10.729Z | Sep 08 03:59:09.516 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7603 | 2026-09-08T03:59:10.729Z | Sep 08 03:59:09.516 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 } }] |
| 7604 | 2026-09-08T03:59:10.729Z | Sep 08 03:59:09.516 DEBG created new freemap, unit: freemap_route_ipv4 |
| 7605 | 2026-09-08T03:59:10.729Z | Sep 08 03:59:09.607 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7606 | 2026-09-08T03:59:10.729Z | Sep 08 03:59:09.516Sep 08 03:59:09.607 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 } }]created new freemap |
| 7607 | 2026-09-08T03:59:10.729Z | Sep 08 03:59:09.607 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7608 | 2026-09-08T03:59:10.729Z | , Sep 08 03:59:09.607unit :DEBG freemap_route_ipv4replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, 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 } }] |
| 7609 | 2026-09-08T03:59:10.729Z | |
| 7610 | 2026-09-08T03:59:10.729Z | Sep 08 03:59:09.607 INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7611 | 2026-09-08T03:59:10.729Z | Sep 08 03:59:09.607 Sep 08 03:59:09.607 DEBGDEBG created new freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }], |
| 7612 | 2026-09-08T03:59:10.729Z | unit: freemap_route_ipv6 |
| 7613 | 2026-09-08T03:59:10.729Z | Sep 08 03:59:09.607Sep 08 03:59:09.607 Sep 08 03:59:09.607DEBG INFO DEBGcreated new freemap adding route 172.17.0.0/32 -> 10.0.0.255, |
| 7614 | 2026-09-08T03:59:10.729Z | unitinitted freemap. size: 64:, unitfreemap_route_ipv6Sep 08 03:59:09.607 |
| 7615 | 2026-09-08T03:59:10.729Z | :DEBG freemap_route_ipv4replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7616 | 2026-09-08T03:59:10.729Z | |
| 7617 | 2026-09-08T03:59:10.729Z | Sep 08 03:59:09.607 DEBGSep 08 03:59:09.607 Sep 08 03:59:09.607initted freemap. size: 64 , unitINFODEBG: adding route 172.17.0.1/32 -> 10.0.0.255 |
| 7618 | 2026-09-08T03:59:10.729Z | freemap_route_ipv4reset freemap |
| 7619 | 2026-09-08T03:59:10.730Z | , unit:Sep 08 03:59:09.607 Sep 08 03:59:09.607freemap_route_ipv4DEBG |
| 7620 | 2026-09-08T03:59:10.735Z | 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 |
| 7621 | 2026-09-08T03:59:10.735Z | reset freemap, unitSep 08 03:59:09.607: Sep 08 03:59:09.607INFO freemap_route_ipv4 |
| 7622 | 2026-09-08T03:59:10.735Z | adding route 172.17.0.2/32 -> 10.0.0.255DEBG |
| 7623 | 2026-09-08T03:59:10.735Z | initted freemap. size: 64, unitSep 08 03:59:09.607: Sep 08 03:59:09.607DEBG DEBGinitted 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 } }]freemap_route_ipv6 |
| 7624 | 2026-09-08T03:59:10.735Z | unit |
| 7625 | 2026-09-08T03:59:10.735Z | : freemap_route_ipv6 |
| 7626 | 2026-09-08T03:59:10.735Z | Sep 08 03:59:09.607Sep 08 03:59:09.607 INFODEBG adding route 172.17.0.3/32 -> 10.0.0.255reset freemapSep 08 03:59:09.607, |
| 7627 | 2026-09-08T03:59:10.735Z | unitDEBG :reset freemap Sep 08 03:59:09.607freemap_route_ipv6, |
| 7628 | 2026-09-08T03:59:10.735Z | unitDEBG: 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 } }]Sep 08 03:59:09.607 |
| 7629 | 2026-09-08T03:59:10.735Z | freemap_route_ipv6 |
| 7630 | 2026-09-08T03:59:10.735Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1Sep 08 03:59:09.607 |
| 7631 | 2026-09-08T03:59:10.735Z | Sep 08 03:59:09.607INFO INFOadding route 172.17.0.4/32 -> 10.0.0.255 |
| 7632 | 2026-09-08T03:59:10.735Z | adding route 172.16.0.0/32 -> 10.0.0.1Sep 08 03:59:09.607 |
| 7633 | 2026-09-08T03:59:10.735Z | DEBG Sep 08 03:59:09.607replacing 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 } }] Sep 08 03:59:09.607DEBG DEBG |
| 7634 | 2026-09-08T03:59:10.735Z | 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 } }] |
| 7635 | 2026-09-08T03:59:10.735Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7636 | 2026-09-08T03:59:10.736Z | Sep 08 03:59:09.607Sep 08 03:59:09.607Sep 08 03:59:09.607 INFOINFO INFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.5/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255 |
| 7637 | 2026-09-08T03:59:10.736Z | |
| 7638 | 2026-09-08T03:59:10.736Z | |
| 7639 | 2026-09-08T03:59:10.736Z | Sep 08 03:59:09.607Sep 08 03:59:09.607Sep 08 03:59:09.607 DEBG DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 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 } }] |
| 7640 | 2026-09-08T03:59:10.736Z | 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 } }] |
| 7641 | 2026-09-08T03:59:10.736Z | |
| 7642 | 2026-09-08T03:59:10.736Z | Sep 08 03:59:09.607Sep 08 03:59:09.607Sep 08 03:59:09.607 INFOINFO adding route 172.17.0.1/32 -> 10.0.0.255adding route 172.17.0.6/32 -> 10.0.0.255 |
| 7643 | 2026-09-08T03:59:10.736Z | INFO |
| 7644 | 2026-09-08T03:59:10.736Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7645 | 2026-09-08T03:59:10.736Z | Sep 08 03:59:09.607 DEBGSep 08 03:59:09.607 Sep 08 03:59:09.607DEBGreplacing 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 } }] |
| 7646 | 2026-09-08T03:59:10.736Z | DEBGreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }] |
| 7647 | 2026-09-08T03:59:10.736Z | |
| 7648 | 2026-09-08T03:59:10.736Z | Sep 08 03:59:09.607 INFO adding route 172.17.0.7/32 -> 10.0.0.255Sep 08 03:59:09.607 |
| 7649 | 2026-09-08T03:59:10.736Z | Sep 08 03:59:09.607INFO INFOadding route 172.17.0.2/32 -> 10.0.0.255 |
| 7650 | 2026-09-08T03:59:10.736Z | Sep 08 03:59:09.607adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7651 | 2026-09-08T03:59:10.737Z | DEBG Sep 08 03:59:09.607replacing 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 } }] |
| 7652 | 2026-09-08T03:59:10.737Z | DEBGSep 08 03:59:09.607 replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7653 | 2026-09-08T03:59:10.737Z | Sep 08 03:59:09.607 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 } }]INFO |
| 7654 | 2026-09-08T03:59:10.737Z | adding route 172.17.0.8/32 -> 10.0.0.255 |
| 7655 | 2026-09-08T03:59:10.737Z | Sep 08 03:59:09.608 Sep 08 03:59:09.608Sep 08 03:59:09.608INFO INFODEBG adding route 172.17.0.0/32 -> 10.0.0.255 |
| 7656 | 2026-09-08T03:59:10.737Z | 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.3/32 -> 10.0.0.255 |
| 7657 | 2026-09-08T03:59:10.737Z | |
| 7658 | 2026-09-08T03:59:10.737Z | Sep 08 03:59:09.608Sep 08 03:59:09.608 Sep 08 03:59:09.608 INFODEBGDEBG adding route 172.17.0.9/32 -> 10.0.0.255replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7659 | 2026-09-08T03:59:10.737Z | |
| 7660 | 2026-09-08T03:59:10.737Z | 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 } }] |
| 7661 | 2026-09-08T03:59:10.737Z | Sep 08 03:59:09.608 Sep 08 03:59:09.608DEBGSep 08 03:59:09.608 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 |
| 7662 | 2026-09-08T03:59:10.737Z | INFO adding route 172.17.0.1/32 -> 10.0.0.255adding route 172.17.0.4/32 -> 10.0.0.255 |
| 7663 | 2026-09-08T03:59:10.737Z | |
| 7664 | 2026-09-08T03:59:10.737Z | Sep 08 03:59:09.608 INFOSep 08 03:59:09.608 Sep 08 03:59:09.608DEBG adding route 172.17.0.10/32 -> 10.0.0.255 DEBG |
| 7665 | 2026-09-08T03:59:10.737Z | 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 } }] |
| 7666 | 2026-09-08T03:59:10.737Z | 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 } }] |
| 7667 | 2026-09-08T03:59:10.737Z | Sep 08 03:59:09.608 DEBGSep 08 03:59:09.608 Sep 08 03:59:09.608replacing 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 } }] |
| 7668 | 2026-09-08T03:59:10.737Z | INFOINFO adding route 172.17.0.5/32 -> 10.0.0.255adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7669 | 2026-09-08T03:59:10.738Z | |
| 7670 | 2026-09-08T03:59:10.738Z | Sep 08 03:59:09.608Sep 08 03:59:09.608Sep 08 03:59:09.608 INFO DEBGDEBG adding route 172.17.0.11/32 -> 10.0.0.255replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 7671 | 2026-09-08T03:59:10.738Z | |
| 7672 | 2026-09-08T03:59:10.738Z | |
| 7673 | 2026-09-08T03:59:10.738Z | Sep 08 03:59:09.608Sep 08 03:59:09.608Sep 08 03:59:09.608 DEBGINFO INFO adding route 172.17.0.3/32 -> 10.0.0.255replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7674 | 2026-09-08T03:59:10.738Z | |
| 7675 | 2026-09-08T03:59:10.738Z | adding route 172.17.0.6/32 -> 10.0.0.255 |
| 7676 | 2026-09-08T03:59:10.738Z | Sep 08 03:59:09.608Sep 08 03:59:09.608 Sep 08 03:59:09.608INFO DEBG DEBGadding route 172.17.0.12/32 -> 10.0.0.255 |
| 7677 | 2026-09-08T03:59:10.738Z | replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7678 | 2026-09-08T03:59:10.738Z | |
| 7679 | 2026-09-08T03:59:10.738Z | Sep 08 03:59:09.608Sep 08 03:59:09.608 DEBGSep 08 03:59:09.608 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 } }] |
| 7680 | 2026-09-08T03:59:10.738Z | adding route 172.17.0.7/32 -> 10.0.0.255INFO |
| 7681 | 2026-09-08T03:59:10.738Z | adding route 172.17.0.4/32 -> 10.0.0.255Sep 08 03:59:09.608 |
| 7682 | 2026-09-08T03:59:10.739Z | INFOSep 08 03:59:09.608 adding route 172.17.0.13/32 -> 10.0.0.255Sep 08 03:59:09.608 |
| 7683 | 2026-09-08T03:59:10.739Z | 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.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 } }] |
| 7684 | 2026-09-08T03:59:10.739Z | |
| 7685 | 2026-09-08T03:59:10.739Z | Sep 08 03:59:09.608 DEBG Sep 08 03:59:09.608replacing 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 } }]Sep 08 03:59:09.608 |
| 7686 | 2026-09-08T03:59:10.739Z | INFOINFO adding route 172.17.0.5/32 -> 10.0.0.255adding route 172.17.0.8/32 -> 10.0.0.255 |
| 7687 | 2026-09-08T03:59:10.739Z | |
| 7688 | 2026-09-08T03:59:10.739Z | Sep 08 03:59:09.608 Sep 08 03:59:09.608INFO Sep 08 03:59:09.608 adding route 172.17.0.14/32 -> 10.0.0.255DEBG |
| 7689 | 2026-09-08T03:59:10.739Z | 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 } }] |
| 7690 | 2026-09-08T03:59:10.739Z | Sep 08 03:59:09.608replacing 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 } }] |
| 7691 | 2026-09-08T03:59:10.739Z | DEBG Sep 08 03:59:09.608replacing 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 } }] |
| 7692 | 2026-09-08T03:59:10.739Z | INFOSep 08 03:59:09.608 adding route 172.17.0.9/32 -> 10.0.0.255INFO |
| 7693 | 2026-09-08T03:59:10.739Z | Sep 08 03:59:09.608 adding route 172.17.0.6/32 -> 10.0.0.255INFO |
| 7694 | 2026-09-08T03:59:10.739Z | adding route 172.17.0.15/32 -> 10.0.0.255 |
| 7695 | 2026-09-08T03:59:10.739Z | Sep 08 03:59:09.608 Sep 08 03:59:09.608DEBG Sep 08 03:59:09.608 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 } }] |
| 7696 | 2026-09-08T03:59:10.740Z | DEBGreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7697 | 2026-09-08T03:59:10.740Z | 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 } }]Sep 08 03:59:09.608 |
| 7698 | 2026-09-08T03:59:10.740Z | INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7699 | 2026-09-08T03:59:10.740Z | Sep 08 03:59:09.608Sep 08 03:59:09.608 INFOINFO adding route 172.17.0.7/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255 |
| 7700 | 2026-09-08T03:59:10.740Z | |
| 7701 | 2026-09-08T03:59:10.740Z | Sep 08 03:59:09.608 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 } }]Sep 08 03:59:09.608 |
| 7702 | 2026-09-08T03:59:10.740Z | Sep 08 03:59:09.608 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 } }]Sep 08 03:59:09.608replacing 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 } }] |
| 7703 | 2026-09-08T03:59:10.740Z | |
| 7704 | 2026-09-08T03:59:10.740Z | INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 7705 | 2026-09-08T03:59:10.740Z | Sep 08 03:59:09.608Sep 08 03:59:09.608 INFOINFOSep 08 03:59:09.608 adding route 172.17.0.8/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7706 | 2026-09-08T03:59:10.740Z | DEBG |
| 7707 | 2026-09-08T03:59:10.740Z | 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 } }] |
| 7708 | 2026-09-08T03:59:10.740Z | Sep 08 03:59:09.608Sep 08 03:59:09.608 Sep 08 03:59:09.608 DEBG DEBGINFO replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 7709 | 2026-09-08T03:59:10.740Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 7710 | 2026-09-08T03:59:10.740Z | |
| 7711 | 2026-09-08T03:59:10.740Z | Sep 08 03:59:09.608Sep 08 03:59:09.608Sep 08 03:59:09.608 INFO INFOadding route 172.17.0.18/32 -> 10.0.0.255DEBG |
| 7712 | 2026-09-08T03:59:10.740Z | adding route 172.17.0.9/32 -> 10.0.0.255replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7713 | 2026-09-08T03:59:10.741Z | |
| 7714 | 2026-09-08T03:59:10.741Z | Sep 08 03:59:09.608 Sep 08 03:59:09.608DEBGSep 08 03:59:09.608 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 } }] |
| 7715 | 2026-09-08T03:59:10.741Z | 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 adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7716 | 2026-09-08T03:59:10.741Z | Sep 08 03:59:09.619 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 } }] |
| 7717 | 2026-09-08T03:59:10.741Z | Sep 08 03:59:09.619 |
| 7718 | 2026-09-08T03:59:10.741Z | INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7719 | 2026-09-08T03:59:10.741Z | Sep 08 03:59:09.619 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 } }] |
| 7720 | 2026-09-08T03:59:10.747Z | Sep 08 03:59:09.619Sep 08 03:59:09.619 INFOSep 08 03:59:09.619INFO INFOadding route 172.17.0.19/32 -> 10.0.0.255 |
| 7721 | 2026-09-08T03:59:10.747Z | adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7722 | 2026-09-08T03:59:10.747Z | |
| 7723 | 2026-09-08T03:59:10.747Z | Sep 08 03:59:09.619 Sep 08 03:59:09.619Sep 08 03:59:09.619 DEBGDEBG DEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7724 | 2026-09-08T03:59:10.747Z | 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 } }] |
| 7725 | 2026-09-08T03:59:10.747Z | |
| 7726 | 2026-09-08T03:59:10.747Z | Sep 08 03:59:09.619Sep 08 03:59:09.619 INFOSep 08 03:59:09.619 adding route 172.17.0.20/32 -> 10.0.0.255INFOINFO |
| 7727 | 2026-09-08T03:59:10.748Z | adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.11/32 -> 10.0.0.255 |
| 7728 | 2026-09-08T03:59:10.748Z | |
| 7729 | 2026-09-08T03:59:10.748Z | Sep 08 03:59:09.619 DEBGSep 08 03:59:09.619Sep 08 03:59:09.619 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 } }] |
| 7730 | 2026-09-08T03:59:10.748Z | 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 } }] |
| 7731 | 2026-09-08T03:59:10.748Z | 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 } }] |
| 7732 | 2026-09-08T03:59:10.748Z | Sep 08 03:59:09.619 INFOSep 08 03:59:09.619 Sep 08 03:59:09.619 adding route 172.17.0.21/32 -> 10.0.0.255INFO |
| 7733 | 2026-09-08T03:59:10.748Z | INFOadding route 172.17.0.12/32 -> 10.0.0.255 |
| 7734 | 2026-09-08T03:59:10.748Z | adding route 172.17.0.17/32 -> 10.0.0.255Sep 08 03:59:09.619 |
| 7735 | 2026-09-08T03:59:10.748Z | 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 } }]Sep 08 03:59:09.619 |
| 7736 | 2026-09-08T03:59:10.748Z | Sep 08 03:59:09.619 DEBGDEBG Sep 08 03:59:09.619replacing 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 } }] |
| 7737 | 2026-09-08T03:59:10.748Z | INFO replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255 |
| 7738 | 2026-09-08T03:59:10.748Z | |
| 7739 | 2026-09-08T03:59:10.748Z | Sep 08 03:59:09.619 INFO adding route 172.17.0.13/32 -> 10.0.0.255Sep 08 03:59:09.619Sep 08 03:59:09.619 |
| 7740 | 2026-09-08T03:59:10.748Z | INFO DEBGadding route 172.17.0.18/32 -> 10.0.0.255 |
| 7741 | 2026-09-08T03:59:10.748Z | 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 } }] |
| 7742 | 2026-09-08T03:59:10.748Z | Sep 08 03:59:09.619 Sep 08 03:59:09.619DEBG Sep 08 03:59:09.619DEBG 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 } }] |
| 7743 | 2026-09-08T03:59:10.748Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7744 | 2026-09-08T03:59:10.748Z | 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 } }] |
| 7745 | 2026-09-08T03:59:10.748Z | Sep 08 03:59:09.619 Sep 08 03:59:09.619INFOSep 08 03:59:09.619 DEBGINFO adding route 172.17.0.19/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 } }] |
| 7746 | 2026-09-08T03:59:10.749Z | |
| 7747 | 2026-09-08T03:59:10.749Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7748 | 2026-09-08T03:59:10.749Z | Sep 08 03:59:09.619Sep 08 03:59:09.619 INFODEBG adding route 172.17.0.24/32 -> 10.0.0.255Sep 08 03:59:09.619 |
| 7749 | 2026-09-08T03:59:10.749Z | 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 |
| 7750 | 2026-09-08T03:59:10.749Z | 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 } }] |
| 7751 | 2026-09-08T03:59:10.749Z | Sep 08 03:59:09.619 Sep 08 03:59:09.619DEBG 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 } }]Sep 08 03:59:09.619 |
| 7752 | 2026-09-08T03:59:10.749Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7753 | 2026-09-08T03:59:10.749Z | INFO Sep 08 03:59:09.619adding route 172.17.0.15/32 -> 10.0.0.255 |
| 7754 | 2026-09-08T03:59:10.749Z | INFOSep 08 03:59:09.619 DEBG adding route 172.17.0.25/32 -> 10.0.0.255replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7755 | 2026-09-08T03:59:10.749Z | |
| 7756 | 2026-09-08T03:59:10.749Z | Sep 08 03:59:09.619 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 } }] |
| 7757 | 2026-09-08T03:59:10.749Z | Sep 08 03:59:09.619Sep 08 03:59:09.619 DEBGINFO Sep 08 03:59:09.619adding route 172.17.0.21/32 -> 10.0.0.255replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7758 | 2026-09-08T03:59:10.749Z | |
| 7759 | 2026-09-08T03:59:10.749Z | INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 7760 | 2026-09-08T03:59:10.749Z | Sep 08 03:59:09.619Sep 08 03:59:09.619 Sep 08 03:59:09.619 DEBGDEBGINFO replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.26/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 } }] |
| 7761 | 2026-09-08T03:59:10.749Z | |
| 7762 | 2026-09-08T03:59:10.749Z | |
| 7763 | 2026-09-08T03:59:10.749Z | Sep 08 03:59:09.619Sep 08 03:59:09.619 Sep 08 03:59:09.619DEBG 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 } }]INFO |
| 7764 | 2026-09-08T03:59:10.749Z | adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7765 | 2026-09-08T03:59:10.749Z | |
| 7766 | 2026-09-08T03:59:10.750Z | Sep 08 03:59:09.619Sep 08 03:59:09.619Sep 08 03:59:09.619 DEBGINFODEBG adding route 172.17.0.27/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 } }] |
| 7767 | 2026-09-08T03:59:10.750Z | 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 } }] |
| 7768 | 2026-09-08T03:59:10.750Z | |
| 7769 | 2026-09-08T03:59:10.750Z | Sep 08 03:59:09.619 Sep 08 03:59:09.619DEBG 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 } }]Sep 08 03:59:09.619 |
| 7770 | 2026-09-08T03:59:10.750Z | adding route 172.17.0.23/32 -> 10.0.0.255INFO |
| 7771 | 2026-09-08T03:59:10.750Z | adding route 172.17.0.18/32 -> 10.0.0.255Sep 08 03:59:09.619 |
| 7772 | 2026-09-08T03:59:10.750Z | Sep 08 03:59:09.619INFO adding route 172.17.0.28/32 -> 10.0.0.255DEBG |
| 7773 | 2026-09-08T03:59:10.750Z | Sep 08 03:59:09.619 replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7774 | 2026-09-08T03:59:10.750Z | 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 } }] |
| 7775 | 2026-09-08T03:59:10.750Z | Sep 08 03:59:09.619Sep 08 03:59:09.619 DEBGINFOSep 08 03:59:09.619 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 |
| 7776 | 2026-09-08T03:59:10.750Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 7777 | 2026-09-08T03:59:10.750Z | adding route 172.17.0.19/32 -> 10.0.0.255 |
| 7778 | 2026-09-08T03:59:10.750Z | Sep 08 03:59:09.619 INFOSep 08 03:59:09.619 Sep 08 03:59:09.619DEBG adding route 172.17.0.29/32 -> 10.0.0.255 DEBG |
| 7779 | 2026-09-08T03:59:10.750Z | 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.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 } }] |
| 7780 | 2026-09-08T03:59:10.750Z | |
| 7781 | 2026-09-08T03:59:10.751Z | Sep 08 03:59:09.619Sep 08 03:59:09.619 DEBGINFOSep 08 03:59:09.619 adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7782 | 2026-09-08T03:59:10.751Z | INFOreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7783 | 2026-09-08T03:59:10.751Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7784 | 2026-09-08T03:59:10.751Z | Sep 08 03:59:09.619 DEBGSep 08 03:59:09.619 Sep 08 03:59:09.619replacing 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 } }] |
| 7785 | 2026-09-08T03:59:10.751Z | INFODEBG 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.30/32 -> 10.0.0.255 |
| 7786 | 2026-09-08T03:59:10.751Z | |
| 7787 | 2026-09-08T03:59:10.751Z | Sep 08 03:59:09.619 INFO adding route 172.17.0.26/32 -> 10.0.0.255Sep 08 03:59:09.619Sep 08 03:59:09.619 |
| 7788 | 2026-09-08T03:59:10.751Z | INFODEBG adding route 172.17.0.21/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 } }] |
| 7789 | 2026-09-08T03:59:10.751Z | |
| 7790 | 2026-09-08T03:59:10.751Z | Sep 08 03:59:09.619 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 } }]Sep 08 03:59:09.619 |
| 7791 | 2026-09-08T03:59:10.751Z | Sep 08 03:59:09.619DEBG INFOreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Sep 08 03:59:09.619adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7792 | 2026-09-08T03:59:10.751Z | |
| 7793 | 2026-09-08T03:59:10.751Z | INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 7794 | 2026-09-08T03:59:10.751Z | Sep 08 03:59:09.619Sep 08 03:59:09.619 INFODEBGSep 08 03:59:09.619 replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255 |
| 7795 | 2026-09-08T03:59:10.751Z | |
| 7796 | 2026-09-08T03:59:10.751Z | 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 } }] |
| 7797 | 2026-09-08T03:59:10.751Z | Sep 08 03:59:09.619Sep 08 03:59:09.619 INFODEBG adding route 172.17.0.32/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 } }] |
| 7798 | 2026-09-08T03:59:10.752Z | |
| 7799 | 2026-09-08T03:59:10.752Z | Sep 08 03:59:09.619 INFOSep 08 03:59:09.619 Sep 08 03:59:09.619 adding route 172.17.0.28/32 -> 10.0.0.255DEBGINFO |
| 7800 | 2026-09-08T03:59:10.752Z | adding route 172.17.0.23/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 } }] |
| 7801 | 2026-09-08T03:59:10.752Z | |
| 7802 | 2026-09-08T03:59:10.752Z | Sep 08 03:59:09.619Sep 08 03:59:09.619Sep 08 03:59:09.619 INFODEBG DEBGadding route 172.17.0.33/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 } }] |
| 7803 | 2026-09-08T03:59:10.752Z | |
| 7804 | 2026-09-08T03:59:10.752Z | 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 } }] |
| 7805 | 2026-09-08T03:59:10.752Z | Sep 08 03:59:09.619Sep 08 03:59:09.619Sep 08 03:59:09.619 DEBGINFO INFO replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7806 | 2026-09-08T03:59:10.752Z | adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7807 | 2026-09-08T03:59:10.752Z | |
| 7808 | 2026-09-08T03:59:10.752Z | Sep 08 03:59:09.619Sep 08 03:59:09.619Sep 08 03:59:09.619 DEBGINFO replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7809 | 2026-09-08T03:59:10.752Z | adding route 172.17.0.34/32 -> 10.0.0.255replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7810 | 2026-09-08T03:59:10.752Z | |
| 7811 | 2026-09-08T03:59:10.752Z | Sep 08 03:59:09.619Sep 08 03:59:09.619 DEBGINFO replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.30/32 -> 10.0.0.255 |
| 7812 | 2026-09-08T03:59:10.752Z | |
| 7813 | 2026-09-08T03:59:10.752Z | Sep 08 03:59:09.619Sep 08 03:59:09.619 Sep 08 03:59:09.619INFO INFOadding route 172.17.0.35/32 -> 10.0.0.255 |
| 7814 | 2026-09-08T03:59:10.753Z | DEBG adding route 172.17.0.25/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 } }] |
| 7815 | 2026-09-08T03:59:10.753Z | |
| 7816 | 2026-09-08T03:59:10.753Z | Sep 08 03:59:09.619 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 } }]Sep 08 03:59:09.619 |
| 7817 | 2026-09-08T03:59:10.753Z | Sep 08 03:59:09.619DEBG INFOSep 08 03:59:09.619replacing 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 } }] |
| 7818 | 2026-09-08T03:59:10.753Z | INFOadding route 172.17.0.31/32 -> 10.0.0.255 |
| 7819 | 2026-09-08T03:59:10.753Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7820 | 2026-09-08T03:59:10.758Z | Sep 08 03:59:09.619Sep 08 03:59:09.619Sep 08 03:59:09.619 INFODEBG DEBGreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.26/32 -> 10.0.0.255 |
| 7821 | 2026-09-08T03:59:10.758Z | 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 } }] |
| 7822 | 2026-09-08T03:59:10.758Z | |
| 7823 | 2026-09-08T03:59:10.758Z | Sep 08 03:59:09.619Sep 08 03:59:09.619 Sep 08 03:59:09.619 DEBGINFO 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.37/32 -> 10.0.0.255 |
| 7824 | 2026-09-08T03:59:10.758Z | |
| 7825 | 2026-09-08T03:59:10.758Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7826 | 2026-09-08T03:59:10.758Z | Sep 08 03:59:09.619 Sep 08 03:59:09.619DEBG INFOreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7827 | 2026-09-08T03:59:10.758Z | adding route 172.17.0.27/32 -> 10.0.0.255Sep 08 03:59:09.619 |
| 7828 | 2026-09-08T03:59:10.758Z | 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 } }]Sep 08 03:59:09.619 |
| 7829 | 2026-09-08T03:59:10.759Z | Sep 08 03:59:09.619 INFODEBG adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7830 | 2026-09-08T03:59:10.759Z | 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 } }]Sep 08 03:59:09.619 |
| 7831 | 2026-09-08T03:59:10.759Z | INFOSep 08 03:59:09.619 adding route 172.17.0.33/32 -> 10.0.0.255DEBGSep 08 03:59:09.619 |
| 7832 | 2026-09-08T03:59:10.759Z | 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 |
| 7833 | 2026-09-08T03:59:10.759Z | adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7834 | 2026-09-08T03:59:10.759Z | Sep 08 03:59:09.619 Sep 08 03:59:09.619DEBG INFOSep 08 03:59:09.619 adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7835 | 2026-09-08T03:59:10.759Z | 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 } }]Sep 08 03:59:09.630 |
| 7836 | 2026-09-08T03:59:10.759Z | 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 } }] |
| 7837 | 2026-09-08T03:59:10.759Z | Sep 08 03:59:09.630 INFOSep 08 03:59:09.630 adding route 172.17.0.34/32 -> 10.0.0.255INFO |
| 7838 | 2026-09-08T03:59:10.759Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7839 | 2026-09-08T03:59:10.759Z | Sep 08 03:59:09.630 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 } }] |
| 7840 | 2026-09-08T03:59:10.759Z | Sep 08 03:59:09.630DEBG 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 } }]Sep 08 03:59:09.630replacing 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 } }] |
| 7841 | 2026-09-08T03:59:10.759Z | INFO |
| 7842 | 2026-09-08T03:59:10.759Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7843 | 2026-09-08T03:59:10.760Z | Sep 08 03:59:09.630 Sep 08 03:59:09.630INFO Sep 08 03:59:09.630DEBG adding route 172.17.0.41/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 } }] |
| 7844 | 2026-09-08T03:59:10.760Z | |
| 7845 | 2026-09-08T03:59:10.760Z | INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7846 | 2026-09-08T03:59:10.760Z | Sep 08 03:59:09.630Sep 08 03:59:09.630 Sep 08 03:59:09.630INFODEBG 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 |
| 7847 | 2026-09-08T03:59:10.760Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7848 | 2026-09-08T03:59:10.760Z | 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 } }] |
| 7849 | 2026-09-08T03:59:10.760Z | Sep 08 03:59:09.630 Sep 08 03:59:09.630INFOSep 08 03:59:09.630 adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7850 | 2026-09-08T03:59:10.760Z | INFO adding route 172.17.0.30/32 -> 10.0.0.255DEBG |
| 7851 | 2026-09-08T03:59:10.760Z | 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 } }]Sep 08 03:59:09.630 |
| 7852 | 2026-09-08T03:59:10.760Z | DEBGSep 08 03:59:09.630 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 } }]Sep 08 03:59:09.630 |
| 7853 | 2026-09-08T03:59:10.760Z | 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 } }]INFO |
| 7854 | 2026-09-08T03:59:10.760Z | adding route 172.17.0.37/32 -> 10.0.0.255Sep 08 03:59:09.630 |
| 7855 | 2026-09-08T03:59:10.760Z | INFOSep 08 03:59:09.630 adding route 172.17.0.43/32 -> 10.0.0.255Sep 08 03:59:09.630 |
| 7856 | 2026-09-08T03:59:10.760Z | INFO adding route 172.17.0.31/32 -> 10.0.0.255DEBG |
| 7857 | 2026-09-08T03:59:10.761Z | Sep 08 03:59:09.630replacing 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 } }] |
| 7858 | 2026-09-08T03:59:10.761Z | 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 } }] |
| 7859 | 2026-09-08T03:59:10.761Z | Sep 08 03:59:09.630Sep 08 03:59:09.630 Sep 08 03:59:09.630INFO 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.44/32 -> 10.0.0.255 |
| 7860 | 2026-09-08T03:59:10.761Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7861 | 2026-09-08T03:59:10.761Z | |
| 7862 | 2026-09-08T03:59:10.761Z | Sep 08 03:59:09.630Sep 08 03:59:09.630Sep 08 03:59:09.630 DEBGDEBGINFO 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.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 } }] |
| 7863 | 2026-09-08T03:59:10.761Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7864 | 2026-09-08T03:59:10.761Z | |
| 7865 | 2026-09-08T03:59:10.761Z | Sep 08 03:59:09.630Sep 08 03:59:09.630 INFOSep 08 03:59:09.630 DEBGadding route 172.17.0.45/32 -> 10.0.0.255 |
| 7866 | 2026-09-08T03:59:10.761Z | 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 } }] |
| 7867 | 2026-09-08T03:59:10.761Z | INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7868 | 2026-09-08T03:59:10.761Z | Sep 08 03:59:09.630Sep 08 03:59:09.630 DEBGINFOSep 08 03:59:09.630 adding route 172.17.0.33/32 -> 10.0.0.255 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 |
| 7869 | 2026-09-08T03:59:10.761Z | |
| 7870 | 2026-09-08T03:59:10.761Z | 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 } }] |
| 7871 | 2026-09-08T03:59:10.761Z | Sep 08 03:59:09.630Sep 08 03:59:09.630 INFOSep 08 03:59:09.630 DEBGadding route 172.17.0.46/32 -> 10.0.0.255 |
| 7872 | 2026-09-08T03:59:10.761Z | replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 7873 | 2026-09-08T03:59:10.761Z | adding route 172.17.0.40/32 -> 10.0.0.255Sep 08 03:59:09.630 |
| 7874 | 2026-09-08T03:59:10.761Z | DEBGSep 08 03:59:09.630 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 } }]Sep 08 03:59:09.630INFO DEBGadding route 172.17.0.34/32 -> 10.0.0.255 |
| 7875 | 2026-09-08T03:59:10.761Z | |
| 7876 | 2026-09-08T03:59:10.762Z | 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 } }] |
| 7877 | 2026-09-08T03:59:10.762Z | Sep 08 03:59:09.630Sep 08 03:59:09.630 INFODEBG Sep 08 03:59:09.630 adding route 172.17.0.47/32 -> 10.0.0.255 replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7878 | 2026-09-08T03:59:10.762Z | |
| 7879 | 2026-09-08T03:59:10.762Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7880 | 2026-09-08T03:59:10.762Z | Sep 08 03:59:09.630Sep 08 03:59:09.630Sep 08 03:59:09.630 INFODEBG DEBG adding route 172.17.0.35/32 -> 10.0.0.255replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7881 | 2026-09-08T03:59:10.762Z | 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 } }] |
| 7882 | 2026-09-08T03:59:10.762Z | |
| 7883 | 2026-09-08T03:59:10.762Z | Sep 08 03:59:09.630Sep 08 03:59:09.630Sep 08 03:59:09.630 INFODEBGINFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7884 | 2026-09-08T03:59:10.762Z | replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7885 | 2026-09-08T03:59:10.762Z | |
| 7886 | 2026-09-08T03:59:10.762Z | test route::tests::delete_targets_full ... ok |
| 7887 | 2026-09-08T03:59:10.762Z | Sep 08 03:59:09.630Sep 08 03:59:09.630 Sep 08 03:59:09.630INFODEBG adding route 172.17.0.36/32 -> 10.0.0.255replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7888 | 2026-09-08T03:59:10.762Z | |
| 7889 | 2026-09-08T03:59:10.762Z | 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 } }] |
| 7890 | 2026-09-08T03:59:10.762Z | Sep 08 03:59:09.630Sep 08 03:59:09.630 INFODEBG Sep 08 03:59:09.630 adding route 172.17.0.49/32 -> 10.0.0.255replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7891 | 2026-09-08T03:59:10.762Z | |
| 7892 | 2026-09-08T03:59:10.763Z | INFO adding route 172.17.0.43/32 -> 10.0.0.255Sep 08 03:59:09.630 |
| 7893 | 2026-09-08T03:59:10.763Z | test route::tests::add_target_fails_full ... ok |
| 7894 | 2026-09-08T03:59:10.763Z | Sep 08 03:59:09.630DEBG 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 } }] |
| 7895 | 2026-09-08T03:59:10.763Z | adding route 172.17.0.37/32 -> 10.0.0.255Sep 08 03:59:09.630 |
| 7896 | 2026-09-08T03:59:10.763Z | 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 } }] |
| 7897 | 2026-09-08T03:59:10.763Z | Sep 08 03:59:09.630Sep 08 03:59:09.630 INFODEBG adding route 172.17.0.50/32 -> 10.0.0.255replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 08 03:59:09.630 |
| 7898 | 2026-09-08T03:59:10.763Z | INFO |
| 7899 | 2026-09-08T03:59:10.763Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7900 | 2026-09-08T03:59:10.763Z | Sep 08 03:59:09.630Sep 08 03:59:09.630 DEBGINFO Sep 08 03:59:09.630replacing 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.38/32 -> 10.0.0.255DEBG |
| 7901 | 2026-09-08T03:59:10.763Z | |
| 7902 | 2026-09-08T03:59:10.763Z | 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 } }] |
| 7903 | 2026-09-08T03:59:10.763Z | Sep 08 03:59:09.630 Sep 08 03:59:09.630Sep 08 03:59:09.630DEBG INFOINFOreplacing 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.51/32 -> 10.0.0.255 |
| 7904 | 2026-09-08T03:59:10.763Z | |
| 7905 | 2026-09-08T03:59:10.763Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7906 | 2026-09-08T03:59:10.763Z | Sep 08 03:59:09.630Sep 08 03:59:09.630 INFOSep 08 03:59:09.630 DEBGadding route 172.17.0.39/32 -> 10.0.0.255 DEBGreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7907 | 2026-09-08T03:59:10.763Z | |
| 7908 | 2026-09-08T03:59:10.763Z | 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 } }] |
| 7909 | 2026-09-08T03:59:10.763Z | Sep 08 03:59:09.630Sep 08 03:59:09.630Sep 08 03:59:09.630 INFO INFODEBGadding route 172.17.0.52/32 -> 10.0.0.255 |
| 7910 | 2026-09-08T03:59:10.764Z | adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7911 | 2026-09-08T03:59:10.764Z | 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 } }] |
| 7912 | 2026-09-08T03:59:10.764Z | Sep 08 03:59:09.630Sep 08 03:59:09.630 Sep 08 03:59:09.630DEBGDEBG 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.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 } }] |
| 7913 | 2026-09-08T03:59:10.764Z | |
| 7914 | 2026-09-08T03:59:10.764Z | INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7915 | 2026-09-08T03:59:10.764Z | Sep 08 03:59:09.630Sep 08 03:59:09.630 INFOINFOSep 08 03:59:09.630 adding route 172.17.0.53/32 -> 10.0.0.255 DEBG |
| 7916 | 2026-09-08T03:59:10.764Z | 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.47/32 -> 10.0.0.255 |
| 7917 | 2026-09-08T03:59:10.764Z | |
| 7918 | 2026-09-08T03:59:10.764Z | Sep 08 03:59:09.630 DEBGSep 08 03:59:09.630Sep 08 03:59:09.630 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 } }] |
| 7919 | 2026-09-08T03:59:10.764Z | adding route 172.17.0.41/32 -> 10.0.0.255DEBG |
| 7920 | 2026-09-08T03:59:10.769Z | 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 } }] |
| 7921 | 2026-09-08T03:59:10.769Z | Sep 08 03:59:09.630 Sep 08 03:59:09.630INFO DEBGadding route 172.17.0.54/32 -> 10.0.0.255Sep 08 03:59:09.630 |
| 7922 | 2026-09-08T03:59:10.770Z | replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 7923 | 2026-09-08T03:59:10.770Z | adding route 172.17.0.48/32 -> 10.0.0.255Sep 08 03:59:09.630 |
| 7924 | 2026-09-08T03:59:10.770Z | Sep 08 03:59:09.630DEBG 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 } }] |
| 7925 | 2026-09-08T03:59:10.770Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7926 | 2026-09-08T03:59:10.770Z | Sep 08 03:59:09.630 DEBGSep 08 03:59:09.630 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 } }]INFO |
| 7927 | 2026-09-08T03:59:10.770Z | Sep 08 03:59:09.630 adding route 172.17.0.55/32 -> 10.0.0.255DEBG |
| 7928 | 2026-09-08T03:59:10.770Z | Sep 08 03:59:09.630replacing 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 } }] |
| 7929 | 2026-09-08T03:59:10.770Z | INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7930 | 2026-09-08T03:59:10.770Z | Sep 08 03:59:09.630Sep 08 03:59:09.630 INFODEBG adding route 172.17.0.43/32 -> 10.0.0.255replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7931 | 2026-09-08T03:59:10.770Z | |
| 7932 | 2026-09-08T03:59:10.770Z | Sep 08 03:59:09.630 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 } }]Sep 08 03:59:09.630Sep 08 03:59:09.630 DEBG |
| 7933 | 2026-09-08T03:59:10.771Z | 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 } }] |
| 7934 | 2026-09-08T03:59:10.771Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7935 | 2026-09-08T03:59:10.771Z | Sep 08 03:59:09.630 Sep 08 03:59:09.630Sep 08 03:59:09.630INFO INFO DEBG adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7936 | 2026-09-08T03:59:10.771Z | |
| 7937 | 2026-09-08T03:59:10.771Z | |
| 7938 | 2026-09-08T03:59:10.771Z | Sep 08 03:59:09.630 Sep 08 03:59:09.630Sep 08 03:59:09.630 DEBG DEBGINFO replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 7939 | 2026-09-08T03:59:10.771Z | |
| 7940 | 2026-09-08T03:59:10.771Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7941 | 2026-09-08T03:59:10.771Z | Sep 08 03:59:09.630Sep 08 03:59:09.630Sep 08 03:59:09.630 DEBGINFO INFOreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7942 | 2026-09-08T03:59:10.771Z | adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7943 | 2026-09-08T03:59:10.771Z | |
| 7944 | 2026-09-08T03:59:10.771Z | Sep 08 03:59:09.631 INFOSep 08 03:59:09.631 Sep 08 03:59:09.631adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7945 | 2026-09-08T03:59:10.772Z | DEBG DEBGreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7946 | 2026-09-08T03:59:10.772Z | 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 } }]Sep 08 03:59:09.631 |
| 7947 | 2026-09-08T03:59:10.772Z | DEBG Sep 08 03:59:09.631replacing 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 } }] |
| 7948 | 2026-09-08T03:59:10.772Z | Sep 08 03:59:09.631INFO INFOadding route 172.17.0.46/32 -> 10.0.0.255 |
| 7949 | 2026-09-08T03:59:10.772Z | adding route 172.17.0.52/32 -> 10.0.0.255Sep 08 03:59:09.631 |
| 7950 | 2026-09-08T03:59:10.772Z | INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7951 | 2026-09-08T03:59:10.772Z | Sep 08 03:59:09.631Sep 08 03:59:09.631 DEBGDEBG Sep 08 03:59:09.631replacing 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.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 } }] |
| 7952 | 2026-09-08T03:59:10.772Z | DEBG |
| 7953 | 2026-09-08T03:59:10.772Z | replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7954 | 2026-09-08T03:59:10.772Z | Sep 08 03:59:09.631 INFO Sep 08 03:59:09.642adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7955 | 2026-09-08T03:59:10.772Z | INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7956 | 2026-09-08T03:59:10.772Z | Sep 08 03:59:09.642Sep 08 03:59:09.642 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.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 } }] |
| 7957 | 2026-09-08T03:59:10.772Z | |
| 7958 | 2026-09-08T03:59:10.772Z | Sep 08 03:59:09.642 DEBG failed to allocate space for the new target list |
| 7959 | 2026-09-08T03:59:10.772Z | Sep 08 03:59:09.642Sep 08 03:59:09.642 INFODEBG adding route 172.17.0.54/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 } }] |
| 7960 | 2026-09-08T03:59:10.772Z | |
| 7961 | 2026-09-08T03:59:10.773Z | Sep 08 03:59:09.642 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 } }] |
| 7962 | 2026-09-08T03:59:10.773Z | Sep 08 03:59:09.631Sep 08 03:59:09.642 INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7963 | 2026-09-08T03:59:10.773Z | |
| 7964 | 2026-09-08T03:59:10.773Z | Sep 08 03:59:09.642 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 } }]Sep 08 03:59:09.642 |
| 7965 | 2026-09-08T03:59:10.773Z | 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 } }] |
| 7966 | 2026-09-08T03:59:10.773Z | Sep 08 03:59:09.642 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7967 | 2026-09-08T03:59:10.773Z | Sep 08 03:59:09.642 INFO adding route 172.17.0.48/32 -> 10.0.0.255Sep 08 03:59:09.642 |
| 7968 | 2026-09-08T03:59:10.773Z | 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 } }] |
| 7969 | 2026-09-08T03:59:10.773Z | Sep 08 03:59:09.642 DEBG Sep 08 03:59:09.642replacing 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 } }] |
| 7970 | 2026-09-08T03:59:10.773Z | INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7971 | 2026-09-08T03:59:10.773Z | Sep 08 03:59:09.642 INFO Sep 08 03:59:09.642adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7972 | 2026-09-08T03:59:10.773Z | 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 } }] |
| 7973 | 2026-09-08T03:59:10.773Z | Sep 08 03:59:09.642 DEBG Sep 08 03:59:09.642replacing 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 } }] |
| 7974 | 2026-09-08T03:59:10.773Z | INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7975 | 2026-09-08T03:59:10.773Z | Sep 08 03:59:09.642 INFO Sep 08 03:59:09.642adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7976 | 2026-09-08T03:59:10.773Z | 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 } }] |
| 7977 | 2026-09-08T03:59:10.774Z | Sep 08 03:59:09.642 DEBG Sep 08 03:59:09.642replacing 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 } }] |
| 7978 | 2026-09-08T03:59:10.774Z | INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7979 | 2026-09-08T03:59:10.774Z | Sep 08 03:59:09.642 INFO Sep 08 03:59:09.642adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7980 | 2026-09-08T03:59:10.774Z | 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 } }] |
| 7981 | 2026-09-08T03:59:10.774Z | Sep 08 03:59:09.642 DEBG Sep 08 03:59:09.642replacing 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 } }] |
| 7982 | 2026-09-08T03:59:10.774Z | INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7983 | 2026-09-08T03:59:10.774Z | Sep 08 03:59:09.642 INFO Sep 08 03:59:09.642adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7984 | 2026-09-08T03:59:10.774Z | 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 } }] |
| 7985 | 2026-09-08T03:59:10.774Z | Sep 08 03:59:09.642 DEBG Sep 08 03:59:09.642replacing 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 } }] |
| 7986 | 2026-09-08T03:59:10.774Z | INFO adding route 172.17.0.61/32 -> 10.0.0.255 |
| 7987 | 2026-09-08T03:59:10.774Z | Sep 08 03:59:09.642 INFO Sep 08 03:59:09.642adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7988 | 2026-09-08T03:59:10.774Z | 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 } }] |
| 7989 | 2026-09-08T03:59:10.774Z | Sep 08 03:59:09.642 DEBG Sep 08 03:59:09.642replacing 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 } }] |
| 7990 | 2026-09-08T03:59:10.774Z | INFO adding route 172.17.0.62/32 -> 10.0.0.255 |
| 7991 | 2026-09-08T03:59:10.774Z | Sep 08 03:59:09.642 INFO Sep 08 03:59:09.642adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7992 | 2026-09-08T03:59:10.774Z | 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 } }] |
| 7993 | 2026-09-08T03:59:10.774Z | Sep 08 03:59:09.642 DEBG Sep 08 03:59:09.642replacing 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 } }] |
| 7994 | 2026-09-08T03:59:10.774Z | INFO adding route 172.17.0.63/32 -> 10.0.0.255 |
| 7995 | 2026-09-08T03:59:10.774Z | Sep 08 03:59:09.642 INFO Sep 08 03:59:09.642adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7996 | 2026-09-08T03:59:10.774Z | DEBG replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7997 | 2026-09-08T03:59:10.774Z | Sep 08 03:59:09.642 DEBG Sep 08 03:59:09.642replacing 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 } }] |
| 7998 | 2026-09-08T03:59:10.774Z | DEBG failed to allocate space for the new target list |
| 7999 | 2026-09-08T03:59:10.774Z | Sep 08 03:59:09.642 INFO Sep 08 03:59:09.642adding route 172.17.0.56/32 -> 10.0.0.255 |
| 8000 | 2026-09-08T03:59:10.774Z | test route::tests::delete_targets_fragmented ... ok |
| 8001 | 2026-09-08T03:59:10.774Z | 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 } }] |
| 8002 | 2026-09-08T03:59:10.774Z | |
| 8003 | 2026-09-08T03:59:10.774Z | test result: ok. 60 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s |
| 8004 | 2026-09-08T03:59:10.774Z | Sep 08 03:59:09.642 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 } }]Sep 08 03:59:09.642 |
| 8005 | 2026-09-08T03:59:10.774Z | |
| 8006 | 2026-09-08T03:59:10.774Z | DEBG failed to allocate space for the new target list |
| 8007 | 2026-09-08T03:59:10.774Z | Sep 08 03:59:09.642 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 8008 | 2026-09-08T03:59:10.774Z | Sep 08 03:59:09.642 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 } }] |
| 8009 | 2026-09-08T03:59:10.775Z | Sep 08 03:59:09.642 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 8010 | 2026-09-08T03:59:10.775Z | Sep 08 03:59:09.642 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 } }] |
| 8011 | 2026-09-08T03:59:10.775Z | Sep 08 03:59:09.642 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 8012 | 2026-09-08T03:59:10.775Z | Sep 08 03:59:09.642 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 } }] |
| 8013 | 2026-09-08T03:59:10.775Z | Sep 08 03:59:09.642 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 8014 | 2026-09-08T03:59:10.775Z | Sep 08 03:59:09.642 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 } }] |
| 8015 | 2026-09-08T03:59:10.775Z | Sep 08 03:59:09.642 DEBG failed to allocate space for the new target list |
| 8016 | 2026-09-08T03:59:10.775Z | Sep 08 03:59:09.642 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 } }] |
| 8017 | 2026-09-08T03:59:10.775Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-16e38afdeac4a555) |
| 8018 | 2026-09-08T03:59:10.775Z | |
| 8019 | 2026-09-08T03:59:10.775Z | running 0 tests |
| 8020 | 2026-09-08T03:59:10.781Z | |
| 8021 | 2026-09-08T03:59:10.781Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8022 | 2026-09-08T03:59:10.781Z | |
| 8023 | 2026-09-08T03:59:10.781Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-129626530bed4535) |
| 8024 | 2026-09-08T03:59:10.781Z | |
| 8025 | 2026-09-08T03:59:10.781Z | running 0 tests |
| 8026 | 2026-09-08T03:59:10.782Z | |
| 8027 | 2026-09-08T03:59:10.782Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8028 | 2026-09-08T03:59:10.782Z | |
| 8029 | 2026-09-08T03:59:10.782Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-384b24e69cc4dc80) |
| 8030 | 2026-09-08T03:59:10.782Z | |
| 8031 | 2026-09-08T03:59:10.782Z | running 6 tests |
| 8032 | 2026-09-08T03:59:10.782Z | test tests::test_full_lot_id_neither_present ... ok |
| 8033 | 2026-09-08T03:59:10.782Z | test tests::test_full_lot_id_lot_only ... ok |
| 8034 | 2026-09-08T03:59:10.782Z | test tests::test_full_lot_id_both_present ... ok |
| 8035 | 2026-09-08T03:59:10.782Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 8036 | 2026-09-08T03:59:10.782Z | test tests::test_parse_client_port_id ... ok |
| 8037 | 2026-09-08T03:59:10.782Z | test tests::test_port_id_cmp ... ok |
| 8038 | 2026-09-08T03:59:10.782Z | |
| 8039 | 2026-09-08T03:59:10.782Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8040 | 2026-09-08T03:59:10.783Z | |
| 8041 | 2026-09-08T03:59:10.783Z | Running tests/test_all.rs (target/debug/deps/test_all-b937eefd1800771b) |
| 8042 | 2026-09-08T03:59:10.783Z | |
| 8043 | 2026-09-08T03:59:10.783Z | running 0 tests |
| 8044 | 2026-09-08T03:59:10.783Z | |
| 8045 | 2026-09-08T03:59:10.783Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8046 | 2026-09-08T03:59:10.783Z | |
| 8047 | 2026-09-08T03:59:10.783Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-9a1ffdc1254bfaa8) |
| 8048 | 2026-09-08T03:59:10.783Z | |
| 8049 | 2026-09-08T03:59:10.783Z | running 0 tests |
| 8050 | 2026-09-08T03:59:10.783Z | |
| 8051 | 2026-09-08T03:59:10.783Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8052 | 2026-09-08T03:59:10.783Z | |
| 8053 | 2026-09-08T03:59:10.783Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-fbfe8a6c92a1a523) |
| 8054 | 2026-09-08T03:59:10.791Z | |
| 8055 | 2026-09-08T03:59:10.791Z | running 15 tests |
| 8056 | 2026-09-08T03:59:10.794Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 8057 | 2026-09-08T03:59:10.794Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 8058 | 2026-09-08T03:59:10.795Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 8059 | 2026-09-08T03:59:10.795Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 8060 | 2026-09-08T03:59:10.795Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 8061 | 2026-09-08T03:59:10.795Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 8062 | 2026-09-08T03:59:10.795Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 8063 | 2026-09-08T03:59:10.795Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 8064 | 2026-09-08T03:59:10.795Z | test v1::network::tests::test_equal ... ok |
| 8065 | 2026-09-08T03:59:10.795Z | test v1::network::tests::test_not_equal ... ok |
| 8066 | 2026-09-08T03:59:10.795Z | test v1::network::tests::test_into ... ok |
| 8067 | 2026-09-08T03:59:10.795Z | test v1::network::tests::test_to_string ... ok |
| 8068 | 2026-09-08T03:59:10.795Z | test v1::network::tests::test_eui64 ... ok |
| 8069 | 2026-09-08T03:59:10.799Z | test v1::network::tests::test_parse ... ok |
| 8070 | 2026-09-08T03:59:10.799Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 8071 | 2026-09-08T03:59:10.799Z | |
| 8072 | 2026-09-08T03:59:10.799Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8073 | 2026-09-08T03:59:10.799Z | |
| 8074 | 2026-09-08T03:59:10.804Z | Running unittests src/lib.rs (target/debug/deps/packet-2fcab119a41876a9) |
| 8075 | 2026-09-08T03:59:10.823Z | |
| 8076 | 2026-09-08T03:59:10.823Z | running 12 tests |
| 8077 | 2026-09-08T03:59:10.827Z | test icmp::test_v6_checksum ... ok |
| 8078 | 2026-09-08T03:59:10.827Z | test icmp::test_v4_checksum ... ok |
| 8079 | 2026-09-08T03:59:10.827Z | test pbuf::test_byte ... ok |
| 8080 | 2026-09-08T03:59:10.827Z | test pbuf::test_nibble ... ok |
| 8081 | 2026-09-08T03:59:10.827Z | test ipv6::test_ipv6_parse ... ok |
| 8082 | 2026-09-08T03:59:10.827Z | test lldp::test_lldp_parse ... ok |
| 8083 | 2026-09-08T03:59:10.827Z | test pbuf::test_overflow ... ok |
| 8084 | 2026-09-08T03:59:10.827Z | test pbuf::test_short ... ok |
| 8085 | 2026-09-08T03:59:10.827Z | test pbuf::test_twelve ... ok |
| 8086 | 2026-09-08T03:59:10.827Z | test pbuf::test_word ... ok |
| 8087 | 2026-09-08T03:59:10.827Z | test tcp::test_checksum_ack_data ... ok |
| 8088 | 2026-09-08T03:59:10.827Z | test tcp::test_checksum_syn_nodata ... ok |
| 8089 | 2026-09-08T03:59:10.827Z | |
| 8090 | 2026-09-08T03:59:10.828Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8091 | 2026-09-08T03:59:10.828Z | |
| 8092 | 2026-09-08T03:59:10.832Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 8093 | 2026-09-08T03:59:10.832Z | |
| 8094 | 2026-09-08T03:59:10.832Z | running 0 tests |
| 8095 | 2026-09-08T03:59:10.832Z | |
| 8096 | 2026-09-08T03:59:10.832Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8097 | 2026-09-08T03:59:10.832Z | |
| 8098 | 2026-09-08T03:59:10.836Z | Running unittests src/main.rs (target/debug/deps/swadm-1257a681e889b0b2) |
| 8099 | 2026-09-08T03:59:10.855Z | |
| 8100 | 2026-09-08T03:59:10.855Z | running 5 tests |
| 8101 | 2026-09-08T03:59:10.859Z | test switchport::test::test_compute_lanes ... ok |
| 8102 | 2026-09-08T03:59:10.862Z | test link::test_filter ... ok |
| 8103 | 2026-09-08T03:59:10.862Z | test switchport::test::port_id_ordering ... ok |
| 8104 | 2026-09-08T03:59:10.863Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 8105 | 2026-09-08T03:59:10.863Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 8106 | 2026-09-08T03:59:10.863Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 8107 | 2026-09-08T03:59:10.863Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 8108 | 2026-09-08T03:59:10.863Z | Tx Enabled: Yes Yes Yes Yes |
| 8109 | 2026-09-08T03:59:10.863Z | Tx Loss-of-lock: No No No No |
| 8110 | 2026-09-08T03:59:10.863Z | Tx Loss-of-signal: No No No No |
| 8111 | 2026-09-08T03:59:10.863Z | Tx CDR Enabled: No No No No |
| 8112 | 2026-09-08T03:59:10.863Z | Tx Adaptive EQ Fault: No No No Lane 0No |
| 8113 | 2026-09-08T03:59:10.863Z | Tx Fault: Yes Lane 1Yes Lane 2 Yes YesLane 3 |
| 8114 | 2026-09-08T03:59:10.863Z | |
| 8115 | 2026-09-08T03:59:10.863Z | State: Activated Activated Activated Activated |
| 8116 | 2026-09-08T03:59:10.863Z | Rx Output Enabled: false false false false |
| 8117 | 2026-09-08T03:59:10.863Z | Rx Output Status: valid valid valid valid |
| 8118 | 2026-09-08T03:59:10.863Z | Rx Loss-of-lock: true true true true |
| 8119 | 2026-09-08T03:59:10.863Z | Rx Loss-of-signal: false false false false |
| 8120 | 2026-09-08T03:59:10.864Z | Rx Auto-squelch Disable: true true true true |
| 8121 | 2026-09-08T03:59:10.864Z | Tx Output Enabled: true true true true |
| 8122 | 2026-09-08T03:59:10.864Z | Tx Output Status: invalid invalid invalid invalid |
| 8123 | 2026-09-08T03:59:10.864Z | Tx Loss-of-lock: false false false false |
| 8124 | 2026-09-08T03:59:10.864Z | Tx Loss-of-signal: true true true true |
| 8125 | 2026-09-08T03:59:10.864Z | Tx Auto-squelch Disable: false false false false |
| 8126 | 2026-09-08T03:59:10.864Z | Tx Adaptive EQ Fail: true true true true |
| 8127 | 2026-09-08T03:59:10.864Z | Tx Failure: false false false false |
| 8128 | 2026-09-08T03:59:10.864Z | Tx Force Squelch: true true true true |
| 8129 | 2026-09-08T03:59:10.864Z | Tx Input Polarity: normal normal normal normal |
| 8130 | 2026-09-08T03:59:10.864Z | test switchport::test::test_print_cmis_datapath ... ok |
| 8131 | 2026-09-08T03:59:10.864Z | test switchport::test::test_print_sff_datapath ... ok |
| 8132 | 2026-09-08T03:59:10.864Z | |
| 8133 | 2026-09-08T03:59:10.865Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8134 | 2026-09-08T03:59:10.865Z | |
| 8135 | 2026-09-08T03:59:10.869Z | Running tests/cli/main.rs (target/debug/deps/cli-b622f91327390c6d) |
| 8136 | 2026-09-08T03:59:10.885Z | |
| 8137 | 2026-09-08T03:59:10.885Z | running 7 tests |
| 8138 | 2026-09-08T03:59:10.889Z | test counters::counters_list ... ignored |
| 8139 | 2026-09-08T03:59:10.889Z | test link_apply::apply_tx_eq_all ... ignored |
| 8140 | 2026-09-08T03:59:10.889Z | test link_apply::apply_tx_eq_custom ... ignored |
| 8141 | 2026-09-08T03:59:10.889Z | test tx_eq::set_all_taps ... ignored |
| 8142 | 2026-09-08T03:59:10.889Z | test tx_eq::set_partial_taps ... ignored |
| 8143 | 2026-09-08T03:59:10.892Z | test cmd::test::pattern_statics ... ok |
| 8144 | 2026-09-08T03:59:10.932Z | test link_apply::tx_eq_exclusive ... ok |
| 8145 | 2026-09-08T03:59:10.933Z | |
| 8146 | 2026-09-08T03:59:10.933Z | test result: ok. 2 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.05s |
| 8147 | 2026-09-08T03:59:10.933Z | |
| 8148 | 2026-09-08T03:59:10.937Z | Running unittests src/main.rs (target/debug/deps/tfportd-2c10e77498becd54) |
| 8149 | 2026-09-08T03:59:10.940Z | |
| 8150 | 2026-09-08T03:59:10.940Z | running 4 tests |
| 8151 | 2026-09-08T03:59:10.944Z | test oxstats::tests::producer_ids_are_actually_unique ... ok |
| 8152 | 2026-09-08T03:59:10.945Z | test linklocal::test_parse_ipadm ... ok |
| 8153 | 2026-09-08T03:59:10.945Z | test tfport::test_parse_tfport ... ok |
| 8154 | 2026-09-08T03:59:10.945Z | test config::tests::test_updates ... ok |
| 8155 | 2026-09-08T03:59:10.945Z | |
| 8156 | 2026-09-08T03:59:10.945Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8157 | 2026-09-08T03:59:10.945Z | |
| 8158 | 2026-09-08T03:59:10.945Z | Running unittests src/main.rs (target/debug/deps/uplinkd-ceb39c842d06889c) |
| 8159 | 2026-09-08T03:59:10.949Z | |
| 8160 | 2026-09-08T03:59:10.949Z | running 0 tests |
| 8161 | 2026-09-08T03:59:10.949Z | |
| 8162 | 2026-09-08T03:59:10.949Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8163 | 2026-09-08T03:59:10.949Z | |
| 8164 | 2026-09-08T03:59:10.949Z | Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353) |
| 8165 | 2026-09-08T03:59:10.952Z | |
| 8166 | 2026-09-08T03:59:10.953Z | running 0 tests |
| 8167 | 2026-09-08T03:59:10.953Z | |
| 8168 | 2026-09-08T03:59:10.953Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8169 | 2026-09-08T03:59:10.953Z | |
| 8170 | 2026-09-08T03:59:10.956Z | Doc-tests aal |
| 8171 | 2026-09-08T03:59:11.181Z | |
| 8172 | 2026-09-08T03:59:11.181Z | running 0 tests |
| 8173 | 2026-09-08T03:59:11.181Z | |
| 8174 | 2026-09-08T03:59:11.185Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8175 | 2026-09-08T03:59:11.185Z | |
| 8176 | 2026-09-08T03:59:11.209Z | Doc-tests aal_macros |
| 8177 | 2026-09-08T03:59:11.282Z | |
| 8178 | 2026-09-08T03:59:11.282Z | running 0 tests |
| 8179 | 2026-09-08T03:59:11.282Z | |
| 8180 | 2026-09-08T03:59:11.282Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8181 | 2026-09-08T03:59:11.282Z | |
| 8182 | 2026-09-08T03:59:11.295Z | Doc-tests common |
| 8183 | 2026-09-08T03:59:11.535Z | |
| 8184 | 2026-09-08T03:59:11.535Z | running 0 tests |
| 8185 | 2026-09-08T03:59:11.535Z | |
| 8186 | 2026-09-08T03:59:11.535Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8187 | 2026-09-08T03:59:11.535Z | |
| 8188 | 2026-09-08T03:59:11.563Z | Doc-tests dpd_api |
| 8189 | 2026-09-08T03:59:12.288Z | |
| 8190 | 2026-09-08T03:59:12.288Z | running 2 tests |
| 8191 | 2026-09-08T03:59:12.288Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 8192 | 2026-09-08T03:59:12.288Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 8193 | 2026-09-08T03:59:12.288Z | |
| 8194 | 2026-09-08T03:59:12.288Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8195 | 2026-09-08T03:59:12.288Z | |
| 8196 | 2026-09-08T03:59:12.319Z | Doc-tests dpd_client |
| 8197 | 2026-09-08T03:59:13.723Z | |
| 8198 | 2026-09-08T03:59:13.723Z | running 0 tests |
| 8199 | 2026-09-08T03:59:13.723Z | |
| 8200 | 2026-09-08T03:59:13.723Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8201 | 2026-09-08T03:59:13.723Z | |
| 8202 | 2026-09-08T03:59:13.780Z | Doc-tests dpd_types |
| 8203 | 2026-09-08T03:59:13.968Z | |
| 8204 | 2026-09-08T03:59:13.968Z | running 0 tests |
| 8205 | 2026-09-08T03:59:13.968Z | |
| 8206 | 2026-09-08T03:59:13.968Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8207 | 2026-09-08T03:59:13.968Z | |
| 8208 | 2026-09-08T03:59:13.991Z | Doc-tests dpd_types_versions |
| 8209 | 2026-09-08T03:59:15.499Z | |
| 8210 | 2026-09-08T03:59:15.500Z | running 1 test |
| 8211 | 2026-09-08T03:59:15.500Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 8212 | 2026-09-08T03:59:15.500Z | |
| 8213 | 2026-09-08T03:59:15.500Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8214 | 2026-09-08T03:59:15.500Z | |
| 8215 | 2026-09-08T03:59:15.551Z | Doc-tests packet |
| 8216 | 2026-09-08T03:59:15.774Z | |
| 8217 | 2026-09-08T03:59:15.774Z | running 0 tests |
| 8218 | 2026-09-08T03:59:15.774Z | |
| 8219 | 2026-09-08T03:59:15.774Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8220 | 2026-09-08T03:59:15.774Z | |
| 8221 | 2026-09-08T03:59:15.801Z | Doc-tests pcap |
| 8222 | 2026-09-08T03:59:15.855Z | |
| 8223 | 2026-09-08T03:59:15.855Z | running 0 tests |
| 8224 | 2026-09-08T03:59:15.855Z | |
| 8225 | 2026-09-08T03:59:15.855Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8226 | 2026-09-08T03:59:15.855Z | |
| 8227 | 2026-09-08T03:59:15.905Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 8228 | 2026-09-08T03:59:15.906Z | + RUST_BACKTRACE=full |
| 8229 | 2026-09-08T03:59:15.906Z | + cargo test --features chaos --no-fail-fast |
| 8230 | 2026-09-08T03:59:16.507Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 8231 | 2026-09-08T03:59:16.587Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 8232 | 2026-09-08T03:59:16.595Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 8233 | 2026-09-08T03:59:25.113Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 8234 | 2026-09-08T03:59:25.370Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 8235 | 2026-09-08T04:00:06.349Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 50.42s |
| 8236 | 2026-09-08T04:00:06.464Z | Running unittests src/lib.rs (target/debug/deps/aal-450f124e18c48d38) |
| 8237 | 2026-09-08T04:00:06.473Z | |
| 8238 | 2026-09-08T04:00:06.473Z | running 0 tests |
| 8239 | 2026-09-08T04:00:06.473Z | |
| 8240 | 2026-09-08T04:00:06.477Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8241 | 2026-09-08T04:00:06.477Z | |
| 8242 | 2026-09-08T04:00:06.477Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 8243 | 2026-09-08T04:00:06.481Z | |
| 8244 | 2026-09-08T04:00:06.481Z | running 0 tests |
| 8245 | 2026-09-08T04:00:06.481Z | |
| 8246 | 2026-09-08T04:00:06.481Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8247 | 2026-09-08T04:00:06.481Z | |
| 8248 | 2026-09-08T04:00:06.481Z | Running unittests src/lib.rs (target/debug/deps/asic-90deae621baeeec4) |
| 8249 | 2026-09-08T04:00:06.488Z | |
| 8250 | 2026-09-08T04:00:06.488Z | running 0 tests |
| 8251 | 2026-09-08T04:00:06.488Z | |
| 8252 | 2026-09-08T04:00:06.492Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8253 | 2026-09-08T04:00:06.492Z | |
| 8254 | 2026-09-08T04:00:06.492Z | Running unittests src/lib.rs (target/debug/deps/common-5e8ad7a4c62ed295) |
| 8255 | 2026-09-08T04:00:06.513Z | |
| 8256 | 2026-09-08T04:00:06.513Z | running 4 tests |
| 8257 | 2026-09-08T04:00:06.518Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 8258 | 2026-09-08T04:00:06.518Z | test nat::tests::test_vni ... ok |
| 8259 | 2026-09-08T04:00:06.521Z | test test_purge ... ok |
| 8260 | 2026-09-08T04:00:06.525Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 8261 | 2026-09-08T04:00:06.525Z | |
| 8262 | 2026-09-08T04:00:06.525Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8263 | 2026-09-08T04:00:06.525Z | |
| 8264 | 2026-09-08T04:00:06.528Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-049fc7a9b9157ea9) |
| 8265 | 2026-09-08T04:00:06.553Z | |
| 8266 | 2026-09-08T04:00:06.553Z | running 1 test |
| 8267 | 2026-09-08T04:00:06.556Z | ------- |
| 8268 | 2026-09-08T04:00:06.559Z | Generating OpenAPI documents from API definitions ... |
| 8269 | 2026-09-08T04:00:06.718Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 8270 | 2026-09-08T04:00:06.794Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 8271 | 2026-09-08T04:00:07.831Z | ------- |
| 8272 | 2026-09-08T04:00:07.831Z | Checking 13 OpenAPI documents... |
| 8273 | 2026-09-08T04:00:07.834Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8274 | 2026-09-08T04:00:07.834Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8275 | 2026-09-08T04:00:07.834Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8276 | 2026-09-08T04:00:07.834Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8277 | 2026-09-08T04:00:07.834Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8278 | 2026-09-08T04:00:07.834Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8279 | 2026-09-08T04:00:07.834Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8280 | 2026-09-08T04:00:07.834Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8281 | 2026-09-08T04:00:07.834Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8282 | 2026-09-08T04:00:07.834Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8283 | 2026-09-08T04:00:07.834Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8284 | 2026-09-08T04:00:07.834Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8285 | 2026-09-08T04:00:07.834Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8286 | 2026-09-08T04:00:07.834Z | Fresh dpd "latest" symlink |
| 8287 | 2026-09-08T04:00:07.834Z | ------- |
| 8288 | 2026-09-08T04:00:07.834Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 8289 | 2026-09-08T04:00:07.901Z | test test::test_apis_up_to_date ... ok |
| 8290 | 2026-09-08T04:00:07.901Z | |
| 8291 | 2026-09-08T04:00:07.901Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.35s |
| 8292 | 2026-09-08T04:00:07.901Z | |
| 8293 | 2026-09-08T04:00:07.971Z | Running unittests src/main.rs (target/debug/deps/dpd-5ef4a061b81554cd) |
| 8294 | 2026-09-08T04:00:07.977Z | |
| 8295 | 2026-09-08T04:00:07.977Z | running 60 tests |
| 8296 | 2026-09-08T04:00:07.985Z | test freemap::test_ordering ... ok |
| 8297 | 2026-09-08T04:00:07.986Z | test config::tests::test_updates ... ok |
| 8298 | 2026-09-08T04:00:07.986Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 8299 | 2026-09-08T04:00:07.986Z | test freemap::test_split ... ok |
| 8300 | 2026-09-08T04:00:07.986Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 8301 | 2026-09-08T04:00:07.986Z | test macaddrs::tests::test_mac_offset ... ok |
| 8302 | 2026-09-08T04:00:07.986Z | Sep 08 04:00:06.908 DEBG created new freemapSep 08 04:00:06.908 DEBG created new freemap, , unitunit:: freemap_testfreemap_test |
| 8303 | 2026-09-08T04:00:07.986Z | |
| 8304 | 2026-09-08T04:00:07.986Z | Sep 08 04:00:06.908 DEBG initted freemap. size: 128, unit: freemap_test |
| 8305 | 2026-09-08T04:00:07.986Z | Sep 08 04:00:06.908 DEBGSep 08 04:00:06.908 Sep 08 04:00:06.908DEBG initted freemap. size: 128 DEBG, reset freemap Sep 08 04:00:06.908unit, created new freemapunit: , DEBG:freemap_testunit |
| 8306 | 2026-09-08T04:00:07.986Z | : freemap_testcreated new freemap |
| 8307 | 2026-09-08T04:00:07.986Z | freemap_test, |
| 8308 | 2026-09-08T04:00:07.986Z | unitSep 08 04:00:06.908 : DEBGfreemap_test |
| 8309 | 2026-09-08T04:00:07.986Z | reset freemapSep 08 04:00:06.908, unitDEBG: initted freemap. size: 128freemap_testSep 08 04:00:06.908, |
| 8310 | 2026-09-08T04:00:07.986Z | unit: DEBGfreemap_test |
| 8311 | 2026-09-08T04:00:07.986Z | initted freemap. size: 128, unit:Sep 08 04:00:06.908 freemap_testDEBG |
| 8312 | 2026-09-08T04:00:07.986Z | reset freemap, unitSep 08 04:00:06.908: DEBGfreemap_test |
| 8313 | 2026-09-08T04:00:07.986Z | reset freemap, unit: freemap_test |
| 8314 | 2026-09-08T04:00:07.986Z | test freemap::test_basic ... ok |
| 8315 | 2026-09-08T04:00:07.986Z | test freemap::test_free ... ok |
| 8316 | 2026-09-08T04:00:07.986Z | test freemap::test_reclaim ... ok |
| 8317 | 2026-09-08T04:00:07.986Z | test freemap::test_exhaustion ... ok |
| 8318 | 2026-09-08T04:00:07.986Z | test macaddrs::tests::test_parse_port_id ... ok |
| 8319 | 2026-09-08T04:00:07.986Z | test mcast::tests::test_create_port_bitmap_all_same_direction ... ok |
| 8320 | 2026-09-08T04:00:07.986Z | test mcast::tests::test_canonicalize_sources ... ok |
| 8321 | 2026-09-08T04:00:07.987Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 8322 | 2026-09-08T04:00:07.987Z | test mcast::tests::test_create_port_bitmap_empty ... ok |
| 8323 | 2026-09-08T04:00:07.987Z | test mcast::tests::test_create_port_bitmap_filters_by_direction ... ok |
| 8324 | 2026-09-08T04:00:07.987Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 8325 | 2026-09-08T04:00:07.987Z | test api_server::tests::test_build_info ... ok |
| 8326 | 2026-09-08T04:00:07.987Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 8327 | 2026-09-08T04:00:07.987Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 8328 | 2026-09-08T04:00:07.987Z | test mcast::tests::test_sources_contain_any ... ok |
| 8329 | 2026-09-08T04:00:07.987Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 8330 | 2026-09-08T04:00:07.987Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 8331 | 2026-09-08T04:00:07.987Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 8332 | 2026-09-08T04:00:07.987Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 8333 | 2026-09-08T04:00:07.987Z | Sep 08 04:00:06.910 DEBG created new freemap, unit: freemap_test |
| 8334 | 2026-09-08T04:00:07.987Z | Sep 08 04:00:06.910 DEBG initted freemap. size: 8, unit: freemap_test |
| 8335 | 2026-09-08T04:00:07.987Z | Sep 08 04:00:06.910 DEBG reset freemap, unit: freemap_test |
| 8336 | 2026-09-08T04:00:07.987Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 8337 | 2026-09-08T04:00:07.987Z | test mcast::validate::tests::test_address_validation_with_source_validation ... ok |
| 8338 | 2026-09-08T04:00:07.987Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 8339 | 2026-09-08T04:00:07.987Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 8340 | 2026-09-08T04:00:07.996Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 8341 | 2026-09-08T04:00:07.996Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 8342 | 2026-09-08T04:00:07.996Z | test mcast::validate::tests::test_validate_not_underlay_subnet ... ok |
| 8343 | 2026-09-08T04:00:07.996Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 8344 | 2026-09-08T04:00:07.996Z | test mcast::validate::tests::test_validate_source_addresses ... ok |
| 8345 | 2026-09-08T04:00:07.996Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 8346 | 2026-09-08T04:00:07.996Z | test mcast::validate::tests::test_validate_tag ... ok |
| 8347 | 2026-09-08T04:00:07.996Z | test mcast::tests::test_id_range_boundaries ... ok |
| 8348 | 2026-09-08T04:00:07.996Z | test port_map::tests::test_backplane_group ... ok |
| 8349 | 2026-09-08T04:00:07.996Z | test mcast::tests::test_paired_allocation_and_cleanup ... ok |
| 8350 | 2026-09-08T04:00:07.996Z | test mcast::validate::tests::test_validate_tag_format ... ok |
| 8351 | 2026-09-08T04:00:07.996Z | test nat::test_mapping ... ok |
| 8352 | 2026-09-08T04:00:07.996Z | test port_map::tests::test_port_map ... ok |
| 8353 | 2026-09-08T04:00:07.996Z | test port_map::tests::dump_map ... ok |
| 8354 | 2026-09-08T04:00:07.996Z | Sep 08 04:00:06.911 DEBG created new freemap, unit: freemap_test |
| 8355 | 2026-09-08T04:00:07.996Z | Sep 08 04:00:06.911 DEBG initted freemap. size: 128, unit: freemap_test |
| 8356 | 2026-09-08T04:00:07.996Z | Sep 08 04:00:06.911 DEBG reset freemap, unit: freemap_test |
| 8357 | 2026-09-08T04:00:07.996Z | test freemap::test_span ... ok |
| 8358 | 2026-09-08T04:00:07.996Z | Sep 08 04:00:06.911 DEBG created new freemap, unit: freemap_route_ipv4 |
| 8359 | 2026-09-08T04:00:07.996Z | Sep 08 04:00:06.912 DEBG created new freemap, unit: freemap_route_ipv6 |
| 8360 | 2026-09-08T04:00:07.996Z | Sep 08 04:00:06.912 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 8361 | 2026-09-08T04:00:07.996Z | Sep 08 04:00:06.912 DEBG reset freemap, unit: freemap_route_ipv4 |
| 8362 | 2026-09-08T04:00:07.996Z | Sep 08 04:00:06.912 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 8363 | 2026-09-08T04:00:07.996Z | Sep 08 04:00:06.912 DEBG reset freemap, unit: freemap_route_ipv6 |
| 8364 | 2026-09-08T04:00:07.996Z | Sep 08 04:00:06.912 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8365 | 2026-09-08T04:00:07.996Z | Sep 08 04:00:06.912 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 } }] |
| 8366 | 2026-09-08T04:00:07.996Z | Sep 08 04:00:06.912 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8367 | 2026-09-08T04:00:07.996Z | Sep 08 04:00:06.912 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 } }] |
| 8368 | 2026-09-08T04:00:07.996Z | Sep 08 04:00:06.912Sep 08 04:00:06.912 INFODEBG adding route 3fff:beef::/64 -> 2001:db8::55:ffcreated new freemap |
| 8369 | 2026-09-08T04:00:07.996Z | , unitSep 08 04:00:06.912: DEBGfreemap_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 } }] |
| 8370 | 2026-09-08T04:00:07.996Z | |
| 8371 | 2026-09-08T04:00:07.997Z | Sep 08 04:00:06.912 Sep 08 04:00:06.912INFO DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8372 | 2026-09-08T04:00:07.997Z | created new freemap, unit: Sep 08 04:00:06.912freemap_route_ipv6 |
| 8373 | 2026-09-08T04:00:07.997Z | 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 } }] |
| 8374 | 2026-09-08T04:00:07.997Z | Sep 08 04:00:06.912 DEBGSep 08 04:00:06.912 initted freemap. size: 64INFO, unitadding route 3fff:beef:2::/64 -> 2001:db8::55:ff: |
| 8375 | 2026-09-08T04:00:07.997Z | freemap_route_ipv4 |
| 8376 | 2026-09-08T04:00:07.997Z | Sep 08 04:00:06.912 DEBGSep 08 04:00:06.912 replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8377 | 2026-09-08T04:00:07.997Z | reset freemap, unit: Sep 08 04:00:06.912freemap_route_ipv4 |
| 8378 | 2026-09-08T04:00:07.997Z | INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8379 | 2026-09-08T04:00:07.997Z | Sep 08 04:00:06.912 DEBGSep 08 04:00:06.912 initted freemap. size: 64DEBG, unitreplacing 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 } }]: |
| 8380 | 2026-09-08T04:00:07.997Z | freemap_route_ipv6 |
| 8381 | 2026-09-08T04:00:07.997Z | Sep 08 04:00:06.912 INFOSep 08 04:00:06.912 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBG |
| 8382 | 2026-09-08T04:00:07.997Z | reset freemap, unit:Sep 08 04:00:06.912 freemap_route_ipv6DEBG |
| 8383 | 2026-09-08T04:00:07.997Z | 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 } }] |
| 8384 | 2026-09-08T04:00:07.997Z | Sep 08 04:00:06.912 INFOSep 08 04:00:06.912 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 8385 | 2026-09-08T04:00:07.997Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8386 | 2026-09-08T04:00:07.997Z | Sep 08 04:00:06.912Sep 08 04:00:06.912 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 8387 | 2026-09-08T04:00:07.997Z | |
| 8388 | 2026-09-08T04:00:07.997Z | Sep 08 04:00:06.912Sep 08 04:00:06.912 INFOINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8389 | 2026-09-08T04:00:07.997Z | |
| 8390 | 2026-09-08T04:00:07.997Z | Sep 08 04:00:06.912Sep 08 04:00:06.912 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: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 } }] |
| 8391 | 2026-09-08T04:00:07.997Z | |
| 8392 | 2026-09-08T04:00:07.997Z | Sep 08 04:00:06.912Sep 08 04:00:06.912 INFOINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8393 | 2026-09-08T04:00:07.997Z | |
| 8394 | 2026-09-08T04:00:07.997Z | Sep 08 04:00:06.912Sep 08 04:00:06.912 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: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 } }] |
| 8395 | 2026-09-08T04:00:07.997Z | |
| 8396 | 2026-09-08T04:00:07.997Z | Sep 08 04:00:06.912Sep 08 04:00:06.912 INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8397 | 2026-09-08T04:00:07.997Z | |
| 8398 | 2026-09-08T04:00:07.997Z | Sep 08 04:00:06.912Sep 08 04:00:06.912 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: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 } }] |
| 8399 | 2026-09-08T04:00:07.997Z | |
| 8400 | 2026-09-08T04:00:07.997Z | Sep 08 04:00:06.912Sep 08 04:00:06.912 INFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8401 | 2026-09-08T04:00:07.997Z | |
| 8402 | 2026-09-08T04:00:07.997Z | Sep 08 04:00:06.912Sep 08 04:00:06.912 DEBGDEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8403 | 2026-09-08T04:00:07.997Z | |
| 8404 | 2026-09-08T04:00:07.998Z | Sep 08 04:00:06.912Sep 08 04:00:06.912 INFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8405 | 2026-09-08T04:00:07.998Z | |
| 8406 | 2026-09-08T04:00:07.998Z | Sep 08 04:00:06.912Sep 08 04:00:06.912 DEBGDEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8407 | 2026-09-08T04:00:07.998Z | |
| 8408 | 2026-09-08T04:00:07.998Z | Sep 08 04:00:06.912Sep 08 04:00:06.912 INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8409 | 2026-09-08T04:00:07.998Z | |
| 8410 | 2026-09-08T04:00:07.998Z | Sep 08 04:00:06.912Sep 08 04:00:06.912 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: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 } }] |
| 8411 | 2026-09-08T04:00:07.998Z | |
| 8412 | 2026-09-08T04:00:07.998Z | Sep 08 04:00:06.912Sep 08 04:00:06.912 INFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8413 | 2026-09-08T04:00:07.998Z | |
| 8414 | 2026-09-08T04:00:07.998Z | Sep 08 04:00:06.912Sep 08 04:00:06.912 DEBGDEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8415 | 2026-09-08T04:00:07.998Z | |
| 8416 | 2026-09-08T04:00:07.998Z | Sep 08 04:00:06.912Sep 08 04:00:06.912 INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8417 | 2026-09-08T04:00:07.998Z | |
| 8418 | 2026-09-08T04:00:07.998Z | Sep 08 04:00:06.912Sep 08 04:00:06.912 DEBGDEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8419 | 2026-09-08T04:00:07.998Z | |
| 8420 | 2026-09-08T04:00:07.998Z | Sep 08 04:00:06.912Sep 08 04:00:06.912 INFOINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8421 | 2026-09-08T04:00:07.998Z | |
| 8422 | 2026-09-08T04:00:07.998Z | Sep 08 04:00:06.912Sep 08 04:00:06.912 DEBGDEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 8423 | 2026-09-08T04:00:07.998Z | |
| 8424 | 2026-09-08T04:00:07.998Z | Sep 08 04:00:06.912Sep 08 04:00:06.912 INFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8425 | 2026-09-08T04:00:07.998Z | |
| 8426 | 2026-09-08T04:00:07.998Z | Sep 08 04:00:06.912Sep 08 04:00:06.912 DEBGDEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8427 | 2026-09-08T04:00:07.998Z | |
| 8428 | 2026-09-08T04:00:07.998Z | Sep 08 04:00:06.912Sep 08 04:00:06.912 INFOINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8429 | 2026-09-08T04:00:07.998Z | |
| 8430 | 2026-09-08T04:00:07.998Z | Sep 08 04:00:06.912Sep 08 04:00:06.912 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: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 } }] |
| 8431 | 2026-09-08T04:00:07.998Z | |
| 8432 | 2026-09-08T04:00:07.998Z | Sep 08 04:00:06.912 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8433 | 2026-09-08T04:00:07.998Z | Sep 08 04:00:06.912 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 } }] |
| 8434 | 2026-09-08T04:00:07.998Z | Sep 08 04:00:06.912 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 8435 | 2026-09-08T04:00:07.998Z | Sep 08 04:00:06.912 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 } }] |
| 8436 | 2026-09-08T04:00:07.998Z | Sep 08 04:00:06.912 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8437 | 2026-09-08T04:00:07.998Z | Sep 08 04:00:06.912 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 } }] |
| 8438 | 2026-09-08T04:00:07.998Z | Sep 08 04:00:06.912 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8439 | 2026-09-08T04:00:07.998Z | Sep 08 04:00:06.912 Sep 08 04:00:06.912INFO DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8440 | 2026-09-08T04:00:08.003Z | 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 } }] |
| 8441 | 2026-09-08T04:00:08.003Z | Sep 08 04:00:06.912Sep 08 04:00:06.912 DEBGINFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8442 | 2026-09-08T04:00:08.003Z | |
| 8443 | 2026-09-08T04:00:08.003Z | Sep 08 04:00:06.912Sep 08 04:00:06.912 DEBGINFO replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8444 | 2026-09-08T04:00:08.003Z | |
| 8445 | 2026-09-08T04:00:08.003Z | Sep 08 04:00:06.912Sep 08 04:00:06.912 INFODEBG adding route 3fff:beef:16::/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 } }] |
| 8446 | 2026-09-08T04:00:08.003Z | |
| 8447 | 2026-09-08T04:00:08.003Z | Sep 08 04:00:06.912Sep 08 04:00:06.912 DEBGINFO replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8448 | 2026-09-08T04:00:08.003Z | |
| 8449 | 2026-09-08T04:00:08.003Z | Sep 08 04:00:06.912Sep 08 04:00:06.912 INFODEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8450 | 2026-09-08T04:00:08.003Z | |
| 8451 | 2026-09-08T04:00:08.003Z | Sep 08 04:00:06.912Sep 08 04:00:06.912 DEBGINFO replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8452 | 2026-09-08T04:00:08.003Z | |
| 8453 | 2026-09-08T04:00:08.003Z | Sep 08 04:00:06.912Sep 08 04:00:06.912 INFODEBG adding route 3fff:beef:18::/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 } }] |
| 8454 | 2026-09-08T04:00:08.003Z | |
| 8455 | 2026-09-08T04:00:08.003Z | Sep 08 04:00:06.912Sep 08 04:00:06.912 INFODEBG adding route 3fff:beef:f::/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 } }] |
| 8456 | 2026-09-08T04:00:08.003Z | |
| 8457 | 2026-09-08T04:00:08.003Z | test port_map::tests::parse_softnpu_revision ... ok |
| 8458 | 2026-09-08T04:00:08.003Z | Sep 08 04:00:06.912Sep 08 04:00:06.912 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:19::/64 -> 2001:db8::55:ff |
| 8459 | 2026-09-08T04:00:08.003Z | |
| 8460 | 2026-09-08T04:00:08.003Z | Sep 08 04:00:06.912Sep 08 04:00:06.912 INFODEBG adding route 3fff:beef:10::/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 } }]Sep 08 04:00:06.912 |
| 8461 | 2026-09-08T04:00:08.003Z | |
| 8462 | 2026-09-08T04:00:08.003Z | DEBG created new freemapSep 08 04:00:06.912, Sep 08 04:00:06.912unit :INFO freemap_route_ipv4adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 8463 | 2026-09-08T04:00:08.003Z | DEBG |
| 8464 | 2026-09-08T04:00:08.003Z | 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 } }] |
| 8465 | 2026-09-08T04:00:08.003Z | Sep 08 04:00:06.912Sep 08 04:00:06.912 Sep 08 04:00:06.912 DEBG DEBGINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffcreated 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 } }] |
| 8466 | 2026-09-08T04:00:08.003Z | |
| 8467 | 2026-09-08T04:00:08.003Z | , unit: freemap_route_ipv6Sep 08 04:00:06.912 |
| 8468 | 2026-09-08T04:00:08.003Z | Sep 08 04:00:06.912 DEBGINFO Sep 08 04:00:06.912 replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG |
| 8469 | 2026-09-08T04:00:08.003Z | |
| 8470 | 2026-09-08T04:00:08.003Z | initted freemap. size: 64, unitSep 08 04:00:06.912:Sep 08 04:00:06.912 INFOfreemap_route_ipv4DEBG |
| 8471 | 2026-09-08T04:00:08.003Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8472 | 2026-09-08T04:00:08.003Z | |
| 8473 | 2026-09-08T04:00:08.004Z | Sep 08 04:00:06.912 DEBG reset freemapSep 08 04:00:06.912, Sep 08 04:00:06.912 unitINFO DEBG:adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8474 | 2026-09-08T04:00:08.004Z | 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 |
| 8475 | 2026-09-08T04:00:08.004Z | |
| 8476 | 2026-09-08T04:00:08.004Z | Sep 08 04:00:06.912 DEBGSep 08 04:00:06.912Sep 08 04:00:06.912 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 } }] |
| 8477 | 2026-09-08T04:00:08.004Z | INFODEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 8478 | 2026-09-08T04:00:08.004Z | , Sep 08 04:00:06.912unit: INFOfreemap_route_ipv6 |
| 8479 | 2026-09-08T04:00:08.004Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffSep 08 04:00:06.912 |
| 8480 | 2026-09-08T04:00:08.004Z | 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 } }]Sep 08 04:00:06.912 |
| 8481 | 2026-09-08T04:00:08.004Z | DEBGSep 08 04:00:06.912 reset freemapDEBG, Sep 08 04:00:06.912replacing 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 } }] unit |
| 8482 | 2026-09-08T04:00:08.004Z | Sep 08 04:00:06.912:DEBG INFO freemap_route_ipv6adding route 3fff:beef:14::/64 -> 2001:db8::55:ffcreated new freemapSep 08 04:00:06.912 |
| 8483 | 2026-09-08T04:00:08.004Z | |
| 8484 | 2026-09-08T04:00:08.004Z | INFO, Sep 08 04:00:06.912adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 8485 | 2026-09-08T04:00:08.004Z | INFOunit Sep 08 04:00:06.912Sep 08 04:00:06.912adding route 3fff:dead::/64 -> 2001:db8::55:1 :DEBG |
| 8486 | 2026-09-08T04:00:08.004Z | DEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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_ipv4Sep 08 04:00:06.912 |
| 8487 | 2026-09-08T04:00:08.004Z | |
| 8488 | 2026-09-08T04:00:08.004Z | |
| 8489 | 2026-09-08T04:00:08.004Z | 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 } }]Sep 08 04:00:06.912 |
| 8490 | 2026-09-08T04:00:08.004Z | Sep 08 04:00:06.912Sep 08 04:00:06.912 INFO DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ffSep 08 04:00:06.912INFO |
| 8491 | 2026-09-08T04:00:08.004Z | INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 8492 | 2026-09-08T04:00:08.004Z | adding route 3fff:dead::/64 -> 2001:db8::55:1created new freemapSep 08 04:00:06.912, |
| 8493 | 2026-09-08T04:00:08.004Z | unit DEBG Sep 08 04:00:06.912: Sep 08 04:00:06.912 DEBGfreemap_route_ipv6 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 } }] |
| 8494 | 2026-09-08T04:00:08.004Z | 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 } }] |
| 8495 | 2026-09-08T04:00:08.004Z | 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 } }] |
| 8496 | 2026-09-08T04:00:08.004Z | |
| 8497 | 2026-09-08T04:00:08.004Z | Sep 08 04:00:06.912Sep 08 04:00:06.912 Sep 08 04:00:06.912Sep 08 04:00:06.912 DEBG Sep 08 04:00:06.912 INFO DEBG INFOINFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ffcreated new freemap |
| 8498 | 2026-09-08T04:00:08.004Z | , initted freemap. size: 64adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 8499 | 2026-09-08T04:00:08.004Z | unit, : |
| 8500 | 2026-09-08T04:00:08.004Z | unit: freemap_route_ipv4Sep 08 04:00:06.912freemap_route_ipv4 Sep 08 04:00:06.912DEBG Sep 08 04:00:06.912DEBG |
| 8501 | 2026-09-08T04:00:08.004Z | 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 } }] |
| 8502 | 2026-09-08T04:00:08.005Z | |
| 8503 | 2026-09-08T04:00:08.005Z | 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 } }]Sep 08 04:00:06.912 |
| 8504 | 2026-09-08T04:00:08.005Z | 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 } }]Sep 08 04:00:06.912 |
| 8505 | 2026-09-08T04:00:08.005Z | Sep 08 04:00:06.912 INFODEBGDEBGSep 08 04:00:06.912Sep 08 04:00:06.912 INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ffcreated new freemap |
| 8506 | 2026-09-08T04:00:08.005Z | |
| 8507 | 2026-09-08T04:00:08.005Z | , adding route 3fff:dead::/64 -> 2001:db8::55:2unitreset freemap:, |
| 8508 | 2026-09-08T04:00:08.005Z | Sep 08 04:00:06.912Sep 08 04:00:06.912unit DEBG :DEBG freemap_route_ipv6Sep 08 04:00:06.912 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 } }]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 } }] |
| 8509 | 2026-09-08T04:00:08.005Z | |
| 8510 | 2026-09-08T04:00:08.005Z | |
| 8511 | 2026-09-08T04:00:08.005Z | 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 } }] |
| 8512 | 2026-09-08T04:00:08.005Z | freemap_route_ipv4Sep 08 04:00:06.913 |
| 8513 | 2026-09-08T04:00:08.005Z | Sep 08 04:00:06.913DEBG Sep 08 04:00:06.913INFO initted freemap. size: 64 , INFO Sep 08 04:00:06.913 unitSep 08 04:00:06.913 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8514 | 2026-09-08T04:00:08.005Z | INFO |
| 8515 | 2026-09-08T04:00:08.005Z | :DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 8516 | 2026-09-08T04:00:08.005Z | initted freemap. size: 64Sep 08 04:00:06.913, unitDEBG:Sep 08 04:00:06.913 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 } }] |
| 8517 | 2026-09-08T04:00:08.005Z | 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 } }]freemap_route_ipv4 |
| 8518 | 2026-09-08T04:00:08.005Z | freemap_route_ipv6Sep 08 04:00:06.913Sep 08 04:00:06.913 |
| 8519 | 2026-09-08T04:00:08.005Z | |
| 8520 | 2026-09-08T04:00:08.005Z | INFO Sep 08 04:00:06.913adding route 3fff:beef:19::/64 -> 2001:db8::55:ff Sep 08 04:00:06.913INFO DEBG |
| 8521 | 2026-09-08T04:00:08.005Z | DEBGSep 08 04:00:06.913replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff DEBG |
| 8522 | 2026-09-08T04:00:08.005Z | reset freemap |
| 8523 | 2026-09-08T04:00:08.005Z | reset freemapSep 08 04:00:06.913, Sep 08 04:00:06.913unit : DEBG DEBGfreemap_route_ipv4 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 } }] |
| 8524 | 2026-09-08T04:00:08.005Z | |
| 8525 | 2026-09-08T04:00:08.005Z | |
| 8526 | 2026-09-08T04:00:08.005Z | Sep 08 04:00:06.913, INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffunit |
| 8527 | 2026-09-08T04:00:08.005Z | :Sep 08 04:00:06.913Sep 08 04:00:06.913 freemap_route_ipv6Sep 08 04:00:06.913 INFO |
| 8528 | 2026-09-08T04:00:08.005Z | INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffSep 08 04:00:06.913 |
| 8529 | 2026-09-08T04:00:08.005Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff DEBGSep 08 04:00:06.913 |
| 8530 | 2026-09-08T04:00:08.005Z | 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 } }] |
| 8531 | 2026-09-08T04:00:08.005Z | initted freemap. size: 64INFO , Sep 08 04:00:06.913adding route 3fff:dead::/64 -> 2001:db8::55:1 Sep 08 04:00:06.913 |
| 8532 | 2026-09-08T04:00:08.005Z | DEBG DEBGunit 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: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 } }]Sep 08 04:00:06.913 |
| 8533 | 2026-09-08T04:00:08.005Z | |
| 8534 | 2026-09-08T04:00:08.005Z | Sep 08 04:00:06.913Sep 08 04:00:06.913 Sep 08 04:00:06.913INFO INFOINFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff freemap_route_ipv6 |
| 8535 | 2026-09-08T04:00:08.005Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8536 | 2026-09-08T04:00:08.005Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 8537 | 2026-09-08T04:00:08.005Z | |
| 8538 | 2026-09-08T04:00:08.005Z | 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 } }]Sep 08 04:00:06.913Sep 08 04:00:06.913 |
| 8539 | 2026-09-08T04:00:08.005Z | DEBGSep 08 04:00:06.913 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 } }]DEBGSep 08 04:00:06.913 |
| 8540 | 2026-09-08T04:00:08.010Z | reset freemapreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], Sep 08 04:00:06.913Sep 08 04:00:06.913 |
| 8541 | 2026-09-08T04:00:08.010Z | unit: INFO DEBG freemap_route_ipv6INFO |
| 8542 | 2026-09-08T04:00:08.010Z | adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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:25::/64 -> 2001:db8::55:ff |
| 8543 | 2026-09-08T04:00:08.010Z | Sep 08 04:00:06.913 |
| 8544 | 2026-09-08T04:00:08.010Z | |
| 8545 | 2026-09-08T04:00:08.010Z | Sep 08 04:00:06.913INFOSep 08 04:00:06.913 Sep 08 04:00:06.913INFO INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8546 | 2026-09-08T04:00:08.010Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8547 | 2026-09-08T04:00:08.010Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8548 | 2026-09-08T04:00:08.010Z | DEBGSep 08 04:00:06.913 Sep 08 04:00:06.913replacing 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 } }] Sep 08 04:00:06.913 |
| 8549 | 2026-09-08T04:00:08.010Z | 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 } }] |
| 8550 | 2026-09-08T04:00:08.010Z | Sep 08 04:00:06.913 Sep 08 04:00:06.913 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 } }] |
| 8551 | 2026-09-08T04:00:08.010Z | 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 |
| 8552 | 2026-09-08T04:00:08.010Z | Sep 08 04:00:06.913Sep 08 04:00:06.913 adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 8553 | 2026-09-08T04:00:08.010Z | INFOINFO DEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8554 | 2026-09-08T04:00:08.010Z | Sep 08 04:00:06.913adding route 3fff:beef:5::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG |
| 8555 | 2026-09-08T04:00:08.010Z | |
| 8556 | 2026-09-08T04:00:08.010Z | 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 } }]Sep 08 04:00:06.913 |
| 8557 | 2026-09-08T04:00:08.010Z | Sep 08 04:00:06.913DEBG INFO Sep 08 04:00:06.913replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3Sep 08 04:00:06.913 |
| 8558 | 2026-09-08T04:00:08.010Z | Sep 08 04:00:06.913 DEBGINFO replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 8559 | 2026-09-08T04:00:08.010Z | Sep 08 04:00:06.913adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 8560 | 2026-09-08T04:00:08.010Z | |
| 8561 | 2026-09-08T04:00:08.010Z | INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 8562 | 2026-09-08T04:00:08.010Z | Sep 08 04:00:06.913Sep 08 04:00:06.913 adding route 3fff:dead::/64 -> 2001:db8::55:2 INFOSep 08 04:00:06.913Sep 08 04:00:06.913 DEBG |
| 8563 | 2026-09-08T04:00:08.010Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff DEBG |
| 8564 | 2026-09-08T04:00:08.010Z | 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:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 8565 | 2026-09-08T04:00:08.010Z | |
| 8566 | 2026-09-08T04:00:08.011Z | Sep 08 04:00:06.913 |
| 8567 | 2026-09-08T04:00:08.011Z | Sep 08 04:00:06.913 Sep 08 04:00:06.913DEBGSep 08 04:00:06.913 INFODEBG 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:1f::/64 -> 2001:db8::55:ff |
| 8568 | 2026-09-08T04:00:08.011Z | |
| 8569 | 2026-09-08T04:00:08.011Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFOSep 08 04:00:06.913 Sep 08 04:00:06.913adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8570 | 2026-09-08T04:00:08.011Z | |
| 8571 | 2026-09-08T04:00:08.011Z | Sep 08 04:00:06.913 INFOINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 8572 | 2026-09-08T04:00:08.011Z | DEBG |
| 8573 | 2026-09-08T04:00:08.011Z | Sep 08 04:00:06.913 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 } }]Sep 08 04:00:06.913 |
| 8574 | 2026-09-08T04:00:08.011Z | Sep 08 04:00:06.913Sep 08 04:00:06.913 DEBG INFODEBGSep 08 04:00:06.913 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 } }] |
| 8575 | 2026-09-08T04:00:08.011Z | replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8576 | 2026-09-08T04:00:08.011Z | adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }] |
| 8577 | 2026-09-08T04:00:08.011Z | |
| 8578 | 2026-09-08T04:00:08.011Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffSep 08 04:00:06.913 |
| 8579 | 2026-09-08T04:00:08.011Z | Sep 08 04:00:06.913 DEBGINFOSep 08 04:00:06.913Sep 08 04:00:06.913 Sep 08 04:00:06.913 DEBG adding route 3fff:beef:8::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8580 | 2026-09-08T04:00:08.011Z | INFO |
| 8581 | 2026-09-08T04:00:08.011Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8582 | 2026-09-08T04:00:08.011Z | Sep 08 04:00:06.913DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Sep 08 04:00:06.913INFO |
| 8583 | 2026-09-08T04:00:08.011Z | |
| 8584 | 2026-09-08T04:00:08.011Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG |
| 8585 | 2026-09-08T04:00:08.011Z | Sep 08 04:00:06.913 Sep 08 04:00:06.913INFOreplacing 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 } }] |
| 8586 | 2026-09-08T04:00:08.011Z | Sep 08 04:00:06.913 adding route 3fff:dead::/64 -> 2001:db8::55:4 DEBG |
| 8587 | 2026-09-08T04:00:08.011Z | DEBGSep 08 04:00:06.913 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 } }]Sep 08 04:00:06.913 |
| 8588 | 2026-09-08T04:00:08.011Z | INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 08 04:00:06.913 |
| 8589 | 2026-09-08T04:00:08.011Z | |
| 8590 | 2026-09-08T04:00:08.011Z | |
| 8591 | 2026-09-08T04:00:08.012Z | INFOSep 08 04:00:06.913 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffSep 08 04:00:06.913INFO |
| 8592 | 2026-09-08T04:00:08.012Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8593 | 2026-09-08T04:00:08.012Z | Sep 08 04:00:06.913Sep 08 04:00:06.913DEBG DEBG INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffSep 08 04:00:06.913replacing 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: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 } }] |
| 8594 | 2026-09-08T04:00:08.012Z | |
| 8595 | 2026-09-08T04:00:08.012Z | |
| 8596 | 2026-09-08T04:00:08.012Z | 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 } }]Sep 08 04:00:06.913 |
| 8597 | 2026-09-08T04:00:08.012Z | Sep 08 04:00:06.913 Sep 08 04:00:06.913INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO |
| 8598 | 2026-09-08T04:00:08.012Z | DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8599 | 2026-09-08T04:00:08.012Z | replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8600 | 2026-09-08T04:00:08.012Z | Sep 08 04:00:06.913 DEBGSep 08 04:00:06.913Sep 08 04:00:06.913 Sep 08 04:00:06.913 INFODEBGINFO 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 } }] |
| 8601 | 2026-09-08T04:00:08.012Z | replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8602 | 2026-09-08T04:00:08.012Z | |
| 8603 | 2026-09-08T04:00:08.012Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8604 | 2026-09-08T04:00:08.012Z | Sep 08 04:00:06.913Sep 08 04:00:06.913Sep 08 04:00:06.913 INFODEBGINFO Sep 08 04:00:06.913adding route 3fff:beef:b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8605 | 2026-09-08T04:00:08.012Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8606 | 2026-09-08T04:00:08.012Z | |
| 8607 | 2026-09-08T04:00:08.012Z | DEBG Sep 08 04:00:06.913Sep 08 04:00:06.913replacing 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 } }]Sep 08 04:00:06.913 |
| 8608 | 2026-09-08T04:00:08.012Z | INFODEBGDEBG adding route 3fff:beef:2c::/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 } }] |
| 8609 | 2026-09-08T04:00:08.012Z | |
| 8610 | 2026-09-08T04:00:08.012Z | 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 } }] |
| 8611 | 2026-09-08T04:00:08.012Z | Sep 08 04:00:06.913Sep 08 04:00:06.913Sep 08 04:00:06.913Sep 08 04:00:06.913 INFO DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff INFOINFO |
| 8612 | 2026-09-08T04:00:08.012Z | 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:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8613 | 2026-09-08T04:00:08.012Z | |
| 8614 | 2026-09-08T04:00:08.012Z | |
| 8615 | 2026-09-08T04:00:08.012Z | Sep 08 04:00:06.913 DEBGSep 08 04:00:06.913 Sep 08 04:00:06.913Sep 08 04:00:06.913 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 } }] |
| 8616 | 2026-09-08T04:00:08.012Z | INFODEBGDEBG 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 } }]Sep 08 04:00:06.913 |
| 8617 | 2026-09-08T04:00:08.012Z | replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 8618 | 2026-09-08T04:00:08.013Z | |
| 8619 | 2026-09-08T04:00:08.013Z | INFOSep 08 04:00:06.913 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFOSep 08 04:00:06.913 |
| 8620 | 2026-09-08T04:00:08.013Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8621 | 2026-09-08T04:00:08.013Z | Sep 08 04:00:06.913DEBG 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 } }]INFOSep 08 04:00:06.913 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG |
| 8622 | 2026-09-08T04:00:08.013Z | Sep 08 04:00:06.913 |
| 8623 | 2026-09-08T04:00:08.013Z | 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 } }] |
| 8624 | 2026-09-08T04:00:08.013Z | Sep 08 04:00:06.913replacing 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 } }] |
| 8625 | 2026-09-08T04:00:08.013Z | INFOSep 08 04:00:06.913Sep 08 04:00:06.913 DEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO |
| 8626 | 2026-09-08T04:00:08.013Z | 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 } }] |
| 8627 | 2026-09-08T04:00:08.013Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ffSep 08 04:00:06.913 |
| 8628 | 2026-09-08T04:00:08.013Z | INFO Sep 08 04:00:06.913adding route 3fff:beef:4::/64 -> 2001:db8::55:ffSep 08 04:00:06.913 |
| 8629 | 2026-09-08T04:00:08.013Z | Sep 08 04:00:06.913 DEBGINFO 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 } }] |
| 8630 | 2026-09-08T04:00:08.013Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 08 04:00:06.913 |
| 8631 | 2026-09-08T04:00:08.013Z | |
| 8632 | 2026-09-08T04:00:08.013Z | INFO Sep 08 04:00:06.913adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 8633 | 2026-09-08T04:00:08.013Z | DEBG Sep 08 04:00:06.913Sep 08 04:00:06.913 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 Sep 08 04:00:06.913 |
| 8634 | 2026-09-08T04:00:08.013Z | INFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 8635 | 2026-09-08T04:00:08.013Z | 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:28::/64 -> 2001:db8::55:ffSep 08 04:00:06.913 |
| 8636 | 2026-09-08T04:00:08.013Z | |
| 8637 | 2026-09-08T04:00:08.013Z | Sep 08 04:00:06.913INFO INFOSep 08 04:00:06.913Sep 08 04:00:06.913 adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8638 | 2026-09-08T04:00:08.013Z | INFODEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8639 | 2026-09-08T04:00:08.013Z | |
| 8640 | 2026-09-08T04:00:08.017Z | |
| 8641 | 2026-09-08T04:00:08.017Z | Sep 08 04:00:06.913 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 } }]Sep 08 04:00:06.913Sep 08 04:00:06.913 |
| 8642 | 2026-09-08T04:00:08.018Z | DEBGDEBGSep 08 04:00:06.913 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: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 } }] |
| 8643 | 2026-09-08T04:00:08.018Z | |
| 8644 | 2026-09-08T04:00:08.018Z | INFO Sep 08 04:00:06.913adding route 3fff:beef:29::/64 -> 2001:db8::55:ff Sep 08 04:00:06.913Sep 08 04:00:06.913INFO INFO INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8645 | 2026-09-08T04:00:08.018Z | |
| 8646 | 2026-09-08T04:00:08.018Z | |
| 8647 | 2026-09-08T04:00:08.018Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffSep 08 04:00:06.913 |
| 8648 | 2026-09-08T04:00:08.018Z | DEBGSep 08 04:00:06.913Sep 08 04:00:06.913 DEBGSep 08 04:00:06.913 replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8649 | 2026-09-08T04:00:08.018Z | |
| 8650 | 2026-09-08T04:00:08.018Z | 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 } }] |
| 8651 | 2026-09-08T04:00:08.018Z | 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 } }] |
| 8652 | 2026-09-08T04:00:08.018Z | Sep 08 04:00:06.913 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffSep 08 04:00:06.913 |
| 8653 | 2026-09-08T04:00:08.018Z | Sep 08 04:00:06.913 Sep 08 04:00:06.913 INFO INFOSep 08 04:00:06.913 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 8654 | 2026-09-08T04:00:08.018Z | |
| 8655 | 2026-09-08T04:00:08.018Z | INFO DEBGSep 08 04:00:06.913adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8656 | 2026-09-08T04:00:08.018Z | 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 } }]Sep 08 04:00:06.913DEBG DEBG |
| 8657 | 2026-09-08T04:00:08.018Z | 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 } }] |
| 8658 | 2026-09-08T04:00:08.018Z | 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 } }]Sep 08 04:00:06.913Sep 08 04:00:06.913 |
| 8659 | 2026-09-08T04:00:08.018Z | INFO INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8660 | 2026-09-08T04:00:08.018Z | Sep 08 04:00:06.913Sep 08 04:00:06.913adding route 3fff:beef:12::/64 -> 2001:db8::55:ff INFODEBG |
| 8661 | 2026-09-08T04:00:08.018Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ffSep 08 04:00:06.913replacing 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 } }]Sep 08 04:00:06.913 |
| 8662 | 2026-09-08T04:00:08.018Z | |
| 8663 | 2026-09-08T04:00:08.018Z | 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 } }]Sep 08 04:00:06.913replacing 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 } }] |
| 8664 | 2026-09-08T04:00:08.018Z | |
| 8665 | 2026-09-08T04:00:08.018Z | Sep 08 04:00:06.913DEBGSep 08 04:00:06.913 Sep 08 04:00:06.913 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 } }]INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8666 | 2026-09-08T04:00:08.018Z | |
| 8667 | 2026-09-08T04:00:08.018Z | INFO |
| 8668 | 2026-09-08T04:00:08.018Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8669 | 2026-09-08T04:00:08.018Z | Sep 08 04:00:06.913Sep 08 04:00:06.913Sep 08 04:00:06.913 INFODEBG DEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ff 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 } }]Sep 08 04:00:06.913replacing 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 } }] |
| 8670 | 2026-09-08T04:00:08.018Z | |
| 8671 | 2026-09-08T04:00:08.018Z | DEBG |
| 8672 | 2026-09-08T04:00:08.018Z | Sep 08 04:00:06.913replacing 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 } }] |
| 8673 | 2026-09-08T04:00:08.018Z | INFOSep 08 04:00:06.913 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffSep 08 04:00:06.913 |
| 8674 | 2026-09-08T04:00:08.018Z | 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 } }] Sep 08 04:00:06.913 |
| 8675 | 2026-09-08T04:00:08.018Z | INFO Sep 08 04:00:06.913adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8676 | 2026-09-08T04:00:08.018Z | INFO DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8677 | 2026-09-08T04:00:08.018Z | 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 } }]Sep 08 04:00:06.913 |
| 8678 | 2026-09-08T04:00:08.018Z | Sep 08 04:00:06.913DEBGSep 08 04:00:06.913 INFOreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8679 | 2026-09-08T04:00:08.018Z | Sep 08 04:00:06.913 adding route 3fff:beef:35::/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 } }] |
| 8680 | 2026-09-08T04:00:08.019Z | |
| 8681 | 2026-09-08T04:00:08.019Z | INFO Sep 08 04:00:06.913adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff Sep 08 04:00:06.913Sep 08 04:00:06.913INFO |
| 8682 | 2026-09-08T04:00:08.019Z | DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff Sep 08 04:00:06.913INFOreplacing 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 } }] |
| 8683 | 2026-09-08T04:00:08.019Z | |
| 8684 | 2026-09-08T04:00:08.019Z | DEBG adding route 3fff:beef:15::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8685 | 2026-09-08T04:00:08.019Z | |
| 8686 | 2026-09-08T04:00:08.019Z | Sep 08 04:00:06.913Sep 08 04:00:06.913Sep 08 04:00:06.913Sep 08 04:00:06.913 DEBG INFO INFO DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff 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 } }] |
| 8687 | 2026-09-08T04:00:08.019Z | |
| 8688 | 2026-09-08T04:00:08.019Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 8689 | 2026-09-08T04:00:08.019Z | 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 } }] |
| 8690 | 2026-09-08T04:00:08.019Z | Sep 08 04:00:06.914Sep 08 04:00:06.914 Sep 08 04:00:06.914INFO DEBGSep 08 04:00:06.914 INFOreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8691 | 2026-09-08T04:00:08.019Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8692 | 2026-09-08T04:00:08.019Z | |
| 8693 | 2026-09-08T04:00:08.019Z | |
| 8694 | 2026-09-08T04:00:08.019Z | Sep 08 04:00:06.914Sep 08 04:00:06.914Sep 08 04:00:06.914Sep 08 04:00:06.914 DEBGINFO replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 8695 | 2026-09-08T04:00:08.019Z | |
| 8696 | 2026-09-08T04:00:08.019Z | DEBG INFOreplacing 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 } }] Sep 08 04:00:06.914Sep 08 04:00:06.914 |
| 8697 | 2026-09-08T04:00:08.019Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 8698 | 2026-09-08T04:00:08.019Z | INFODEBG Sep 08 04:00:06.914replacing 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 } }] |
| 8699 | 2026-09-08T04:00:08.019Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBGSep 08 04:00:06.914 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 } }] |
| 8700 | 2026-09-08T04:00:08.019Z | INFO |
| 8701 | 2026-09-08T04:00:08.019Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ffSep 08 04:00:06.914 |
| 8702 | 2026-09-08T04:00:08.019Z | Sep 08 04:00:06.914 DEBGINFO replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 08 04:00:06.914adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 8703 | 2026-09-08T04:00:08.019Z | |
| 8704 | 2026-09-08T04:00:08.019Z | Sep 08 04:00:06.914DEBG Sep 08 04:00:06.914Sep 08 04:00:06.914INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG |
| 8705 | 2026-09-08T04:00:08.019Z | INFO replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 8706 | 2026-09-08T04:00:08.019Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8707 | 2026-09-08T04:00:08.019Z | |
| 8708 | 2026-09-08T04:00:08.019Z | Sep 08 04:00:06.914 Sep 08 04:00:06.914DEBG Sep 08 04:00:06.914INFO Sep 08 04:00:06.914replacing 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 |
| 8709 | 2026-09-08T04:00:08.019Z | INFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ff 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 } }] |
| 8710 | 2026-09-08T04:00:08.019Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 8711 | 2026-09-08T04:00:08.019Z | |
| 8712 | 2026-09-08T04:00:08.019Z | Sep 08 04:00:06.914 INFO Sep 08 04:00:06.914Sep 08 04:00:06.914adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 8713 | 2026-09-08T04:00:08.019Z | Sep 08 04:00:06.914 DEBG DEBGINFOSep 08 04:00:06.914replacing 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 } }] |
| 8714 | 2026-09-08T04:00:08.019Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8715 | 2026-09-08T04:00:08.019Z | Sep 08 04:00:06.914 |
| 8716 | 2026-09-08T04:00:08.019Z | 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 } }] |
| 8717 | 2026-09-08T04:00:08.019Z | INFO Sep 08 04:00:06.914Sep 08 04:00:06.914adding route 3fff:beef:33::/64 -> 2001:db8::55:ff DEBG |
| 8718 | 2026-09-08T04:00:08.019Z | 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 } }]Sep 08 04:00:06.914INFO |
| 8719 | 2026-09-08T04:00:08.020Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8720 | 2026-09-08T04:00:08.020Z | INFOSep 08 04:00:06.914 Sep 08 04:00:06.914adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO Sep 08 04:00:06.914DEBG |
| 8721 | 2026-09-08T04:00:08.020Z | 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 |
| 8722 | 2026-09-08T04:00:08.020Z | adding route 3fff:beef:1a::/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 } }] |
| 8723 | 2026-09-08T04:00:08.020Z | |
| 8724 | 2026-09-08T04:00:08.020Z | Sep 08 04:00:06.914Sep 08 04:00:06.914 Sep 08 04:00:06.914Sep 08 04:00:06.914DEBGINFO 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 } }] |
| 8725 | 2026-09-08T04:00:08.020Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 8726 | 2026-09-08T04:00:08.020Z | INFODEBG 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:f::/64 -> 2001:db8::55:ff |
| 8727 | 2026-09-08T04:00:08.020Z | Sep 08 04:00:06.914 |
| 8728 | 2026-09-08T04:00:08.020Z | Sep 08 04:00:06.914 DEBGINFOSep 08 04:00:06.914 Sep 08 04:00:06.914 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff INFO |
| 8729 | 2026-09-08T04:00:08.020Z | 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 } }] |
| 8730 | 2026-09-08T04:00:08.020Z | 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:1b::/64 -> 2001:db8::55:ffSep 08 04:00:06.914 |
| 8731 | 2026-09-08T04:00:08.020Z | DEBG |
| 8732 | 2026-09-08T04:00:08.020Z | Sep 08 04:00:06.914replacing 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 } }] |
| 8733 | 2026-09-08T04:00:08.020Z | Sep 08 04:00:06.914INFO Sep 08 04:00:06.914 adding route 3fff:beef:35::/64 -> 2001:db8::55:ff Sep 08 04:00:06.914 |
| 8734 | 2026-09-08T04:00:08.020Z | INFOINFO DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 8735 | 2026-09-08T04:00:08.020Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffSep 08 04:00:06.914replacing 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 } }] |
| 8736 | 2026-09-08T04:00:08.020Z | Sep 08 04:00:06.914 |
| 8737 | 2026-09-08T04:00:08.020Z | 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 } }]Sep 08 04:00:06.914 |
| 8738 | 2026-09-08T04:00:08.020Z | DEBGSep 08 04:00:06.914 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 } }]INFOSep 08 04:00:06.914 INFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8739 | 2026-09-08T04:00:08.020Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 8740 | 2026-09-08T04:00:08.025Z | |
| 8741 | 2026-09-08T04:00:08.025Z | 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 } }] |
| 8742 | 2026-09-08T04:00:08.025Z | Sep 08 04:00:06.914Sep 08 04:00:06.914Sep 08 04:00:06.914 Sep 08 04:00:06.914INFODEBG adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 8743 | 2026-09-08T04:00:08.025Z | 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 } }]INFO |
| 8744 | 2026-09-08T04:00:08.025Z | Sep 08 04:00:06.914 DEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ffSep 08 04:00:06.914 |
| 8745 | 2026-09-08T04:00:08.025Z | replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8746 | 2026-09-08T04:00:08.025Z | INFO |
| 8747 | 2026-09-08T04:00:08.025Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 8748 | 2026-09-08T04:00:08.025Z | Sep 08 04:00:06.914 Sep 08 04:00:06.914DEBG Sep 08 04:00:06.914Sep 08 04:00:06.914INFO 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 } }] |
| 8749 | 2026-09-08T04:00:08.025Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 8750 | 2026-09-08T04:00:08.025Z | |
| 8751 | 2026-09-08T04:00:08.025Z | 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 } }] |
| 8752 | 2026-09-08T04:00:08.025Z | Sep 08 04:00:06.914Sep 08 04:00:06.914Sep 08 04:00:06.914Sep 08 04:00:06.914 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 } }]DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 8753 | 2026-09-08T04:00:08.025Z | 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 } }] |
| 8754 | 2026-09-08T04:00:08.025Z | |
| 8755 | 2026-09-08T04:00:08.025Z | INFO Sep 08 04:00:06.914adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 8756 | 2026-09-08T04:00:08.025Z | Sep 08 04:00:06.914Sep 08 04:00:06.914INFO DEBG DEBGfailed to allocate space for the new target listSep 08 04:00:06.914 |
| 8757 | 2026-09-08T04:00:08.025Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffDEBG |
| 8758 | 2026-09-08T04:00:08.025Z | 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 } }]Sep 08 04:00:06.914 |
| 8759 | 2026-09-08T04:00:08.025Z | 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8760 | 2026-09-08T04:00:08.025Z | Sep 08 04:00:06.914 Sep 08 04:00:06.914 |
| 8761 | 2026-09-08T04:00:08.025Z | Sep 08 04:00:06.914DEBG 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 } }]INFOINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 8762 | 2026-09-08T04:00:08.025Z | |
| 8763 | 2026-09-08T04:00:08.025Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8764 | 2026-09-08T04:00:08.025Z | Sep 08 04:00:06.914Sep 08 04:00:06.914 Sep 08 04:00:06.914 INFODEBGDEBG adding route 3fff:beef:1f::/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 } }] |
| 8765 | 2026-09-08T04:00:08.025Z | |
| 8766 | 2026-09-08T04:00:08.025Z | 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 } }] |
| 8767 | 2026-09-08T04:00:08.025Z | Sep 08 04:00:06.914Sep 08 04:00:06.914Sep 08 04:00:06.914 DEBGINFOINFO replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 8768 | 2026-09-08T04:00:08.025Z | |
| 8769 | 2026-09-08T04:00:08.025Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8770 | 2026-09-08T04:00:08.025Z | Sep 08 04:00:06.914Sep 08 04:00:06.914 Sep 08 04:00:06.914INFODEBG adding route 3fff:beef:20::/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 } }] |
| 8771 | 2026-09-08T04:00:08.025Z | |
| 8772 | 2026-09-08T04:00:08.025Z | 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 } }]Sep 08 04:00:06.914 |
| 8773 | 2026-09-08T04:00:08.025Z | Sep 08 04:00:06.914DEBG INFOreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Sep 08 04:00:06.914 |
| 8774 | 2026-09-08T04:00:08.025Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 8775 | 2026-09-08T04:00:08.025Z | INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8776 | 2026-09-08T04:00:08.026Z | Sep 08 04:00:06.914Sep 08 04:00:06.914 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 } }] |
| 8777 | 2026-09-08T04:00:08.026Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffSep 08 04:00:06.914 |
| 8778 | 2026-09-08T04:00:08.026Z | 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 } }]Sep 08 04:00:06.914 |
| 8779 | 2026-09-08T04:00:08.026Z | Sep 08 04:00:06.914INFO DEBGSep 08 04:00:06.914adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 8780 | 2026-09-08T04:00:08.026Z | INFOreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8781 | 2026-09-08T04:00:08.026Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 8782 | 2026-09-08T04:00:08.026Z | Sep 08 04:00:06.914Sep 08 04:00:06.914 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 } }] |
| 8783 | 2026-09-08T04:00:08.026Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 8784 | 2026-09-08T04:00:08.026Z | Sep 08 04:00:06.914Sep 08 04:00:06.914 Sep 08 04:00:06.914DEBG DEBGINFO replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 8785 | 2026-09-08T04:00:08.026Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 8786 | 2026-09-08T04:00:08.026Z | |
| 8787 | 2026-09-08T04:00:08.026Z | Sep 08 04:00:06.914Sep 08 04:00:06.914Sep 08 04:00:06.914 INFOINFODEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8788 | 2026-09-08T04:00:08.026Z | |
| 8789 | 2026-09-08T04:00:08.026Z | |
| 8790 | 2026-09-08T04:00:08.026Z | Sep 08 04:00:06.914Sep 08 04:00:06.914Sep 08 04:00:06.914 INFODEBG 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 } }]DEBGadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 8791 | 2026-09-08T04:00:08.026Z | |
| 8792 | 2026-09-08T04:00:08.026Z | 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 } }] |
| 8793 | 2026-09-08T04:00:08.026Z | Sep 08 04:00:06.914 Sep 08 04:00:06.914INFO DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8794 | 2026-09-08T04:00:08.026Z | 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 } }]Sep 08 04:00:06.914 |
| 8795 | 2026-09-08T04:00:08.026Z | INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffSep 08 04:00:06.914 |
| 8796 | 2026-09-08T04:00:08.026Z | Sep 08 04:00:06.914 INFODEBG adding route 3fff:beef:3f::/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 } }] |
| 8797 | 2026-09-08T04:00:08.026Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 8798 | 2026-09-08T04:00:08.026Z | |
| 8799 | 2026-09-08T04:00:08.026Z | Sep 08 04:00:06.914Sep 08 04:00:06.914 DEBGSep 08 04:00:06.914 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 } }] |
| 8800 | 2026-09-08T04:00:08.026Z | 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 } }] |
| 8801 | 2026-09-08T04:00:08.026Z | INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8802 | 2026-09-08T04:00:08.026Z | Sep 08 04:00:06.914Sep 08 04:00:06.914 INFODEBGSep 08 04:00:06.914 DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:fffailed to allocate space for the new target list |
| 8803 | 2026-09-08T04:00:08.026Z | |
| 8804 | 2026-09-08T04:00:08.026Z | 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 } }] |
| 8805 | 2026-09-08T04:00:08.026Z | Sep 08 04:00:06.914Sep 08 04:00:06.914 Sep 08 04:00:06.914DEBGINFO DEBG adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 8806 | 2026-09-08T04:00:08.026Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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: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 } }] |
| 8807 | 2026-09-08T04:00:08.026Z | |
| 8808 | 2026-09-08T04:00:08.026Z | Sep 08 04:00:06.914Sep 08 04:00:06.914Sep 08 04:00:06.914 DEBGDEBG 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 } }]failed to allocate space for the new target list |
| 8809 | 2026-09-08T04:00:08.026Z | Sep 08 04:00:06.915Sep 08 04:00:06.915 Sep 08 04:00:06.914DEBG DEBGcreated new freemap , created new freemapDEBGunit, : unit :freemap_route_ipv4 created new freemapfreemap_route_ipv4 |
| 8810 | 2026-09-08T04:00:08.026Z | , |
| 8811 | 2026-09-08T04:00:08.026Z | unit: freemap_route_ipv4Sep 08 04:00:06.921 DEBGSep 08 04:00:06.921 |
| 8812 | 2026-09-08T04:00:08.026Z | DEBG created new freemapcreated new freemap, , unitunit:: freemap_route_ipv6freemap_route_ipv6 |
| 8813 | 2026-09-08T04:00:08.026Z | |
| 8814 | 2026-09-08T04:00:08.026Z | Sep 08 04:00:06.921 DEBG created new freemapSep 08 04:00:06.921, unitSep 08 04:00:06.914Sep 08 04:00:06.921: DEBGDEBG freemap_route_ipv6 created new freemap |
| 8815 | 2026-09-08T04:00:08.026Z | initted freemap. size: 64DEBG, , unit :unitinitted freemap. size: 64 :freemap_route_ipv4Sep 08 04:00:06.921 |
| 8816 | 2026-09-08T04:00:08.027Z | , unitfreemap_route_ipv4DEBG: |
| 8817 | 2026-09-08T04:00:08.027Z | initted freemap. size: 64freemap_route_ipv4, Sep 08 04:00:06.921unit : |
| 8818 | 2026-09-08T04:00:08.027Z | DEBGSep 08 04:00:06.921 freemap_route_ipv4 reset freemapDEBG |
| 8819 | 2026-09-08T04:00:08.027Z | , created new freemapunit, Sep 08 04:00:06.921:unit freemap_route_ipv4: |
| 8820 | 2026-09-08T04:00:08.027Z | Sep 08 04:00:06.921freemap_route_ipv6 |
| 8821 | 2026-09-08T04:00:08.027Z | DEBGDEBG Sep 08 04:00:06.921 DEBGreset freemap , Sep 08 04:00:06.921initted freemap. size: 64 , unitDEBG: initted freemap. size: 64freemap_route_ipv4unit, :unit |
| 8822 | 2026-09-08T04:00:08.027Z | reset freemapfreemap_route_ipv6: |
| 8823 | 2026-09-08T04:00:08.027Z | , unitfreemap_route_ipv4: |
| 8824 | 2026-09-08T04:00:08.027Z | Sep 08 04:00:06.921freemap_route_ipv4 |
| 8825 | 2026-09-08T04:00:08.027Z | DEBG reset freemapSep 08 04:00:06.922Sep 08 04:00:06.922 DEBGDEBG , initted freemap. size: 64 , unitSep 08 04:00:06.922unit: initted freemap. size: 64: , freemap_route_ipv6 unit |
| 8826 | 2026-09-08T04:00:08.027Z | freemap_route_ipv6: |
| 8827 | 2026-09-08T04:00:08.027Z | DEBGfreemap_route_ipv6 Sep 08 04:00:06.922reset freemap |
| 8828 | 2026-09-08T04:00:08.027Z | Sep 08 04:00:06.922INFO, unitDEBG:adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8829 | 2026-09-08T04:00:08.027Z | reset freemap , freemap_route_ipv4unitSep 08 04:00:06.922 |
| 8830 | 2026-09-08T04:00:08.027Z | : freemap_route_ipv6 |
| 8831 | 2026-09-08T04:00:08.027Z | DEBGSep 08 04:00:06.922Sep 08 04:00:06.922 DEBG reset freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBGSep 08 04:00:06.922 |
| 8832 | 2026-09-08T04:00:08.027Z | initted freemap. size: 64INFO, , unitunitadding route 172.16.0.0/32 -> 10.0.0.1Sep 08 04:00:06.922 |
| 8833 | 2026-09-08T04:00:08.027Z | INFO ::adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8834 | 2026-09-08T04:00:08.027Z | freemap_route_ipv6Sep 08 04:00:06.922freemap_route_ipv6 |
| 8835 | 2026-09-08T04:00:08.027Z | |
| 8836 | 2026-09-08T04:00:08.027Z | DEBGSep 08 04:00:06.922 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 8837 | 2026-09-08T04:00:08.027Z | 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 } }]Sep 08 04:00:06.922 |
| 8838 | 2026-09-08T04:00:08.027Z | Sep 08 04:00:06.922DEBGSep 08 04:00:06.922 INFOINFO reset freemapadding route 172.16.0.0/32 -> 10.0.0.2Sep 08 04:00:06.922 |
| 8839 | 2026-09-08T04:00:08.027Z | , unitINFO:adding route 3fff:dead::/64 -> 2001:db8::55:1 Sep 08 04:00:06.922 |
| 8840 | 2026-09-08T04:00:08.031Z | adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv6 |
| 8841 | 2026-09-08T04:00:08.031Z | |
| 8842 | 2026-09-08T04:00:08.031Z | 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 } }]Sep 08 04:00:06.922Sep 08 04:00:06.922 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8843 | 2026-09-08T04:00:08.031Z | Sep 08 04:00:06.922 |
| 8844 | 2026-09-08T04:00:08.031Z | |
| 8845 | 2026-09-08T04:00:08.031Z | 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 } }]Sep 08 04:00:06.922Sep 08 04:00:06.922 |
| 8846 | 2026-09-08T04:00:08.031Z | INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2Sep 08 04:00:06.922replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Sep 08 04:00:06.922 |
| 8847 | 2026-09-08T04:00:08.031Z | INFO |
| 8848 | 2026-09-08T04:00:08.031Z | INFO adding route 172.17.0.0/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2Sep 08 04:00:06.922 |
| 8849 | 2026-09-08T04:00:08.032Z | |
| 8850 | 2026-09-08T04:00:08.032Z | DEBG Sep 08 04:00:06.922replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8851 | 2026-09-08T04:00:08.032Z | DEBG Sep 08 04:00:06.922Sep 08 04:00:06.922 DEBGDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8852 | 2026-09-08T04:00:08.032Z | replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 8853 | 2026-09-08T04:00:08.032Z | |
| 8854 | 2026-09-08T04:00:08.032Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffSep 08 04:00:06.922 |
| 8855 | 2026-09-08T04:00:08.032Z | Sep 08 04:00:06.922INFO INFOadding route 172.17.0.1/32 -> 10.0.0.255Sep 08 04:00:06.922 |
| 8856 | 2026-09-08T04:00:08.032Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Sep 08 04:00:06.914 |
| 8857 | 2026-09-08T04:00:08.032Z | Sep 08 04:00:06.922DEBG INFODEBG Sep 08 04:00:06.922replacing 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 } }]Sep 08 04:00:06.922 created new freemap |
| 8858 | 2026-09-08T04:00:08.032Z | , DEBGadding route 3fff:beef::/64 -> 2001:db8::55:ffunit |
| 8859 | 2026-09-08T04:00:08.032Z | DEBGreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: |
| 8860 | 2026-09-08T04:00:08.032Z | freemap_route_ipv4Sep 08 04:00:06.922replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 8861 | 2026-09-08T04:00:08.032Z | |
| 8862 | 2026-09-08T04:00:08.032Z | Sep 08 04:00:06.922 DEBGINFO Sep 08 04:00:06.922Sep 08 04:00:06.922replacing 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 } }]Sep 08 04:00:06.922 |
| 8863 | 2026-09-08T04:00:08.032Z | INFO DEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffSep 08 04:00:06.922adding route 3fff:dead::/64 -> 2001:db8::55:4created new freemap INFO |
| 8864 | 2026-09-08T04:00:08.032Z | |
| 8865 | 2026-09-08T04:00:08.032Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ff, |
| 8866 | 2026-09-08T04:00:08.032Z | unitINFO: Sep 08 04:00:06.922 Sep 08 04:00:06.922freemap_route_ipv6 |
| 8867 | 2026-09-08T04:00:08.032Z | adding route 172.17.0.2/32 -> 10.0.0.255Sep 08 04:00:06.922 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 } }]Sep 08 04:00:06.922 |
| 8868 | 2026-09-08T04:00:08.032Z | 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 |
| 8869 | 2026-09-08T04:00:08.032Z | |
| 8870 | 2026-09-08T04:00:08.032Z | initted freemap. size: 64, 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 } }]unit |
| 8871 | 2026-09-08T04:00:08.032Z | :Sep 08 04:00:06.922 Sep 08 04:00:06.922 freemap_route_ipv4 INFOSep 08 04:00:06.922 |
| 8872 | 2026-09-08T04:00:08.032Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8873 | 2026-09-08T04:00:08.032Z | DEBGDEBGSep 08 04:00:06.922Sep 08 04:00:06.922 Sep 08 04:00:06.922INFO 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 } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8874 | 2026-09-08T04:00:08.032Z | DEBGreset freemap |
| 8875 | 2026-09-08T04:00:08.032Z | replacing targets for 3fff:dead::/64 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 } }] Sep 08 04:00:06.922, 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 } }]unit :INFO |
| 8876 | 2026-09-08T04:00:08.032Z | adding route 172.17.0.3/32 -> 10.0.0.255 |
| 8877 | 2026-09-08T04:00:08.032Z | freemap_route_ipv4 |
| 8878 | 2026-09-08T04:00:08.032Z | |
| 8879 | 2026-09-08T04:00:08.032Z | Sep 08 04:00:06.922Sep 08 04:00:06.922 INFOSep 08 04:00:06.922 DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ff Sep 08 04:00:06.922 |
| 8880 | 2026-09-08T04:00:08.032Z | WARN DEBGreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] initted freemap. size: 64Sep 08 04:00:06.922, unitDEBG: replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 8881 | 2026-09-08T04:00:08.032Z | shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 8882 | 2026-09-08T04:00:08.032Z | |
| 8883 | 2026-09-08T04:00:08.032Z | |
| 8884 | 2026-09-08T04:00:08.032Z | Sep 08 04:00:06.922 DEBGSep 08 04:00:06.922 Sep 08 04:00:06.922 Sep 08 04:00:06.922ERRO replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 8885 | 2026-09-08T04:00:08.032Z | rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })reset freemap |
| 8886 | 2026-09-08T04:00:08.033Z | , INFO unitadding route 3fff:beef:4::/64 -> 2001:db8::55:ffSep 08 04:00:06.922:Sep 08 04:00:06.922 |
| 8887 | 2026-09-08T04:00:08.033Z | Sep 08 04:00:06.922 INFO INFOERROSep 08 04:00:06.922 freemap_route_ipv6shrink-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 itDEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8888 | 2026-09-08T04:00:08.033Z | 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 } }] |
| 8889 | 2026-09-08T04:00:08.033Z | |
| 8890 | 2026-09-08T04:00:08.033Z | adding route 172.17.0.4/32 -> 10.0.0.255 |
| 8891 | 2026-09-08T04:00:08.033Z | |
| 8892 | 2026-09-08T04:00:08.033Z | Sep 08 04:00:06.922 INFOSep 08 04:00:06.922Sep 08 04:00:06.922 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffSep 08 04:00:06.922 |
| 8893 | 2026-09-08T04:00:08.033Z | DEBG INFOSep 08 04:00:06.922DEBG 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 } }] |
| 8894 | 2026-09-08T04:00:08.033Z | 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 } }] |
| 8895 | 2026-09-08T04:00:08.033Z | DEBG |
| 8896 | 2026-09-08T04:00:08.033Z | 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 } }] |
| 8897 | 2026-09-08T04:00:08.033Z | test route::tests::identity_replace_is_noop ... ok |
| 8898 | 2026-09-08T04:00:08.033Z | Sep 08 04:00:06.922Sep 08 04:00:06.922 Sep 08 04:00:06.922Sep 08 04:00:06.922 INFODEBG INFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8899 | 2026-09-08T04:00:08.033Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 8900 | 2026-09-08T04:00:08.033Z | test route::tests::grow_succeeds ... ok |
| 8901 | 2026-09-08T04:00:08.033Z | Sep 08 04:00:06.922adding route 172.17.0.5/32 -> 10.0.0.255adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff DEBG |
| 8902 | 2026-09-08T04:00:08.033Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 8903 | 2026-09-08T04:00:08.033Z | 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 } }]Sep 08 04:00:06.922 |
| 8904 | 2026-09-08T04:00:08.033Z | INFO |
| 8905 | 2026-09-08T04:00:08.033Z | Sep 08 04:00:06.922 DEBGadding route 172.16.0.0/32 -> 10.0.0.2Sep 08 04:00:06.922 replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 8906 | 2026-09-08T04:00:08.033Z | |
| 8907 | 2026-09-08T04:00:08.033Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8908 | 2026-09-08T04:00:08.033Z | Sep 08 04:00:06.922 Sep 08 04:00:06.922Sep 08 04:00:06.922 Sep 08 04:00:06.922DEBGINFO DEBG adding route 172.17.0.6/32 -> 10.0.0.255DEBG |
| 8909 | 2026-09-08T04:00:08.033Z | replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 8910 | 2026-09-08T04:00:08.033Z | |
| 8911 | 2026-09-08T04:00:08.033Z | 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 } }]Sep 08 04:00:06.922 |
| 8912 | 2026-09-08T04:00:08.033Z | Sep 08 04:00:06.922DEBG Sep 08 04:00:06.922 INFOINFOSep 08 04:00:06.922 replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8913 | 2026-09-08T04:00:08.033Z | |
| 8914 | 2026-09-08T04:00:08.033Z | adding route 172.16.0.0/32 -> 10.0.0.3 |
| 8915 | 2026-09-08T04:00:08.033Z | INFOSep 08 04:00:06.922 Sep 08 04:00:06.922adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 8916 | 2026-09-08T04:00:08.033Z | DEBG 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 } }] |
| 8917 | 2026-09-08T04:00:08.033Z | adding route 172.17.0.7/32 -> 10.0.0.255Sep 08 04:00:06.922 |
| 8918 | 2026-09-08T04:00:08.033Z | DEBG Sep 08 04:00:06.922replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]Sep 08 04:00:06.922Sep 08 04:00:06.922 |
| 8919 | 2026-09-08T04:00:08.033Z | DEBGINFO 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 } }]Sep 08 04:00:06.922 |
| 8920 | 2026-09-08T04:00:08.033Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ffINFO |
| 8921 | 2026-09-08T04:00:08.033Z | DEBG Sep 08 04:00:06.922Sep 08 04:00:06.922adding route 172.16.0.0/32 -> 10.0.0.4 INFODEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255 |
| 8922 | 2026-09-08T04:00:08.033Z | Sep 08 04:00:06.923Sep 08 04:00:06.922 |
| 8923 | 2026-09-08T04:00:08.033Z | Sep 08 04:00:06.932DEBG DEBG 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 } }]created new freemap |
| 8924 | 2026-09-08T04:00:08.033Z | , created new freemapunit , unitreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: |
| 8925 | 2026-09-08T04:00:08.034Z | :freemap_route_ipv4 |
| 8926 | 2026-09-08T04:00:08.034Z | freemap_route_ipv4 |
| 8927 | 2026-09-08T04:00:08.034Z | Sep 08 04:00:06.932Sep 08 04:00:06.932 INFOSep 08 04:00:06.932 DEBGSep 08 04:00:06.932 Sep 08 04:00:06.932DEBGINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 172.17.0.9/32 -> 10.0.0.255created new freemap |
| 8928 | 2026-09-08T04:00:08.034Z | |
| 8929 | 2026-09-08T04:00:08.034Z | DEBG , created new freemap, Sep 08 04:00:06.932unit: unit :DEBG freemap_route_ipv6replacing 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_ipv6 |
| 8930 | 2026-09-08T04:00:08.034Z | |
| 8931 | 2026-09-08T04:00:08.034Z | |
| 8932 | 2026-09-08T04:00:08.034Z | |
| 8933 | 2026-09-08T04:00:08.034Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]Sep 08 04:00:06.932 |
| 8934 | 2026-09-08T04:00:08.034Z | Sep 08 04:00:06.932INFO adding route 172.17.0.10/32 -> 10.0.0.255DEBGSep 08 04:00:06.932Sep 08 04:00:06.932 Sep 08 04:00:06.932 |
| 8935 | 2026-09-08T04:00:08.034Z | initted freemap. size: 64DEBG , initted freemap. size: 64unit, :unitSep 08 04:00:06.932 INFO freemap_route_ipv4 DEBG: |
| 8936 | 2026-09-08T04:00:08.034Z | DEBGreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]freemap_route_ipv4 |
| 8937 | 2026-09-08T04:00:08.034Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 8938 | 2026-09-08T04:00:08.034Z | |
| 8939 | 2026-09-08T04:00:08.034Z | Sep 08 04:00:06.932 DEBG |
| 8940 | 2026-09-08T04:00:08.038Z | Sep 08 04:00:06.933reset freemapSep 08 04:00:06.933, Sep 08 04:00:06.933 INFODEBGunit :adding route 172.17.0.11/32 -> 10.0.0.255reset freemap |
| 8941 | 2026-09-08T04:00:08.038Z | , freemap_route_ipv4DEBGunit: |
| 8942 | 2026-09-08T04:00:08.038Z | Sep 08 04:00:06.933freemap_route_ipv4 |
| 8943 | 2026-09-08T04:00:08.038Z | 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 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 } }] |
| 8944 | 2026-09-08T04:00:08.038Z | |
| 8945 | 2026-09-08T04:00:08.038Z | Sep 08 04:00:06.933 Sep 08 04:00:06.933DEBGSep 08 04:00:06.933 initted freemap. size: 64DEBGSep 08 04:00:06.933, INFO unitINFOadding route 172.17.0.12/32 -> 10.0.0.255initted freemap. size: 64:, |
| 8946 | 2026-09-08T04:00:08.038Z | unit :freemap_route_ipv6 |
| 8947 | 2026-09-08T04:00:08.038Z | freemap_route_ipv6Sep 08 04:00:06.933 |
| 8948 | 2026-09-08T04:00:08.038Z | Sep 08 04:00:06.933DEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 8949 | 2026-09-08T04:00:08.038Z | |
| 8950 | 2026-09-08T04:00:08.038Z | reset freemap, Sep 08 04:00:06.933Sep 08 04:00:06.933 unitINFO: adding route 172.17.0.13/32 -> 10.0.0.255DEBG |
| 8951 | 2026-09-08T04:00:08.038Z | reset freemap , freemap_route_ipv6Sep 08 04:00:06.933Sep 08 04:00:06.933 unitDEBG: 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 |
| 8952 | 2026-09-08T04:00:08.038Z | |
| 8953 | 2026-09-08T04:00:08.038Z | |
| 8954 | 2026-09-08T04:00:08.038Z | DEBG Sep 08 04:00:06.933Sep 08 04:00:06.933 INFOINFO adding route 172.17.0.14/32 -> 10.0.0.255replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8955 | 2026-09-08T04:00:08.038Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8956 | 2026-09-08T04:00:08.038Z | |
| 8957 | 2026-09-08T04:00:08.039Z | Sep 08 04:00:06.933 INFO Sep 08 04:00:06.933Sep 08 04:00:06.933adding route 172.16.0.0/32 -> 10.0.0.1Sep 08 04:00:06.933 |
| 8958 | 2026-09-08T04:00:08.039Z | 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 } }]INFOSep 08 04:00:06.933 |
| 8959 | 2026-09-08T04:00:08.039Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 8960 | 2026-09-08T04:00:08.039Z | |
| 8961 | 2026-09-08T04:00:08.039Z | |
| 8962 | 2026-09-08T04:00:08.039Z | Sep 08 04:00:06.933Sep 08 04:00:06.933 Sep 08 04:00:06.933 INFODEBG 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 } }]DEBGSep 08 04:00:06.933 Sep 08 04:00:06.933adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8963 | 2026-09-08T04:00:08.039Z | |
| 8964 | 2026-09-08T04:00:08.039Z | INFO adding route 172.17.0.15/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 } }] |
| 8965 | 2026-09-08T04:00:08.039Z | |
| 8966 | 2026-09-08T04:00:08.039Z | 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 } }]Sep 08 04:00:06.933Sep 08 04:00:06.933Sep 08 04:00:06.933 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 } }]INFOreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8967 | 2026-09-08T04:00:08.039Z | |
| 8968 | 2026-09-08T04:00:08.039Z | |
| 8969 | 2026-09-08T04:00:08.039Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8970 | 2026-09-08T04:00:08.039Z | Sep 08 04:00:06.933Sep 08 04:00:06.933 Sep 08 04:00:06.933INFOINFO adding route 172.17.0.16/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:3Sep 08 04:00:06.933 |
| 8971 | 2026-09-08T04:00:08.039Z | |
| 8972 | 2026-09-08T04:00:08.039Z | DEBG INFOSep 08 04:00:06.933 replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffSep 08 04:00:06.933DEBG |
| 8973 | 2026-09-08T04:00:08.039Z | |
| 8974 | 2026-09-08T04:00:08.039Z | DEBGreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 08 04:00:06.933 |
| 8975 | 2026-09-08T04:00:08.039Z | Sep 08 04:00:06.933replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 8976 | 2026-09-08T04:00:08.039Z | DEBG INFOreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8977 | 2026-09-08T04:00:08.039Z | Sep 08 04:00:06.933Sep 08 04:00:06.933 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffINFO |
| 8978 | 2026-09-08T04:00:08.039Z | adding route 172.17.0.17/32 -> 10.0.0.255Sep 08 04:00:06.933INFO |
| 8979 | 2026-09-08T04:00:08.039Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffSep 08 04:00:06.933 |
| 8980 | 2026-09-08T04:00:08.039Z | Sep 08 04:00:06.933 DEBGDEBG |
| 8981 | 2026-09-08T04:00:08.039Z | 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 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 } }]Sep 08 04:00:06.933 |
| 8982 | 2026-09-08T04:00:08.039Z | Sep 08 04:00:06.933DEBG DEBG |
| 8983 | 2026-09-08T04:00:08.039Z | 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 } }] |
| 8984 | 2026-09-08T04:00:08.039Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]Sep 08 04:00:06.933 |
| 8985 | 2026-09-08T04:00:08.039Z | Sep 08 04:00:06.933INFO INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 172.17.0.18/32 -> 10.0.0.255Sep 08 04:00:06.933 |
| 8986 | 2026-09-08T04:00:08.039Z | |
| 8987 | 2026-09-08T04:00:08.039Z | DEBG Sep 08 04:00:06.933Sep 08 04:00:06.933 DEBGINFO replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 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 } }] |
| 8988 | 2026-09-08T04:00:08.039Z | |
| 8989 | 2026-09-08T04:00:08.039Z | Sep 08 04:00:06.933adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 8990 | 2026-09-08T04:00:08.039Z | DEBG Sep 08 04:00:06.922replacing 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 } }]Sep 08 04:00:06.933 |
| 8991 | 2026-09-08T04:00:08.039Z | Sep 08 04:00:06.933Sep 08 04:00:06.933 DEBG INFO Sep 08 04:00:06.933 WARNcreated new freemap , adding route 172.17.0.19/32 -> 10.0.0.255shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBGunit |
| 8992 | 2026-09-08T04:00:08.039Z | : freemap_route_ipv4INFO |
| 8993 | 2026-09-08T04:00:08.039Z | 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 } }] |
| 8994 | 2026-09-08T04:00:08.039Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8995 | 2026-09-08T04:00:08.039Z | |
| 8996 | 2026-09-08T04:00:08.039Z | Sep 08 04:00:06.933 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 } }]Sep 08 04:00:06.933 |
| 8997 | 2026-09-08T04:00:08.040Z | 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 } }] |
| 8998 | 2026-09-08T04:00:08.040Z | Sep 08 04:00:06.933Sep 08 04:00:06.933 INFOSep 08 04:00:06.933INFO INFOSep 08 04:00:06.933adding route 172.17.0.20/32 -> 10.0.0.255 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 8999 | 2026-09-08T04:00:08.040Z | |
| 9000 | 2026-09-08T04:00:08.040Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBG |
| 9001 | 2026-09-08T04:00:08.040Z | created new freemapSep 08 04:00:06.933, Sep 08 04:00:06.933unit :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 } }]DEBG |
| 9002 | 2026-09-08T04:00:08.040Z | freemap_route_ipv6 Sep 08 04:00:06.933replacing 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 } }] |
| 9003 | 2026-09-08T04:00:08.040Z | DEBG |
| 9004 | 2026-09-08T04:00:08.040Z | Sep 08 04:00:06.933 INFOreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9005 | 2026-09-08T04:00:08.040Z | Sep 08 04:00:06.933Sep 08 04:00:06.933 DEBGINFO initted freemap. size: 64adding route 172.17.0.21/32 -> 10.0.0.255adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff, |
| 9006 | 2026-09-08T04:00:08.040Z | unitSep 08 04:00:06.933: INFOfreemap_route_ipv4 |
| 9007 | 2026-09-08T04:00:08.040Z | |
| 9008 | 2026-09-08T04:00:08.040Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 9009 | 2026-09-08T04:00:08.040Z | Sep 08 04:00:06.933 DEBG Sep 08 04:00:06.933Sep 08 04:00:06.933 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 } }]Sep 08 04:00:06.933 DEBGDEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9010 | 2026-09-08T04:00:08.040Z | |
| 9011 | 2026-09-08T04:00:08.040Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 9012 | 2026-09-08T04:00:08.040Z | 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 } }] |
| 9013 | 2026-09-08T04:00:08.040Z | DEBG reset freemapSep 08 04:00:06.933Sep 08 04:00:06.933, unitINFO : INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffSep 08 04:00:06.933 |
| 9014 | 2026-09-08T04:00:08.040Z | adding route 172.17.0.22/32 -> 10.0.0.255INFO |
| 9015 | 2026-09-08T04:00:08.040Z | freemap_route_ipv4 |
| 9016 | 2026-09-08T04:00:08.040Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ffSep 08 04:00:06.933 |
| 9017 | 2026-09-08T04:00:08.040Z | Sep 08 04:00:06.933DEBG 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 } }]Sep 08 04:00:06.933 |
| 9018 | 2026-09-08T04:00:08.040Z | 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 } }] Sep 08 04:00:06.933Sep 08 04:00:06.933 |
| 9019 | 2026-09-08T04:00:08.040Z | replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 9020 | 2026-09-08T04:00:08.040Z | DEBGadding route 172.17.0.23/32 -> 10.0.0.255 |
| 9021 | 2026-09-08T04:00:08.040Z | Sep 08 04:00:06.933initted freemap. size: 64 , Sep 08 04:00:06.933INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFOunit |
| 9022 | 2026-09-08T04:00:08.040Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 9023 | 2026-09-08T04:00:08.040Z | Sep 08 04:00:06.933adding route 3fff:beef:12::/64 -> 2001:db8::55:ff: |
| 9024 | 2026-09-08T04:00:08.040Z | DEBGfreemap_route_ipv6 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 } }] |
| 9025 | 2026-09-08T04:00:08.040Z | |
| 9026 | 2026-09-08T04:00:08.040Z | Sep 08 04:00:06.933 DEBGSep 08 04:00:06.933 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 } }]Sep 08 04:00:06.933 |
| 9027 | 2026-09-08T04:00:08.040Z | 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 } }]DEBG |
| 9028 | 2026-09-08T04:00:08.040Z | Sep 08 04:00:06.933reset freemap , unitINFO:Sep 08 04:00:06.933 freemap_route_ipv6Sep 08 04:00:06.933 |
| 9029 | 2026-09-08T04:00:08.040Z | INFOadding route 172.17.0.24/32 -> 10.0.0.255INFO |
| 9030 | 2026-09-08T04:00:08.040Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 9031 | 2026-09-08T04:00:08.040Z | Sep 08 04:00:06.933Sep 08 04:00:06.934Sep 08 04:00:06.940 DEBGDEBGDEBG created new freemapreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap, |
| 9032 | 2026-09-08T04:00:08.040Z | unit, :unit :freemap_route_ipv4 Sep 08 04:00:06.940freemap_route_ipv4 |
| 9033 | 2026-09-08T04:00:08.040Z | INFO |
| 9034 | 2026-09-08T04:00:08.040Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 9035 | 2026-09-08T04:00:08.040Z | Sep 08 04:00:06.933Sep 08 04:00:06.940 DEBG created new freemap, Sep 08 04:00:06.940unit :DEBG freemap_route_ipv4Sep 08 04:00:06.940replacing 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 } }] |
| 9036 | 2026-09-08T04:00:08.041Z | DEBGDEBG |
| 9037 | 2026-09-08T04:00:08.041Z | created new freemap, Sep 08 04:00:06.940Sep 08 04:00:06.940unit :INFOSep 08 04:00:06.940 DEBGDEBGfreemap_route_ipv6adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 9038 | 2026-09-08T04:00:08.041Z | created new freemap, Sep 08 04:00:06.940 |
| 9039 | 2026-09-08T04:00:08.041Z | unitSep 08 04:00:06.940 DEBGDEBGcreated new freemap , unit:replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:initted freemap. size: 64 |
| 9040 | 2026-09-08T04:00:08.045Z | freemap_route_ipv6, |
| 9041 | 2026-09-08T04:00:08.045Z | unit: freemap_route_ipv4freemap_route_ipv6 |
| 9042 | 2026-09-08T04:00:08.045Z | |
| 9043 | 2026-09-08T04:00:08.045Z | Sep 08 04:00:06.940 Sep 08 04:00:06.940INFO Sep 08 04:00:06.940DEBGSep 08 04:00:06.940 DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG reset freemapinitted freemap. size: 64 , |
| 9044 | 2026-09-08T04:00:08.045Z | initted freemap. size: 64, unit, unitunit:: :freemap_route_ipv4 freemap_route_ipv4freemap_route_ipv4 |
| 9045 | 2026-09-08T04:00:08.045Z | |
| 9046 | 2026-09-08T04:00:08.045Z | |
| 9047 | 2026-09-08T04:00:08.045Z | Sep 08 04:00:06.940Sep 08 04:00:06.940 DEBGDEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap |
| 9048 | 2026-09-08T04:00:08.045Z | Sep 08 04:00:06.940, unitDEBGSep 08 04:00:06.940: initted freemap. size: 64 , DEBGunit:freemap_route_ipv4 Sep 08 04:00:06.940freemap_route_ipv6reset freemap |
| 9049 | 2026-09-08T04:00:08.045Z | |
| 9050 | 2026-09-08T04:00:08.045Z | , INFOunitSep 08 04:00:06.940 adding route 3fff:beef:35::/64 -> 2001:db8::55:ff:DEBGSep 08 04:00:06.940 |
| 9051 | 2026-09-08T04:00:08.045Z | freemap_route_ipv4 reset freemap |
| 9052 | 2026-09-08T04:00:08.045Z | , DEBGunit :initted freemap. size: 64Sep 08 04:00:06.940, unit : freemap_route_ipv6freemap_route_ipv6 |
| 9053 | 2026-09-08T04:00:08.045Z | |
| 9054 | 2026-09-08T04:00:08.045Z | Sep 08 04:00:06.940DEBG 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 } }] Sep 08 04:00:06.940 |
| 9055 | 2026-09-08T04:00:08.045Z | initted freemap. size: 64 Sep 08 04:00:06.940INFO, unitadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9056 | 2026-09-08T04:00:08.046Z | DEBG: Sep 08 04:00:06.940reset freemap , INFOunitSep 08 04:00:06.940 freemap_route_ipv6DEBG:adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 9057 | 2026-09-08T04:00:08.046Z | 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 } }] |
| 9058 | 2026-09-08T04:00:08.046Z | |
| 9059 | 2026-09-08T04:00:08.046Z | |
| 9060 | 2026-09-08T04:00:08.046Z | Sep 08 04:00:06.940Sep 08 04:00:06.940 INFOSep 08 04:00:06.940 Sep 08 04:00:06.940 |
| 9061 | 2026-09-08T04:00:08.046Z | DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }] |
| 9062 | 2026-09-08T04:00:08.046Z | |
| 9063 | 2026-09-08T04:00:08.046Z | DEBG INFOreset freemap , adding route 3fff:dead::/64 -> 2001:db8::55:1Sep 08 04:00:06.940unitSep 08 04:00:06.940Sep 08 04:00:06.940 DEBG DEBG: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] 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 } }] |
| 9064 | 2026-09-08T04:00:08.046Z | freemap_route_ipv6INFO |
| 9065 | 2026-09-08T04:00:08.046Z | |
| 9066 | 2026-09-08T04:00:08.046Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 9067 | 2026-09-08T04:00:08.046Z | |
| 9068 | 2026-09-08T04:00:08.046Z | Sep 08 04:00:06.940 Sep 08 04:00:06.940DEBG Sep 08 04:00:06.940INFO Sep 08 04:00:06.940replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 9069 | 2026-09-08T04:00:08.046Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:1DEBG Sep 08 04:00:06.940replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:14::/64 -> 2001:db8::55:ff |
| 9070 | 2026-09-08T04:00:08.046Z | |
| 9071 | 2026-09-08T04:00:08.046Z | |
| 9072 | 2026-09-08T04:00:08.046Z | 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 } }] |
| 9073 | 2026-09-08T04:00:08.046Z | Sep 08 04:00:06.940Sep 08 04:00:06.940 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 } }] |
| 9074 | 2026-09-08T04:00:08.046Z | Sep 08 04:00:06.940 INFOSep 08 04:00:06.940 Sep 08 04:00:06.940adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9075 | 2026-09-08T04:00:08.046Z | INFOINFO DEBGSep 08 04:00:06.933adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 9076 | 2026-09-08T04:00:08.046Z | 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 |
| 9077 | 2026-09-08T04:00:08.046Z | Sep 08 04:00:06.940adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9078 | 2026-09-08T04:00:08.046Z | Sep 08 04:00:06.940adding route 172.16.0.0/32 -> 10.0.0.1DEBG DEBG |
| 9079 | 2026-09-08T04:00:08.046Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9080 | 2026-09-08T04:00:08.046Z | Sep 08 04:00:06.940Sep 08 04:00:06.940 |
| 9081 | 2026-09-08T04:00:08.046Z | DEBGINFO Sep 08 04:00:06.940adding route 3fff:beef:15::/64 -> 2001:db8::55:ff Sep 08 04:00:06.940INFO |
| 9082 | 2026-09-08T04:00:08.046Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:39::/64 -> 2001:db8::55:ff |
| 9083 | 2026-09-08T04:00:08.046Z | INFOSep 08 04:00:06.940Sep 08 04:00:06.940 |
| 9084 | 2026-09-08T04:00:08.046Z | DEBG DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }] |
| 9085 | 2026-09-08T04:00:08.046Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Sep 08 04:00:06.940Sep 08 04:00:06.940 |
| 9086 | 2026-09-08T04:00:08.046Z | DEBG |
| 9087 | 2026-09-08T04:00:08.046Z | INFO Sep 08 04:00:06.940adding route 3fff:dead::/64 -> 2001:db8::55:3 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 |
| 9088 | 2026-09-08T04:00:08.046Z | |
| 9089 | 2026-09-08T04:00:08.046Z | Sep 08 04:00:06.940 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG |
| 9090 | 2026-09-08T04:00:08.046Z | Sep 08 04:00:06.940replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Sep 08 04:00:06.940 |
| 9091 | 2026-09-08T04:00:08.046Z | INFOINFOSep 08 04:00:06.940Sep 08 04:00:06.940Sep 08 04:00:06.940 adding route 172.17.0.0/32 -> 10.0.0.255 |
| 9092 | 2026-09-08T04:00:08.046Z | DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 9093 | 2026-09-08T04:00:08.046Z | 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 } }]DEBGINFOSep 08 04:00:06.940 |
| 9094 | 2026-09-08T04:00:08.046Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 08 04:00:06.940 Sep 08 04:00:06.940adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9095 | 2026-09-08T04:00:08.047Z | |
| 9096 | 2026-09-08T04:00:08.047Z | INFO |
| 9097 | 2026-09-08T04:00:08.047Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 9098 | 2026-09-08T04:00:08.047Z | DEBG Sep 08 04:00:06.940replacing 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 } }] Sep 08 04:00:06.940 |
| 9099 | 2026-09-08T04:00:08.047Z | DEBGSep 08 04:00:06.940 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]DEBGINFO |
| 9100 | 2026-09-08T04:00:08.047Z | 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 } }]Sep 08 04:00:06.940 |
| 9101 | 2026-09-08T04:00:08.047Z | adding route 172.17.0.1/32 -> 10.0.0.255INFO |
| 9102 | 2026-09-08T04:00:08.047Z | Sep 08 04:00:06.940Sep 08 04:00:06.940adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 9103 | 2026-09-08T04:00:08.047Z | INFODEBGSep 08 04:00:06.940 Sep 08 04:00:06.940Sep 08 04:00:06.940 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 } }] |
| 9104 | 2026-09-08T04:00:08.047Z | INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9105 | 2026-09-08T04:00:08.047Z | |
| 9106 | 2026-09-08T04:00:08.047Z | 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9107 | 2026-09-08T04:00:08.047Z | Sep 08 04:00:06.940Sep 08 04:00:06.940Sep 08 04:00:06.940 WARNDEBG INFO |
| 9108 | 2026-09-08T04:00:08.047Z | 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 } }]shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) adding route 172.17.0.2/32 -> 10.0.0.255 |
| 9109 | 2026-09-08T04:00:08.047Z | |
| 9110 | 2026-09-08T04:00:08.047Z | |
| 9111 | 2026-09-08T04:00:08.047Z | Sep 08 04:00:06.940Sep 08 04:00:06.940Sep 08 04:00:06.940 DEBGDEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9112 | 2026-09-08T04:00:08.047Z | |
| 9113 | 2026-09-08T04:00:08.047Z | INFO Sep 08 04:00:06.940adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff INFOSep 08 04:00:06.940 |
| 9114 | 2026-09-08T04:00:08.047Z | Sep 08 04:00:06.940 INFODEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 172.17.0.3/32 -> 10.0.0.255 |
| 9115 | 2026-09-08T04:00:08.047Z | |
| 9116 | 2026-09-08T04:00:08.047Z | replacing targets for 3fff:dead::/64 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 } }] |
| 9117 | 2026-09-08T04:00:08.047Z | Sep 08 04:00:06.940 DEBG Sep 08 04:00:06.940Sep 08 04:00:06.940Sep 08 04:00:06.940 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 |
| 9118 | 2026-09-08T04:00:08.047Z | DEBGWARN replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 9119 | 2026-09-08T04:00:08.047Z | |
| 9120 | 2026-09-08T04:00:08.047Z | 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 } }]shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 9121 | 2026-09-08T04:00:08.047Z | |
| 9122 | 2026-09-08T04:00:08.047Z | Sep 08 04:00:06.940 DEBG failed to allocate space for the new target listSep 08 04:00:06.940 |
| 9123 | 2026-09-08T04:00:08.047Z | Sep 08 04:00:06.940 Sep 08 04:00:06.940INFO INFOINFO adding route 172.17.0.4/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9124 | 2026-09-08T04:00:08.047Z | |
| 9125 | 2026-09-08T04:00:08.047Z | Sep 08 04:00:06.940 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG |
| 9126 | 2026-09-08T04:00:08.047Z | Sep 08 04:00:06.940Sep 08 04:00:06.940 replacing targets for 3fff:dead::/64 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 } }] |
| 9127 | 2026-09-08T04:00:08.047Z | DEBGDEBG 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.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 } }] |
| 9128 | 2026-09-08T04:00:08.047Z | |
| 9129 | 2026-09-08T04:00:08.047Z | Sep 08 04:00:06.940 DEBGSep 08 04:00:06.940 Sep 08 04:00:06.940replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO INFO |
| 9130 | 2026-09-08T04:00:08.047Z | adding route 172.17.0.5/32 -> 10.0.0.255adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9131 | 2026-09-08T04:00:08.047Z | |
| 9132 | 2026-09-08T04:00:08.047Z | Sep 08 04:00:06.940 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffSep 08 04:00:06.940 |
| 9133 | 2026-09-08T04:00:08.047Z | Sep 08 04:00:06.940 DEBGDEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]Sep 08 04:00:06.940 |
| 9134 | 2026-09-08T04:00:08.047Z | |
| 9135 | 2026-09-08T04:00:08.048Z | 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 } }] |
| 9136 | 2026-09-08T04:00:08.048Z | Sep 08 04:00:06.941Sep 08 04:00:06.941Sep 08 04:00:06.947 DEBGINFODEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffcreated new freemap |
| 9137 | 2026-09-08T04:00:08.048Z | created new freemap, , unitunit:: freemap_route_ipv4Sep 08 04:00:06.947freemap_route_ipv4 |
| 9138 | 2026-09-08T04:00:08.048Z | |
| 9139 | 2026-09-08T04:00:08.048Z | DEBG |
| 9140 | 2026-09-08T04:00:08.052Z | Sep 08 04:00:06.947replacing 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 } }] |
| 9141 | 2026-09-08T04:00:08.052Z | Sep 08 04:00:06.947DEBG created new freemapDEBG, Sep 08 04:00:06.947unitcreated new freemap Sep 08 04:00:06.947 INFO INFO: adding route 3fff:beef:20::/64 -> 2001:db8::55:fffreemap_route_ipv6adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 9142 | 2026-09-08T04:00:08.052Z | |
| 9143 | 2026-09-08T04:00:08.052Z | |
| 9144 | 2026-09-08T04:00:08.052Z | Sep 08 04:00:06.947Sep 08 04:00:06.941 DEBG initted freemap. size: 64 , DEBGSep 08 04:00:06.947unit Sep 08 04:00:06.947 created new freemap :DEBG, DEBGunit : freemap_route_ipv4replacing 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 } }] |
| 9145 | 2026-09-08T04:00:08.052Z | freemap_route_ipv4 |
| 9146 | 2026-09-08T04:00:08.052Z | 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 } }] |
| 9147 | 2026-09-08T04:00:08.052Z | |
| 9148 | 2026-09-08T04:00:08.052Z | Sep 08 04:00:06.947 Sep 08 04:00:06.947Sep 08 04:00:06.947 INFOINFO Sep 08 04:00:06.947 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 9149 | 2026-09-08T04:00:08.052Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff DEBGDEBG |
| 9150 | 2026-09-08T04:00:08.052Z | reset freemapcreated new freemap, , Sep 08 04:00:06.947Sep 08 04:00:06.948unit : unitDEBGfreemap_route_ipv4DEBG |
| 9151 | 2026-09-08T04:00:08.052Z | 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 } }] : |
| 9152 | 2026-09-08T04:00:08.052Z | replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv6 |
| 9153 | 2026-09-08T04:00:08.052Z | |
| 9154 | 2026-09-08T04:00:08.052Z | Sep 08 04:00:06.948Sep 08 04:00:06.948Sep 08 04:00:06.948 Sep 08 04:00:06.948 DEBGINFODEBG initted freemap. size: 64adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 9155 | 2026-09-08T04:00:08.052Z | , unitINFO, : unitfreemap_route_ipv4Sep 08 04:00:06.948:adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 9156 | 2026-09-08T04:00:08.052Z | DEBG |
| 9157 | 2026-09-08T04:00:08.052Z | replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 9158 | 2026-09-08T04:00:08.052Z | |
| 9159 | 2026-09-08T04:00:08.052Z | Sep 08 04:00:06.948Sep 08 04:00:06.948 Sep 08 04:00:06.948Sep 08 04:00:06.948DEBG , DEBGreset freemapSep 08 04:00:06.940 unit, DEBGunit: : replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4INFOfreemap_route_ipv6 |
| 9160 | 2026-09-08T04:00:08.052Z | INFO |
| 9161 | 2026-09-08T04:00:08.052Z | |
| 9162 | 2026-09-08T04:00:08.052Z | adding route 172.17.0.6/32 -> 10.0.0.255 |
| 9163 | 2026-09-08T04:00:08.052Z | reset freemapadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 9164 | 2026-09-08T04:00:08.052Z | , unit: freemap_route_ipv6Sep 08 04:00:06.948 |
| 9165 | 2026-09-08T04:00:08.052Z | Sep 08 04:00:06.948 Sep 08 04:00:06.948DEBGSep 08 04:00:06.948DEBG Sep 08 04:00:06.948 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 |
| 9166 | 2026-09-08T04:00:08.052Z | Sep 08 04:00:06.948 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 } }] initted freemap. size: 64adding route 3fff:dead::/64 -> 2001:db8::55:1 , |
| 9167 | 2026-09-08T04:00:08.052Z | unitDEBG |
| 9168 | 2026-09-08T04:00:08.052Z | initted freemap. size: 64:, INFO unitfreemap_route_ipv4 Sep 08 04:00:06.948Sep 08 04:00:06.948: |
| 9169 | 2026-09-08T04:00:08.052Z | freemap_route_ipv6 Sep 08 04:00:06.948INFO INFO |
| 9170 | 2026-09-08T04:00:08.053Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9171 | 2026-09-08T04:00:08.053Z | Sep 08 04:00:06.948DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 9172 | 2026-09-08T04:00:08.053Z | DEBG Sep 08 04:00:06.948 adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBGreset freemap |
| 9173 | 2026-09-08T04:00:08.053Z | |
| 9174 | 2026-09-08T04:00:08.053Z | Sep 08 04:00:06.948reset freemapSep 08 04:00:06.948 , unitDEBG , :unit DEBG freemap_route_ipv6replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9175 | 2026-09-08T04:00:08.053Z | |
| 9176 | 2026-09-08T04:00:08.053Z | 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 } }]Sep 08 04:00:06.948 |
| 9177 | 2026-09-08T04:00:08.053Z | Sep 08 04:00:06.948Sep 08 04:00:06.948 INFOINFO adding route 172.17.0.8/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9178 | 2026-09-08T04:00:08.053Z | |
| 9179 | 2026-09-08T04:00:08.053Z | Sep 08 04:00:06.948Sep 08 04:00:06.948 INFO: INFO freemap_route_ipv4DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ffSep 08 04:00:06.948 |
| 9180 | 2026-09-08T04:00:08.053Z | Sep 08 04:00:06.948 |
| 9181 | 2026-09-08T04:00:08.053Z | DEBGDEBG Sep 08 04:00:06.948 Sep 08 04:00:06.948replacing 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 } }] |
| 9182 | 2026-09-08T04:00:08.053Z | 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 } }]DEBG Sep 08 04:00:06.948replacing 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 } }]initted freemap. size: 64 , adding route 3fff:dead::/64 -> 2001:db8::55:2unit |
| 9183 | 2026-09-08T04:00:08.053Z | 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 } }]: |
| 9184 | 2026-09-08T04:00:08.053Z | |
| 9185 | 2026-09-08T04:00:08.053Z | freemap_route_ipv6 |
| 9186 | 2026-09-08T04:00:08.053Z | INFO Sep 08 04:00:06.948 |
| 9187 | 2026-09-08T04:00:08.053Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9188 | 2026-09-08T04:00:08.053Z | INFOSep 08 04:00:06.948 Sep 08 04:00:06.948INFO Sep 08 04:00:06.948 adding route 172.17.0.9/32 -> 10.0.0.255 Sep 08 04:00:06.948 |
| 9189 | 2026-09-08T04:00:08.053Z | Sep 08 04:00:06.948DEBG DEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 9190 | 2026-09-08T04:00:08.053Z | reset freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }], DEBG unitINFO: |
| 9191 | 2026-09-08T04:00:08.053Z | Sep 08 04:00:06.948 Sep 08 04:00:06.948 freemap_route_ipv6 DEBG |
| 9192 | 2026-09-08T04:00:08.053Z | Sep 08 04:00:06.948replacing 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 } }] |
| 9193 | 2026-09-08T04:00:08.053Z | INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 9194 | 2026-09-08T04:00:08.053Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9195 | 2026-09-08T04:00:08.053Z | 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 } }] |
| 9196 | 2026-09-08T04:00:08.053Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 9197 | 2026-09-08T04:00:08.053Z | Sep 08 04:00:06.948Sep 08 04:00:06.948Sep 08 04:00:06.948Sep 08 04:00:06.948 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 } }] adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 172.17.0.10/32 -> 10.0.0.255 |
| 9198 | 2026-09-08T04:00:08.053Z | |
| 9199 | 2026-09-08T04:00:08.053Z | |
| 9200 | 2026-09-08T04:00:08.053Z | Sep 08 04:00:06.948Sep 08 04:00:06.948 Sep 08 04:00:06.948DEBG Sep 08 04:00:06.948 INFO INFO adding route 172.16.0.0/32 -> 10.0.0.2Sep 08 04:00:06.948 INFOadding route 3fff:dead::/64 -> 2001:db8::55:3DEBG |
| 9201 | 2026-09-08T04:00:08.053Z | |
| 9202 | 2026-09-08T04:00:08.053Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 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 } }] 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 } }] |
| 9203 | 2026-09-08T04:00:08.053Z | |
| 9204 | 2026-09-08T04:00:08.053Z | Sep 08 04:00:06.948 |
| 9205 | 2026-09-08T04:00:08.053Z | 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 } }]Sep 08 04:00:06.948 |
| 9206 | 2026-09-08T04:00:08.053Z | Sep 08 04:00:06.948DEBGDEBG 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 } }]INFOSep 08 04:00:06.948Sep 08 04:00:06.948 |
| 9207 | 2026-09-08T04:00:08.053Z | INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffSep 08 04:00:06.948adding route 3fff:beef:25::/64 -> 2001:db8::55:ff Sep 08 04:00:06.948INFO |
| 9208 | 2026-09-08T04:00:08.053Z | |
| 9209 | 2026-09-08T04:00:08.053Z | INFOadding route 172.17.0.11/32 -> 10.0.0.255DEBG |
| 9210 | 2026-09-08T04:00:08.054Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255Sep 08 04:00:06.948 |
| 9211 | 2026-09-08T04:00:08.054Z | |
| 9212 | 2026-09-08T04:00:08.054Z | Sep 08 04:00:06.948 Sep 08 04:00:06.948DEBG Sep 08 04:00:06.948 DEBG DEBGSep 08 04:00:06.948DEBGreplacing 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 } }] |
| 9213 | 2026-09-08T04:00:08.054Z | |
| 9214 | 2026-09-08T04:00:08.054Z | 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.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9215 | 2026-09-08T04:00:08.054Z | replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9216 | 2026-09-08T04:00:08.054Z | Sep 08 04:00:06.948 |
| 9217 | 2026-09-08T04:00:08.054Z | |
| 9218 | 2026-09-08T04:00:08.054Z | Sep 08 04:00:06.948 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFO |
| 9219 | 2026-09-08T04:00:08.054Z | Sep 08 04:00:06.948Sep 08 04:00:06.948Sep 08 04:00:06.948 adding route 172.17.0.1/32 -> 10.0.0.255Sep 08 04:00:06.948 |
| 9220 | 2026-09-08T04:00:08.054Z | INFO DEBG adding route 3fff:beef:26::/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 } }]Sep 08 04:00:06.948 |
| 9221 | 2026-09-08T04:00:08.054Z | DEBG |
| 9222 | 2026-09-08T04:00:08.054Z | Sep 08 04:00:06.948 replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 9223 | 2026-09-08T04:00:08.054Z | DEBG INFOadding route 3fff:dead::/64 -> 2001:db8::55:4Sep 08 04:00:06.948 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 } }] |
| 9224 | 2026-09-08T04:00:08.054Z | Sep 08 04:00:06.948 |
| 9225 | 2026-09-08T04:00:08.054Z | adding route 172.17.0.12/32 -> 10.0.0.255INFO |
| 9226 | 2026-09-08T04:00:08.054Z | INFOSep 08 04:00:06.948 adding route 172.17.0.2/32 -> 10.0.0.255Sep 08 04:00:06.948 |
| 9227 | 2026-09-08T04:00:08.054Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 9228 | 2026-09-08T04:00:08.054Z | INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG Sep 08 04:00:06.948replacing 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 } }]Sep 08 04:00:06.948 |
| 9229 | 2026-09-08T04:00:08.054Z | Sep 08 04:00:06.948 Sep 08 04:00:06.948DEBG |
| 9230 | 2026-09-08T04:00:08.054Z | 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 } }]Sep 08 04:00:06.948 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9231 | 2026-09-08T04:00:08.054Z | |
| 9232 | 2026-09-08T04:00:08.054Z | INFO DEBG Sep 08 04:00:06.948replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] Sep 08 04:00:06.948 |
| 9233 | 2026-09-08T04:00:08.054Z | |
| 9234 | 2026-09-08T04:00:08.054Z | DEBG INFOSep 08 04:00:06.948 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 |
| 9235 | 2026-09-08T04:00:08.054Z | adding route 172.17.0.3/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255 |
| 9236 | 2026-09-08T04:00:08.054Z | |
| 9237 | 2026-09-08T04:00:08.054Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 9238 | 2026-09-08T04:00:08.054Z | Sep 08 04:00:06.948 Sep 08 04:00:06.948Sep 08 04:00:06.948INFOSep 08 04:00:06.948Sep 08 04:00:06.948 DEBGDEBGDEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 9239 | 2026-09-08T04:00:08.054Z | INFO |
| 9240 | 2026-09-08T04:00:08.059Z | adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }]Sep 08 04:00:06.948 |
| 9241 | 2026-09-08T04:00:08.059Z | |
| 9242 | 2026-09-08T04:00:08.059Z | |
| 9243 | 2026-09-08T04:00:08.059Z | DEBGSep 08 04:00:06.948Sep 08 04:00:06.948 Sep 08 04:00:06.948Sep 08 04:00:06.948INFODEBG INFOadding route 172.17.0.14/32 -> 10.0.0.255DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9244 | 2026-09-08T04:00:08.059Z | Sep 08 04:00:06.948 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 } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ffSep 08 04:00:06.954 |
| 9245 | 2026-09-08T04:00:08.059Z | Sep 08 04:00:06.941 |
| 9246 | 2026-09-08T04:00:08.059Z | DEBGDEBG created new freemapSep 08 04:00:06.954replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO, |
| 9247 | 2026-09-08T04:00:08.059Z | unitadding route 3fff:beef:29::/64 -> 2001:db8::55:ffSep 08 04:00:06.954 |
| 9248 | 2026-09-08T04:00:08.059Z | DEBG: Sep 08 04:00:06.954freemap_route_ipv4 |
| 9249 | 2026-09-08T04:00:08.059Z | Sep 08 04:00:06.954INFO replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG adding route 172.17.0.15/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 } }] |
| 9250 | 2026-09-08T04:00:08.059Z | |
| 9251 | 2026-09-08T04:00:08.059Z | |
| 9252 | 2026-09-08T04:00:08.059Z | Sep 08 04:00:06.954Sep 08 04:00:06.954 DEBGSep 08 04:00:06.954Sep 08 04:00:06.954 DEBGINFO created new freemap |
| 9253 | 2026-09-08T04:00:08.059Z | , unitadding route 3fff:beef:29::/64 -> 2001:db8::55:ff: |
| 9254 | 2026-09-08T04:00:08.059Z | INFOreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9255 | 2026-09-08T04:00:08.059Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffSep 08 04:00:06.954 |
| 9256 | 2026-09-08T04:00:08.059Z | Sep 08 04:00:06.954 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:3, vlan_id: None } }]Sep 08 04:00:06.954 |
| 9257 | 2026-09-08T04:00:08.059Z | Sep 08 04:00:06.955 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 } }] |
| 9258 | 2026-09-08T04:00:08.059Z | DEBGadding route 172.17.0.16/32 -> 10.0.0.255freemap_route_ipv6 |
| 9259 | 2026-09-08T04:00:08.059Z | 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 } }] |
| 9260 | 2026-09-08T04:00:08.059Z | |
| 9261 | 2026-09-08T04:00:08.059Z | Sep 08 04:00:06.955 Sep 08 04:00:06.955 DEBG initted freemap. size: 64, unitINFO: Sep 08 04:00:06.955freemap_route_ipv4Sep 08 04:00:06.955 |
| 9262 | 2026-09-08T04:00:08.059Z | DEBG 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 } }] |
| 9263 | 2026-09-08T04:00:08.059Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 9264 | 2026-09-08T04:00:08.059Z | Sep 08 04:00:06.955 |
| 9265 | 2026-09-08T04:00:08.059Z | Sep 08 04:00:06.955DEBG Sep 08 04:00:06.955reset freemapINFO, unitDEBGadding route 172.17.0.17/32 -> 10.0.0.255: |
| 9266 | 2026-09-08T04:00:08.059Z | replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 9267 | 2026-09-08T04:00:08.059Z | |
| 9268 | 2026-09-08T04:00:08.059Z | Sep 08 04:00:06.955 Sep 08 04:00:06.955Sep 08 04:00:06.955 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 9269 | 2026-09-08T04:00:08.059Z | 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 } }]Sep 08 04:00:06.955Sep 08 04:00:06.955DEBG |
| 9270 | 2026-09-08T04:00:08.059Z | DEBGadding route 172.17.0.4/32 -> 10.0.0.255 |
| 9271 | 2026-09-08T04:00:08.059Z | 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 } }] |
| 9272 | 2026-09-08T04:00:08.059Z | initted freemap. size: 64, Sep 08 04:00:06.955unitDEBG: freemap_route_ipv6replacing 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 } }] |
| 9273 | 2026-09-08T04:00:08.059Z | INFOSep 08 04:00:06.955 Sep 08 04:00:06.955adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 9274 | 2026-09-08T04:00:08.060Z | test route::tests::same_size_non_subset_replace ... ok |
| 9275 | 2026-09-08T04:00:08.060Z | DEBG |
| 9276 | 2026-09-08T04:00:08.060Z | Sep 08 04:00:06.955INFO adding route 172.17.0.18/32 -> 10.0.0.255replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOSep 08 04:00:06.955 |
| 9277 | 2026-09-08T04:00:08.060Z | |
| 9278 | 2026-09-08T04:00:08.060Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff DEBG |
| 9279 | 2026-09-08T04:00:08.060Z | 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 } }]Sep 08 04:00:06.955 |
| 9280 | 2026-09-08T04:00:08.060Z | INFO Sep 08 04:00:06.955adding route 172.17.0.5/32 -> 10.0.0.255 |
| 9281 | 2026-09-08T04:00:08.060Z | Sep 08 04:00:06.955Sep 08 04:00:06.955 DEBGSep 08 04:00:06.955DEBG DEBGINFO Sep 08 04:00:06.955 replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGreplacing targets for 3fff:beef: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 } }] |
| 9282 | 2026-09-08T04:00:08.060Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 9283 | 2026-09-08T04:00:08.060Z | 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 } }] |
| 9284 | 2026-09-08T04:00:08.060Z | |
| 9285 | 2026-09-08T04:00:08.060Z | reset freemapSep 08 04:00:06.955, Sep 08 04:00:06.955INFOunit :Sep 08 04:00:06.955 DEBGfreemap_route_ipv6Sep 08 04:00:06.955 |
| 9286 | 2026-09-08T04:00:08.060Z | adding route 172.17.0.19/32 -> 10.0.0.255 replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 9287 | 2026-09-08T04:00:08.060Z | INFO |
| 9288 | 2026-09-08T04:00:08.060Z | Sep 08 04:00:06.955 INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 9289 | 2026-09-08T04:00:08.060Z | adding route 172.17.0.6/32 -> 10.0.0.255 |
| 9290 | 2026-09-08T04:00:08.060Z | adding route 172.16.0.0/32 -> 10.0.0.1Sep 08 04:00:06.955 |
| 9291 | 2026-09-08T04:00:08.060Z | Sep 08 04:00:06.955 Sep 08 04:00:06.955Sep 08 04:00:06.955 Sep 08 04:00:06.955DEBGDEBGINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9292 | 2026-09-08T04:00:08.060Z | DEBG |
| 9293 | 2026-09-08T04:00:08.060Z | 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.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 } }] |
| 9294 | 2026-09-08T04:00:08.060Z | |
| 9295 | 2026-09-08T04:00:08.060Z | Sep 08 04:00:06.955 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 } }] Sep 08 04:00:06.955DEBG |
| 9296 | 2026-09-08T04:00:08.060Z | Sep 08 04:00:06.955replacing 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 } }]Sep 08 04:00:06.955 |
| 9297 | 2026-09-08T04:00:08.060Z | INFO INFO Sep 08 04:00:06.955adding route 172.17.0.7/32 -> 10.0.0.255 INFO |
| 9298 | 2026-09-08T04:00:08.060Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 9299 | 2026-09-08T04:00:08.060Z | adding route 172.17.0.20/32 -> 10.0.0.255INFO |
| 9300 | 2026-09-08T04:00:08.060Z | Sep 08 04:00:06.955 adding route 172.16.0.0/32 -> 10.0.0.2DEBG |
| 9301 | 2026-09-08T04:00:08.060Z | Sep 08 04:00:06.955replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 9302 | 2026-09-08T04:00:08.060Z | Sep 08 04:00:06.955 Sep 08 04:00:06.955 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffSep 08 04:00:06.955DEBG |
| 9303 | 2026-09-08T04:00:08.060Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 9304 | 2026-09-08T04:00:08.060Z | replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG Sep 08 04:00:06.955 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 } }] |
| 9305 | 2026-09-08T04:00:08.060Z | created new freemap, |
| 9306 | 2026-09-08T04:00:08.060Z | unit:Sep 08 04:00:06.961Sep 08 04:00:06.940 Sep 08 04:00:06.961 INFOSep 08 04:00:06.961freemap_route_ipv4DEBG |
| 9307 | 2026-09-08T04:00:08.060Z | INFOadding route 172.17.0.27/32 -> 10.0.0.255 |
| 9308 | 2026-09-08T04:00:08.060Z | DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 9309 | 2026-09-08T04:00:08.060Z | Sep 08 04:00:06.961Sep 08 04:00:06.961adding route 3fff:beef:30::/64 -> 2001:db8::55:ff DEBGDEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 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 } }] |
| 9310 | 2026-09-08T04:00:08.060Z | |
| 9311 | 2026-09-08T04:00:08.060Z | created new freemap, |
| 9312 | 2026-09-08T04:00:08.060Z | unit:Sep 08 04:00:06.961 Sep 08 04:00:06.961INFOfreemap_route_ipv6 |
| 9313 | 2026-09-08T04:00:08.061Z | Sep 08 04:00:06.961DEBG adding route 172.17.0.28/32 -> 10.0.0.255 INFOreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9314 | 2026-09-08T04:00:08.061Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffSep 08 04:00:06.961 |
| 9315 | 2026-09-08T04:00:08.061Z | |
| 9316 | 2026-09-08T04:00:08.061Z | DEBGSep 08 04:00:06.961 initted freemap. size: 64DEBGSep 08 04:00:06.961 , replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 9317 | 2026-09-08T04:00:08.061Z | Sep 08 04:00:06.961 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 9318 | 2026-09-08T04:00:08.061Z | 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 } }] |
| 9319 | 2026-09-08T04:00:08.061Z | DEBGSep 08 04:00:06.961 replacing targets for 3fff:dead::/64 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 } }]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 } }] Sep 08 04:00:06.961 |
| 9320 | 2026-09-08T04:00:08.061Z | 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 } }] |
| 9321 | 2026-09-08T04:00:08.061Z | INFO |
| 9322 | 2026-09-08T04:00:08.061Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 9323 | 2026-09-08T04:00:08.061Z | Sep 08 04:00:06.961 INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffSep 08 04:00:06.961 |
| 9324 | 2026-09-08T04:00:08.061Z | DEBG Sep 08 04:00:06.961replacing 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 } }] |
| 9325 | 2026-09-08T04:00:08.061Z | INFOSep 08 04:00:06.961 adding route 172.17.0.21/32 -> 10.0.0.255DEBG |
| 9326 | 2026-09-08T04:00:08.061Z | Sep 08 04:00:06.961replacing 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 |
| 9327 | 2026-09-08T04:00:08.061Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffSep 08 04:00:06.961 |
| 9328 | 2026-09-08T04:00:08.061Z | Sep 08 04:00:06.961 Sep 08 04:00:06.961INFO DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff Sep 08 04:00:06.961replacing 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 } }] |
| 9329 | 2026-09-08T04:00:08.061Z | |
| 9330 | 2026-09-08T04:00:08.061Z | INFODEBGSep 08 04:00:06.961 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 |
| 9331 | 2026-09-08T04:00:08.061Z | adding route 172.17.0.29/32 -> 10.0.0.255replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9332 | 2026-09-08T04:00:08.061Z | |
| 9333 | 2026-09-08T04:00:08.061Z | Sep 08 04:00:06.961 INFOSep 08 04:00:06.961 Sep 08 04:00:06.961adding route 3fff:beef:32::/64 -> 2001:db8::55:ff Sep 08 04:00:06.961INFO |
| 9334 | 2026-09-08T04:00:08.061Z | DEBGINFOadding route 172.17.0.22/32 -> 10.0.0.255 |
| 9335 | 2026-09-08T04:00:08.061Z | Sep 08 04:00:06.961adding route 3fff:beef:34::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9336 | 2026-09-08T04:00:08.061Z | |
| 9337 | 2026-09-08T04:00:08.061Z | 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 } }] |
| 9338 | 2026-09-08T04:00:08.061Z | Sep 08 04:00:06.961 DEBGSep 08 04:00:06.961 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 |
| 9339 | 2026-09-08T04:00:08.061Z | adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9340 | 2026-09-08T04:00:08.065Z | Sep 08 04:00:06.961 INFOSep 08 04:00:06.961 adding route 172.17.0.23/32 -> 10.0.0.255DEBG |
| 9341 | 2026-09-08T04:00:08.065Z | 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 } }] |
| 9342 | 2026-09-08T04:00:08.065Z | Sep 08 04:00:06.961Sep 08 04:00:06.961 Sep 08 04:00:06.961DEBGDEBG 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 } }] adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9343 | 2026-09-08T04:00:08.065Z | 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 } }] |
| 9344 | 2026-09-08T04:00:08.065Z | |
| 9345 | 2026-09-08T04:00:08.065Z | Sep 08 04:00:06.961 INFO Sep 08 04:00:06.961adding route 3fff:beef:33::/64 -> 2001:db8::55:ff Sep 08 04:00:06.961Sep 08 04:00:06.961 |
| 9346 | 2026-09-08T04:00:08.065Z | 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 } }]INFO |
| 9347 | 2026-09-08T04:00:08.066Z | Sep 08 04:00:06.961 adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 9348 | 2026-09-08T04:00:08.066Z | DEBGadding route 172.17.0.24/32 -> 10.0.0.255 |
| 9349 | 2026-09-08T04:00:08.066Z | 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 } }]Sep 08 04:00:06.961 |
| 9350 | 2026-09-08T04:00:08.066Z | INFOSep 08 04:00:06.961 DEBGSep 08 04:00:06.961adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9351 | 2026-09-08T04:00:08.066Z | Sep 08 04:00:06.961 INFO replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Sep 08 04:00:06.961adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 9352 | 2026-09-08T04:00:08.066Z | DEBG |
| 9353 | 2026-09-08T04:00:08.066Z | 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.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 } }] |
| 9354 | 2026-09-08T04:00:08.066Z | |
| 9355 | 2026-09-08T04:00:08.066Z | Sep 08 04:00:06.961 Sep 08 04:00:06.961 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9356 | 2026-09-08T04:00:08.066Z | 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 } }]Sep 08 04:00:06.961 |
| 9357 | 2026-09-08T04:00:08.066Z | Sep 08 04:00:06.961Sep 08 04:00:06.961 INFOINFO adding route 172.17.0.33/32 -> 10.0.0.255DEBG |
| 9358 | 2026-09-08T04:00:08.066Z | Sep 08 04:00:06.961adding route 3fff:beef:36::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 9359 | 2026-09-08T04:00:08.066Z | |
| 9360 | 2026-09-08T04:00:08.066Z | INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffSep 08 04:00:06.961Sep 08 04:00:06.961 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 } }] |
| 9361 | 2026-09-08T04:00:08.066Z | 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 } }] |
| 9362 | 2026-09-08T04:00:08.066Z | Sep 08 04:00:06.961 |
| 9363 | 2026-09-08T04:00:08.066Z | :Sep 08 04:00:06.955 freemap_route_ipv4INFO |
| 9364 | 2026-09-08T04:00:08.066Z | INFO adding route 172.17.0.8/32 -> 10.0.0.255Sep 08 04:00:06.961adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9365 | 2026-09-08T04:00:08.066Z | |
| 9366 | 2026-09-08T04:00:08.066Z | Sep 08 04:00:06.961INFOSep 08 04:00:06.961 INFO adding route 172.17.0.34/32 -> 10.0.0.255Sep 08 04:00:06.961 |
| 9367 | 2026-09-08T04:00:08.066Z | DEBGDEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ff Sep 08 04:00:06.961Sep 08 04:00:06.961Sep 08 04:00:06.961 DEBGreset 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 } }] , |
| 9368 | 2026-09-08T04:00:08.066Z | DEBGreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 9369 | 2026-09-08T04:00:08.066Z | : 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 } }]freemap_route_ipv4 |
| 9370 | 2026-09-08T04:00:08.066Z | |
| 9371 | 2026-09-08T04:00:08.066Z | DEBG |
| 9372 | 2026-09-08T04:00:08.066Z | Sep 08 04:00:06.961Sep 08 04:00:06.961 Sep 08 04:00:06.961Sep 08 04:00:06.961replacing 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 } }] INFODEBG INFODEBG |
| 9373 | 2026-09-08T04:00:08.066Z | 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 } }] |
| 9374 | 2026-09-08T04:00:08.066Z | initted freemap. size: 64adding route 172.17.0.35/32 -> 10.0.0.255, |
| 9375 | 2026-09-08T04:00:08.066Z | unit: freemap_route_ipv6 |
| 9376 | 2026-09-08T04:00:08.066Z | Sep 08 04:00:06.962 adding route 172.17.0.9/32 -> 10.0.0.255DEBG |
| 9377 | 2026-09-08T04:00:08.066Z | 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 } }] |
| 9378 | 2026-09-08T04:00:08.066Z | Sep 08 04:00:06.962 Sep 08 04:00:06.962DEBG Sep 08 04:00:06.962INFOreplacing 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 } }] |
| 9379 | 2026-09-08T04:00:08.066Z | adding route 172.17.0.36/32 -> 10.0.0.255INFO |
| 9380 | 2026-09-08T04:00:08.066Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ffSep 08 04:00:06.962 |
| 9381 | 2026-09-08T04:00:08.066Z | Sep 08 04:00:06.962INFO DEBG adding route 172.17.0.10/32 -> 10.0.0.255replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9382 | 2026-09-08T04:00:08.066Z | |
| 9383 | 2026-09-08T04:00:08.066Z | Sep 08 04:00:06.962 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 } }]Sep 08 04:00:06.962 |
| 9384 | 2026-09-08T04:00:08.066Z | Sep 08 04:00:06.962 DEBG INFOreplacing 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 } }]Sep 08 04:00:06.962 |
| 9385 | 2026-09-08T04:00:08.066Z | adding route 172.17.0.37/32 -> 10.0.0.255INFO |
| 9386 | 2026-09-08T04:00:08.066Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 9387 | 2026-09-08T04:00:08.067Z | Sep 08 04:00:06.962Sep 08 04:00:06.962 Sep 08 04:00:06.962 INFODEBGDEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.11/32 -> 10.0.0.255 |
| 9388 | 2026-09-08T04:00:08.067Z | |
| 9389 | 2026-09-08T04:00:08.067Z | 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 } }] |
| 9390 | 2026-09-08T04:00:08.067Z | Sep 08 04:00:06.962 Sep 08 04:00:06.962Sep 08 04:00:06.962 DEBGINFO 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 } }]INFO |
| 9391 | 2026-09-08T04:00:08.067Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 9392 | 2026-09-08T04:00:08.067Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9393 | 2026-09-08T04:00:08.067Z | Sep 08 04:00:06.962Sep 08 04:00:06.962 INFODEBGSep 08 04:00:06.962 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 } }]adding route 172.17.0.12/32 -> 10.0.0.255 |
| 9394 | 2026-09-08T04:00:08.067Z | |
| 9395 | 2026-09-08T04:00:08.067Z | 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 } }] |
| 9396 | 2026-09-08T04:00:08.067Z | Sep 08 04:00:06.962Sep 08 04:00:06.962 Sep 08 04:00:06.962DEBGINFO 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 } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 9397 | 2026-09-08T04:00:08.067Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 9398 | 2026-09-08T04:00:08.067Z | |
| 9399 | 2026-09-08T04:00:08.067Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 9400 | 2026-09-08T04:00:08.067Z | Sep 08 04:00:06.962 Sep 08 04:00:06.962INFOSep 08 04:00:06.962 DEBGadding route 172.17.0.13/32 -> 10.0.0.255 DEBGreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9401 | 2026-09-08T04:00:08.067Z | replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9402 | 2026-09-08T04:00:08.067Z | |
| 9403 | 2026-09-08T04:00:08.067Z | Sep 08 04:00:06.962Sep 08 04:00:06.962Sep 08 04:00:06.962 INFODEBG INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 9404 | 2026-09-08T04:00:08.067Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9405 | 2026-09-08T04:00:08.067Z | 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 } }]Sep 08 04:00:06.962 |
| 9406 | 2026-09-08T04:00:08.067Z | Sep 08 04:00:06.962INFO INFOSep 08 04:00:06.962Sep 08 04:00:06.962 Sep 08 04:00:06.962adding route 3fff:beef:36::/64 -> 2001:db8::55:ff adding route 172.17.0.27/32 -> 10.0.0.255 DEBGINFO |
| 9407 | 2026-09-08T04:00:08.067Z | |
| 9408 | 2026-09-08T04:00:08.067Z | adding route 172.17.0.14/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 } }] |
| 9409 | 2026-09-08T04:00:08.067Z | DEBG |
| 9410 | 2026-09-08T04:00:08.067Z | 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 } }] |
| 9411 | 2026-09-08T04:00:08.067Z | Sep 08 04:00:06.962Sep 08 04:00:06.962 DEBGSep 08 04:00:06.962DEBG DEBGSep 08 04:00:06.962replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9412 | 2026-09-08T04:00:08.067Z | |
| 9413 | 2026-09-08T04:00:08.067Z | |
| 9414 | 2026-09-08T04:00:08.067Z | Sep 08 04:00:06.962DEBG failed to allocate space for the new target listINFO |
| 9415 | 2026-09-08T04:00:08.067Z | Sep 08 04:00:06.962 INFOadding route 172.17.0.41/32 -> 10.0.0.255 |
| 9416 | 2026-09-08T04:00:08.067Z | Sep 08 04:00:06.962Sep 08 04:00:06.962 DEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ffSep 08 04:00:06.962replacing targets for 3fff:dead::/64 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 } }] Sep 08 04:00:06.962 |
| 9417 | 2026-09-08T04:00:08.067Z | DEBG |
| 9418 | 2026-09-08T04:00:08.067Z | INFO replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9419 | 2026-09-08T04:00:08.067Z | Sep 08 04:00:06.962INFO adding route 172.17.0.28/32 -> 10.0.0.255DEBG |
| 9420 | 2026-09-08T04:00:08.067Z | |
| 9421 | 2026-09-08T04:00:08.067Z | created new freemapSep 08 04:00:06.968, unit: DEBGfreemap_route_ipv4 |
| 9422 | 2026-09-08T04:00:08.068Z | Sep 08 04:00:06.968Sep 08 04:00:06.968Sep 08 04:00:06.968 DEBG INFODEBG 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.42/32 -> 10.0.0.255 |
| 9423 | 2026-09-08T04:00:08.068Z | |
| 9424 | 2026-09-08T04:00:08.068Z | reset freemapreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 08 04:00:06.968 |
| 9425 | 2026-09-08T04:00:08.068Z | , unit : Sep 08 04:00:06.968freemap_route_ipv6Sep 08 04:00:06.968 |
| 9426 | 2026-09-08T04:00:08.068Z | Sep 08 04:00:06.968INFO adding route 172.17.0.29/32 -> 10.0.0.255 DEBG |
| 9427 | 2026-09-08T04:00:08.068Z | DEBGINFO adding route 172.17.0.16/32 -> 10.0.0.255replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9428 | 2026-09-08T04:00:08.068Z | Sep 08 04:00:06.968 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 } }]created new freemap |
| 9429 | 2026-09-08T04:00:08.068Z | , unit: Sep 08 04:00:06.968freemap_route_ipv6Sep 08 04:00:06.962 |
| 9430 | 2026-09-08T04:00:08.068Z | INFO DEBGSep 08 04:00:06.968adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9431 | 2026-09-08T04:00:08.068Z | INFO adding route 172.17.0.43/32 -> 10.0.0.255created new freemap |
| 9432 | 2026-09-08T04:00:08.068Z | , Sep 08 04:00:06.968unit :DEBG freemap_route_ipv4replacing 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 } }]Sep 08 04:00:06.968 |
| 9433 | 2026-09-08T04:00:08.068Z | |
| 9434 | 2026-09-08T04:00:08.068Z | |
| 9435 | 2026-09-08T04:00:08.068Z | Sep 08 04:00:06.968DEBG Sep 08 04:00:06.968 Sep 08 04:00:06.968DEBGinitted freemap. size: 64 Sep 08 04:00:06.968replacing 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 |
| 9436 | 2026-09-08T04:00:08.068Z | DEBGINFO , replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] created new freemapSep 08 04:00:06.968 |
| 9437 | 2026-09-08T04:00:08.068Z | , adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9438 | 2026-09-08T04:00:08.068Z | INFOunit :adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9439 | 2026-09-08T04:00:08.068Z | unitSep 08 04:00:06.968: INFOfreemap_route_ipv4freemap_route_ipv6 |
| 9440 | 2026-09-08T04:00:08.072Z | |
| 9441 | 2026-09-08T04:00:08.072Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 9442 | 2026-09-08T04:00:08.072Z | Sep 08 04:00:06.968Sep 08 04:00:06.968 Sep 08 04:00:06.968 Sep 08 04:00:06.968DEBG DEBGreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9443 | 2026-09-08T04:00:08.072Z | reset freemapinitted freemap. size: 64DEBG Sep 08 04:00:06.968, 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 Sep 08 04:00:06.968 |
| 9444 | 2026-09-08T04:00:08.072Z | : freemap_route_ipv4DEBGINFO Sep 08 04:00:06.968replacing 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 } }] , |
| 9445 | 2026-09-08T04:00:08.072Z | INFO |
| 9446 | 2026-09-08T04:00:08.072Z | adding route 172.17.0.32/32 -> 10.0.0.255unitadding route 172.17.0.45/32 -> 10.0.0.255 |
| 9447 | 2026-09-08T04:00:08.072Z | Sep 08 04:00:06.968 |
| 9448 | 2026-09-08T04:00:08.072Z | Sep 08 04:00:06.968: INFO adding route 172.17.0.18/32 -> 10.0.0.255DEBGfreemap_route_ipv4 |
| 9449 | 2026-09-08T04:00:08.072Z | reset freemap |
| 9450 | 2026-09-08T04:00:08.072Z | Sep 08 04:00:06.968Sep 08 04:00:06.968 , Sep 08 04:00:06.968DEBGunit :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 } }] DEBGfreemap_route_ipv4 |
| 9451 | 2026-09-08T04:00:08.072Z | |
| 9452 | 2026-09-08T04:00:08.072Z | Sep 08 04:00:06.968replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 9453 | 2026-09-08T04:00:08.072Z | 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 } }]Sep 08 04:00:06.968 |
| 9454 | 2026-09-08T04:00:08.073Z | DEBGSep 08 04:00:06.968Sep 08 04:00:06.968 INFO INFOinitted freemap. size: 64DEBG, adding route 172.17.0.46/32 -> 10.0.0.255unit |
| 9455 | 2026-09-08T04:00:08.073Z | adding route 172.17.0.33/32 -> 10.0.0.255:initted freemap. size: 64Sep 08 04:00:06.968 |
| 9456 | 2026-09-08T04:00:08.073Z | , unit:INFO freemap_route_ipv6Sep 08 04:00:06.968Sep 08 04:00:06.968 |
| 9457 | 2026-09-08T04:00:08.073Z | freemap_route_ipv6 |
| 9458 | 2026-09-08T04:00:08.073Z | 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 } }]adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9459 | 2026-09-08T04:00:08.073Z | DEBGSep 08 04:00:06.968 DEBG |
| 9460 | 2026-09-08T04:00:08.073Z | reset freemapSep 08 04:00:06.968, unit : Sep 08 04:00:06.968freemap_route_ipv6Sep 08 04:00:06.968 |
| 9461 | 2026-09-08T04:00:08.073Z | INFO DEBGreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9462 | 2026-09-08T04:00:08.073Z | DEBGSep 08 04:00:06.968 reset freemap Sep 08 04:00:06.968, 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 } }]unitadding route 172.17.0.34/32 -> 10.0.0.255:INFO |
| 9463 | 2026-09-08T04:00:08.073Z | freemap_route_ipv6 |
| 9464 | 2026-09-08T04:00:08.073Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9465 | 2026-09-08T04:00:08.073Z | |
| 9466 | 2026-09-08T04:00:08.073Z | adding route 172.16.0.0/32 -> 10.0.0.1Sep 08 04:00:06.968 |
| 9467 | 2026-09-08T04:00:08.073Z | Sep 08 04:00:06.968 DEBGINFOSep 08 04:00:06.968 Sep 08 04:00:06.968replacing 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 } }]Sep 08 04:00:06.968 |
| 9468 | 2026-09-08T04:00:08.073Z | DEBGadding route 172.17.0.20/32 -> 10.0.0.255 DEBG |
| 9469 | 2026-09-08T04:00:08.073Z | 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 } }]Sep 08 04:00:06.968 |
| 9470 | 2026-09-08T04:00:08.073Z | 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 } }] |
| 9471 | 2026-09-08T04:00:08.073Z | INFO INFOSep 08 04:00:06.968adding route 172.17.0.35/32 -> 10.0.0.255Sep 08 04:00:06.968Sep 08 04:00:06.968 |
| 9472 | 2026-09-08T04:00:08.073Z | DEBG INFO INFOreplacing 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 } }]Sep 08 04:00:06.968 adding route 172.16.0.0/32 -> 10.0.0.1 adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9473 | 2026-09-08T04:00:08.073Z | |
| 9474 | 2026-09-08T04:00:08.073Z | DEBG |
| 9475 | 2026-09-08T04:00:08.073Z | 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 |
| 9476 | 2026-09-08T04:00:08.073Z | |
| 9477 | 2026-09-08T04:00:08.073Z | Sep 08 04:00:06.968Sep 08 04:00:06.968 Sep 08 04:00:06.968 INFOSep 08 04:00:06.968DEBG DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9478 | 2026-09-08T04:00:08.073Z | |
| 9479 | 2026-09-08T04:00:08.073Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9480 | 2026-09-08T04:00:08.073Z | |
| 9481 | 2026-09-08T04:00:08.073Z | Sep 08 04:00:06.968 Sep 08 04:00:06.968DEBG INFO replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9482 | 2026-09-08T04:00:08.073Z | Sep 08 04:00:06.968 Sep 08 04:00:06.968DEBG |
| 9483 | 2026-09-08T04:00:08.073Z | DEBG Sep 08 04:00:06.968Sep 08 04:00:06.968replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] INFOINFOSep 08 04:00:06.968 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.16.0.0/32 -> 10.0.0.1 |
| 9484 | 2026-09-08T04:00:08.073Z | |
| 9485 | 2026-09-08T04:00:08.073Z | |
| 9486 | 2026-09-08T04:00:08.073Z | DEBGadding route 172.17.0.37/32 -> 10.0.0.255 |
| 9487 | 2026-09-08T04:00:08.073Z | 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 } }]Sep 08 04:00:06.968 |
| 9488 | 2026-09-08T04:00:08.073Z | Sep 08 04:00:06.968INFO adding route 172.16.0.0/32 -> 10.0.0.2Sep 08 04:00:06.968Sep 08 04:00:06.968 |
| 9489 | 2026-09-08T04:00:08.073Z | Sep 08 04:00:06.968INFO DEBG DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]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 } }] |
| 9490 | 2026-09-08T04:00:08.073Z | |
| 9491 | 2026-09-08T04:00:08.074Z | adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9492 | 2026-09-08T04:00:08.074Z | |
| 9493 | 2026-09-08T04:00:08.074Z | Sep 08 04:00:06.968 Sep 08 04:00:06.968INFOSep 08 04:00:06.968Sep 08 04:00:06.968 INFOadding route 172.17.0.38/32 -> 10.0.0.255 |
| 9494 | 2026-09-08T04:00:08.074Z | DEBG adding route 172.16.0.0/32 -> 10.0.0.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 } }, NextHop { asic_port_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 |
| 9495 | 2026-09-08T04:00:08.074Z | 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 } }]Sep 08 04:00:06.968 |
| 9496 | 2026-09-08T04:00:08.074Z | Sep 08 04:00:06.968 |
| 9497 | 2026-09-08T04:00:08.074Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 9498 | 2026-09-08T04:00:08.074Z | 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 } }]Sep 08 04:00:06.968DEBG |
| 9499 | 2026-09-08T04:00:08.074Z | test route::tests::delete_target_full ... ok |
| 9500 | 2026-09-08T04:00:08.074Z | 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 } }]Sep 08 04:00:06.968 DEBGINFO |
| 9501 | 2026-09-08T04:00:08.074Z | Sep 08 04:00:06.968 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 } }]INFOSep 08 04:00:06.968 |
| 9502 | 2026-09-08T04:00:08.074Z | Sep 08 04:00:06.968 INFOadding route 172.17.0.23/32 -> 10.0.0.255 |
| 9503 | 2026-09-08T04:00:08.074Z | INFO adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255Sep 08 04:00:06.968adding route 172.16.0.0/32 -> 10.0.0.3 |
| 9504 | 2026-09-08T04:00:08.074Z | |
| 9505 | 2026-09-08T04:00:08.074Z | |
| 9506 | 2026-09-08T04:00:08.074Z | INFOSep 08 04:00:06.968Sep 08 04:00:06.968 Sep 08 04:00:06.968adding route 172.17.0.0/32 -> 10.0.0.255DEBG |
| 9507 | 2026-09-08T04:00:08.074Z | DEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 |
| 9508 | 2026-09-08T04:00:08.074Z | |
| 9509 | 2026-09-08T04:00:08.074Z | Sep 08 04:00:06.968 DEBGreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9510 | 2026-09-08T04:00:08.074Z | Sep 08 04:00:06.968replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] Sep 08 04:00:06.968DEBG |
| 9511 | 2026-09-08T04:00:08.074Z | Sep 08 04:00:06.968Sep 08 04:00:06.968INFOreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOadding route 172.17.0.24/32 -> 10.0.0.255 |
| 9512 | 2026-09-08T04:00:08.074Z | adding route 172.17.0.40/32 -> 10.0.0.255 INFO |
| 9513 | 2026-09-08T04:00:08.074Z | |
| 9514 | 2026-09-08T04:00:08.074Z | adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9515 | 2026-09-08T04:00:08.074Z | Sep 08 04:00:06.968Sep 08 04:00:06.968 Sep 08 04:00:06.968DEBG DEBGreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 9516 | 2026-09-08T04:00:08.074Z | adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }] |
| 9517 | 2026-09-08T04:00:08.074Z | |
| 9518 | 2026-09-08T04:00:08.074Z | Sep 08 04:00:06.968Sep 08 04:00:06.968 Sep 08 04:00:06.968 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 172.17.0.1/32 -> 10.0.0.255Sep 08 04:00:06.968INFO |
| 9519 | 2026-09-08T04:00:08.074Z | adding route 172.17.0.25/32 -> 10.0.0.255Sep 08 04:00:06.968 |
| 9520 | 2026-09-08T04:00:08.074Z | |
| 9521 | 2026-09-08T04:00:08.074Z | Sep 08 04:00:06.968 INFO Sep 08 04:00:06.968INFO Sep 08 04:00:06.968DEBGDEBG adding route 172.17.0.53/32 -> 10.0.0.255replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.41/32 -> 10.0.0.255 |
| 9522 | 2026-09-08T04:00:08.074Z | |
| 9523 | 2026-09-08T04:00:08.074Z | |
| 9524 | 2026-09-08T04:00:08.074Z | 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 } }]Sep 08 04:00:06.968 |
| 9525 | 2026-09-08T04:00:08.074Z | Sep 08 04:00:06.968 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 } }]Sep 08 04:00:06.968 |
| 9526 | 2026-09-08T04:00:08.074Z | 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.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9527 | 2026-09-08T04:00:08.074Z | Sep 08 04:00:06.968Sep 08 04:00:06.968 |
| 9528 | 2026-09-08T04:00:08.074Z | adding route 172.17.0.26/32 -> 10.0.0.255DEBG |
| 9529 | 2026-09-08T04:00:08.074Z | INFO adding route 172.17.0.2/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.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 } }] |
| 9530 | 2026-09-08T04:00:08.075Z | |
| 9531 | 2026-09-08T04:00:08.075Z | Sep 08 04:00:06.968Sep 08 04:00:06.968 INFOSep 08 04:00:06.968 Sep 08 04:00:06.968adding route 172.17.0.54/32 -> 10.0.0.255DEBG |
| 9532 | 2026-09-08T04:00:08.075Z | 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 } }]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 } }] |
| 9533 | 2026-09-08T04:00:08.075Z | Sep 08 04:00:06.968adding route 172.17.0.42/32 -> 10.0.0.255 DEBG |
| 9534 | 2026-09-08T04:00:08.075Z | |
| 9535 | 2026-09-08T04:00:08.075Z | 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 } }]Sep 08 04:00:06.975 |
| 9536 | 2026-09-08T04:00:08.075Z | INFOSep 08 04:00:06.975 Sep 08 04:00:06.975adding route 172.17.0.3/32 -> 10.0.0.255 Sep 08 04:00:06.975DEBG INFOreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9537 | 2026-09-08T04:00:08.075Z | |
| 9538 | 2026-09-08T04:00:08.075Z | adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9539 | 2026-09-08T04:00:08.075Z | adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9540 | 2026-09-08T04:00:08.079Z | Sep 08 04:00:06.975Sep 08 04:00:06.975 DEBGSep 08 04:00:06.975 replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9541 | 2026-09-08T04:00:08.079Z | DEBG Sep 08 04:00:06.968adding route 172.17.0.43/32 -> 10.0.0.255Sep 08 04:00:06.975replacing 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 } }] |
| 9542 | 2026-09-08T04:00:08.079Z | INFO |
| 9543 | 2026-09-08T04:00:08.079Z | adding route 172.16.0.0/32 -> 10.0.0.1DEBGSep 08 04:00:06.975 |
| 9544 | 2026-09-08T04:00:08.079Z | Sep 08 04:00:06.975 INFO Sep 08 04:00:06.975INFO DEBGadding route 172.17.0.56/32 -> 10.0.0.255 |
| 9545 | 2026-09-08T04:00:08.079Z | replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.28/32 -> 10.0.0.255 |
| 9546 | 2026-09-08T04:00:08.079Z | Sep 08 04:00:06.975replacing 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 } }] |
| 9547 | 2026-09-08T04:00:08.079Z | |
| 9548 | 2026-09-08T04:00:08.079Z | DEBG Sep 08 04:00:06.975replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Sep 08 04:00:06.975 |
| 9549 | 2026-09-08T04:00:08.079Z | DEBGSep 08 04:00:06.975 Sep 08 04:00:06.975Sep 08 04:00:06.975 INFOINFO adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9550 | 2026-09-08T04:00:08.079Z | 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 } }] |
| 9551 | 2026-09-08T04:00:08.079Z | 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 } }] |
| 9552 | 2026-09-08T04:00:08.079Z | Sep 08 04:00:06.975 |
| 9553 | 2026-09-08T04:00:08.079Z | INFO DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ffSep 08 04:00:06.975 |
| 9554 | 2026-09-08T04:00:08.079Z | Sep 08 04:00:06.975 Sep 08 04:00:06.975 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 9555 | 2026-09-08T04:00:08.079Z | DEBG adding route 172.17.0.29/32 -> 10.0.0.255INFO |
| 9556 | 2026-09-08T04:00:08.079Z | 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 } }] |
| 9557 | 2026-09-08T04:00:08.079Z | Sep 08 04:00:06.975adding route 172.17.0.57/32 -> 10.0.0.255 Sep 08 04:00:06.975Sep 08 04:00:06.975Sep 08 04:00:06.975 INFODEBGINFO |
| 9558 | 2026-09-08T04:00:08.079Z | adding route 172.17.0.45/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.3 |
| 9559 | 2026-09-08T04:00:08.079Z | 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 } }] |
| 9560 | 2026-09-08T04:00:08.080Z | Sep 08 04:00:06.975 |
| 9561 | 2026-09-08T04:00:08.080Z | 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 } }]DEBG |
| 9562 | 2026-09-08T04:00:08.080Z | Sep 08 04:00:06.975Sep 08 04:00:06.975 INFODEBGSep 08 04:00:06.975Sep 08 04:00:06.975 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 9563 | 2026-09-08T04:00:08.080Z | 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 } }]adding route 172.17.0.58/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 } }]Sep 08 04:00:06.975 |
| 9564 | 2026-09-08T04:00:08.080Z | adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9565 | 2026-09-08T04:00:08.080Z | INFO |
| 9566 | 2026-09-08T04:00:08.080Z | |
| 9567 | 2026-09-08T04:00:08.080Z | adding route 172.16.0.0/32 -> 10.0.0.4 |
| 9568 | 2026-09-08T04:00:08.080Z | Sep 08 04:00:06.975Sep 08 04:00:06.975Sep 08 04:00:06.975 DEBG Sep 08 04:00:06.975INFOINFOreplacing 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 } }] |
| 9569 | 2026-09-08T04:00:08.080Z | DEBG adding route 172.17.0.46/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 } }] |
| 9570 | 2026-09-08T04:00:08.080Z | |
| 9571 | 2026-09-08T04:00:08.080Z | Sep 08 04:00:06.975 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffSep 08 04:00:06.975 DEBG |
| 9572 | 2026-09-08T04:00:08.080Z | INFOSep 08 04:00:06.975 adding route 172.17.0.59/32 -> 10.0.0.255DEBGreplacing 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 } }] Sep 08 04:00:06.975replacing targets for 172.16.0.0/32 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 } }] |
| 9573 | 2026-09-08T04:00:08.080Z | DEBG |
| 9574 | 2026-09-08T04:00:08.080Z | |
| 9575 | 2026-09-08T04:00:08.080Z | 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 } }]Sep 08 04:00:06.975 |
| 9576 | 2026-09-08T04:00:08.080Z | DEBGSep 08 04:00:06.975 Sep 08 04:00:06.975replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO INFO |
| 9577 | 2026-09-08T04:00:08.080Z | adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9578 | 2026-09-08T04:00:08.080Z | |
| 9579 | 2026-09-08T04:00:08.080Z | Sep 08 04:00:06.975Sep 08 04:00:06.975 INFODEBGSep 08 04:00:06.975Sep 08 04:00:06.975 adding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9580 | 2026-09-08T04:00:08.080Z | DEBG |
| 9581 | 2026-09-08T04:00:08.080Z | 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 } }] |
| 9582 | 2026-09-08T04:00:08.080Z | DEBGSep 08 04:00:06.975 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 |
| 9583 | 2026-09-08T04:00:08.080Z | Sep 08 04:00:06.975Sep 08 04:00:06.975 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 |
| 9584 | 2026-09-08T04:00:08.080Z | adding route 172.17.0.32/32 -> 10.0.0.255Sep 08 04:00:06.975 |
| 9585 | 2026-09-08T04:00:08.080Z | INFO Sep 08 04:00:06.975INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 9586 | 2026-09-08T04:00:08.080Z | INFO Sep 08 04:00:06.975adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.61/32 -> 10.0.0.255 |
| 9587 | 2026-09-08T04:00:08.080Z | |
| 9588 | 2026-09-08T04:00:08.080Z | 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 } }]Sep 08 04:00:06.975 |
| 9589 | 2026-09-08T04:00:08.080Z | Sep 08 04:00:06.975DEBGSep 08 04:00:06.975 DEBGDEBG Sep 08 04:00:06.975replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 9590 | 2026-09-08T04:00:08.080Z | 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 } }] |
| 9591 | 2026-09-08T04:00:08.080Z | INFO |
| 9592 | 2026-09-08T04:00:08.080Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9593 | 2026-09-08T04:00:08.080Z | Sep 08 04:00:06.975 INFOSep 08 04:00:06.975 Sep 08 04:00:06.975adding route 172.17.0.62/32 -> 10.0.0.255 |
| 9594 | 2026-09-08T04:00:08.080Z | INFODEBG Sep 08 04:00:06.975 adding route 172.17.0.49/32 -> 10.0.0.255replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 08 04:00:06.975 |
| 9595 | 2026-09-08T04:00:08.080Z | |
| 9596 | 2026-09-08T04:00:08.080Z | DEBG INFO replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 9597 | 2026-09-08T04:00:08.080Z | test route::tests::add_target_fails_full ... ok |
| 9598 | 2026-09-08T04:00:08.080Z | |
| 9599 | 2026-09-08T04:00:08.081Z | Sep 08 04:00:06.975Sep 08 04:00:06.975 INFO adding route 172.17.0.34/32 -> 10.0.0.255DEBGSep 08 04:00:06.975 |
| 9600 | 2026-09-08T04:00:08.081Z | Sep 08 04:00:06.975replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9601 | 2026-09-08T04:00:08.081Z | failed to allocate space for the new target listDEBG |
| 9602 | 2026-09-08T04:00:08.081Z | 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 } }]Sep 08 04:00:06.975 |
| 9603 | 2026-09-08T04:00:08.081Z | DEBG Sep 08 04:00:06.975replacing 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 } }] Sep 08 04:00:06.975 |
| 9604 | 2026-09-08T04:00:08.081Z | Sep 08 04:00:06.975DEBGINFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9605 | 2026-09-08T04:00:08.081Z | INFOSep 08 04:00:06.975 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 9606 | 2026-09-08T04:00:08.081Z | Sep 08 04:00:06.975 |
| 9607 | 2026-09-08T04:00:08.081Z | 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 } }]Sep 08 04:00:06.975 |
| 9608 | 2026-09-08T04:00:08.081Z | DEBGadding route 172.17.0.35/32 -> 10.0.0.255 |
| 9609 | 2026-09-08T04:00:08.081Z | Sep 08 04:00:06.975replacing 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 } }] |
| 9610 | 2026-09-08T04:00:08.081Z | INFO adding route 172.17.0.51/32 -> 10.0.0.255Sep 08 04:00:06.975 |
| 9611 | 2026-09-08T04:00:08.081Z | 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 } }] |
| 9612 | 2026-09-08T04:00:08.081Z | Sep 08 04:00:06.975 DEBGSep 08 04:00:06.975 Sep 08 04:00:06.975replacing 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 } }] |
| 9613 | 2026-09-08T04:00:08.081Z | DEBGINFO failed to allocate space for the new target listadding route 172.17.0.36/32 -> 10.0.0.255Sep 08 04:00:06.975 |
| 9614 | 2026-09-08T04:00:08.081Z | |
| 9615 | 2026-09-08T04:00:08.081Z | INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9616 | 2026-09-08T04:00:08.081Z | Sep 08 04:00:06.975 DEBGSep 08 04:00:06.975 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 |
| 9617 | 2026-09-08T04:00:08.081Z | 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 } }] |
| 9618 | 2026-09-08T04:00:08.081Z | Sep 08 04:00:06.975 INFOSep 08 04:00:06.975 adding route 172.17.0.37/32 -> 10.0.0.255INFO |
| 9619 | 2026-09-08T04:00:08.081Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 9620 | 2026-09-08T04:00:08.081Z | Sep 08 04:00:06.975 DEBGSep 08 04:00:06.975 replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9621 | 2026-09-08T04:00:08.081Z | 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 } }] |
| 9622 | 2026-09-08T04:00:08.081Z | Sep 08 04:00:06.975Sep 08 04:00:06.975 Sep 08 04:00:06.975DEBGSep 08 04:00:06.975 INFOINFODEBG adding route 172.17.0.54/32 -> 10.0.0.255replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9623 | 2026-09-08T04:00:08.081Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 9624 | 2026-09-08T04:00:08.081Z | |
| 9625 | 2026-09-08T04:00:08.081Z | |
| 9626 | 2026-09-08T04:00:08.081Z | Sep 08 04:00:06.975 DEBGSep 08 04:00:06.975 Sep 08 04:00:06.975 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 |
| 9627 | 2026-09-08T04:00:08.081Z | DEBGadding route 172.17.0.4/32 -> 10.0.0.255 |
| 9628 | 2026-09-08T04:00:08.081Z | 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 } }]Sep 08 04:00:06.975 |
| 9629 | 2026-09-08T04:00:08.081Z | INFOSep 08 04:00:06.975 adding route 172.17.0.55/32 -> 10.0.0.255DEBG |
| 9630 | 2026-09-08T04:00:08.081Z | Sep 08 04:00:06.975 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 } }] |
| 9631 | 2026-09-08T04:00:08.081Z | INFO adding route 172.17.0.39/32 -> 10.0.0.255Sep 08 04:00:06.975 |
| 9632 | 2026-09-08T04:00:08.081Z | Sep 08 04:00:06.975DEBG Sep 08 04:00:06.975INFOreplacing 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 } }] |
| 9633 | 2026-09-08T04:00:08.081Z | DEBGadding route 172.17.0.5/32 -> 10.0.0.255 |
| 9634 | 2026-09-08T04:00:08.081Z | replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9635 | 2026-09-08T04:00:08.081Z | Sep 08 04:00:06.975Sep 08 04:00:06.975 INFODEBG adding route 172.17.0.56/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 } }]Sep 08 04:00:06.975 |
| 9636 | 2026-09-08T04:00:08.081Z | |
| 9637 | 2026-09-08T04:00:08.081Z | INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9638 | 2026-09-08T04:00:08.081Z | Sep 08 04:00:06.975Sep 08 04:00:06.975 INFODEBG Sep 08 04:00:06.975adding route 172.17.0.6/32 -> 10.0.0.255 |
| 9639 | 2026-09-08T04:00:08.082Z | 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 } }] |
| 9640 | 2026-09-08T04:00:08.086Z | 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 } }]Sep 08 04:00:06.975 |
| 9641 | 2026-09-08T04:00:08.086Z | Sep 08 04:00:06.975DEBG 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 } }] adding route 172.17.0.57/32 -> 10.0.0.255Sep 08 04:00:06.976 |
| 9642 | 2026-09-08T04:00:08.086Z | Sep 08 04:00:06.982DEBG Sep 08 04:00:06.975DEBGcreated new freemap INFOreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 9643 | 2026-09-08T04:00:08.086Z | unitadding route 172.17.0.41/32 -> 10.0.0.255: |
| 9644 | 2026-09-08T04:00:08.086Z | Sep 08 04:00:06.982freemap_route_ipv4 INFO |
| 9645 | 2026-09-08T04:00:08.086Z | Sep 08 04:00:06.982adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9646 | 2026-09-08T04:00:08.086Z | DEBGSep 08 04:00:06.982 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 |
| 9647 | 2026-09-08T04:00:08.086Z | Sep 08 04:00:06.982created new freemap , DEBGunit :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 } }] Sep 08 04:00:06.982 |
| 9648 | 2026-09-08T04:00:08.086Z | freemap_route_ipv6 |
| 9649 | 2026-09-08T04:00:08.086Z | INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9650 | 2026-09-08T04:00:08.086Z | Sep 08 04:00:06.982 DEBG Sep 08 04:00:06.982 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 } }]Sep 08 04:00:06.982 |
| 9651 | 2026-09-08T04:00:08.086Z | INFOinitted freemap. size: 64 , Sep 08 04:00:06.982adding route 172.17.0.59/32 -> 10.0.0.255unit |
| 9652 | 2026-09-08T04:00:08.086Z | :INFO freemap_route_ipv4adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9653 | 2026-09-08T04:00:08.086Z | |
| 9654 | 2026-09-08T04:00:08.086Z | Sep 08 04:00:06.982 Sep 08 04:00:06.982DEBG 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 } }] |
| 9655 | 2026-09-08T04:00:08.086Z | 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 } }]Sep 08 04:00:06.982 |
| 9656 | 2026-09-08T04:00:08.086Z | DEBGSep 08 04:00:06.982 reset freemapINFO, Sep 08 04:00:06.982adding route 172.17.0.60/32 -> 10.0.0.255unit |
| 9657 | 2026-09-08T04:00:08.086Z | INFO :adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9658 | 2026-09-08T04:00:08.086Z | freemap_route_ipv4Sep 08 04:00:06.982 |
| 9659 | 2026-09-08T04:00:08.086Z | 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 } }]Sep 08 04:00:06.982 |
| 9660 | 2026-09-08T04:00:08.086Z | 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 } }] |
| 9661 | 2026-09-08T04:00:08.086Z | Sep 08 04:00:06.982 INFOSep 08 04:00:06.982 Sep 08 04:00:06.982DEBG adding route 172.17.0.61/32 -> 10.0.0.255 |
| 9662 | 2026-09-08T04:00:08.086Z | initted freemap. size: 64INFO, unitadding route 172.17.0.45/32 -> 10.0.0.255: |
| 9663 | 2026-09-08T04:00:08.086Z | freemap_route_ipv6 |
| 9664 | 2026-09-08T04:00:08.086Z | Sep 08 04:00:06.982 DEBG Sep 08 04:00:06.982replacing 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 } }] |
| 9665 | 2026-09-08T04:00:08.086Z | DEBG reset freemapSep 08 04:00:06.982, unitDEBG: Sep 08 04:00:06.982replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv6INFO |
| 9666 | 2026-09-08T04:00:08.087Z | |
| 9667 | 2026-09-08T04:00:08.087Z | adding route 172.17.0.62/32 -> 10.0.0.255 |
| 9668 | 2026-09-08T04:00:08.087Z | Sep 08 04:00:06.982 Sep 08 04:00:06.982INFO DEBGadding route 172.17.0.46/32 -> 10.0.0.255 |
| 9669 | 2026-09-08T04:00:08.087Z | 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 } }]Sep 08 04:00:06.982 |
| 9670 | 2026-09-08T04:00:08.087Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9671 | 2026-09-08T04:00:08.087Z | Sep 08 04:00:06.982 Sep 08 04:00:06.982DEBG Sep 08 04:00:06.982replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9672 | 2026-09-08T04:00:08.087Z | adding route 172.17.0.63/32 -> 10.0.0.255DEBG |
| 9673 | 2026-09-08T04:00:08.087Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9674 | 2026-09-08T04:00:08.087Z | Sep 08 04:00:06.982 INFO adding route 172.17.0.47/32 -> 10.0.0.255Sep 08 04:00:06.982 |
| 9675 | 2026-09-08T04:00:08.087Z | INFOSep 08 04:00:06.982 adding route 172.16.0.0/32 -> 10.0.0.2DEBG |
| 9676 | 2026-09-08T04:00:08.087Z | Sep 08 04:00:06.982replacing 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 } }] |
| 9677 | 2026-09-08T04:00:08.087Z | DEBGSep 08 04:00:06.982 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 |
| 9678 | 2026-09-08T04:00:08.087Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9679 | 2026-09-08T04:00:08.087Z | Sep 08 04:00:06.982 Sep 08 04:00:06.982INFOSep 08 04:00:06.982 adding route 172.17.0.48/32 -> 10.0.0.255INFO |
| 9680 | 2026-09-08T04:00:08.087Z | DEBGadding route 172.16.0.0/32 -> 10.0.0.3 |
| 9681 | 2026-09-08T04:00:08.087Z | failed to allocate space for the new target list |
| 9682 | 2026-09-08T04:00:08.087Z | Sep 08 04:00:06.982 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 } }]Sep 08 04:00:06.982 |
| 9683 | 2026-09-08T04:00:08.087Z | 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 } }]Sep 08 04:00:06.982 |
| 9684 | 2026-09-08T04:00:08.087Z | Sep 08 04:00:06.982DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Sep 08 04:00:06.982 |
| 9685 | 2026-09-08T04:00:08.087Z | adding route 172.17.0.49/32 -> 10.0.0.255DEBG |
| 9686 | 2026-09-08T04:00:08.087Z | failed to allocate space for the new target list |
| 9687 | 2026-09-08T04:00:08.087Z | Sep 08 04:00:06.982 INFO adding route 172.16.0.0/32 -> 10.0.0.4 |
| 9688 | 2026-09-08T04:00:08.087Z | Sep 08 04:00:06.982Sep 08 04:00:06.982 DEBGDEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9689 | 2026-09-08T04:00:08.087Z | |
| 9690 | 2026-09-08T04:00:08.087Z | Sep 08 04:00:06.982 INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 9691 | 2026-09-08T04:00:08.087Z | Sep 08 04:00:06.982 INFOSep 08 04:00:06.982 adding route 172.17.0.50/32 -> 10.0.0.255DEBG |
| 9692 | 2026-09-08T04:00:08.087Z | 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 } }] |
| 9693 | 2026-09-08T04:00:08.087Z | Sep 08 04:00:06.982 INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 9694 | 2026-09-08T04:00:08.087Z | Sep 08 04:00:06.982 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 } }]Sep 08 04:00:06.982 |
| 9695 | 2026-09-08T04:00:08.087Z | 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 } }] |
| 9696 | 2026-09-08T04:00:08.087Z | Sep 08 04:00:06.982Sep 08 04:00:06.982 INFOINFO |
| 9697 | 2026-09-08T04:00:08.087Z | adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9698 | 2026-09-08T04:00:08.087Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 9699 | 2026-09-08T04:00:08.087Z | Sep 08 04:00:06.982Sep 08 04:00:06.982 Sep 08 04:00:06.982 INFO DEBG DEBGadding route 172.17.0.7/32 -> 10.0.0.255 |
| 9700 | 2026-09-08T04:00:08.087Z | 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 } }] |
| 9701 | 2026-09-08T04:00:08.087Z | 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 } }] |
| 9702 | 2026-09-08T04:00:08.087Z | Sep 08 04:00:06.982 Sep 08 04:00:06.982DEBG Sep 08 04:00:06.982 INFO replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9703 | 2026-09-08T04:00:08.087Z | adding route 172.17.0.3/32 -> 10.0.0.255INFO |
| 9704 | 2026-09-08T04:00:08.088Z | adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9705 | 2026-09-08T04:00:08.088Z | Sep 08 04:00:06.982Sep 08 04:00:06.982 Sep 08 04:00:06.982INFO DEBGadding route 172.17.0.8/32 -> 10.0.0.255 |
| 9706 | 2026-09-08T04:00:08.088Z | 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 |
| 9707 | 2026-09-08T04:00:08.088Z | 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 } }] |
| 9708 | 2026-09-08T04:00:08.088Z | Sep 08 04:00:06.982Sep 08 04:00:06.982 DEBGINFO Sep 08 04:00:06.982adding route 172.17.0.53/32 -> 10.0.0.255 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 } }] |
| 9709 | 2026-09-08T04:00:08.088Z | |
| 9710 | 2026-09-08T04:00:08.088Z | INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 9711 | 2026-09-08T04:00:08.088Z | Sep 08 04:00:06.982Sep 08 04:00:06.982 DEBGINFO replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.9/32 -> 10.0.0.255 |
| 9712 | 2026-09-08T04:00:08.088Z | |
| 9713 | 2026-09-08T04:00:08.088Z | Sep 08 04:00:06.982 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 } }]Sep 08 04:00:06.982 |
| 9714 | 2026-09-08T04:00:08.088Z | INFOSep 08 04:00:06.982 adding route 172.17.0.54/32 -> 10.0.0.255DEBG |
| 9715 | 2026-09-08T04:00:08.088Z | test route::tests::delete_targets_fragmented ... ok |
| 9716 | 2026-09-08T04:00:08.088Z | Sep 08 04:00:06.982replacing 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 } }] |
| 9717 | 2026-09-08T04:00:08.088Z | INFO Sep 08 04:00:06.982adding route 172.17.0.5/32 -> 10.0.0.255 Sep 08 04:00:06.982 |
| 9718 | 2026-09-08T04:00:08.088Z | DEBG 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 } }] |
| 9719 | 2026-09-08T04:00:08.088Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 9720 | 2026-09-08T04:00:08.088Z | Sep 08 04:00:06.982 DEBGSep 08 04:00:06.982 Sep 08 04:00:06.982 replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9721 | 2026-09-08T04:00:08.088Z | 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 } }] |
| 9722 | 2026-09-08T04:00:08.088Z | adding route 172.17.0.55/32 -> 10.0.0.255Sep 08 04:00:06.982 |
| 9723 | 2026-09-08T04:00:08.088Z | INFO Sep 08 04:00:06.982adding route 172.17.0.6/32 -> 10.0.0.255Sep 08 04:00:06.982 |
| 9724 | 2026-09-08T04:00:08.088Z | INFODEBG adding route 172.17.0.11/32 -> 10.0.0.255replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9725 | 2026-09-08T04:00:08.088Z | |
| 9726 | 2026-09-08T04:00:08.088Z | Sep 08 04:00:06.982 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 } }] |
| 9727 | 2026-09-08T04:00:08.088Z | Sep 08 04:00:06.982Sep 08 04:00:06.982 INFODEBG adding route 172.17.0.56/32 -> 10.0.0.255replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 08 04:00:06.982 |
| 9728 | 2026-09-08T04:00:08.088Z | |
| 9729 | 2026-09-08T04:00:08.088Z | INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9730 | 2026-09-08T04:00:08.088Z | Sep 08 04:00:06.982Sep 08 04:00:06.982 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.12/32 -> 10.0.0.255Sep 08 04:00:06.982 |
| 9731 | 2026-09-08T04:00:08.088Z | |
| 9732 | 2026-09-08T04:00:08.088Z | 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 } }] |
| 9733 | 2026-09-08T04:00:08.088Z | Sep 08 04:00:06.982 Sep 08 04:00:06.982INFO Sep 08 04:00:06.982DEBG INFO replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255 |
| 9734 | 2026-09-08T04:00:08.088Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9735 | 2026-09-08T04:00:08.088Z | |
| 9736 | 2026-09-08T04:00:08.088Z | Sep 08 04:00:06.982Sep 08 04:00:06.982Sep 08 04:00:06.982 DEBGDEBG INFOreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9737 | 2026-09-08T04:00:08.088Z | 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 } }] |
| 9738 | 2026-09-08T04:00:08.088Z | adding route 172.17.0.13/32 -> 10.0.0.255 |
| 9739 | 2026-09-08T04:00:08.088Z | Sep 08 04:00:06.982Sep 08 04:00:06.982 Sep 08 04:00:06.982 INFO DEBGadding route 172.17.0.58/32 -> 10.0.0.255INFO |
| 9740 | 2026-09-08T04:00:08.092Z | adding route 172.17.0.9/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 } }] |
| 9741 | 2026-09-08T04:00:08.092Z | |
| 9742 | 2026-09-08T04:00:08.092Z | Sep 08 04:00:06.982 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 } }]Sep 08 04:00:06.982 |
| 9743 | 2026-09-08T04:00:08.092Z | Sep 08 04:00:06.982DEBG INFOreplacing 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 } }] |
| 9744 | 2026-09-08T04:00:08.092Z | adding route 172.17.0.14/32 -> 10.0.0.255Sep 08 04:00:06.982 |
| 9745 | 2026-09-08T04:00:08.092Z | INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9746 | 2026-09-08T04:00:08.093Z | Sep 08 04:00:06.982Sep 08 04:00:06.982 INFODEBG Sep 08 04:00:06.982adding route 172.17.0.10/32 -> 10.0.0.255 |
| 9747 | 2026-09-08T04:00:08.093Z | 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 } }] |
| 9748 | 2026-09-08T04:00:08.093Z | 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 } }] |
| 9749 | 2026-09-08T04:00:08.093Z | Sep 08 04:00:06.982Sep 08 04:00:06.982 DEBGINFO Sep 08 04:00:06.982 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.15/32 -> 10.0.0.255 |
| 9750 | 2026-09-08T04:00:08.093Z | |
| 9751 | 2026-09-08T04:00:08.093Z | INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9752 | 2026-09-08T04:00:08.093Z | Sep 08 04:00:06.982Sep 08 04:00:06.982 Sep 08 04:00:06.982INFO DEBGadding route 172.17.0.11/32 -> 10.0.0.255 |
| 9753 | 2026-09-08T04:00:08.093Z | 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 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 } }] |
| 9754 | 2026-09-08T04:00:08.093Z | |
| 9755 | 2026-09-08T04:00:08.093Z | Sep 08 04:00:06.982Sep 08 04:00:06.982Sep 08 04:00:06.982 DEBGDEBGINFO replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]failed to allocate space for the new target list |
| 9756 | 2026-09-08T04:00:08.093Z | |
| 9757 | 2026-09-08T04:00:08.093Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 9758 | 2026-09-08T04:00:08.093Z | Sep 08 04:00:06.982 INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 9759 | 2026-09-08T04:00:08.093Z | Sep 08 04:00:06.989 DEBGSep 08 04:00:06.989 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 |
| 9760 | 2026-09-08T04:00:08.093Z | Sep 08 04:00:06.989 INFO replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9761 | 2026-09-08T04:00:08.093Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 9762 | 2026-09-08T04:00:08.093Z | Sep 08 04:00:06.989 INFOSep 08 04:00:06.989 adding route 172.17.0.13/32 -> 10.0.0.255DEBG |
| 9763 | 2026-09-08T04:00:08.093Z | 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 } }] |
| 9764 | 2026-09-08T04:00:08.093Z | Sep 08 04:00:06.989 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 9765 | 2026-09-08T04:00:08.093Z | Sep 08 04:00:06.989 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 } }]Sep 08 04:00:06.989 |
| 9766 | 2026-09-08T04:00:08.093Z | 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 } }] |
| 9767 | 2026-09-08T04:00:08.093Z | Sep 08 04:00:06.989 INFOSep 08 04:00:06.989 adding route 172.17.0.14/32 -> 10.0.0.255Sep 08 04:00:06.989 |
| 9768 | 2026-09-08T04:00:08.093Z | INFO DEBGadding route 172.17.0.19/32 -> 10.0.0.255 |
| 9769 | 2026-09-08T04:00:08.093Z | Sep 08 04:00:06.989replacing targets for 172.16.0.0/32 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 } }] |
| 9770 | 2026-09-08T04:00:08.093Z | DEBG Sep 08 04:00:06.989replacing 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 } }] |
| 9771 | 2026-09-08T04:00:08.093Z | 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 } }] |
| 9772 | 2026-09-08T04:00:08.093Z | Sep 08 04:00:06.989 INFOSep 08 04:00:06.989 adding route 172.17.0.15/32 -> 10.0.0.255INFO |
| 9773 | 2026-09-08T04:00:08.094Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 9774 | 2026-09-08T04:00:08.094Z | Sep 08 04:00:06.989 Sep 08 04:00:06.989DEBG 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 } }] |
| 9775 | 2026-09-08T04:00:08.094Z | 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 } }] |
| 9776 | 2026-09-08T04:00:08.094Z | Sep 08 04:00:06.989 Sep 08 04:00:06.989INFO INFOadding route 172.17.0.16/32 -> 10.0.0.255 |
| 9777 | 2026-09-08T04:00:08.094Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9778 | 2026-09-08T04:00:08.094Z | Sep 08 04:00:06.989 Sep 08 04:00:06.989 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 } }] |
| 9779 | 2026-09-08T04:00:08.094Z | 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 } }] |
| 9780 | 2026-09-08T04:00:08.094Z | Sep 08 04:00:06.989 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9781 | 2026-09-08T04:00:08.094Z | Sep 08 04:00:06.989 INFOSep 08 04:00:06.989 adding route 172.17.0.17/32 -> 10.0.0.255DEBG |
| 9782 | 2026-09-08T04:00:08.094Z | 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 } }] |
| 9783 | 2026-09-08T04:00:08.094Z | Sep 08 04:00:06.989 DEBGSep 08 04:00:06.989 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 |
| 9784 | 2026-09-08T04:00:08.094Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9785 | 2026-09-08T04:00:08.094Z | Sep 08 04:00:06.989 INFOSep 08 04:00:06.989 adding route 172.17.0.18/32 -> 10.0.0.255DEBG |
| 9786 | 2026-09-08T04:00:08.094Z | 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 } }] |
| 9787 | 2026-09-08T04:00:08.094Z | Sep 08 04:00:06.989 Sep 08 04:00:06.989DEBG 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 } }] |
| 9788 | 2026-09-08T04:00:08.094Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9789 | 2026-09-08T04:00:08.094Z | Sep 08 04:00:06.989 Sep 08 04:00:06.989INFO DEBGadding route 172.17.0.19/32 -> 10.0.0.255 |
| 9790 | 2026-09-08T04:00:08.094Z | 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 } }] |
| 9791 | 2026-09-08T04:00:08.094Z | Sep 08 04:00:06.989Sep 08 04:00:06.989 DEBGINFO replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9792 | 2026-09-08T04:00:08.094Z | |
| 9793 | 2026-09-08T04:00:08.094Z | Sep 08 04:00:06.989Sep 08 04:00:06.989 DEBGINFO replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.20/32 -> 10.0.0.255 |
| 9794 | 2026-09-08T04:00:08.094Z | |
| 9795 | 2026-09-08T04:00:08.094Z | Sep 08 04:00:06.989Sep 08 04:00:06.989 INFODEBG adding route 172.17.0.26/32 -> 10.0.0.255replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9796 | 2026-09-08T04:00:08.094Z | |
| 9797 | 2026-09-08T04:00:08.094Z | Sep 08 04:00:06.989Sep 08 04:00:06.989 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.21/32 -> 10.0.0.255 |
| 9798 | 2026-09-08T04:00:08.094Z | |
| 9799 | 2026-09-08T04:00:08.094Z | Sep 08 04:00:06.989 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 } }]Sep 08 04:00:06.989 |
| 9800 | 2026-09-08T04:00:08.094Z | INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9801 | 2026-09-08T04:00:08.094Z | Sep 08 04:00:06.989 Sep 08 04:00:06.989DEBG 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 } }] |
| 9802 | 2026-09-08T04:00:08.094Z | adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9803 | 2026-09-08T04:00:08.094Z | Sep 08 04:00:06.989 Sep 08 04:00:06.989INFO DEBGadding route 172.17.0.28/32 -> 10.0.0.255 |
| 9804 | 2026-09-08T04:00:08.094Z | 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 } }] |
| 9805 | 2026-09-08T04:00:08.094Z | Sep 08 04:00:06.989 Sep 08 04:00:06.989DEBG INFOreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9806 | 2026-09-08T04:00:08.094Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9807 | 2026-09-08T04:00:08.094Z | Sep 08 04:00:06.989 Sep 08 04:00:06.989INFO DEBGadding route 172.17.0.29/32 -> 10.0.0.255 |
| 9808 | 2026-09-08T04:00:08.095Z | 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 } }] |
| 9809 | 2026-09-08T04:00:08.095Z | Sep 08 04:00:06.989 Sep 08 04:00:06.989DEBG INFOreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9810 | 2026-09-08T04:00:08.095Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9811 | 2026-09-08T04:00:08.095Z | Sep 08 04:00:06.989 Sep 08 04:00:06.989INFO DEBGadding route 172.17.0.30/32 -> 10.0.0.255 |
| 9812 | 2026-09-08T04:00:08.095Z | 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 } }] |
| 9813 | 2026-09-08T04:00:08.095Z | Sep 08 04:00:06.989 Sep 08 04:00:06.989DEBG 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 } }] |
| 9814 | 2026-09-08T04:00:08.095Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9815 | 2026-09-08T04:00:08.095Z | Sep 08 04:00:06.989 Sep 08 04:00:06.989INFO DEBGadding route 172.17.0.31/32 -> 10.0.0.255 |
| 9816 | 2026-09-08T04:00:08.097Z | 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 } }] |
| 9817 | 2026-09-08T04:00:08.097Z | Sep 08 04:00:06.989 Sep 08 04:00:06.989DEBG INFOreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9818 | 2026-09-08T04:00:08.097Z | adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9819 | 2026-09-08T04:00:08.098Z | Sep 08 04:00:06.989 Sep 08 04:00:06.989INFO DEBGadding route 172.17.0.32/32 -> 10.0.0.255 |
| 9820 | 2026-09-08T04:00:08.098Z | 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 } }] |
| 9821 | 2026-09-08T04:00:08.098Z | Sep 08 04:00:06.989 Sep 08 04:00:06.989DEBG INFOreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9822 | 2026-09-08T04:00:08.098Z | adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9823 | 2026-09-08T04:00:08.098Z | Sep 08 04:00:06.989 Sep 08 04:00:06.989INFO DEBGadding route 172.17.0.33/32 -> 10.0.0.255 |
| 9824 | 2026-09-08T04:00:08.098Z | 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 } }] |
| 9825 | 2026-09-08T04:00:08.098Z | Sep 08 04:00:06.989 Sep 08 04:00:06.989DEBG INFOreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9826 | 2026-09-08T04:00:08.098Z | adding route 172.17.0.28/32 -> 10.0.0.255 |
| 9827 | 2026-09-08T04:00:08.098Z | Sep 08 04:00:06.989 Sep 08 04:00:06.989INFO DEBGadding route 172.17.0.34/32 -> 10.0.0.255 |
| 9828 | 2026-09-08T04:00:08.098Z | 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 } }] |
| 9829 | 2026-09-08T04:00:08.098Z | Sep 08 04:00:06.989 Sep 08 04:00:06.989DEBG INFOreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9830 | 2026-09-08T04:00:08.098Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9831 | 2026-09-08T04:00:08.098Z | Sep 08 04:00:06.989 Sep 08 04:00:06.989INFO DEBGadding route 172.17.0.35/32 -> 10.0.0.255 |
| 9832 | 2026-09-08T04:00:08.098Z | 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 } }] |
| 9833 | 2026-09-08T04:00:08.098Z | Sep 08 04:00:06.989 Sep 08 04:00:06.989DEBG INFOreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9834 | 2026-09-08T04:00:08.098Z | adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9835 | 2026-09-08T04:00:08.098Z | Sep 08 04:00:06.989 Sep 08 04:00:06.989INFO DEBGadding route 172.17.0.36/32 -> 10.0.0.255 |
| 9836 | 2026-09-08T04:00:08.098Z | 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 } }] |
| 9837 | 2026-09-08T04:00:08.098Z | Sep 08 04:00:06.989 Sep 08 04:00:06.989DEBG 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 } }] |
| 9838 | 2026-09-08T04:00:08.098Z | adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9839 | 2026-09-08T04:00:08.098Z | Sep 08 04:00:06.989 Sep 08 04:00:06.989INFO DEBGadding route 172.17.0.37/32 -> 10.0.0.255 |
| 9840 | 2026-09-08T04:00:08.103Z | 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 } }] |
| 9841 | 2026-09-08T04:00:08.103Z | Sep 08 04:00:06.989 Sep 08 04:00:06.989DEBG INFOreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9842 | 2026-09-08T04:00:08.103Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9843 | 2026-09-08T04:00:08.103Z | Sep 08 04:00:06.989 Sep 08 04:00:06.989INFO DEBGadding route 172.17.0.38/32 -> 10.0.0.255 |
| 9844 | 2026-09-08T04:00:08.103Z | 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 } }] |
| 9845 | 2026-09-08T04:00:08.103Z | Sep 08 04:00:06.989 Sep 08 04:00:06.989DEBG 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 } }] |
| 9846 | 2026-09-08T04:00:08.103Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9847 | 2026-09-08T04:00:08.103Z | Sep 08 04:00:06.989 Sep 08 04:00:06.989INFO DEBGadding route 172.17.0.39/32 -> 10.0.0.255 |
| 9848 | 2026-09-08T04:00:08.103Z | 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 } }] |
| 9849 | 2026-09-08T04:00:08.103Z | Sep 08 04:00:06.989 Sep 08 04:00:06.989DEBG 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 } }] |
| 9850 | 2026-09-08T04:00:08.103Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9851 | 2026-09-08T04:00:08.103Z | Sep 08 04:00:06.989 Sep 08 04:00:06.989INFO DEBGadding route 172.17.0.40/32 -> 10.0.0.255 |
| 9852 | 2026-09-08T04:00:08.104Z | 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 } }] |
| 9853 | 2026-09-08T04:00:08.104Z | Sep 08 04:00:06.989Sep 08 04:00:06.989 DEBGINFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9854 | 2026-09-08T04:00:08.104Z | |
| 9855 | 2026-09-08T04:00:08.104Z | Sep 08 04:00:06.989Sep 08 04:00:06.989 INFODEBG adding route 172.17.0.41/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 } }] |
| 9856 | 2026-09-08T04:00:08.104Z | |
| 9857 | 2026-09-08T04:00:08.104Z | Sep 08 04:00:06.989Sep 08 04:00:06.989 DEBGINFO replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9858 | 2026-09-08T04:00:08.104Z | |
| 9859 | 2026-09-08T04:00:08.104Z | Sep 08 04:00:06.989Sep 08 04:00:06.989 INFODEBG adding route 172.17.0.42/32 -> 10.0.0.255replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9860 | 2026-09-08T04:00:08.104Z | |
| 9861 | 2026-09-08T04:00:08.104Z | Sep 08 04:00:06.989Sep 08 04:00:06.989 DEBGINFO replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9862 | 2026-09-08T04:00:08.104Z | |
| 9863 | 2026-09-08T04:00:08.104Z | Sep 08 04:00:06.989Sep 08 04:00:06.989 DEBGINFO replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9864 | 2026-09-08T04:00:08.104Z | |
| 9865 | 2026-09-08T04:00:08.104Z | Sep 08 04:00:06.989Sep 08 04:00:06.989 INFODEBG adding route 172.17.0.38/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 } }] |
| 9866 | 2026-09-08T04:00:08.104Z | |
| 9867 | 2026-09-08T04:00:08.104Z | Sep 08 04:00:06.989Sep 08 04:00:06.989 DEBGINFO replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9868 | 2026-09-08T04:00:08.104Z | |
| 9869 | 2026-09-08T04:00:08.104Z | Sep 08 04:00:06.989Sep 08 04:00:06.989 INFODEBG adding route 172.17.0.39/32 -> 10.0.0.255replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9870 | 2026-09-08T04:00:08.104Z | |
| 9871 | 2026-09-08T04:00:08.104Z | Sep 08 04:00:06.989Sep 08 04:00:06.989 DEBGINFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9872 | 2026-09-08T04:00:08.104Z | |
| 9873 | 2026-09-08T04:00:08.104Z | Sep 08 04:00:06.989Sep 08 04:00:06.989 DEBGINFO replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9874 | 2026-09-08T04:00:08.104Z | |
| 9875 | 2026-09-08T04:00:08.104Z | Sep 08 04:00:06.989Sep 08 04:00:06.989 INFODEBG adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9876 | 2026-09-08T04:00:08.104Z | 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 } }]Sep 08 04:00:06.995 |
| 9877 | 2026-09-08T04:00:08.104Z | 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 } }] |
| 9878 | 2026-09-08T04:00:08.105Z | Sep 08 04:00:06.995 INFOSep 08 04:00:06.995 adding route 172.17.0.41/32 -> 10.0.0.255INFO |
| 9879 | 2026-09-08T04:00:08.105Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9880 | 2026-09-08T04:00:08.105Z | Sep 08 04:00:06.995 Sep 08 04:00:06.995DEBG 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 } }] |
| 9881 | 2026-09-08T04:00:08.105Z | 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 } }] |
| 9882 | 2026-09-08T04:00:08.105Z | Sep 08 04:00:06.995 Sep 08 04:00:06.995INFO INFOadding route 172.17.0.42/32 -> 10.0.0.255 |
| 9883 | 2026-09-08T04:00:08.105Z | adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9884 | 2026-09-08T04:00:08.105Z | Sep 08 04:00:06.995Sep 08 04:00:06.995 DEBGDEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9885 | 2026-09-08T04:00:08.105Z | |
| 9886 | 2026-09-08T04:00:08.105Z | Sep 08 04:00:06.995Sep 08 04:00:06.995 INFOINFO adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9887 | 2026-09-08T04:00:08.105Z | |
| 9888 | 2026-09-08T04:00:08.105Z | Sep 08 04:00:06.995Sep 08 04:00:06.995 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.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 } }] |
| 9889 | 2026-09-08T04:00:08.105Z | |
| 9890 | 2026-09-08T04:00:08.105Z | Sep 08 04:00:06.995Sep 08 04:00:06.995 INFOINFO adding route 172.17.0.50/32 -> 10.0.0.255adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9891 | 2026-09-08T04:00:08.105Z | |
| 9892 | 2026-09-08T04:00:08.105Z | Sep 08 04:00:06.995Sep 08 04:00:06.995 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.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 } }] |
| 9893 | 2026-09-08T04:00:08.105Z | |
| 9894 | 2026-09-08T04:00:08.105Z | Sep 08 04:00:06.995Sep 08 04:00:06.995 INFOINFO adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9895 | 2026-09-08T04:00:08.105Z | |
| 9896 | 2026-09-08T04:00:08.105Z | Sep 08 04:00:06.995Sep 08 04:00:06.995 DEBGDEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 9897 | 2026-09-08T04:00:08.105Z | |
| 9898 | 2026-09-08T04:00:08.105Z | Sep 08 04:00:06.995Sep 08 04:00:06.995 INFOINFO adding route 172.17.0.52/32 -> 10.0.0.255adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9899 | 2026-09-08T04:00:08.105Z | |
| 9900 | 2026-09-08T04:00:08.105Z | Sep 08 04:00:06.995Sep 08 04:00:06.995 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.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 } }] |
| 9901 | 2026-09-08T04:00:08.105Z | test route::tests::delete_targets_full ... ok |
| 9902 | 2026-09-08T04:00:08.105Z | |
| 9903 | 2026-09-08T04:00:08.106Z | Sep 08 04:00:06.995Sep 08 04:00:06.995 INFOINFO adding route 172.17.0.53/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9904 | 2026-09-08T04:00:08.106Z | |
| 9905 | 2026-09-08T04:00:08.106Z | Sep 08 04:00:06.995Sep 08 04:00:06.995 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.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 } }] |
| 9906 | 2026-09-08T04:00:08.106Z | |
| 9907 | 2026-09-08T04:00:08.106Z | Sep 08 04:00:06.995Sep 08 04:00:06.995 INFOINFO adding route 172.17.0.54/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9908 | 2026-09-08T04:00:08.106Z | |
| 9909 | 2026-09-08T04:00:08.106Z | Sep 08 04:00:06.995Sep 08 04:00:06.995 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.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 } }] |
| 9910 | 2026-09-08T04:00:08.106Z | |
| 9911 | 2026-09-08T04:00:08.106Z | test route::tests::delete_target_fragmented ... ok |
| 9912 | 2026-09-08T04:00:08.106Z | Sep 08 04:00:06.995Sep 08 04:00:06.995 INFOINFO adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9913 | 2026-09-08T04:00:08.106Z | |
| 9914 | 2026-09-08T04:00:08.106Z | |
| 9915 | 2026-09-08T04:00:08.106Z | test result: ok. 60 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s |
| 9916 | 2026-09-08T04:00:08.106Z | Sep 08 04:00:06.995Sep 08 04:00:06.995 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.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 } }] |
| 9917 | 2026-09-08T04:00:08.106Z | |
| 9918 | 2026-09-08T04:00:08.106Z | |
| 9919 | 2026-09-08T04:00:08.106Z | Sep 08 04:00:06.995Sep 08 04:00:06.995 INFOINFO adding route 172.17.0.56/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9920 | 2026-09-08T04:00:08.106Z | |
| 9921 | 2026-09-08T04:00:08.106Z | Sep 08 04:00:06.995Sep 08 04:00:06.995 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.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 } }] |
| 9922 | 2026-09-08T04:00:08.106Z | |
| 9923 | 2026-09-08T04:00:08.106Z | Sep 08 04:00:06.995Sep 08 04:00:06.995 INFOINFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9924 | 2026-09-08T04:00:08.106Z | |
| 9925 | 2026-09-08T04:00:08.106Z | Sep 08 04:00:06.995Sep 08 04:00:06.995 DEBGDEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9926 | 2026-09-08T04:00:08.106Z | |
| 9927 | 2026-09-08T04:00:08.106Z | Sep 08 04:00:06.995Sep 08 04:00:06.995 INFOINFO adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9928 | 2026-09-08T04:00:08.106Z | |
| 9929 | 2026-09-08T04:00:08.106Z | Sep 08 04:00:06.995Sep 08 04:00:06.995 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.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 } }] |
| 9930 | 2026-09-08T04:00:08.107Z | |
| 9931 | 2026-09-08T04:00:08.107Z | Sep 08 04:00:06.995Sep 08 04:00:06.995 INFOINFO adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.53/32 -> 10.0.0.255 |
| 9932 | 2026-09-08T04:00:08.107Z | |
| 9933 | 2026-09-08T04:00:08.107Z | Sep 08 04:00:06.995Sep 08 04:00:06.995 DEBGDEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9934 | 2026-09-08T04:00:08.107Z | |
| 9935 | 2026-09-08T04:00:08.107Z | Sep 08 04:00:06.996Sep 08 04:00:06.996 INFOINFO adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9936 | 2026-09-08T04:00:08.107Z | |
| 9937 | 2026-09-08T04:00:08.107Z | Sep 08 04:00:06.996Sep 08 04:00:06.996 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.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 } }] |
| 9938 | 2026-09-08T04:00:08.107Z | |
| 9939 | 2026-09-08T04:00:08.107Z | Sep 08 04:00:07.002 Sep 08 04:00:07.002INFO DEBGadding route 172.17.0.55/32 -> 10.0.0.255 |
| 9940 | 2026-09-08T04:00:08.111Z | failed to allocate space for the new target list |
| 9941 | 2026-09-08T04:00:08.111Z | Sep 08 04:00:07.002 DEBGSep 08 04:00:07.002 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 |
| 9942 | 2026-09-08T04:00:08.111Z | replacing targets for 172.16.0.0/32 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 } }] |
| 9943 | 2026-09-08T04:00:08.111Z | Sep 08 04:00:07.002 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9944 | 2026-09-08T04:00:08.111Z | Sep 08 04:00:07.002 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 } }] |
| 9945 | 2026-09-08T04:00:08.111Z | Sep 08 04:00:07.002 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9946 | 2026-09-08T04:00:08.111Z | Sep 08 04:00:07.002 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 } }] |
| 9947 | 2026-09-08T04:00:08.111Z | Sep 08 04:00:07.002 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9948 | 2026-09-08T04:00:08.111Z | Sep 08 04:00:07.002 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 } }] |
| 9949 | 2026-09-08T04:00:08.111Z | Sep 08 04:00:07.002 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9950 | 2026-09-08T04:00:08.111Z | Sep 08 04:00:07.002 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 } }] |
| 9951 | 2026-09-08T04:00:08.111Z | Sep 08 04:00:07.002 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9952 | 2026-09-08T04:00:08.111Z | Sep 08 04:00:07.002 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 } }] |
| 9953 | 2026-09-08T04:00:08.111Z | Sep 08 04:00:07.002 DEBG failed to allocate space for the new target list |
| 9954 | 2026-09-08T04:00:08.111Z | Sep 08 04:00:07.002 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 } }] |
| 9955 | 2026-09-08T04:00:08.111Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-c962a62708c8cf54) |
| 9956 | 2026-09-08T04:00:08.111Z | |
| 9957 | 2026-09-08T04:00:08.111Z | running 0 tests |
| 9958 | 2026-09-08T04:00:08.111Z | |
| 9959 | 2026-09-08T04:00:08.111Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9960 | 2026-09-08T04:00:08.111Z | |
| 9961 | 2026-09-08T04:00:08.111Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-129626530bed4535) |
| 9962 | 2026-09-08T04:00:08.111Z | |
| 9963 | 2026-09-08T04:00:08.111Z | running 0 tests |
| 9964 | 2026-09-08T04:00:08.111Z | |
| 9965 | 2026-09-08T04:00:08.111Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9966 | 2026-09-08T04:00:08.111Z | |
| 9967 | 2026-09-08T04:00:08.111Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-81d602ae76f239f7) |
| 9968 | 2026-09-08T04:00:08.116Z | |
| 9969 | 2026-09-08T04:00:08.116Z | running 6 tests |
| 9970 | 2026-09-08T04:00:08.120Z | test tests::test_full_lot_id_neither_present ... ok |
| 9971 | 2026-09-08T04:00:08.120Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 9972 | 2026-09-08T04:00:08.120Z | test tests::test_full_lot_id_lot_only ... ok |
| 9973 | 2026-09-08T04:00:08.120Z | test tests::test_full_lot_id_both_present ... ok |
| 9974 | 2026-09-08T04:00:08.120Z | test tests::test_port_id_cmp ... ok |
| 9975 | 2026-09-08T04:00:08.120Z | test tests::test_parse_client_port_id ... ok |
| 9976 | 2026-09-08T04:00:08.120Z | |
| 9977 | 2026-09-08T04:00:08.120Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9978 | 2026-09-08T04:00:08.120Z | |
| 9979 | 2026-09-08T04:00:08.120Z | Running tests/test_all.rs (target/debug/deps/test_all-9bf136df136caa34) |
| 9980 | 2026-09-08T04:00:08.124Z | |
| 9981 | 2026-09-08T04:00:08.124Z | running 6 tests |
| 9982 | 2026-09-08T04:00:11.134Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
| 9983 | 2026-09-08T04:00:11.137Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
| 9984 | 2026-09-08T04:00:11.137Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
| 9985 | 2026-09-08T04:00:11.143Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
| 9986 | 2026-09-08T04:00:11.471Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
| 9987 | 2026-09-08T04:00:13.511Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... ok |
| 9988 | 2026-09-08T04:00:13.511Z | |
| 9989 | 2026-09-08T04:00:13.512Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.39s |
| 9990 | 2026-09-08T04:00:13.512Z | |
| 9991 | 2026-09-08T04:00:13.518Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-9a1ffdc1254bfaa8) |
| 9992 | 2026-09-08T04:00:13.522Z | |
| 9993 | 2026-09-08T04:00:13.522Z | running 0 tests |
| 9994 | 2026-09-08T04:00:13.522Z | |
| 9995 | 2026-09-08T04:00:13.525Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9996 | 2026-09-08T04:00:13.525Z | |
| 9997 | 2026-09-08T04:00:13.525Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-fbfe8a6c92a1a523) |
| 9998 | 2026-09-08T04:00:13.546Z | |
| 9999 | 2026-09-08T04:00:13.546Z | running 15 tests |
| 10000 | 2026-09-08T04:00:13.549Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 10001 | 2026-09-08T04:00:13.549Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 10002 | 2026-09-08T04:00:13.549Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 10003 | 2026-09-08T04:00:13.549Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 10004 | 2026-09-08T04:00:13.549Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 10005 | 2026-09-08T04:00:13.549Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 10006 | 2026-09-08T04:00:13.549Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 10007 | 2026-09-08T04:00:13.549Z | test v1::network::tests::test_equal ... ok |
| 10008 | 2026-09-08T04:00:13.549Z | test v1::network::tests::test_into ... ok |
| 10009 | 2026-09-08T04:00:13.550Z | test v1::network::tests::test_eui64 ... ok |
| 10010 | 2026-09-08T04:00:13.550Z | test v1::network::tests::test_not_equal ... ok |
| 10011 | 2026-09-08T04:00:13.550Z | test v1::network::tests::test_to_string ... ok |
| 10012 | 2026-09-08T04:00:13.550Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 10013 | 2026-09-08T04:00:13.550Z | test v1::network::tests::test_parse ... ok |
| 10014 | 2026-09-08T04:00:13.553Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 10015 | 2026-09-08T04:00:13.553Z | |
| 10016 | 2026-09-08T04:00:13.553Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 10017 | 2026-09-08T04:00:13.553Z | |
| 10018 | 2026-09-08T04:00:13.556Z | Running unittests src/lib.rs (target/debug/deps/packet-2fcab119a41876a9) |
| 10019 | 2026-09-08T04:00:13.578Z | |
| 10020 | 2026-09-08T04:00:13.578Z | running 12 tests |
| 10021 | 2026-09-08T04:00:13.581Z | test lldp::test_lldp_parse ... ok |
| 10022 | 2026-09-08T04:00:13.581Z | test ipv6::test_ipv6_parse ... ok |
| 10023 | 2026-09-08T04:00:13.581Z | test icmp::test_v6_checksum ... ok |
| 10024 | 2026-09-08T04:00:13.581Z | test icmp::test_v4_checksum ... ok |
| 10025 | 2026-09-08T04:00:13.581Z | test pbuf::test_byte ... ok |
| 10026 | 2026-09-08T04:00:13.581Z | test pbuf::test_nibble ... ok |
| 10027 | 2026-09-08T04:00:13.581Z | test pbuf::test_short ... ok |
| 10028 | 2026-09-08T04:00:13.581Z | test pbuf::test_overflow ... ok |
| 10029 | 2026-09-08T04:00:13.581Z | test pbuf::test_twelve ... ok |
| 10030 | 2026-09-08T04:00:13.581Z | test pbuf::test_word ... ok |
| 10031 | 2026-09-08T04:00:13.581Z | test tcp::test_checksum_syn_nodata ... ok |
| 10032 | 2026-09-08T04:00:13.581Z | test tcp::test_checksum_ack_data ... ok |
| 10033 | 2026-09-08T04:00:13.581Z | |
| 10034 | 2026-09-08T04:00:13.581Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10035 | 2026-09-08T04:00:13.581Z | |
| 10036 | 2026-09-08T04:00:13.584Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 10037 | 2026-09-08T04:00:13.587Z | |
| 10038 | 2026-09-08T04:00:13.587Z | running 0 tests |
| 10039 | 2026-09-08T04:00:13.587Z | |
| 10040 | 2026-09-08T04:00:13.588Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10041 | 2026-09-08T04:00:13.588Z | |
| 10042 | 2026-09-08T04:00:13.590Z | Running unittests src/main.rs (target/debug/deps/swadm-dae36f0887687a1f) |
| 10043 | 2026-09-08T04:00:13.593Z | |
| 10044 | 2026-09-08T04:00:13.593Z | running 5 tests |
| 10045 | 2026-09-08T04:00:13.593Z | test switchport::test::test_compute_lanes ... ok |
| 10046 | 2026-09-08T04:00:13.596Z | test switchport::test::port_id_ordering ... ok |
| 10047 | 2026-09-08T04:00:13.596Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 10048 | 2026-09-08T04:00:13.596Z | State: Activated Lane 0 Activated Activated Activated |
| 10049 | 2026-09-08T04:00:13.596Z | Lane 1 Rx Output Enabled: false Lane 2 false Lane 3false |
| 10050 | 2026-09-08T04:00:13.596Z | false |
| 10051 | 2026-09-08T04:00:13.596Z | Rx Loss-of-lock: Yes Rx Output Status: valid Yes validYes Yes |
| 10052 | 2026-09-08T04:00:13.596Z | valid Rx Loss-of-signal: Yes valid |
| 10053 | 2026-09-08T04:00:13.597Z | Yes Yes Rx Loss-of-lock: true Yes |
| 10054 | 2026-09-08T04:00:13.597Z | true Rx CDR Enabled: Yes trueYes true |
| 10055 | 2026-09-08T04:00:13.597Z | Yes Yes Rx Loss-of-signal: false |
| 10056 | 2026-09-08T04:00:13.597Z | false Tx Enabled: Yes Yesfalse falseYes |
| 10057 | 2026-09-08T04:00:13.597Z | YesRx Auto-squelch Disable: true |
| 10058 | 2026-09-08T04:00:13.597Z | Tx Loss-of-lock: Notrue Notrue trueNo |
| 10059 | 2026-09-08T04:00:13.597Z | No |
| 10060 | 2026-09-08T04:00:13.597Z | Tx Output Enabled: true Tx Loss-of-signal: No trueNo true Notrue |
| 10061 | 2026-09-08T04:00:13.597Z | Tx Output Status: invalidNo |
| 10062 | 2026-09-08T04:00:13.597Z | invalid Tx CDR Enabled: Noinvalid invalidNo |
| 10063 | 2026-09-08T04:00:13.597Z | No Tx Loss-of-lock: false Nofalse |
| 10064 | 2026-09-08T04:00:13.597Z | Tx Adaptive EQ Fault: Nofalse falseNo |
| 10065 | 2026-09-08T04:00:13.597Z | Tx Loss-of-signal: trueNo Notrue |
| 10066 | 2026-09-08T04:00:13.597Z | Tx Fault: Yestrue trueYes |
| 10067 | 2026-09-08T04:00:13.597Z | YesTx Auto-squelch Disable: false Yesfalse |
| 10068 | 2026-09-08T04:00:13.597Z | false false |
| 10069 | 2026-09-08T04:00:13.597Z | Tx Adaptive EQ Fail: true true true true |
| 10070 | 2026-09-08T04:00:13.597Z | Tx Failure: false false false false |
| 10071 | 2026-09-08T04:00:13.597Z | Tx Force Squelch: true true true true |
| 10072 | 2026-09-08T04:00:13.597Z | Tx Input Polarity: normal normal normal normal |
| 10073 | 2026-09-08T04:00:13.597Z | test switchport::test::test_print_sff_datapath ... ok |
| 10074 | 2026-09-08T04:00:13.597Z | test switchport::test::test_print_cmis_datapath ... ok |
| 10075 | 2026-09-08T04:00:13.597Z | test link::test_filter ... ok |
| 10076 | 2026-09-08T04:00:13.597Z | |
| 10077 | 2026-09-08T04:00:13.597Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10078 | 2026-09-08T04:00:13.597Z | |
| 10079 | 2026-09-08T04:00:13.597Z | Running tests/cli/main.rs (target/debug/deps/cli-e3cd04c70aedd2a6) |
| 10080 | 2026-09-08T04:00:13.610Z | |
| 10081 | 2026-09-08T04:00:13.610Z | running 7 tests |
| 10082 | 2026-09-08T04:00:13.613Z | test counters::counters_list ... ignored |
| 10083 | 2026-09-08T04:00:13.613Z | test link_apply::apply_tx_eq_all ... ignored |
| 10084 | 2026-09-08T04:00:13.613Z | test link_apply::apply_tx_eq_custom ... ignored |
| 10085 | 2026-09-08T04:00:13.613Z | test tx_eq::set_all_taps ... ignored |
| 10086 | 2026-09-08T04:00:13.613Z | test tx_eq::set_partial_taps ... ignored |
| 10087 | 2026-09-08T04:00:13.613Z | test cmd::test::pattern_statics ... ok |
| 10088 | 2026-09-08T04:00:13.620Z | test link_apply::tx_eq_exclusive ... ok |
| 10089 | 2026-09-08T04:00:13.620Z | |
| 10090 | 2026-09-08T04:00:13.623Z | test result: ok. 2 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 10091 | 2026-09-08T04:00:13.623Z | |
| 10092 | 2026-09-08T04:00:13.623Z | Running unittests src/main.rs (target/debug/deps/tfportd-3d65dbc8c5de3da4) |
| 10093 | 2026-09-08T04:00:13.626Z | |
| 10094 | 2026-09-08T04:00:13.627Z | running 4 tests |
| 10095 | 2026-09-08T04:00:13.629Z | test oxstats::tests::producer_ids_are_actually_unique ... ok |
| 10096 | 2026-09-08T04:00:13.629Z | test linklocal::test_parse_ipadm ... ok |
| 10097 | 2026-09-08T04:00:13.629Z | test tfport::test_parse_tfport ... ok |
| 10098 | 2026-09-08T04:00:13.629Z | test config::tests::test_updates ... ok |
| 10099 | 2026-09-08T04:00:13.630Z | |
| 10100 | 2026-09-08T04:00:13.630Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10101 | 2026-09-08T04:00:13.630Z | |
| 10102 | 2026-09-08T04:00:13.630Z | Running unittests src/main.rs (target/debug/deps/uplinkd-ceb39c842d06889c) |
| 10103 | 2026-09-08T04:00:13.634Z | |
| 10104 | 2026-09-08T04:00:13.634Z | running 0 tests |
| 10105 | 2026-09-08T04:00:13.637Z | |
| 10106 | 2026-09-08T04:00:13.637Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10107 | 2026-09-08T04:00:13.637Z | |
| 10108 | 2026-09-08T04:00:13.637Z | Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353) |
| 10109 | 2026-09-08T04:00:13.640Z | |
| 10110 | 2026-09-08T04:00:13.640Z | running 0 tests |
| 10111 | 2026-09-08T04:00:13.640Z | |
| 10112 | 2026-09-08T04:00:13.640Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10113 | 2026-09-08T04:00:13.640Z | |
| 10114 | 2026-09-08T04:00:13.644Z | Doc-tests aal |
| 10115 | 2026-09-08T04:00:14.135Z | |
| 10116 | 2026-09-08T04:00:14.135Z | running 0 tests |
| 10117 | 2026-09-08T04:00:14.135Z | |
| 10118 | 2026-09-08T04:00:14.138Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10119 | 2026-09-08T04:00:14.138Z | |
| 10120 | 2026-09-08T04:00:14.164Z | Doc-tests aal_macros |
| 10121 | 2026-09-08T04:00:14.237Z | |
| 10122 | 2026-09-08T04:00:14.237Z | running 0 tests |
| 10123 | 2026-09-08T04:00:14.237Z | |
| 10124 | 2026-09-08T04:00:14.237Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10125 | 2026-09-08T04:00:14.237Z | |
| 10126 | 2026-09-08T04:00:14.248Z | Doc-tests common |
| 10127 | 2026-09-08T04:00:14.486Z | |
| 10128 | 2026-09-08T04:00:14.486Z | running 0 tests |
| 10129 | 2026-09-08T04:00:14.486Z | |
| 10130 | 2026-09-08T04:00:14.487Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10131 | 2026-09-08T04:00:14.487Z | |
| 10132 | 2026-09-08T04:00:14.514Z | Doc-tests dpd_api |
| 10133 | 2026-09-08T04:00:15.279Z | |
| 10134 | 2026-09-08T04:00:15.279Z | running 2 tests |
| 10135 | 2026-09-08T04:00:15.279Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 10136 | 2026-09-08T04:00:15.279Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 10137 | 2026-09-08T04:00:15.279Z | |
| 10138 | 2026-09-08T04:00:15.279Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10139 | 2026-09-08T04:00:15.279Z | |
| 10140 | 2026-09-08T04:00:15.310Z | Doc-tests dpd_client |
| 10141 | 2026-09-08T04:00:16.791Z | |
| 10142 | 2026-09-08T04:00:16.791Z | running 0 tests |
| 10143 | 2026-09-08T04:00:16.791Z | |
| 10144 | 2026-09-08T04:00:16.791Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10145 | 2026-09-08T04:00:16.791Z | |
| 10146 | 2026-09-08T04:00:16.848Z | Doc-tests dpd_types |
| 10147 | 2026-09-08T04:00:17.031Z | |
| 10148 | 2026-09-08T04:00:17.031Z | running 0 tests |
| 10149 | 2026-09-08T04:00:17.031Z | |
| 10150 | 2026-09-08T04:00:17.031Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10151 | 2026-09-08T04:00:17.031Z | |
| 10152 | 2026-09-08T04:00:17.057Z | Doc-tests dpd_types_versions |
| 10153 | 2026-09-08T04:00:18.583Z | |
| 10154 | 2026-09-08T04:00:18.583Z | running 1 test |
| 10155 | 2026-09-08T04:00:18.583Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 10156 | 2026-09-08T04:00:18.583Z | |
| 10157 | 2026-09-08T04:00:18.583Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10158 | 2026-09-08T04:00:18.584Z | |
| 10159 | 2026-09-08T04:00:18.635Z | Doc-tests packet |
| 10160 | 2026-09-08T04:00:18.858Z | |
| 10161 | 2026-09-08T04:00:18.858Z | running 0 tests |
| 10162 | 2026-09-08T04:00:18.858Z | |
| 10163 | 2026-09-08T04:00:18.858Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10164 | 2026-09-08T04:00:18.858Z | |
| 10165 | 2026-09-08T04:00:18.885Z | Doc-tests pcap |
| 10166 | 2026-09-08T04:00:18.939Z | |
| 10167 | 2026-09-08T04:00:18.939Z | running 0 tests |
| 10168 | 2026-09-08T04:00:18.939Z | |
| 10169 | 2026-09-08T04:00:18.939Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10170 | 2026-09-08T04:00:18.939Z | |
| 10171 | 2026-09-08T04:00:18.991Z | process exited: duration 611787 ms, exit code 0 |
| |
| 10172 | 2026-09-08T04:00:19.001Z | found 0 output files |